﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400, 700);

/*! jQuery UI - v1.11.4 - 2016-03-08
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  border: 0;
  font-size: 100%;
  line-height: 1.3;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-clearfix:before {
  border-collapse: collapse;
  content: "";
  display: table;
}

.ui-helper-clearfix:after {
  border-collapse: collapse;
  clear: both;
  content: "";
  display: table;
}

.ui-helper-zfix {
  filter: alpha(opacity=0);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ui-front {
  z-index: 1000000;
}

.ui-state-disabled {
  background-image: none;
  cursor: default !important;
  filter: alpha(opacity=35);
  opacity: 0.35;
}

.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}

.ui-icon {
  background-image: url(images/ui-icons_444444_256x240.png);
  background-repeat: no-repeat;
  display: block;
  height: 16px;
  overflow: hidden;
  text-indent: -99999px;
  width: 16px;
}

.ui-widget-overlay {
  background: #aaa;
  filter: alpha(opacity=30);
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0;
  width: 100%;
}

.ui-autocomplete {
  cursor: default;
  left: 0;
  position: absolute;
  top: 0;
}

.ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  cursor: pointer;
  margin: 0;
  min-height: 0;
  padding: 3px 1em 3px 0.4em;
  position: relative;
  float: left;
}

.ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 0;
}

.ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu .ui-icon {
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
  position: absolute;
  top: 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-content .ui-state-default {
  background: #f6f6f6;
  border: 1px solid #c5c5c5;
  color: #454545;
  font-weight: 400;
}

.ui-widget-content .ui-state-active {
  background: #007fff;
  border: 1px solid #003eff;
  color: #fff;
  font-weight: 400;
}

.ui-widget-content .ui-state-highlight {
  background: #fffa90;
  border: 1px solid #dad55e;
  color: #777620;
}

.ui-widget-content .ui-state-highlight a {
  color: #777620;
}

.ui-widget-content .ui-state-error {
  background: #fddfdf;
  border: 1px solid #f1a899;
  color: #5f3f3f;
}

.ui-widget-content .ui-state-error a {
  color: #5f3f3f;
}

.ui-widget-content .ui-state-error-text {
  color: #5f3f3f;
}

.ui-widget-content .ui-priority-primary {
  font-weight: 700;
}

.ui-widget-content .ui-priority-secondary {
  filter: alpha(opacity=70);
  font-weight: 400;
  opacity: 0.7;
}

.ui-widget-content .ui-state-disabled {
  background-image: none;
  filter: alpha(opacity=35);
  opacity: 0.35;
}

.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_444444_256x240.png);
}

.ui-widget-header {
  background: #e9e9e9;
  border: 1px solid #ddd;
  color: #333;
  font-weight: 700;
}

.ui-widget-header a {
  color: #333;
}

.ui-widget-header .ui-state-default {
  background: #f6f6f6;
  border: 1px solid #c5c5c5;
  color: #454545;
  font-weight: 400;
}

.ui-widget-header .ui-state-active {
  background: #007fff;
  border: 1px solid #003eff;
  color: #fff;
  font-weight: 400;
}

.ui-widget-header .ui-state-highlight {
  background: #fffa90;
  border: 1px solid #dad55e;
  color: #777620;
}

.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-widget-header .ui-state-error {
  background: #fddfdf;
  border: 1px solid #f1a899;
  color: #5f3f3f;
}

.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-widget-header .ui-priority-secondary {
  filter: alpha(opacity=70);
  font-weight: 400;
  opacity: 0.7;
}

.ui-widget-header .ui-state-disabled {
  background-image: none;
  filter: alpha(opacity=35);
  opacity: 0.35;
}

.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_444444_256x240.png);
}

.ui-state-default {
  background: #f6f6f6;
  border: 1px solid #c5c5c5;
  color: #454545;
  font-weight: 400;
}

.ui-state-default a {
  color: #454545;
  text-decoration: none;
}

.ui-state-default a:link {
  color: #454545;
  text-decoration: none;
}

.ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}

.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_777777_256x240.png);
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #ededed;
  border: 1px solid #ccc;
  color: #2b2b2b;
  font-weight: 400;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-active {
  background: #007fff;
  border: 1px solid #003eff;
  color: #fff;
  font-weight: 400;
}

.ui-state-active a {
  color: #fff;
  text-decoration: none;
}

.ui-state-active a:link {
  color: #fff;
  text-decoration: none;
}

.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png);
}

.ui-state-highlight {
  background: #fffa90;
  border: 1px solid #dad55e;
  color: #777620;
}

.ui-state-highlight a {
  color: #777620;
}

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_777620_256x240.png);
}

.ui-state-error {
  background: #fddfdf;
  border: 1px solid #f1a899;
  color: #5f3f3f;
}

.ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error .ui-icon {
  background-image: url(images/ui-icons_cc0000_256x240.png);
}

.ui-state-error-text {
  color: #5f3f3f;
}

.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cc0000_256x240.png);
}

.ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary {
  filter: alpha(opacity=70);
  font-weight: 400;
  opacity: 0.7;
}

.ui-state-hover .ui-icon {
  background-image: url(images/ui-icons_555555_256x240.png);
}

.ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_555555_256x240.png);
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-shadow {
  background: #666;
  border-radius: 8px;
  filter: alpha(opacity=30);
  margin: 0;
  opacity: 0.3;
  padding: 5px;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@font-face {
  font-family: "Repsol Regular";
  src: url(../fonts/RepsolRegular.eot);
  src: url(../fonts/RepsolRegular.eot?#iefix) format("embedded-opentype"),
    url(../fonts/RepsolRegular.svg#RepsolRegular) format("svg"),
    url(../fonts/RepsolRegular.woff) format("woff"),
    url(../fonts/RepsolRegular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
}

@font-face {
  font-family: "Repsol Light";
  src: url(../fonts/RepsolLight.eot);
  src: url(../fonts/RepsolLight.eot?#iefix) format("embedded-opentype"),
    url(../fonts/RepsolLight.svg#RepsolLight) format("svg"),
    url(../fonts/RepsolLight.woff) format("woff"),
    url(../fonts/RepsolLight.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
}

@font-face {
  font-family: "Repsol Bold";
  src: url(../fonts/RepsolBold.eot);
  src: url(../fonts/RepsolBold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/RepsolBold.svg#RepsolBold) format("svg"),
    url(../fonts/RepsolBold.woff) format("woff"),
    url(../fonts/RepsolBold.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
}

@font-face {
  font-family: "Repsol Stencil Bold";
  src: url(../fonts/RepsolStencilBold.eot);
  src: url(../fonts/RepsolStencilBold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/RepsolStencilBold.svg#RepsolStencilBold) format("svg"),
    url(../fonts/RepsolStencilBold.woff) format("woff"),
    url(../fonts/RepsolStencilBold.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
}

@font-face {
  font-family: "Repsol Outline Bold";
  src: url(../fonts/RepsolOutlineBold.eot);
  src: url(../fonts/RepsolOutlineBold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/RepsolOutlineBold.svg#RepsolOutlineBold) format("svg"),
    url(../fonts/RepsolOutlineBold.woff) format("woff"),
    url(../fonts/RepsolOutlineBold.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
}

@font-face {
  font-family: "PTSans Regular";
  src: url(assets/fonts/PTSansRegular.eot);
  src: url(assets/fonts/PTSansRegular.eot?#iefix) format("embedded-opentype"),
    url(assets/fonts/PTSansRegular.svg#PTSansRegular) format("svg"),
    url(assets/fonts/PTSansRegular.woff) format("woff"),
    url(assets/fonts/PTSansRegular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
}

@font-face {
  font-family: "PTSans Bold";
  src: url(assets/fonts/PTSansBold.eot);
  src: url(assets/fonts/PTSansBold.eot?#iefix) format("embedded-opentype"),
    url(assets/fonts/PTSansBold.svg#PTSansBold) format("svg"),
    url(assets/fonts/PTSansBold.woff) format("woff"),
    url(assets/fonts/PTSansBold.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
}

@font-face {
  font-family: Titillium Web;
  src: url(assets/fonts/TitilliumWeb-Regular.eot);
  src: url(assets/fonts/TitilliumWeb-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(assets/fonts/TitilliumWeb-Regular.ttf) format("truetype"),
    url(assets/fonts/TitilliumWeb-Regular.svg#TitilliumWeb-Regular)
      format("svg"),
    url(assets/fonts/TitilliumWeb-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
}

@font-face {
  font-family: "Titillium Web bold";
  src: url(assets/fonts/TitilliumWeb-Bold.eot);
  src: url(assets/fonts/TitilliumWeb-Bold.eot?#iefix)
      format("embedded-opentype"),
    url(assets/fonts/TitilliumWeb-Bold.ttf) format("truetype"),
    url(assets/fonts/TitilliumWeb-Bold.svg#titilliumweb-bold-webfont)
      format("svg"),
    url(assets/fonts/TitilliumWeb-Bold.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
}

@font-face {
  font-family: repsol-font-4;
  src: url(assets/fonts/repsol-font-4.eot);
  src: url(assets/fonts/repsol-font-4.eot?#iefix) format("embedded-opentype"),
    url(assets/fonts/repsol-font-4.ttf) format("truetype"),
    url(assets/fonts/repsol-font-4.svg#repsol-font-4) format("svg"),
    url(assets/fonts/repsol-font-4.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
}

[data-icon]:before {
  font-family: repsol-font-4;
  content: attr(data-icon);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none !important;
  speak: none;
  display: inline-block;
  text-decoration: none;
  width: 1em;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  *,
  :before,
  :after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
    url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),
    url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
      format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #6e6259;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #6e6259;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #443c37;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 41px;
}

h2,
.h2 {
  font-size: 34px;
}

h3,
.h3 {
  font-size: 28px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .linktextMar{
    padding-top: 40px !important;
  }
  #borde_Trabalhe {
    height: auto !important;
    width: 47%;
  }
  .displayInSmall {
    display: none;
  }
  .aumentarEnEscritorio {
    height: 370px !important;
  }
  .paddingDe20Escritorio {
    padding-left: 20px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.rowmar {
  margin-left: -15px;
  margin-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  color: #ff7b00;
}

.col-lg-12a {
  position: relative;
  min-height: 1px;
  font-size: 36px;
  color: #ff7b00;
  font-weight: bold;
  padding-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-lg-12b {
  position: relative;
  min-height: 1px;
  font-size: 36px;
  color: #ff7b00;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 40px;
}
.col-lg-12c {
  position: relative;
  min-height: 1px;
  padding-left: 53px;
  padding-right: 40px;
  color: #ff7b00;
  padding-top: 40px;
  padding-bottom: 100px;
}

.col-lg-12d {
  position: relative;
  min-height: 1px;

  font-size: 36px;
  color: #ff7b00;
  padding-top: 40px;
}

.col-lg-12e {
  position: relative;
  min-height: 1px;

  font-size: 46px;
  color: #797d7f;
}

.col-lg-12f {
  position: relative;
  min-height: 1px;

  font-weight: bold;
  font-size: 36px;
  color: #ff7b00;
  padding-top: 40px;
}

.title {
  margin: 0.67em 0;
  font-size: 40px;
  font-weight: bold;
  color: #ff7b00;
  font-family: Titillium web;
}
/*mar*/
.destacadoSecundario .contenido h4.sosmaintro {
  font-size: 32px;
  color: #6e6259;
  font-family: Titillium Web;
  padding-top: 20px;
  font-weight: bold;
}

.textintrohighlight {
  font-size: 20px;
  color: #6e6259;
  font-family: Titillium Web;
  /* padding-left: 10px; */
  font-weight: 600;
  margin-top: -2.5%;
}

p.textintro {
  font-size: 20px;
  color: #6e6259;
  font-family: Titillium Web;
  /* line-height: 115%; */
  font-weight: normal;
}

#urlmar {
  font-weight: 600;
  /* padding-left: 10px; */
  color: #00a160;
  font-size: 20px;
  font-family: Titillium Web;
  padding-bottom: 20px;
}

.subtitlemar {
  font-weight: 600;
  font-family: Titillium Web;
  font-size: 28px;
  color: #00a160;
  padding: 40px 20px 10px 20px;
}

.subtitlemarprojeto {
  font-weight: 600;
  font-family: Titillium Web;
  font-size: 28px;
  color: #00a160;
  padding: 40px 20px 10px 0px;
}

.imagenMarSosMata {
  float: right;
  /* width: 260px;
    padding-right: 35px;*/
}

.subtitletextmar {
  font-family: Titillium Web;
  font-size: 20px;
  color: #6e6259;
  padding: 0px 20px !important;
}

.subtitletextmarprojeto {
  font-family: Titillium Web;
  font-size: 20px;
  color: #6e6259;
  padding: 0px 0px !important;
}

.linktext {
  font-weight: bold;
  font-family: Titillium Web;
  font-size: 24px;
  color: #00a160;
  padding: 186px 0px 0px 0px;
}
.introresults {
  font-family: Titillium Web;
  font-size: 28px;

  color: #6e6259;
}
.resultnumbers {
  font-family: Titillium Web;
  font-size: 62px;

  color: #ff7b00;
  font-weight: 600;
}
.resulttexthighlight {
  font-family: Titillium Web;
  font-size: 28px;

  color: #ff7b00;
  font-weight: 600;
}

.resulttext {
  font-family: Titillium Web;
  font-size: 28px;

  color: #6e6259;
}

.line {
  height: 3px;
  background-color: #2399d8;
  width: 100%;
}

.ODS_Tag {
  font-family: Titillium web;
  font-size: 24px;
  color: #2399d8;
}
.backgrounbox {
  color: red;
  /*color:#2399d8;*/
  opacity: 15%;
}

.ODS_Description_Text {
  font-family: Titillium web;
  font-size: 14px;

  color: rgb(88, 83, 79);
}

.depoisubtitle {
  font-family: Titillium web;
  font-weight: 700;
  font-size: 28px;
  color: #fdbb30;
}

.phototext {
  font-family: Titillium web;
  font-size: 20px;
  color: #6e6259;
}
.subtitlelinkrelacionado {
  font-family: Titillium web;
  font-size: 22px;
  color: #6e6259;
}

.linkmar {
  font-family: Titillium web;
  font-size: 20px;
  color: #ff7b00;
  font-weight: 700;
}

.Title_Slider {
  font-family: Titillium web;
  font-weight: bold;
  font-size: 26px;
  color: #ff7b00;
  padding-left: 100px;
}

.Subtitle_Slider {
  font-family: Titillium web;

  font-size: 20px;
  color: #6e6259;
  padding-left: 100px;
}

.Background_Slider {
  background: #ebeae6;
}

/*final-mar*/
/*florestas*/

.resultnumber {
  font-family: Titillium web;
  font-size: 62px;
  color: #ff7b00;
  font-weight: 700;
}

/*final-florestas*/

.highlight {
  color: #6e6259;
  font-size: 20px;
  font-family: Titillium web;
}
.highlight-nossas_atividades {
  color: #6e6259;
  font-size: 20px;
  padding-bottom: 12px;
  font-family: Titillium web;
}
.description {
  color: #6e6259;
  font-size: 16px;
  font-family: Titillium web;
}

.description-coneca {
  color: #6e6259;
  font-size: 16px;
  font-family: Titillium web;
  padding-top: 25px;
}

.description-nossas_atividades {
  color: #6e6259;
  font-size: 16px;
  font-family: Titillium web;

  padding-top: 45px;
  padding-bottom: 30px;
}

.imagetitle {
  margin: 0.23em 0;
  font-size: 28px;
  font-weight: bold;
  color: #ff7b00;
  font-family: Titillium web;
  padding-top: 40px;
}
.imagetitlemar {
  font-size: 28px;
  color: #ff7b00;
  font-family: Titillium web;
  font-weight: bold;
}
.imagetitlemarder {
  font-size: 20px;
  color: #ff7b00;
  font-family: Titillium web;
  padding-top: 50px;
}

.textomar {
  font-size: 33px;
  color: #6e6259;
}

.textoma {
  font-size: 33px;
  color: #6e6259;
}

.imagedescription {
  color: #6e6259;
  font-size: 16px;
  font-family: Titillium web;
  padding-top: 20px;
}

.destacadoSecundario .contenido-nossas_atividades {
  /* font-size: 15px;
    font-size: 1.071rem;
    font-family: Titillium Web;
    color: #99918a;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 20px */
  font-size: 16px;
  font-family: Titillium Web;
  color: #6e6259;
  /* Modificado 26/03 había perdido alineación */
  /* padding-left: 20px */
  padding-left: 45px;
}

@media (max-width: 425px) {
  .destacadoSecundario .contenido-nossas_atividades {
    padding-left: 15px;
  }
}

#url-securanca {
  color: #ff7b00;
  font-size: 16px;
}
.destacadoSecundario-securanza a {
  color: #ff7b00;
  text-decoration: underline;
}

.destacadoSecundario .contenido h1 {
  /* margin-top: 0;
    font-size: 24px;
    font-size: 1.714rem;
    font-family: Titillium Web;
    margin-bottom: 35px */

  font-size: 28px;
  font-weight: bold;
  font-family: Titillium Web;
  color: #ff7b00;
  margin: 0.67em 0;
}
.hr1 {
  height: 4px;
  background-color: #2399d8;
}

.estilo4 {
  padding-top: 40px;
}

.texto-nosso_modelo {
  color: blue;
  font-size: 16px;
  font-family: Titillium web;
}

.mifuente {
  font-size: 1.7vw;
}

.multimediab img {
  margin: 0 auto;

  display: block;
}

.destacadoSecundario .contenidoa {
  /* font-size: 15px;
    font-size: 1.071rem;
    font-family: Titillium Web;
    color: #99918a;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 20px */
  font-size: 16px;
  font-family: Titillium Web;
  color: #6e6259;
  padding-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
}
.contenidob {
  padding-bottom: 100px;
}

.contenidoc {
  padding-left: -10%;
}

/*paginarelatorios e indicadores */
.containerOverImage {
  position: relative;
  text-align: center;
  color: white;
}
.containerOverImage p {
  position: absolute;
  bottom: 8px;
  left: 24px;
  font-weight: bold;
  font-size: 29px;
  margin-bottom: 2px !important;
}
.breadcrumb .breadcrumb__item.current_item.black a {
  font-family: Titillium Web;
  display: inline-table;
  text-decoration: none;
  color: #041e42;
  font-weight: bold;
}

/*pagina informe de sustentabilidade */

.tituloInformeDeSustentabilidade h2 {
  font-size: 41px;
  font-weight: bold;
  font-family: Titillium Web;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #ff7b00;
}

.numeroTitulo h2 {
  font-size: 70px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.textoCursiva {
  font-style: italic;
  font-size: 16px;
  font-family: Titillium Web;
  color: #6e6259;
  margin-bottom: 50px;
}

.autor {
  text-align: right;
  font-weight: bold;
  color: #6e6259;
  font-weight: 16px;
}

.autor p {
  margin-bottom: 0px;
}

.puestoDeTrabajo {
  text-align: right;
  color: #6e6259;
}

.textoDescriptivo {
  font-size: 30px;
  font-family: Titillium Web;
  color: #6e6259;
}

.tituloItem3 p {
  font-size: 16px;
  font-family: Titillium Web;
  color: #6e6259;
  padding-top: 60px;
  padding-left: 15px;
}

.imagenInformeDeSustentabilidade {
  text-align: center;
}

.anyoInformeDeSustentabilidade {
  text-align: center;
}

.textoDescriptivo2 {
  margin-top: 60px;
  margin-left: 20px;
  color: #6e6259;
}

/*pagina plano de sustentabilidade */
.anyoPlanoDeSustentabilidade h2 {
  margin-top: 0px;
  font-size: 60px;
}
.destacadoSecundario.center {
  text-align: center;
}

.destacadoSecundario.anyos {
  padding-top: 0px;
}

.destacadoSecundario .contenidod {
  /* font-size: 15px;
    font-size: 1.071rem;
    font-family: Titillium Web;
    color: #99918a;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 20px */
  font-size: 16px;
  font-family: Titillium Web;
  color: #6e6259;
  padding-bottom: 40px;

  margin-top: 16%;
}
.destacadoRelacional .destacado .contenido h4 {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Titillium Web;
  font-size: 60px;
  font-weight: bold;
  color: #ff7b00;
  padding-left: 16%;
}

.destacado_doble .destacado .contenido h5 {
  font-size: 17px;
  color: #6e6259;
}

.destacadoRelacional .destacado .contenido .descripciona {
  display: inline-block;
  margin-top: 10px;
  padding-left: 70%;
  font-family: Titillium Web;
  font-size: 16px;
  color: #6e6259;
}

/* mapa do site*/

.cajetindosite {
  width: 1135px;
  list-style: none;

  margin: 0;
  display: inline;
  float: left;
  border-bottom: 1px Solid Black;
}
.textodosite {
  width: 100px;
  display: block;
  float: left;
  text-align: center;
  margin-right: 10px;
  position: relative;
  top: 1px;
  padding-left: 3%;
}
.pestaña {
  width: 150px;
  display: block;
  background: #3b9ccc;
  border: 1px Solid #000;
  text-decoration: none;
}

#contenido_dosite {
  width: 1135px;

  float: left;
  margin: 0;
  border-left: 1px Solid #000;
  border-bottom: 1px Solid #000;
  border-right: 1px Solid #000;
  background: #3b9ccc;
  padding-top: 20px;
  padding-bottom: 20px;
}

#textocontenido {
  padding-left: 3%;

  padding-top: 500%;
  margin-top: 50px;
  padding-top: 40px;
  margin-top: 50px;
}
.space_mapadosite {
  padding-top: 5%;
}
.space_texto {
  padding-bottom: 3%;
}

/*  Nossas Historias  */

@media (min-width: 768px) and (max-width: 1000px) {
  .destacadoSecundario.col-lg-12.col-md-12 {
    padding: 0px 0;
  }
}
@media (min-width: 361px) and (max-width: 400px) {
  .destacadoSecundario.col-lg-12.col-md-12 {
    padding: 0px 0;
  }
  .prueba3 {
    font-size: 10px;
  }
  .prueba4 {
    width: 200%;
  }

  .individual_multimedia img {
    min-height: 150px;
    width: 137% !important;
  }
}
#imagen_Trabalhe {
  height: auto;
}

@media (max-width: 360px) and (min-width: 300px) {
  .individual_multimedia img {
    min-height: 150px;
    width: 160% !important;
  }
}
@media (max-width: 299px) and (min-width: 100px) {
  .individual_multimedia img {
    min-height: 150px;
    width: 170% !important;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .col-md-2 {
    width: 0%;
  }
}

/*integraçao*/

.colorIntegracion {
  color: #e0a72c;
}

.iconoMasIntegracion {
  height: 25px;
  width: 25px;
}

.iconoMasIntegracion:not(.nohover):hover {
  content: url("assets/files/images/icon_Home-Plus-Laranja.png");
}

.BarraVerticalIntegracion {
  border-right: 8px solid #e0a72c;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -1%;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .responsivecomunidades {
    margin-left: -20px;
    margin-right: -40px;
  }
}

@media (min-width: 100px) and (max-width: 360px) {
  .responsivecomunidades {
    margin-left: -20px;
    margin-right: -30px;
  }
}

/*  Página Relatorios e Indicadores  */

.containerOverImage {
  position: relative;
  text-align: center;
  color: white;
}
.containerOverImage p {
  position: absolute;
  bottom: 8px;
  left: 24px;
  font-weight: bold;
  font-size: 29px;
  margin-bottom: 2px !important;
}
.breadcrumb .breadcrumb__item.current_item.black a {
  font-family: Titillium Web;
  display: inline-table;
  text-decoration: none;
  color: #041e42;
  font-weight: bold;
}

/*  Página Informe de Sustentabilidade  */
/*
.tituloInformeDeSustentabilidade h2{
    font-size: 41px;
    font-weight: bold;
    font-family: Titillium Web;
    margin-top: 20px;
    margin-bottom: 60px;
    Color:#FF7B00
} */

.numeroTitulo h2 {
  font-size: 70px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.textoCursiva {
  font-style: italic;
  font-size: 16px;
  font-family: Titillium Web;
  color: #6e6259;
  margin-bottom: 50px;
}

.autor {
  text-align: right;
  font-weight: bold;
  color: #6e6259;
  font-weight: 16px;
}

.autor p {
  margin-bottom: 0px;
}

.puestoDeTrabajo {
  text-align: right;
  color: #6e6259;
}

.textoDescriptivo {
  font-size: 30px;
  font-family: Titillium Web;
  color: #6e6259;
}

.tituloItem3 p {
  font-size: 16px;
  font-family: Titillium Web;
  color: #6e6259;
  padding-top: 60px;
  padding-left: 15px;
}

.imagenInformeDeSustentabilidade {
  text-align: center;
}

.anyoInformeDeSustentabilidade {
  text-align: center;
}

.textoDescriptivo2 {
  margin-top: 60px;
  margin-left: 20px;
  color: #6e6259;
}
/*  Página Plano de Sustentabilidade  */
.anyoPlanoDeSustentabilidade h2 {
  margin-top: 0px;
  font-size: 60px;
}
.destacadoSecundario.center {
  text-align: center;
}

.destacadoSecundario.anyos {
  padding-top: 0px;
}

/* ESTILOS PARA EL LOS ENLACES DE TRABALHE CONOSCO */

.destacadoSecundario .contenido .enlaceTrabalheConosco a {
  font-family: Titillium Web;
  font-size: 18px;
  font-weight: bold;
  color: #ff7b00;
  background-color: #fff;
  margin-right: 30px;
  text-decoration: none;
}

/* .destacadoSecundario .contenido .enlaceTrabalheConosco:hover a {
    text-decoration: underline;
}
 */
.destacadoSecundario .contenido .enlaceTrabalheConosco a span[data-icon] {
  /* Comentado para probar cambio de estilo en botón secundario
    color: #fff; */
  color: #ff7b00;
  font-size: 12px;
}

/* ESTILOS PARA ENERGIA -> MOVE O MUNDO */

.Box_Title {
  font-family: Titillium Web;
  font-weight: bold 700;
  font-size: 28px;
  margin: 0.67em 0;
  color: #ff7b00;
  text-align: center;
}

.Text_Highlight {
  font-family: Titillium Web;
  font-size: 20px;
  color: #6e6259;
  text-align: center;
}

.destacadoSecundario .Icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.Icon_Title {
  font-family: Titillium Web;
  font-size: 20px;
  font-weight: bold;
  color: #6e6259;
  text-align: center;
}

.Small_Description {
  font-family: Titillium Web;
  font-size: 14px;
  color: #6e6259;
  text-align: center;
}

/* Items de 6 a 8 */
.Image_Highlight {
  height: 338px;
  width: 565px;
}

.destacadoSecundario .contenido h3.Image_Title {
  font-family: Titillium Web;
  font-weight: bold;
  font-size: 28px;
  margin: 0.67em 0;
  color: #ff7b00;
  padding-top: 20px;
}

.Image_Description {
  font-family: Titillium Web;
  font-size: 16px;
  color: #6e6259;
}

/* ESTILOS PARA ENERGIA -> PESQUISA */

.destacadoSecundario .contenido h3 .Section_Title_Pesquisa {
  font-family: Titillium Web;
  font-weight: bold;
  font-size: 28px;
  margin: 0.67em 0;
  color: #ff7b00;
  text-align: center;
}

.Section_Title_Pesquisa {
  padding-left: 10%;
}

.Text_Highlight_Pesquisa {
  font-family: Titillium Web;
  font-size: 20px;
  color: #6e6259;
}

.Image_Pesquisa_2_colums {
  width: 265px;
  height: 340px;
}

.destacado .contenido h3.Image_Title_Pesquisa {
  font-family: Titillium Web;
  font-weight: bold;
  font-size: 28px;
  color: #6e6259;
}

.Title_Pesquisa {
  font-family: Titillium Web;
  font-size: 16px;
  color: #ff7b00;
  font-style: italic;
}

.Description_Pesquisa {
  font-family: Titillium Web;
  font-size: 16px;
  color: #6e6259;
}

.Description_Parceria_Pesquisa {
  font-style: italic;
  color: #6e6259;
}

/* sprint 3: pesquisar */
.destacado_pestanyas .seccionBottom span.anterior:hover {
  color: #ff7b00;
  position: absolute;
  top: 13px;
  right: 10px;
  display: none;
}
/* sprint 3: pesquisar */
.destacado_pestanyas .seccionBottom span.posterior:hover {
  color: #ff7b00;
  position: absolute;
  top: 13px;
  right: -10px;
  display: none;
}

/* AQUI */

/* ESTILOS SUSTENTABILIDADE -> COMUNIDADES E VALOR OMPARTILHADO */
.destacado .contenido p.Image_Title_Comunidades {
  font-family: Titillium Web;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  margin: 8px;
  text-align: left;
  padding-left: 15px;
}

.destacadoSecundario .contenido .enlaceComunidades a {
  font-family: Titillium Web;
  font-size: 20px;
  font-weight: bold;
  color: #ff7b00;
  /* padding-right: 30px; */
  text-decoration: none;
}

.multimedia_noticia .carousel-caption {
  bottom: 0;
  left: 0px;
}

/* .multimedia_noticia .carousel-caption-image-comunidades {
        bottom: 0px;
        left: 0px;
    }
     */

/* Copié el estilo del Title de "Galeria Multimídia - Highlight 4 columns" */
.destacado .contenidoTitular p.Section_Title_Comunidades {
  font-family: Titillium Web;
  /* font-weight:bold; */
  font-size: 2em;
  margin: 0px;
  color: #ff7b00;
  padding: 0px;
}

.destacado .contenido h3.Banner_Bottom_Comunidades {
  font-family: Titillium Web;
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  margin: 0px;
  text-align: left;
  padding-left: 10px;
}

.enlacesComunidades {
  font-family: Titillium Web;
  font-size: 14px;
  text-decoration: none;
  padding: 3px 10px 3px 10px;
  width: 140px;
  height: 50px;
}
.enlacesComunidades:hover {
  text-decoration: none;
}

.enlaceComunidadesMeioAmbiente {
  color: #00a160;
  border: 1px solid #00a160;
  border-radius: 5px;
}

.enlaceComunidadesCidadania {
  color: #ff3232;
  border: 1px solid #ff3232;
  border-radius: 5px;
}

.enlaceComunidadesIntegracion {
  color: #e0a72c;
  border: 1px solid #e0a72c;
  border-radius: 5px;
}

/* plataforma educativa responsive*/
.responsiveplataforma {
  width: 100%;
}

@media (min-width: 100px) and (max-width: 360px) {
  img.centrarImagenaq {
    width: 330px;
    height: 200px;

    margin-left: -25px;
  }

  .responsivemapa {
    width: 350%;
    margin-right: 250px;
    margin-left: -68px;
  }
  .responsivevideo {
    width: 280%;
    margin-left: -33px;
  }
  .responsivezoom {
    margin-right: -180px;
  }
  .responsiveobjetivos {
    margin-left: -30px;
    margin-right: 40px;
  }
  .responsiveobjetivositems {
    margin-right: 50px;
  }

  .responsivecarrosel {
    margin-left: -25px;
  }
}
img.centrarImagenpe {
  width: 330px;
  height: 200px;

  margin-left: 0px;
}
img.centrarImagenaq {
  width: 330px;
  height: 200px;

  margin-left: 0px;
}

/* plataforma educativa */
.imagenazulextension {
  margin-right: -35px;
  margin-left: -35px;
}
.depoimentos {
  padding-left: 25px;
}

/* plataforma educativa responsive*/
.responsiveplataforma {
  width: 100%;
}

@media (min-width: 100px) and (max-width: 360px) {
  .responsivemapa {
    width: 350%;
    margin-right: 250px;
    margin-left: -68px;
  }
  .responsivevideo {
    width: 280%;
    margin-left: -33px;
  }
  .responsivezoom {
    margin-right: -180px;
  }
  .responsiveobjetivos {
    margin-left: -30px;
    margin-right: 40px;
  }
  .responsiveobjetivositems {
    margin-right: 50px;
  }

  .responsivecarrosel {
    margin-left: -25px;
  }
}
img.centrarImagenpe {
  width: 330px;
  height: 200px;

  margin-left: 0px;
}

/* plataforma educativa */
.imagenazulextension {
  margin-right: -35px;
  margin-left: -35px;
}
.depoimentos {
  padding-left: 25px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    /*revision responsive sprint3 coneça*/
    width: 100%;
    /* width: 16.66667%*/
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    /* revision responsive sprint3 para coneça*/
    /* width: 16.66666667%*/
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  #borde_Trabalhe {
    border: 0px !important;
    border-bottom: 1px;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 49px;
  line-height: 49px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 45px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 27px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #ada29a;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #6e6259;
  font-weight: 400;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #443c37;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-group a {
  padding: 0rem 1rem 0rem 0rem;
}

.btn-group a:hover {
  color: #0b4c5f;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #6e6259;
}

.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}

.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0px 15px 0px 0px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #6e6259;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #443c37;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #6e6259;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #6e6259;
}

.thumbnail .caption {
  padding: 9px;
  color: #6e6259;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 22px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow-y: hidden !important;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.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;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000 !important;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
}

.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-left: 5px;
  margin-bottom: 0;
}

.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 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Titillium Web, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Titillium Web, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner1 > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner1 > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner1 > .item.next,
  .carousel-inner1 > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner1 > .item.prev,
  .carousel-inner1 > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner1 > .item.next.left,
  .carousel-inner1 > .item.prev.right,
  .carousel-inner1 > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner1 > .active,
.carousel-inner1 > .next,
.carousel-inner1 > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner1 > .next,
.carousel-inner1 > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner1 > .next {
  left: 100%;
}

.carousel-inner1 > .prev {
  left: -100%;
}

.carousel-inner1 > .next.left,
.carousel-inner1 > .prev.right {
  left: 0;
}

.carousel-inner1 > .active.left {
  left: -100%;
}

.carousel-inner1 > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  /* 25/03: Corrección flechas carousel home
    opacity: .5; */
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: none;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  /*opacity: .9;*/
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203a";
}

@media (max-width: 992px) {
  .carousel-indicators,
  .carousel-indicators .active {
    display: flex;
  }
  .carousel-indicators li,
  .carousel-indicators .active li,
  .botoncito.active {
    margin: auto !important;
  }

  .displayBlockResponsive {
    display: block;
  }
}
@media (max-width: 991px) {
  .buscaDeNoticias {
    height: 295px;
  }
}
@media (min-width: 1200px) {
  .item2Energia {
    height: 350.792px !important;
  }
}
@media (max-width: 1199px) {
  .item1Energia,
  .item2Energia,
  .item3Energia,
  .item4Energia,
  .item5Energia {
    height: auto !important;
  }
}

@media (max-width: 375px) {
  .texto-nosso_modelo {
    padding-left: 25px;
    padding-right: 25px;
  }
  .imageazul {
    margin-left: 0px !important;
  }
}

.carousel-indicators {
  /* display: table-caption;*/
  position: absolute;
  bottom: 10px;
  left: 56%;
  z-index: 15;
  width: 100%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
}

.carousel-indicators .active {
  margin: 0;
  width: 15px !important;
  height: 15px !important;
  background-color: white !important;
  border: 1.5px solid; /*piden 3px pero es desorbitado*/
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ff7b00;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

/* Nuevo  */
.carousel-caption-banner {
  position: absolute;
  padding: 10px 0px;
  color: #fff;
}

@media only screen and (max-width: 1170px) {
  .carousel-caption {
    display: none !important;
  }
  .item.listado_tematico.active .carousel-caption-versionResponsive {
    display: block !important;
    position: relative !important;
    z-index: 10;
    color: #6e6259;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
  .carousel-indicators {
    left: 33%;
  }
}

@media only screen and (max-width: 992px) {
  .arrowPrev img {
    transform: rotate(180deg) !important;
  }
}

@media only screen and (min-width: 1170px) {
  .carousel-caption {
    display: block !important;
  }
  .item.listado_tematico.active .carousel-caption-versionResponsive {
    display: none !important;
  }
  .multimedia_noticia .carousel-control.right {
    left: auto;
    right: auto;
    margin-left: 54%;
  }
}

@media only screen and (max-width: 1200px) {
  .multimedia_noticia
    .listado_tematico
    .teztoIzquierda
    .carousel-caption.izquierda {
    left: 60% !important;
    right: auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
    opacity: 0.95;
    margin-bottom: 0px;
  }
  .multimedia_noticia .carousel-control span img {
    position: relative;
    top: 25% !important;
  }
}

@media only screen and (min-width: 1440px) {
  .multimedia_noticia .carousel-control.right {
    left: auto;
    right: auto;
    margin-left: 62%;
  }
}
/* Nuevo */
.multimedia_noticia .carousel-caption-banner {
  top: 0px;
  right: 30px;
}

/* Nuevo */
.destacadoSecundario .contenido h3.banner {
  font-size: 28px;
  font-weight: bold;
  font-family: Titillium Web;
  color: #fff;
  margin: 0.67em 0;
  text-align: right;
}

/* Nuevo, Corrección email daily 14-03 */
.destacadoSecundario .contenido h2.banner {
  font-size: 34px;
  font-weight: 500;
  font-family: Titillium Web;
  color: #fff;
  margin: 0.67em 0;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* Sprint 3 --> Comunidades
        Comento estos estilos porque para la página de Comunidade e Valor Compartillado
        afecta a los textos de las imágenes.

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    } */
  .carousel-indicators {
    bottom: 20px;
  }
}

.off-screen {
  font: 0/0 a;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -99999999px;
  left: -99999999px;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 421px) and (max-width: 991px) {
  .aumentarEnEscritorio {
    height: 401px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

footer {
  margin-top: 2em;
}

footer .up-footer {
  background-color: #eeede8;
  width: 100%;
  /*max-width: 1600px;*/
  /*background-color: #93b7d5*/
}

footer .up-footer .container {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  padding: 0 !important;
}

footer .up-footer .container ul li {
  list-style-type: none;
}

footer .up-footer .container ul li a {
  color: #6e6259;
  font-size: 14px;
}

footer .up-footer .container .footer-links ul {
  text-align: center;
  width: 100%;
  padding-left: 0;
}

footer .up-footer .container .footer-media {
  margin-top: 2em;
}

footer .up-footer .container .footer-media ul {
  text-align: right;
}

footer .up-footer .container .footer-media ul li {
  display: inline-block;
  width: 12%;
}

footer .up-footer .container .footer-media ul li a {
  font-size: 30px;
  text-decoration: none;
}

footer .up-footer .container .footer-online ul {
  text-align: center;
  padding-left: 0;
}

footer .up-footer .container .footer-online ul .img-online {
  max-width: 100px;
}

footer .down-footer {
  background-color: #82756d;
  /*background-color: #c6d8f1;*/
  text-align: center;
  color: #fff;
  /*color: #180f09;*/
  padding: 0.5em;
}

footer .down-footer .footer-copyright p {
  margin: 0;
  font-size: 14px;
}

footer .up-footer .container ul li a img {
  width: 80px;
}

@media screen and (max-width: 768px) {
  footer .up-footer .container {
    width: 100%;
    max-width: 1170px;
    padding-top: 25px !important;
  }
}

@media screen and (min-width: 768px) {
  footer .up-footer .container .footer-links ul li {
    display: inline-block;
    margin: 0;
    width: auto;
    padding: 0 0.5em;
    border-right: 1px solid #aca39a !important;
  }
  footer .up-footer .container .footer-links ul li:last-child {
    border-right: 0 !important;
  }
  footer .up-footer .container .footer-links {
    width: 652px;
    margin: 1em auto 0;
  }
  footer .up-footer .container .footer-media ul li {
    padding: 0.4em;
    width: auto;
  }
  footer .up-footer .container .footer-media {
    float: left;
  }
  footer .up-footer .container .footer-online {
    float: right;
    margin: 1.7em 1em 0 0;
  }
}

@media screen and (min-width: 1171px) {
  footer .up-footer .container .footer-links ul li:first-child {
    padding-left: 0.5em;
  }
  footer .up-footer .container .footer-links ul {
    text-align: left;
    margin-left: -0.5em;
    padding: 0;
  }
  footer .up-footer .container .footer-links {
    width: 70%;
    float: left;
    margin-top: 2.6em;
    padding-left: 40px;
  }
  footer .up-footer .container .footer-media ul li {
    padding: 0.4em;
    width: auto;
  }
  footer .up-footer .container .footer-media {
    width: 30%;
    padding-right: 40px;
  }
  footer .up-footer .container .footer-online {
    width: 10%;
    margin: 1.7em 0 0;
    float: left;
    text-align: right;
  }
}

@media (max-width: 1170px) {
  footer .up-footer .container .footer-media {
    float: none;
  }
  footer .up-footer .container .footer-media ul {
    text-align: center;
    padding: 0;
  }
  footer .up-footer .container .footer-online {
    float: none;
  }
}

@media (max-width: 481px) {
  footer .up-footer .container .footer-media ul li {
    display: inline-block;
    width: 14%;
    margin-bottom: 1em;
  }
  footer .up-footer .container {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    padding-top: 25px !important;
  }
}

header {
  position: fixed;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  width: 100%;
}

header .barraSeparadora {
  background: url(../images/barraSeparadora.png) no-repeat;
  float: left;
  width: 33px;
  min-height: 45px;
  margin: 10px 0 0 25px;
}

header ul {
  margin: 0;
}

header .cabecera {
  height: 65px;
}

header .cabecera.iconoMovilLupa {
  height: 86px;
}

header .cabecera.iconoMovilLupa .buscadorCabecera .busqueda .buscador {
  right: 0;
}

header .cabecera.iconoMovilLupa .buscadorCabecera .busqueda .icoLupaOculto {
  display: block;
}

header .logo {
  padding-left: 1.5%;
}

header .logo .barraSeparadora {
  background: url(../images/barraSeparadora.png) no-repeat;
  min-height: 93px;
  visibility: visible;
}

header .logo img {
  max-width: 100%;
}

header .logo h1 {
  display: inline-block;
  margin-top: 5px;
  max-width: 100%;
}

header .logo a:hover {
  color: #6e6259;
  text-decoration: none;
}

header .socialMedia {
  margin-top: 3px;
}

header .socialMedia ul {
  list-style: none;
}

header .socialMedia ul li {
  float: left;
  position: relative;
}

header .socialMedia ul li:hover > a > span {
  color: #6e6259;
}

header .socialMedia ul li span {
  color: #0b4c5f;
  font-size: 25px;
  font-size: 1.786rem;
}

header .socialMedia ul li ul li:hover span {
  color: #6e6259;
}

header .socialMedia .popover {
  width: 195px;
  top: 25px;
  left: -84px;
  background: #f0f0f0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  opacity: 1;
  height: auto;
  visibility: visible;
}

header .socialMedia .popover.hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

header .socialMedia .popover li {
  margin: 5px;
  float: none;
  clear: both;
  padding: 10px 5px;
}

header .socialMedia .popover li.ultimo {
  border-top: 2px solid #ccc;
}

header .socialMedia .popover li a:hover {
  color: #6e6259;
  text-decoration: none;
}

header .socialMedia .popover li a span {
  float: left;
  margin-right: 10px;
  font-family: Titillium Web;
  font-weight: Bold;
}

header .socialMedia .popover .arrow {
  margin: 0 -10px;
  padding: 0;
}

header .socialMedia .popover .arrow:after {
  border-bottom-color: #f0f0f0;
}

header .navRecursiva ul {
  margin: 7px 0 0 20px;
  padding: 0;
}

header .navRecursiva span {
  margin: 0;
  padding: 0;
  display: inline-block;
}

header .navRecursiva span.margenTitulo {
  margin-right: 5px;
}

header .navRecursiva li {
  float: left;
  list-style-type: none;
  font-size: 24px;
  font-size: 1.714rem;
  margin-right: 10px;
}

header .navRecursiva li a {
  color: #fff;
  background: #0b4c5f;
  display: inline-block;
  border-radius: 5px;
  padding: 0 7px;
  line-height: 38px;
  height: 38px;
  border: 1px solid #0b4c5f;
}

header .navRecursiva li a:hover {
  color: #0b4c5f;
  background: #fff;
}

header .navRecursiva [data-icon="]"] {
  font-size: 25px;
  font-size: 1.786rem;
  vertical-align: middle;
}

header .navRecursiva .tituloIcono {
  display: inline-block;
  font-family: Titillium Web;
  font-size: 14px;
  font-size: 1rem;
  line-height: 34px;
  height: 38px;
  vertical-align: middle;
}

header .navRecursiva .tituloIconoOculto {
  font: 0/0 a;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -99999999px;
  left: -99999999px;
}

header header.menuColapsado.buscadorCabecera.busqueda {
  top: 5px;
}

header .buscadorCabecera {
  font-family: Titillium Web;
  font-size: 12px;
  font-size: 0.857rem;
  margin: 10px 0 27px;
}

header .buscadorCabecera label {
  font: 0/0 a;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -99999999px;
  left: -99999999px;
}

header .buscadorCabecera .busqueda {
  position: relative;
  background: #fff;
}

header .buscadorCabecera .busqueda:hover input,
header .buscadorCabecera .busqueda:focus input,
header .buscadorCabecera .busqueda:active input {
  border-radius: 5px;
  background: #f4f4f4;
}

header .buscadorCabecera .busqueda:hover span,
header .buscadorCabecera .busqueda:focus span,
header .buscadorCabecera .busqueda:active span {
  background: #0b4c5f;
  color: #fff;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

header .buscadorCabecera .busqueda:hover span.icoLupaOculto,
header .buscadorCabecera .busqueda:focus span.icoLupaOculto,
header .buscadorCabecera .busqueda:active span.icoLupaOculto {
  padding: 0;
  background: 0 0;
  border: 0;
  color: #6e6259;
}

header .buscadorCabecera .busqueda:active input {
  border-radius: 5px;
  background: #f4f4f4;
}

header .buscadorCabecera .busqueda:active span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border: 2px solid #0b4c5f;
  background: #fff;
  color: #0b4c5f;
  padding: 0 5px 0 7px;
}

header .buscadorCabecera .busqueda .icoLupa {
  z-index: 20;
  font-size: 24px;
  font-size: 1.714rem;
}

header .buscadorCabecera .busqueda .icoLupaOculto {
  font-size: 24px;
  font-size: 1.714rem;
  display: none;
  border: 0;
  left: 15px;
  position: absolute;
  z-index: 8;
}

header .buscadorCabecera .busqueda .icoLupaOculto.activo {
  display: none;
}

header .buscadorCabecera .busqueda .buscador input {
  font-size: 14px;
  font-size: 1rem;
  width: 305px;
  height: 38px;
  position: absolute;
  right: 0;
  border: 1px solid transparent;
  margin: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0 60px 0 14px;
}

header .buscadorCabecera .busqueda .buscador input:-ms-input-placeholder {
  text-align: right;
  font-size: 14px;
  font-size: 1rem;
  color: #000;
}

header .buscadorCabecera .busqueda .buscador input::-webkit-input-placeholder {
  text-align: right;
  font-size: 14px;
  font-size: 1rem;
  color: #000;
}

header .buscadorCabecera .busqueda .buscador input::-moz-placeholder {
  text-align: right;
  font-size: 14px;
  font-size: 1rem;
  color: #000;
}

header .buscadorCabecera .busqueda a {
  position: absolute;
  right: 0;
}

header .buscadorCabecera .busqueda a span {
  background: transparent;
  color: #0b4c5f;
  position: relative;
  font-size: 30px;
  font-size: 2.1431rem;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border: 2px solid transparent;
  padding: 0 5px 0 7px;
  margin-bottom: 0;
}

header .menu .elementoMenuActivo {
  color: #0b4c5f;
}

/*  Da error "Not Found"
header .menu .inner {
    background: url(../images/menu_principal_linea_gris_superior.png) no-repeat top right;
    padding-top: 1px
} */

header .menu .inner.relativeMenu {
  position: relative;
  margin-top: 20px !important;
}

header .menu .capaSombraFondoCompleto {
  background: url(../images/capaSombraFondoCompleto.png) repeat;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 300;
  height: 6px;
}

header .menu .bordeFondo {
  border-bottom: 3px solid #0b4c5f;
}

header .menu .capaFondoCompleto {
  background: #fff;
  position: absolute;
  width: 100%;
  top: 148px;
  z-index: 101;
}

header .menu .capaFondoCompletoAlfa {
  background: #f5f4f2;
  position: absolute;
  top: 50px;
  width: 1972px;
  left: -1292px;
  z-index: 200;
}

header .menu .sinEnlace {
  margin-bottom: 0;
  padding: 0 10px;
}

header .menu .withoutMarginBottom {
  top: 4px;
  margin-left: 10px;
  margin-right: 8px;
  position: relative;
  background: #ff8702;
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #ff8702),
    color-stop(100%, #ffb31a)
  );
  background: -webkit-linear-gradient(left, #ff8702 0, #ffb31a 100%);
  background: #fff;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff8702', endColorstr='#ffb31a', GradientType=1);
  height: 2px;
}

header .menu span {
  margin: 0;
}

header .menu .nav-pills > .customDropdown {
  min-height: 42px;
}

header .menu .nav-pills .customDropdown .withoutMarginBottom {
  display: none;
}

header
  .menu
  .nav-pills
  .customDropdown
  .withoutMarginBottom.withoutMarginBottomHover {
  display: none;
}

header
  .menu
  .nav-pills
  .customDropdown
  .withoutMarginBottom.withoutMarginBottomHoverActive {
  display: block;
}

header .menu .nav-pills .customDropdown .withoutMargin .sinEnlace {
  display: inline-block;
  padding-top: 12px;
}

header .menu .nav-pills .customDropdown .withoutMargin > a {
  display: inline-block;
  padding: 12px 10px 0;
}

header .menu .nav-pills .customDropdown a {
  padding: 0;
  color: #6e6259 !important;
  font-weight: bold;
  background: 0 0;
}

header .menu .nav-pills .customDropdown a.elementoMenuActivo {
  color: #0b4c5f;
}

header .menu .nav-pills .customDropdown a:hover {
  background: 0 0;
  color: #0b4c5f;
}

header .menu .customDropdown {
  position: static;
  font-size: 14px;
  /*font-size: 1.071rem;*/
  color: #a8a299;
}

header .menu .customDropdown .secondLevel,
header .menu .customDropdown ul.thirdLevel {
  -webkit-transform: translate3d(0px, 0, 0);
  position: absolute;
  left: -99999999px;
  padding-top: 20px;
  padding-left: 25px;
  list-style-type: none;
}

header .menu .customDropdown .secondLevel ul,
header .menu .customDropdown ul.thirdLevel ul {
  list-style-type: none;
  padding-left: 0;
}

header .menu .customDropdown .secondLevel .sinEnlace,
header .menu .customDropdown ul.thirdLevel .sinEnlace {
  margin-bottom: 0;
  padding: 0;
  display: inline;
}

header .menu .customDropdown .secondLevel .elementoMenuActivo,
header .menu .customDropdown ul.thirdLevel .elementoMenuActivo {
  color: #0b4c5f;
}

header .menu .customDropdown .secondLevel li.nextLevelElement,
header .menu .customDropdown ul.thirdLevel li.nextLevelElement {
  padding: 8px 13px 8px 0;
  width: 220px;
  border-bottom: 1px #cbc4bc solid;
}

header .menu .customDropdown .secondLevel li.nextLevelElement:last-child,
header .menu .customDropdown ul.thirdLevel li.nextLevelElement:last-child {
  border-bottom: 1px #f5f4f2 solid;
}

header .menu .customDropdown .secondLevel li.nextLevelElement:hover,
header .menu .customDropdown ul.thirdLevel li.nextLevelElement:hover {
  border-bottom: 1px #0b4c5f solid;
}

header .menu .customDropdown .secondLevel li.nextLevelElement:hover span,
header .menu .customDropdown ul.thirdLevel li.nextLevelElement:hover span {
  color: #0b4c5f;
}

header
  .menu
  .customDropdown
  .secondLevel
  li.nextLevelElement:hover
  span.sinEnlace,
header
  .menu
  .customDropdown
  ul.thirdLevel
  li.nextLevelElement:hover
  span.sinEnlace {
  color: #a8a299;
}

header .menu .customDropdown .secondLevel .secondLevelElement {
  max-width: 189px;
  display: inline-block;
}

header .menu .customDropdown.open > ul,
header .menu .customDropdown.open > div {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  background: 0 0;
  z-index: 1000;
}

header .menu .customDropdown.open > ul.thirdLevel,
header .menu .customDropdown.open > div.thirdLevel {
  width: 270px;
  padding-top: 0;
  padding-left: 50px;
  left: 220px;
  top: 0;
}

header .menu .classChannel {
  background: #f0efee;
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #f0efee),
    color-stop(100%, #fff)
  );
  background: -webkit-linear-gradient(left, #f0efee 0, #fff 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f0efee),
    to(#fff)
  );
  background: linear-gradient(to right, #f0efee 0, #fff 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f0efee', endColorstr='#ffffff', GradientType=1);
}

header .menu .classChannel > .customDropdown:first-child {
  padding-left: 6px;
}

header .menu .classChannel > .customDropdown:first-child .withoutMargin {
  position: relative;
}

header .menu .classChannel > .customDropdown:first-child .withoutMargin::after {
  content: "";
  width: 9px;
  height: 42px;
  display: inline-block;
  background: url(../images/menu_principal_cunya_canal.png) no-repeat top left;
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
}

header .menu .imageContainer {
  display: table-column;
  order: 2;
  padding: 0px 14px 0;
}

header .menu .imageContainer img {
  width: 100px;
  height: auto;
}

.nextLevelElement .customDropdown_box img {
  width: 100px;
  height: auto;
}

header .menu .containerPYS {
  color: #6e6259;
  padding-top: 4px;
}

header .menu .containerPYS .titlePYS {
  border-bottom: 1px solid #cbc4bc;
  text-align: center;
  margin: 0 20px 20px;
  font-family: "Repsol Regular";
  font-size: 20px;
  font-size: 1.429rem;
  padding-bottom: 6px;
}

header .menu .containerPYS .nextLevelElementPYS {
  text-align: center;
  margin-bottom: 15px;
  display: block;
}

header .menu .containerPYS .nextLevelElementPYS a {
  display: block;
}

header .menu .containerPYS .nextLevelElementPYS .titleContainerPYS {
  font-family: Titillium Web;
  font-size: 15px;
  font-size: 1.071rem;
  color: #6e6259;
  line-height: 16px;
}

header .menu .containerPYS .nextLevelElementPYS .iconContainerPYS {
  border-radius: 8px;
  border: 3px solid #0b4c5f;
  background: #fff;
  color: #0b4c5f;
  font-size: 40px;
  font-size: 2.857rem;
  display: inline-block;
  margin-bottom: 5px;
}

header .menu .containerPYS .nextLevelElementPYS .iconContainerPYS.withoutIcon {
  height: 62px;
  width: 62px;
  margin: 0;
}

header .menu .containerPYS .nextLevelElementPYS .iconContainerPYS .iconPYS {
  line-height: 33px;
  padding: 0 7px 0 9px;
}

header
  .menu
  .containerPYS
  .nextLevelElementPYS
  .iconContainerPYS
  [data-icon]:before {
  line-height: 56px;
}

header
  .menu
  .containerPYS
  .nextLevelElementPYS
  .iconContainerPYS
  [data-icon="a"],
header
  .menu
  .containerPYS
  .nextLevelElementPYS
  .iconContainerPYS
  [data-icon="g"],
header
  .menu
  .containerPYS
  .nextLevelElementPYS
  .iconContainerPYS
  [data-icon="E"],
header
  .menu
  .containerPYS
  .nextLevelElementPYS
  .iconContainerPYS
  [data-icon="l"],
header
  .menu
  .containerPYS
  .nextLevelElementPYS
  .iconContainerPYS
  [data-icon="0"],
header
  .menu
  .containerPYS
  .nextLevelElementPYS
  .iconContainerPYS
  [data-icon="+"],
header
  .menu
  .containerPYS
  .nextLevelElementPYS
  .iconContainerPYS
  [data-icon="-"],
header
  .menu
  .containerPYS
  .nextLevelElementPYS
  .iconContainerPYS
  [data-icon="/"],
header
  .menu
  .containerPYS
  .nextLevelElementPYS
  .iconContainerPYS
  [data-icon="?"],
header
  .menu
  .containerPYS
  .nextLevelElementPYS
  .iconContainerPYS
  [data-icon="|"] {
  font-size: 56px;
  font-size: 4rem;
  padding: 0;
}

.top {
  padding: 20px 0 0;
}

.top:not(.container) {
  width: 100%;
}

.top:not(.container) .carousel .datos_tematica,
.top:not(.container) .individual_multimedia .datos_tematica {
  padding-left: 15px;
}

.top .brand_multimedia .sinMargen {
  padding: 0;
}

.top .row {
  margin: 0;
}

.top .inner {
  position: relative;
}

.top .inner .barra_top {
  margin-bottom: 10px;
}

.top .inner .barra_top .social_valorar {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
}

.top .inner .pre-shadow-light {
  overflow-y: hidden;
  position: absolute;
  height: 100%;
  width: 2000px;
  left: -2000px;
}

.top .inner .pre-shadow-light .shadow-light-left {
  position: absolute;
  height: 100%;
  width: 2000px;
  background-color: #f4f4f4;
  top: 6px;
  z-index: 999;
}

.top .inner .shadow-dark-left {
  position: absolute;
  height: 100%;
  width: 400px;
  background-image: url(../images/shadow-menu3.png);
  background-repeat: no-repeat;
  left: -282px;
  z-index: 999;
  background-position: 0 0;
  top: 6px;
}

.top .barra_social {
  float: left;
  margin-right: 18px;
  margin-top: 5px;
  position: relative;
}

.top .barra_social:hover .container_compartir {
  background: #418080;
  color: #fff;
}

.top .barra_social:hover .container_compartir a {
  color: #fff;
  text-transform: none;
  text-decoration: none;
}

.top .barra_social:hover .container_compartir .square {
  color: #fff;
  font-weight: 400;
}

.top .barra_social .container_compartir {
  width: 100px;
  border-radius: 5px;
  background: #f9f9f9;
  border: 1px solid #f3f3f2;
  height: 27px;
  padding-left: 10px;
  font-size: 12px;
  font-size: 0.857rem;
  overflow: hidden;
}

.top .barra_social .container_compartir .square_text {
  display: inline-block;
  line-height: 27px;
}

.top .barra_social .container_compartir .square {
  float: right;
  font-size: 25px;
  font-size: 1.786rem;
  color: #418080;
}

.top .barra_social .container_compartir a {
  margin-left: 3px;
  color: #418080;
}

.top .barra_social span.square_share {
  font-size: 38px;
  font-size: 2.714rem;
}

.top .barra_social li {
  float: left;
}

.top .barra_social li a {
  display: inline-block;
  line-height: 28px;
  font-family: Titillium Web;
  font-weight: 700;
  font-size: 14px;
  font-size: 1rem;
  color: #418080;
  background: 0 0;
  margin-top: 2px;
  padding: 0;
}

.top .barra_social li span {
  color: #418080;
}

.top .barra_social li:hover .facebook_icon {
  color: #455897;
}

.top .barra_social li:hover .twitter_icon {
  color: #6a8cc6;
}

.top .barra_social li:hover .google_icon {
  color: #b94933;
}

.top .barra_social li:hover .linkedin_icon {
  color: #4478b4;
}

.top .barra_social li:hover .rss_icon {
  color: #cc9033;
}

.top .barra_social li:hover .mail_icon {
  color: #c57033;
}

.top .barra_social li:hover a {
  color: #fff;
}

.top .barra_social ul.dropdown-menu {
  border: 2px solid #418080;
  margin: 0;
  padding: 3px;
  top: 24px;
  left: -26px;
  width: 125px;
  min-width: 100px;
}

.top .barra_social [data-icon]:before {
  vertical-align: top;
}

.top.eventos .tituloSeccion .span13 {
  display: none;
}

.top.eventos .tituloSeccion .span12 {
  width: 100%;
}

.top.eventos .tituloSeccion .comentario {
  margin-top: 25px;
}

.menu_lenguaje {
  font-family: Titillium Web;
  font-size: 12px;
  font-size: 0.857rem;
  margin: 14px 12px 16px 0;
  float: left;
  display: inline-block;
  width: auto;
}

.menu_lenguaje .barraLenguaje {
  margin: 0 5px;
  color: #ccc;
  visibility: hidden;
}

.menu_lenguaje .idiomaDominioActual {
  color: #ccc;
}

.menu_lenguaje .barraSeparadora {
  background: url(../images/barraSeparadora.png) no-repeat;
  min-height: 120px;
  position: absolute;
  width: 50px;
  top: 25px;
}

.menu_lenguaje .bulletContinente {
  background: url(../images/titulo_stakeholder_bg.png) no-repeat;
  min-height: 22px;
  position: absolute;
  width: 38px;
  top: 12px;
  left: -30px;
}

.menu_lenguaje .idioma {
  line-height: 15px;
  font-size: 14px;
  font-size: 1rem;
  padding-bottom: 4px;
  color: #0b4c5f;
  margin-top: 6px;
  margin-right: 27px;
  float: left;
}

.menu_lenguaje .idioma div {
  float: left;
}

.menu_lenguaje .idioma div.localizador {
  margin-top: -3px;
}

.menu_lenguaje .idioma div.localizador div {
  width: 100%;
  color: #0b4c5f;
  text-align: left;
  font-weight: 700;
  font-size: 0.9rem;
}

.menu_lenguaje .idioma div.localizador div.literalCI {
  font-weight: 400;
}

.menu_lenguaje .idioma div.lenguaje {
  margin-top: 2px;
}

.menu_lenguaje:hover li,
.menu_lenguaje.activo li {
  background-color: transparent;
}

.menu_lenguaje:hover li a,
.menu_lenguaje.activo li a {
  color: #0b4c5f;
}

.menu_lenguaje .nav > li > a:focus {
  background: transparent;
}

.menu_lenguaje ul.drop_hidden {
  position: absolute;
  z-index: 1005;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  float: left;
  min-width: 968px;
  list-style: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.menu_lenguaje ul.drop_hidden .tituloIdioma {
  float: left;
  display: block;
  margin-left: 50px;
  margin-top: 20px;
  font-size: 45px;
  font-size: 3rem;
  font-family: "Repsol Light";
}

.menu_lenguaje ul.drop_hidden .subtituloIdioma {
  display: block;
  float: left;
  clear: both;
  margin-left: 50px;
  margin-top: 14px;
  font-size: 16px;
  font-size: 1.143rem;
  font-family: Titillium Web;
}

.menu_lenguaje ul.drop_hidden .estiloContinente {
  list-style: none;
  display: block;
  clear: both;
  float: left;
  font-size: 26px;
  font-size: 1.857rem;
  padding-top: 35px;
  margin-left: 50px;
}

.menu_lenguaje ul.drop_hidden .estiloContinente .nombreContinente {
  border-bottom: 1px dotted #6e6259;
  padding-bottom: 12px;
}

.menu_lenguaje ul.drop_hidden .estiloContinente .estiloPais {
  list-style: none;
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 20px;
  width: 100%;
}

.menu_lenguaje ul.drop_hidden .estiloContinente .estiloPais li {
  margin-top: 0;
  margin-bottom: 0;
}

.menu_lenguaje ul.drop_hidden .estiloContinente .estiloPais .estiloNombrePais {
  width: 125px;
  display: inline-block;
}

.menu_lenguaje ul.drop_hidden .estiloContinente .estiloPais .estiloIdiomas {
  margin-left: 25px;
  list-style: none;
  display: inline-block;
  position: relative;
  top: 6px;
}

.menu_lenguaje
  ul.drop_hidden
  .estiloContinente
  .estiloPais
  .estiloIdiomas:last-child {
  border-right: 0;
}

.menu_lenguaje ul.drop_hidden .estiloContinente .estiloPais .estiloIdiomas li {
  float: left;
  color: #0b4c5f;
  text-align: center;
  border-right: 1px solid #6e6259;
}

.menu_lenguaje
  ul.drop_hidden
  .estiloContinente
  .estiloPais
  .estiloIdiomas
  li
  a {
  color: #0b4c5f;
}

.menu_lenguaje
  ul.drop_hidden
  .estiloContinente
  .estiloPais
  .estiloIdiomas
  li
  a:hover {
  color: #6e6259;
}

.menu_lenguaje ul.drop_hidden li {
  border: 0;
  position: relative;
  border-radius: 0;
  text-align: left;
  margin: 2px;
  padding: 0;
}

.menu_lenguaje ul.drop_hidden li a {
  display: block;
  background: #fff;
  color: #6e6259;
  padding: 0 0 0 2px;
}

.menu_lenguaje ul.drop_hidden li a:hover {
  background: transparent;
  color: #0b4c5f;
  text-decoration: none;
}

.menu_lenguaje ul.drop_hidden li a:hover span {
  color: #0b4c5f;
}

.menu_lenguaje ul.drop_shown {
  top: 50px;
  left: -355px;
  border-bottom: solid #0b4c5f 6px;
  margin: 0;
  padding: 0;
  background: #fff;
  display: block;
  opacity: 1;
  height: auto;
  visibility: visible;
  overflow: visible;
}

.menu_lenguaje ul li {
  text-align: center;
  min-width: 85px;
  position: relative;
  padding-top: 5px;
}

.menu_lenguaje ul li a {
  margin: 0;
  padding: 0 8px 8px 0;
  color: #6e6259;
  line-height: 25px;
}

.menu_lenguaje ul li a img {
  vertical-align: top;
}

.menu_lenguaje ul li a span {
  display: inline;
}

.menu_lenguaje ul li a span.lang_icon {
  margin-top: 0;
  color: #0b4c5f;
  font-size: 1.929rem;
  float: left;
}

.menu_lenguaje ul li a span.lang_text {
  vertical-align: top;
  float: left;
}

.menu_lenguaje ul li a:hover {
  color: #0b4c5f;
  background: transparent;
}

.capaSombraFondoCompletoMenuLenguaje {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1003;
  opacity: 0.7;
  background: #fff;
}

.tituloSeccion {
  padding: 20px 0;
}

.tituloSeccion .titulo {
  padding-left: 12px;
}

.tituloSeccion a {
  color: #0b4c5f;
  text-decoration: underline;
}

.tituloSeccion a:hover {
  text-decoration: none;
}

.tituloSeccion .menu_titulo_seccion {
  display: none;
}

.tituloSeccion h1 {
  /* Sprint 4: Site Map
    margin-top: 10px;
    font-size: 2.571rem;
    font-size: 36px;
    line-height: 40px;
    color: #6e6259;
    font-family: "Repsol Light" */
  font-size: 2rem;
  font-size: 40px;
  line-height: 40px;
  color: #6e6259;
  font-family: "Titillium Web";
}

.tituloSeccion h2 {
  font-size: 36px;
  font-size: 2.571rem;
  line-height: 40px;
  color: #6e6259;
  font-family: "Repsol Light";
  margin-bottom: -10px !important;
}

.tituloSeccion h2 .antetitulo {
  /* Sprint 4: Mapa do Site
    font-size: 26px;
    font-size: 1.857rem;
    display: block;
    color: #0B4C5F;
    font-family: "Repsol Light" */
  font-size: 40px;
  font-size: 2rem;
  margin: 0.67em 0;
  display: block;
  color: #6e6259;
  font-family: "Titillium Web";
}

.tituloSeccion .barraSeparadora {
  background: url(../images/barraSeparadora2.png) no-repeat;
  background-position-x: 100%;
  min-height: 103px;
}

.tituloSeccion .comentario {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  width: 80%;
  font-family: "Repsol Light";
  font-size: 20px;
  font-size: 1.429rem;
  word-wrap: break-word;
  color: #6e6259;
}

.tituloSeccion .comillas {
  float: left;
  margin-left: 5%;
  font-size: 25px;
  font-size: 1.786rem;
  color: #6e6259;
}

.tituloSeccion .comillas.derecha {
  position: absolute;
  bottom: 0;
  right: 0;
}

section#contenido_principal {
  min-height: initial;
}

.no-margin {
  margin: 0 !important;
}

.left-align {
  text-align: left !important;
}

.right-align {
  text-align: right !important;
}

.contenidoLayoutColumnaDerecha {
  padding-right: 30px;
}

.encabezadoColumnaDerecha {
  padding-bottom: 30px;
}

aside.columnaDerecha {
  border-left: 3px solid #f0f0f0;
  padding-left: 18px;
  padding-top: 20px;
}

.fondo_gris {
  background-color: #f4f4f4;
}

.separador {
  border: 1px dotted #f0f0f0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.relative-container {
  position: relative !important;
}

#FacebookShareURL,
#TwitterShareURL,
#LinkedinShareURL {
  background: #fff;
  color: #0b4c5f;
}

#FacebookShareURL:hover span::before,
#TwitterShareURL:hover span::before,
#LinkedinShareURL:hover span::before {
  color: #fff;
  background: #0b4c5f;
  border-color: #0b4c5f;
}

.calendario .carousel-indicators {
  margin-left: 0;
  width: 20000px;
}

.calendario > .acciones {
  margin: 15px 5% 0;
  width: 90%;
  color: #418080;
}

.calendario > .acciones .hoy {
  padding: 7px 18px;
  display: inline-block;
  border-radius: 5px;
  border: #418080 1px solid;
}

.calendario > .acciones .hoy:hover {
  cursor: pointer;
  border: #418080 1px solid;
  background: #418080;
  color: #fff;
}

.calendario > .acciones .tipoVista {
  float: right;
}

.calendario > .acciones .tipoVista span {
  padding: 7px 18px;
  display: inline-block;
  border-radius: 5px;
  border: #418080 1px solid;
}

.calendario > .acciones .tipoVista span:hover,
.calendario > .acciones .tipoVista span.active {
  background: #418080;
  border: #418080 1px solid;
  cursor: pointer;
  color: #fff;
}

.calendario .carousel-buttons {
  position: relative;
}

.calendario .carousel-buttons .flecha.limiteAlcanzado,
.calendario .carousel-buttons .flechaMes.limiteAlcanzado {
  cursor: initial;
}

.calendario .carousel-buttons .flecha.limiteAlcanzado span,
.calendario .carousel-buttons .flechaMes.limiteAlcanzado span {
  background: gray;
  opacity: 0.5;
  color: #fff;
}

.calendario .carousel-buttons .flecha.limiteAlcanzado:hover span,
.calendario .carousel-buttons .flechaMes.limiteAlcanzado:hover span {
  background: gray;
  opacity: 0.5;
  cursor: initial;
}

.calendario .carousel-inner {
  overflow: visible;
}

.calendario .carousel-inner .flechaConLinea {
  width: 100%;
  border: solid 1px #eee;
  position: relative;
  margin-top: 25px;
}

.calendario .carousel-inner .flechaConLinea .flechaLinea {
  display: inline-block;
  border-bottom: 18px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  top: -13px;
  left: 43%;
  z-index: 1;
}

.calendario .carousel-inner .flechaConLinea .flechaLinea.borde {
  border-bottom: 16px solid #eee;
  top: -15px;
  z-index: 0;
}

.calendario .carousel-indicators li {
  border: 1px solid transparent;
}

.calendario .eventos {
  margin-top: 10px;
}

.calendario .eventos.todosVisibles .eventosVisibles {
  max-height: 480px;
}

.calendario .eventos.todosVisibles .verMasDestacados {
  display: none;
}

.calendario .eventos .eventosVisibles {
  padding: 0 8%;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

.calendario .eventos .eventosVisibles .evento {
  border-left: 2.5px solid #e9e8e8;
  width: 100%;
  height: 95px;
  margin-bottom: 1px;
  position: relative;
}

.calendario .eventos .eventosVisibles .evento.eventoOculto {
  display: none;
}

.calendario .eventos .eventosVisibles .evento.conEvento .delimitador-izq,
.calendario .eventos .eventosVisibles .evento.conRedes .delimitador-izq {
  display: none;
}

.calendario .eventos .eventosVisibles .evento.conEvento .info,
.calendario .eventos .eventosVisibles .evento.conRedes .info {
  width: 80%;
}

.calendario .eventos .eventosVisibles .evento.conEvento .info .hora,
.calendario .eventos .eventosVisibles .evento.conRedes .info .hora {
  width: 23%;
}

.calendario .eventos .eventosVisibles .evento.conEvento .info .datos,
.calendario .eventos .eventosVisibles .evento.conRedes .info .datos {
  width: 77%;
}

.calendario .eventos .eventosVisibles .evento.conEvento .acciones,
.calendario .eventos .eventosVisibles .evento.conRedes .acciones {
  width: 20%;
}

.calendario
  .eventos
  .eventosVisibles
  .evento.conEvento
  .acciones
  .delimitador-der,
.calendario
  .eventos
  .eventosVisibles
  .evento.conRedes
  .acciones
  .delimitador-der {
  display: none;
}

.calendario .eventos .eventosVisibles .evento.conEvento .acciones > a,
.calendario .eventos .eventosVisibles .evento.conRedes .acciones > a {
  width: 50%;
  float: left;
  height: 100%;
  background: #f0efec;
  color: #a1a1a1;
}

.calendario
  .eventos
  .eventosVisibles
  .evento.conEvento
  .acciones
  > a
  span:nth-child(1),
.calendario
  .eventos
  .eventosVisibles
  .evento.conRedes
  .acciones
  > a
  span:nth-child(1) {
  display: block;
  text-align: center;
  font-size: 20px;
  font-size: 1.429rem;
  margin-top: 20px;
  margin-bottom: 5px;
}

.calendario
  .eventos
  .eventosVisibles
  .evento.conEvento
  .acciones
  > a
  span:nth-child(2),
.calendario
  .eventos
  .eventosVisibles
  .evento.conRedes
  .acciones
  > a
  span:nth-child(2) {
  display: block;
  text-align: center;
  font-size: 13px;
  font-size: 0.929rem;
}

.calendario .eventos .eventosVisibles .evento.conEvento .acciones > a:hover,
.calendario .eventos .eventosVisibles .evento.conRedes .acciones > a:hover {
  cursor: pointer;
  background: #418080;
  color: #fff;
}

.calendario .eventos .eventosVisibles .evento.conEvento .acciones > div,
.calendario .eventos .eventosVisibles .evento.conRedes .acciones > div {
  width: 50%;
}

.calendario .eventos .eventosVisibles .evento.conEvento .acciones .anyadir,
.calendario .eventos .eventosVisibles .evento.conRedes .acciones .anyadir {
  border-left: 1px solid #ddd;
}

.calendario .eventos .eventosVisibles .evento.conEvento .acciones .inscribir,
.calendario .eventos .eventosVisibles .evento.conRedes .acciones .inscribir {
  border-left: 1px solid #ddd;
}

.calendario .eventos .eventosVisibles .evento.conEvento.conRedes .info {
  width: 70%;
}

.calendario .eventos .eventosVisibles .evento.conEvento.conRedes .info .hora {
  width: 26%;
}

.calendario .eventos .eventosVisibles .evento.conEvento.conRedes .info .datos {
  width: 74%;
}

.calendario .eventos .eventosVisibles .evento.conEvento.conRedes .acciones {
  width: 30%;
}

.calendario .eventos .eventosVisibles .evento.conEvento.conRedes .acciones > a {
  width: 33%;
}

.calendario
  .eventos
  .eventosVisibles
  .evento.conEvento.conRedes
  .acciones
  > div {
  width: 33%;
}

.calendario .eventos .eventosVisibles .evento:after {
  content: ".";
  color: #333;
  display: inline-block;
  font-size: 50px;
  font-size: 3.571rem;
  position: absolute;
  left: -6.5px;
  top: -5px;
}

.calendario .eventos .eventosVisibles .evento:hover {
  background: #f7f7f7;
  border-left: 2.5px solid #5a9292;
  cursor: pointer;
}

.calendario .eventos .eventosVisibles .evento:hover .dropdown-menu {
  display: none;
}

.calendario .eventos .eventosVisibles .evento:hover .acciones {
  display: block;
}

.calendario .eventos .eventosVisibles .evento:hover:after {
  color: #0b4c5f;
}

.calendario .eventos .eventosVisibles .evento .info {
  float: left;
  width: 90%;
  height: 100%;
}

.calendario .eventos .eventosVisibles .evento .info .hora {
  width: 20%;
  text-align: center;
  float: left;
  margin-top: 25px;
  border-right: 1px solid #e9e8e8;
  height: 45px;
}

.calendario .eventos .eventosVisibles .evento .info .hora .inicio {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

.calendario .eventos .eventosVisibles .evento .info .hora .fin {
  display: block;
}

.calendario .eventos .eventosVisibles .evento .info .datos {
  width: 80%;
  float: left;
  margin-top: 25px;
  padding-left: 15px;
  height: 45px;
}

.calendario .eventos .eventosVisibles .evento .info .datos .titulo {
  margin-bottom: 5px;
  font-weight: 700;
  max-height: 30px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
}

.calendario .eventos .eventosVisibles .evento .info .datos .fecha {
  margin-right: 15px;
  font-weight: 700;
}

.calendario .eventos .eventosVisibles .evento .info .datos .lugar {
  max-height: 25px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-inline-box;
  width: 50%;
  position: relative;
  top: 6px;
}

.calendario .eventos .eventosVisibles .evento .acciones {
  width: 10%;
  float: left;
  height: 100%;
  display: none;
}

.calendario .eventos .eventosVisibles .evento .acciones:hover .dropdown-menu {
  display: none;
}

.calendario .eventos .eventosVisibles .evento .acciones > div {
  width: 100%;
  float: left;
  height: 100%;
  background: #f0efec;
  color: #a1a1a1;
}

.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  > div.anyadir
  span:nth-child(1) {
  font-size: 30px;
  font-size: 2.1431rem;
  margin-bottom: 0;
  margin-top: 15px;
}

.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  > div
  span:nth-child(1) {
  display: block;
  text-align: center;
  font-size: 20px;
  font-size: 1.429rem;
  margin-top: 20px;
  margin-bottom: 5px;
  max-height: 38px;
}

.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  > div
  span:nth-child(2) {
  display: block;
  text-align: center;
  font-size: 13px;
  font-size: 0.929rem;
}

.calendario .eventos .eventosVisibles .evento .acciones > div:hover {
  cursor: pointer;
  background: #418080;
  color: #fff;
}

.calendario .eventos .eventosVisibles .evento .acciones .anyadir {
  border-left: 1px solid #ddd;
}

.calendario .eventos .eventosVisibles .evento .acciones .inscribir {
  border-left: 1px solid #ddd;
}

.calendario .eventos .eventosVisibles .evento .acciones .compartir {
  position: relative;
}

.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu {
  display: block;
  height: auto;
  visibility: visible;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 95px;
}

.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .clearfix,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .dl-horizontal
  dd,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .container,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .container-fluid,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .row,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .form-horizontal
  .form-group,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .btn-toolbar,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .btn-group-vertical
  > .btn-group,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .nav,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .navbar,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .navbar-header,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .navbar-collapse,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .pager,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .panel-body,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .modal-header,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .modal-footer {
  float: left;
}

.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .clearfix
  a,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .dl-horizontal
  dd
  a,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .container
  a,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .container-fluid
  a,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .row
  a,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .form-horizontal
  .form-group
  a,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .btn-toolbar
  a,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .btn-group-vertical
  > .btn-group
  a,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .nav
  a,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .navbar
  a,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .navbar-header
  a,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .navbar-collapse
  a,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .pager
  a,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .panel-body
  a,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .modal-header
  a,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .modal-footer
  a {
  padding: 1px 5px;
  color: #418080;
}

.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .clearfix
  a
  span,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .dl-horizontal
  dd
  a
  span,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .container
  a
  span,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .container-fluid
  a
  span,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .row
  a
  span,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .form-horizontal
  .form-group
  a
  span,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .btn-toolbar
  a
  span,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .btn-group-vertical
  > .btn-group
  a
  span,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .nav
  a
  span,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .navbar
  a
  span,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .navbar-header
  a
  span,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .navbar-collapse
  a
  span,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .pager
  a
  span,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .panel-body
  a
  span,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .modal-header
  a
  span,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .modal-footer
  a
  span {
  font-size: 39px;
  font-size: 2.857rem;
  margin-top: 0;
}

.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .clearfix
  a:hover,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .dl-horizontal
  dd
  a:hover,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .container
  a:hover,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .container-fluid
  a:hover,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .row
  a:hover,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .form-horizontal
  .form-group
  a:hover,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .btn-toolbar
  a:hover,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .btn-group-vertical
  > .btn-group
  a:hover,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .nav
  a:hover,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .navbar
  a:hover,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .navbar-header
  a:hover,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .navbar-collapse
  a:hover,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .pager
  a:hover,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .panel-body
  a:hover,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .modal-header
  a:hover,
.calendario
  .eventos
  .eventosVisibles
  .evento
  .acciones
  .compartir:hover
  .dropdown-menu
  .modal-footer
  a:hover {
  background: 0 0;
}

.calendario .eventos .eventosVisibles .evento .acciones .compartir .tituloMenu {
  display: none;
}

.calendario .eventos .verMasDestacados {
  display: block;
  text-align: center;
  border-top: 1.5px solid #dadada;
  font-weight: 700;
  color: #418080;
}

.calendario .eventos .verMasDestacados:hover span {
  color: #f7f7f7;
  background: #418080;
}

.calendario .eventos .verMasDestacados span {
  border: solid #dadada 1.5px;
  display: inline-block;
  border-top: 0;
  background: #f7f7f7;
  padding: 7.5px 50px;
}

.calendario .carousel {
  margin-top: 20px;
  padding-top: 10px;
  position: relative;
  margin-bottom: 0;
}

.calendario .carousel ul {
  margin: 0;
  list-style: none;
  display: inline-block;
  float: left;
  padding: 0;
}

.calendario .carousel .flechaMes {
  display: none;
}

.calendario .carousel .flecha,
.calendario .carousel .flechaMes {
  position: absolute;
  height: 100%;
  width: 5%;
  top: 0;
  color: #418080;
  cursor: pointer;
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: left;
  background: transparent;
  opacity: 1;
  border-radius: 0;
  border: 0;
  left: initial;
}

.calendario .carousel .flecha:hover span,
.calendario .carousel .flechaMes:hover span {
  color: #fff;
  background: #418080;
}

.calendario .carousel .flecha.anterior,
.calendario .carousel .flechaMes.anterior {
  left: 0;
}

.calendario .carousel .flecha.anterior span,
.calendario .carousel .flechaMes.anterior span {
  right: 50%;
  padding-left: 2px;
}

.calendario .carousel .flecha.siguiente,
.calendario .carousel .flechaMes.siguiente {
  right: 0;
}

.calendario .carousel .flecha.siguiente span,
.calendario .carousel .flechaMes.siguiente span {
  padding-left: 3px;
}

.calendario .carousel .flecha span,
.calendario .carousel .flechaMes span {
  position: absolute;
  top: 35%;
  height: 22px;
  width: 20px;
  padding-top: 3px;
}

.calendario .carousel .flecha.siguiente {
  right: -24px;
}

.calendario .carousel .meses {
  width: 90%;
  margin: 0 5%;
  display: inline-block;
}

.calendario .carousel .meses .contenido {
  height: 100%;
  position: relative;
  right: initial;
  left: 0;
  top: 0;
}

.calendario .carousel .mes li {
  text-indent: 0;
  float: none;
  height: auto;
  margin-left: 0;
  background: transparent;
}

.calendario .carousel .mes .dia {
  position: relative;
  margin-left: 0;
  border-radius: 0;
}

.calendario .carousel .mes .dia.conEvento:hover {
  cursor: pointer;
}

.calendario .carousel .mes .dia.conEvento:after {
  content: ".";
  color: #fff;
  display: inline-block;
  font-size: 50px;
  font-family: "PTSans Regular";
  position: absolute;
  width: 100%;
  left: -5px;
  bottom: -5px;
}

.calendario .carousel.semanal .cajaCorte {
  height: 135px;
  overflow: hidden;
}

.calendario .carousel.semanal .cajaCorte .estadoMeses {
  text-transform: uppercase;
}

.calendario .carousel.semanal .cajaCorte .estadoMeses .siguiente {
  float: right;
}

.calendario .carousel.semanal .cajaCorte .diasSemana {
  display: none;
}

.calendario .carousel.semanal .cajaCorte .mes .titulo {
  display: none;
}

.calendario .carousel.semanal .cajaCorte .mes .diaMesSiguiente,
.calendario .carousel.semanal .cajaCorte .mes .diaMesAnterior {
  display: none;
}

.calendario .carousel.semanal .cajaCorte .mes .dia {
  width: 60px;
  margin: 0 10px;
  border-right: solid #fff 0.5px;
  border-left: solid #fff 0.5px;
  text-align: center;
  float: left;
  height: 100px;
  display: inline-block;
  background: #0b4c5f;
  color: #fff;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
  border-top: 0;
}

.calendario .carousel.semanal .cajaCorte .mes .dia .conector {
  position: absolute;
  top: 0;
}

.calendario .carousel.semanal .cajaCorte .mes .dia .conector.derecha {
  left: -19px;
  border-left: 21px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 100px solid #0b4c5f;
}

.calendario .carousel.semanal .cajaCorte .mes .dia .conector.izquierda {
  right: -19px;
  border-top: 100px solid #0b4c5f;
  border-left: 0 solid transparent;
  border-right: 21px solid transparent;
}

.calendario .carousel.semanal .cajaCorte .mes .dia.anterior {
  background: #f0ac66;
  border-right-color: transparent;
}

.calendario .carousel.semanal .cajaCorte .mes .dia.anterior .conector {
  position: absolute;
  top: 0;
}

.calendario .carousel.semanal .cajaCorte .mes .dia.anterior .conector.derecha {
  left: -20px;
  border-left: 21px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 100px solid #f0ac66;
  width: 22px;
}

.calendario
  .carousel.semanal
  .cajaCorte
  .mes
  .dia.anterior
  .conector.izquierda {
  right: -20px;
  border-top: 100px solid #f0ac66;
  border-left: 0 solid transparent;
  border-right: 21px solid transparent;
}

.calendario .carousel.semanal .cajaCorte .mes .dia.actual {
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 10px;
  height: 115px;
  padding-top: 7.5px;
}

.calendario
  .carousel.semanal
  .cajaCorte
  .mes
  .dia.actual.anterior
  .conector.derecha {
  border-bottom: 115px solid #f0ac66;
  border-left: 23px solid transparent;
  left: -21px;
}

.calendario
  .carousel.semanal
  .cajaCorte
  .mes
  .dia.actual.anterior
  .conector.izquierda {
  border-top: 115px solid #f0ac66;
  border-right: 22px solid transparent;
}

.calendario .carousel.semanal .cajaCorte .mes .dia.actual .conector.derecha {
  border-left: 23px solid transparent;
  border-bottom: 115px solid #0b4c5f;
  left: -21px;
}

.calendario .carousel.semanal .cajaCorte .mes .dia.actual .conector.izquierda {
  border-right: 23px solid transparent;
  border-top: 115px solid #0b4c5f;
  right: -21px;
}

.calendario .carousel.semanal .cajaCorte .mes .dia:hover {
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 10px;
  height: 115px;
  padding-top: 7.5px;
}

.calendario .carousel.semanal .cajaCorte .mes .dia:hover .conector.derecha {
  border-left: 23px solid transparent;
  border-bottom: 115px solid #0b4c5f;
  left: -21px !important;
}

.calendario .carousel.semanal .cajaCorte .mes .dia:hover .conector.izquierda {
  border-right: 23px solid transparent;
  border-top: 115px solid #0b4c5f;
  right: -21px;
}

.calendario
  .carousel.semanal
  .cajaCorte
  .mes
  .dia:hover.anterior
  .conector.derecha {
  border-bottom: 115px solid #f0ac66;
  border-left: 23px solid transparent;
  left: -22px;
}

.calendario
  .carousel.semanal
  .cajaCorte
  .mes
  .dia:hover.anterior
  .conector.izquierda {
  border-top: 115px solid #f0ac66;
  border-right: 23px solid transparent;
}

.calendario .carousel.semanal .cajaCorte .mes .dia .numero {
  font-size: 39px;
  font-size: 2.857rem;
  line-height: 50px;
  line-height: 3.571rem;
  margin-top: 7px;
  width: 100%;
  display: inline-block;
}

.calendario .carousel.semanal .cajaCorte .mes .dia .numero.hsp {
  font-size: 28px;
  font-size: 2rem;
  line-height: 35px;
  line-height: 2.5rem;
  margin-top: 20px;
  width: 100%;
  display: inline-block;
}

.calendario .carousel.semanal .cajaCorte .mes .dia .letra {
  position: relative;
  top: -10px;
}

.calendario .carousel.semanal .cajaCorte .mes .dia .letra.hsp {
  top: -1px;
}

.calendario .carousel.mensual .estadoMeses {
  display: none;
}

.calendario .carousel.mensual .flecha {
  display: none;
}

.calendario .carousel.mensual .flechaMes {
  display: inline-block;
  width: 33%;
  z-index: 16;
  background: rgba(255, 255, 255, 0.35);
}

.calendario .carousel.mensual .flechaMes.anterior span {
  left: 5px;
}

.calendario .carousel.mensual .flechaMes.siguiente span {
  left: initial;
  right: 5px;
}

.calendario .carousel.mensual .meses {
  height: 320px;
  overflow: hidden;
  margin-top: 1px;
}

.calendario .carousel.mensual .meses .contenido {
  top: 1px;
}

.calendario .carousel.mensual .meses .mes {
  width: 244px;
  display: inline-block;
  float: left;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.75);
  margin: 0 13px;
  padding-bottom: 10px;
  padding-left: 0;
  border: 1px solid lightgrey;
}

.calendario .carousel.mensual .meses .mes:nth-child(1) {
  margin-left: 1px;
}

.calendario .carousel.mensual .meses .mes:last-child {
  margin-right: 0;
}

.calendario .carousel.mensual .meses .mes.actual {
  width: 340px;
  background-color: #fff;
}

.calendario .carousel.mensual .meses .mes.actual .dia {
  height: 37px;
  padding-top: 3px;
}

.calendario .carousel.mensual .meses .mes.actual .dia:after {
  bottom: -20px;
}

.calendario .carousel.mensual .meses .mes.actual .titulo {
  padding: 7.5px 0;
}

.calendario .carousel.mensual .meses .mes:not(.actual) .dia.conEvento:after {
  color: #ccc;
  bottom: -25px;
}

.calendario .carousel.mensual .meses .mes .titulo {
  width: 90%;
  margin: 0 5%;
  border-bottom: solid 1px;
  margin-bottom: 7px;
  border-radius: 0;
  text-align: center;
}

.calendario .carousel.mensual .meses .mes .diasSemana {
  width: 100%;
  margin: 0;
}

.calendario .carousel.mensual .meses .mes .diasSemana ul {
  width: 100%;
  padding: 0;
}

.calendario .carousel.mensual .meses .mes .diasSemana ul .diaSemana {
  display: inline-block;
  width: 14.28%;
  text-align: center;
  float: left;
  margin: 0;
}

.calendario .carousel.mensual .meses .mes .dia,
.calendario .carousel.mensual .meses .mes .diaMesSiguiente,
.calendario .carousel.mensual .meses .mes .diaMesAnterior,
.calendario .carousel.mensual .meses .mes .diaRelleno {
  display: inline-block;
  width: 10.28%;
  float: left;
  text-align: center;
  padding: 2.5px 0;
  margin: 0 2%;
}

.calendario .carousel.mensual .meses .mes .diaMesSiguiente,
.calendario .carousel.mensual .meses .mes .diaMesAnterior {
  opacity: 0.5;
  cursor: pointer;
}

.calendario .carousel.mensual .meses .mes .dia.fechaActual {
  background: rgba(0, 0, 0, 0.2);
}

.calendario .carousel.mensual .meses .mes .dia:after {
  bottom: -20px;
  left: 0;
}

.calendario .carousel.mensual .meses .mes .dia .numero {
  position: relative;
  z-index: 4;
}

.calendario .carousel.mensual .meses .mes .dia .letra {
  display: none;
  color: #0b4c5f;
}

.calendario .carousel.mensual .meses .mes .dia.actual {
  background: #0b4c5f;
  color: #fff;
}

.calendario .carousel.mensual .meses .mes .dia.actual:hover {
  background: #0b4c5f;
  color: #fff;
}

.calendario .carousel.mensual .meses .mes .dia.conEvento.actual:after {
  color: #fff;
}

.calendario .carousel.mensual .meses .mes .dia.conEvento:after {
  color: #0b4c5f;
}

.calendario .carousel.mensual .meses .mes .dia:hover {
  cursor: pointer;
  background-color: #eee;
}

#resultado_eventos,
#resultado_eventos2 {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

#resultado_eventos .titulosProximos,
#resultado_eventos2 .titulosProximos {
  position: relative;
}

#resultado_eventos .titulosProximos .anterior,
#resultado_eventos2 .titulosProximos .anterior {
  display: inline-block;
  width: 10px;
  height: 17px;
  position: relative;
  left: -2px;
  top: 2px;
  border-bottom: 16px solid #0b4c5f;
  border-left: 5px solid transparent;
}

#resultado_eventos .titulosProximos .centro,
#resultado_eventos2 .titulosProximos .centro {
  background-color: #0b4c5f;
  display: inline-block;
  width: 10px;
  position: absolute;
  left: 3px;
  top: 6px;
  height: 17px;
}

#resultado_eventos .titulosProximos .posterior,
#resultado_eventos2 .titulosProximos .posterior {
  display: inline-block;
  width: 10px;
  height: 17px;
  position: relative;
  left: -4px;
  top: 2px;
  border-top: 17px solid #0b4c5f;
  border-right: 6px solid transparent;
}

#resultado_eventos .titulosProximos .tituloProximosEventos,
#resultado_eventos2 .titulosProximos .tituloProximosEventos {
  font-size: 19px;
}

#resultado_eventos ul,
#resultado_eventos2 ul {
  margin: 0;
  padding-bottom: 30px;
}

#resultado_eventos ul li,
#resultado_eventos2 ul li {
  display: none;
}

#resultado_eventos ul li.visible,
#resultado_eventos2 ul li.visible {
  display: inline-block;
}

#resultado_eventos ul li:hover,
#resultado_eventos2 ul li:hover {
  cursor: pointer;
}

#resultado_eventos ul li.eventoNoDestacado,
#resultado_eventos2 ul li.eventoNoDestacado {
  position: relative;
  margin-top: 20px;
}

#resultado_eventos ul li.eventoNoDestacado .guionHora,
#resultado_eventos2 ul li.eventoNoDestacado .guionHora {
  margin-left: 5px;
}

#resultado_eventos ul li.eventoNoDestacado.sinImagen .fechaEvento,
#resultado_eventos2 ul li.eventoNoDestacado.sinImagen .fechaEvento {
  width: 100%;
  height: 70px;
  background-color: #418080;
  color: #fff;
  line-height: 26px;
  font-size: 20px;
  font-size: 1.429rem;
  text-align: center;
  padding-top: 4px;
  float: left;
  margin: 0;
  position: relative;
}

#resultado_eventos
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha,
#resultado_eventos2
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha {
  width: 100%;
  padding: 0 16px;
}

#resultado_eventos
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha.unaFecha
  .inicio:first-line,
#resultado_eventos2
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha.unaFecha
  .inicio:first-line,
#resultado_eventos
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha.unaFecha
  .final:first-line,
#resultado_eventos2
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha.unaFecha
  .final:first-line {
  font-size: 26px;
  font-size: 1.857rem;
  font-weight: 700;
}

#resultado_eventos
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha
  .inicio,
#resultado_eventos2
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha
  .inicio,
#resultado_eventos
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha
  .final,
#resultado_eventos2
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha
  .final {
  display: inline-block;
  text-align: center;
  float: left;
  width: 15%;
  font-size: 17px;
  font-size: 1.214rem;
}

#resultado_eventos
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha
  .estadoEvento,
#resultado_eventos2
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha
  .estadoEvento {
  display: inline-block;
  position: relative;
  top: 21px;
  left: -1px;
  text-align: left;
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.143rem;
  width: 55%;
  line-height: 20px;
}

#resultado_eventos
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .inicio,
#resultado_eventos2
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .inicio,
#resultado_eventos
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .final,
#resultado_eventos2
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .final {
  display: inline-block;
  text-align: left;
  float: left;
  width: 60%;
  font-size: 17px;
  font-size: 1.214rem;
}

#resultado_eventos
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .inicio.dia,
#resultado_eventos2
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .inicio.dia,
#resultado_eventos
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .final.dia,
#resultado_eventos2
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .final.dia {
  font-size: 20px;
  font-size: 1.429rem;
  font-weight: 700;
}

#resultado_eventos
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .inicio.mes,
#resultado_eventos2
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .inicio.mes,
#resultado_eventos
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .final.mes,
#resultado_eventos2
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .final.mes {
  font-size: 20px;
  font-size: 1.429rem;
}

#resultado_eventos
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .estadoEvento,
#resultado_eventos2
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .estadoEvento {
  display: inline-block;
  position: relative;
  top: -42px;
  left: 25px;
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.143rem;
  width: 55%;
  line-height: 20px;
}

#resultado_eventos ul li.eventoNoDestacado.sinImagen .fechaEvento .puntero,
#resultado_eventos2 ul li.eventoNoDestacado.sinImagen .fechaEvento .puntero {
  display: none;
}

#resultado_eventos ul li.eventoNoDestacado.sinImagen .contenidoEvento,
#resultado_eventos2 ul li.eventoNoDestacado.sinImagen .contenidoEvento {
  width: 100%;
  height: 240px;
  background-color: #498d8d;
  color: #fff;
}

#resultado_eventos ul li.eventoNoDestacado.sinImagen .familiaEvento,
#resultado_eventos2 ul li.eventoNoDestacado.sinImagen .familiaEvento {
  left: 30%;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-height: 31px;
}

#resultado_eventos ul li.eventoNoDestacado.sinImagen .descripcionEvento,
#resultado_eventos2 ul li.eventoNoDestacado.sinImagen .descripcionEvento {
  display: -webkit-box;
  min-height: 90px;
  max-height: 90px;
  height: 100%;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#resultado_eventos ul li.eventoNoDestacado.sinImagen .tituloEvento,
#resultado_eventos2 ul li.eventoNoDestacado.sinImagen .tituloEvento {
  margin-bottom: 15px;
  height: 52px;
  display: block;
  display: -webkit-box;
  max-height: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#resultado_eventos ul li.eventoNoDestacado.sinImagen .tituloEvento a,
#resultado_eventos2 ul li.eventoNoDestacado.sinImagen .tituloEvento a {
  line-height: 25px;
  color: #fff;
}

#resultado_eventos ul li.eventoNoDestacado.sinImagen .tituloEvento a:hover,
#resultado_eventos2 ul li.eventoNoDestacado.sinImagen .tituloEvento a:hover {
  text-decoration: underline;
}

#resultado_eventos ul li.eventoNoDestacado.sinImagen .horaEvento,
#resultado_eventos2 ul li.eventoNoDestacado.sinImagen .horaEvento {
  margin-right: 40px;
}

#resultado_eventos ul li.eventoNoDestacado .familiaEvento,
#resultado_eventos2 ul li.eventoNoDestacado .familiaEvento {
  color: #418080;
  position: absolute;
  top: 0;
  background-color: #fff;
  padding: 5px;
  margin: 12px;
  z-index: 200;
  display: inline-block;
}

#resultado_eventos ul li.eventoNoDestacado .imagenDestacado1,
#resultado_eventos2 ul li.eventoNoDestacado .imagenDestacado1 {
  overflow: hidden;
  z-index: 0;
}

#resultado_eventos ul li.eventoNoDestacado .imagenDestacado1 img,
#resultado_eventos2 ul li.eventoNoDestacado .imagenDestacado1 img {
  height: 160px;
  width: 100%;
}

#resultado_eventos ul li.eventoNoDestacado.conImagen .tituloEvento,
#resultado_eventos2 ul li.eventoNoDestacado.conImagen .tituloEvento {
  margin-bottom: 32px;
}

#resultado_eventos ul li.eventoNoDestacado.conImagen .descripcionEvento,
#resultado_eventos2 ul li.eventoNoDestacado.conImagen .descripcionEvento {
  display: none;
}

#resultado_eventos ul li.eventoNoDestacado.conImagen .fechaEvento,
#resultado_eventos2 ul li.eventoNoDestacado.conImagen .fechaEvento {
  line-height: 26px;
  font-size: 20px;
  font-size: 1.429rem;
  text-align: center;
  padding-top: 16px;
  float: left;
  width: 25%;
  margin: 0;
  background: #f0f0f0;
  height: 150px;
  position: relative;
}

#resultado_eventos ul li.eventoNoDestacado.conImagen .fechaEvento .puntero,
#resultado_eventos2 ul li.eventoNoDestacado.conImagen .fechaEvento .puntero {
  display: inline-block;
  border-bottom: 15px solid #f0f0f0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  top: -15px;
  left: 22px;
}

#resultado_eventos
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha
  .inicio,
#resultado_eventos2
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha
  .inicio,
#resultado_eventos
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha
  .final,
#resultado_eventos2
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha
  .final {
  display: block;
  padding-left: 20%;
  padding-right: 20%;
  font-size: 17px;
  font-size: 1.214rem;
}

#resultado_eventos
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha
  .inicio:first-line,
#resultado_eventos2
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha
  .inicio:first-line,
#resultado_eventos
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha
  .final:first-line,
#resultado_eventos2
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha
  .final:first-line {
  font-size: 26px;
  font-size: 1.857rem;
  font-weight: 700;
}

#resultado_eventos
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .inicio,
#resultado_eventos2
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .inicio,
#resultado_eventos
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .final,
#resultado_eventos2
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .final {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  display: inline-table;
}

#resultado_eventos
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .inicio.dia,
#resultado_eventos2
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .inicio.dia,
#resultado_eventos
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .final.dia,
#resultado_eventos2
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .final.dia {
  font-size: 20px;
  font-size: 1.429rem;
  font-weight: 700;
}

#resultado_eventos
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .inicio
  span.numeroEvento,
#resultado_eventos2
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .inicio
  span.numeroEvento,
#resultado_eventos
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .final
  span.numeroEvento,
#resultado_eventos2
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .final
  span.numeroEvento {
  font-size: 26px;
  font-size: 1.857rem;
  font-weight: 700;
}

#resultado_eventos ul li.eventoNoDestacado.conImagen .fechaEvento .estadoEvento,
#resultado_eventos2
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .estadoEvento {
  background: #f0f0f0 !important;
  font-size: 16px;
  font-size: 1.143rem;
  margin-top: 5%;
  line-height: 20px;
}

#resultado_eventos ul li.eventoNoDestacado .tituloEvento,
#resultado_eventos2 ul li.eventoNoDestacado .tituloEvento {
  font-size: 17px;
  font-size: 1.214rem;
  margin-bottom: 10px;
  display: block;
  display: -webkit-box;
  max-height: 49px;
  height: 100%;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#resultado_eventos ul li.eventoNoDestacado .tituloEvento a,
#resultado_eventos2 ul li.eventoNoDestacado .tituloEvento a {
  line-height: 25px;
  color: #6e6259;
}

#resultado_eventos ul li.eventoNoDestacado .descripcionEvento,
#resultado_eventos2 ul li.eventoNoDestacado .descripcionEvento {
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.071rem;
  font-family: Titillium Web;
  display: -webkit-box;
  max-height: 20px;
  height: 100%;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#resultado_eventos ul li.eventoNoDestacado .lugarEvento,
#resultado_eventos2 ul li.eventoNoDestacado .lugarEvento {
  font-size: 15px;
  font-size: 1.071rem;
  display: block;
  display: -webkit-box;
  max-height: 22px;
  height: 100%;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#resultado_eventos ul li.eventoNoDestacado .horaEvento,
#resultado_eventos2 ul li.eventoNoDestacado .horaEvento {
  font-size: 15px;
  font-size: 1.071rem;
  float: left;
  margin-right: 45px;
}

#resultado_eventos ul li.eventoNoDestacado .contenidoEvento,
#resultado_eventos2 ul li.eventoNoDestacado .contenidoEvento {
  float: left;
  width: 75%;
  margin: 0;
  background: #fff;
  padding: 16px;
  height: 150px;
}

#resultado_eventos ul li.eventoDestacado,
#resultado_eventos2 ul li.eventoDestacado {
  height: 310px;
  margin-top: 20px;
  position: relative;
}

#resultado_eventos ul li.eventoDestacado .imagenDestacado1,
#resultado_eventos2 ul li.eventoDestacado .imagenDestacado1 {
  width: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 0;
}

#resultado_eventos ul li.eventoDestacado .imagenDestacado1 img,
#resultado_eventos2 ul li.eventoDestacado .imagenDestacado1 img {
  height: 310px;
  margin: 0;
}

#resultado_eventos ul li.eventoDestacado .contenidoEvento,
#resultado_eventos2 ul li.eventoDestacado .contenidoEvento {
  z-index: 100;
  position: relative;
}

#resultado_eventos ul li.eventoDestacado .fechaEvento,
#resultado_eventos2 ul li.eventoDestacado .fechaEvento {
  position: relative;
  line-height: 26px;
  font-size: 17px;
  font-size: 1.214rem;
  text-align: left;
  padding-top: 20px;
  padding-left: 22px;
  float: right;
  margin-top: 25px;
  margin-right: 25px;
  width: 50%;
  background: #fff;
  height: 80px;
  clear: both;
}

#resultado_eventos ul li.eventoDestacado .fechaEvento .inicio:first-line,
#resultado_eventos2 ul li.eventoDestacado .fechaEvento .inicio:first-line {
  font-size: 26px;
  font-size: 1.857rem;
  font-weight: 700;
}

#resultado_eventos ul li.eventoDestacado .fechaEvento .final:first-line,
#resultado_eventos2 ul li.eventoDestacado .fechaEvento .final:first-line {
  font-size: 26px;
  font-size: 1.857rem;
  font-weight: 700;
}

#resultado_eventos ul li.eventoDestacado .fechaEvento .contenidoFecha span,
#resultado_eventos2 ul li.eventoDestacado .fechaEvento .contenidoFecha span {
  display: inline-block;
}

#resultado_eventos ul li.eventoDestacado .fechaEvento .estadoEvento,
#resultado_eventos2 ul li.eventoDestacado .fechaEvento .estadoEvento {
  float: right;
  width: 30%;
  line-height: 20px;
  font-size: 16px;
  font-size: 1.143rem;
}

#resultado_eventos ul li.eventoDestacado .familiaEvento,
#resultado_eventos2 ul li.eventoDestacado .familiaEvento {
  color: #418080;
  position: relative;
  top: 0;
  background-color: #fff;
  padding: 5px;
  margin: 12px;
  z-index: 200;
  display: inline-block;
  max-width: 35%;
}

#resultado_eventos ul li.eventoDestacado .tituloEvento,
#resultado_eventos2 ul li.eventoDestacado .tituloEvento {
  font-size: 17px;
  font-size: 1.214rem;
  z-index: 200;
  margin-bottom: 10px;
  display: block;
  display: -webkit-box;
  height: auto;
  max-height: 44px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#resultado_eventos ul li.eventoDestacado .tituloEvento a,
#resultado_eventos2 ul li.eventoDestacado .tituloEvento a {
  line-height: 25px;
  color: #6e6259;
}

#resultado_eventos ul li.eventoDestacado .descripcionEvento,
#resultado_eventos2 ul li.eventoDestacado .descripcionEvento {
  font-size: 15px;
  font-size: 1.071rem;
  margin-bottom: 15px;
  font-family: Titillium Web;
  display: block;
  display: -webkit-box;
  max-height: 57px;
  height: 100%;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#resultado_eventos ul li.eventoDestacado .lugarEvento,
#resultado_eventos2 ul li.eventoDestacado .lugarEvento {
  font-size: 15px;
  font-size: 1.071rem;
  display: block;
  display: -webkit-box;
  max-height: 22px;
  height: 100%;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#resultado_eventos ul li.eventoDestacado .horaEvento,
#resultado_eventos2 ul li.eventoDestacado .horaEvento {
  float: left;
  margin-right: 45px;
  font-size: 15px;
  font-size: 1.071rem;
}

#resultado_eventos ul li.eventoDestacado .contenidoEvento,
#resultado_eventos2 ul li.eventoDestacado .contenidoEvento {
  float: right;
  clear: both;
  margin-right: 25px;
  width: 50%;
  background: #fff;
  padding: 16px;
  padding-left: 22px;
  height: 175px;
  background: #f0f0f0;
}

#resultado_eventos ul li.first,
#resultado_eventos2 ul li.first {
  margin-left: 0;
}

#resultado_eventos .masEventos,
#resultado_eventos2 .masEventos {
  text-align: center;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 25px 0;
  color: #418080;
}

#resultado_eventos .masEventos:hover,
#resultado_eventos2 .masEventos:hover {
  cursor: pointer;
  background: #418080;
  color: #fff;
}

.sinResultados {
  width: 100%;
  margin-bottom: 50px;
  background: #ffffbf;
  border: solid 1px #71655c;
  position: relative;
  margin-top: 25px;
  display: none;
}

.sinResultados.activo {
  display: block;
}

.sinResultados .conector {
  display: inline-block;
  border-bottom: 16px solid #ffffbf;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  top: -15px;
  left: 30px;
  z-index: 1;
}

.sinResultados .conector.borde {
  border-bottom: 16px solid #71655c;
  top: -17px;
  z-index: 0;
}

.sinResultados p {
  padding: 20px 15px;
  margin: 0;
}

.sinResultados p .vaya {
  font-size: 27px;
}

.sinResultados p .bold {
  font-weight: 700;
}

.errorBusqueda .errorContainer {
  width: 98%;
  margin-bottom: 50px;
  background: #ffffbf;
  border: solid 1px #71655c;
  position: relative;
  margin-top: 25px;
}

.errorBusqueda .errorContainer p {
  margin: 5px 15px;
}

#search-calendar-container .didYouMeanContainer {
  position: relative;
  margin-left: 0;
}

#search-calendar-container .didYouMeanContainer .didYouMeanContainerAbsolute {
  position: absolute;
  top: -92px;
  left: 46px;
}

#search-calendar-container .didYouMeanContainer .didYouMean {
  margin-bottom: 0;
  background: #ffffbf;
  border: solid 1px #ccc;
  position: relative;
  margin-top: 18px;
}

#search-calendar-container .didYouMeanContainer .didYouMean .conector {
  display: inline-block;
  border-bottom: 13px solid #ffffbf;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  top: -13px;
  left: 30px;
  z-index: 1;
}

#search-calendar-container .didYouMeanContainer .didYouMean .conector.borde {
  border-bottom: 13px solid #ccc;
  top: -14px;
  z-index: 0;
}

#search-calendar-container .didYouMeanContainer .didYouMean p {
  padding: 15px 35px 15px 20px;
  display: inline-block;
  margin: 0;
  font-size: 18px;
  font-size: 1.286rem;
}

#search-calendar-container .didYouMeanContainer .didYouMean p span {
  font-weight: 700;
}

#search-calendar-container .didYouMeanContainer .didYouMean p span:hover {
  cursor: pointer;
}

#search-calendar-container.buscador .buscadorContainer {
  border-radius: 15px;
  margin-bottom: 30px;
  background: #f0f0f0;
  /* padding: 40px 45px 65px */
  padding: 40px 22px 30px;
}

#search-calendar-container.buscador .buscadorContainer .tituloBuscador {
  margin-bottom: 15px;
}

#search-calendar-container.buscador .buscadorContainer .tituloBuscador h3 {
  margin-top: 0;
  font-size: 24px;
  font-size: 1.714rem;
  font-weight: 700;
}

#search-calendar-container.buscador .buscadorContainer .tituloBuscador label {
  margin-top: 0;
  margin-bottom: 0px;
  color: #6e6259;
  font-family: Titillium Web;
  font-size: 20px;
  font-weight: 400;
}

#search-calendar-container.buscador .buscadorContainer .col-lg-11 {
  margin-left: 0;
}

#search-calendar-container.buscador .buscadorContainer .iconoLupa span {
  /* position: absolute;
    top: 26px;
    left: 0;
    font-size: 20px;
    font-size: 1.429rem;
    color: #418080 */
  position: absolute;
  top: 25px;
  left: 40%;
  font-size: 20px;
  font-size: 1.429rem;
  color: #fff;
  font-size: 1.071rem;
  border-radius: 3px;
  background-color: #e67600;
  border: 1px solid #e67600;
  padding: 4px 14px;
  cursor: pointer;
}

#search-calendar-container.buscador .buscadorContainer a {
  right: 40px;
}

#search-calendar-container.buscador .resultadosContainer {
  /* padding-left: 45px; */
  margin: 0;
  text-align: center;
}

#search-calendar-container.buscador .filtroContainer label {
  display: block;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  margin-bottom: 10px;
}

#search-calendar-container input {
  height: 30px;
}

#search-calendar-container .resultadosContainer {
  position: relative;
  top: 5px;
}

#search-calendar-container .select-container {
  border-right: 1px solid #eee;
}

#search-calendar-container .select-container label {
  line-height: 32px;
  font-weight: 700;
  position: relative;
  top: 5px;
  cursor: auto;
}

#search-calendar-container .select-container select {
  position: relative;
  top: 6px;
}

#search-calendar-container .select-container #orderSelect {
  cursor: auto;
}

#search-calendar-container .search-box {
  width: 100%;
  margin: 0;
}

#search-calendar-container .search-box:before {
  content: "a";
  font-size: 24px;
  font-size: 1.714rem;
  font-family: repsol-font-4;
}

#search-calendar-container .filter-btn {
  border: 0;
  background-color: transparent;
  padding: 0;
  vertical-align: sub;
}

#search-calendar-container .filter-btn span {
  color: #418080;
}

#search-calendar-container .tituloBuscador {
  margin-bottom: 40px;
}

#search-calendar-container .tituloBuscador h3 {
  font-weight: 700;
}

#search-calendar-container .buscadorContainer a {
  top: -26px;
  right: 20px;
  font-size: 24px;
  font-size: 1.714rem;
  position: relative;
  text-decoration: none;
}

#search-calendar-container .buscadorContainer a span[data-icon]:hover {
  cursor: pointer;
}

#search-calendar-container .buscadorContainer .iconoLupa span {
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 20px;
  font-size: 1.429rem;
  color: #418080;
}

#search-calendar-container .resultadosContainer .resultados {
  margin-top: 5px;
}

.resultadosContainer .resultados {
  font-family: Titillium Web;
  font-weight: 700;
  font-size: 20px;
  color: #6e6259;
}

.emoji p {
  color: #6e6259;
  width: 47px;
  height: 90px;
  font-size: -webkit-xxx-large;
}

.box {
  background-color: #fdbb30;
  border-radius: 10px;
  padding: 10px;
  font-family: Titillium Web;
  font-weight: 400;
  font-size: 20px;
  color: #6e6259;
}

#search-calendar-container .resultadosContainer .resultados .numero {
  font-weight: 700;
  font-size: 18px;
}

#search-calendar-container .herramientasBuscador {
  /* border-bottom: 3px solid #ccc; */
  padding-bottom: 20px;
}

#search-calendar-container .errorBusqueda .errorContainer {
  width: 98%;
  margin-bottom: 50px;
  background: #ffffbf;
  border: solid 1px #71655c;
  position: relative;
  margin-top: 25px;
}

#search-calendar-container .errorBusqueda .errorContainer p {
  margin: 5px 15px;
}

#search-calendar-container .areaFiltrosSeleccionados {
  margin-top: 20px;
  float: left;
  width: 100%;
}

#search-calendar-container .areaFiltrosSeleccionados .tituloFiltros {
  width: 9%;
  display: table-cell;
  border-right: 1px solid #eee;
}

#search-calendar-container .areaFiltrosSeleccionados .filtros {
  width: 89%;
  margin: 0;
  display: inline-block;
  margin-left: 13px;
}

#search-calendar-container .areaFiltrosSeleccionados .filtros li {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px;
  margin: 0 5px;
  margin-bottom: 5px;
  background-color: #eee;
  color: #418080;
}

#search-calendar-container .areaFiltrosSeleccionados .filtros li span {
  margin: 0 3px;
}

#search-calendar-container .areaFiltrosSeleccionados .filtros li span::before {
  position: relative;
  top: 3px;
}

#search-calendar-container
  .areaFiltrosSeleccionados
  .filtros
  li
  span[data-icon] {
  cursor: pointer;
}

#search-calendar-container .filtroContainer {
  position: initial;
}

#search-calendar-container .filtroContainer .filtroButton {
  position: relative;
  top: 9px;
  color: #418080;
  font-weight: 700;
}

#search-calendar-container .filtroContainer .filtroButton:hover {
  cursor: pointer;
}

#search-calendar-container .filtroContainer .filtroButton span[data-icon] {
  position: relative;
  top: 3px;
}

#search-calendar-container .filtroContainer .dropdown-menu {
  top: auto;
  width: 100%;
  padding: 0;
  margin-top: 20px;
  background: transparent;
}

#search-calendar-container
  .filtroContainer
  .dropdown-menu
  li:first-child
  div.inner {
  border-top: 1px solid #418080;
}

#search-calendar-container .filtroContainer .dropdown-menu li div.inner {
  background: #fff;
  padding: 40px 50px 0;
  border-left: 1px solid #418080;
  border-right: 1px solid #418080;
}

#search-calendar-container .filtroContainer .dropdown-menu li div.inner ul {
  margin-left: 0;
}

#search-calendar-container .filtroContainer .dropdown-menu li div.inner p {
  border-bottom: 1px solid #ccc;
  font-weight: 700;
}

#search-calendar-container .filtroContainer .dropdown-menu li div.inner li {
  list-style: none;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #418080;
}

#search-calendar-container
  .filtroContainer
  .dropdown-menu
  li
  div.inner
  li:hover {
  color: #fff;
  background-color: #418080;
  cursor: pointer;
}

#search-calendar-container
  .filtroContainer
  .dropdown-menu
  li
  div.inner
  li[selected] {
  background-color: #418080;
  color: #fff;
}

#search-calendar-container
  .filtroContainer
  .dropdown-menu
  li
  div.inner.botonFiltroContainer {
  text-align: right;
  border-bottom: 1px solid #418080;
  padding-bottom: 30px;
}

#search-calendar-container
  .filtroContainer
  .dropdown-menu
  li
  div.inner.botonFiltroContainer
  .aplicaFiltro,
#search-calendar-container
  .filtroContainer
  .dropdown-menu
  li
  div.inner.botonFiltroContainer
  .cancelaFiltro {
  background-color: #fff;
  color: #418080;
}

#search-calendar-container
  .filtroContainer
  .dropdown-menu
  li
  div.inner.botonFiltroContainer
  .aplicaFiltro:hover,
#search-calendar-container
  .filtroContainer
  .dropdown-menu
  li
  div.inner.botonFiltroContainer
  .cancelaFiltro:hover {
  background-color: #418080;
  color: #fff;
}

#search-calendar-container .filtroContainer .dropdown-menu li div.inner select {
  max-width: 150px;
  width: initial;
}

#search-calendar-container
  .filtroContainer
  .dropdown-menu
  li
  div.inner
  .fechaInicio {
  display: inline-block;
}

#search-calendar-container
  .filtroContainer
  .dropdown-menu
  li
  div.inner
  .fechaFin {
  display: inline-block;
  margin-left: 50px;
}

#wrap-paginauno .tituloBuscador {
  padding-left: 30px;
}

#wrap-paginauno .tituloBuscador h3 {
  font-weight: 700;
  padding-left: 2%;
}

#wrap-paginauno #sbox_eventos {
  width: 100%;
}

#wrap-paginauno a.iconoLupa2 {
  right: 50px;
  color: #418080;
}

#wrap-paginauno a.iconoLupa2 span[data-icon]:hover {
  cursor: pointer;
}

#wrap-paginados .iconoVolver {
  padding: 10px 15px;
  font-weight: 700;
}

#wrap-paginados .iconoVolver a span:hover,
#wrap-paginados .iconoVolver a span[data-icon]:hover {
  cursor: pointer;
}

#wrap-paginados .iconoVolver a.iconoVolver {
  color: #418080;
}

#wrap-paginados .iconoVolver span[data-icon] {
  top: 2px;
}

#wrap-paginados .tituloBuscador h3 {
  padding-left: 2%;
}

.calendario_home {
  padding-top: 20px;
  padding-bottom: 20px;
}

.calendario_home .info_fecha {
  background: #ff8703;
  background: -webkit-linear-gradient(-45deg, #ff8703 0, #ffb219 100%);
  background: -webkit-linear-gradient(315deg, #ff8703 0, #ffb219 100%);
  background: linear-gradient(135deg, #ff8703 0, #ffb219 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff8703', endColorstr='#ffb219', GradientType=1);
  padding: 20px 20px 30px;
  color: #fff;
  border: 1px solid #0b4c5f;
}

.calendario_home .info_fecha .icono {
  float: right;
  color: #fff;
  font-size: 100px;
  font-size: 7.143rem;
  line-height: 1em;
  height: 100px;
}

.calendario_home .info_fecha .diaMayus {
  font-size: 100px;
  font-size: 7.143rem;
  width: 70%;
  font-family: "Repsol Light";
  margin-bottom: 10px;
}

.calendario_home .info_fecha .diaMayus,
.calendario_home .info_fecha .inicio,
.calendario_home .info_fecha .fin,
.calendario_home .info_fecha .hora {
  display: block;
  line-height: 1em;
}

.calendario_home .info_fecha .inicio,
.calendario_home .info_fecha .fin {
  font-size: 26px;
  font-size: 1.857rem;
}

.calendario_home .info_fecha .hora {
  font-size: 16px;
  font-size: 1.143rem;
  margin-top: 5px;
}

.calendario_home .informacion {
  padding: 15px;
  border: 1px solid #ccc;
}

.calendario_home .informacion h4 {
  margin-top: 0;
  font-size: 20px;
  font-size: 1.429rem;
  font-family: "Repsol Regular";
}

.calendario_home .informacion h4 a:hover {
  text-decoration: none;
}

.calendario_home .informacion span {
  font-size: 15px;
  font-size: 1.071rem;
  color: #99918a;
}

.calendario_home:hover {
  cursor: pointer;
}

.calendario_home:hover .info_fecha {
  color: #0b4c5f;
  background: #fff;
}

.calendario_home:hover .info_fecha .icono {
  color: #0b4c5f;
}

li.eventoNoDestacado.conImagen,
li.eventoDestacado.conImagen {
  cursor: auto !important;
  width: 100%;
}

li.eventoNoDestacado.conImagen:hover .contenidoEvento,
li.eventoDestacado.conImagen:hover .contenidoEvento {
  cursor: pointer !important;
}

li.eventoNoDestacado.conImagen:hover .contenidoEvento a,
li.eventoDestacado.conImagen:hover .contenidoEvento a {
  color: #418080 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

li.eventoNoDestacado.conImagen:hover .familiaEvento,
li.eventoDestacado.conImagen:hover .familiaEvento {
  cursor: pointer !important;
  background-color: #418080 !important;
  color: #fff !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

li.eventoNoDestacado.conImagen:hover .imagenDestacado1,
li.eventoDestacado.conImagen:hover .imagenDestacado1 {
  cursor: pointer !important;
  color: #418080 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

li.eventoNoDestacado.conImagen:hover .fechaEvento,
li.eventoDestacado.conImagen:hover .fechaEvento {
  cursor: pointer !important;
}

li.eventoNoDestacado.conImagen:hover .contenidoFecha,
li.eventoDestacado.conImagen:hover .contenidoFecha {
  cursor: pointer !important;
}

li.eventoNoDestacado.conImagen:hover .contenidoFecha span,
li.eventoDestacado.conImagen:hover .contenidoFecha span {
  color: #418080 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

li.eventoNoDestacado.conImagen:hover .horaEvento,
li.eventoDestacado.conImagen:hover .horaEvento {
  cursor: pointer !important;
}

li.eventoNoDestacado.conImagen:hover .horaEvento span,
li.eventoDestacado.conImagen:hover .horaEvento span {
  color: #418080 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

li.eventoNoDestacado.conImagen:hover .multimedia,
li.eventoDestacado.conImagen:hover .multimedia {
  cursor: pointer !important;
  background-color: #dcdcdc;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

li.eventoNoDestacado.conImagen:hover .multimedia img,
li.eventoDestacado.conImagen:hover .multimedia img {
  z-index: 5;
  opacity: 0.5;
}

li.eventoNoDestacado.sinImagen,
li.eventoDestacado.sinImagen {
  cursor: auto !important;
  width: 100%;
}

li.eventoNoDestacado.sinImagen:hover .contenidoEvento,
li.eventoDestacado.sinImagen:hover .contenidoEvento {
  cursor: pointer !important;
}

li.eventoNoDestacado.sinImagen:hover .familiaEvento,
li.eventoDestacado.sinImagen:hover .familiaEvento {
  cursor: pointer !important;
}

li.eventoNoDestacado.sinImagen:hover .contenidoFecha,
li.eventoDestacado.sinImagen:hover .contenidoFecha {
  cursor: pointer !important;
}

li.eventoNoDestacado.sinImagen:hover .fechaEvento,
li.eventoDestacado.sinImagen:hover .fechaEvento {
  cursor: pointer !important;
}

.destacadoGenerico {
  padding: 20px 0;
}

.destacadoGenerico a {
  color: #0b4c5f;
  text-decoration: underline;
}

.destacadoGenerico a:hover {
  text-decoration: none;
}

.destacadoGenerico .tituloImagen {
  font-size: 12px;
  font-size: 0.857rem;
  color: #99918a;
}

.destacadoGenerico ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.destacadoGenerico ul li {
  position: relative;
  padding: 0;
}

.destacadoGenerico ul li.imagen .enlace {
  text-align: center;
}

.destacadoGenerico ul li .contenido h2 {
  font-size: 36px;
  font-size: 2.571rem;
  font-family: "Repsol Bold";
  margin-top: 0;
  margin-bottom: 20px;
}

.destacadoGenerico ul li .contenido h3 {
  font-size: 36px;
  font-size: 2.571rem;
  font-family: "Repsol Bold";
  margin-top: 0;
  margin-bottom: 20px;
}

.destacadoGenerico ul li .contenido .descripcion {
  margin-bottom: 30px;
}

.destacadoGenerico ul li .imagen {
  margin-bottom: 30px;
  padding: 0;
}

.destacadoGenerico ul li .imagen .multimedia .tituloImagen {
  display: block;
  margin: auto;
  text-align: left;
}

.destacadoGenerico ul li .enlace {
  margin-bottom: 30px;
}

.destacadoGenerico ul li .enlace a {
  padding: 10px 20px;
  color: #fff;
  background: #0b4c5f;
  border-radius: 5px;
  border: 1px solid #0b4c5f;
  display: inline-block;
  text-decoration: none;
}

.destacadoGenerico ul li .enlace a:hover {
  background-color: #fff;
  color: #0b4c5f;
}

.destacadoGenerico ul li .enlace a span {
  position: relative;
  top: 3px;
  margin-left: 25px;
}

.destacadoGenerico ul li .enlace a span.tipoDoc {
  margin-left: 0;
  position: static;
  text-transform: uppercase;
}

.destacadoGenerico ul li.centro {
  text-align: center;
}

.destacadoGenerico ul li.centro .imagen img {
  margin: auto;
}

.destacadoGenerico ul li.separacion {
  border-bottom: 1px solid #ccc;
}

.destacadoGenerico.gris {
  background-color: #f0f0f0;
}

.destacadoGenerico .enlaceSimple a {
  font-family: Titillium Web;
  font-size: 17px;
  color: #ff7b00;
  text-decoration: unset;
}

.tituloError {
  text-align: center;
  background: #f0f0f0;
  padding: 50px;
  color: #0b4c5f;
}

.tituloError h2 {
  font-weight: 700;
  margin: 30px 0;
}

.destacadoSecundario {
  /* Ajusta en ética
    padding: 20px 0*/
}

.destacadoSecundario.center {
  text-align: center;
}

.destacadoSecundario.gris {
  background-color: #f0f0f0;
}

.destacadoSecundario a {
  color: #6e6259;
  font-family: Titillium Web;
  font-weight: bold 700;
  font-size: 28px;
  text-decoration: unset;
}

.destacadoSecundario a:hover {
  text-decoration: none;
}

.destacadoSecundario .fondoCajetin {
  background-color: #fff;
}

.destacadoSecundario .contenido {
  /* font-size: 15px;
    font-size: 1.071rem;
    font-family: Titillium Web;
    color: #99918a;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 20px; 
    padding-left: 4%; */
  font-size: 16px;
  font-family: Titillium Web;
  color: #6e6259;
  padding-bottom: 35px;
  padding-top: 0px;
}

/* .destacadoSecundario .contenidoEtica {
    font-size: 16px;
    font-family: Titillium Web;
    color: #6E6259;
    padding-left: 20px
} */

.destacadoSecundario .contenidoAquaRio {
  font-size: 16px;
  font-family: Titillium Web;
  color: #6e6259;
  padding-bottom: 35px;
  padding-left: 20px;
}

.destacadoSecundario .contenidoHomem {
  font-size: 16px;
  font-family: Titillium Web;
  color: #6e6259;
  padding-bottom: 35px;
  padding-left: 20px;
}

.destacadoSecundario .contenido h3 {
  /* margin-top: 0;
    font-size: 24px;
    font-size: 1.714rem;
    font-family: Titillium Web;
    margin-bottom: 35px */

  font-weight: bold;
  font-family: Titillium Web;
  color: #ff7b00;
  margin: 0.67em 0;
}

.destacadoSecundario .contenidoAquaRio h3 {
  font-size: 40px;
  font-weight: bold;
  font-family: Titillium Web;
  color: #ff7b00;
  margin-bottom: 11;
}

.destacadoSecundario .contenidoHomem h3 {
  font-size: 40px;
  font-weight: bold;
  font-family: Titillium Web;
  color: #ff7b00;
  margin-bottom: 11;
}

.destacadoSecundario .contenido .descripcion {
  margin-bottom: 20px;
}

.destacadoSecundario .contenido .enlace:hover a {
  /* text-decoration: none;
    color: #6e6259;
    background-color: #fff;
    border: 1px solid #ccc */
  /* text-decoration: none;
    color: #fff;
    background-color: #FF7B00;
    border: 1px solid #fff */
}

.destacadoSecundario .contenido .enlace:hover a span[data-icon] {
  /* color: #0B4C5F */
  color: #fff;
}

.destacadoSecundario .contenido .enlace a span[data-icon] {
  /* Comentado para probar cambio de estilo en botón secundario
    color: #fff; */
  color: #ff7b00;
}

.destacadoSecundario .contenido .enlace a {
  /*color: #6e6259;
    text-decoration: none */

  /*
    padding: 5px 10px;
    background-color: #0B4C5F;
    border: 1px solid #0B4C5F;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px
    */
  cursor: pointer;
  /*
        POR EL NUEVO MAS EN ICONO


    font-family: Titillium Web;
    font-size: 20px;
    color: #FF7B00;
    background-color: #FFF;
    padding: 0px 10px;
    border-radius: 3px;
    border: 1px solid #FF7B00;
    text-decoration: none;*/
}

.destacadoSecundario .contenido .enlace a span {
  /* margin-left: 10px;
    position: relative;
    top: 3px;
    color: #0B4C5F */

  position: relative;
  top: 3px;
  color: #ff7b00;
}

.destacadoSecundario .contenido .enlace a span.tipoDoc {
  margin-left: 0;
  color: #6e6259;
  text-transform: uppercase;
  position: static;
}

.destacadoSecundario .contenido .enlace a:hover {
  /* color: #0B4C5F;
    text-decoration: none;
    background-color:#fff; */
  color: #fff;
  text-decoration: none;
  /* background-color:#FF7B00; */
}

.destacadoSecundario .contenido .enlace a:hover .tipoDoc {
  color: #0b4c5f;
}

.destacadoSecundario .imagen {
  padding-right: 0;
  padding-left: 0px;
}

.destacadoSecundario .imagen img {
  /*mar*/
  /* margin: 0*/
}

.destacadoSecundario.izquierda .contenido {
  padding-right: 25px;
  float: right;
}

.destacadoSecundario.izquierda .imagen {
  padding-left: 0;
  float: left;
}

.destacadoSecundario.derecha .contenido {
  padding-right: 25px;
  float: left;
}

.destacadoSecundario.derecha .imagen {
  padding-left: 0;
  float: right;
}

.destacadoSecundario.derecha .imagen img {
  float: right;
}

.destacadoFichaEvento {
  position: relative;
}

.destacadoFichaEvento .imagen {
  z-index: 0;
  position: absolute;
  margin: 0;
  background-color: #f4f4f4;
  height: 165px;
  top: -2px;
}

.destacadoFichaEvento .imagen .tamanoImagen {
  margin: 0 auto;
  width: 1107px;
}

.destacadoFichaEvento .imagen .tamanoImagen .multimedia {
  height: 165px;
  overflow: hidden;
}

.destacadoFichaEvento .imagen .tamanoImagen .multimedia img {
  min-height: 100%;
}

.destacadoFichaEvento .sinImagen {
  width: 100%;
  height: 165px;
  background-color: #f4f4f4;
  margin: 0 auto;
  position: absolute;
}

.destacadoFichaEvento .centrarContenido {
  margin: 0 auto;
  width: 1107px;
}

.destacadoFichaEvento .contenido {
  position: relative;
  background: rgba(230, 118, 0, 0.9);
  height: 165px;
  width: 403px;
  float: right;
  right: 74px;
  padding: 12px;
  z-index: 8;
  top: 0;
}

.destacadoFichaEvento .contenido.sinImagen {
  float: left;
  right: -100px;
}

.destacadoFichaEvento .bordeinclinado {
  width: 0;
  height: 0;
  border-left: 75px solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 165px solid rgba(230, 118, 0, 0.9);
  position: absolute;
  left: -75px;
  top: 0;
}

.destacadoFichaEvento .bordeInclinadoImg {
  width: 0;
  height: 0;
  border-left: 75px solid transparent;
  border-top: 100px solid transparent;
  border-bottom: 165px solid #f4f4f4;
  position: relative;
  left: 1033px;
  top: -20px;
}

.destacadoFichaEvento .bordeInclinadoContrario {
  width: 0;
  height: 0;
  border-right: 75px solid transparent;
  border-left: 0 solid transparent;
  border-top: 165px solid rgba(230, 118, 0, 0.9);
  position: absolute;
  left: 403px;
  top: 0;
}

.destacadoFichaEvento .bordeInclinadoImgContrario {
  width: 0;
  height: 0;
  border-right: 75px solid transparent;
  border-left: 0 solid transparent;
  border-top: 165px solid #f4f4f4;
  position: relative;
  left: 0;
  top: -20px;
}

.destacadoFichaEvento .multimedia {
  position: relative;
  top: -20px;
  z-index: -1;
}

.destacadoFichaEvento .bulletTituloEvento {
  background: url(../images/titulo_stakeholder_bg.png) no-repeat;
  min-height: 26px;
  width: 30px;
  float: left;
  position: relative;
  top: 14px;
  display: none;
}

.destacadoFichaEvento .titulo {
  color: #fff;
  margin-bottom: 14px;
  position: relative;
  left: 20px;
  padding-top: 1px;
  font-size: 22px;
  font-size: 1.571rem;
  font-weight: 700;
}

.destacadoFichaEvento .fechas {
  color: #fff;
  width: 140px;
  text-align: right;
  float: left;
  padding-right: 20px;
  border-right: 1px solid #fff;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.286rem;
}

.destacadoFichaEvento .fechas .anyoEvento {
  font-weight: 400;
}

.destacadoFichaEvento .fechas span {
  display: block;
  margin-bottom: 6px;
}

.destacadoFichaEvento .icoFicha {
  color: #fff;
  float: left;
  display: inline-block;
  padding-left: 12px;
  padding-right: 0;
}

.destacadoFichaEvento .icoFicha[data-icon]:before {
  vertical-align: top;
}

.destacadoFichaEvento .icoFicha.icoHoras {
  font-size: 25px;
  font-size: 1.786rem;
  margin-top: 8px;
}

.destacadoFichaEvento .icoFicha.icoFechas {
  font-size: 40px;
  font-size: 2.857rem;
}

.destacadoFichaEvento .horas {
  color: #fff;
  width: 120px;
  float: left;
  padding-left: 15px;
  display: block;
  font-size: 18px;
  font-size: 1.286rem;
  text-align: right;
}

.destacadoFichaEvento .horas .boldHoras {
  font-weight: 700;
  font-size: 16px;
  font-size: 1.143rem;
  display: inline;
}

.destacadoFichaEvento .horas span {
  display: block;
  margin-bottom: 6px;
}

.accionRepsol {
  text-align: center;
}

.accionRepsol .masInfo {
  display: block;
  text-align: center;
  margin-bottom: 13px;
}

.accionRepsol .masInfo .tipoDoc {
  margin-left: 0;
  color: #6e6259;
  text-transform: uppercase;
  position: static;
}

.accionRepsol .masInfo span {
  position: relative;
  top: 3px;
  color: #0b4c5f;
  margin-left: 5px;
}

.accionRepsol .masInfo span a {
  font-size: 15px;
  font-size: 1.071rem;
}

.accionRepsol .valorAccion {
  display: block;
  text-align: center;
  font-size: 38px;
  font-size: 2.714rem;
  font-family: "Repsol Light";
  line-height: 1em;
}

.accionRepsol .cotizacionNoEncontrada {
  display: block;
  text-align: center;
  font-size: 53px;
  font-size: 3.786rem;
  font-family: "Repsol Light";
  line-height: 1em;
}

.accionRepsol .date {
  font-size: 0.99rem;
  font-family: "Repsol Light";
}

.accionRepsol .variacion {
  color: #0b4c5f;
  display: inline-block;
  margin-right: 5px;
  font-size: 21px;
  font-size: 1.5rem;
}

.accionRepsol .variacion.baja {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accionRepsol .variacion.sube {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.accionRepsol .porcentaje {
  font-size: 24px;
  font-size: 1.714rem;
  font-family: "Repsol Light";
}

.accionRepsol .localizacion {
  font-size: 19px;
  font-size: 1.357rem;
  font-family: "Repsol Bold";
}

.accionRepsol:hover {
  cursor: pointer;
}

.accionRepsol:hover .masInfo a {
  color: #0b4c5f;
  text-decoration: underline;
}

.accionRepsol:hover .masInfo a .tipoDoc {
  color: #0b4c5f;
}

.accionRepsol:hover .valorAccion {
  color: #0b4c5f;
}

.accionRepsol:hover .cotizacionNoEncontrada {
  color: #0b4c5f;
}

.accionRepsol:hover .porcentaje {
  color: #0b4c5f;
}

.accionRepsol:hover .localizacion {
  color: #0b4c5f;
}

.accionRepsol:hover .date {
  color: #0b4c5f;
}

.contenidoLayoutColumnaDerecha .destacado_pestanyas .seccionBottom {
  padding-right: 0;
  padding-left: 0;
}

.destacado_pestanyas {
  padding: 20px 0;
}

.destacado_pestanyas a {
  color: #0b4c5f;
  text-decoration: underline;
}

.destacado_pestanyas a:hover {
  text-decoration: none;
}

.destacado_pestanyas .seccionTop {
  padding: 25px;
}

.destacado_pestanyas .seccionTop.col-lg-8 {
  text-align: center;
}

.destacado_pestanyas .seccionTop .titulo h2 {
  font-size: 36px;
  font-size: 2.571rem;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Repsol Bold";
}

.destacado_pestanyas .seccionTop .titulo h3 {
  font-size: 36px;
  font-size: 2.571rem;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Repsol Bold";
}

.destacado_pestanyas .seccionBottom {
  position: relative;
}

.destacado_pestanyas .seccionBottom .borde {
  border-bottom: 1px solid #212121;
}

.destacado_pestanyas .seccionBottom .borde > .container {
  position: relative;
}

.destacado_pestanyas .seccionBottom .borde span:hover {
  cursor: pointer;
  color: #0b4c5f;
}

.destacado_pestanyas .seccionBottom .borde .titularCorto {
  width: 90%;
}

.destacado_pestanyas .seccionBottom .borde .titularCorto .anterior {
  right: 45px;
}

.destacado_pestanyas .seccionBottom .borde .titularCorto .posterior {
  right: 10px;
}

.destacado_pestanyas .seccionBottom .titularesVisibles {
  overflow: hidden;
}

.destacado_pestanyas .seccionBottom .titularesVisibles .listadoTitulares {
  position: relative;
  width: 9999px;
  border-bottom: 1px solid #f0f0f0;
}

.destacado_pestanyas .seccionBottom .titularesVisibles .listadoTitulares div {
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;

  /* sprint 3: Pesquisa
    font-size: 14px;
    font-size: 1rem; */
  font-family: Titillium Web;
  font-size: 23px;
  color: #6e6259;
}

.destacado_pestanyas
  .seccionBottom
  .titularesVisibles
  .listadoTitulares
  div.active {
  /* sprint 3: Pesquisa
    color: #0B4C5F;
    border-bottom: 5px solid #0B4C5F; */
  /* max-width: 363px; */
  color: #ff7b00;
  /* border-bottom: 5px solid #FF7B00;
    font-weight: 700; */
}

.circuloVerde {
  color: #6e6259;
}
.circuloRojo {
  color: #6e6259;
}
.circuloAmarillo {
  color: #6e6259;
}
.circuloAzul {
  color: #6e6259;
}
.circuloTurquesa {
  color: #6e6259;
}

.circuloVerde.active {
  color: #6e6259;
}

.circuloRojo.active {
  color: #00a160 !important;
}
.circuloAmarillo.active {
  color: #00a160 !important;
}
.circuloAzul.active {
  color: #00a160 !important;
}
.circuloTurquesa.active {
  color: #00a160 !important;
}

.destacado_pestanyas
  .seccionBottom
  .titularesVisibles
  .listadoTitulares
  div:hover {
  /* sprint 3: Pesquisa
    color: #0B4C5F*/
  font-weight: bold;
  color: #ff7b00;
  /* border-bottom: 5px solid #FF7B00;  */
}

.destacado_pestanyas .seccionBottom span.anterior {
  color: #0b4c5f;
  position: absolute;
  top: 13px;
  /* sprint 3 : pesquisar
    right: -10px; */
  right: 10px;
  display: none;
}

.destacado_pestanyas .seccionBottom span.posterior {
  color: #0b4c5f;
  position: absolute;
  top: 13px;
  /* sprint 3 : pesquisar
    right: -45px; */
  right: -10px;
  display: none;
}

.destacado_pestanyas .seccionBottom .contenidoTitular {
  background-color: #ebeae6;
  max-height: 460px;
}

.destacado_pestanyas .seccionBottom .contenidoTitular .elementoListado {
  display: none;
  /* sprint 3: pesquisar
    padding: 0 7.5% */
}

.destacado_pestanyas .seccionBottom .contenidoTitular .elementoListado .row {
  background-color: #fff;
  margin: 30px 0;
  position: relative;
}

.destacado_pestanyas .seccionBottom .contenidoTitular .elementoListado.active {
  display: block;
  overflow: hidden;
  position: relative;
}

.destacado_pestanyas
  .seccionBottom
  .contenidoTitular
  .elementoListado
  .inclinadaIzquierda {
  display: none;
  position: absolute;
  border-right: 70px solid transparent;
  border-top: 300px solid #f0f0f0;
  z-index: 1;
}

.destacado_pestanyas
  .seccionBottom
  .contenidoTitular
  .elementoListado
  .contenido {
  padding: 30px;
  padding-bottom: 15px;
}

.destacado_pestanyas
  .seccionBottom
  .contenidoTitular
  .elementoListado
  .contenido.sinEnlace
  .descripcion_ladillo {
  margin-bottom: 0;
}

.descripcion_ladillo {
  color: #6e6259;
}

.destacado_pestanyas
  .seccionBottom
  .contenidoTitular
  .elementoListado
  .contenido
  .tituloElemento
  h3 {
  /*  sprint 3: Pesquisa
    font-size: 28px;
    font-size: 2rem;
    margin-top: 22px;
    margin-bottom: 11px */
  font-family: Titillium Web;
  font-weight: bold;
  font-size: 28px;
  margin: 0.67em 0;
  color: #ff7b00;
}

.destacado_pestanyas
  .seccionBottom
  .contenidoTitular
  .elementoListado
  .contenido
  .descripcion_ladillo {
  /* sprint 3: Pesquisa
    text-align: initial;
    font-size: 15px;
    font-size: 1.071rem;
    margin-bottom: 30px */
  margin-bottom: 20px;
  font-family: Titillium Web;
  font-size: 16px;
  font-weight: 400;
  color: #6e6259;
}

.destacado_pestanyas
  .seccionBottom
  .contenidoTitular
  .elementoListado
  .contenido
  .divEnlace {
  /* sprint 3: Pesquisa
    background-color: #0B4C5F;
    display: inline-block;
    padding: 10px 20px 10px 10px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #0B4C5F */
  /* color: #FF7B00; */
  display: inline-block;
  padding: 3px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ff7b00;
}

.destacado_pestanyas
  .seccionBottom
  .contenidoTitular
  .elementoListado
  .contenido
  .divEnlace
  a {
  /* sprint 3: Pesquisa
    color: #fff;
    text-decoration: none */
  color: #ff7b00;
  text-decoration: none;
}

.destacado_pestanyas
  .seccionBottom
  .contenidoTitular
  .elementoListado
  .contenido
  .divEnlace
  a
  .tipoDoc {
  text-transform: uppercase;
}

.destacado_pestanyas
  .seccionBottom
  .contenidoTitular
  .elementoListado
  .contenido
  .divEnlace:hover {
  /* sprint 3: Pesquisa
    background-color: #fff;
    border: 1px solid #0B4C5F */
  background-color: #ff7b00;
  border: 1px solid #fff;
}

.destacado_pestanyas
  .seccionBottom
  .contenidoTitular
  .elementoListado
  .contenido
  .divEnlace:hover
  a {
  text-decoration: none;
  /* sprint 3: Pesquisa
    color: #0B4C5F*/
  color: #fff;
}

.destacado_pestanyas
  .seccionBottom
  .contenidoTitular
  .elementoListado
  .contenidoMultimedia {
  padding: 0;
}

.destacado_pestanyas .seccionBottom .contenidoTitular .elementoListado img {
  background-color: #fff;
}

.destacado_pestanyas
  .seccionBottom
  .contenidoTitular
  .elementoListado
  .contenido_multimedia
  .listado_tematico {
  background-color: transparent;
}

.destacado_pestanyas
  .seccionBottom
  .contenidoTitular
  .elementoListado
  .contenido_multimedia
  .listado_tematico
  .multimedia {
  background-color: transparent;
}

.destacado_pestanyas span.cross_accion {
  position: relative;
  top: 3px;
  /* Sprint 3: Pesquisa
    margin-left: 28px */
}

.destacado_menu {
  padding: 20px 0;
}

.destacado_menu.gris {
  background-color: #f0f0f0;
}

.destacado_menu.centro {
  text-align: center;
}

.destacado_menu h3 {
  font-size: 36px;
  font-size: 2.571rem;
  font-family: "Repsol Bold";
  margin: 0 0 17px;
}

.destacado_menu h3 a {
  color: #0b4c5f;
  text-decoration: underline;
}

.destacado_menu h3 a:hover {
  text-decoration: none;
}

.destacado_menu .descripcion {
  font-size: 16px;
  font-size: 1.143rem;
  font-family: Titillium Web;
}

.destacado_menu .descripcion p {
  margin: 0;
}

.destacado_menu .descripcion a {
  color: #0b4c5f;
  text-decoration: underline;
}

.destacado_menu .descripcion a:hover {
  text-decoration: none;
}

.destacado_menu ul.listadoElementos {
  list-style-type: none;
  text-align: center;
  overflow: hidden;
  margin-bottom: 0;
}

.destacado_menu ul.listadoElementos > li {
  margin-right: 15px;
  display: inline-block;
}

.destacado_menu ul.listadoElementos > li span.barrasLaterales::after {
  cursor: auto;
  content: "";
  width: 19px;
  display: inline-block;
  background: url(../images/barra_destacado_menu_corta.png) no-repeat left;
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
}

.destacado_menu ul.listadoElementos > li:last-child {
  margin-right: 0;
}

.destacado_menu
  ul.listadoElementos
  > li:last-child
  span.barrasLaterales::after {
  cursor: auto;
  content: "";
  width: 275px;
  display: inline-block;
  background: url(../images/barra_destacado_menu_larga.png) no-repeat left;
  position: absolute;
  right: -276px;
  top: 0;
  bottom: 0;
}

.destacado_menu
  ul.listadoElementos
  > li:first-child
  span.barrasLaterales::before {
  cursor: auto;
  content: "";
  width: 275px;
  display: inline-block;
  background: url(../images/barra_destacado_menu_larga.png) no-repeat left;
  position: absolute;
  left: -276px;
  top: 0;
  bottom: 0;
}

.destacado_menu .clase {
  width: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
}

.destacado_menu .clase .imagen {
  padding-right: 0;
}

.destacado_menu .contenidoTextual {
  margin-bottom: 35px;
}

.destacado_menu .tituloImagen {
  display: none;
}

.destacado_menu .contenidoTextualElemento {
  text-align: left;
  padding: 45px 0 0 45px;
}

.destacado_menu .contenidoTextualElemento .tituloElemento {
  font-size: 32px;
  font-size: 2.286rem;
  font-family: "Repsol Regular";
  margin-top: 0;
  margin-bottom: 15px;
}

.destacado_menu .contenidoTextualElemento .tituloElemento a {
  color: #0b4c5f;
  text-decoration: underline;
}

.destacado_menu .contenidoTextualElemento .tituloElemento a:hover {
  text-decoration: none;
}

.destacado_menu .contenidoTextualElemento .descripcionElemento {
  font-size: 15px;
  font-size: 1.071rem;
  font-family: Titillium Web;
  margin-bottom: 40px;
}

.destacado_menu .contenidoTextualElemento .descripcionElemento a {
  color: #0b4c5f;
  text-decoration: underline;
}

.destacado_menu .contenidoTextualElemento .descripcionElemento a:hover {
  text-decoration: none;
}

.destacado_menu span.barrasLaterales {
  position: relative;
}

.destacado_menu .tituloPestana {
  cursor: pointer;
  margin-bottom: 35px;
  font-size: 18px;
  font-size: 1.286rem;
  padding: 0;
  padding: 13px 23px;
  color: #fff;
  background: #0b4c5f;
  display: inline-block;
}

.destacado_menu .tituloPestana:hover,
.destacado_menu .tituloPestana.active {
  text-decoration: none;
  background: #fff;
  color: #0b4c5f;
  padding: 12px 22px;
  border: 1px solid #0b4c5f;
}

.destacado_menu .tituloPestana span.iconoDesplegable {
  margin-left: 28px;
}

.destacado_menu .tituloPestana [data-icon]:before {
  vertical-align: middle;
}

.destacado_menu .enlace {
  padding: 0;
  margin-bottom: 0;
}

.destacado_menu .enlace a {
  padding: 10px 20px;
  color: #fff;
  background: #0b4c5f;
  border-radius: 5px;
  display: inline-block;
}

.destacado_menu .enlace a:hover {
  text-decoration: none;
  background: #fff;
  color: #0b4c5f;
  padding: 9px 19px;
  border: 1px solid #0b4c5f;
}

.destacado_menu .enlace span {
  margin-left: 18px;
}

.destacado_menu .enlace span.tipoDoc {
  margin-left: 0;
  text-transform: uppercase;
}

.destacado_menu .enlace [data-icon]:before {
  vertical-align: middle;
}

.info-meteo h3 {
  font-size: 2.451rem;
  text-align: center;
  font-weight: 700;
  font-family: "Repsol Bold";
}

.info-meteo .descripcion {
  margin-bottom: 30px;
  text-align: center;
}

.info-meteo .table.row {
  text-align: center;
}

.info-meteo .table.row .reg {
  font-weight: 700;
  font-size: 1.15rem;
  color: #0b4c5f;
}

.info-meteo .table.row .desc {
  color: #a8a299;
  font-size: 1rem;
}

.destacado_individual.centro .table.row > div:nth-child(even) {
  border-left: 1px solid #ccc;
}

.destacado_individual.centro .table.row > div {
  border-bottom: 1px solid #ccc;
}

.destacadoRelacional {
  padding: 20px 0;
}

.destacadoRelacional.gris {
  background-color: #f0f0f0;
}
.destacadoRelacional.blanco {
  background-color: white;
}

.destacadoRelacional .contenidoTitular.centro {
  text-align: center;
}

.destacadoRelacional .contenidoTitular .titulo {
  font-size: 36px;
  font-size: 2.571rem;
  font-family: "Repsol Bold";
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 13px;
}

.destacadoRelacional .contenidoTitular .descripcion {
  margin-bottom: 30px;
  display: block;
}

.destacadoRelacional h2 {
  display: block;
  font-size: 20px;
  font-size: 1.429rem;
  font-weight: 700;
  font-family: "Repsol Regular";
}

.destacadoRelacional h4 {
  display: block;
  font-size: 20px;
  font-size: 1.429rem;
  font-weight: 700;
  font-family: Titillium Web;
}

.destacadoRelacional .container.inner {
  padding: 0;
}

.destacadoRelacional .listadoEnlaces {
  margin-top: 20px;
}

.destacadoRelacional .listadoEnlaces ul {
  list-style: none;
  padding: 0;
}

.destacadoRelacional .listadoEnlaces ul a {
  color: #6e6259;
}

.destacadoRelacional .listadoEnlaces ul a:hover {
  text-decoration: none;
  border-bottom: 1px solid #0b4c5f;
}

.destacadoRelacional .listadoEnlaces ul a span {
  position: relative;
  top: 2px;
  color: #0b4c5f;
  right: -19px;
  margin-left: -9px;
}

.destacadoRelacional .listadoEnlaces ul a .tipoDoc {
  margin-left: 0;
  color: #6e6259;
  text-transform: uppercase;
}

.destacadoRelacional .enlaceSimple {
  /* padding: 20px 0; */
  padding: 10px 0;
  max-width: 91%;
}

.destacadoRelacional .enlaceSimple a {
  /* padding: 10px 20px;
    border: 1px solid #0B4C5F;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    background: #0B4C5F */
  font-family: Titillium Web;
  font-size: 14px;
  color: #ff7b00;
}

.destacadoRelacional .enlaceSimple a:hover {
  text-decoration: none;
  color: #d96900;
}

.destacadoRelacional .enlaceSimple a span {
  position: relative;
  top: 2px;
  /* margin-left: 10px */
}

.destacadoRelacional .enlaceSimple a .tipoDoc {
  margin-left: 0;
  text-transform: uppercase;
}

.destacadoRelacional .destacado {
  margin-bottom: 20px;
  padding: 0;
}

.blanco {
  background-color: #fff;
}

.turquesa h3 {
  color: #3f888f !important;
  margin-bottom: 20px;
  padding: 0;
}

.turquesa a {
  color: #3f888f !important;
  margin-bottom: 20px;
  padding: 0;
}

.azul h3 {
  color: #00224c !important;
  margin-bottom: 20px;
  padding: 0;
}

.azul a {
  color: #00224c !important;
  margin-bottom: 20px;
  padding: 0;
}

.amarillo h3 {
  color: #e0a72c !important;
  margin-bottom: 20px;
  padding: 0;
}

.amarillo span {
  color: #e0a72c !important;
  margin-bottom: 20px;
  padding: 0;
}

.amarillo a {
  color: #e0a72c !important;
  margin-bottom: 20px;
  padding: 0;
}

.verde h3 {
  color: #00a160 !important;
  margin-bottom: 20px;
  padding: 0;
}

.verde a {
  color: #00a160 !important;
  margin-bottom: 20px;
  padding: 0;
}

.rojo h3 {
  color: #ff3232 !important;
  margin-bottom: 20px;
  padding: 0;
}
.rojo span {
  color: #ff3232 !important;
  margin-bottom: 20px;
  padding: 0;
}

.rojo a {
  color: #ff3232 !important;
  margin-bottom: 20px;
  padding: 0;
}

.divEnlaceVerde {
  border: 0px solid #00a160;
  width: 22%;
  border-radius: 5px;
  margin-top: 10px;
}

.divEnlaceVerde a {
  color: #00a160 !important;
  text-decoration: none;
}

.divEnlaceRojo {
  border: 2px solid #ff3232;
  width: 22%;
  border-radius: 5px;
}
.divEnlaceRojo a {
  color: #ff3232 !important;
  text-decoration: none;
}

.divEnlaceAmarillo {
  border: 2px solid #e0a72c;
  width: 22%;
  border-radius: 5px;
}
.divEnlaceAmarillo a {
  color: #e0a72c !important;
  text-decoration: none;
}

.divEnlaceTurquesa {
  border: 2px solid #3f888f;
  width: 22%;
  border-radius: 5px;
}
.divEnlaceTurquesa a {
  color: #3f888f !important;
  text-decoration: none;
}

.divEnlaceAzul {
  border: 2px solid #00224c;
  width: 22%;
  border-radius: 5px;
}
.divEnlaceAzul a {
  color: #00224c !important;
  text-decoration: none;
}
.ultimasNoticiasTitle h2 {
  font-family: Titillium Web;
  font-weight: 700;
  font-size: 30px;
  color: #6e6259;
  margin-top: 11px !important;
  padding-left: 0px;
}

.borderTop {
  border-top: 1.5px solid;
  color: #cbc4bc;
  padding-top: 10px;
  margin-bottom: 10px;
}

.borderTop .fecha {
  font-family: Titillium Web;
  font-weight: 400;
  font-size: 0.92rem;
  color: #6e6259;
}

.borderTop h4 {
  font-family: Titillium Web;
  font-weight: 700;
  font-size: 14px;
  color: #6e6259;
}

.borderTop a:hover {
  text-decoration: underline;
  color: #ff7b00;
}

.borderTop .enlace_sala a {
  font-family: Titillium Web;
  font-weight: 400;
  font-size: 14px;
  color: #ff7b00;
}

.borderTop .enlace_sala a:hover {
  color: #d96900;
}

.individualHighlitghs h3 {
  font-family: Titillium Web;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  margin: 0.67em 0;
  color: #ff7b00;
}

.individualHighlitghs p {
  font-family: Titillium Web;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
  color: #6e6259;
}

.individualHighlitghs .enlace img {
  height: 40px;
  width: 40px;
  display: table;
  margin: 0 auto;
}

.individualHighlitghs .enlace img:hover {
  color: #ff7b00;
  display: table;
  margin: 0 auto;
}

.barraHorizontalNaranja {
  border-bottom: 8px solid #ff7b00;
  margin-top: -5px;
  position: relative;
  margin-left: 40px;
  margin-right: 40px;
}

.destacadoRelacional .destacado.sinImagen .contenidoHover:hover {
  cursor: pointer;
  background: #fff;
  color: #0b4c5f;
  border: 1px solid #0b4c5f;
}

.destacadoRelacional
  .destacado.sinImagen
  .contenidoHover:hover
  .enlaceSimple
  a {
  color: #0b4c5f;
  border: 1px solid #0b4c5f;
}

.destacadoRelacional .destacado .contenidoHoverImagen:hover {
  cursor: pointer;
}

.destacadoRelacional .destacado .enlaceSimpleHover {
  cursor: pointer;
}

.destacadoRelacional .destacado .enlaceSimpleHover a {
  background: #fff;
  color: #0b4c5f;
  border: 1px solid #0b4c5f;
}

.destacadoRelacional .destacado.noListado .enlaceSimple a:hover {
  /* border: 1px solid #0B4C5F;
    text-decoration: none;
    background: #fff;
    color: #0B4C5F */
  text-decoration: none;
  color: #d96900;
}

.destacadoRelacional .destacado.noListado.sinTexto a:hover {
  border: 1px solid #0b4c5f;
  text-decoration: none;
  background: #fff;
  color: #0b4c5f;
}

.destacadoRelacional .destacado.noListado.sinTexto:not(.sinImagen) .contenido {
  position: absolute;
  bottom: 0;
  width: 87.5%;
  color: #fff;
  background: transparent;
  border: 0;
}

.destacadoRelacional
  .destacado.noListado.sinTexto:not(.sinImagen)
  .contenido
  h4,
.destacadoRelacional
  .destacado.noListado.sinTexto:not(.sinImagen)
  .contenido
  .enlaceSimple {
  margin-left: 15px;
}

.destacadoRelacional .destacado.noListado.sinImagen .enlaceSimple {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin-bottom: 0;
}

.destacadoRelacional .destacado.noListado.sinImagen .enlaceSimple a {
  border: 1px solid #fff;
  background: 0 0;
}

.destacadoRelacional .destacado.noListado.sinImagen .enlaceSimple a:hover {
  border: 1px solid #0b4c5f;
  text-decoration: none;
  background: #fff;
  color: #0b4c5f;
}

.destacadoRelacional .destacado.listado.sinTexto .contenido,
.destacadoRelacional .destacado.listado.sinImagen .contenido {
  position: absolute;
  bottom: 0;
  width: 87.5%;
  color: #fff;
}

.destacadoRelacional
  .destacado.listado.sinTexto
  .contenido
  .listadoEnlaces
  li
  a,
.destacadoRelacional
  .destacado.listado.sinImagen
  .contenido
  .listadoEnlaces
  li
  a {
  color: #fff;
  margin-left: 15px;
}

.destacadoRelacional
  .destacado.listado.sinTexto
  .contenido
  .listadoEnlaces
  li
  a
  .tipoDoc,
.destacadoRelacional
  .destacado.listado.sinImagen
  .contenido
  .listadoEnlaces
  li
  a
  .tipoDoc {
  color: #fff;
}

.destacadoRelacional .destacado .contenido {
  border: 1px solid transparent;
  padding: 0 25px;
}

/* Nuevo:  ".destacadoRelacional .destacado .contenido h3" */
.destacadoRelacional .destacado .contenido h3 {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Titillium Web;
  font-size: 28px;
  font-weight: bold;
  color: #ff7b00;
}

.destacadoRelacional .destacado .contenido .descripcion {
  /* Sprint 3: Comunidades
        Comentado para colocar los textos en las imágenes de Comunidades e Valor Compartilhado

    display: inline-block; */
  margin-top: 10px;

  font-family: Titillium Web;
  font-size: 16px;
  color: #6e6259;
}

.destacadoRelacional .destacado .imagen {
  border: 1px solid transparent;
}

.destacadoRelacional .destacado.sinTexto .imagen {
  overflow: hidden;
  height: 100%;
}

.destacadoRelacional .destacado.sinTexto .imagen .multimedia_noticia {
  height: 100%;
}

.destacadoRelacional
  .destacado.sinTexto
  .imagen
  .multimedia_noticia
  .contenido_multimedia {
  height: 100%;
}

.destacadoRelacional
  .destacado.sinTexto
  .imagen
  .multimedia_noticia
  .contenido_multimedia
  .listado_tematico {
  height: 100%;
}

.destacadoRelacional
  .destacado.sinTexto
  .imagen
  .multimedia_noticia
  .contenido_multimedia
  .listado_tematico
  .multimedia {
  height: 100%;
}

.destacadoRelacional
  .destacado.sinTexto
  .imagen
  .multimedia_noticia
  .contenido_multimedia
  .listado_tematico
  .multimedia
  img {
  height: 100%;
  max-width: none;
}

.destacadoRelacional .destacado.sinImagen {
}

.destacadoRelacional .destacado.sinImagen .contenido {
  background: #ff8703;
  background: -webkit-linear-gradient(-45deg, #ff8703 0, #ffb51b 100%);
  background: -webkit-linear-gradient(315deg, #ff8703 0, #ffb51b 100%);
  background: linear-gradient(135deg, #ff8703 0, #ffb51b 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff8703', endColorstr='#ffb51b', GradientType=1);
  color: #fff;
  height: 100%;
  position: relative;
}

.destacadoRelacional .destacado.sinImagen .contenido strong {
  display: block;
  font-size: 115px;
  font-size: 8.214rem;
  font-family: "Repsol Bold";
}

.destacadoRelacional .sinTexto {
}

.destacado_actualidad {
  /* padding: 20px 0; */
  background-color: #f0f0f0;
}

.destacado_actualidad .contenido {
  /* padding: 30px 0 20px; */
  /* background-color: #fff */
  font-family: Titillium Web;
  font-size: 16px;
  color: #6e6259;
  background-color: #efeeea;
  padding: 30px 0 20px;
}

/* Nuevo: ".destacado_actualidad .contenido .titulo" */
.destacado_actualidad .contenido .titulo {
  color: #ff7b00;
  font-family: Titillium Web;
  font-weight: bold;
}

.homeNoticia .contenido {
  padding: 0 0 20px;
}

.homeNoticia .cabecera {
  margin-bottom: 13px;
}

.homeNoticia .cabecera .titular {
  font-size: 16px;
  font-size: 1.143rem;
  font-family: "Repsol Bold";
  color: #0b4c5f;
}

.homeNoticia .cabecera .enlace_sala {
  float: right;
}

.homeNoticia .cabecera .enlace_sala a {
  /*   font-size: 15px;
    font-size: 1.071rem
    */
  /* padding: 5px 10px;
    background-color: #0B4C5F;
    border: 1px solid #0B4C5F;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px */

  padding: 0px 5px;
  border: 1px solid #ff7b00;
  color: #ff7b00;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
}

.homeNoticia .cabecera .enlace_sala a:hover {
  /* text-decoration: none;
    color: #6e6259;
    background-color: #fff;
    border: 1px solid #ccc */
  text-decoration: none;
  color: #fff;
  background-color: #ff7b00;
  border: 1px solid #fff;
}

/* Nuevo: ".homeNoticia .cabecera .enlace_sala a:hover span" */
.homeNoticia .cabecera .enlace_sala a:hover span {
  text-decoration: none;
  color: #fff;
}

.homeNoticia .cabecera .enlace_sala a:hover .tipoDoc {
  color: #0b4c5f;
}

.homeNoticia .cabecera .enlace_sala a span {
  /* color: #fff;
    position: relative;
    top: 3px;
    margin-left: 10px */
  color: #ff7b00;
  position: relative;
  top: 3px;
  margin-left: 5px;
}

.homeNoticia .cabecera .enlace_sala:hover a span[data-icon] {
  /* color: #0B4C5F */
  /* color: #FFF; */
}

.homeNoticia .cabecera .enlace_sala a .tipoDoc {
  margin-left: 0;
  color: #6e6259;
  text-transform: uppercase;
  position: static;
}

.homeNoticia .contenido .titulo {
  margin: 0;
  font-size: 19px;
  font-size: 1.357rem;
  line-height: 19px;
  font-family: "Repsol Bold";
}

.homeNoticia .contenido .fecha {
  color: #6e6259;
  font-size: 13px;
  font-size: 0.929rem;
  line-height: 13px;
}

.homeNoticia:not(.enlace_cabecera):hover {
  cursor: pointer;
}

.homeNoticia:not(.enlace_cabecera):hover .contenido .fecha {
  color: #0b4c5f;
}

.homeNoticia:not(.enlace_cabecera):hover .contenido .titulo a {
  color: #0b4c5f;
  text-decoration: none;
}

.homeEventos .contenido {
  padding: 13px 0 20px;
}

.homeEventos time {
  display: block;
}

.homeEventos .icono {
  width: 15%;
  float: left;
}

.homeEventos .icono span {
  font-family: "Repsol Light";
}

.homeEventos .icono .dia {
  display: block;
  font-size: 36px;
  font-size: 2.571rem;
  line-height: 1em;
}

.homeEventos .icono .borde {
  border: 3px solid #ccc;
  border-radius: 0 10px 0 0;
  text-align: center;
}

.homeEventos .cabecera {
  margin-bottom: 5px;
  margin-left: 64px;
}

.homeEventos .cabecera .titular {
  font-family: "Repsol Bold";
  color: #0b4c5f;
  font-size: 16px;
  font-size: 1.143rem;
}

.homeEventos .cabecera .enlace_evento {
  font-size: 15px;
  font-size: 1.071rem;
  float: right;
}

.homeEventos .cabecera .enlace_evento span {
  color: #0b4c5f;
  position: relative;
  top: 3px;
  margin-left: 10px;
}

.homeEventos .cabecera .enlace_evento .tipoDoc {
  margin-left: 0;
  color: #6e6259;
  text-transform: uppercase;
  position: static;
}

.homeEventos .cabecera .enlace_evento:hover a {
  color: #0b4c5f;
}

.homeEventos .cabecera .enlace_evento:hover a .tipoDoc {
  color: #0b4c5f;
}

.homeEventos .texto {
  width: 85%;
  padding: 0 10px;
  float: left;
}

.homeEventos .texto .contenido .fechas {
  font-size: 13px;
  font-size: 0.929rem;
  line-height: 14px;
}

.homeEventos .texto .contenido .titulo {
  margin: 0;
  font-size: 19px;
  font-size: 1.357rem;
  line-height: 19px;
  font-family: "Repsol Bold";
  padding-top: 4px;
}

.homeEventos:not(.enlace_evento):hover {
  cursor: pointer;
}

.homeEventos:not(.enlace_evento):hover .icono {
  color: #0b4c5f;
}

.homeEventos:not(.enlace_evento):hover .icono .borde {
  border: 3px solid #0b4c5f;
}

.homeEventos:not(.enlace_evento):hover .texto .contenido {
  color: #0b4c5f;
}

.homeEventos:not(.enlace_evento):hover .texto .contenido .titulo a {
  color: #0b4c5f;
  text-decoration: none;
}

.informeAnual .titular {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.informeAnual .titular a {
  font-size: 15px;
  font-size: 1.071rem;
}

.informeAnual .titular a span {
  position: relative;
  top: 3px;
  color: #0b4c5f;
  margin-left: 5px;
}

.informeAnual .titular a .tipoDoc {
  margin-left: 0;
  color: #6e6259;
  text-transform: uppercase;
  position: static;
}

.informeAnual .anyo {
  display: block;
  text-align: center;
  font-size: 50px;
  font-size: 3.571rem;
  font-family: "Repsol Light";
  line-height: 1em;
}

.informeAnual .otro {
  display: block;
  text-align: center;
  font-size: 19px;
  font-size: 1.357rem;
  font-family: "Repsol Bold";
  line-height: 1em;
}

.informeAnual .otro .tipoDoc {
  text-transform: uppercase;
}

.informeAnual .otro:hover a {
  color: #0b4c5f;
}

.informeAnual .titular:hover a {
  color: #0b4c5f;
}

.informeAnual .titular:hover a .tipoDoc {
  color: #0b4c5f;
}

.informeAnual:not(.enlace_otro):hover {
  cursor: pointer;
}

.informeAnual:not(.enlace_otro):hover .otro a {
  color: #0b4c5f;
  text-decoration: none;
}

.informeAnual:not(.enlace_otro):hover .otro a .tipoDoc {
  color: #0b4c5f;
}

.informeAnual:not(.enlace_otro):hover .anyo {
  color: #0b4c5f;
}

.destacado_doble {
  padding: 20px 0;
}

.destacado_doble.gris {
  /* background-color: #f0f0f0 */
  background-color: #efeeea;
}

.destacado_doble .destacado {
  background-color: #fff;
  padding: 0;
}

.destacado_doble .destacado .contenido {
  width: 100%;
  padding: 30px 30px 0px 30px;
}

/* Nuevo .destacado_doble .destacado .contenidoEtica  */
.destacado_doble .destacado .contenidoEtica {
  width: 60%;
  padding: 0px 10px;
  float: right;
}

/* Nuevo */
.destacado_doble .destacado .contenidoEtica h3 {
  font-family: Titillium Web;
  font-size: 28px;
  font-weight: bold;
  color: #ff7b00;
}

/* Nuevo */
.destacado_doble .destacado .contenidoEtica .enlace a {
  font-family: Titillium Web;
  font-size: 14px;
  color: #ff7b00;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0px;
}

/* Nuevo .destacado_doble .destacado .contenido .descripcionEtica  */
.destacado_doble .destacado .contenidoEtica .descripcionEtica {
  font-family: Titillium Web;
  font-size: 16px;
  color: #6e6259;
  margin-top: 10px;
}

/* Nuevo */
.destacado_doble .destacado .contenidoEtica .enlace a:hover span[data-icon],
.destacado_doble .destacado .contenidoEtica .enlace a:hover {
  color: #d96900;
}

/* Nuevo */
.destacado_doble .destacado .imagenEtica {
  width: 40%;
  float: left;
}

.destacado_doble .destacado .contenido h3 {
  /* font-size: 24px;
    font-size: 1.714rem;
    margin-bottom: 25px;
    margin-top: 11px */

  font-family: Titillium Web;
  font-size: 28px;
  font-weight: bold;
  color: #ff7b00;
}

.destacado_doble .destacado .contenido h4 {
  font-size: 24px;
  font-size: 1.714rem;
  margin-bottom: 25px;
  margin-top: 11px;
}

.destacado_doble .destacado .contenido .descripcion {
  /* font-size: 15px;
    font-size: 1.071rem;
    display: block;
    margin-bottom: 20px */
  font-family: Titillium Web;
  font-size: 16px;
  color: #6e6259;
}

.destacado_doble .destacado .contenido .enlace a {
  /* padding: 5px 10px;
    background-color: #0B4C5F;
    border: 1px solid #0B4C5F;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px */
  font-family: Titillium Web;
  font-size: 14px;
  color: #ff7b00;
  text-decoration: none;
  display: inline-block;
}

.destacado_doble .destacado .contenido .enlace a span {
  /* color: #fff;
    position: relative;
    top: 3px;
    margin-left: 10px */
  color: #ff7b00;
  position: relative;
  top: 3px;
  /* margin-left: 10px */
}

.destacado_doble .destacado .contenido .enlace a:hover span[data-icon] {
  color: #d96900;
}

.destacado_doble .destacado .contenido .enlace a:hover {
  /* color: #0B4C5F */
  /* text-decoration: none;
   color: #6e6259;
   background-color: #fff;
   border: 1px solid #ccc */
  color: #d96900;
}

.destacado_doble .destacado .imagen {
  width: 45%;
  float: left;
}

.destacado_doble .destacado .imagen img {
  margin: 0;
}

.destacado_doble .destacado.sinImagen {
  background-color: transparent;
}

.destacado_doble .destacado.sinImagen .contenido h4 {
  color: #0b4c5f;
  font-family: "Repsol Bold";
  font-size: 44px;
  font-size: 2.976rem;
}

.destacado_doble .destacado.sinDescripcion .contenido {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
  text-align: right;
}

.destacado_doble .destacado.sinDescripcion .contenido h4 {
  margin-bottom: 0;
  display: inline-block;
  color: #fff;
  font-family: "Repsol Bold";
  font-size: 24px;
  font-size: 1.714rem;
}

.destacado_doble .destacado.sinDescripcion .imagen {
  width: 100%;
}

.destacado_doble .destacado.sinDescripcion.sinImagen {
  background-color: transparent;
}

.destacado_doble .destacado.sinDescripcion.sinImagen .contenido {
  position: static;
  padding: 30px;
  text-align: left;
}

.destacado_doble .destacado.sinDescripcion.sinImagen .contenido h4 {
  color: #0b4c5f;
  font-family: "Repsol Bold";
  font-size: 44px;
  font-size: 2.976rem;
}

.destacado_doble .destacado.izquierda .contenido {
  width: 55%;
  float: right;
}

.destacado_doble .destacado.derecha .contenido {
  float: left;
  width: 55%;
}
.destacado_doble .destacado:nth-child(odd) {
  margin-right: 2%;
}
.destacado_doble .destacado.derecha .imagen {
  float: right;
}

.destacado_doble .destacado.derecha .imagen img {
  float: right;
}

.carrusel_home {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 5px 3px #ccc;
  box-shadow: 0 0 5px 3px #ccc;
}

.carrusel_home .carousel .carousel-inner1 .item .carousel-caption {
  background-color: #fff;
  height: 100%;
  width: 45%;
  text-align: left;
  color: #6e6259;
  bottom: 0;
  text-shadow: none;
}

.carrusel_home .carousel .carousel-inner1 .item .carousel-caption .inclinacion {
  position: absolute;
  top: 0;
}

.carrusel_home
  .carousel
  .carousel-inner1
  .item
  .carousel-caption
  .contenido
  .antetitulo {
  margin-bottom: 10px;
  display: inline-block;
  color: #99918a;
  font-weight: 700;
}

.carrusel_home .carousel .carousel-inner1 .item .carousel-caption .contenido h4 {
  font-size: 32px;
  font-size: 2.286rem;
  font-family: "Repsol Bold";
  margin: 0;
  margin-bottom: 30px;
}

.carrusel_home
  .carousel
  .carousel-inner1
  .item
  .carousel-caption
  .contenido
  .descripcion {
  line-height: 1.2em;
  margin-bottom: 40px;
}

.carrusel_home .carousel .carousel-inner1 .item .carousel-caption .contenido a {
  padding: 10px 20px;
  display: inline-block;
  background-color: #0b4c5f;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #0b4c5f;
}

.carrusel_home
  .carousel
  .carousel-inner1
  .item
  .carousel-caption
  .contenido
  a
  span {
  margin-left: 20px;
  position: relative;
  top: 3px;
}

.carrusel_home
  .carousel
  .carousel-inner1
  .item
  .carousel-caption
  .contenido
  a
  .tipoDoc {
  margin-left: 0;
  text-transform: uppercase;
  position: static;
}

.carrusel_home
  .carousel
  .carousel-inner1
  .item
  .carousel-caption
  .contenido
  a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #0b4c5f;
}

.carrusel_home .carousel .carousel-inner1 .item.izquierda .carousel-caption {
  left: 0;
  padding: 0 1% 0 23%;
}

.carrusel_home
  .carousel
  .carousel-inner1
  .item.izquierda
  .carousel-caption
  .inclinacion {
  right: -75px;
  border-top: 400px solid #fff;
  border-right: 75px solid transparent;
}

.carrusel_home .carousel .carousel-inner1 .item.izquierda .image_tematica img {
  float: right;
}

.carrusel_home .carousel .carousel-inner1 .item.derecha .carousel-caption {
  left: auto;
  position: absolute;
  right: 0;
  padding: 0 23% 0 1%;
}

.carrusel_home
  .carousel
  .carousel-inner1
  .item.derecha
  .carousel-caption
  .inclinacion {
  left: -75px;
  border-top: 400px solid transparent;
  border-right: 75px solid #fff;
}

.carrusel_home .carousel .carousel-inner1 .item.derecha .image_tematica img {
  float: left;
}

.carrusel_home .carousel .carousel-buttons .carousel-indicators li {
  border: 1px solid #ccc;
  margin: 1px 10px 1px 1px;
  width: 14px;
  height: 14px;
}

.carrusel_home .carousel .carousel-buttons .carousel-indicators li.active {
  background-color: #0b4c5f;
  border: 1px solid #0b4c5f;
}

.carrusel_home .carousel .carousel-control {
  width: 5%;
  background: transparent;
  color: #c5c0bc;
  font-size: 18px;
  font-size: 1.286rem;
}

.carrusel_home .carousel .carousel-control span[data-icon] {
  position: absolute;
  top: 50%;
  font-size: 38px;
  font-size: 2.714rem;
}

.carrusel_home .carousel .carousel-control.left {
  left: 15%;
  z-index: 10;
}

.carrusel_home .carousel .carousel-control.right {
  right: 15%;
  z-index: 10;
}

.carrusel_home .carousel .carousel-control:hover span {
  color: #0b4c5f;
}

.contenido .izquierda .contenedorMultimedia.mini_destacado {
  width: 33% !important;
}

.contenido .izquierda .contenedorMultimedia.mini_destacado .encabezado {
  width: 30%;
  height: 12px;
  background-color: #0b4c5f;
  border: 0;
  margin: 0;
}

.contenido
  .izquierda
  .contenedorMultimedia.mini_destacado
  .contenedorNumeral
  .numeral {
  margin: 0;
  font-size: 40px;
  font-weight: bolder;
  font-family: Repsol Bold;
}

.contenido
  .izquierda
  .contenedorMultimedia.mini_destacado
  .contenedorNumeral
  .unidades {
  display: inline-block;
  width: 60px;
  line-height: 16px;
  font-family: Repsol Regular;
}

.contenido
  .izquierda
  .contenedorMultimedia.mini_destacado
  .contenedorResumen
  .resumen {
  font-size: 18px;
  font-family: Repsol Regular;
}

.contenido
  .izquierda
  .contenedorMultimedia.mini_destacado
  .contenedorResumen.sinNumeral
  .resumen {
  padding-top: 16px;
  font-size: 20px;
  font-family: Repsol Regular;
}

.contenido
  .izquierda
  .contenedorMultimedia.mini_destacado
  .imagenDestacada
  .contenedorImagen {
  padding-top: 16px;
}

.contenido
  .izquierda
  .contenedorMultimedia.mini_destacado
  .imagenDestacada
  .contenedorNumeral {
  text-align: center;
}

.contenido .derecha .contenedorMultimedia.mini_destacado {
  width: 33% !important;
}

.contenido .derecha .contenedorMultimedia.mini_destacado .encabezado {
  width: 30%;
  height: 12px;
  background-color: #0b4c5f;
  border: 0;
  margin: 0;
}

.contenido
  .derecha
  .contenedorMultimedia.mini_destacado
  .contenedorNumeral
  .numeral {
  margin: 0;
  font-size: 40px;
  font-weight: bolder;
  font-family: Repsol Bold;
}

.contenido
  .derecha
  .contenedorMultimedia.mini_destacado
  .contenedorNumeral
  .unidades {
  display: inline-block;
  width: 60px;
  line-height: 16px;
  font-family: Repsol Regular;
}

.contenido
  .derecha
  .contenedorMultimedia.mini_destacado
  .contenedorResumen
  .resumen {
  font-size: 18px;
  font-family: Repsol Regular;
}

.contenido
  .derecha
  .contenedorMultimedia.mini_destacado
  .contenedorResumen.sinNumeral
  .resumen {
  padding-top: 16px;
  font-size: 20px;
  font-family: Repsol Regular;
}

.contenido
  .derecha
  .contenedorMultimedia.mini_destacado
  .imagenDestacada
  .contenedorImagen {
  padding-top: 16px;
}

.contenido
  .derecha
  .contenedorMultimedia.mini_destacado
  .imagenDestacada
  .contenedorNumeral {
  text-align: center;
}

.contenido .arriba {
  padding-bottom: 6px;
}

.contenido .arriba .contenedorMultimedia.mini_destacado .encabezado {
  width: 30%;
  height: 12px;
  background-color: #0b4c5f;
  border: 0;
}

.contenido .arriba .contenedorMultimedia.mini_destacado .contenedorNumeral {
  text-align: center;
}

.contenido
  .arriba
  .contenedorMultimedia.mini_destacado
  .contenedorNumeral
  .numeral {
  margin: 0;
  text-align: center;
  font-size: 40px;
  font-weight: bolder;
  font-family: Repsol Bold;
}

.contenido
  .arriba
  .contenedorMultimedia.mini_destacado
  .contenedorNumeral
  .unidades {
  display: inline-block;
  width: 60px;
  line-height: 16px;
  font-family: Repsol Regular;
}

.contenido .arriba .contenedorMultimedia.mini_destacado .resumen {
  padding-top: 18px;
  text-align: center;
  font-size: 26px;
  font-family: Repsol Regular;
}

.contenido
  .arriba
  .contenedorMultimedia.mini_destacado
  .contenedorResumen.sinNumeral
  .resumen {
  padding-top: 18px;
  font-size: 26px;
  font-family: Repsol Regular;
}

.contenido
  .arriba
  .contenedorMultimedia.mini_destacado
  .imagenDestacada
  .contenedorImagen {
  padding-top: 6px;
}

.contenido
  .arriba
  .contenedorMultimedia.mini_destacado
  .imagenDestacada
  .contenedorNumeral {
  text-align: left;
}

.contenido
  .arriba
  .contenedorMultimedia.mini_destacado
  .imagenDestacada
  .contenedorResumen
  .resumen {
  text-align: left;
}

.contenido .debajo .contenedorMultimedia.mini_destacado {
  text-align: center;
}

.contenido .debajo .contenedorMultimedia.mini_destacado .encabezado {
  width: 30%;
  height: 12px;
  background-color: #0b4c5f;
  border: 0;
}

.contenido
  .debajo
  .contenedorMultimedia.mini_destacado
  .contenedorNumeral
  .numeral {
  margin: 0;
  text-align: center;
  font-size: 40px;
  font-weight: bolder;
  font-family: Repsol Bold;
}

.contenido
  .debajo
  .contenedorMultimedia.mini_destacado
  .contenedorNumeral
  .unidades {
  display: inline-block;
  width: 60px;
  line-height: 16px;
  font-family: Repsol Regular;
}

.contenido .debajo .contenedorMultimedia.mini_destacado .resumen {
  padding-top: 18px;
  text-align: center;
  font-size: 26px;
  font-family: Repsol Regular;
}

.contenido
  .debajo
  .contenedorMultimedia.mini_destacado
  .contenedorResumen.sinNumeral
  .resumen {
  padding-top: 18px;
  font-size: 26px;
  font-family: Repsol Regular;
}

.contenido .debajo .contenedorMultimedia.mini_destacado .imagenDestacada {
  padding-top: 20px;
}

.contenido
  .debajo
  .contenedorMultimedia.mini_destacado
  .imagenDestacada
  .contenedorImagen {
  padding-top: 6px;
}

.contenido
  .debajo
  .contenedorMultimedia.mini_destacado
  .imagenDestacada
  .contenedorNumeral {
  text-align: left;
}

.contenido
  .debajo
  .contenedorMultimedia.mini_destacado
  .imagenDestacada
  .contenedorResumen
  .resumen {
  text-align: left;
}

.columnaDerecha .derecha .encabezado {
  width: 30%;
  height: 12px;
  background-color: #0b4c5f;
  border: 0;
}

.columnaDerecha .derecha .contenedorNumeral {
  margin-top: -14px;
}

.columnaDerecha .derecha .contenedorNumeral .numeral {
  margin: 0;
  font-size: 40px;
  font-weight: bolder;
  font-family: Repsol Bold;
}

.columnaDerecha .derecha .contenedorNumeral .unidades {
  display: inline-block;
  width: 60px;
  line-height: 16px;
  font-family: Repsol Regular;
}

.columnaDerecha .derecha .contenedorResumen .resumen {
  font-size: 18px;
  font-family: Repsol Regular;
}

.columnaDerecha .derecha .contenedorResumen.sinNumeral .resumen {
  font-size: 20px;
  font-family: Repsol Regular;
}

.galeria_multimedia {
  margin-bottom: 0;
  padding: 20px 0;
  list-style-type: none;
}

.galeria_multimedia ul {
  padding: 0;
  list-style-type: none;
}

.galeria_multimedia.sinColumnaDerecha .liContainer li {
  height: 345px;
}

.galeria_multimedia.sinColumnaDerecha .img0 {
}

.galeria_multimedia.sinColumnaDerecha .img1,
.galeria_multimedia.sinColumnaDerecha .img2 {
}

.galeria_multimedia.sinColumnaDerecha .img1 {
  margin-bottom: 19px;
}

.galeria_multimedia.sinColumnaDerecha .img3 {
}

.galeria_multimedia.sinColumnaDerecha .img4,
.galeria_multimedia.sinColumnaDerecha .img5 {
}

.galeria_multimedia.sinColumnaDerecha .img4 {
  padding-left: 0 !important;
  padding-right: 8px !important;
}

.galeria_multimedia.sinColumnaDerecha .img5 {
  padding-right: 0 !important;
  padding-left: 8px !important;
}

.galeria_multimedia.sinColumnaDerecha .img0,
.galeria_multimedia.sinColumnaDerecha .img3.galleryImage,
.galeria_multimedia.sinColumnaDerecha .container_li,
.galeria_multimedia.sinColumnaDerecha .img4,
.galeria_multimedia.sinColumnaDerecha .img5 {
  float: left;
}

.galeria_multimedia.sinColumnaDerecha .img0,
.galeria_multimedia.sinColumnaDerecha .img3,
.galeria_multimedia.sinColumnaDerecha .img4,
.galeria_multimedia.sinColumnaDerecha .img5 {
  display: inline-block;
  float: left;
}

.galeria_multimedia.sinColumnaDerecha .galleryImage {
}

.galeria_multimedia.columnaDerecha .img0,
.galeria_multimedia.columnaDerecha .img3,
.galeria_multimedia.columnaDerecha .img4,
.galeria_multimedia.columnaDerecha .img5 {
  display: inline-block;
  float: left;
}

.galeria_multimedia.columnaDerecha .img0 {
  padding-left: 11px;
  padding-right: 0.5vw;
}

.galeria_multimedia.columnaDerecha .img1.galleryImage,
.galeria_multimedia.columnaDerecha .img2.galleryImage {
  padding: 0;
}

.galeria_multimedia.columnaDerecha .img1 {
  margin-bottom: 12px;
}

.galeria_multimedia.columnaDerecha .img3 {
  padding-left: 11px;
  padding-right: 11px;
}

.galeria_multimedia.columnaDerecha .galleryImage {
  padding-left: 11px;
  padding-right: 0.4vw;
}

.galeria_multimedia .galleryImage {
  overflow: hidden;
}

.galeria_multimedia .galleryImage .mosaicImageContent {
  position: relative;
  overflow: hidden;
}

.galeria_multimedia .galleryImage .mosaicImageContent img {
  margin: 0;
  width: 100%;
}

.galeria_multimedia .galleryImage .mosaicImageContent .img_info {
  opacity: 0.7;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  background: #ff7b00;
  color: #fff;
  height: 100%;
  width: 100%;
  left: -150%;
  -webkit-transition: left 300ms ease;
  transition: left 300ms ease;
}

.galeria_multimedia .galleryImage .mosaicImageContent .img_info .icono {
  font-size: 47px;
  font-size: 3.357rem;
  position: relative;
  height: 100%;
}

.galeria_multimedia .galleryImage .mosaicImageContent .img_info .icono span {
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -23.5px;
  margin-left: -23.5px;
}

.galeria_multimedia .galleryImage .mosaicImageContent .img_info.visible {
  left: 0;
}

.galeria_multimedia .galleryImage .mosaicImageContent .img_info .cunya {
  width: 100px;
  height: 100%;
  background: url(../images/barraMosaico.png) 0 100% no-repeat;
  position: absolute;
  right: -100px;
  top: 0;
}

.mosaico {
  padding: 20px 0;
  margin-bottom: 20px;
}

.mosaico .listadoMosaico {
  padding: 0;
  list-style-type: none;
}

.mosaico .listadoMosaico .elementoListadoMosaico {
  padding: 0;
}

.mosaico .listadoMosaico .imagen.col-lg-12 .tituloImagen {
  text-align: left;
}

.mosaico .unicoElemento .multimedia {
  padding-left: 15px;
}

.mosaico .multimedia {
  margin-bottom: 20px;
}

.mosaico .imagen.col-lg-12 .tituloImagen {
  text-align: right;
  display: block;
  margin-top: 5px;
}

.mosaico .imagen.col-lg-12 .multimedia {
  margin-bottom: 10px;
}

.mosaico .tituloImagen {
  font-size: 12px;
  font-size: 0.857rem;
  color: #99918a;
}

.mosaico .contenidoTextual.col-lg-12 .descripcion {
  margin-bottom: 10px;
}

.mosaico .contenidoTextual.col-lg-12 .enlaces {
  padding-left: 15px;
  padding-right: 15px;
}

.mosaico h2,
.mosaico h3 {
  font-size: 32px;
  font-size: 2.286rem;
  font-family: "Repsol Regular";
  margin-bottom: 25px;
}

.mosaico h2 a,
.mosaico h3 a {
  color: #0b4c5f;
  text-decoration: underline;
}

.mosaico h2 a:hover,
.mosaico h3 a:hover {
  text-decoration: none;
}

.mosaico h2.col-lg-12,
.mosaico h3.col-lg-12 {
  margin-top: 0;
}

.mosaico .descripcion {
  color: #99918a;
  font-size: 15px;
  font-size: 1.071rem;
  font-family: Titillium Web;
  margin-bottom: 40px;
}

.mosaico .descripcion a {
  color: #0b4c5f;
  text-decoration: underline;
}

.mosaico .descripcion a:hover {
  text-decoration: none;
}

.mosaico .enlaces {
  font-size: 15px;
  font-size: 1.071rem;
  font-family: Titillium Web;
  font-weight: 700;
  list-style-type: none;
  padding: 0;
}

.mosaico .enlaces li {
  margin-bottom: 15px;
}

.mosaico .enlaces a {
  color: #99918a;
}

.mosaico .enlaces span {
  color: #0b4c5f;
  margin-left: 10px;
}

.mosaico .enlaces span.tipoDoc {
  color: #99918a;
  text-transform: uppercase;
  margin-left: 0;
}

.mosaico .enlaces [data-icon]:before {
  vertical-align: middle;
}

.mosaico .enlaces a:hover {
  color: #0b4c5f;
}

.mosaico .enlaces a:hover .tipoDoc {
  color: #0b4c5f;
}

.mosaico .multimediaMosaico {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}

.mosaico .multimediaMosaico img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.mosaico .multimediaMosaico:hover img {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.descargas {
  padding: 20px 0;
}

.descargas .tituloImagen {
  font-size: 12px;
  font-size: 0.857rem;
  color: #99918a;
}

.descargas .indice_descargas {
  padding-top: 20px;
  padding-bottom: 20px;
}

.descargas .indice_descargas a {
  color: #0b4c5f;
  text-decoration: underline;
}

.descargas .indice_descargas a:hover {
  text-decoration: none;
}

.descargas .indice_descargas .titulo {
  margin-bottom: 20px;
}

.descargas .indice_descargas .titulo h3 {
  font-weight: 700;
}

.descargas .indice_descargas ul {
  margin-left: 15px;
}

.descargas .indice_descargas ul li {
  margin-bottom: 5px;
}

.descargas .indice_descargas ul li > a {
  color: #6e6259;
  padding: 6px 16px 5px 44px;
  position: relative;
  display: block;
  font-weight: 700;
  text-decoration: none;
}

.descargas .indice_descargas ul li > a:hover {
  text-decoration: none;
  color: #0b4c5f;
}

.descargas .indice_descargas ul li > a span {
  color: #0b4c5f;
  padding: 7px 7px 1px;
  position: absolute;
  left: 1px;
  top: 1px;
}

.descargas .indice_descargas h3 {
  font-size: 20px;
  font-size: 1.429rem;
}

.descargas .lista_descargas ul.lista_final {
  margin-top: 25px;
}

.descargas .lista_descargas a {
  color: #0b4c5f;
  text-decoration: underline;
}

.descargas .lista_descargas a:hover {
  text-decoration: none;
}

.descargas .lista_descargas .listado .titulo h3 {
  font-weight: 700;
}

.descargas .lista_descargas .imagen {
  margin-top: 25px;
  float: right;
}

.descargas .lista_descargas h4 {
  font-size: 18px;
  font-size: 1.286rem;
  font-weight: 700;
}

.descargas .lista_descargas li {
  display: block;
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
  position: relative;
  background: #fff;
}

.descargas .lista_descargas li.una_categoria {
  border: 0;
}

.descargas .lista_descargas li:not(.una_categoria) {
  margin-left: 20px;
}

.descargas .lista_descargas li .descripcion_categoria {
  margin-bottom: 10px;
  margin-right: 40px;
  margin-left: 53px;
}

.descargas .lista_descargas li .descripcion_larga {
  overflow: hidden;
}

.descargas .lista_descargas li .descripcion_larga li.active {
  background: #fff;
}

.descargas .lista_descargas li .descripcion_larga.collapse {
  margin: 0 40px 0 0;
}

.descargas .lista_descargas li .descripcion_larga.collapse.in {
  margin: 0 40px 39px 0;
}

.descargas .lista_descargas li .descripcion_larga li {
  cursor: pointer;
  padding: 0 0 15px;
}

.descargas .lista_descargas li .descripcion_larga li h4:hover a {
  text-transform: none;
  text-decoration: none;
  color: #0b4c5f;
}

.descargas .lista_descargas li .descripcion_larga li span.documento {
  float: left;
  display: block;
  font-size: 28px;
  font-size: 2rem;
  padding: 2px 11px 0;
  color: #0b4c5f;
}

.descargas .lista_descargas li .descripcion_larga li .informacion_documento {
  float: left;
  margin-left: 0;
}

.descargas .lista_descargas li .descripcion_larga li .informacion_documento h4 {
  margin: 0;
  font-size: 14px;
  font-size: 1rem;
  border-bottom: 0;
}

.descargas
  .lista_descargas
  li
  .descripcion_larga
  li
  .informacion_documento
  h4
  a {
  text-decoration: none;
}

.descargas
  .lista_descargas
  li
  .descripcion_larga
  li
  .informacion_documento
  .descripcion_info {
  color: #6e6259;
  font-size: 13px;
  font-size: 0.929rem;
}

.descargas
  .lista_descargas
  li
  .descripcion_larga
  li
  .informacion_documento
  .informacion_adicional {
  text-transform: uppercase;
  color: #418080;
  font-size: 14px;
  font-size: 1rem;
  margin-top: 3px;
}

.descargas
  .lista_descargas
  li
  .descripcion_larga
  li
  .informacion_documento
  .informacion_adicional
  span {
  color: #418080;
}

.descargas
  .lista_descargas
  li
  .descripcion_larga
  li
  .informacion_documento
  .informacion_adicional
  .fecha_documento {
  margin-right: 5px;
  text-transform: none;
}

.descargas .lista_descargas li .descripcion_larga li a {
  color: #6e6259;
}

.descargas .lista_descargas li .bloqueTitulo {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.descargas .lista_descargas li .bloqueTitulo h4:hover a {
  color: #0b4c5f;
}

.descargas .lista_descargas li h3 {
  font-family: "Titillium Web bold";
  font-size: 18px;
  font-size: 1.286rem;
  color: #6e6259;
  line-height: 20px;
  margin: 0;
}

.descargas .lista_descargas li a.arrow_icon {
  display: block;
  padding: 12px 10px 0;
  color: #6e6259;
  text-decoration: none;
}

.descargas .lista_descargas li a.arrow_icon:hover {
  text-decoration: none;
}

.descargas .lista_descargas li a.arrow_icon span {
  display: inline-block;
  font-family: Titillium Web;
  font-size: 19px;
  font-size: 1.357rem;
  width: 5%;
  text-align: center;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.descargas .lista_descargas li a.arrow_icon.collapsed span {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.descargas .lista_descargas li .margenCollapse.collapse {
  margin-left: 20px;
}

.descargas .lista_descargas li .margenCollapse.collapsing {
  margin-left: 20px;
}

.descargas .lista_descargas li .margenCollapse .contenido:hover a {
  color: #0b4c5f;
}

.descargas .lista_descargas p {
  color: #6e6259;
}

.descargas .lista_descargas h3 {
  font-size: 20px;
  font-size: 1.429rem;
}

.descargas .lista_descargas .listado_documentos:hover h4 a {
  color: #0b4c5f;
}

.descargas .titulo {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.descargas .titulo a:hover {
  text-decoration: none;
}

.descargas .titulo p {
  color: #a8a299;
}

.descargas .contenido ul {
  margin-bottom: 0;
  padding-left: 0;
}

.descargas ul {
  list-style-type: none;
  margin-bottom: 28px;
  margin-left: 0;
}

.descargas ul p {
  margin: 0;
}

.descargas p {
  font-family: Titillium Web;
}

.descargas.colDerecha .lista_descargas .imagen {
  width: 217px;
}

.siguenos {
  padding: 20px 0;
  text-align: center;
}

.siguenos a {
  color: #0b4c5f;
  text-decoration: underline;
}

.siguenos a:hover {
  text-decoration: none;
}

.siguenos p,
.siguenos h3 {
  font-size: 32px;
  font-size: 2.286rem;
  font-family: "Repsol Bold";
  margin: 0;
  margin-bottom: -10px;
}

.siguenos ul {
  list-style: none;
  padding-top: 30px;
  margin-left: 0;
  padding-left: 0;
}

.siguenos ul li {
  margin-right: 20px;
  display: inline-block;
}

.siguenos ul li.span12:first-child + li + li {
  margin-left: 0;
}

.siguenos ul li.span8:nth-child(4) {
  margin-left: 0;
}

.siguenos ul li.span8:nth-child(n + 4) {
  margin-top: 30px;
}

.siguenos ul li.span6:nth-child(5n + 5) {
  margin-left: 0;
}

.siguenos ul li.span6:nth-child(n + 5) {
  margin-top: 30px;
}

.siguenos ul li a {
  display: block;
  color: #6e6259;
  width: 100%;
}

.siguenos ul li a:hover span:before {
  background: #0b4c5f;
  color: #fff;
  border-radius: 5px;
}

.siguenos ul li a p {
  float: left;
  width: 64%;
}

.siguenos ul li div.barraSeparadora {
  float: left;
  width: 15%;
  background: url(../images/barraSeparadoraSiguenos.png) no-repeat;
  height: 49px;
  margin-right: 7px;
  position: relative;
  top: 3px;
}

.siguenos ul li span {
  font-size: 58px;
  font-size: 4.2rem;
  color: #0b4c5f;
  float: left;
}

.siguenos ul li:hover {
  cursor: pointer;
}

.siguenos ul li:last-child {
  margin-right: 0;
}

.listadoEnlacesRel {
  margin: 20px 0;
  clear: both;
  font-size: 15px;
  font-size: 1.071rem;
}

.listadoEnlacesRel h3 {
  font-size: 20px;
  font-size: 1.429rem;
  font-family: Titillium Web;
  font-weight: Bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  overflow-wrap: break-word;
}

.listadoEnlacesRel ul {
  list-style: none;
  margin: 8px;
}

.listadoEnlacesRel ul li {
  margin-bottom: 2px;
  padding-left: 0;
}

.listadoEnlacesRel ul li:hover a {
  color: #6e6259;
  border-bottom: 1px solid #0b4c5f;
}

.listadoEnlacesRel ul li a {
  color: #6e6259;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  margin-top: 0;
  padding-right: 5px;
  border-bottom: 1px solid #fff;
}

.listadoEnlacesRel ul li a span {
  display: inline-block;
}

.listadoEnlacesRel .icon {
  margin-left: 14px;
  color: #0b4c5f;
}

.listadoEnlacesRel .icon[data-icon]:before {
  vertical-align: middle;
}

.listadoEnlacesRel > a {
  padding-left: 5px;
  margin-top: 10px;
}

.listadoEnlacesRelCD {
  margin-bottom: 20px;
}

.listadoEnlacesRelCD .icono {
  display: block;
  text-align: center;
  font-size: 100px;
  font-size: 7.143rem;
  background-color: #f0f0f0;
  color: #0b4c5f;
  padding-top: 15px;
  margin-bottom: 30px;
}

.listadoEnlacesRelCD h3 {
  padding-left: 5px;
  font-size: 24px;
  font-size: 1.714rem;
  font-family: "Repsol Regular";
  margin-top: 0;
  margin-bottom: 22px;
}

.listadoEnlacesRelCD ul {
  list-style: none;
  padding: 0 0 0 5px;
}

.listadoEnlacesRelCD ul li {
  margin-bottom: 10px;
}

.listadoEnlacesRelCD ul li a {
  color: #99918a;
  font-weight: 700;
}

.listadoEnlacesRelCD ul li span {
  color: #0b4c5f;
  margin-left: 20px;
}

.listadoEnlacesRelCD ul li span.tipoDoc {
  margin-left: 0;
  color: #99918a;
  text-transform: uppercase;
}

.listadoEnlacesRelCD ul li:hover a {
  color: #0b4c5f;
  text-decoration: underline;
}

.listadoEnlacesRelCD ul li:hover a .tipoDoc {
  color: #0b4c5f;
}

table {
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  border-right: 0;
  border-radius: 4px;
}

table caption {
  color: #6e6259;
  font-weight: 700;
}

table tbody tr:first-child td {
  border-top: 1px solid #0b4c5f;
}

table th,
table td {
  padding: 8px 10px;
  line-height: 1.42857143;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
  font-size: 12px;
  font-size: 0.857rem;
}

table th {
  font-weight: 700;
  padding: 15px 10px;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #0b4c5f;
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}

table tbody + tbody {
  border-top: 2px solid #ddd;
}

table table {
  background-color: #fff;
}

table th.tablesorter-header {
  vertical-align: top;
  cursor: pointer;
  color: #418080;
}

table th.tablesorter-header .tablesorter-header-inner {
  background-image: url(../images/tablaDesc.png);
  background-position: right -62px;
  padding-right: 13px;
  background-repeat: no-repeat;
}

table th.tablesorter-header:hover {
  background-color: #418080;
  color: #fff;
}

table th.tablesorter-header:hover .tablesorter-header-inner {
  background-position: right -14px;
}

table th.tablesorter-headerDesc .tablesorter-header-inner {
  background-image: url(../images/tablaAsc.png);
}

table th,
table td {
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
}

table caption + thead tr:first-child th,
table caption + tbody tr:first-child th,
table caption + tbody tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + tbody tr:first-child th,
table colgroup + tbody tr:first-child td,
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
  border-top: 0;
}

table tfoot {
  font-size: 12px;
  font-size: 0.857rem;
  font-weight: 700;
  color: #ccc;
}

.listadoEventos {
  margin-bottom: 20px;
  border-bottom: 1px none #ccc;
}

.listadoEventos .bulletTituloEvento {
  background: url(../images/titulo_stakeholder_bg.png) no-repeat;
  min-height: 26px;
  width: 30px;
  float: left;
  top: 5px;
  position: relative;
  margin-left: 30px;
}

.listadoEventos .titulosProximos {
  position: relative;
}

.listadoEventos .titulosProximos .anterior {
  display: inline-block;
  width: 10px;
  height: 17px;
  position: relative;
  left: -2px;
  top: 2px;
  border-bottom: 16px solid #0b4c5f;
  border-left: 5px solid transparent;
}

.listadoEventos .titulosProximos .centro {
  background-color: #0b4c5f;
  display: inline-block;
  width: 10px;
  position: absolute;
  left: 3px;
  top: 6px;
  height: 17px;
}

.listadoEventos .titulosProximos .posterior {
  display: inline-block;
  width: 10px;
  height: 17px;
  position: relative;
  left: -4px;
  top: 2px;
  border-top: 17px solid #0b4c5f;
  border-right: 6px solid transparent;
}

.listadoEventos .titulosProximos .tituloProximosEventos {
  font-size: 19px;
}

.listadoEventos ul {
  margin: 0;
  padding-bottom: 30px;
}

.listadoEventos ul li {
  display: none;
}

.listadoEventos ul li.visible {
  display: inline-block;
}

.listadoEventos ul li:hover {
  cursor: pointer;
}

.listadoEventos ul li.eventoNoDestacado {
  position: relative;
  margin-top: 20px;
}

.listadoEventos ul li.eventoNoDestacado .guionHora {
  margin-left: 5px;
}

.listadoEventos ul li.eventoNoDestacado.sinImagen .fechaEvento {
  width: 100%;
  height: 70px;
  background-color: #418080;
  color: #fff;
  line-height: 26px;
  font-size: 20px;
  font-size: 1.429rem;
  text-align: center;
  padding-top: 4px;
  float: left;
  margin: 0;
  position: relative;
}

.listadoEventos ul li.eventoNoDestacado.sinImagen .fechaEvento .contenidoFecha {
  width: 100%;
  padding: 0 16px;
}

.listadoEventos
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha.unaFecha
  .inicio:first-line,
.listadoEventos
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha.unaFecha
  .final:first-line {
  font-size: 26px;
  font-size: 1.857rem;
  font-weight: 700;
}

.listadoEventos
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha
  .inicio,
.listadoEventos
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha
  .final {
  display: inline-block;
  text-align: center;
  float: left;
  width: 15%;
  font-size: 17px;
  font-size: 1.214rem;
}

.listadoEventos
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha
  .estadoEvento {
  display: inline-block;
  position: relative;
  top: 21px;
  left: -1px;
  text-align: left;
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.143rem;
  width: 55%;
  line-height: 20px;
}

.listadoEventos
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .inicio,
.listadoEventos
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .final {
  display: inline-block;
  text-align: left;
  float: left;
  width: 60%;
  font-size: 17px;
  font-size: 1.214rem;
}

.listadoEventos
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .inicio.dia,
.listadoEventos
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .final.dia {
  font-size: 20px;
  font-size: 1.429rem;
  font-weight: 700;
}

.listadoEventos
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .inicio.mes,
.listadoEventos
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .final.mes {
  font-size: 20px;
  font-size: 1.429rem;
}

.listadoEventos
  ul
  li.eventoNoDestacado.sinImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .estadoEvento {
  display: inline-block;
  position: relative;
  top: -42px;
  left: 25px;
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.143rem;
  width: 55%;
  line-height: 20px;
}

.listadoEventos ul li.eventoNoDestacado.sinImagen .fechaEvento .puntero {
  display: none;
}

.listadoEventos ul li.eventoNoDestacado.sinImagen .contenidoEvento {
  width: 100%;
  height: 240px;
  background-color: #498d8d;
  color: #fff;
}

.listadoEventos ul li.eventoNoDestacado.sinImagen .familiaEvento {
  left: 30%;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-height: 31px;
}

.listadoEventos ul li.eventoNoDestacado.sinImagen .descripcionEvento {
  display: -webkit-box;
  min-height: 90px;
  max-height: 90px;
  height: 100%;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.listadoEventos ul li.eventoNoDestacado.sinImagen .tituloEvento {
  margin-bottom: 15px;
  height: 52px;
  display: block;
  display: -webkit-box;
  max-height: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.listadoEventos ul li.eventoNoDestacado.sinImagen .tituloEvento a {
  line-height: 25px;
  color: #fff;
}

.listadoEventos ul li.eventoNoDestacado.sinImagen .tituloEvento a:hover {
  text-decoration: underline;
}

.listadoEventos ul li.eventoNoDestacado.sinImagen .horaEvento {
  margin-right: 40px;
}

.listadoEventos ul li.eventoNoDestacado .familiaEvento {
  color: #418080;
  position: absolute;
  top: 0;
  background-color: #fff;
  padding: 5px;
  margin: 12px;
  z-index: 200;
  display: inline-block;
}

.listadoEventos ul li.eventoNoDestacado .imagenDestacado1 {
  overflow: hidden;
  z-index: 0;
}

.listadoEventos ul li.eventoNoDestacado .imagenDestacado1 img {
  height: 160px;
  width: 100%;
}

.listadoEventos ul li.eventoNoDestacado.conImagen .tituloEvento {
  margin-bottom: 32px;
}

.listadoEventos ul li.eventoNoDestacado.conImagen .descripcionEvento {
  display: none;
}

.listadoEventos ul li.eventoNoDestacado.conImagen .fechaEvento {
  line-height: 26px;
  font-size: 20px;
  font-size: 1.429rem;
  text-align: center;
  padding-top: 16px;
  float: left;
  width: 25%;
  margin: 0;
  background: #f0f0f0;
  height: 150px;
  position: relative;
}

.listadoEventos ul li.eventoNoDestacado.conImagen .fechaEvento .puntero {
  display: inline-block;
  border-bottom: 15px solid #f0f0f0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  top: -15px;
  left: 22px;
}

.listadoEventos
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha
  span.inicio,
.listadoEventos
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha
  span.final {
  display: block;
  padding-left: 20%;
  padding-right: 20%;
  font-size: 17px;
  font-size: 1.214rem;
}

.listadoEventos
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha
  span.inicio:first-line,
.listadoEventos
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha
  span.final:first-line {
  font-size: 26px;
  font-size: 1.857rem;
  font-weight: 700;
}

.listadoEventos
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .inicio,
.listadoEventos
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .final {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  display: inline-table;
}

.listadoEventos
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .inicio.dia,
.listadoEventos
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .final.dia {
  font-size: 20px;
  font-size: 1.429rem;
  font-weight: 700;
}

.listadoEventos
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .inicio
  span.numeroEvento,
.listadoEventos
  ul
  li.eventoNoDestacado.conImagen
  .fechaEvento
  .contenidoFecha.dosFechas
  .final
  span.numeroEvento {
  font-size: 26px;
  font-size: 1.857rem;
  font-weight: 700;
}

.listadoEventos ul li.eventoNoDestacado.conImagen .fechaEvento .estadoEvento {
  background: #f0f0f0 !important;
  font-size: 16px;
  font-size: 1.143rem;
  margin-top: 5%;
  line-height: 20px;
}

.listadoEventos ul li.eventoNoDestacado .tituloEvento {
  font-size: 17px;
  font-size: 1.214rem;
  margin-bottom: 10px;
  display: block;
  display: -webkit-box;
  max-height: 49px;
  height: 100%;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.listadoEventos ul li.eventoNoDestacado .tituloEvento a {
  line-height: 25px;
  color: #6e6259;
}

.listadoEventos ul li.eventoNoDestacado .descripcionEvento {
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.071rem;
  font-family: Titillium Web;
  display: -webkit-box;
  max-height: 20px;
  height: 100%;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.listadoEventos ul li.eventoNoDestacado .lugarEvento {
  font-size: 15px;
  font-size: 1.071rem;
  display: block;
  display: -webkit-box;
  max-height: 22px;
  height: 100%;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.listadoEventos ul li.eventoNoDestacado .horaEvento {
  font-size: 15px;
  font-size: 1.071rem;
  float: left;
  margin-right: 45px;
}

.listadoEventos ul li.eventoNoDestacado .contenidoEvento {
  float: left;
  width: 75%;
  margin: 0;
  background: #fff;
  padding: 16px;
  height: 150px;
}

.listadoEventos ul li.eventoDestacado {
  height: 310px;
  margin-top: 20px;
  position: relative;
}

.listadoEventos ul li.eventoDestacado .imagenDestacado1 {
  width: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 0;
}

.listadoEventos ul li.eventoDestacado .imagenDestacado1 img {
  height: 310px;
  margin: 0;
}

.listadoEventos ul li.eventoDestacado .contenidoEvento {
  z-index: 100;
  position: relative;
}

.listadoEventos ul li.eventoDestacado .fechaEvento {
  position: relative;
  line-height: 26px;
  font-size: 17px;
  font-size: 1.214rem;
  text-align: left;
  padding-top: 20px;
  padding-left: 22px;
  float: right;
  margin-top: 25px;
  margin-right: 25px;
  width: 50%;
  background: #fff;
  height: 80px;
  clear: both;
}

.listadoEventos ul li.eventoDestacado .fechaEvento .inicio:first-line {
  font-size: 26px;
  font-size: 1.857rem;
  font-weight: 700;
}

.listadoEventos ul li.eventoDestacado .fechaEvento .final:first-line {
  font-size: 26px;
  font-size: 1.857rem;
  font-weight: 700;
}

.listadoEventos ul li.eventoDestacado .fechaEvento .contenidoFecha span {
  display: inline-block;
}

.listadoEventos ul li.eventoDestacado .fechaEvento .estadoEvento {
  float: right;
  width: 30%;
  line-height: 20px;
  font-size: 16px;
  font-size: 1.143rem;
}

.listadoEventos ul li.eventoDestacado .familiaEvento {
  color: #418080;
  position: relative;
  top: 0;
  background-color: #fff;
  padding: 5px;
  margin: 12px;
  z-index: 200;
  display: inline-block;
  max-width: 35%;
}

.listadoEventos ul li.eventoDestacado .tituloEvento {
  font-size: 17px;
  font-size: 1.214rem;
  z-index: 200;
  margin-bottom: 10px;
  display: block;
  display: -webkit-box;
  height: auto;
  max-height: 44px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.listadoEventos ul li.eventoDestacado .tituloEvento a {
  line-height: 25px;
  color: #6e6259;
}

.listadoEventos ul li.eventoDestacado .descripcionEvento {
  font-size: 15px;
  font-size: 1.071rem;
  margin-bottom: 15px;
  font-family: Titillium Web;
  display: block;
  display: -webkit-box;
  max-height: 57px;
  height: 100%;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.listadoEventos ul li.eventoDestacado .lugarEvento {
  font-size: 15px;
  font-size: 1.071rem;
  display: block;
  display: -webkit-box;
  max-height: 22px;
  height: 100%;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.listadoEventos ul li.eventoDestacado .horaEvento {
  float: left;
  margin-right: 45px;
  font-size: 15px;
  font-size: 1.071rem;
}

.listadoEventos ul li.eventoDestacado .contenidoEvento {
  float: right;
  clear: both;
  margin-right: 25px;
  width: 50%;
  background: #fff;
  padding: 16px;
  padding-left: 22px;
  height: 175px;
  background: #f0f0f0;
}

.listadoEventos ul li.first {
  margin-left: 0;
}

.listadoEventos .masEventos {
  text-align: center;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 25px 0;
  color: #418080;
}

.listadoEventos .masEventos:hover {
  cursor: pointer;
  background: #418080;
  color: #fff;
}

.sinResultados {
  width: 100%;
  margin-bottom: 50px;
  background: #ffffbf;
  border: solid 1px #71655c;
  position: relative;
  margin-top: 25px;
  display: none;
}

.sinResultados.activo {
  display: block;
}

.sinResultados .conector {
  display: inline-block;
  border-bottom: 16px solid #ffffbf;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  top: -15px;
  left: 30px;
  z-index: 1;
}

.sinResultados .conector.borde {
  border-bottom: 16px solid #71655c;
  top: -17px;
  z-index: 0;
}

.sinResultados p {
  padding: 20px 15px;
  margin: 0;
}

.sinResultados p .vaya {
  font-size: 27px;
}

.sinResultados p .bold {
  font-weight: 700;
}

.listado_noticias {
  padding-bottom: 20px;
  padding-top: 20px;
}

.listado_noticias.sinPadding {
  padding-right: 0;
}

.listado_noticias h2,
.listado_noticias h3 {
  font-size: 33px;
  font-size: 2.357rem;
  font-family: "Repsol Bold";
  margin-top: 0;
  margin-bottom: 20px;
}

.listado_noticias .elementoMitad {
  width: 49%;
  margin-right: 2%;
  float: left;
}

.listado_noticias .elementoMitad.noMargin {
  margin-right: 0;
}

.listado_noticias ul.elementosNoticia {
  padding: 0;
  margin-bottom: 25px;
}

.listado_noticias ul.elementosNoticia > li {
  border: 1px solid #f0f0f0;
  list-style-type: none;
  padding: 17px 20px;
  margin-bottom: 15px;
}

.listado_noticias ul.elementosNoticia > li.elementoImagen {
  padding: 0 20px 0 0;
}

.listado_noticias
  ul.elementosNoticia
  > li.elementoImagen
  .elementoMitad.noMargin {
  margin-top: 25px;
  margin-bottom: 25px;
}

.listado_noticias ul.elementosNoticia > li h4 a,
.listado_noticias ul.elementosNoticia > li h3 a {
  text-decoration: none;
  color: #6e6259;
}

.listado_noticias ul.elementosNoticia > li h4 a:hover,
.listado_noticias ul.elementosNoticia > li h3 a:hover {
  color: #0b4c5f !important;
}

.listado_noticias ul.elementosNoticia > li.enlazable h4 a,
.listado_noticias ul.elementosNoticia > li.enlazable h3 a {
  text-decoration: none;
  color: #6e6259;
}

.listado_noticias time {
  font-size: 14px;
  font-size: 1rem;
  font-family: Titillium Web;
  margin-bottom: 5px;
}

.listado_noticias h4,
.listado_noticias h3 {
  font-size: 16px;
  font-size: 1.143rem;
  font-family: Titillium Web;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 25px;
}

.listado_noticias .descripcion {
  font-size: 15px;
  font-size: 1.071rem;
  font-family: Titillium Web;
  color: #99918a;
  margin-bottom: 15px;
}

.listado_noticias .descripcion a {
  color: #0b4c5f;
  text-decoration: underline;
}

.listado_noticias .descripcion a:hover {
  text-decoration: none;
}

.listado_noticias .categoria {
  font-size: 13px;
  font-size: 0.929rem;
  font-family: Titillium Web;
  color: #418080;
}

.listado_noticias .enlaceGeneral {
  padding: 0;
  margin-bottom: 20px;
}

.listado_noticias .enlaceGeneral a {
  padding: 7px 18px;
  color: #fff;
  background: #0b4c5f;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #0b4c5f;
}

.listado_noticias .enlaceGeneral a:hover {
  text-decoration: none;
  background: #fff;
  color: #0b4c5f;
  padding: 7px 17px;
  border: 1px solid #0b4c5f;
}

.listado_noticias .enlaceGeneral span {
  margin-left: 28px;
}

.listado_noticias .enlaceGeneral span.tipoDoc {
  margin-left: 0;
  text-transform: uppercase;
}

.listado_noticias .enlaceGeneral [data-icon]:before {
  vertical-align: middle;
}

.otras_busquedas h3 {
  font-size: 24px;
  font-size: 1.714rem;
  line-height: 25px;
  margin: 0;
  position: relative;
  padding-left: 25px;
}

.otras_busquedas h3:before {
  content: url(../images/otras_busquedas.png);
  left: 0;
  top: 4px;
  position: absolute;
}

.otras_busquedas .busquedas_alternativas .relacionadas {
  margin-top: 7px;
}

.otras_busquedas .busquedas_alternativas h4 {
  margin: 0 0 20px;
  font-family: Titillium Web;
  font-size: 17px;
  font-size: 1.214rem;
}

.otras_busquedas .busquedas_alternativas ul {
  list-style: none;
  margin: 0;
}

.otras_busquedas .busquedas_alternativas ul li {
  margin-bottom: 20px;
}

.otras_busquedas .busquedas_alternativas ul li a:hover {
  cursor: pointer;
}

.listadoHechos {
  margin-top: 0;
  padding: 20px 0;
}

.listadoHechos .titulo {
  font-family: "Repsol Bold";
  font-size: 36px;
  font-size: 2.571rem;
  line-height: 36px;
  margin-bottom: 40px;
  margin-top: 0;
}

.listadoHechos .listado {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.listadoHechos .listado .relevante {
  padding: 0;
  margin-bottom: 20px;
  cursor: pointer;
}

.listadoHechos .listado .relevante .documento {
  padding: 0;
  color: #0b4c5f;
  float: left;
  font-size: 30px;
  font-size: 2.1431rem;
}

.listadoHechos .listado .relevante .informacion_documento {
  padding: 0;
}

.listadoHechos .listado .relevante .informacion_documento h4 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1.143rem;
}

.listadoHechos .listado .relevante .informacion_documento .fecha {
  font-size: 14px;
  font-size: 1rem;
}

.listadoHechos
  .listado
  .relevante
  .informacion_documento
  .informacion_adicional {
  color: #418080;
  font-size: 14px;
  font-size: 1rem;
}

.listadoHechos
  .listado
  .relevante
  .informacion_documento
  .informacion_adicional
  .separador {
  margin-left: 10px;
}

.listadoHechos .listado .relevante a {
  font-weight: 700;
}

.listadoHechos .listado .relevante:hover a {
  color: #0b4c5f;
  text-decoration: none;
}

.listadoHechos .enlace a {
  padding: 9px 20px;
  background-color: #0b4c5f;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #0b4c5f;
}

.listadoHechos .enlace a span {
  margin-left: 20px;
  position: relative;
  top: 3px;
}

.listadoHechos .enlace a:hover {
  background-color: #fff;
  color: #0b4c5f;
  border: 1px solid #0b4c5f;
  text-decoration: none;
}

.span19.article {
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 2.5%;
}

.caja {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  border-radius: 3px;
}

.caja .cuerpoconpadding {
  overflow: hidden;
}

.caja .cuerpoconpadding .cuerpoConPadding {
  background: #fff;
  padding: 20px;
}

.caja .row-fluid {
  width: 100%;
  clear: both;
  text-align: center;
}

.caja .titulo-contenido-final {
  font-family: repsollight;
  color: #6e6259;
  font-size: 30px;
}

.caja ul {
  margin: 0;
  padding-right: 40px;
  text-align: initial;
}

.caja ul ul.inline,
.caja ul ol.inline {
  margin-left: 0;
  list-style: none;
}

.caja ul ol {
  padding: 0;
  margin: 0;
}

.caja ul ol ul.inline,
.caja ul ol ol.inline {
  margin-left: 0;
  list-style: none;
}

.caja ul .cuerpo {
  overflow: hidden;
}

.caja .subcuerpo {
  clear: both;
}

.caja .contenido-final .container-faq {
  padding: 7px 6px 7px 0;
  padding: 7px 6px 0 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  list-style-type: none;
  text-decoration: none;
}

.caja .contenido-final .titulo {
  padding-bottom: 5px;
  font-family: Arial, sans-serif;
  margin-top: 20px;
  color: #6e6259;
  font-weight: 700;
}

.caja .contenido-final .titulo.subcuerpo.arrow_icon.collapsed {
  text-decoration: none;
  cursor: pointer;
}

.caja .contenido-final .titulo.subcuerpo.arrow_icon.collapsed h3 {
  font-size: 17px;
  text-align: initial;
}

.caja
  .contenido-final
  .titulo.subcuerpo.arrow_icon.collapsed
  h3
  .icon-arrow:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.caja .contenido-final .titulo.subcuerpo.arrow_icon {
  text-decoration: none;
  cursor: pointer;
}

.caja .contenido-final .titulo.subcuerpo.arrow_icon h3 {
  font-size: 17px;
}

.caja .contenido-final .titulo.subcuerpo.arrow_icon h3 .icon-arrow:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.caja .contenido-final .subtitulo {
  font-family: Arial, sans-serif;
  margin-top: 20px;
  color: #6e6259;
  font-weight: 700;
}

.caja .contenido-final .contenido.cuerpo .entradilla-contenido-final {
  margin-top: 15px;
}

.caja .div {
  height: auto;
}

.caja .wrap-subcuerpo {
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

.caja .contenido.subcuerpo .texto-enriquecido:last-child {
  margin-bottom: 0;
}

.caja .contenido.subcuerpo .componente-contenido-final:last-child {
  margin-bottom: 0;
}

.caja .texto-enriquecido {
  line-height: normal;
  overflow: hidden;
}

.caja .texto-enriquecido .texto-enriquecido-contenido {
  overflow: hidden;
}

.caja .entradilla-contenido-final {
  margin-top: 20px;
}

.caja [tabindex="0"] {
  outline: 0;
}

.caja .icon-arrow:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.caja .collapse.in {
  margin-top: 2%;
}

@media screen and (min-width: 1200px) and (max-width: 2560px) {
  .caja {
    width: 1170px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .caja {
    width: 970px;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .caja {
    margin-top: 7%;
    width: 750px;
  }
}

.multimedia .modal.fade.in {
  top: 30%;
}

.multimedia img,
.multimedia iframe,
.multimedia audio {
  margin: 0 auto;
  display: block;
}

.multimedia iframe body {
  font-size: 18px;
  font-size: 1.286rem;
}

.multimedia img,
.multimedia iframe,
.multimedia audio {
  max-width: 100%;
}

.multimedia .carousel {
  background: #f0f0f0;
}

.multimedia .paginate_slide-left:hover {
  background: none repeat scroll 0 0 #fff;
  bottom: 0;
  position: absolute;
  top: 0;
  padding-right: 58px;
  opacity: 0.5;
}

.multimedia .paginate_slide-right:hover {
  background: none repeat scroll 0 0 #fff;
  bottom: 0;
  position: absolute;
  top: 0;
  padding-left: 58px;
  opacity: 0.5;
  right: 0;
}

.multimedia .carousel-control {
  background: #f9f9f9;
  border-radius: 0;
  border: 0;
  padding: 11px 14px 11px 11px;
  line-height: 20px;
  color: #418080;
  font-size: 18px;
  font-size: 1.286rem;
  top: 50%;
  left: 10px;
}

.multimedia .carousel-control:hover {
  background: #418080;
  color: #fff;
}

.multimedia .carousel-control.right {
  left: auto;
  right: 10px;
}

.multimedia .lightbox_ampliar {
  position: relative;
  display: block;
}

.multimedia .lightbox_ampliar .square {
  position: absolute;
  right: 6px;
  top: 6px;
  background: #fff;
  padding: 5px 5px 6px;
}

.multimedia .lightbox_ampliar .square:hover {
  background: #418080;
}

.multimedia .lightbox_ampliar .square:hover span {
  color: #fff;
  background: #418080;
}

.multimedia .lightbox_ampliar .square span {
  color: #418080;
  background: #fff;
  font-family: Titillium Web;
  font-size: 15px;
  font-size: 1.071rem;
  border: 0;
  margin: 0;
}

.carousel.slide .container.bullets_responsive {
  display: none;
}

.btn.btn-primary.btnMultimediaModal {
  color: #fff;
  border-color: #0b4c5f;
  background-color: #0b4c5f;
  height: 36px;
}

.btnMultimediaModal:hover {
  color: #fff;
  background-color: #0b4c5f;
  border-color: #0b4c5f;
}

.btnMultimediaModal:focus {
  color: #fff;
  background-color: #0b4c5f;
  border-color: #0b4c5f;
}

.multimedia_noticia .multimedia .videoCarrusel {
  height: 100%;
  min-height: 500px;
  width: 100%;
}

.multimedia_noticia .multimedia .videoCarruselBucle {
  min-height: 500px;
}

.multimedia_noticia a {
  color: #418080;
  text-decoration: none;
}

.multimedia_noticia a:hover {
  color: #418080;
  text-decoration: underline;
}

.multimedia_noticia .carousel {
  margin-bottom: 0;
}

.multimedia_noticia .carousel .carousel-indicators {
  top: 380px;
  bottom: auto;
}

.multimedia_noticia .carousel .carousel-indicators li {
  margin-right: 10px;
  border: 1px solid #cac5c1;
  width: 14px;
  height: 14px;
  background: #fff;
  background-color: #f0f0f0;
}

.multimedia_noticia .carousel .carousel-indicators li:last-child {
  margin-right: 0;
}

.multimedia_noticia .carousel .carousel-indicators li.active {
  /* background-color: #0B4C5F; */
  background-color: #ff7b00;
  border: 0;
  width: 14px;
  height: 14px;
  margin: 1px 10px 1px 1px;
}

.multimedia_noticia
  .listado_tematico
  .teztoIzquierda
  .carousel-caption.izquierda {
  left: auto;
  right: auto;
  max-width: 100%;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  margin-bottom: 0px;
}

.multimedia_noticia
  .listado_tematico
  .teztoIzquierda
  .carousel-caption.izquierda.carouselBlanco {
  background-color: #fff;
}

.multimedia_noticia .listado_tematico .carousel-caption {
  text-shadow: none;
  max-width: 65%;
}

.multimedia_noticia .listado_tematico .carousel-caption.izquierda {
  text-align: left;
}

.multimedia_noticia .listado_tematico .carousel-caption.arriba {
  top: 0;
}

.multimedia_noticia .listado_tematico .carousel-caption.abajo {
  /* bottom: 20px */
}

.multimedia_noticia .listado_tematico .carousel-caption.conCapa {
  background-color: #fff;
  height: 100%;
  left: 0;
  width: 45%;
  text-align: left;
  color: #6e6259;
  padding-left: 10%;
  bottom: 0;
  z-index: 0;
}

.multimedia_noticia .listado_tematico .carousel-caption.negativo {
  color: #6e6259;
}

.multimedia_noticia .listado_tematico .carousel-caption h1,
.multimedia_noticia .listado_tematico .carousel-caption h4 {
  /* font-size: 20px; */
  /*font-size: 44px;*/
  font-family: Titillium Web;
  font-weight: 700;
  font-size: 2em;
  color: #6e6259;
  margin-top: 2em;
  margin-right: 1em;
  margin-left: 1em;
}

.multimedia_noticia .listado_tematico .carousel-caption .home .antetitulo {
  /* font-size: 20px; */
  /*font-size: 44px;*/
  font-family: Titillium Web;
  font-weight: 700;
  font-size: 2em;
  color: #6e6259;
  margin-top: 2em;
  margin-right: 1em;
  margin-left: 1em;
}

.multimedia_noticia .listado_tematico .carousel-caption .descripcion {
  font-size: 18px;
  font-size: 1.286rem;
  margin-bottom: 20px;
}

.multimedia_noticia .listado_tematico .carousel-caption .enlace:hover a {
  /* text-decoration: none;
    color: #6e6259;
    background-color: #fff;
    border: 1px solid #ccc */
  text-decoration: none;
  color: #fff;
  /* background-color: #FF7B00; */
}

.multimedia_noticia
  .listado_tematico
  .carousel-caption
  .enlace:hover
  a
  span[data-icon] {
  color: #fff;
}

.multimedia_noticia .listado_tematico .carousel-caption .enlace a {
  /* padding: 5px 10px;
    background-color: #0B4C5F;
    border: 1px solid #0B4C5F;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px */

  font-family: Titillium Web;
  font-size: 20px;
  color: #fff;
  padding: 5px 0px 5px 10px;
  border: 1px solid #fff;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
}

.multimedia_noticia .listado_tematico .carousel-caption .enlace a .tipoDoc {
  text-transform: uppercase;
}

.multimedia_noticia .listado_tematico .carousel-caption span[data-icon] {
  margin-left: 5px;
}

.multimedia_noticia
  .listado_tematico
  .carousel-caption
  span[data-icon]::before {
  position: relative;
  top: 3px;
}

.multimedia_noticia .listado_tematico .carousel-caption .inclinacion {
  position: absolute;
  top: 0;
  right: -51px;
  border-top: 400px solid #fff;
  border-right: 51px solid transparent;
}

.multimedia_noticia .enlazable {
  cursor: pointer;
}

.multimedia_noticia .individual_multimedia {
  position: relative;
}

.multimedia_noticia .individual_multimedia .videoBucle {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.multimedia_noticia .individual_multimedia .carousel-caption.centrado {
  left: 25%;
}

.multimedia_noticia .individual_multimedia .carousel-caption.izquierda {
  left: 10%;
  text-align: left;
}

.multimedia_noticia .individual_multimedia .carousel-caption.arriba {
  top: 0;
}

.multimedia_noticia .individual_multimedia .carousel-caption.abajo {
  bottom: 20px;
}

.multimedia_noticia .individual_multimedia .carousel-caption.conCapa {
  background-color: #fff;
  height: 100%;
  left: 0;
  width: 45%;
  bottom: 0;
}

.multimedia_noticia .individual_multimedia .carousel-caption.negativo {
  color: #6e6259;
}

.multimedia_noticia .individual_multimedia .carousel-caption h4,
.multimedia_noticia .individual_multimedia .carousel-caption h1 {
  font-size: 48px;
  margin-top: 11px;
}

.multimedia_noticia .individual_multimedia .carousel-caption .descripcion {
  font-size: 18px;
  font-size: 1.286rem;
  margin-bottom: 20px;
}

.multimedia_noticia .individual_multimedia .carousel-caption .enlace:hover a {
  text-decoration: none;
  color: #6e6259;
  background-color: #fff;
  border: 1px solid #ccc;
}

.multimedia_noticia
  .individual_multimedia
  .carousel-caption
  .enlace:hover
  a
  span[data-icon] {
  color: #0b4c5f;
}

.multimedia_noticia .individual_multimedia .carousel-caption .enlace a {
  padding: 5px 10px;
  background-color: #0b4c5f;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
}

.multimedia_noticia .individual_multimedia .carousel-caption span[data-icon] {
  margin-left: 20px;
}

.multimedia_noticia
  .individual_multimedia
  .carousel-caption
  span[data-icon]::before {
  position: relative;
  top: 3px;
}

.multimedia_noticia .individual_multimedia .carousel-caption .inclinacion {
  position: absolute;
  top: 0;
  right: -51px;
  border-top: 400px solid #fff;
  border-right: 51px solid transparent;
}

.multimedia_noticia .carousel-caption {
  bottom: 0;
}

.multimedia_noticia .carousel-caption a {
  color: #0b4c5f;
  text-decoration: underline;
}

.multimedia_noticia .carousel-caption a:hover {
  text-decoration: none;
}

.multimedia_noticia .carousel-control {
  background: transparent;
  border-radius: 0;
  border: 0;
  padding: 11px 14px 11px 11px;
  line-height: 20px;
  color: #6e6259;
  font-size: 18px;
  font-size: 1.286rem;
  width: 5%;
}

.multimedia_noticia .carousel-control:hover {
  color: #0b4c5f;
}

.multimedia_noticia .carousel-control span[data-icon] {
  position: absolute;
  top: 50%;
}

.multimedia_noticia .carousel-control span img {
  position: absolute;
  top: 50%;
}

.arrowPrev img {
  transform: rotate(180deg);
}

.multimedia_noticia .datos_tematica {
  background: #fff;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.multimedia_noticia .datos_tematica h4,
.multimedia_noticia .datos_tematica h1 {
  font-family: "Titillium Web bold";
  font-size: 28px;
  font-size: 2rem;
  color: #6e6259;
  line-height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.multimedia_noticia .datos_tematica h4 a,
.multimedia_noticia .datos_tematica h1 a {
  color: #6e6259;
  text-decoration: none;
}

.multimedia_noticia .datos_tematica h4 a:hover,
.multimedia_noticia .datos_tematica h1 a:hover {
  color: #0b4c5f;
  text-decoration: none;
}

.multimedia_noticia .datos_tematica .descripcion {
  margin-bottom: 5px;
}

.multimedia_noticia .datos_tematica time {
  font-size: 13px;
  font-size: 0.929rem;
  margin-bottom: 0;
  margin-top: 2px;
}

.multimedia_noticia .datos_tematica .antetitulo {
  margin-right: 10px;
}

.multimedia_noticia .datos_tematica .attached_files {
  margin: 0;
}

.multimedia_noticia .datos_tematica .attached_files li {
  float: left;
  list-style-type: none;
  font-size: 12px;
  font-size: 0.857rem;
  color: #a8a299;
}

.multimedia_noticia .datos_tematica .attached_files li:last-child {
  margin-top: 3px;
}

.multimedia_noticia .datos_tematica .attached_files li span {
  color: #418080;
  font-size: 21px;
  font-size: 1.5rem;
}

.multimedia_noticia .datos_tematica .attached_files li span:hover {
  color: #0b4c5f;
}

.multimedia_noticia .datos_tematica ul.etiquetas {
  margin: 0;
  padding: 0;
  list-style: none;
}

.multimedia_noticia .datos_tematica ul.etiquetas span {
  margin-right: 5px;
  color: #418080;
}

.multimedia_noticia .datos_tematica ul.etiquetas li {
  margin: 0;
  color: #777;
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
}

.multimedia_noticia .datos_tematica ul.etiquetas li:first-child {
  margin-right: 18px;
  color: #a8a299;
}

.multimedia_noticia .datos_tematica ul.etiquetas li a {
  color: #418080;
  font-size: 11px;
  font-size: 0.786rem;
  line-height: 19px;
  vertical-align: middle;
  padding: 6px;
}

.multimedia_noticia .datos_tematica ul.etiquetas li a:hover {
  background: #418080;
  color: #fff;
  text-decoration: none;
}

.individual_multimedia img {
  /*min-height: 300px;
    min-width: 900px!important;*/
}

.individual_multimedia video {
  height: 27.7vw;
  min-height: 300px;
}
/* SPRINT 4 PLATAFORMA EDUCATIVA
.slide img {
    /*para carousel mar*/
/*  height: 27.7vw!important;
    min-height: 300px
}*/

.multimedia .videoCarrusel {
  height: 100%;
  min-height: 500px;
  width: 84%;
}

.multimedia .videoCarruselBucle {
  min-height: 500px;
}

.youtubeModal {
  padding-right: 0 !important;
  overflow-y: hidden !important;
}

.youtubeModal .youtubeModalButton {
  position: absolute;
  padding: 0;
  top: 10px;
  right: 25px;
  font-size: 20px;
  font-size: 1.429rem;
  font-weight: 700;
  color: #fff;
  background: 0 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.youtubeModal .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.youtubeModal .modal-dialog .modal-content {
  background: 0 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.youtubeModal .modal-dialog .modal-content .modal-body .iframeVideoYoutube {
  display: block;
  position: absolute;
  z-index: 10000;
  width: 97vw;
  height: 96vh;
  top: 0;
  left: 0;
  vertical-align: middle;
}

.youtubeModal
  .modal-dialog
  .modal-content
  .modal-body
  .iframeVideoYoutube
  iframe {
  width: 80vw;
  height: 45vw;
  position: relative;
  margin-left: -40vw;
  margin-top: -22.5vw;
  top: 50%;
  left: 50%;
  border: 0;
}

.contenidoLayoutColumnaDerecha .boton_buscador .icoLupa {
  font-size: 39px;
  font-size: 2.857rem;
}

.boton_buscador {
  padding: 20px 0;
}

.boton_buscador.enlazable h3 a {
  color: #6e6259;
  text-decoration: none;
}

.boton_buscador.enlazable:hover {
  cursor: pointer;
}

.boton_buscador.enlazable:hover .icoLupa {
  border: 2px solid #0b4c5f;
  background: #fff;
  color: #0b4c5f;
}

.boton_buscador.enlazable:hover a {
  text-decoration: none;
  color: #6e6259;
}

.boton_buscador .icoLupa {
  font-size: 40px;
  font-size: 2.857rem;
  border-radius: 10px;
  border: 2px solid #0b4c5f;
  background: #0b4c5f;
  color: #fff;
  padding: 0 10px;
}

.boton_buscador h3 {
  line-height: 33px;
  font-size: 33px;
  font-size: 2.357rem;
  font-family: "Repsol Bold";
  margin: 0 0 3px;
}

.boton_buscador h3 a {
  color: #0b4c5f;
  text-decoration: underline;
}

.boton_buscador h3 a .tipoDoc {
  text-transform: uppercase;
}

.boton_buscador h3 a:hover {
  text-decoration: none;
}

.boton_buscador .descripcion {
  font-size: 15px;
  font-size: 1.071rem;
  font-family: "Repsol Regular";
  color: #6e6259;
}

.boton_buscador .descripcion a {
  color: #0b4c5f;
  text-decoration: underline;
}

.boton_buscador .descripcion a:hover {
  text-decoration: none;
}

.boton_buscador .icono {
  top: 5px;
  width: 15%;
  padding-right: 0;
}

.boton_buscador .contenidoTextual {
  width: 85%;
}

.boton_buscador .contenidoTextual.sinCD {
  padding-left: 0;
}

.call_to_action {
  text-align: center;
  padding: 20px 0;
}

.call_to_action .enlace {
  position: relative;
}

.call_to_action .enlace .tipoDoc {
  text-transform: uppercase;
}

.call_to_action .enlace::after {
  content: "";
  width: 274px;
  display: inline-block;
  background: url(../images/barra_call_to_action.png) no-repeat left;
  position: absolute;
  right: -274px;
  top: 0;
  bottom: 0;
}

.call_to_action .enlace::before {
  content: "";
  width: 274px;
  display: inline-block;
  background: url(../images/barra_call_to_action.png) no-repeat left;
  position: absolute;
  left: -274px;
  top: 0;
  bottom: 0;
}

.call_to_action a {
  padding: 10px 20px;
  color: #fff;
  background: #0b4c5f;
  border-radius: 5px;
  display: inline-block;
  position: relative;
}

.call_to_action a:hover {
  text-decoration: none;
  background: #fff;
  color: #0b4c5f;
  padding: 9px 19px;
  border: 1px solid #0b4c5f;
}

#avisoCookies {
  background-color: #f5f5f5;
}

#avisoCookies .texto {
  background-color: #f5f5f5;
  margin: 0 auto;
  padding: 20px 30px;
  font-size: 15px;
  color: #6f6563;
  font-family: "PTSans Regular";
}

#avisoCookies .botonesCookies {
  background-color: #f5f5f5;
  padding: 0 30px 20px;
  margin: 0 auto;
}

#avisoCookies .botonesCookies a {
  color: #fe760a;
}

#avisoCookies .aceptarCookies {
  display: inline;
}

.volver {
  padding: 20px 0;
}

.volver a {
  color: #418080;
  padding: 5px;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.143rem;
  display: inline-block;
  font-weight: 600;
}

.volver a:hover {
  color: #fff;
  background: #418080;
  text-decoration: none;
}

.volver a span {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  padding-top: 3px;
}

.volver a span.tipoDoc {
  padding: 0;
  vertical-align: baseline;
  text-transform: uppercase;
}

.volver a span.icon {
  font-size: 16px;
  font-size: 1.143rem;
}

.volver a div {
  font-size: 13px;
  font-size: 0.929rem;
  display: inline-block;
}

#top-link {
  border: 1.5px solid #cbc4bc;
  border-radius: 8px;
  padding: 10px 5px;
  display: none;
  position: fixed;
  right: 10px;
  bottom: 44px !important;
  text-decoration: none;
  /* background-color: #eeede800;
    font-size: 45px;
    font-size: 3em */
}

#top-link:hover {
  /* Sprint 4: Site Map
    border: 1px solid #ccc;
    border-radius: 5px */
}

.contacto {
  margin-bottom: 20px;
}

.contacto .icono {
  font-size: 100px;
  font-size: 7.143rem;
  color: #0b4c5f;
  text-align: center;
  display: block;
  margin-bottom: 60px;
}

.contacto .contenidoTextual {
  padding-left: 5px;
}

.contacto h3 {
  font-size: 24px;
  font-size: 1.714rem;
  font-family: "Repsol Regular";
  margin-top: 0;
  margin-bottom: 22px;
}

.contacto .descripcion {
  font-size: 15px;
  font-size: 1.071rem;
  font-family: Titillium Web;
  color: #99918a;
}

.contacto .descripcion p {
  margin-bottom: 0;
}

.contacto .descripcion a {
  color: #0b4c5f;
  text-decoration: underline;
}

.contacto .descripcion a:hover {
  text-decoration: none;
}

.contacto .enlace {
  font-size: 15px;
  font-size: 1.071rem;
  font-family: Titillium Web;
  font-weight: 700;
  list-style-type: none;
  padding: 0;
}

.contacto .enlace li {
  margin-bottom: 15px;
}

.contacto .enlace a {
  color: #99918a;
}

.contacto .enlace span {
  color: #0b4c5f;
  font-size: 13px;
  font-size: 0.929rem;
  margin-left: 20px;
}

.contacto .enlace span.tipoDoc {
  margin-left: 0;
  color: #99918a;
  text-transform: uppercase;
}

.contacto .enlace [data-icon]:before {
  vertical-align: middle;
}

.contacto .enlace a:hover {
  color: #0b4c5f;
}

.contacto .enlace a:hover .tipoDoc {
  color: #0b4c5f;
}

.buscador_prensa {
  background-color: #efeeea;
  border: 1.5px solid orange;
  border-radius: 10px;
  padding: 17px 20px 18px;
  font-size: 15px;
  font-size: 1.071rem;
  font-family: Titillium Web;
  padding-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

.buscador_prensa select::-ms-expand {
  display: none;
}

.buscador_prensa select {
  -moz-appearance: none;
}

.buscador_prensa .tituloBuscador {
  padding: 5px 10px 0 20px;
  background: #efeeea;
  /* background: -webkit-linear-gradient(-45deg, #FF7B00 0, #ffb81c 100%);
    background: -webkit-linear-gradient(315deg, #FF7B00 0, #ffb81c 100%);
    background: linear-gradient(135deg, #FF7B00 0, #ffb81c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FF7B00', endColorstr='#ffb81c', GradientType=1);
    color: #fff */
}

.buscador_prensa .tituloBuscador span.iconoLupa {
  font-size: 37px;
  font-size: 2.643rem;
  margin-right: 19px;
}

.buscador_prensa h2,
.buscador_prensa h3 {
  font-size: 20px;
  font-size: 1.429rem;
  font-family: Titillium Web;
  font-weight: 700;
  margin: 9px 0 0;
}

.buscador_prensa .formularioBuscador {
  /* background-color: #f0f0f0; */
  background-color: #efeeea;
  padding: 17px 20px 18px;
  color: #99918a;
  font-size: 15px;
  font-size: 1.071rem;
  font-family: Titillium Web;
}

.buscador_prensa .formularioBuscador label {
  display: block;
  font-weight: 400;
}

.buscador_prensa .formularioBuscador select {
  border-radius: 3px;
  width: 100%;
  height: 35px;
  border: 1px solid #ccc;
  background: url(../images/buscado_prensa.png) no-repeat right #fff;
  -webkit-appearance: none;
  background-position-x: 98%;
  background-position-y: 15px;
  padding-left: 4px;
}

.buscador_prensa .formularioBuscador input {
  padding-left: 4px;
}

.buscador_prensa .terminoBusqueda {
  margin-bottom: 11px;
  font-size: 15px;
  font-size: 1.071rem;
  font-family: Titillium Web;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.buscador_prensa .terminoBusqueda label {
  margin-bottom: 8px;
}

.buscador_prensa .terminoBusqueda input {
  border-radius: 3px;
  width: 100%;
  height: 35px;
  border: 1px solid #ccc;
}

.buscador_prensa .tipoContenidoBusqueda {
  margin-bottom: 12px;
  font-size: 15px;
  font-size: 1.071rem;
  font-family: Titillium Web;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.buscador_prensa .tipoContenidoBusqueda label {
  margin-bottom: 9px;
}

.buscador_prensa .fechaBusqueda {
  margin-bottom: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.buscador_prensa .fechaBusqueda label {
  margin-bottom: 9px;
}

.buscador_prensa .enlace {
  text-align: right;
  padding: 0;
  margin-bottom: 0;
}

.buscador_prensa .enlace a {
  font-size: 15px;
  font-size: 1.071rem;
  font-family: Titillium Web;
  padding: 5px 16px;
  color: #fff;
  background: #0b4c5f;
  border: 1px solid #0b4c5f;
  border-radius: 3px;
  display: inline-block;
}

.buscador_prensa .enlace a:hover {
  text-decoration: none;
  background: #fff;
  color: #0b4c5f;
  padding: 5px 15px;
  border: 1px solid #ccc;
}

.buscador_prensa .enlace span {
  font-size: 14px;
  font-size: 1rem;
  margin-left: 28px;
  margin-top: 2px;
}

.buscador_prensa .enlace [data-icon]:before {
  vertical-align: sub;
}

.detalleReportaje {
  padding: 20px 0;
  background-color: #fff;
}

.detalleReportaje a {
  color: #0b4c5f;
  text-decoration: underline;
}

.detalleReportaje a:hover {
  text-decoration: none;
}

.detalleReportaje .parrafoReportaje {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.detalleReportaje .parrafoReportaje:last-child {
  margin-bottom: 0;
}

.detalleReportaje .parrafoReportaje h3 {
  font-size: 26px;
  font-size: 1.857rem;
}

.detalleReportaje .parrafoReportaje .descCorta {
  font-size: 15px;
  font-size: 1.071rem;
}

.detalleReportaje .parrafoReportaje .descCorta div {
  margin: 0 0 11px;
}

.detalleReportaje .parrafoReportaje .descCorta ul {
  list-style-position: inside;
  list-style-type: none;
  padding-left: 12px;
}

.detalleReportaje .parrafoReportaje .descCorta ul li {
  margin-bottom: 10px;
}

.detalleReportaje .parrafoReportaje .descCorta ul li:before {
  content: url(../images/cuadradoNaranja.png);
  padding-right: 28px;
}

.detalleReportaje .parrafoReportaje .descCorta ul li ul {
  margin-left: 40px;
}

.detalleReportaje .parrafoReportaje .descCorta ul li ol {
  margin-left: 30px;
}

.detalleReportaje .parrafoReportaje .descCorta ul li .desc_bullet {
  position: relative;
  margin: -19px 0 11px 0;
  left: 3%;
}

.detalleReportaje .parrafoReportaje .descCorta ol {
  padding-left: 25px;
}

.detalleReportaje .parrafoReportaje .descCorta ol > li:before {
  content: none;
}

.detalleReportaje .notasPrensa {
  padding: 0;
}

.detalleReportaje .notasPrensa .sumario {
  margin-bottom: 20px;
  padding-left: 0;
}

.detalleReportaje .notasPrensa .sumario ul {
  padding-left: 15px;
  list-style: none;
}

.detalleReportaje .notasPrensa .sumario ul li:before {
  content: "";
  border-color: transparent #0b4c5f;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1em;
  position: relative;
}

.detalleReportaje .notasPrensa .sumario a {
  color: #0b4c5f;
}

.detalleReportaje .notasPrensa .pieNotas {
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
  margin-bottom: 15px;
}

.detalleReportaje .notasPrensa .pieNotas.conDocumento .tipoContenido {
  top: 23px;
}

.detalleReportaje .notasPrensa .pieNotas.conDocumento .info .fecha {
  border-right: 1px solid #418080;
}

.detalleReportaje .notasPrensa .pieNotas .tipoContenido {
  float: left;
  color: #418080;
  font-size: 13px;
  font-size: 0.929rem;
  position: relative;
  font-weight: 700;
}

.detalleReportaje .notasPrensa .pieNotas .info {
  float: right;
  color: #418080;
}

.detalleReportaje .notasPrensa .pieNotas .info > * {
  padding: 0 10px 0 5px;
  font-size: 13px;
  font-size: 0.929rem;
}

.detalleReportaje .notasPrensa .pieNotas .info .tipoDoc {
  border-right: 1px solid #418080;
}

.detalleReportaje .notasPrensa .pieNotas .info .documento {
  font-size: 16px;
  font-size: 1.143rem;
}

.detalleReportaje .notasPrensa .pieNotas .info .documento a {
  color: #6e6259;
  text-decoration: none;
}

.detalleReportaje .notasPrensa .pieNotas .info .documento .iconoDoc {
  font-size: 26px;
  font-size: 1.857rem;
  color: #0b4c5f;
  position: relative;
  top: 15px;
  width: 25px;
  display: inline-block;
  overflow: hidden;
}

.detalleReportaje .notasPrensa .pieNotas .info .documento:hover a {
  text-decoration: none;
  color: #0b4c5f;
}

.detalleReportaje .notasPrensa .ladilloNotas {
  text-align: right;
}

.detalleReportaje .notasPrensa .ladilloNotas .tituloNotas {
  font-family: "Repsol Light";
  margin-top: 0;
}

.detalleReportaje .notasPrensa .ladilloNotas .fechaNotas {
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 15px;
}

.detalleReportaje .notasPrensa .ladilloNotas .descripcionNotas {
  font-size: 12px;
  font-size: 0.857rem;
}

.detalleReportaje .notasPrensa .ladilloNotas > * {
  width: 100%;
  display: block;
}

.detalleReportaje .sabiasQueInf.no_compartir {
  border: 0;
  margin-bottom: 0;
}

.detalleReportaje .sabiasQueInf.no_compartir blockquote {
  border: 0;
  color: #6e6259;
}

.detalleReportaje .listadoEnlacesRel h3 {
  font-size: 20px;
  font-size: 1.429rem;
}

.detalleReportaje .listadoEnlacesRel ul {
  margin: 8px 0;
  padding: 0;
}

.detalleReportaje .listadoEnlacesRel .tipoDoc {
  text-transform: uppercase;
}

.detalleReportaje .no_compartir .sabiasQue {
  border: 0;
}

.detalleReportaje .no_compartir .sabiasQue blockquote {
  border: 0;
}

.detalleReportaje .no_compartir .sabiasQueInf {
  border: 0;
}

.detalleReportaje .no_compartir .sabiasQueInf blockquote {
  border: 0;
}

.detalleReportaje .no_compartir .sabiasQueContainer {
  margin: 0;
}

.detalleReportaje ul.etiquetas {
  margin: 0;
  list-style: none;
}

.detalleReportaje ul.etiquetas span {
  margin-right: 10px;
}

.detalleReportaje ul.etiquetas li {
  margin: 0 18px 0 0;
  color: #777;
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
}

.detalleReportaje ul.etiquetas li:first-child {
  margin-right: 5px;
}

.detalleReportaje ul.etiquetas li a {
  color: #418080;
  font-size: 11px;
  font-size: 0.786rem;
  line-height: 19px;
  vertical-align: middle;
  padding: 6px;
}

.detalleReportaje ul.etiquetas li a:hover {
  background: #418080;
  color: #fff;
  text-decoration: none;
}

.detalleReportaje .contenido {
  margin-top: 9px;
}

.detalleReportaje .contenido.arriba .descCorta {
  margin-left: 0;
}

.detalleReportaje .contenido.debajo {
  display: table;
}

.detalleReportaje .contenido.debajo .descCorta {
  margin-left: 0;
  display: table-header-group;
}

.detalleReportaje .contenido.izquierda .contenedorMultimedia {
  float: left;
  margin-right: 20px;
  width: 50%;
}

.detalleReportaje
  .contenido.izquierda
  .contenedorMultimedia
  .multimedia_noticia {
  margin-bottom: 15px;
}

.detalleReportaje .contenido.izquierda .contenedorMultimedia .tituloImagen {
  float: left;
}

.detalleReportaje .contenido.derecha .contenedorMultimedia {
  float: right;
  margin-left: 20px;
  width: 50%;
}

.detalleReportaje .contenido.derecha .contenedorMultimedia .multimedia_noticia {
  margin-bottom: 15px;
}

.detalleReportaje .contenido.derecha .contenedorMultimedia .tituloImagen {
  float: right;
}

.detalleReportaje .multimedia_noticia {
  margin-bottom: 20px;
}

.detalleReportaje .multimedia_noticia .multimedia .tituloImagen {
  font-size: 12px;
  font-size: 0.857rem;
  float: right;
}

.detalleReportaje .descripcion {
  width: 95%;
}

.detalleReportaje .verMas {
  border-top: 1px dotted #ccc;
  padding-right: 146px;
  padding-top: 10px;
  display: inline-block;
  margin-top: 22px;
}

.detalleReportaje .verMas div {
  display: inline-block;
  padding: 5px;
}

.detalleReportaje .verMas div:hover {
  background: #418080;
  color: #fff;
}

.detalleReportaje .verMas div:hover a {
  text-decoration: none;
  color: #fff;
}

.detalleReportaje .verMas div a {
  color: #418080;
}

.detalleReportaje .verMas div a span {
  margin-left: 3px;
}

.detalleReportaje .verMas div a span[data-icon] {
  position: relative;
  top: 3px;
}

.detalleReportaje .sabiasQueInf {
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
  position: relative;
  text-align: right;
  clear: both;
  top: 10px;
}

.detalleReportaje .sabiasQueInf.izquierda {
  width: 42%;
  float: left;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 20px;
}

.detalleReportaje .sabiasQueInf.izquierda.no_compartir blockquote {
  margin-bottom: 0;
}

.detalleReportaje .sabiasQueInf blockquote {
  border-left: 0;
  padding: 0 0 21px;
  margin-bottom: 0;
  font-style: italic;
  color: #269bff;
  text-align: center;
}

.detalleReportaje .sabiasQueInf blockquote p {
  margin: 0;
}

.detalleReportaje .comparte {
  bottom: -38px;
  text-align: center;
  position: absolute;
}

.detalleReportaje .comparte.lt-ie9 {
  padding-top: 21px;
}

.detalleReportaje .comparte span {
  font-size: 36px;
  font-size: 2.571rem;
  color: #269bff;
  line-height: 23px;
}

.detalleReportaje .comparte span::before {
  background-color: #fff;
}

.detalleReportaje .comparte a {
  display: inline-block;
  margin-left: 3px;
  margin-right: 5px;
  color: #6e6259;
  text-decoration: none;
}

.detalleReportaje .comparte a:hover {
  text-decoration: none;
}

.detalleReportaje .documentos {
  padding: 0;
}

.detalleReportaje .documentos .documento {
  padding: 0;
  margin-bottom: 20px;
}

.detalleReportaje .documentos .documento .icono {
  color: #0b4c5f;
  font-size: 30px;
  font-size: 2.1431rem;
  padding: 0;
  float: left;
  width: 5%;
}

.detalleReportaje .documentos .documento .informacion_documento {
  padding: 0;
  float: left;
  width: 95%;
}

.detalleReportaje .documentos .documento .informacion_documento h4 {
  margin: 0;
  margin-bottom: 5px;
}

.detalleReportaje .documentos .documento .informacion_documento h4 a {
  font-weight: 700;
  color: #6e6259;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.286rem;
}

.detalleReportaje
  .documentos
  .documento
  .informacion_documento
  .informacion_adicional {
  color: #418080;
}

.detalleReportaje
  .documentos
  .documento
  .informacion_documento
  .informacion_adicional
  .separador {
  margin-left: 10px;
}

.detalleReportaje .documentos .documento:hover {
  cursor: pointer;
}

.detalleReportaje .documentos .documento:hover h4 a {
  color: #0b4c5f;
}

.detalleReportaje .disclaimer {
  font-size: 12px;
  border-top: 1px solid #0b4c5f;
  padding-top: 5px;
  padding: 0;
}

.detalleReportaje .antetitulo {
  font-size: 26px;
  font-size: 1.857rem;
  display: block;
  color: #0b4c5f;
  font-family: "Repsol Light";
}

.detalleEvento
  .contenido
  .fotoPonente
  .multimedia
  > a.lightbox_ampliar
  .square {
  display: none;
}

.caja_flotante.eventoFlotante > div {
  position: relative;
  width: auto;
  top: 0;
}

.detalleEvento {
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  padding: 35px;
  left: 1.7%;
  width: 97%;
}

.detalleEvento .tipoDoc {
  text-transform: uppercase;
}

.detalleEvento .descripcionEvento {
  color: #6e6259;
  margin-bottom: 20px;
  padding: 12px 12px 12px 0;
  overflow: break-word;
  word-wrap: break-word;
}

.detalleEvento .descripcionEvento p {
  overflow: break-word;
  word-wrap: break-word;
}

.detalleEvento .descripcionEvento a {
  color: #0b4c5f;
  text-decoration: underline;
}

.detalleEvento .descripcionEvento a:hover {
  text-decoration: none;
}

.detalleEvento .contenedorMultimedia {
  margin-bottom: 20px;
}

.detalleEvento .tituloPonente {
  font-weight: 700;
  color: #6e6259;
  font-size: 16px;
  font-size: 1.143rem;
}

.detalleEvento .ponente {
  color: #6e6259;
  font-size: 16px;
  font-size: 1.143rem;
}

.detalleEvento .cargoPonente {
  color: #6e6259;
  font-size: 14px;
  font-size: 1rem;
}

.detalleEvento .fotoPonente {
  width: 66px;
  min-height: 66px;
  float: left;
  margin-right: 12px;
}

.detalleEvento .fotoPonente .multimedia {
  background-color: #fff;
}

.detalleEvento .fotoPonente img {
  width: 100%;
}

.detalleEvento .redesSociales {
  padding: 40px;
  margin-top: 26px;
  display: none;
}

.detalleEvento .redesSociales .meGusta {
  float: left;
  margin-right: 12px;
  border-right: 1px solid #ccc;
  text-align: center;
  padding-right: 35px;
  margin-top: 16px;
}

.detalleEvento .redesSociales .meGusta .icoCompartir {
  font-size: 32px;
  font-size: 2.286rem;
  color: #ccc;
  margin-bottom: 8px;
  display: inline-block;
}

.detalleEvento .redesSociales .meGusta .compartirTxt {
  vertical-align: super;
  text-decoration: none;
  font-weight: 700;
  padding-left: 6px;
}

.detalleEvento .redesSociales .meGusta .contadorMeGusta {
  margin-bottom: 16px;
  font-weight: 700;
}

.detalleEvento .redesSociales .meGusta a {
  display: block;
}

.detalleEvento .redesSociales .compartir {
  float: left;
  text-align: center;
  padding-left: 35px;
}

.detalleEvento .redesSociales .compartir .icoCompartir {
  font-size: 32px;
  font-size: 2.286rem;
  color: #ccc;
  margin-right: 8px;
}

.detalleEvento .redesSociales .compartir .compartirTag {
  margin-bottom: 16px;
}

.detalleEvento .redesSociales .compartir .compartirTag .icoTag {
  font-size: 32px;
  font-size: 2.286rem;
  color: #ccc;
  margin-right: 8px;
  position: relative;
  top: 10px;
}

.detalleEvento .enlacesEvento {
  float: left;
  border-left: 1px solid #ccc;
  padding-left: 3%;
  margin-left: 2%;
  width: 36%;
}

.detalleEvento .enlacesEvento .listadoEnlacesEvento {
  min-height: 85px;
  margin-bottom: 8px;
}

.detalleEvento .enlacesEvento .listadoEnlacesEvento .subrayado {
  margin-top: 12px;
  margin-left: 41px;
}

.detalleEvento .enlacesEvento .listadoEnlacesEvento .subrayadodoc {
  clear: both;
}

.detalleEvento .enlacesEvento .listadoEnlacesEvento .negrita {
  color: #418080;
  margin-bottom: 10px;
  display: block;
  margin-top: 12px;
  margin-left: 41px;
}

.icoFlecha .detalleEvento .enlacesEvento .listadoEnlacesEvento .negrita:hover {
  text-decoration: underline;
  cursor: pointer;
}

.detalleEvento .enlacesEvento .listadoEnlacesEvento .anyadirCalendario {
  cursor: pointer;
}

.detalleEvento .enlacesEvento .listadoEnlacesEvento .anyadirCalendario:hover {
  text-decoration: underline;
}

.detalleEvento .enlacesEvento .listadoEnlacesEvento a {
  display: block;
  margin-bottom: 10px;
  color: #418080;
}

.detalleEvento .enlacesEvento .listadoEnlacesEvento .titulo {
  display: block;
  margin-top: 4px;
  margin-bottom: 6px;
  font-size: 17px;
  font-size: 1.214rem;
}

.detalleEvento .enlacesEvento .listadoEnlacesEvento .icoFlecha {
  font-size: 14px;
  font-size: 1rem;
  top: 3px;
  position: relative;
  padding-left: 10px;
}

.detalleEvento .enlacesEvento .listadoEnlacesEvento .flecha_enlace {
  font-size: 14px;
  font-size: 1rem;
  top: 2px;
  position: relative;
  padding-left: 10px;
}

.detalleEvento .enlacesEvento .listadoEnlacesEvento .icoDocumento {
  font-size: 30px;
  font-size: 2.1431rem;
  color: #418080;
  position: relative;
  top: 10px;
  padding-right: 6px;
  margin-left: 40px;
  float: left;
}

.detalleEvento .enlacesEvento .listadoEnlacesEvento .nombreDocumento {
  top: 16px;
  position: relative;
  clear: both;
}

.detalleEvento .enlacesEvento .fechaEvento {
  border-top: 1px solid #ccc;
  padding-top: 24px;
}

.detalleEvento .enlacesEvento .fechaEvento:first-child {
  border: 0;
}

.detalleEvento .enlacesEvento .fechaEvento:last-child .icon {
  height: 30px;
  display: inline-block;
  margin-bottom: 16px;
}

.detalleEvento .enlacesEvento .icon {
  display: block;
  float: left;
  padding-right: 12px;
  font-size: 30px;
  height: 30px;
  position: relative;
  top: -4px;
}

.detalleEvento .enlacesEvento .icon.calendarioIcon {
  margin-top: 5px;
  background: url(../images/calendario_ficha_evento.png) no-repeat top left;
  width: 40px;
  height: 30px;
}

.info_numerica {
  padding: 20px 0;
}

.info_numerica.gris {
  background-color: #f0f0f0;
}

.info_numerica h2,
.info_numerica h3 {
  font-size: 36px;
  font-size: 2.571rem;
  font-family: "Repsol Bold";
  margin: 0 0 17px;
}

.info_numerica h2.sinDescripcionEncabezado,
.info_numerica h3.sinDescripcionEncabezado {
  margin-bottom: 0;
}

.info_numerica h2 a,
.info_numerica h3 a {
  color: #0b4c5f;
  text-decoration: underline;
}

.info_numerica h2 a:hover,
.info_numerica h3 a:hover {
  text-decoration: none;
}

.info_numerica .descripcion {
  font-size: 16px;
  font-size: 1.143rem;
  font-family: Titillium Web;
}

.info_numerica .descripcion p {
  margin: 0;
}

.info_numerica .descripcion a {
  color: #0b4c5f;
  text-decoration: underline;
}

.info_numerica .descripcion a:hover {
  text-decoration: none;
}

.info_numerica .contenidoTextual {
  margin-bottom: 27px;
  text-align: center;
}

.info_numerica .contenidoTextual.sinListadoEnlaceGlobalPie {
  margin-bottom: 0;
}

.info_numerica .listadoElementos {
  margin-bottom: 0;
}

.info_numerica .listadoElementos.sinEnlaceGlobalPie {
  margin-bottom: 0;
}

.info_numerica .listadoElementos li {
  list-style-type: none;
}

.info_numerica .listadoElementos li:last-child .contenidoTextualElemento {
  background: 0 0;
}

.info_numerica .listadoElementos li .enlace {
  margin-bottom: 0;
}

.info_numerica .dosElementos {
  padding: 0;
}

.info_numerica .dosElementos .contenidoTextualElementoInner {
  padding: 0 80px;
}

.info_numerica .tresElementos {
  padding: 0;
  width: 25%;
}

.info_numerica .tresElementos:first-child {
  margin-left: 12.5%;
}

.info_numerica .tresElementos .contenidoTextualElementoInner {
  padding: 0 50px;
}

.info_numerica .cuatroElementos {
  padding: 0;
}

.info_numerica .cuatroElementos .contenidoTextualElementoInner {
  padding: 0 30px;
}

.info_numerica .imagen {
  margin-bottom: 17px;
}

.info_numerica .imagen.sinEnlaceDescripcionTituloElemento {
  margin-bottom: 0;
}

.info_numerica .tituloImagen {
  display: none;
}

.info_numerica .contenidoTextualElemento {
  position: relative;
  background: url(../images/barra_info_numerica.png) no-repeat bottom right;
  text-align: center;
  margin-bottom: 20px;
}

.info_numerica .contenidoTextualElemento.sinEnlaceElemento {
  margin-bottom: 0;
}

.info_numerica .contenidoTextualElemento .contenidoTextualElementoInner {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.info_numerica .contenidoTextualElemento .tituloElemento {
  font-size: 50px;
  font-size: 3.571rem;
  font-family: "Repsol Regular";
  line-height: 55px;
  margin-bottom: 30px;
}

.info_numerica
  .contenidoTextualElemento
  .tituloElemento.sinEnlaceDescripcionElemento {
  margin-bottom: 0;
}

.info_numerica .contenidoTextualElemento .tituloElemento a {
  color: #0b4c5f;
  text-decoration: underline;
}

.info_numerica .contenidoTextualElemento .tituloElemento a:hover {
  text-decoration: none;
}

.info_numerica .contenidoTextualElemento .tituloElemento strong {
  display: block;
  font-size: 24px;
  font-size: 1.714rem;
  font-family: "Repsol Light";
  line-height: 28px;
  margin-top: 9px;
}

.info_numerica .contenidoTextualElemento .descripcionElemento {
  font-size: 15px;
  font-size: 1.071rem;
  font-family: Titillium Web;
}

.info_numerica
  .contenidoTextualElemento
  .descripcionElemento.sinEnlaceElemento {
  margin-bottom: 0;
}

.info_numerica .contenidoTextualElemento .descripcionElemento a {
  color: #0b4c5f;
  text-decoration: underline;
}

.info_numerica .contenidoTextualElemento .descripcionElemento a:hover {
  text-decoration: none;
}

.info_numerica .enlace {
  text-align: center;
  padding: 0;
  margin-bottom: 0;
  margin-top: 40px;
}

.info_numerica .enlace.sinPie {
  margin-bottom: 0;
}

.info_numerica .enlace a {
  padding: 9px 20px;
  color: #fff;
  background: #0b4c5f;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #0b4c5f;
}

.info_numerica .enlace a:hover {
  text-decoration: none;
  background: #fff;
  color: #0b4c5f;
  padding: 9px 19px;
  border: 1px solid #0b4c5f;
}

.info_numerica .enlace span {
  margin-left: 28px;
}

.info_numerica .enlace span.tipoDoc {
  margin-left: 0;
  text-transform: uppercase;
}

.info_numerica .enlace [data-icon]:before {
  vertical-align: middle;
}

.info_numerica .pieComponente {
  font-size: 32px;
  font-size: 2.286rem;
  font-family: "Repsol Regular";
  text-align: center;
  margin-top: 20px;
}

.info_numerica .pieComponente a {
  color: #0b4c5f;
  text-decoration: underline;
}

.info_numerica .pieComponente a:hover {
  text-decoration: none;
}

.info_numerica.presentacionAlternativa .contenidoTextualElemento {
  position: relative !important;
  height: auto !important;
  display: block !important;
  float: none !important;
}

.info_numerica.presentacionAlternativa
  .contenidoTextualElemento
  .contenidoTextualElementoInner {
  position: relative !important;
}

.info_numerica.presentacionAlternativa
  .contenidoTextualElemento
  .contenidoTextualElementoInner
  .tituloElemento
  p {
  font-size: 1.714rem !important;
  display: block !important;
  line-height: 28px;
}

.info_numerica.presentacionAlternativa
  .contenidoTextualElemento
  .contenidoTextualElementoInner
  .tituloElemento
  p
  strong {
  font-size: 1.714rem !important;
  display: block !important;
  line-height: 28px;
}

.resultados_busqueda {
  margin-bottom: 30px;
}

.resultados_busqueda [data-icon]:before {
  vertical-align: middle;
  line-height: 15px;
}

.resultados_busqueda .sinResultados {
  width: 100%;
  margin-bottom: 50px;
  background: #ffffbf;
  border: solid 1px #71655c;
  position: relative;
  margin-top: 25px;
  display: none;
}

.resultados_busqueda .sinResultados.activo {
  display: block;
}

.resultados_busqueda .sinResultados .conector {
  display: inline-block;
  border-bottom: 15px solid #ffffbf;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  top: -15px;
  left: 30px;
  z-index: 1;
}

.resultados_busqueda .sinResultados .conector.borde {
  border-bottom: 16px solid #71655c;
  top: -17px;
  z-index: 0;
}

.resultados_busqueda .sinResultados p {
  padding: 20px 15px;
  margin: 0;
}

.resultados_busqueda .sinResultados p .vaya {
  font-size: 27px;
}

.resultados_busqueda .sinResultados p .bold {
  font-weight: 700;
}

.resultados_busqueda .highlightMark {
  font-size: 13px;
  font-size: 0.929rem;
  background: #dff0f0;
  margin-bottom: 11px;
  display: inline-block;
  position: relative;
}

.resultados_busqueda .highlightMark:before {
  content: url(../images/destacado_izq.png);
  left: -7px;
  top: 2px;
  position: absolute;
}

.resultados_busqueda .highlightMark:after {
  content: url(../images/destacado_der.png);
  right: -8px;
  top: 0;
  position: absolute;
}

.resultados_busqueda .sitio_web_ladillo {
  font-weight: 700;
}

.resultados_busqueda .mensaje_busqueda {
  font-size: 20px;
  font-size: 1.429rem;
}

.resultados_busqueda .resultados_destacados {
  /* border-bottom: 1px dotted #ccc */
}

.resultados_busqueda .contenedor_resultados {
  margin: 0;
  padding-left: 0;
}

.resultados_busqueda .contenedor_resultados .enlazable {
  cursor: pointer;
}

.resultados_busqueda .contenedor_resultados h4 {
  padding: 0;
  margin: 0 0 15px;
  font-family: Titillium Web;
  font-size: 21px;
  font-size: 1.5rem;
}

.resultados_busqueda .contenedor_resultados > li {
  list-style: none;
  border-bottom: 2px solid #ccc;
  padding-top: 30px;
  padding-bottom: 30px;
}

.resultados_busqueda .contenedor_resultados > li:hover {
  background-color: #f7f7f7;
  color: #418080;
}

.resultados_busqueda .contenedor_resultados > li:hover .ladillo .fecha_ladillo {
  color: #418080;
}

.resultados_busqueda .contenedor_resultados > li:first-child {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

.resultados_busqueda .ladillo .fecha_ladillo {
  padding-top: 0;
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 0;
  vertical-align: top;
  line-height: 20px;
}

.resultados_busqueda .ladillo .fecha_ladillo span {
  font-size: 25px;
  font-size: 1.786rem;
}

.resultados_busqueda .imagen_resultado {
  width: 40%;
  float: left;
  padding-right: 20px;
}

.resultados_busqueda .documento_resultado {
  width: 10%;
  float: left;
  padding-right: 20px;
}

.resultados_busqueda .documento_resultado span {
  font-size: 45px;
  font-size: 3rem;
}

.resultados_busqueda .contenido_resultado {
  width: 60%;
  float: left;
}

.resultados_busqueda .con_imagen.contenido_resultado {
  width: 100%;
  float: none;
}

.resultados_busqueda .con_documento.contenido_resultado {
  width: 90%;
  float: none;
}

.resultados_busqueda .con_documento.contenido_resultado span {
  font-size: 21px;
  font-size: 1.5rem;
  margin-right: 5px;
}

.resultados_busqueda .descripcion {
  font-family: Titillium Web;
  color: #6e6259;
  margin-bottom: 20px;
}

.resultados_busqueda ul.etiquetas {
  margin: 0;
  list-style: none;
}

.resultados_busqueda ul.etiquetas span {
  margin-right: 10px;
}

.resultados_busqueda ul.etiquetas li {
  margin: 0 18px 0 0;
  color: #777;
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
}

.resultados_busqueda ul.etiquetas li:first-child {
  margin-right: 5px;
}

.resultados_busqueda ul.etiquetas li a {
  color: #418080;
  font-size: 11px;
  font-size: 0.786rem;
  line-height: 19px;
  vertical-align: middle;
  padding: 6px;
}

.resultados_busqueda ul.etiquetas li a:hover {
  background: #418080;
  color: #fff;
  text-decoration: none;
}

.resultados_busqueda .mas_resultados {
  font-weight: 700;
  text-align: center;
  display: block;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #418080;
  padding: 10px;
  font-size: 16px;
  font-size: 1.143rem;
  cursor: pointer;
}

.resultados_busqueda .mas_resultados:hover {
  background: #418080;
  color: #fff;
  text-decoration: none;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

@keyframes blink {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

.saving {
  text-align: center;
  font-size: 75px;
  font-size: 5.357rem;
  margin-bottom: 40px;
  display: none;
}

.saving.activo {
  display: block;
}

.saving span {
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.saving span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.saving span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.titulo_contenido {
  padding: 20px 15px 20px 0;
}

.titulo_contenido h2,
.titulo_contenido h3 {
  font-size: 32px;
  font-size: 2.286rem;
  font-family: "Repsol Regular";
  line-height: 34px;
  margin-bottom: 10px;
  margin-top: 15px;
}

.titulo_contenido .descripcion {
  display: block;
  font-family: "Repsol Regular";
  font-size: 20px;
  font-size: 1.429rem;
  font-weight: 700;
  margin: 10px 0;
  line-height: 25px;
}

.titulo_contenido a {
  color: #0b4c5f;
  text-decoration: underline;
}

.titulo_contenido a:hover {
  text-decoration: none;
}

.titulo.disenyoalternativo h1,
.titulo.disenyoalternativo h2 {
  font-family: Repsol Bold;
  margin: 0 -601.5rem;
  padding: 1.1rem 1.5rem;
  background-color: #dcdcdc;
  border-left: 600rem solid #dcdcdc;
  border-right: 600rem solid #dcdcdc;
  text-align: center;
}

.titulo.disenyoalternativo h1 .antetitulo,
.titulo.disenyoalternativo h2 .antetitulo {
  font-weight: 700;
}

.titulo.col-lg-10.col-md-10.col-lg-offset-1.col-md-offset-1 h1 {
  font-size: 34px;
}

.dcsns ul,
.dcsns li {
  padding: 0;
  margin: 0;
  list-style: none !important;
  background: 0 0;
}

.socicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: socicon;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.socicon:empty {
  width: 1em;
}

.modern .stream li .section-thumb img {
  opacity: 1;
  display: inline;
}

[class^="socicon-"]:before,
[class*=" socicon-"]:before {
  font-family: socicon !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.socicon {
  font-size: 20px;
  color: #fff;
}

.dcsns-li .socicon {
  position: absolute;
  bottom: 6px;
  left: 10px;
  z-index: 3;
  top: auto;
}

.dcsns-toolbar .socicon {
  color: #777;
}

.dcsns-toolbar .filter a:hover .socicon {
  color: #fff;
}

.dcsns {
  background: #e5e5e5;
  border-radius: 7px;
  color: #444;
  list-style: none outside none;
  margin: 0;
  padding: 10px 10px 0;
}

.dcsns-content {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0 0 5px;
  border-radius: 5px;
}

.dcsns-loading {
  background: url(../images/loading_light.gif) no-repeat 0 0;
  height: 24px;
  padding: 6px 0 0 30px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.stream p {
  margin: 0;
  padding: 0;
}

.stream li a {
  color: #2db6e8;
}

.stream li {
  padding: 0;
  position: relative;
  font-size: 11px;
  color: #444;
  background: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  margin-bottom: 4px;
  font-family: Arial, sans-serif;
  line-height: 1.35em;
}

.stream li .inner {
  padding: 10px 10px 0;
  margin: 0;
  position: relative;
  line-height: 1.5em;
}

.stream li .icon {
  position: absolute;
  left: 8px;
  bottom: 5px;
  z-index: 2;
  height: 20px;
}

.stream li .clear {
  clear: both;
}

.stream li .section-intro {
  clear: both;
  display: block;
  font-style: italic;
  padding: 8px 0 5px 40px;
  margin: 0;
  height: 19px;
  color: #fff;
  border-radius: 0 0 5px 5px;
}

.stream li .section-intro a {
  text-decoration: underline;
  margin-right: 3px;
  color: #fff;
}

.stream li .section-title {
  display: block;
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 12px;
  color: #555;
}

.stream li .section-title a {
  color: #555;
}

.stream li .section-title a:hover {
  color: #2db6e8;
}

.stream li .section-thumb {
  float: left;
  margin: 0 7px 0 0;
  max-width: 99%;
}

.stream li .section-thumb img {
  border: 1px solid #ccc;
  padding: 1px;
  background: #fff;
  max-width: 99%;
}

.stream li .section-text {
  display: block;
  margin-bottom: 3px;
}

.stream li .section-text br {
  display: block;
}

.stream li .section-user {
  clear: both;
  font-style: italic;
  margin: 0 8px 5px 0;
  display: block;
  float: left;
  padding: 5px 0 5px 15px;
  line-height: 12px;
  background: url(../images/profile.png) no-repeat 0 5px;
}

.stream li .meta {
  display: block;
  font-size: 90%;
  color: #999;
}

.stream li .meta span {
  margin: 0 8px 5px 0;
  display: block;
  float: left;
  padding: 0 0 0 15px;
  line-height: 12px;
}

.meta span.shares {
  background: url(../images/shares.png) no-repeat 0 0;
  padding-left: 20px;
}

.meta span.views {
  background: url(../images/views.png) no-repeat 0 0;
  padding-left: 18px;
}

.meta span.likes {
  background: url(../images/likes.png) no-repeat 0 0;
  padding-left: 16px;
}

.meta span.comments {
  background: url(../images/comments.png) no-repeat 0 0;
}

.meta span.users {
  background: url(../images/users.png) no-repeat 0 0;
}

.meta span.videos {
  background: url(../images/videos.png) no-repeat 0 0;
  padding-left: 16px;
}

.stream li .section-meta {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
}

.stream li .meta.item-comments {
  padding: 0 0 0 35px;
  margin: 0 0 5px;
  min-height: 30px;
  position: relative;
  clear: both;
  line-height: 1.3em;
}

.stream li .meta.item-comments img {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
}

.stream li .meta.item-likes {
  padding: 0;
  width: 100%;
  overflow: hidden;
  clear: both;
  line-height: 1.3em;
}

.stream li .meta.item-likes img {
  float: left;
  margin: 0 5px 5px 0;
  width: 30px;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
}

.stream li.dcsns-error {
  color: #900;
}

.stream li .section-share {
  display: block;
  margin: 0 0 5px;
  padding: 4px 0 0;
  float: right;
}

.stream li .section-share a {
  display: block;
  width: 16px;
  height: 16px;
  float: left;
  margin: 0 2px 0 0;
  background: url(../images/share.png) no-repeat 0 0;
}

.stream li .section-share a.share-twitter {
  background-position: 0 -16px;
}

.stream li .section-share a.share-reply {
  background-position: 0 -32px;
}

.stream li .section-share a.share-retweet {
  background-position: 0 -48px;
}

.stream li .section-share a.share-favorite {
  background-position: 0 -64px;
}

.stream li .section-share a.share-google {
  background-position: 0 -80px;
}

.stream li .section-share a.share-linkedin {
  background-position: 0 -96px;
}

.stream li .section-share a.share-facebook:hover {
  background-position: -16px 0;
}

.stream li .section-share a.share-twitter:hover {
  background-position: -16px -16px;
}

.stream li .section-share a.share-reply:hover {
  background-position: -16px -32px;
}

.stream li .section-share a.share-retweet:hover {
  background-position: -16px -48px;
}

.stream li .section-share a.share-favorite:hover {
  background-position: -16px -64px;
}

.stream li .section-share a.share-google:hover {
  background-position: -16px -80px;
}

.stream li .section-share a.share-linkedin:hover {
  background-position: -16px -96px;
}

.stream li.dcsns-twitter .section-share .share-facebook,
.stream li.dcsns-twitter .section-share .share-google,
.stream li.dcsns-twitter .section-share .share-linkedin,
.stream li.dcsns-twitter .section-share .share-twitter {
  display: none;
}

.dcsns-toolbar {
  padding: 5px 80px 5px 0;
  position: relative;
  border-radius: 5px;
}

.dcsns .filter {
  padding: 0;
  margin: 0;
}

.dcsns .filter li {
  display: inline-block;
  background: 0 0;
  padding: 0;
  margin: 0 2px 0 0;
  height: 24px;
  width: 24px;
}

.dcsns .filter li a {
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
  height: 20px;
  width: 20px;
}

.dcsns .filter li a .socicon {
  font-size: 18px;
}

.dcsns .filter li img {
  margin: 0;
  height: 22px;
}

.dcsns .controls {
  position: absolute;
  right: 0;
  top: 7px;
  height: 22px;
  padding: 0;
  z-index: 12;
}

.dcsns .controls li {
  display: inline;
  background: 0 0;
}

.dcsns .controls a {
  display: block;
  width: 22px;
  height: 22px;
  float: left;
  margin: 0 0 0 2px;
  background: url(../images/controls.png) no-repeat 0 0;
}

.dcsns .controls .prev {
  background-position: -44px 0;
}

.dcsns .controls .next {
  background-position: -66px 0;
}

.dcsns .controls .play {
  background-position: 0 0;
}

.dcsns .controls .pause {
  background-position: -22px 0;
}

.dcsns .controls .prev:hover {
  background-position: -44px -22px;
}

.dcsns .controls .next:hover {
  background-position: -66px -22px;
}

.dcsns .controls .play:hover {
  background-position: 0 -22px;
}

.dcsns .controls .pause:hover {
  background-position: -22px -22px;
}

.stream li.dcsns-rss .section-intro,
.filter .f-rss a:hover {
  background-color: #ff9800;
}

.stream li.dcsns-flickr .section-intro,
.filter .f-flickr a:hover {
  background-color: #f90784;
}

.stream li.dcsns-delicious .section-intro,
.filter .f-delicious a:hover {
  background-color: #3271cb;
}

.stream li.dcsns-twitter .section-intro,
.filter .f-twitter a:hover {
  background-color: #4ec2dc;
}

.stream li.dcsns-facebook .section-intro,
.filter .f-facebook a:hover {
  background-color: #3b5998;
}

.stream li.dcsns-google .section-intro,
.filter .f-google a:hover {
  background-color: #2d2d2d;
}

.stream li.dcsns-youtube .section-intro,
.filter .f-youtube a:hover {
  background-color: #df1f1c;
}

.stream li.dcsns-pinterest .section-intro,
.filter .f-pinterest a:hover {
  background-color: #cb2528;
}

.stream li.dcsns-lastfm .section-intro,
.filter .f-lastfm a:hover {
  background-color: #c90e12;
}

.stream li.dcsns-dribbble .section-intro,
.filter .f-dribbble a:hover {
  background-color: #f175a8;
}

.stream li.dcsns-vimeo .section-intro,
.filter .f-vimeo a:hover {
  background-color: #4ebaff;
}

.stream li.dcsns-stumbleupon .section-intro,
.filter .f-stumbleupon a:hover {
  background-color: #eb4924;
}

.stream li.dcsns-deviantart .section-intro,
.filter .f-deviantart a:hover {
  background-color: #eb4924;
}

.stream li.dcsns-tumblr .section-intro,
.filter .f-tumblr a:hover {
  background-color: #365472;
}

.stream li.dcsns-instagram .section-intro,
.filter .f-instagram a:hover {
  background-color: #413a33;
}

.stream li.dcsns-facebook .section-text img {
  margin: 0 7px 5px 0;
  float: left;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 98%;
}

.stream li.dcsns-facebook .section-text-fb a {
  display: none;
}

.stream li.dcsns-facebook .meta {
  display: block;
  clear: both;
}

.stream li.dcsns-facebook .meta.item-comments {
  padding: 0;
  min-height: auto;
}

.stream li.dcsns-facebook .meta.item-comments a {
  display: block;
  margin: 0 0 2px;
}

.stream li.dcsns-facebook .share-facebook {
  display: none;
}

.stream li.dcsns-twitter .section-thumb {
  margin-top: 3px;
}

.stream li.dcsns-twitter .section-user {
  padding: 0;
  background: 0 0;
}

.stream li.dcsns-twitter .section-text img {
  margin: 5px 0 0;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 99%;
}

.stream li.dcsns-twitter a {
  color: #38aeae;
}

.stream li.dcsns-twitter .section-intro a,
.stream li.dcsns-twitter .section-intro a:hover {
  color: #fff;
}

.stream li.dcsns-twitter .section-intro span a {
  text-decoration: none;
  margin-left: 0;
}

.stream li.dcsns-twitter .section-intro span a:hover {
  text-decoration: underline;
}

.stream li.dcsns-twitter a:hover {
  color: #38aeae;
  text-decoration: underline;
}

.stream li.dcsns-twitter .twitter-user {
  margin-bottom: 2px;
  display: block;
}

.stream li.dcsns-twitter .twitter-user a {
  color: #999;
  line-height: 1.35em;
}

.stream li.dcsns-twitter .twitter-user a:hover {
  color: #999;
  text-decoration: none;
}

.stream li.dcsns-twitter .twitter-user a strong {
  color: #444;
}

.stream li.dcsns-twitter .twitter-user a:hover strong {
  color: #38aeae;
  text-decoration: underline;
}

.stream li.dcsns-google .section-title {
  margin-bottom: 5px;
}

.stream li.dcsns-google .meta span.plusones {
  padding-left: 0;
}

.dcsns .stream li.dcsns-vimeo .section-title {
  display: block;
  clear: both;
}

.stream li.dcsns-vimeo .section-text {
  margin-bottom: 5px;
}

.stream li.dcsns-vimeo .section-text .meta {
  padding-top: 5px;
}

.stream li.dcsns-vimeo .logo {
  margin-bottom: 3px;
}

.stream li.dcsns-flickr .section-thumb {
  margin: 0;
}

.stream li.dcsns-pinterest .section-thumb {
  display: block;
}

.stream li.dcsns-pinterest .section-text {
  clear: both;
}

.stream li.dcsns-dribbble .inner img {
  margin-bottom: 5px;
}

.stream li.dcsns-lastfm .section-title {
  background: url(../images/tracks.png) no-repeat 0 0;
  padding-left: 17px;
  margin-bottom: 0;
}

.stream li.dcsns-deviantart .section-thumb {
  display: block;
  float: none;
}

.stream li.dcsns-deviantart .section-thumb img {
  max-width: 250px;
}

.stream li.dcsns-tumblr .section-text img {
  margin: 0 7px 5px 0;
  float: left;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 99%;
}

.stream li.dcsns-tumblr .track {
  display: block;
  background: url(../images/tracks.png) no-repeat 0 5px;
  padding: 5px 0 0 17px;
  margin-bottom: 0;
}

.stream li.dcsns-instagram .section-title {
  font-weight: 400;
  clear: both;
}

.stream li.dcsns-instagram .section-thumb img {
  margin-bottom: 10px;
}

.stream li.dcsns-instagram .section-meta {
  clear: both;
  margin-bottom: 5px;
}

.stream li.dcsns-instagram .section-meta .meta .comments,
.stream li.dcsns-instagram .section-meta .meta .likes {
  margin: 0 0 5px;
  padding-top: 5px;
  background-position: 0 5px;
  float: none;
  font-size: 100%;
  font-weight: 700;
}

.socicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: socicon;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  color: #fff;
}

.socicon:empty {
  width: 1em;
}

[class^="socicon-"]:before,
[class*=" socicon-"]:before {
  font-family: socicon !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dcsns-li .socicon {
  position: absolute;
  bottom: 4px;
  left: 8px;
  z-index: 3;
  top: auto;
}

.dcsns-toolbar .filter li a {
  width: 26px;
  text-align: center;
}

.dcsns {
  color: #444;
  list-style: none outside none;
  margin: 0;
  clear: both;
}

.dcsns h1 {
  width: auto;
  position: relative;
}

.dcsns h1,
.dcsns h2,
.dcsns h3 {
  line-height: 1.35em;
}

.dcsns-content {
  position: relative;
  padding: 0;
}

.dcsns-loading {
  background: url(../images/loading_light.gif) no-repeat 0 0;
  height: 24px;
  padding: 6px 0 0 30px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.dcsns-toolbar .dcsns-loading {
  right: 10px;
  left: auto;
}

.stream {
  margin: 0 auto !important;
}

.stream p {
  margin: 0;
  padding: 0;
}

.stream li a {
  color: #2db6e8;
}

.stream li {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 11px;
  padding: 15px 0 35px;
  width: 224px;
  position: relative;
  margin: 0 12px 12px 0;
  font-family: Arial, sans-serif;
  line-height: 1.35em;
}

.stream li .inner {
  overflow: hidden;
  padding: 0 15px;
}

.stream li .icon {
  position: absolute;
  left: 3px;
  bottom: 0;
  z-index: 3;
}

.stream li .section-intro {
  padding: 7px 0;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  z-index: 2;
}

.stream li .clear {
  clear: both;
}

.stream li .section-intro a {
  text-decoration: underline;
  color: #fff;
  margin-left: 35px;
}

.stream li .section-title {
  display: block;
  font-weight: 700;
  margin-bottom: 3px;
}

.stream li .section-title a {
  color: #555;
}

.stream li .section-title a:hover {
  color: #2db6e8;
}

.stream li .section-thumb {
  float: left;
  margin: 0 7px 0 0;
}

.stream li .section-thumb img,
.stream li .section-text img {
  display: none;
}

.stream li .section-thumb img {
  border: 1px solid #ccc;
  padding: 1px;
  background: #fff;
}

.stream li .section-text {
  display: block;
  margin-bottom: 3px;
}

.stream li .section-text br {
  display: block;
}

.stream li .section-user {
  clear: both;
  font-style: italic;
  margin: 0 8px 5px 0;
  display: block;
  float: left;
  padding: 7px 0 0 15px;
  line-height: 12px;
  background: url(../images/profile.png) no-repeat 0 7px;
}

.stream li .meta {
  display: block;
  font-size: 90%;
  color: #999;
}

.stream li .meta span {
  margin: 0 8px 5px 0;
  display: block;
  float: left;
  padding: 0 0 0 15px;
  line-height: 12px;
}

.meta span.shares {
  background: url(../images/shares.png) no-repeat 0 0;
  padding-left: 20px;
}

.meta span.views {
  background: url(../images/views.png) no-repeat 0 0;
  padding-left: 18px;
}

.meta span.likes {
  background: url(../images/likes.png) no-repeat 0 0;
  padding-left: 16px;
}

.meta span.comments {
  background: url(../images/comments.png) no-repeat 0 0;
}

.meta span.users {
  background: url(../images/users.png) no-repeat 0 0;
}

.meta span.videos {
  background: url(../images/videos.png) no-repeat 0 0;
  padding-left: 16px;
}

.stream li .section-meta {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
}

.stream li .meta.item-comments {
  padding: 0 0 0 35px;
  margin: 0 0 5px;
  min-height: 30px;
  position: relative;
  clear: both;
  line-height: 1.3em;
}

.stream li .meta.item-comments img {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
}

.stream li .meta.item-likes {
  padding: 0;
  width: 100%;
  overflow: hidden;
  clear: both;
  line-height: 1.3em;
}

.stream li .meta.item-likes img {
  float: left;
  margin: 0 5px 5px 0;
  width: 30px;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
}

.stream li.dcsns-error {
  color: #900;
}

.stream li .section-share {
  display: block;
  margin: 0 0 5px;
  padding: 4px 0 0;
  float: right;
}

.stream li .section-share a {
  display: block;
  width: 16px;
  height: 16px;
  float: left;
  margin: 0 2px 0 0;
  background: url(../images/share.png) no-repeat 0 0;
}

.stream li .section-share a.share-twitter {
  background-position: 0 -16px;
}

.stream li .section-share a.share-reply {
  background-position: 0 -32px;
}

.stream li .section-share a.share-retweet {
  background-position: 0 -48px;
}

.stream li .section-share a.share-favorite {
  background-position: 0 -64px;
}

.stream li .section-share a.share-google {
  background-position: 0 -80px;
}

.stream li .section-share a.share-linkedin {
  background-position: 0 -96px;
}

.stream li .section-share a.share-facebook:hover {
  background-position: -16px 0;
}

.stream li .section-share a.share-twitter:hover {
  background-position: -16px -16px;
}

.stream li .section-share a.share-reply:hover {
  background-position: -16px -32px;
}

.stream li .section-share a.share-retweet:hover {
  background-position: -16px -48px;
}

.stream li .section-share a.share-favorite:hover {
  background-position: -16px -64px;
}

.stream li .section-share a.share-google:hover {
  background-position: -16px -80px;
}

.stream li .section-share a.share-linkedin:hover {
  background-position: -16px -96px;
}

.stream li.dcsns-twitter .section-share .share-facebook,
.stream li.dcsns-twitter .section-share .share-google,
.stream li.dcsns-twitter .section-share .share-linkedin,
.stream li.dcsns-twitter .section-share .share-twitter {
  display: none;
}

.dcsns-toolbar {
  padding: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}

#wall {
  padding-top: 15px;
}

#wall .dcsns-toolbar {
  margin-bottom: 25px;
}

#dcsns-filter.dc-center {
  float: left;
  padding-left: 50%;
  display: none;
  margin: 0;
}

.dcsns-toolbar .filter {
  padding: 0;
  margin: 0 0 15px;
}

.dcsns-toolbar .filter li {
  display: inline;
  background: 0 0;
  padding: 0;
  margin: 0;
}

.dcsns-toolbar .filter .link-all {
  color: #fff;
  height: 21px;
  padding: 7px 7px 4px;
  text-shadow: 0 0 1px #555;
  font-weight: 700;
}

.dcsns-toolbar .filter li a {
  padding: 4px 3px 0;
  margin: 0 1px 1px 0;
  display: block;
  float: left;
  background: #777;
  height: 28px;
}

.dcsns-toolbar .filter li img {
  margin: 0;
  height: 24px;
  width: 25px;
}

.dcsns .controls {
  position: absolute;
  right: 0;
  top: 7px;
  height: 22px;
  padding: 0;
  z-index: 12;
}

.dcsns .controls li {
  display: inline;
  background: 0 0;
}

.dcsns .controls a {
  display: block;
  width: 22px;
  height: 22px;
  float: left;
  margin: 0 0 0 2px;
  background: url(../images/controls.png) no-repeat 0 0;
}

.dcsns .controls .prev {
  background-position: -44px 0;
}

.dcsns .controls .next {
  background-position: -66px 0;
}

.dcsns .controls .play {
  background-position: 0 0;
}

.dcsns .controls .pause {
  background-position: -22px 0;
}

.dcsns .controls .prev:hover {
  background-position: -44px -22px;
}

.dcsns .controls .next:hover {
  background-position: -66px -22px;
}

.dcsns .controls .play:hover {
  background-position: 0 -22px;
}

.dcsns .controls .pause:hover {
  background-position: -22px -22px;
}

.stream li.dcsns-rss .section-intro,
.filter .f-rss a:hover,
.filter .f-rss a.iso-active {
  background-color: #ff9800;
}

.stream li.dcsns-flickr .section-intro,
.filter .f-flickr a:hover,
.filter .f-flickr a.iso-active {
  background-color: #f90784;
}

.stream li.dcsns-delicious .section-intro,
.filter .f-delicious a:hover,
.filter .f-delicious a.iso-active {
  background-color: #3271cb;
}

.stream li.dcsns-twitter .section-intro,
.filter .f-twitter a:hover,
.filter .f-twitter a.iso-active {
  background-color: #4ec2dc;
}

.stream li.dcsns-facebook .section-intro,
.filter .f-facebook a:hover,
.filter .f-facebook a.iso-active {
  background-color: #3b5998;
}

.stream li.dcsns-google .section-intro,
.filter .f-google a:hover,
.filter .f-google a.iso-active {
  background-color: #2d2d2d;
}

.stream li.dcsns-youtube .section-intro,
.filter .f-youtube a:hover,
.filter .f-youtube a.iso-active {
  background-color: #df1f1c;
}

.stream li.dcsns-pinterest .section-intro,
.filter .f-pinterest a:hover,
.filter .f-pinterest a.iso-active {
  background-color: #cb2528;
}

.stream li.dcsns-lastfm .section-intro,
.filter .f-lastfm a:hover,
.filter .f-lastfm a.iso-active {
  background-color: #c90e12;
}

.stream li.dcsns-dribbble .section-intro,
.filter .f-dribbble a:hover,
.filter .f-dribbble a.iso-active {
  background-color: #f175a8;
}

.stream li.dcsns-vimeo .section-intro,
.filter .f-vimeo a:hover,
.filter .f-vimeo a.iso-active {
  background-color: #4ebaff;
}

.stream li.dcsns-stumbleupon .section-intro,
.filter .f-stumbleupon a:hover,
.filter .f-stumbleupon a.iso-active {
  background-color: #eb4924;
}

.stream li.dcsns-deviantart .section-intro,
.filter .f-deviantart a:hover,
.filter .f-deviantart a.iso-active {
  background-color: #eb4924;
}

.stream li.dcsns-tumblr .section-intro,
.filter .f-tumblr a:hover,
.filter .f-tumblr a.iso-active {
  background-color: #365472;
}

.stream li.dcsns-instagram .section-intro,
.filter .f-instagram a:hover,
.filter .f-instagram a.iso-active {
  background-color: #413a33;
}

.stream li.dcsns-vine .section-intro,
.filter .f-vine a:hover,
.filter .f-vine a.iso-active {
  background-color: #00bf8f;
}

.stream li.dcsns-facebook .section-thumb img {
  max-width: 192px;
  margin-bottom: 5px;
}

.stream li.dcsns-facebook .section-thumb img,
.stream li.dcsns-facebook .section-text img {
  display: block;
}

.stream li.dcsns-facebook .section-text img {
  margin: 5px 7px 5px 0;
  float: left;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 192px;
}

.stream li.dcsns-facebook .section-text a {
  margin-right: 4px;
  color: #444;
}

.stream li.dcsns-facebook .section-text-fb a {
  display: none;
}

.stream li.dcsns-facebook .meta {
  display: block;
  clear: both;
}

.stream li.dcsns-facebook .meta.item-comments {
  padding: 0;
  min-height: auto;
}

.stream li.dcsns-facebook .meta.item-comments a {
  display: block;
  margin: 0 0 2px;
}

.stream li.dcsns-facebook .share-facebook {
  display: none;
}

.stream li.dcsns-twitter .section-thumb {
  margin-top: 3px;
}

.stream li.dcsns-twitter .section-thumb img {
  width: 48px;
  height: 48px;
  display: block;
}

.stream li.dcsns-twitter .section-user {
  padding: 0;
  background: 0 0;
}

.stream li.dcsns-twitter .section-text img {
  margin: 5px 0 0;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 192px;
}

.stream li.dcsns-twitter a {
  color: #38aeae;
}

.stream li.dcsns-twitter .section-intro a,
.stream li.dcsns-twitter .section-intro a:hover {
  color: #fff;
}

.stream li.dcsns-twitter .section-intro span a {
  text-decoration: none;
  margin-left: 0;
}

.stream li.dcsns-twitter .section-intro span a:hover {
  text-decoration: underline;
}

.stream li.dcsns-twitter a:hover {
  color: #38aeae;
  text-decoration: underline;
}

.stream li.dcsns-twitter .twitter-user {
  margin-bottom: 2px;
  display: block;
}

.stream li.dcsns-twitter .twitter-user a {
  color: #999;
  line-height: 1.35em;
}

.stream li.dcsns-twitter .twitter-user a:hover {
  color: #999;
  text-decoration: none;
}

.stream li.dcsns-twitter .twitter-user a strong {
  color: #444;
}

.stream li.dcsns-twitter .twitter-user a:hover strong {
  color: #38aeae !important;
  text-decoration: underline;
}

.stream li.dcsns-google .section-title {
  margin-bottom: 5px;
}

.dcsns .stream li.dcsns-google .section-thumb img {
  max-width: 192px;
}

.stream li.dcsns-google .meta span.plusones {
  padding-left: 0;
}

.stream li.dcsns-rss .section-thumb img {
  max-width: 192px;
}

.stream li.dcsns-rss .section-text img {
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 192px;
}

.dcsns .stream li.dcsns-stumbleupon .section-title {
  display: block;
  clear: both;
}

.dcsns .stream li.dcsns-stumbleupon .section-thumb img {
  max-width: 192px;
}

.stream li.dcsns-youtube .section-thumb img {
  max-width: 192px;
}

.stream li.dcsns-vimeo .section-thumb img {
  max-width: 192px;
}

.dcsns .stream li.dcsns-vimeo .section-title {
  display: block;
  clear: both;
}

.stream li.dcsns-vimeo .section-text {
  margin-bottom: 5px;
}

.stream li.dcsns-vimeo .section-text .meta {
  padding-top: 5px;
}

.stream li.dcsns-vimeo .logo {
  margin-bottom: 3px;
}

.stream li.dcsns-flickr .section-thumb {
  margin: 0;
}

.stream li.dcsns-flickr .section-thumb img {
  max-width: 192px;
}

.stream li.dcsns-pinterest .section-thumb {
  display: block;
}

.stream li.dcsns-pinterest .section-text {
  clear: both;
}

.stream li.dcsns-pinterest .section-thumb img {
  width: 190px;
}

.stream li.dcsns-dribbble .inner img {
  margin-bottom: 5px;
  max-width: 192px;
}

.stream li.dcsns-lastfm .section-title {
  background: url(../images/tracks.png) no-repeat 0 0;
  padding-left: 17px;
  margin-bottom: 0;
}

.stream li.dcsns-deviantart .section-thumb {
  display: block;
  float: none;
}

.stream li.dcsns-deviantart .section-thumb img {
  max-width: 192px;
}

.stream li.dcsns-tumblr .section-text img {
  margin: 0 7px 5px 0;
  float: left;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 192px;
}

.stream li.dcsns-tumblr .track {
  display: block;
  background: url(../images/tracks.png) no-repeat 0 5px;
  padding: 5px 0 0 17px;
  margin-bottom: 0;
}

.stream li.dcsns-instagram {
  padding-bottom: 40px;
}

.stream li.dcsns-instagram .section-title {
  font-weight: 400;
  clear: both;
}

.stream li.dcsns-instagram .section-thumb img {
  margin: 0 7px 5px 0;
  float: left;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 192px;
}

.stream li.dcsns-instagram .meta {
  clear: both;
}

.stream li.dcsns-instagram .section-meta .meta .comments,
.stream li.dcsns-instagram .section-meta .meta .likes {
  margin: 0 0 5px;
  padding-top: 5px;
  background-position: 0 5px;
  float: none;
  font-size: 100%;
  font-weight: 700;
}

.stream li.dcsns-vine {
  padding-bottom: 40px;
}

.stream li.dcsns-vine .section-title {
  font-weight: 400;
  clear: both;
}

.stream li.dcsns-vine .section-thumb img {
  margin: 0 7px 5px 0;
  float: left;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
  max-width: 192px;
}

.stream li.dcsns-vine .meta {
  clear: both;
}

.stream li.dcsns-vine .section-meta .meta .comments,
.stream li.dcsns-vine .section-meta .meta .likes {
  margin: 0 0 5px;
  padding-top: 5px;
  background-position: 0 5px;
  float: none;
  font-size: 100%;
  font-weight: 700;
}

.stream li.dcsns-foursquare .section-thumb img {
  max-width: 192px;
  margin-bottom: 5px;
  display: block;
}

@media (max-width: 991px) and (min-width: 785px) {
  #wall {
    margin-top: 45px;
  }
}

.modern .stream li {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  padding: 0;
  width: 260px;
  margin: 0 20px 20px 0;
  font-size: 14px;
  text-align: center;
  word-wrap: break-word;
}

.modern .stream li .inner {
  padding: 0;
}

.modern .stream li .section-thumb {
  margin: 0 0 20px;
  display: block;
  float: none;
}

.modern .stream li .section-thumb img {
  max-width: 100% !important;
  width: 100% !important;
  background: 0 0;
  border: 0;
  padding: 0;
  margin: 0;
}

.modern .stream li.dcsns-twitter .section-thumb {
  float: left;
  margin: 20px 10px 10px 20px;
}

.modern .stream li.dcsns-twitter .section-thumb img {
  display: block;
  height: 48px !important;
  width: 48px !important;
}

.modern .twitter-user {
  text-align: left !important;
  margin-top: 20px;
}

.modern .twitter-text {
  clear: both;
  display: block;
}

.modern .stream li.dcsns-tumblr .inner {
  padding-top: 20px;
}

.modern .stream li .section-title {
  font-weight: 400;
}

.modern .stream li .section-text,
.modern .stream li .section-user,
.modern .stream li .section-title {
  padding: 0 20px;
  margin: 0 0 20px;
}

.modern .stream li .section-text img {
  max-width: 100% !important;
  width: 100% !important;
  background: 0 0;
  border: 0;
  padding: 0;
  float: none;
  margin: 0;
}

.modern .stream li .meta {
  display: none;
}

.modern .stream li .section-user {
  font-size: 12px;
  background: 0 0;
  float: none;
  text-align: center;
}

.modern .stream li .section-intro {
  height: auto;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  display: block;
}

.modern .stream li .section-intro a {
  margin: 0;
  text-decoration: none;
  padding: 0 5px;
}

.modern .stream li .section-intro span {
  font-size: 12px;
}

.modern .stream li .section-intro a.link-user {
  display: block;
}

.modern .stream li .section-intro a.link-user:hover {
  color: #38aeae;
}

.modern .stream li .section-intro a.link-intro {
  display: none;
}

.modern .stream li .section-user {
  display: none;
}

.modern .stream li .section-share {
  margin: 0 20px 20px 0;
  padding: 0;
}

.modern .stream li .socicon {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 24px;
}

.modern .stream li.dcsns-lastfm .section-title {
  background: url(../images/tracks.png) no-repeat 20px 3px;
  padding-left: 37px;
}

.modern .stream li.dcsns-instagram .section-thumb img {
  margin-bottom: 20px;
}

.modern.dark .stream li,
.modern.dark .stream li .section-user,
.modern.dark .stream li .section-intro a,
.modern.dark .stream li .section-text a,
.modern.dark .stream li .section-intro span,
.modern.dark .stream li.dcsns-twitter .twitter-user a strong,
.modern.dark .stream li .socicon {
  color: #fff;
}

.modern.dark .stream li .section-intro a:hover,
.modern.dark .stream li .section-title a:hover,
.modern.dark .stream li .section-text a:hover,
.stream li.dcsns-twitter .twitter-user a:hover strong {
  color: #4ec2dc;
}

.modern.dark .stream li {
  background-color: #393939;
}

.modern.dark .stream li .section-title a {
  color: #fff;
}

.modern.dark .stream li .section-intro {
  background: #2c2c2c !important;
}

.modern.light .stream li .section-intro a:hover,
.modern.light .stream li .section-title a:hover,
.modern.light .stream li .section-text a:hover,
.stream li.dcsns-twitter .twitter-user a:hover strong {
  color: #38aeae;
}

.modern.light .stream li {
  background-color: #fff;
}

.modern.light .stream li .section-intro {
  background: #ececec !important;
}

.modern.light .stream li,
.modern.light .stream li .section-intro a,
.modern.light .stream li .section-intro span {
  color: #494949;
}

.modern.light .stream li .socicon {
  color: #494949;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.socicon-youtube {
  color: red !important;
}

.socicon-vimeo {
  color: #1ab7ea !important;
}

.socicon-twitter {
  color: #00aced !important;
}

.socicon-facebook {
  color: #3b5998 !important;
}

.filter li {
  display: block !important;
  float: left;
}

.filter a {
  background: none !important;
  margin-right: 0;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
}

.filter .socicon {
  color: #fff !important;
  background-color: #0b4c5f !important;
  padding: 0.5rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  width: auto;
  height: auto;
  border-radius: 0.3rem;
}

.filter .socicon:hover {
  background-color: #fff !important;
  color: #0b4c5f !important;
}

.dcsns-toolbar .filter .link-all {
  color: #fff;
  background-color: #0b4c5f !important;
  margin-top: 0.1rem;
  padding: 0.42rem !important;
  min-width: 2.5rem !important;
  border-radius: 0.3rem;
}

.dcsns-toolbar .filter .link-all:hover {
  background-color: #fff !important;
  color: #0b4c5f !important;
}

@font-face {
  font-family: socicon;
  src: url(https://file.myfontastic.com/n6vo44Re5QaWo8oCKShBs7/../fonts/1489155872.eot);
  src: url(https://file.myfontastic.com/n6vo44Re5QaWo8oCKShBs7/../fonts/1489155872.eot?#iefix)
      format("embedded-opentype"),
    url(https://file.myfontastic.com/n6vo44Re5QaWo8oCKShBs7/../fonts/1489155872.woff)
      format("woff"),
    url(https://file.myfontastic.com/n6vo44Re5QaWo8oCKShBs7/../fonts/1489155872.ttf)
      format("truetype"),
    url(https://file.myfontastic.com/n6vo44Re5QaWo8oCKShBs7/../fonts/1489155872.svg#1489155872)
      format("svg");
  font-weight: 400;
  font-style: normal;
}

[socialwall-data-icon]:before {
  font-family: socicon !important;
  content: attr(socialwall-data-icon);
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="socicon-"]:before,
[class*=" socicon-"]:before {
  font-family: socicon !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.socicon-alliance:before {
  content: "\e000";
}

.socicon-amplement:before {
  content: "\e001";
}

.socicon-bandcamp:before {
  content: "\e002";
}

.socicon-battlenet:before {
  content: "\e003";
}

.socicon-beam:before {
  content: "\e004";
}

.socicon-bebee:before {
  content: "\e005";
}

.socicon-blizzard:before {
  content: "\e006";
}

.socicon-chrome:before {
  content: "\e007";
}

.socicon-curse:before {
  content: "\e008";
}

.socicon-deezer:before {
  content: "\e009";
}

.socicon-diablo:before {
  content: "\e00a";
}

.socicon-discord:before {
  content: "\e00b";
}

.socicon-draugiem:before {
  content: "\e00c";
}

.socicon-ebay:before {
  content: "\e00d";
}

.socicon-endomodo:before {
  content: "\e00e";
}

.socicon-etsy:before {
  content: "\e00f";
}

.socicon-filmweb:before {
  content: "\e010";
}

.socicon-firefox:before {
  content: "\e011";
}

.socicon-formulr:before {
  content: "\e012";
}

.socicon-google:before {
  content: "\e013";
}

.socicon-google-scholar:before {
  content: "\e014";
}

.socicon-googlegroups:before {
  content: "\e015";
}

.socicon-googlephotos:before {
  content: "\e016";
}

.socicon-hearthstone:before {
  content: "\e017";
}

.socicon-hellocoton:before {
  content: "\e018";
}

.socicon-heroes:before {
  content: "\e019";
}

.socicon-hitbox:before {
  content: "\e01a";
}

.socicon-horde:before {
  content: "\e01b";
}

.socicon-imdb:before {
  content: "\e01c";
}

.socicon-instagram:before {
  content: "\e01d";
}

.socicon-issuu:before {
  content: "\e01e";
}

.socicon-itunes:before {
  content: "\e01f";
}

.socicon-keybase:before {
  content: "\e020";
}

.socicon-line:before {
  content: "\e021";
}

.socicon-livejournal:before {
  content: "\e022";
}

.socicon-lyft:before {
  content: "\e023";
}

.socicon-macos:before {
  content: "\e024";
}

.socicon-medium:before {
  content: "\e025";
}

.socicon-mumble:before {
  content: "\e026";
}

.socicon-nintendo:before {
  content: "\e027";
}

.socicon-openid:before {
  content: "\e028";
}

.socicon-opera:before {
  content: "\e029";
}

.socicon-overwatch:before {
  content: "\e02a";
}

.socicon-player:before {
  content: "\e02b";
}

.socicon-quora:before {
  content: "\e02c";
}

.socicon-raidcall:before {
  content: "\e02d";
}

.socicon-researchgate:before {
  content: "\e02e";
}

.socicon-residentadvisor:before {
  content: "\e02f";
}

.socicon-reverbnation:before {
  content: "\e030";
}

.socicon-sharethis:before {
  content: "\e031";
}

.socicon-friendfeed:before {
  content: "\e032";
}

.socicon-newsvine:before {
  content: "\e033";
}

.socicon-identica:before {
  content: "\e034";
}

.socicon-bebo:before {
  content: "\e035";
}

.socicon-zynga:before {
  content: "\e036";
}

.socicon-steam:before {
  content: "\e037";
}

.socicon-xbox:before {
  content: "\e038";
}

.socicon-windows:before {
  content: "\e039";
}

.socicon-qq:before {
  content: "\e03a";
}

.socicon-douban:before {
  content: "\e03b";
}

.socicon-meetup:before {
  content: "\e03c";
}

.socicon-playstation:before {
  content: "\e03d";
}

.socicon-android:before {
  content: "\e03e";
}

.socicon-snapchat:before {
  content: "\e03f";
}

.socicon-foursquare:before {
  content: "\e040";
}

.socicon-yahoo:before {
  content: "\e041";
}

.socicon-skype:before {
  content: "\e042";
}

.socicon-yelp:before {
  content: "\e043";
}

.socicon-feedburner:before {
  content: "\e044";
}

.socicon-xing:before {
  content: "\e045";
}

.socicon-myspace:before {
  content: "\e046";
}

.socicon-soundcloud:before {
  content: "\e047";
}

.socicon-spotify:before {
  content: "\e048";
}

.socicon-grooveshark:before {
  content: "\e049";
}

.socicon-lastfm:before {
  content: "\e04a";
}

.socicon-mixcloud:before {
  content: "\e04b";
}

.socicon-flickr:before {
  content: "\e04c";
}

.socicon-500px:before {
  content: "\e04d";
}

.socicon-wordpress:before {
  content: "\e04e";
}

.socicon-tumblr:before {
  content: "\e04f";
}

.socicon-twitch:before {
  content: "\e050";
}

.socicon-8tracks:before {
  content: "\e051";
}

.socicon-amazon:before {
  content: "\e052";
}

.socicon-icq:before {
  content: "\e053";
}

.socicon-smugmug:before {
  content: "\e054";
}

.socicon-ravelry:before {
  content: "\e055";
}

.socicon-weibo:before {
  content: "\e056";
}

.socicon-baidu:before {
  content: "\e057";
}

.socicon-angellist:before {
  content: "\e058";
}

.socicon-modelmayhem:before {
  content: "\e059";
}

.socicon-drupal:before {
  content: "\e05a";
}

.socicon-swarm:before {
  content: "\e05b";
}

.socicon-istock:before {
  content: "\e05c";
}

.socicon-yammer:before {
  content: "\e05d";
}

.socicon-ello:before {
  content: "\e05e";
}

.socicon-stackoverflow:before {
  content: "\e05f";
}

.socicon-persona:before {
  content: "\e060";
}

.socicon-triplej:before {
  content: "\e061";
}

.socicon-houzz:before {
  content: "\e062";
}

.socicon-rss:before {
  content: "\e063";
}

.socicon-paypal:before {
  content: "\e064";
}

.socicon-odnoklassniki:before {
  content: "\e065";
}

.socicon-airbnb:before {
  content: "\e066";
}

.socicon-periscope:before {
  content: "\e067";
}

.socicon-outlook:before {
  content: "\e068";
}

.socicon-coderwall:before {
  content: "\e069";
}

.socicon-appnet:before {
  content: "\e06a";
}

.socicon-goodreads:before {
  content: "\e06b";
}

.socicon-tripit:before {
  content: "\e06c";
}

.socicon-lanyrd:before {
  content: "\e06d";
}

.socicon-slideshare:before {
  content: "\e06e";
}

.socicon-buffer:before {
  content: "\e06f";
}

.socicon-disqus:before {
  content: "\e070";
}

.socicon-vkontakte:before {
  content: "\e071";
}

.socicon-whatsapp:before {
  content: "\e072";
}

.socicon-patreon:before {
  content: "\e073";
}

.socicon-storehouse:before {
  content: "\e074";
}

.socicon-pocket:before {
  content: "\e075";
}

.socicon-mail:before {
  content: "\e076";
}

.socicon-blogger:before {
  content: "\e077";
}

.socicon-technorati:before {
  content: "\e078";
}

.socicon-reddit:before {
  content: "\e079";
}

.socicon-dribbble:before {
  content: "\e07a";
}

.socicon-stumbleupon:before {
  content: "\e07b";
}

.socicon-digg:before {
  content: "\e07c";
}

.socicon-envato:before {
  content: "\e07d";
}

.socicon-behance:before {
  content: "\e07e";
}

.socicon-delicious:before {
  content: "\e07f";
}

.socicon-deviantart:before {
  content: "\e080";
}

.socicon-forrst:before {
  content: "\e081";
}

.socicon-play:before {
  content: "\e082";
}

.socicon-zerply:before {
  content: "\e083";
}

.socicon-wikipedia:before {
  content: "\e084";
}

.socicon-apple:before {
  content: "\e085";
}

.socicon-flattr:before {
  content: "\e086";
}

.socicon-github:before {
  content: "\e087";
}

.socicon-renren:before {
  content: "\e088";
}

.socicon-vine:before {
  content: "\e089";
}

.socicon-songkick:before {
  content: "\e08a";
}

.socicon-stackexchange:before {
  content: "\e08b";
}

.socicon-starcraft:before {
  content: "\e08c";
}

.socicon-stayfriends:before {
  content: "\e08d";
}

.socicon-strava:before {
  content: "\e08e";
}

.socicon-streamjar:before {
  content: "\e08f";
}

.socicon-teamspeak:before {
  content: "\e090";
}

.socicon-teamviewer:before {
  content: "\e091";
}

.socicon-telegram:before {
  content: "\e092";
}

.socicon-uber:before {
  content: "\e093";
}

.socicon-ventrilo:before {
  content: "\e094";
}

.socicon-viber:before {
  content: "\e095";
}

.socicon-viewbug:before {
  content: "\e096";
}

.socicon-warcraft:before {
  content: "\e097";
}

.socicon-wechat:before {
  content: "\e098";
}

.socicon-wykop:before {
  content: "\e099";
}

.socicon-yandex:before {
  content: "\e09a";
}

.socicon-younow:before {
  content: "\e09b";
}

.socicon-zapier:before {
  content: "\e09c";
}

.socicon-zomato:before {
  content: "\e09d";
}

.socicon-facebook:before {
  content: "\e09e";
}

.socicon-googleplus:before {
  content: "\e09f";
}

.socicon-pinterest:before {
  content: "\e0a0";
}

.socicon-youtube:before {
  content: "\e0a1";
}

.socicon-vimeo:before {
  content: "\e0a2";
}

.socicon-dailymotion:before {
  content: "\e0a3";
}

.socicon-linkedin:before {
  content: "\e0a4";
}

.socicon-viadeo:before {
  content: "\e0a5";
}

.socicon-twitter:before {
  content: "\e0a6";
}

.socicon-npm:before {
  content: "\e0a7";
}

.socicon-hackerrank:before {
  content: "\e0a8";
}

.socicon-tripadvisor:before {
  content: "\e0a9";
}

.camaraIP {
  background-color: #f0f0f0;
  padding: 20px 0;
}

.camaraIP .contenido {
  text-align: center;
}

.camaraIP .contenido #imgCam {
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

.listadoNotasDePrensa .iconoPrensa {
  font-size: 2.357rem;
  margin-top: 0.15rem;
}

.listadoNotasDePrensa .enlaceNotaDePrensa h5 {
  font-weight: 700;
}

.listadoNotasDePrensa .enlaceNotaDePrensa:hover {
  color: #0b4c5f;
}

.BloqueEnlacesAnnos,
.BloqueEnlacesMeses {
  text-align: center;
}

.listadoNotasDePrensa time {
  font-size: 0.85rem;
  font-weight: 700;
  margin-top: 11px;
}

.BloqueEnlacesAnnos ul,
.BloqueEnlacesMeses ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 5px;
  display: inline-block;
}

.BloqueEnlacesAnnos li,
.BloqueEnlacesMeses li {
  float: left;
  color: #333;
}

.BloqueEnlacesAnnos li a,
.BloqueEnlacesMeses li a,
.BloqueEnlacesMeses li span {
  padding-right: 5px;
  padding-left: 5px;
  font-family: Titillium Web, Helvetica, Arial, sans-serif;
}

.BloqueEnlacesMeses li span.mesVacio {
  color: #d3d3d3;
}

.BloqueEnlacesAnnos ul a:hover,
.BloqueEnlacesMeses ul a:hover,
.BloqueEnlacesAnnos li a:hover,
.BloqueEnlacesMeses li a:hover {
  color: #0b4c5f;
  text-decoration: none;
}

.BloqueEnlacesAnnos li,
.BloqueEnlacesMeses li .separador {
  color: #333;
}

.BloqueEnlacesAnnos ul .activo,
.BloqueEnlacesMeses ul .activo,
.BloqueEnlacesAnnos li .activo,
.BloqueEnlacesMeses li .activo {
  font-weight: 700;
}

.BloqueEnlacesAnnos ul li:last-child span {
  display: none;
}

#listadoNotasDePrensaInner .desc a {
  color: #0b4c5f;
}

#listadoNotasDePrensaInner .desc a:hover {
  text-decoration: none;
}

.containerOverImage {
  position: relative;
  text-align: center;
  color: white;
}
.containerOverImage p {
  position: absolute;
  bottom: 8px;
  left: 24px;
  font-weight: bold;
  font-size: 29px;
  margin-bottom: 2px !important;
}
.breadcrumb .breadcrumb__item.current_item.black a {
  font-family: Titillium Web;
  display: inline-table;
  text-decoration: none;
  color: #041e42;
  font-weight: bold;
}
/* .tituloInformeDeSustentabilidade h2{
    font-size: 41px;
    font-weight: bold;
    font-family: Titillium Web;
    margin-top: 20px;
    margin-bottom: 60px;
    Color:#FF7B00
} */

.tituloInformeDeSustentabilidade h4 {
  font-size: 16px;
}

.numeroTitulo h2 {
  font-size: 70px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.textoCursiva {
  font-style: italic;
  font-size: 16px;
  font-family: Titillium Web;
  color: #6e6259;
  margin-bottom: 50px;
}

.autor {
  text-align: right;
  font-weight: bold;
  color: #6e6259;
  font-weight: 16px;
}

.autor p {
  margin-bottom: 0px;
}

.puestoDeTrabajo {
  text-align: right;
  color: #6e6259;
}

.textoDescriptivo h2 {
  font-size: 25px;
  font-family: Titillium Web;
  font-weight: 700;
  color: #6e6259;
}

.textoDescriptivo label {
  font-size: 16px;
  font-family: Titillium Web;
  font-weight: 400;
  color: #6e6259;
}

.tituloItem3 p {
  font-size: 16px;
  font-family: Titillium Web;
  color: #6e6259;
  padding-top: 60px;
  padding-left: 15px;
}

.imagenInformeDeSustentabilidade {
  text-align: center;
}

.anyoInformeDeSustentabilidade {
  text-align: center;
}

.textoDescriptivo2 {
  margin-top: 60px;
  margin-left: 20px;
  color: #6e6259;
}

.buscaDeNoticias {
  background-color: #efeeea;
  border: 1.5px solid orange;
  border-radius: 10px;
  /* height: 295px; */
  margin-top: 20px;
  /* width: 225px; */
}

.buscaDeNoticias h4 {
  font-size: 22px;
  font-family: Titillium Web;
  color: #ff7b00;
  margin: 1em 0;
}

.disabledTextInput {
  -webkit-appearance: none;
  background: url(./assets/files/images/ARROW_dropdown_gray.png) 96% / 10%
    no-repeat white;
}

.anyoPlanoDeSustentabilidade h2 {
  margin-top: 0px;
  font-size: 60px;
}

.tituloNoticia {
  padding-bottom: 0px;
}

.descripcionNoticia {
  font-family: Titillium Web;
  font-size: 20px;
  color: #6e6259;
  margin-bottom: 10px;
}

.tituloNoticia h2 {
  font-family: Titillium Web;
  font-size: (40px) 2em;
  margin: 0.67em 0;
  color: #6e6259;
}

.fecha {
  color: #418080;
  padding-right: 5px;
}

.tipoDoc {
  color: #418080;
  padding-right: 5px;
}

.tamanyo {
  padding: 0 10px 0 5px;
  font-size: 13px;
  font-size: 1.2rem;
}

.fechaConBarra {
  color: #6e6259;
  border-right: 1px solid #6e6259;
  padding-right: 5px;
}

.tipoDocConBarra {
  color: #6e6259;
  border-right: 1px solid #6e6259;
  padding-right: 5px;
}

.iconoPDF {
  background: url(./assets/files/images/Icon_download-file_orange.png) 0% / 100%
    no-repeat white;
  padding: 0 10px 0 5px;
  font-size: 13px;
  font-size: 1.2rem;
}

.tamanyoConBarra {
  /* background: url(./assets/files/images/Icon_download-file_orange.png) 0% / 19%
    no-repeat white; */
  padding: 0 10px 0 5px;
  font-size: 13px;
  font-size: 1.2rem;
}

.imagenNoticia {
  margin-top: 20px;
  margin-bottom: 60px;
}

.textoNoticia > * {
  font-family: Titillium Web;
  font-size: large;
  color: #6e6259;
}
.textoNoticia p:last-of-type {
  display: contents;
}
.textoNoticia a {
  font-size: 18px !important;
  font-weight: bold;
  color: #ff7b00 !important;
  text-decoration: underline !important;
}

.tituloAlternativoNoticia h4 {
  font-family: Titillium Web;
  font-weight: 700;
  font-size: 20px;
  color: #6e6259;
}

/* .galeriaDeVideos{
    margin-right: 60px;
    margin-left: 60px;
} */

.tituloGaleriaMultimidia {
  color: #6e6259;
}

.destacadoSecundario.center {
  text-align: center;
}

.destacadoSecundario.anyos {
  padding-top: 0px;
}

.noticiasSecundarias {
  padding-bottom: 15px;
}

.noticiasSecundarias img {
  margin-top: 10px;
}

.noticiasSecundarias h4 {
  margin-top: 0px;
}

.noticiasSecundarias h4 a {
  font-family: Titillium Web;
  font-weight: 700;
  font-size: 20px;
  color: #6e6259;
}

.noticiasSecundarias span {
  font-family: Titillium Web;
  font-size: 14px;
  color: #6e6259;
}

.contenedorNoticiasSecundarias {
  padding-bottom: 15px;
}

.assessoriaDeImprensa {
  /* margin-top: 40px; */
  border: 1px solid;
  border-color: #6e6259;
  border-radius: 10px;
}
.assessoriaDeImprensa h4 {
  font-family: Titillium Web;
  font-weight: 700;
  font-size: 14px;
  color: #6e6259;
  margin-top: 20px;
  margin-left: 15px;
}

.assessoriaDeImprensa label {
  font-family: Titillium Web;
  font-size: 17px;
  color: #6e6259;
  margin-left: 15px;
  font-weight: normal;
}

.tituloGaleriaDeImagens h3 {
  font-size: 45px;
  font-family: Titillium Web;
  font-weight: 700;
  font-size: 40px;
  margin: 0.67em 0;
  color: #ff7b00;
}

.buscaNoticiasbtn a {
  font-size: 17px;
}

.buscaNoticiasbtn .cabecera {
  margin-bottom: 13px;
}

.buscaNoticiasbtn .cabecera .enlace_sala {
  float: right;
}

.buscaNoticiasbtn .cabecera .enlace_sala a {
  padding: 0px 5px;
  border: 1px solid #ff7b00;
  color: #ff7b00;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 25px;
  margin-top: 20px;
}

.buscaNoticias h3 {
  font-size: 1.35em !important;
  /* padding-left: 5px; */
  padding-right: 5px;
}

.buscaNoticias label {
  font-size: 1em !important;
  padding-top: 15px;
  /* padding-left: 5px; */
  padding-right: 5px;
}

.buscaNoticias input {
  width: 100%;
}

.buscaNoticias select {
  width: 100%;
  margin-bottom: 20px;
}

/* BOTÓN PESQUISAR... */

#searchsubmitPesquisar {
  background: url(./assets/files/images/icon-Pesquisar-return.png) 97% / 16%
    no-repeat white;
  margin-bottom: 30px;
  /* margin-left: 147px; */
  font-family: Titillium Web;
  font-size: 20px;
  color: #ff7b00;
  background-color: #efeeea;
  padding-left: 0px;
  padding-right: 20px;
  border-radius: 3px;
  border: 1px solid #ff7b00;
  text-decoration: none;
  width: 90%;
}

#searchsubmitPesquisar:hover {
  color: white;
  background-color: #ff7b00 !important;
  background: url(./assets/files/images/icon-Pesquisa-white-return.png) 97% /
    16% no-repeat;
  border: 1px solid #ff7b00;
}

#searchsubmitPesquisarSingleNew {
  background: url(./assets/files/images/icon-Pesquisar-return.png) 97% / 18%
    no-repeat white;
  margin-bottom: 30px;
  /* margin-left: 147px; */
  font-family: Titillium Web;
  font-size: 20px;
  color: #ff7b00;
  background-color: #efeeea;
  padding-left: 0px;
  padding-right: 20px;
  border-radius: 3px;
  border: 1px solid #ff7b00;
  text-decoration: none;
  width: 64%;
}

#searchsubmitPesquisarSingleNew:hover {
  color: white;
  background-color: #ff7b00 !important;
  background: url(./assets/files/images/icon-Pesquisa-white-return.png) 93% /
    16% no-repeat;
  border: 1px solid #ff7b00;
}

/* BOTÓN BUSCAR... */

#searchsubmitBuscar {
  background: url(./assets/files/images/icon-Pesquisar-return.png) 97% / 18%
    no-repeat white;
  margin-bottom: 30px;
  /* margin-left: 147px; */
  font-family: Titillium Web;
  font-size: 20px;
  color: #ff7b00;
  background-color: #efeeea;
  padding-left: 0px;
  padding-right: 20px;
  border-radius: 3px;
  border: 1px solid #ff7b00;
  text-decoration: none;
  width: 64%;
}

#searchsubmitBuscar:hover {
  color: white;
  background-color: #ff7b00 !important;
  background: url(./assets/files/images/icon-Pesquisa-white-return.png) 97% /
    18% no-repeat;
  border: 1px solid #ff7b00;
}

#news-searchform-result-submit {
  background: url(./assets/files/images/icon-Pesquisar-return.png) 90% / 20%
    no-repeat white;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Titillium Web;
  font-size: 18px;
  color: #ff7b00;
  background-color: #efeeea;
  text-align: left;
  padding-left: 5px;
  padding-right: 10px;
  border-radius: 3px;
  border: 1px solid #ff7b00;
  text-decoration: none;
  width: 85%;
}

#news-searchform-result-submit:hover {
  color: white;
  background-color: #ff7b00 !important;
  background: url(./assets/files/images/icon-Pesquisa-white-return.png) 90% /
    20% no-repeat;
  border: 1px solid #ff7b00;
}

.tituloInformeDeSustentabilidade {
  margin-left: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
  #resultado_eventos ul li.eventoNoDestacado,
  #resultado_eventos2 ul li.eventoNoDestacado {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #resultado_eventos .masEventos,
  #resultado_eventos2 .masEventos {
    display: inline-block;
    margin-top: 20px;
  }
  #resultado_eventos ul li.eventoNoDestacado,
  #resultado_eventos2 ul li.eventoNoDestacado {
    margin-top: 60px;
    float: left;
    padding: 0;
    width: 100%;
  }
  #resultado_eventos ul li.eventoNoDestacado.sinImagen .familiaEvento,
  #resultado_eventos2 ul li.eventoNoDestacado.sinImagen .familiaEvento {
    left: 62px;
  }
  #resultado_eventos ul li.eventoNoDestacado.sinImagen .fechaEvento,
  #resultado_eventos2 ul li.eventoNoDestacado.sinImagen .fechaEvento {
    max-height: 80px;
    height: auto;
    padding: 16px;
    padding-bottom: 10px;
  }
  #resultado_eventos
    ul
    li.eventoNoDestacado.sinImagen
    .fechaEvento
    .contenidoFecha,
  #resultado_eventos2
    ul
    li.eventoNoDestacado.sinImagen
    .fechaEvento
    .contenidoFecha {
    padding: 0;
    display: table;
  }
  #resultado_eventos
    ul
    li.eventoNoDestacado.sinImagen
    .fechaEvento
    .contenidoFecha
    span.inicio,
  #resultado_eventos2
    ul
    li.eventoNoDestacado.sinImagen
    .fechaEvento
    .contenidoFecha
    span.inicio {
    float: none;
    display: block;
    width: 0;
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 23px;
    text-align: center;
  }
  #resultado_eventos
    ul
    li.eventoNoDestacado.sinImagen
    .fechaEvento
    .contenidoFecha
    span.inicio:first-line,
  #resultado_eventos2
    ul
    li.eventoNoDestacado.sinImagen
    .fechaEvento
    .contenidoFecha
    span.inicio:first-line {
    font-weight: 700;
  }
  #resultado_eventos
    ul
    li.eventoNoDestacado.sinImagen
    .fechaEvento
    .contenidoFecha
    span.final,
  #resultado_eventos2
    ul
    li.eventoNoDestacado.sinImagen
    .fechaEvento
    .contenidoFecha
    span.final {
    float: none;
    display: block;
    margin-top: 10px;
    width: 20%;
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 20px;
    text-align: center;
  }
  #resultado_eventos
    ul
    li.eventoNoDestacado.sinImagen
    .fechaEvento
    .contenidoFecha
    .estadoEvento,
  #resultado_eventos2
    ul
    li.eventoNoDestacado.sinImagen
    .fechaEvento
    .contenidoFecha
    .estadoEvento {
    text-align: initial;
    margin-top: 0;
    width: auto;
    display: block;
    position: absolute;
    top: 45px;
    left: 73px;
  }
  #resultado_eventos
    ul
    li.eventoNoDestacado.sinImagen
    .fechaEvento
    .contenidoFecha.dosFechas
    .estadoEvento,
  #resultado_eventos2
    ul
    li.eventoNoDestacado.sinImagen
    .fechaEvento
    .contenidoFecha.dosFechas
    .estadoEvento {
    position: absolute;
    top: 29px;
    left: 73px;
  }
  #resultado_eventos ul li.eventoNoDestacado.sinImagen .contenidoEvento,
  #resultado_eventos2 ul li.eventoNoDestacado.sinImagen .contenidoEvento {
    height: auto;
  }
  #resultado_eventos
    ul
    li.eventoNoDestacado.sinImagen
    .contenidoEvento
    .tituloEvento,
  #resultado_eventos2
    ul
    li.eventoNoDestacado.sinImagen
    .contenidoEvento
    .tituloEvento {
    margin-bottom: 25px;
    height: auto;
  }
  #resultado_eventos
    ul
    li.eventoNoDestacado.sinImagen
    .contenidoEvento
    .tituloEvento
    a,
  #resultado_eventos2
    ul
    li.eventoNoDestacado.sinImagen
    .contenidoEvento
    .tituloEvento
    a {
    line-height: 30px;
  }
  #resultado_eventos
    ul
    li.eventoNoDestacado.sinImagen
    .contenidoEvento
    .horaEvento,
  #resultado_eventos2
    ul
    li.eventoNoDestacado.sinImagen
    .contenidoEvento
    .horaEvento {
    margin-right: 30px;
    margin-bottom: 5px;
    float: left;
  }
  #resultado_eventos
    ul
    li.eventoNoDestacado.conImagen
    .imagenDestacado1
    .multimedia
    img,
  #resultado_eventos2
    ul
    li.eventoNoDestacado.conImagen
    .imagenDestacado1
    .multimedia
    img {
    width: 100%;
    height: auto;
    min-height: 130px;
  }
  #resultado_eventos
    ul
    li.eventoNoDestacado.conImagen
    .fechaEvento
    .contenidoFecha
    span.inicio,
  #resultado_eventos2
    ul
    li.eventoNoDestacado.conImagen
    .fechaEvento
    .contenidoFecha
    span.inicio,
  #resultado_eventos
    ul
    li.eventoNoDestacado.conImagen
    .fechaEvento
    .contenidoFecha
    span.final,
  #resultado_eventos2
    ul
    li.eventoNoDestacado.conImagen
    .fechaEvento
    .contenidoFecha
    span.final {
    padding-left: 29%;
    padding-right: 29%;
    font-size: 16px;
    font-size: 1.143rem;
  }
  #resultado_eventos
    ul
    li.eventoNoDestacado.conImagen
    .fechaEvento
    .contenidoFecha
    .estadoEvento,
  #resultado_eventos2
    ul
    li.eventoNoDestacado.conImagen
    .fechaEvento
    .contenidoFecha
    .estadoEvento {
    line-height: 20px;
    padding-left: 10%;
    padding-right: 10px;
  }
  #resultado_eventos
    ul
    li.eventoNoDestacado.conImagen
    .fechaEvento
    .contenidoFecha.dosFechas
    span.inicio,
  #resultado_eventos2
    ul
    li.eventoNoDestacado.conImagen
    .fechaEvento
    .contenidoFecha.dosFechas
    span.inicio,
  #resultado_eventos
    ul
    li.eventoNoDestacado.conImagen
    .fechaEvento
    .contenidoFecha.dosFechas
    span.final,
  #resultado_eventos2
    ul
    li.eventoNoDestacado.conImagen
    .fechaEvento
    .contenidoFecha.dosFechas
    span.final {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    display: inline-table;
  }
  #resultado_eventos
    ul
    li.eventoNoDestacado.conImagen
    .fechaEvento
    .contenidoFecha.dosFechas
    span.inicio
    span.numeroEvento,
  #resultado_eventos2
    ul
    li.eventoNoDestacado.conImagen
    .fechaEvento
    .contenidoFecha.dosFechas
    span.inicio
    span.numeroEvento,
  #resultado_eventos
    ul
    li.eventoNoDestacado.conImagen
    .fechaEvento
    .contenidoFecha.dosFechas
    span.final
    span.numeroEvento,
  #resultado_eventos2
    ul
    li.eventoNoDestacado.conImagen
    .fechaEvento
    .contenidoFecha.dosFechas
    span.final
    span.numeroEvento {
    font-size: 26px;
    font-size: 1.857rem;
    font-weight: 700;
  }
  #resultado_eventos ul li.eventoNoDestacado.conImagen .fechaEvento .puntero,
  #resultado_eventos2 ul li.eventoNoDestacado.conImagen .fechaEvento .puntero {
    left: 30%;
  }
  #resultado_eventos
    ul
    li.eventoNoDestacado.conImagen
    .contenidoEvento
    .tituloEvento,
  #resultado_eventos2
    ul
    li.eventoNoDestacado.conImagen
    .contenidoEvento
    .tituloEvento {
    margin-bottom: 30px;
    height: auto;
    overflow: visible;
  }
  #resultado_eventos
    ul
    li.eventoNoDestacado.conImagen
    .contenidoEvento
    .tituloEvento
    a,
  #resultado_eventos2
    ul
    li.eventoNoDestacado.conImagen
    .contenidoEvento
    .tituloEvento
    a {
    line-height: 24px;
    color: #6e6259;
  }
  #resultado_eventos
    ul
    li.eventoNoDestacado.conImagen
    .contenidoEvento
    .descripcionEvento,
  #resultado_eventos2
    ul
    li.eventoNoDestacado.conImagen
    .contenidoEvento
    .descripcionEvento {
    display: none;
  }
  #resultado_eventos
    ul
    li.eventoNoDestacado.conImagen
    .contenidoEvento
    .horaEvento,
  #resultado_eventos2
    ul
    li.eventoNoDestacado.conImagen
    .contenidoEvento
    .horaEvento {
    margin-right: 30px;
    margin-bottom: 5px;
    float: none;
    display: table-cell;
    font-size: 14px;
    font-size: 1rem;
  }
  #resultado_eventos
    ul
    li.eventoNoDestacado.conImagen
    .contenidoEvento
    .lugarEvento,
  #resultado_eventos2
    ul
    li.eventoNoDestacado.conImagen
    .contenidoEvento
    .lugarEvento {
    font-size: 14px;
    font-size: 1rem;
  }
  #resultado_eventos ul li.eventoDestacado,
  #resultado_eventos2 ul li.eventoDestacado {
    float: left;
  }
  #resultado_eventos ul li.eventoDestacado.conImagen,
  #resultado_eventos2 ul li.eventoDestacado.conImagen {
    position: relative;
    height: auto;
  }
  #resultado_eventos ul li.eventoDestacado.conImagen .imagenDestacado1,
  #resultado_eventos2 ul li.eventoDestacado.conImagen .imagenDestacado1 {
    position: relative;
  }
  #resultado_eventos
    ul
    li.eventoDestacado.conImagen
    .imagenDestacado1
    .multimedia
    img,
  #resultado_eventos2
    ul
    li.eventoDestacado.conImagen
    .imagenDestacado1
    .multimedia
    img {
    height: auto;
    min-height: 145px;
    width: 100%;
  }
  #resultado_eventos ul li.eventoDestacado.conImagen .familiaEvento,
  #resultado_eventos2 ul li.eventoDestacado.conImagen .familiaEvento {
    position: absolute;
  }
  #resultado_eventos ul li.eventoDestacado.conImagen .fechaEvento,
  #resultado_eventos2 ul li.eventoDestacado.conImagen .fechaEvento {
    float: none;
    margin-top: 0;
    height: auto;
    width: auto;
    padding-top: 15px;
  }
  #resultado_eventos
    ul
    li.eventoDestacado.conImagen
    .fechaEvento
    .contenidoFecha
    .inicio,
  #resultado_eventos2
    ul
    li.eventoDestacado.conImagen
    .fechaEvento
    .contenidoFecha
    .inicio,
  #resultado_eventos
    ul
    li.eventoDestacado.conImagen
    .fechaEvento
    .contenidoFecha
    .final,
  #resultado_eventos2
    ul
    li.eventoDestacado.conImagen
    .fechaEvento
    .contenidoFecha
    .final {
    display: inline-block;
    margin-bottom: 10px;
  }
  #resultado_eventos
    ul
    li.eventoDestacado.conImagen
    .fechaEvento
    .contenidoFecha
    .estadoEvento,
  #resultado_eventos2
    ul
    li.eventoDestacado.conImagen
    .fechaEvento
    .contenidoFecha
    .estadoEvento {
    display: block;
    font-size: 16px;
    line-height: 20px;
  }
  #resultado_eventos ul li.eventoDestacado.conImagen .contenidoEvento,
  #resultado_eventos2 ul li.eventoDestacado.conImagen .contenidoEvento {
    float: inherit;
    width: 100%;
    height: auto;
    margin: 0;
  }
  #resultado_eventos
    ul
    li.eventoDestacado.conImagen
    .contenidoEvento
    .tituloEvento,
  #resultado_eventos2
    ul
    li.eventoDestacado.conImagen
    .contenidoEvento
    .tituloEvento {
    margin-bottom: 5px;
    max-height: 66px;
  }
  #resultado_eventos
    ul
    li.eventoDestacado.conImagen
    .contenidoEvento
    .tituloEvento
    a,
  #resultado_eventos2
    ul
    li.eventoDestacado.conImagen
    .contenidoEvento
    .tituloEvento
    a {
    color: #6e6259;
    line-height: 30px;
  }
  #resultado_eventos
    ul
    li.eventoDestacado.conImagen
    .contenidoEvento
    .descripcionEvento,
  #resultado_eventos2
    ul
    li.eventoDestacado.conImagen
    .contenidoEvento
    .descripcionEvento {
    margin-bottom: 30px;
    line-height: 22px;
    max-height: initial;
    height: auto;
    display: block;
  }
  #resultado_eventos
    ul
    li.eventoDestacado.conImagen
    .contenidoEvento
    .horaEvento,
  #resultado_eventos2
    ul
    li.eventoDestacado.conImagen
    .contenidoEvento
    .horaEvento {
    margin-right: 35px;
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .calendario .carousel {
    overflow: visible;
  }
  .calendario .carousel ul {
    display: none;
    padding: 0;
  }
  .calendario .carousel .flecha.siguiente {
    right: 3px;
  }
  .calendario .carousel .flecha.anterior {
    left: 10px;
  }
  .calendario .carousel.mensual .flechaMes {
    width: 5%;
  }
  .calendario .carousel.mensual .flechaMes.anterior span {
    left: inherit;
  }
  .calendario .carousel.mensual .flechaMes.siguiente span {
    left: inherit;
  }
  .calendario .carousel.mensual .flechaMes span {
    top: 45%;
  }
  .calendario .carousel.mensual .flecha span {
    top: 45%;
  }
  .calendario .carousel.mensual .meses .mes.actual {
    width: 300px;
  }
  .calendario .carousel.mensual .meses .mes.actual .dia {
    padding-top: 4px;
  }
  .calendario .carousel.semanal .cajaCorte .mes .dia .conector.izquierda {
    right: -19px;
  }
  .calendario .carousel.semanal .cajaCorte .mes .dia .conector.derecha {
    left: -19px;
  }
  .calendario .carousel.semanal .cajaCorte .mes .dia .numero {
    font-size: 29px;
  }
  .calendario .eventos .eventosVisibles .evento {
    min-width: 100%;
    overflow: hidden;
    height: auto;
  }
  .calendario .eventos .eventosVisibles .evento.conRedes {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .calendario .eventos .eventosVisibles .evento.conRedes::-webkit-scrollbar {
    display: none;
  }
  .calendario .eventos .eventosVisibles .evento.conRedes .info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    position: relative;
  }
  .calendario .eventos .eventosVisibles .evento.conRedes .info .datos {
    height: auto;
    margin-bottom: 10px;
  }
  .calendario .eventos .eventosVisibles .evento.conRedes .info .datos .titulo {
    max-height: none;
    -webkit-line-camp: 1;
  }
  .calendario .eventos .eventosVisibles .evento.conRedes .info .datos .lugar {
    width: 100%;
  }
  .calendario .eventos .eventosVisibles .evento.conRedes .delimitador-izq {
    display: inherit;
    z-index: 1000;
    width: 50px;
    height: 50px;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: -22px;
    top: 50px;
  }
  .calendario
    .eventos
    .eventosVisibles
    .evento.conRedes
    .delimitador-izq
    > button {
    font-weight: 700;
    background-color: #f89406;
    width: 40px;
    height: 40px;
    font-size: 13px;
    line-height: 0.42;
    border-radius: 30px;
    color: #fff;
    padding-left: 7px;
    text-align: left;
    border: 0;
  }
  .calendario .eventos .eventosVisibles .evento.conRedes .acciones {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    display: block;
    position: relative;
  }
  .calendario
    .eventos
    .eventosVisibles
    .evento.conRedes
    .acciones
    .delimitador-der {
    display: none;
    z-index: 1;
    width: auto;
    position: absolute;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    top: 50px;
    left: -18px;
    background-color: transparent;
  }
  .calendario
    .eventos
    .eventosVisibles
    .evento.conRedes
    .acciones
    .delimitador-der
    > button {
    border-bottom: 0;
    background-color: #f89406;
    width: 40px;
    height: 40px;
    font-size: 13px;
    line-height: 0.42;
    border-radius: 30px;
    color: #fff;
    padding-left: 16px;
    border: 0;
  }
  .calendario
    .eventos
    .eventosVisibles
    .evento.conRedes
    .acciones
    .delimitador-der
    > button
    > span {
    margin-top: 6px;
    font-size: 13px;
  }
  .calendario
    .eventos
    .eventosVisibles
    .evento.conRedes
    .acciones
    .compartir
    .texto {
    font: "Repsol Bold";
    padding-left: 30px;
  }
  .calendario
    .eventos
    .eventosVisibles
    .evento.conRedes
    .acciones
    .compartir:hover
    .dropdown-menu {
    display: none;
  }
  .calendario
    .eventos
    .eventosVisibles
    .evento.conRedes
    .acciones
    .compartir
    > span:nth-child(1) {
    margin-top: 45px;
  }
  .calendario
    .eventos
    .eventosVisibles
    .evento.conRedes
    .acciones
    > div
    span:nth-child(2) {
    margin-bottom: 40px;
  }
  .calendario
    .eventos
    .eventosVisibles
    .evento.conRedes
    .acciones
    > a
    span:nth-child(2) {
    margin-bottom: 40px;
  }
  .calendario .eventos .eventosVisibles .evento.conRedes .acciones > div {
    height: auto;
  }
  .calendario
    .eventos
    .eventosVisibles
    .evento.conRedes
    .acciones
    .anyadir
    > span:nth-child(1) {
    margin-top: 40px;
  }
  .calendario .eventos .verMasDestacados span {
    padding: 7.5px 30px;
  }
  #hsp-calendar ul.mes {
    display: inline-block;
  }
}

@media (min-width: 654px) and (max-width: 767px) {
  .compartir:hover .dropdown-menu {
    left: 1.8vh !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .calendario .carousel.mensual .meses .mes {
    width: 244px;
  }
  .calendario .carousel.mensual .meses .mes.actual {
    width: 340px;
  }
}

.calendarioPagina {
  padding: 0;
}

@media (min-width: 991px) {
  .calendarioPagina {
    width: 980px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .calendarioPagina {
    width: 750px;
  }
}

@media (max-width: 338px) {
  .calendario .carousel {
    overflow: visible;
  }
  .calendario .carousel.mensual .meses .mes.actual {
    width: 270px;
  }
}

@media (max-width: 767px) {
  .vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
  }
  .vertical-alignment-helper .vertical-align-center {
    display: table-cell;
    vertical-align: middle;
  }
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-header {
    border-bottom: 0;
    padding: 15px 15px 0 0;
  }
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-header
    .tituloMenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-header
    .tituloMenu
    > span:nth-child(1) {
    max-width: 50%;
    font-size: 30px;
    color: #418080;
    margin: 0;
    padding: 0 17px;
  }
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-header
    .tituloMenu
    > span:nth-child(2) {
    color: #418080;
    float: right;
    font-size: 19px;
    font-family: "Repsol Bold";
    margin-top: -5px;
  }
  .vertical-alignment-helper .vertical-align-center .modal-content .modal-body {
    width: inherit;
    height: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body
    ul {
    display: block;
  }
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap {
    height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-top: 3px;
    padding-left: 7.5%;
  }
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .texto {
    font: "Repsol Bold";
    padding-left: 30px;
  }
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .clearfix,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .dl-horizontal
    dd,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .container,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .container-fluid,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .row,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .form-horizontal
    .form-group,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .btn-toolbar,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .btn-group-vertical
    > .btn-group,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .nav,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .navbar,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .navbar-header,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .navbar-collapse,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .pager,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .panel-body,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .modal-header,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .modal-footer {
    padding-top: 5px;
    border-top: 2px solid;
    border-top-color: #ddd;
    float: left;
  }
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .clearfix
    a,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .dl-horizontal
    dd
    a,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .container
    a,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .container-fluid
    a,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .row
    a,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .form-horizontal
    .form-group
    a,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .btn-toolbar
    a,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .btn-group-vertical
    > .btn-group
    a,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .nav
    a,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .navbar
    a,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .navbar-header
    a,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .navbar-collapse
    a,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .pager
    a,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .panel-body
    a,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .modal-header
    a,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .modal-footer
    a {
    padding: 1px 5px;
    color: #418080;
  }
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .clearfix
    a
    span,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .dl-horizontal
    dd
    a
    span,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .container
    a
    span,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .container-fluid
    a
    span,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .row
    a
    span,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .form-horizontal
    .form-group
    a
    span,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .btn-toolbar
    a
    span,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .btn-group-vertical
    > .btn-group
    a
    span,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .nav
    a
    span,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .navbar
    a
    span,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .navbar-header
    a
    span,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .navbar-collapse
    a
    span,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .pager
    a
    span,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .panel-body
    a
    span,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .modal-header
    a
    span,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .modal-footer
    a
    span {
    font-size: 39px;
    font-size: 2.857rem;
    margin-top: 0;
  }
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .clearfix
    a:hover,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .dl-horizontal
    dd
    a:hover,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .container
    a:hover,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .container-fluid
    a:hover,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .row
    a:hover,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .form-horizontal
    .form-group
    a:hover,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .btn-toolbar
    a:hover,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .btn-group-vertical
    > .btn-group
    a:hover,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .nav
    a:hover,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .navbar
    a:hover,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .navbar-header
    a:hover,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .navbar-collapse
    a:hover,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .pager
    a:hover,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .panel-body
    a:hover,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .modal-header
    a:hover,
  .vertical-alignment-helper
    .vertical-align-center
    .modal-content
    .modal-body.socialwrap
    .modal-footer
    a:hover {
    background: 0 0;
  }
  .compartirNoActive {
    position: relative;
  }
  .compartirNoActive .dropdown-menu {
    display: none;
  }
  .compartirActive {
    position: relative;
  }
  .compartirActive .dropdown-menu {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .compartirNoActive {
    position: relative;
  }
  .compartirNoActive .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none !important;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .compartirActive {
    position: relative;
  }
  .compartirActive .dropdown-menu {
    display: block !important;
    height: auto;
    visibility: visible;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 95px;
  }
  .compartirActive .dropdown-menu .clearfix,
  .compartirActive .dropdown-menu .dl-horizontal dd,
  .compartirActive .dropdown-menu .container,
  .compartirActive .dropdown-menu .container-fluid,
  .compartirActive .dropdown-menu .row,
  .compartirActive .dropdown-menu .form-horizontal .form-group,
  .compartirActive .dropdown-menu .btn-toolbar,
  .compartirActive .dropdown-menu .btn-group-vertical > .btn-group,
  .compartirActive .dropdown-menu .nav,
  .compartirActive .dropdown-menu .navbar,
  .compartirActive .dropdown-menu .navbar-header,
  .compartirActive .dropdown-menu .navbar-collapse,
  .compartirActive .dropdown-menu .pager,
  .compartirActive .dropdown-menu .panel-body,
  .compartirActive .dropdown-menu .modal-header,
  .compartirActive .dropdown-menu .modal-footer {
    float: left;
  }
  .compartirActive .dropdown-menu .clearfix a,
  .compartirActive .dropdown-menu .dl-horizontal dd a,
  .compartirActive .dropdown-menu .container a,
  .compartirActive .dropdown-menu .container-fluid a,
  .compartirActive .dropdown-menu .row a,
  .compartirActive .dropdown-menu .form-horizontal .form-group a,
  .compartirActive .dropdown-menu .btn-toolbar a,
  .compartirActive .dropdown-menu .btn-group-vertical > .btn-group a,
  .compartirActive .dropdown-menu .nav a,
  .compartirActive .dropdown-menu .navbar a,
  .compartirActive .dropdown-menu .navbar-header a,
  .compartirActive .dropdown-menu .navbar-collapse a,
  .compartirActive .dropdown-menu .pager a,
  .compartirActive .dropdown-menu .panel-body a,
  .compartirActive .dropdown-menu .modal-header a,
  .compartirActive .dropdown-menu .modal-footer a {
    padding: 1px 5px;
    color: #418080;
  }
  .compartirActive .dropdown-menu .clearfix a span,
  .compartirActive .dropdown-menu .dl-horizontal dd a span,
  .compartirActive .dropdown-menu .container a span,
  .compartirActive .dropdown-menu .container-fluid a span,
  .compartirActive .dropdown-menu .row a span,
  .compartirActive .dropdown-menu .form-horizontal .form-group a span,
  .compartirActive .dropdown-menu .btn-toolbar a span,
  .compartirActive .dropdown-menu .btn-group-vertical > .btn-group a span,
  .compartirActive .dropdown-menu .nav a span,
  .compartirActive .dropdown-menu .navbar a span,
  .compartirActive .dropdown-menu .navbar-header a span,
  .compartirActive .dropdown-menu .navbar-collapse a span,
  .compartirActive .dropdown-menu .pager a span,
  .compartirActive .dropdown-menu .panel-body a span,
  .compartirActive .dropdown-menu .modal-header a span,
  .compartirActive .dropdown-menu .modal-footer a span {
    font-size: 39px;
    font-size: 2.857rem;
    margin-top: 0;
  }
  .compartirActive .dropdown-menu .clearfix a:hover,
  .compartirActive .dropdown-menu .dl-horizontal dd a:hover,
  .compartirActive .dropdown-menu .container a:hover,
  .compartirActive .dropdown-menu .container-fluid a:hover,
  .compartirActive .dropdown-menu .row a:hover,
  .compartirActive .dropdown-menu .form-horizontal .form-group a:hover,
  .compartirActive .dropdown-menu .btn-toolbar a:hover,
  .compartirActive .dropdown-menu .btn-group-vertical > .btn-group a:hover,
  .compartirActive .dropdown-menu .nav a:hover,
  .compartirActive .dropdown-menu .navbar a:hover,
  .compartirActive .dropdown-menu .navbar-header a:hover,
  .compartirActive .dropdown-menu .navbar-collapse a:hover,
  .compartirActive .dropdown-menu .pager a:hover,
  .compartirActive .dropdown-menu .panel-body a:hover,
  .compartirActive .dropdown-menu .modal-header a:hover,
  .compartirActive .dropdown-menu .modal-footer a:hover {
    background: 0 0;
  }
}

@media (min-width: 1201px) and (max-width: 1216px) {
  #contenido_principal {
    margin-top: 15%;
  }
}

@media (min-width: 1100px) {
  #wrap-paginados .tituloBuscador h3 {
    padding-left: 5%;
  }
}

@media (min-width: 992px) {
  .tituloBuscador > [class="separador"] {
    visibility: visible;
  }
  #search-calendar-container:not(.buscador) .iconoLupa {
    right: -78% !important;
  }
  #wrap-paginauno .cajaEventosBuscador {
    float: right;
    bottom: 38px;
  }
  #wrap-paginauno a.iconoLupa2 {
    top: -34px;
    float: right;
    left: 36%;
  }
}

.buscadorContainerResponsive {
  padding-top: 10px !important;
  height: 180px;
}
.buscadorContainerResponsive h3 {
  padding-left: 15px;
}

@media (max-width: 992px) {
  .mostrarEnResponsive {
    display: block !important;
    overflow: auto;
    width: 100%;
  }
  .ocultarEnResponsive {
    display: none;
  }
  .buscadorContainerResponsive {
    height: 265px !important;
  }
  .botonResponsivePaddingTop {
    padding-top: 0px !important;
  }
  .tituloBuscador > [class="separador"] {
    visibility: hidden;
  }
  #news-searchform-result-submit {
    float: right;
    font-size: 16px;
    width: 27% !important;
    background-position: 90%;
  }

  .disabledTextInput {
    background: url(./assets/files/images/ARROW_dropdown_gray.png) 96% / 5%
      no-repeat white;
  }

  #borde_Trabalhe {
    border: 0px !important;
    width: 100% !important;
    height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  #search-calendar-container:not(.buscador) .tituloBuscador {
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  #search-calendar-container:not(.buscador) .buscadorContainer {
    z-index: 1 !important;
  }
  #search-calendar-container .herramientasBuscador {
    padding-bottom: 50px;
  }
  #search-calendar-container .areaFiltrosSeleccionados .filtros {
    padding-top: 10px;
  }
  #search-calendar-container .resultadosContainer {
    padding-left: 30px;
  }
  #search-calendar-container .filtroContainer .filtroButton {
    top: 12px;
    padding-left: 15px;
  }
  #search-calendar-container .select-container {
    left: 15px;
  }
  #search-calendar-container .tituloBuscador h3 {
    margin-left: 30px;
  }
  #search-calendar-container .buscadorContainer .tituloBuscador h3 {
    margin-left: 0 !important;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  #search-calendar-container:not(.buscador) .iconoLupa {
    top: -20% !important;
    right: 5.5% !important;
    margin-top: 3px !important;
  }
}

@media (min-width: 569px) and (max-width: 767px) {
  #search-calendar-container .herramientasBuscador {
    padding-bottom: 40px;
  }
}

@media (min-width: 496px) and (max-width: 511px) {
  #search-calendar-container.buscador .buscadorContainer .iconoLupa {
    top: -52px !important;
  }
}

@media (min-width: 450px) and (max-width: 511px) {
  #search-calendar-container.buscador .buscadorContainer .iconoLupa {
    right: 40px !important;
    margin-left: 92% !important;
  }
}

@media screen and (max-width: 767px) {
  .inner.calendario .acciones span.semanal,
  .inner.calendario .acciones span.mensual,
  .inner.calendario .acciones span.hoy {
    display: none !important;
  }
}

@media (min-width: 415px) and (max-width: 767px) {
  #search-calendar-container:not(.buscador) .tituloBuscador {
    padding-left: 30px;
  }
  #wrap-paginados .tituloBuscador h3 {
    margin-left: 0;
  }
}

@media (min-width: 415px) and (max-width: 568px) {
  #search-calendar-container .herramientasBuscador {
    padding-bottom: 80px;
  }
}

@media (min-width: 415px) and (max-width: 495px) {
  #search-calendar-container.buscador .buscadorContainer .iconoLupa {
    top: -52px !important;
  }
}

@media (max-width: 414px) {
  #search-calendar-container .areaFiltrosSeleccionados .filtros {
    padding-top: 10px;
  }
  #search-calendar-container .areaFiltrosSeleccionados .tituloFiltros {
    display: block;
    width: 100%;
    margin-left: 17px;
  }
  #search-calendar-container .herramientasBuscador {
    padding-bottom: 70px;
  }
  #search-calendar-container .resultadosContainer {
    padding-left: 30px;
  }
  #search-calendar-container .filtroContainer .filtroButton {
    top: 12px;
    padding-left: 15px;
  }
  #search-calendar-container .filtroContainer .dropdown-menu li div.inner {
    padding: 40px 54px 0;
  }
  #search-calendar-container
    .filtroContainer
    .dropdown-menu
    li
    div.inner
    .fechaFin {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
  #search-calendar-container
    .filtroContainer
    .dropdown-menu
    li
    div.inner
    .fechaFin
    .anyo {
    margin-left: 4px;
  }
  #search-calendar-container .select-container {
    left: 15px;
  }
  #search-calendar-container .tituloBuscador h3 {
    margin-left: 30px;
  }
  #search-calendar-container .buscadorContainer .tituloBuscador h3 {
    margin-left: 0;
  }
}

@media (min-width: 406px) and (max-width: 412px) {
  #search-calendar-container:not(.buscador) .iconoLupa {
    top: 4px !important;
  }
}

@media (max-width: 389px) {
  #wrap-paginauno .iconoLupa2 {
    float: right;
    top: -24px !important;
    max-width: 390px;
  }
  #wrap-paginauno a.iconoLupa2 {
    top: 4px;
  }
  #search-calendar-container .buscadorContainer a {
    top: -54px;
  }
}

@media (min-width: 390px) and (max-width: 991px) {
  #wrap-paginauno .iconoLupa2 {
    top: 4px !important;
  }
}

@media (min-width: 390px) and (max-width: 405px) {
  #search-calendar-container .buscadorContainer a {
    top: 4px !important;
  }
}

@media (max-width: 389px) {
  #search-calendar-container:not(.buscador) .iconoLupa {
    left: 79%;
  }
}

@media (min-width: 992px) {
  .separadorEventos {
    max-height: 330px;
  }
}

@media (max-width: 992px) {
  .destacado_actualidad {
    background: 0 0;
    display: block;
  }
}

@media (max-width: 768px) {
  .destacado_actualidad {
    display: block;
  }
}

@media (max-width: 992px) {
  .destacadoGenerico.gris {
    /* background-color: #fff */
  }
}

@media (min-width: 991px) {
  #contenido_principalError {
    margin-top: 120px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  section#contenido_principalError {
    margin-top: 94px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .destacadoGenerico ul li .enlace a {
    padding: 10px;
  }
  .destacadoGenerico ul li .enlace a span {
    margin-left: 10px;
  }
}

@media (min-width: 992px) {
  .destacado_doble .destacado {
    width: 49%;
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .destacado_doble.gris {
    background: 0 0;
  }
  .destacado_doble .destacado:nth-child(odd) {
    margin-right: 0;
  }
  .destacado_doble .destacado.sinDescripcion .contenido {
    top: 0;
  }
  .destacado_doble .destacado {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .destacado_doble .destacado.sinImagen h4 {
    margin-top: 0;
  }
  .destacado_doble .destacado.sinImagen.sinDescripcion .contenido {
    padding-top: 0;
    padding-bottom: 0;
  }
  .destacado_doble .destacado .contenido {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 360px) {
  .destacado_doble .destacado.izquierda .contenido {
    width: 100%;
    float: none;
  }
  .destacado_doble .destacado.izquierda .imagen {
    float: none;
    width: 100%;
  }
  .destacado_doble .destacado.izquierda .imagen img {
    float: none;
    height: 100%;
    /* margin: 0 31px */
  }
  .destacado_doble .destacado.derecha .contenido {
    width: 100%;
    float: none;
  }
  .destacado_doble .destacado.derecha .imagen {
    float: none;
    width: 100%;
  }
  .destacado_doble .destacado.derecha .imagen img {
    float: none;
    margin: 0 31px;
  }
}

@media (max-width: 360px) {
  .imagenesPesquisar .imagen {
    width: 55% !important;
    float: left !important;
  }
  .imagenesPesquisar .imagen img {
    height: auto !important;
  }
  .imagenesPesquisar .contenido {
    width: 45% !important;
    float: right !important;
  }
  .reducedText p {
    font-size: 2.7vw !important;
  }
}

@media (max-width: 1120px) {
  .destacadoFichaEvento .bordeInclinadoImg {
    top: -15px;
  }
}

@media (max-width: 991px) {
  .top.eventos {
    margin-bottom: 10px;
  }
  .top.eventos .tituloSeccion .barraSeparadora {
    display: none;
  }
  .top.eventos .tituloSeccion .titulo,
  .top.eventos .tituloSeccion .colsComillas {
    width: 100%;
  }
  .top.eventos .tituloSeccion .comentario {
    margin-left: 0;
  }
  .destacadoFichaEvento .centrarContenido {
    width: auto;
  }
  .destacadoFichaEvento .sinImagen {
    position: relative;
    height: 100px;
    background-color: #fff;
  }
  .destacadoFichaEvento .imagen {
    z-index: 0;
    position: absolute;
    margin: 0;
    padding: 0;
  }
  .destacadoFichaEvento .imagen .tamanoImagen {
    margin: 0 auto;
    width: 100%;
    height: 255px;
  }
  .destacadoFichaEvento .multimedia {
    position: relative;
    top: 0;
    z-index: -1;
  }
  .destacadoFichaEvento .contenido {
    position: relative;
    background: #0b4c5f;
    height: auto;
    width: 100%;
    padding: 12px;
    left: 0;
    top: 163px;
    float: left;
  }
  .destacadoFichaEvento .contenido.sinImagen {
    top: 0;
    height: 240px;
  }
  .destacadoFichaEvento .bordeinclinado {
    display: none;
  }
  .destacadoFichaEvento .bordeInclinadoImg {
    display: none;
  }
  .destacadoFichaEvento .bordeInclinadoContrario {
    display: none;
  }
  .destacadoFichaEvento .bordeInclinadoImgContrario {
    display: none;
    top: 0;
  }
  .destacadoFichaEvento .bulletTituloEvento {
    background: url(../images/titulo_stakeholder_bg.png) no-repeat;
    min-height: 26px;
    width: 30px;
    float: left;
    position: relative;
    top: 14px;
  }
  .destacadoFichaEvento .titulo {
    color: #fff;
    margin-bottom: 35px;
    position: relative;
    left: 5px;
    top: 0;
  }
  .destacadoFichaEvento .fechas {
    color: #fff;
    width: 90px;
    text-align: right;
    float: left;
    padding-right: 15px;
    border-right: 1px solid #fff;
    font-size: 14px;
    font-size: 1rem;
  }
  .destacadoFichaEvento .fechas:first-line {
    font-weight: 700;
    font-size: 14px;
    font-size: 1rem;
  }
  .destacadoFichaEvento .icoFicha {
    color: #fff;
    float: left;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
  }
  .destacadoFichaEvento .icoFicha.icoHoras {
    font-size: 20px;
    font-size: 1.429rem;
    margin-top: 0;
    padding: 7px 12px 12px 7px;
  }
  .destacadoFichaEvento .icoFicha.icoFechas {
    font-size: 32px;
    font-size: 2.286rem;
  }
  .destacadoFichaEvento .horas {
    color: #fff;
    width: 85px;
    float: left;
    padding-left: 2px;
    text-align: right;
    font-size: 12px;
  }
  .destacadoFichaEvento .horas .boldHoras {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  #imagen_Fondoazul {
    width: 90%;
    height: auto;
    margin: 0;
    padding-top: 30px;
  }

  .imageazul {
    margin-left: 15px !important;
  }
}

@media (max-width: 1190px) and (min-width: 992px) {
  #imagen_Fondoazul {
    padding-top: 23px;
  }
}

@media (max-width: 992px) {
  .homeEventos {
    padding-bottom: 20px;
  }

  #imagen_Fondoazul {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
  }

  .homeEventos .texto {
    width: 90%;
    padding: 0 0 0 10px;
  }

  .homeEventos .icono {
    width: 10%;
  }

  .homeEventos .icono .borde {
    max-width: 54px;
  }
}

@media (max-width: 768px) {
  .homeEventos .cabecera {
    margin-left: 0;
  }
}

@media (max-width: 560px) {
  .homeEventos .texto {
    width: 88%;
  }

  .homeEventos .icono {
    width: 12%;
  }
}

@media (max-width: 460px) {
  .homeEventos .texto {
    width: 86%;
  }

  .homeEventos .icono {
    width: 14%;
  }
}

@media (max-width: 992px) {
  .destacado_menu.gris {
    background: 0 0;
  }
  .destacado_menu ul.listadoElementos > li {
    margin-right: 0;
  }
  .destacado_menu ul.listadoElementos > li span.barrasLaterales::before,
  .destacado_menu ul.listadoElementos > li span.barrasLaterales::after {
    content: none;
  }
  .destacado_menu
    ul.listadoElementos
    > li:first-child
    span.barrasLaterales::before,
  .destacado_menu
    ul.listadoElementos
    > li:last-child
    span.barrasLaterales::before,
  .destacado_menu
    ul.listadoElementos
    > li:first-child
    span.barrasLaterales::after,
  .destacado_menu
    ul.listadoElementos
    > li:last-child
    span.barrasLaterales::after {
    content: none;
  }
  .destacado_menu .tituloPestana {
    background: 0 0;
    color: #6e6259;
    font-size: 14px;
    font-size: 1rem;
    padding: 10px 15px;
    margin-bottom: 0;
  }
  .destacado_menu .tituloPestana:hover,
  .destacado_menu .tituloPestana:active,
  .destacado_menu .tituloPestana.active {
    border: 0;
    border-bottom: 5px solid #0b4c5f;
    font-weight: 700;
    background: 0 0;
    padding: 10px 15px;
  }
}

@media (max-width: 768px) {
  .destacado_menu .contenidoTextualElemento {
    padding: 45px 15px 0;
  }
  .destacado_menu .listadoElementos .tituloPestana {
    color: #6e6259;
    text-decoration: underline;
    font-weight: 700;
  }
  .destacado_menu .listadoElementos .tituloPestana.active {
    text-decoration: none;
    color: #0b4c5f;
    font-weight: 400;
  }
  .destacado_menu .listadoElementos .tituloPestana:hover:not(.active),
  .destacado_menu .listadoElementos .tituloPestana:active:not(.active) {
    border-bottom: 5px solid transparent;
  }
  .destacado_menu .clase .imagen {
    padding-right: 15px;
    padding-top: 15px;
  }
}

@media (max-width: 992px) {
  .destacado_pestanyas .seccionBottom span.anterior {
    right: 34px;
    padding-right: 5px;
    background: #fff;
  }
  .destacado_pestanyas .seccionBottom span.posterior {
    right: 14px;
    padding-left: 5px;
    background: #fff;
  }
}

@media (max-width: 768px) {
  .destacado_pestanyas .seccionBottom .borde {
    border: 0;
  }
  .destacado_pestanyas .seccionBottom .contenidoTitular {
    background: 0 0;
  }
  .destacado_pestanyas .seccionBottom .contenidoTitular .elementoListado {
    padding: 0;
  }
  .destacado_pestanyas .seccionBottom .contenidoTitular .elementoListado .row {
    margin-top: 0;
  }
  .destacado_pestanyas .seccionBottom .titularesVisibles .listadoTitulares {
    border: 0;
  }
  .destacado_pestanyas .seccionBottom .borde > .container {
    padding-right: 32px;
  }
  .destacado_pestanyas .seccionBottom span.anterior {
    right: 30px;
    background: #fff;
  }
  .destacado_pestanyas .seccionBottom span.posterior {
    right: 0;
    background: #fff;
  }
}

@media (max-width: 560px) {
  .destacado_pestanyas
    .seccionBottom
    .contenidoTitular
    .elementoListado
    .contenido {
    padding-left: 10px;
    padding-right: 15px;
  }
  .destacado_pestanyas
    .seccionBottom
    .contenidoTitular
    .elementoListado
    .contenido
    .divEnlace {
    padding: 10px 15px;
  }
}

@media (max-width: 992px) {
  .destacadoRelacional
    .destacado.sinTexto
    .imagen
    .multimedia_noticia
    .contenido_multimedia
    .listado_tematico
    .multimedia
    img {
    width: 100%;
  }
  .destacadoRelacional .contenidoTitular .titulo {
    margin-left: 2px;
  }
}

@media (max-width: 768px) {
  .destacadoRelacional.gris {
    background: 0 0;
  }
  .destacadoRelacional
    .destacado.noListado.sinTexto:not(.sinImagen)
    .contenido {
    margin-bottom: 20px;
  }
}

@media (max-width: 1200px) {
  .destacadoSecundario.gris {
    background: #f0f0f0;
  }
}

@media (max-width: 992px) {
  .destacadoSecundario.gris {
    background: #f0f0f0;
  }
  .destacadoSecundario.derecha .contenido,
  .destacadoSecundario.izquierda .contenido {
    float: none;
    padding-bottom: 0;
  }
  .destacadoSecundario.derecha .imagen,
  .destacadoSecundario.izquierda .imagen {
    padding-left: 70px;
    padding-right: 70px;
    float: none;
  }
  .destacadoSecundario.derecha .imagen img,
  .destacadoSecundario.izquierda .imagen img {
    float: none;
  }
  #myModalA {
    padding-top: 50px;
  }
}

@media (max-width: 992px) {
  .carrusel_home {
    margin-left: -15px;
    margin-right: -15px;
  }
  .carrusel_home .carousel .carousel-inner1 .item.derecha .carousel-caption {
    padding: 0 10% 0 1%;
  }
  .carrusel_home .carousel .carousel-inner1 .item.izquierda .carousel-caption {
    padding: 0 1% 0 10%;
  }
  .carrusel_home .carousel .carousel-control.left {
    left: 0;
  }
  .carrusel_home .carousel .carousel-control.right {
    right: 4%;
  }
}

@media (max-width: 1200px) {
  .carrusel_home .carousel .carousel-inner1 .item.derecha .carousel-caption {
    padding: 0 15% 0 1%;
  }
  .carrusel_home .carousel .carousel-inner1 .item.izquierda .carousel-caption {
    padding: 0 1% 0 15%;
  }
  .carrusel_home .carousel .carousel-control.left {
    left: 3%;
  }
  .carrusel_home .carousel .carousel-control.right {
    right: 7%;
  }
}

@media (max-width: 910px) {
  .carrusel_home .carousel .carousel-inner1 .item.derecha .carousel-caption {
    padding: 0 10% 0 1%;
  }
  .carrusel_home .carousel .carousel-inner1 .item.izquierda .carousel-caption {
    padding: 0 1% 0 10%;
  }
  .carrusel_home
    .carousel
    .carousel-inner1
    .item
    .carousel-caption
    .contenido
    h4 {
    margin-bottom: 10px;
    font-size: 28px;
    font-size: 2rem;
  }
  .carrusel_home
    .carousel
    .carousel-inner1
    .item
    .carousel-caption
    .contenido
    .descripcion {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .carrusel_home .carousel .carousel-control.right {
    right: 14%;
  }
  .carrusel_home .carousel .carousel-indicators {
    display: none;
  }
  .carrusel_home .carousel .inclinacion {
    display: none;
  }
  .carrusel_home .carousel .carousel-inner1 .item.derecha .carousel-caption {
    position: static;
    width: 100%;
    padding-left: 13%;
    padding-right: 10%;
    padding-bottom: 5px;
    height: auto;
  }
  .carrusel_home .carousel .carousel-inner1 .item.izquierda .carousel-caption {
    position: static;
    width: 100%;
    padding-left: 13%;
    padding-right: 10%;
    padding-bottom: 5px;
    height: auto;
  }
  .carrusel_home .carousel .carousel-inner1 .item .carousel-caption {
    position: static;
  }
  .carrusel_home
    .carousel
    .carousel-inner1
    .item
    .carousel-caption
    .contenido
    h4 {
    margin-bottom: 10px;
    font-size: 28px;
    font-size: 2rem;
  }
  .carrusel_home
    .carousel
    .carousel-inner1
    .item
    .carousel-caption
    .contenido
    .descripcion {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .informeAnual .titular {
    text-align: left;
  }
  .informeAnual .anyo {
    text-align: left;
  }
  .informeAnual .otro {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .accionRepsol {
    text-align: right;
  }
  .accionRepsol .masInfo {
    text-align: right;
  }
  .accionRepsol .valorAccion {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .destacado_individual.centro .table.row > div:nth-child(even) {
    border-left: 0;
  }
}

@media (max-width: 768px) {
  .contenido .izquierda .contenedorMultimedia.mini_destacado {
    width: 100% !important;
  }
  .contenido .izquierda .contenedorMultimedia.mini_destacado .izquierda {
    text-align: center;
  }
  .contenido
    .izquierda
    .contenedorMultimedia.mini_destacado
    .izquierda
    .contenedorResumen
    .resumen {
    font-size: 26px;
  }
  .contenido
    .izquierda
    .contenedorMultimedia.mini_destacado
    .izquierda
    .contenedorResumen.sinNumeral
    .resumen {
    padding-top: 18px;
    font-size: 26px;
    font-family: Repsol Regular;
  }
  .contenido .derecha .contenedorMultimedia.mini_destacado {
    width: 100% !important;
  }
  .contenido .derecha .contenedorMultimedia.mini_destacado .derecha {
    text-align: center;
  }
  .contenido
    .derecha
    .contenedorMultimedia.mini_destacado
    .derecha
    .contenedorResumen
    .resumen {
    font-size: 26px;
  }
  .contenido
    .derecha
    .contenedorMultimedia.mini_destacado
    .derecha
    .contenedorResumen.sinNumeral
    .resumen {
    padding-top: 18px;
    font-size: 26px;
    font-family: Repsol Regular;
  }
}

@media (max-width: 768px) and (min-width: 426px) {
  .izquierda
    .contenedorMultimedia.mini_destacado
    .imagenDestacada
    .contenedorImagen {
    width: 70% !important;
    padding-left: 30%;
  }
  .derecha
    .contenedorMultimedia.mini_destacado
    .imagenDestacada
    .contenedorImagen {
    width: 70% !important;
    padding-left: 30%;
  }
  .arriba
    .contenedorMultimedia.mini_destacado
    .imagenDestacada
    .contenedorImagen {
    width: 70% !important;
    padding-left: 30%;
  }
  .arriba
    .contenedorMultimedia.mini_destacado
    .imagenDestacada
    .contenedorNumeral {
    text-align: center !important;
  }
  .arriba
    .contenedorMultimedia.mini_destacado
    .imagenDestacada
    .contenedorResumen
    .resumen {
    text-align: center !important;
  }
  .debajo
    .contenedorMultimedia.mini_destacado
    .imagenDestacada
    .contenedorImagen {
    width: 70% !important;
    padding-left: 30%;
  }
  .debajo
    .contenedorMultimedia.mini_destacado
    .imagenDestacada
    .contenedorNumeral {
    text-align: center !important;
  }
  .debajo
    .contenedorMultimedia.mini_destacado
    .imagenDestacada
    .contenedorResumen
    .resumen {
    text-align: center !important;
  }
}

@media (max-width: 1023px) and (min-width: 426px) {
  .columnaDerecha .derecha .contenedorNumeral {
    margin-top: -14px;
    width: 50% !important;
    text-align: center;
  }
  .columnaDerecha .derecha .contenedorResumen {
    width: 50% !important;
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .galeria_multimedia.sinColumnaDerecha .img3 {
    padding-right: 9px;
  }
}

@media screen and (max-width: 1025px) {
  .galeria_multimedia .img0 {
    margin-bottom: 16px;
  }
  .galeria_multimedia .img3 {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 900px) and (min-width: 600px) {
  .galeria_multimedia .img4 {
    clear: left;
  }
}

@media screen and (max-width: 600px) {
  .galeria_multimedia .img1,
  .galeria_multimedia .img2 {
  }
  .galeria_multimedia .img3 {
  }
  .galeria_multimedia .img4,
  .galeria_multimedia .img5 {
  }
}

@media screen and (max-width: 370px) {
  .galeria_multimedia .img1,
  .galeria_multimedia .img2 {
  }
  .galeria_multimedia .img3 {
  }
  .galeria_multimedia .img4,
  .galeria_multimedia .img5 {
  }
}

@media (max-width: 992px) {
  .mosaico .listadoMosaico .elementoListadoMosaico:last-child > div {
    padding-right: 15px;
    padding-left: 15px;
  }
  .mosaico .listadoMosaico .imagen.col-lg-12 .tituloImagen {
    display: block;
    text-align: right;
  }
  .mosaico .tituloImagen {
    display: block;
    text-align: right;
  }
  .mosaico .unicoElementoResponsive > h3,
  .mosaico .unicoElementoResponsive > ul,
  .mosaico .unicoElementoResponsive > div {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 768px) {
  .mosaico .contenidoTextual .enlaces {
    padding-right: 0;
  }
  .mosaico .contenidoTextual .enlaces span {
    margin-left: 5px;
  }
}

@media (max-width: 1170px) {
  footer .top_footer .fondo_footer_destacado {
    display: none;
  }
}

@media (max-width: 992px) {
  footer .top_footer .top_footer_normal {
    background: #fff;
    padding-top: 20px;
  }
  footer .top_footer .top_footer_destacado .destacadoFooter article {
    padding-right: 15px;
    padding-left: 15px;
  }
  footer .top_footer .top_footer_destacado .destacadoIcono {
    display: none;
  }
  footer .top_footer .top_footer_destacado .contenidoTextualIcono {
    width: 100%;
  }
  .Iconito img {
    margin-right: 80% !important;
  }
}

@media (max-width: 750px) {
  footer .top_footer .top_footer_normal {
    margin-top: 0;
  }
}

.botonMenu {
  font-size: 25px;
  font-size: 1.786rem;
  margin-bottom: 0;
}

@media (min-width: 1171px) {
  header .botonMenu {
    display: none;
  }
}

@media (max-width: 768px) {
  header .menu .botonMenu {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 784px) {
  .menu.container .botonMenu {
    display: none;
  }
}

@media (min-width: 785px) {
  header .cabecera .botonMenu {
    display: none;
  }
}

@media (max-width: 992px) {
  header .botonMenu {
    float: left;
    margin-top: 8px;
    padding-bottom: 3px;
  }
  header .buscadorCabecera .busqueda .buscador input {
    width: auto;
  }
}

@media (max-width: 784px) {
  header .logo {
    text-align: center;
  }
  header .cabecera {
    height: auto;
    background: #f0efed;
  }
  header .cabecera .menu_lenguaje {
    background: #f0efed;
  }
  header .buscadorCabecera {
    margin-bottom: 0;
  }
  header .buscadorCabecera .busqueda {
    position: static;
    background: 0 0;
  }
  header .buscadorCabecera .busqueda a {
    position: static;
  }
  header .buscadorCabecera .busqueda input {
    background: #fff;
  }
  header .buscadorCabecera .busqueda .buscador input {
    padding: 0;
    border: 0;
  }
  header .buscadorCabecera .busqueda:hover span,
  header .buscadorCabecera .busqueda:focus span,
  header .buscadorCabecera .busqueda:active span {
    border-radius: 5px;
  }
  header .buscadorCabecera .busqueda:hover input,
  header .buscadorCabecera .busqueda:focus input,
  header .buscadorCabecera .busqueda:active input {
    background: #fff;
  }
  header .buscador {
    position: absolute;
    top: 48px;
    background: #fff;
    height: 38px;
    right: 10000000;
  }
}

@media (max-width: 1170px) {
  header.menuColapsado .logo {
    display: none;
  }
  section#contenido_principal {
    margin-top: 141px;
  }
}

@media (max-width: 350px) {
  header .cabecera {
    padding: 0 5px 0 10px;
  }
}

@media (max-width: 768px) {
  .menu_lenguaje {
    font-family: Titillium Web;
    font-size: 12px;
    font-size: 0.857rem;
    margin: 0;
    position: relative;
    left: 10px;
    background: #fff;
    float: left;
    display: inline-block;
    width: auto;
    top: 0;
  }
  .menu_lenguaje .barraSeparadora {
    background: url(../images/barraSeparadora.png) no-repeat;
    min-height: 120px;
    position: absolute;
    width: 50px;
    top: 25px;
    display: none;
  }
  .menu_lenguaje .bulletContinente {
    background: url(../images/titulo_stakeholder_bg.png) no-repeat;
    min-height: 22px;
    position: absolute;
    width: 38px;
    top: 0;
    left: -30px;
  }
  .menu_lenguaje .idioma {
    font-size: 15px;
    font-size: 1.071rem;
    padding-bottom: 4px;
    display: block;
    margin-right: 5px;
  }
  .menu_lenguaje .idiomaDominioActual {
    color: #6e6259;
  }
  .menu_lenguaje:hover li,
  .menu_lenguaje.activo li {
    cursor: pointer;
    background-color: transparent;
  }
  .menu_lenguaje:hover li a,
  .menu_lenguaje.activo li a {
    color: #0b4c5f;
  }
  .menu_lenguaje .nav > li > a:focus {
    background: transparent;
  }
  .menu_lenguaje ul.drop_hidden {
    position: absolute;
    z-index: 1005;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    max-width: none;
    min-width: 650px;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .menu_lenguaje ul.drop_hidden .tituloIdioma {
    float: left;
    display: block;
    margin-left: 20px;
    margin-top: 24px;
    font-size: 36px;
    font-size: 2.571rem;
    font-family: "Repsol Light";
  }
  .menu_lenguaje ul.drop_hidden .subtituloIdioma {
    display: block;
    float: left;
    clear: both;
    margin-left: 50px;
    margin-top: 14px;
    font-size: 16px;
    font-size: 1.143rem;
    font-family: Titillium Web;
  }
  .menu_lenguaje ul.drop_hidden .estiloContinente {
    list-style: none;
    display: block;
    clear: both;
    float: left;
    font-size: 26px;
    font-size: 1.857rem;
    padding-top: 9px;
    margin-left: 10px;
  }
  .menu_lenguaje ul.drop_hidden .estiloContinente .nombreContinente {
    border-bottom: 1px dotted #6e6259;
    padding-bottom: 0;
  }
  .menu_lenguaje ul.drop_hidden .estiloContinente .estiloPais {
    list-style: none;
    font-size: 14px;
    font-size: 1rem;
    margin-bottom: 30px;
    width: 100%;
    padding-left: 0;
  }
  .menu_lenguaje ul.drop_hidden .estiloContinente .estiloPais li {
    margin-top: 6px;
  }
  .menu_lenguaje
    ul.drop_hidden
    .estiloContinente
    .estiloPais
    .estiloNombrePais {
    width: 95px;
    display: inline-block;
  }
  .menu_lenguaje ul.drop_hidden .estiloContinente .estiloPais .estiloIdiomas {
    margin-left: 25px;
    list-style: none;
    display: inline-block;
    position: relative;
    top: 0;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
  }
  .menu_lenguaje
    ul.drop_hidden
    .estiloContinente
    .estiloPais
    .estiloIdiomas:last-child {
    border-right: 0;
  }
  .menu_lenguaje
    ul.drop_hidden
    .estiloContinente
    .estiloPais
    .estiloIdiomas
    li {
    float: left;
    color: #0b4c5f;
    text-align: center;
    border-right: 1px solid #6e6259;
  }
  .menu_lenguaje
    ul.drop_hidden
    .estiloContinente
    .estiloPais
    .estiloIdiomas
    li
    a {
    color: #0b4c5f;
  }
  .menu_lenguaje
    ul.drop_hidden
    .estiloContinente
    .estiloPais
    .estiloIdiomas
    li
    a:hover {
    color: #6e6259;
  }
  .menu_lenguaje ul.drop_hidden li {
    border: 0;
    position: relative;
    border-radius: 0;
    text-align: left;
    margin: 2px;
    padding: 0;
  }
  .menu_lenguaje ul.drop_hidden li a {
    display: block;
    color: #6e6259;
    padding: 2px 0 0 2px;
  }
  .menu_lenguaje ul.drop_hidden li a:hover {
    background: transparent;
    color: #0b4c5f;
    text-decoration: none;
  }
  .menu_lenguaje ul.drop_hidden li a:hover span {
    color: #0b4c5f;
  }
  .menu_lenguaje ul.drop_shown {
    top: 6px;
    left: -50px;
    border-bottom: solid #0b4c5f 6px;
    margin: 0;
    padding: 0;
    background: #fff;
    display: block;
    opacity: 1;
    height: auto;
    visibility: visible;
    overflow: visible;
  }
  .menu_lenguaje ul li {
    text-align: center;
    min-width: 85px;
    position: relative;
    padding-top: 5px;
  }
  .menu_lenguaje ul li a {
    margin: 0;
    padding: 7px 8px 0;
    color: #6e6259;
    line-height: 13px;
  }
  .menu_lenguaje ul li a img {
    vertical-align: top;
  }
  .menu_lenguaje ul li a span {
    display: inline;
  }
  .menu_lenguaje ul li a span.lang_text {
    vertical-align: top;
    float: left;
  }
  .menu_lenguaje ul li a span.lang_icon {
    color: #0b4c5f;
    margin-top: 8px;
    font-size: 14px;
    font-size: 1rem;
  }
  .menu_lenguaje ul li a:hover {
    color: #0b4c5f;
    background: transparent;
  }
  .drop_hidden .drop_shown .open {
    overflow-y: scroll;
  }
}

@media (min-width: 990px) and (max-width: 1300px) {
  .menu_lenguaje ul.drop_shown {
    left: -140px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  .menu_lenguaje ul.drop_shown {
    left: 0;
    top: 40px;
  }
}

@media (max-width: 767px) {
  .menu_lenguaje ul .drop_shown {
    top: 2px;
  }
  .menu_lenguaje ul.drop_hidden .estiloContinente {
    padding-left: 30px;
  }
}

@media (max-width: 670px) {
  .menu_lenguaje ul.drop_hidden {
    min-width: 600px;
  }
}

@media (max-width: 568px) {
  .menu_lenguaje ul.drop_hidden {
    min-width: 500px;
  }
}

@media (max-width: 480px) {
  .menu_lenguaje ul.drop_hidden {
    min-width: 415px;
  }
}

@media (min-width: 769px) and (max-width: 785px) {
  header .cabecera {
    height: 47px;
  }
  header .cabecera .iconoMovilLupa {
    height: 86px !important;
  }
  .menu_lenguaje ul li a {
    margin-top: -13px !important;
  }
}

@media (min-width: 1170px) {
  header .menu .arrowFirstLevel {
    display: none;
  }
}

@media (min-width: 1171px) {
  .arrowReturnFirstLevel,
  .arrowFirstLevel,
  .arrowReturnSecondLevel {
    display: none;
  }
}

@media (max-width: 1170px) {
  header .botonMenu {
    color: #0b4c5f;
  }
  header .menu .nav-pills {
    clear: both;
    float: none;
  }
  header .menu .arrowFirstLevel {
    padding-top: 12px;
  }
  header .menu .arrowReturnFirstLevel {
    padding: 13px 13px 13px 0;
    color: #0b4c5f;
    font-size: 17px;
    font-size: 1.214rem;
    font-weight: 700;
    clear: both;
    float: none;
    border-bottom: 1px #cbc4bc solid;
    width: 100%;
  }
  header .menu .arrowReturnSecondLevel {
    padding: 13px 13px 13px 0;
    color: #0b4c5f;
    font-size: 17px;
    font-size: 1.214rem;
    font-weight: 700;
    clear: both;
    float: none;
    border-bottom: 1px #cbc4bc solid;
    width: 100%;
  }
  header .menu .cerramosNivel1,
  header .menu .cerramosNivel2 {
    display: none;
  }
  header .menu .customDropdown {
    clear: both;
    float: none;
    border-bottom: 1px #cbc4bc solid;
    padding-bottom: 13px;
    padding-top: 2px;
    padding-right: 15px;
  }
  header .menu .customDropdown .sinEnlace.firstLevelElement {
    padding-right: 20px;
    max-width: 192px;
  }
  header .menu .customDropdown.open > div {
    padding-top: 0;
    background: url(../images/capaSombraFondoCompletoMenuResponsive.png) #f5f4f2
      repeat-y;
    border-left: 3px solid #fffeff;
    width: auto;
  }
  header .menu .customDropdown.open > div.classWOPadding {
    padding: 0;
  }
  header .menu .customDropdown.open > div.classWOPaddingThird {
    padding: 0;
    border: 0;
  }
  header .menu .customDropdown.open > ul.thirdLevel,
  header .menu .customDropdown.open > div.thirdLevel {
    padding-left: 30px;
    width: 300px;
    left: -3px;
    background: url(../images/capaSombraFondoCompletoMenuResponsive.png) #f5f4f2
      repeat-y;
    border-left: 0px solid #fffeff;
  }
  header .menu .customDropdown.open > ul.thirdLevel li.nextLevelElement,
  header .menu .customDropdown.open > div.thirdLevel li.nextLevelElement {
    width: 267px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  header .menu .customDropdown .secondLevel ul {
    padding-right: 10px;
  }
  header .menu .customDropdown .secondLevel li.nextLevelElement {
    width: 272px;
    padding-bottom: 13px;
    padding-top: 13px;
  }
  header
    .menu
    .customDropdown
    .secondLevel
    li.nextLevelElement.classWOPaddingThird {
    padding: 0;
    border: 0;
  }
  header .menu .customDropdown .secondLevel .secondLevelElement.cerramosNivel2 {
    display: none;
  }
  header .menu .classChannel {
    background: 0 0;
  }
  header .menu .classChannel > .customDropdown:first-child {
    padding-left: 0;
  }
  header
    .menu
    .classChannel
    > .customDropdown:first-child
    .withoutMargin::after {
    content: none;
  }
  header .menu > .inner > div {
    position: absolute;
    top: -47px;
    left: -8000px;
    padding-left: 0;
    padding-bottom: 10px;
    padding-right: 0;
    z-index: 10000;
  }
  header .menu > .inner > div.activoMenu {
    left: 40px;
    width: auto;
  }
  header .menu > .inner > div > ul {
    background: url(../images/capaSombraFondoCompletoMenuResponsive.png) #f5f4f2
      repeat-y;
    border-left: 3px solid #fffeff;
    padding-left: 20px;
  }
  header .menu .capaSombraFondoCompleto {
    display: none;
  }
  header .menu .containerPYS {
    display: none;
  }
  header .menu .imageContainer {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1170px) {
  header .menu .capaFondoCompletoAlfa {
    left: -1460px;
  }
}

@media (max-width: 350px) {
  header .menu .customDropdown.open > ul.thirdLevel,
  header .menu .customDropdown.open > div.thirdLevel {
    width: 240px;
  }
  header .menu .customDropdown.open > ul.thirdLevel li.nextLevelElement,
  header .menu .customDropdown.open > div.thirdLevel li.nextLevelElement {
    width: auto;
  }
  header .menu .customDropdown .secondLevel li.nextLevelElement {
    width: 220px;
  }
  header
    .menu
    .customDropdown
    .secondLevel
    li.nextLevelElement
    span
    .sinEnlace {
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  .encabezadoColumnaDerecha {
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  section#contenido_principal {
    /* min-height: 800px */
  }
}

@media (min-width: 765px) and (max-width: 771px) {
  .cabecera.iconoMovilLupa .buscadorCabecera .busqueda .buscador {
    right: 2% !important;
  }
}

@media (max-width: 784px) {
  .buscadorCabecera .busqueda .icoLupa {
    margin-top: -3px;
  }
  .buscadorCabecera .busqueda .buscador input {
    width: 100% !important;
    padding-right: 22px !important;
  }
}

@media (min-width: 772px) and (max-width: 784px) {
  .cabecera {
    margin-left: -14px;
    width: 104%;
  }
  .buscadorCabecera .busqueda .buscador {
    width: 100% !important;
  }
}

@media (min-width: 785px) {
  .navRecursiva {
    margin-top: 3px;
  }
}

@media (min-width: 1200px) {
  .descargas .lista_descargas .imagen {
    width: 300px;
  }
}

@media (max-width: 992px) {
  .descargas .tituloImagen {
    text-align: right;
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .listadoEventos ul li.eventoNoDestacado {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .listadoEventos .masEventos {
    display: inline-block;
    margin-top: 20px;
  }
  .listadoEventos ul {
    padding-bottom: 5px;
  }
  .listadoEventos ul li.eventoNoDestacado {
    margin-top: 60px;
    float: left;
    padding: 0;
    width: 100%;
  }
  .listadoEventos ul li.eventoNoDestacado.sinImagen .familiaEvento {
    left: 62px;
  }
  .listadoEventos ul li.eventoNoDestacado.sinImagen .fechaEvento {
    max-height: 80px;
    height: auto;
    padding: 16px;
    padding-bottom: 10px;
  }
  .listadoEventos
    ul
    li.eventoNoDestacado.sinImagen
    .fechaEvento
    .contenidoFecha {
    padding: 0;
    display: table;
  }
  .listadoEventos
    ul
    li.eventoNoDestacado.sinImagen
    .fechaEvento
    .contenidoFecha
    span.inicio {
    float: none;
    display: block;
    width: 0;
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 23px;
    text-align: center;
  }
  .listadoEventos
    ul
    li.eventoNoDestacado.sinImagen
    .fechaEvento
    .contenidoFecha
    span.inicio:first-line {
    font-weight: 700;
    font-size: 30px;
    font-size: 2.1431rem;
  }
  .listadoEventos
    ul
    li.eventoNoDestacado.sinImagen
    .fechaEvento
    .contenidoFecha
    span.final {
    float: none;
    display: block;
    margin-top: 10px;
    width: 20%;
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 20px;
    text-align: center;
  }
  .listadoEventos
    ul
    li.eventoNoDestacado.sinImagen
    .fechaEvento
    .contenidoFecha
    .estadoEvento {
    text-align: initial;
    margin-top: 0;
    width: auto;
    display: block;
    position: absolute;
    top: 45px;
    left: 73px;
  }
  .listadoEventos
    ul
    li.eventoNoDestacado.sinImagen
    .fechaEvento
    .contenidoFecha.dosFechas
    .estadoEvento {
    position: absolute;
    top: 29px;
    left: 73px;
  }
  .listadoEventos ul li.eventoNoDestacado.sinImagen .contenidoEvento {
    height: auto;
  }
  .listadoEventos
    ul
    li.eventoNoDestacado.sinImagen
    .contenidoEvento
    .tituloEvento {
    margin-bottom: 25px;
    height: auto;
  }
  .listadoEventos
    ul
    li.eventoNoDestacado.sinImagen
    .contenidoEvento
    .tituloEvento
    a {
    line-height: 30px;
  }
  .listadoEventos
    ul
    li.eventoNoDestacado.sinImagen
    .contenidoEvento
    .horaEvento {
    margin-right: 30px;
    margin-bottom: 5px;
    float: left;
  }
  .listadoEventos
    ul
    li.eventoNoDestacado.conImagen
    .imagenDestacado1
    .multimedia
    img {
    width: 100%;
    height: auto;
    min-height: 130px;
  }
  .listadoEventos
    ul
    li.eventoNoDestacado.conImagen
    .fechaEvento
    .contenidoFecha
    span.inicio,
  .listadoEventos
    ul
    li.eventoNoDestacado.conImagen
    .fechaEvento
    .contenidoFecha
    span.final {
    padding-left: 29%;
    padding-right: 29%;
    font-size: 16px;
    font-size: 1.143rem;
  }
  .listadoEventos
    ul
    li.eventoNoDestacado.conImagen
    .fechaEvento
    .contenidoFecha
    .estadoEvento {
    line-height: 20px;
    padding-left: 10%;
    padding-right: 10px;
  }
  .listadoEventos
    ul
    li.eventoNoDestacado.conImagen
    .fechaEvento
    .contenidoFecha.dosFechas
    span.inicio,
  .listadoEventos
    ul
    li.eventoNoDestacado.conImagen
    .fechaEvento
    .contenidoFecha.dosFechas
    span.final {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    display: inline-table;
  }
  .listadoEventos
    ul
    li.eventoNoDestacado.conImagen
    .fechaEvento
    .contenidoFecha.dosFechas
    span.inicio
    span.numeroEvento,
  .listadoEventos
    ul
    li.eventoNoDestacado.conImagen
    .fechaEvento
    .contenidoFecha.dosFechas
    span.final
    span.numeroEvento {
    font-size: 26px;
    font-size: 1.857rem;
    font-weight: 700;
  }
  .listadoEventos ul li.eventoNoDestacado.conImagen .fechaEvento .puntero {
    left: 30%;
  }
  .listadoEventos
    ul
    li.eventoNoDestacado.conImagen
    .contenidoEvento
    .tituloEvento {
    margin-bottom: 30px;
    height: auto;
    overflow: visible;
  }
  .listadoEventos
    ul
    li.eventoNoDestacado.conImagen
    .contenidoEvento
    .tituloEvento
    a {
    line-height: 24px;
    color: #6e6259;
  }
  .listadoEventos
    ul
    li.eventoNoDestacado.conImagen
    .contenidoEvento
    .descripcionEvento {
    display: none;
  }
  .listadoEventos
    ul
    li.eventoNoDestacado.conImagen
    .contenidoEvento
    .horaEvento {
    margin-right: 30px;
    margin-bottom: 5px;
    float: none;
    display: table-cell;
    font-size: 14px;
    font-size: 1rem;
  }
  .listadoEventos
    ul
    li.eventoNoDestacado.conImagen
    .contenidoEvento
    .lugarEvento {
    font-size: 14px;
    font-size: 1rem;
  }
  .listadoEventos ul li.eventoDestacado {
    float: left;
  }
  .listadoEventos ul li.eventoDestacado.conImagen {
    position: relative;
    height: auto;
  }
  .listadoEventos ul li.eventoDestacado.conImagen .imagenDestacado1 {
    position: relative;
  }
  .listadoEventos
    ul
    li.eventoDestacado.conImagen
    .imagenDestacado1
    .multimedia
    img {
    height: auto;
    min-height: 145px;
    width: 100%;
  }
  .listadoEventos ul li.eventoDestacado.conImagen .familiaEvento {
    position: absolute;
  }
  .listadoEventos ul li.eventoDestacado.conImagen .fechaEvento {
    float: none;
    margin-top: 0;
    height: auto;
    width: auto;
    padding-top: 15px;
  }
  .listadoEventos
    ul
    li.eventoDestacado.conImagen
    .fechaEvento
    .contenidoFecha
    .inicio,
  .listadoEventos
    ul
    li.eventoDestacado.conImagen
    .fechaEvento
    .contenidoFecha
    .final {
    display: inline-block;
    margin-bottom: 10px;
  }
  .listadoEventos
    ul
    li.eventoDestacado.conImagen
    .fechaEvento
    .contenidoFecha
    .estadoEvento {
    display: block;
    font-size: 16px;
    line-height: 20px;
  }
  .listadoEventos ul li.eventoDestacado.conImagen .contenidoEvento {
    float: inherit;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .listadoEventos
    ul
    li.eventoDestacado.conImagen
    .contenidoEvento
    .tituloEvento {
    margin-bottom: 5px;
    max-height: 66px;
  }
  .listadoEventos
    ul
    li.eventoDestacado.conImagen
    .contenidoEvento
    .tituloEvento
    a {
    color: #6e6259;
    line-height: 30px;
  }
  .listadoEventos
    ul
    li.eventoDestacado.conImagen
    .contenidoEvento
    .descripcionEvento {
    margin-bottom: 30px;
    line-height: 22px;
    max-height: initial;
    height: auto;
    display: block;
  }
  .listadoEventos ul li.eventoDestacado.conImagen .contenidoEvento .horaEvento {
    margin-right: 35px;
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .listado_noticias ul.elementosNoticia > li.elementoImagen {
    padding: 17px 20px;
  }
  .listado_noticias .elementoMitad {
    width: 100%;
  }
  .listado_noticias .enlaceGeneral a {
    padding: 8px;
  }
}

@media (max-width: 768px) {
  .listadoEnlacesRel ul li {
    padding: 0;
  }
  .listadoEnlacesRel ul li a {
    padding: 0;
  }
  .listadoEnlacesRel ul li a span {
    padding: 0;
  }
}

@media (max-width: 350px) {
  .listadoEnlacesRel .icon {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .multimedia_noticia .multimedia .videoCarrusel {
    height: 100%;
    min-height: 400px;
    width: 100%;
  }
  .multimedia_noticia .multimedia .videoCarruselBucle {
    height: 400px;
  }
  .multimedia_noticia .listado_tematico .carousel-caption .inclinacion {
    right: -50px;
  }
  .top .multimedia_noticia .carousel-control {
    font-size: 30px;
    font-size: 2.1431rem;
  }
  .top .multimedia_noticia .carousel .carousel-indicators {
    left: -100000px;
  }
  .top .multimedia_noticia .listado_tematico .container.teztoIzquierda {
    padding-left: 0;
    padding-right: 0;
  }
  .top .multimedia_noticia .listado_tematico .carousel-caption {
    /* revision responsive sprint3 */
    /* position: static; */
    height: auto;
    width: 100%;
    color: #6e6259;

    /* padding: 20px 45px 0 */
  }
  .top .multimedia_noticia .listado_tematico .carousel-caption .enlace {
    display: block;
  }
  .top .multimedia_noticia .listado_tematico .carousel-caption h4 {
    margin-top: 0;
  }
}

@media (max-width: 450px) {
  .top .multimedia_noticia .multimedia .videoCarrusel {
    height: 100%;
    min-height: 300px;
    width: 100%;
  }
  .top .multimedia_noticia .multimedia .videoCarruselBucle {
    height: 300px;
  }
  .top
    .multimedia_noticia
    .individual_multimedia
    .carousel-caption
    span[data-icon] {
    margin-left: 5px;
  }
  .top .multimedia_noticia .individual_multimedia video {
    height: 27.7vw;
    min-height: 300px;
  }
  .top .multimedia_noticia .carousel-control.right {
    right: 6%;
  }
  .top .multimedia_noticia .listado_tematico .carousel-caption {
    /* revision responsive sprint3 */
    /* padding: 20px 35px */
  }
  .top .multimedia_noticia .listado_tematico .carousel-caption .enlace a {
    padding: 5px;
  }
}

@media (max-width: 992px) {
  .slide img {
    max-width: 900%;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@media (max-width: 992px) {
  .top .multimedia_noticia .individual_multimedia video {
    max-width: 900%;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@media (max-width: 768px) {
  .multimedia .videoCarrusel {
    height: 100%;
    min-height: 400px;
    width: 90%;
    margin-left: 0;
  }
  .multimedia .videoCarruselBucle {
    height: 400px;
  }
  .youtubeModal {
    overflow-y: auto !important;
  }
  .youtubeModal .modal-dialog .modal-content .iframeVideoYoutube iframe {
    height: 47vw;
  }
}

@media (max-width: 450px) {
  .multimedia .videoCarrusel {
    height: 100%;
    min-height: 300px;
    width: 100%;
  }
  .multimedia .videoCarruselBucle {
    height: 300px;
  }
}

@media (max-width: 650px) {
  .boton_buscador .icono {
    width: 25%;
  }
  .boton_buscador .contenidoTextual {
    width: 75%;
  }
}

@media (max-width: 400px) {
  .boton_buscador .icoLupa {
    font-size: 33px;
    font-size: 2.357rem;
  }
  .boton_buscador .icono {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .call_to_action .enlace::after {
    width: 160px;
    right: -160px;
  }
  .call_to_action .enlace::before {
    width: 160px;
    left: -160px;
  }
}

@media (max-width: 600px) {
  .call_to_action .enlace::after {
    width: 80px;
    right: -80px;
  }
  .call_to_action .enlace::before {
    width: 80px;
    left: -80px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .buscador_prensa .tituloBuscador span.iconoLupa {
    font-size: 30px;
    font-size: 2.1431rem;
  }
  .buscador_prensa h3 {
    font-size: 18px;
    font-size: 1.286rem;
  }
}

@media (max-width: 991px) {
  .home {
    padding-top: 175px;
    float: none;
    clear: both;
  }
  .seccion_flotante {
    clear: both;
    float: left;
    position: relative;
    top: 175px;
    width: 100%;
  }
  .detalleEvento {
    margin-top: 10px;
    background-color: #fff;
    padding: 0;
  }
  .detalleEvento .contenido {
    border-right: 0;
    padding: 0;
  }
  .detalleEvento .enlacesEvento {
    width: 100%;
    float: none;
    border-left: 0;
    clear: both;
    padding: 0;
    margin: 0;
  }
  .detalleEvento .enlacesEvento .listadoEnlacesEvento .icoDocumento {
    margin-left: 15px;
  }
  .detalleEvento .enlacesEvento .fechaEvento {
    padding-top: 15px;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .detalleReportaje .comparte {
    bottom: -23px;
  }
}

@media (max-width: 768px) {
  .detalleReportaje .notasPrensa .pieNotas .tipoContenido,
  .detalleReportaje .notasPrensa .pieNotas .info {
    float: none;
    position: static;
  }
  .detalleReportaje .notasPrensa .pieNotas .info .fecha {
    padding-left: 0;
  }
  .detalleReportaje .documentos .documento .icono {
    width: 7%;
  }
  .detalleReportaje .documentos .documento .informacion_documento {
    width: 93%;
  }
  .detalleReportaje .contenido.izquierda .contenedorMultimedia {
    width: 100%;
    margin-right: 0;
  }
  .detalleReportaje .contenido.izquierda .contenedorMultimedia .tituloImagen {
    float: right;
  }
}

@media (max-width: 623px) {
  .detalleReportaje .comparte {
    bottom: -48px;
  }
  .detalleReportaje .documentos .documento .icono {
    width: 9%;
  }
  .detalleReportaje .documentos .documento .informacion_documento {
    width: 91%;
  }
  .detalleReportaje .sabiasQueInf {
    margin-bottom: 55px;
  }
}

@media (max-width: 425px) {
  .detalleReportaje .parrafoReportaje .descCorta ul li .desc_bullet {
    margin-left: 10px;
  }
}

@media (max-width: 410px) {
  .detalleReportaje .comparte {
    left: -20px;
  }
}

@media (max-width: 992px) {
  .info_numerica.gris {
    background: 0 0;
  }
  .info_numerica .dosElementos {
    margin-bottom: 20px;
  }
  .info_numerica .tresElementos {
    width: 32%;
    margin-bottom: 20px;
  }
  .info_numerica .tresElementos:first-child {
    margin-left: 2%;
  }
  .info_numerica .tresElementos:last-child {
    margin-right: 2%;
  }
  .info_numerica .cuatroElementos {
    margin-bottom: 20px;
  }
  .info_numerica .cuatroElementos:nth-child(even) .contenidoTextualElemento {
    background: 0 0;
  }
}

@media (max-width: 768px) {
  .info_numerica .contenidoTextualElemento {
    background: 0 0;
  }
  .info_numerica .dosElementos {
    margin-bottom: 20px;
    width: 100%;
  }
  .info_numerica .dosElementos .contenidoTextualElementoInner {
    padding: 0 30px;
  }
  .info_numerica .tresElementos {
    margin-bottom: 20px;
    width: 100%;
  }
  .info_numerica .tresElementos:first-child {
    margin-left: 0;
  }
  .info_numerica .tresElementos:last-child {
    margin-right: 0;
  }
  .info_numerica .tresElementos .contenidoTextualElementoInner {
    padding: 0 30px;
  }
  .info_numerica .cuatroElementos {
    margin-bottom: 20px;
    width: 100%;
  }
  .info_numerica .cuatroElementos .contenidoTextualElementoInner {
    padding: 0 30px;
  }
}

@media (max-width: 480px) {
  .info_numerica .enlace a {
    padding: 10px;
  }
  .info_numerica .enlace a span {
    margin-left: 15px;
  }
}

@media (max-width: 450px) {
  .resultados_busqueda .con_documento.contenido_resultado {
    margin-left: 50px;
  }
}

@media (max-width: 425px) {
  .resultados_busqueda
    .contenedor_resultados
    .contenido_resultado.con_documento {
    padding-right: 10%;
  }
  .resultados_busqueda .contenedor_resultados .contenido_resultado .etiquetas {
    padding-left: 0;
  }
  .resultados_busqueda .contenedor_resultados .imagen_resultado {
    width: 100%;
    padding: 10px 0;
  }
}

@media (max-width: 1199px) {
  .resultados_busqueda .contenedor_resultados .separadorBusquedaBox {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
  }
  .resultados_busqueda
    .contenedor_resultados
    .separadorBusquedaBox
    .fecha_ladillo {
    position: relative;
    bottom: 3px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    box-ordinal-group: 2;
  }
  .resultados_busqueda
    .contenedor_resultados
    .separadorBusquedaBox
    .fecha_ladillo::before {
    content: "|";
  }
  .resultados_busqueda
    .contenedor_resultados
    .separadorBusquedaBox
    .sitio_web_ladillo {
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .resultados_busqueda .contenedor_resultados .separadorBusquedaBox {
    display: table-row-group;
  }
  .resultados_busqueda .contenedor_resultados .fecha_ladillo {
    display: table-footer-group;
  }
  .resultados_busqueda .contenedor_resultados .sitio_web_ladillo {
    display: table-header-group;
  }
}

@media (max-width: 720px) {
  .container.inner .row .col-lg-12.col-md-12.contenido #imgCam {
    width: 500px;
    height: 408px;
  }
}

@media (min-width: 765px) and (max-width: 771px) {
  header .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  aside.columnaDerecha {
    border-left: 0;
  }
  .tableScroll {
    overflow: scroll;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  #contenido_principal {
    padding: 0 15px;
  }
}

html[data-browser="ie"] #multimedia-distributiva.carousel.slide a.left {
  background: rgba(255, 255, 255, 0);
}

html[data-browser="ie"] #multimedia-distributiva.carousel.slide a.left:hover {
  background: rgba(115, 85, 85, 0);
}

html[data-browser="ie"] #multimedia-distributiva.carousel.slide a.right {
  background: rgba(255, 255, 255, 0);
}

html[data-browser="ie"] #multimedia-distributiva.carousel.slide a.right:hover {
  background: rgba(115, 85, 85, 0);
}

html[data-browser="ie"] .multimedia_noticia .left.carousel-control {
  padding-left: 30px;
}

html[data-browser="ie"] .multimedia_noticia .right.carousel-control {
  right: 0;
}

html[data-browser="ie"] a:active,
html[data-browser="ie"] a:active * {
  outline: 0 !important;
  -moz-outline-style: none !important;
}

html[data-browser="ie"] a:focus,
html[data-browser="ie"] a:focus * {
  outline: 0 !important;
  -moz-outline-style: none !important;
}

html[data-browser="ie"] select:active,
html[data-browser="ie"] select:active * {
  outline: 0 !important;
  -moz-outline-style: none !important;
}

html[data-browser="ie"] select:focus,
html[data-browser="ie"] select:focus * {
  outline: 0 !important;
  -moz-outline-style: none !important;
}

html[data-browser="ie"] input::-ms-clear {
  display: none;
}

html[data-browser="ie"] .listado_faqs .indice_faqs ul li a span {
  padding: 7px 7px 0 !important;
}

html[data-browser="ie"] .multimedia a > img {
  border: 0;
}

html[data-browser="ie"]
  #calendar-container
  .calendario
  .carousel
  .cajaCorte
  .mes
  .dia
  .conector.izquierda {
  right: -19px;
}

html[data-browser="ie"]
  #calendar-container
  .calendario
  .carousel
  .cajaCorte
  .mes
  .dia.anterior
  .conector.izquierda {
  right: -19px;
}

html[data-browser="ie"]
  #calendar-container
  .calendario
  .carousel
  .cajaCorte
  .mes
  .dia.actual
  .conector.izquierda {
  border-right: 23px solid transparent;
  right: -22px;
}

html[data-browser="ie"]
  #calendar-container
  .calendario
  .carousel
  .cajaCorte
  .mes
  .dia:hover
  .conector.izquierda {
  border-right: 23px solid transparent;
  right: -22px;
}

body.error {
  position: relative;
}

body.error #contenido_principal .errorContainer .tituloError {
  text-align: center;
  background: #f0f0f0;
  padding: 50px;
  color: #0b4c5f;
}

body.error #contenido_principal .errorContainer .tituloError h2 {
  font-weight: 700;
  margin: 30px 0;
}

body.error #contenido_principal .errorContainer .subtituloError {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

body.error #contenido_principal .bottom_footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.control_monitorizacion {
  color: #fff;
}

@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/TitilliumWeb-Regular.otf);
  src: url(../fonts/TitilliuWweb-Regular.eot) format("embedded-opentype"),
    /* url(../fonts/TitilliumWeb-Regular.ttf) format("truetype"),
    url(../fonts/TitilliumWeb-Regular.woff) format("woff"), */
      url(../fonts/TitilliumWeb-Regular.svg) format("svg");
}

@font-face {
  font-family: titilliumweb-Semibold;
  src: url(../fonts/titilliumweb-Semibold.otf);
  src: url(../fonts/titilliumweb-Semibold.eot) format("embedded-opentype"),
    url(../fonts/titilliumweb-Semibold.ttf) format("truetype"),
    url(../fonts/titilliumweb-Semibold.woff) format("woff"),
    url(../fonts/titilliumweb-Semibold.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: titilliumweb-Bold;
  src: url(../fonts/titilliumweb-Bold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/titilliumweb-Bold.otf) format("opentype"),
    url(../fonts/titilliumweb-Bold.woff) format("woff"),
    url(../fonts/titilliumweb-Bold.ttf) format("truetype"),
    url(../fonts/titilliumweb-Bold.svg#titilliumweb-Bold) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Repsol-Light-Italic;
  src: url(../fonts/Repsol-Light-Italic.otf),
    url(../fonts/Repsol-Light-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: Repsol-Light;
  src: url(../fonts/Repsol-Light.otf),
    url(../fonts/Repsol-Light.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: Repsol-SemiBold-Italic;
  src: url("../fonts/Repsol-SemiBold Italic.otf"),
    url(../fonts/Repsol-Light.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: Repsol-SemiBold;
  src: url(../fonts/Repsol-SemiBold.otf),
    url(../fonts/Repsol-SemiBold.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: Repsol-Vielt-Bold;
  src: url(../fonts/RepsolViet-Bold.otf),
    url(../fonts/RepsolViet-Bold.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: Repsol-Vielt-Bold-Italic;
  src: url(../fonts/RepsolViet-BoldItalic.otf),
    url(../fonts/RepsolViet-BoldItalic.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: Repsol-Vielt-Italic;
  src: url(../fonts/RepsolViet-Italic.otf),
    url(../fonts/RepsolViet-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: Repsol-Vielt-Regular;
  src: url(../fonts/RepsolViet-Regular.otf),
    url(../fonts/Repsol/RepsolViet-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: icomoon-repsol;
  src: url(../fonts/icomoon-repsol.eot?ax84ci);
  src: url(../fonts/icomoon-repsol.eot?ax84ci#iefix) format("embedded-opentype"),
    url(../fonts/icomoon-repsol.ttf?3ax84ci) format("truetype"),
    url(../fonts/icomoon-repsol.woff?ax84ci) format("woff"),
    url(../fonts/icomoon-repsol.svg?ax84ci#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
}

[class^="icon-icomoonrepsol-"]:before,
[class*=" icon-icomoonrepsol-"]:before {
  font-family: icomoon-repsol !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.otf);
  src: url(../fonts/glyphicons-halflings-regular.eot)
      format("embedded-opentype"),
    url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),
    url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
    url(../fonts/glyphicons-halflings-regular.svg) format("svg");
}

body,
html {
  width: 100%;
  /* overflow-y: scroll; */
  overflow-x: hidden;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

.glyphicon-one-fine-dot {
  margin-bottom: -0.8em;
  overflow: hidden;
}

.glyphicon-one-fine-dot:before {
  content: "\25cf";
  font-size: 3em;
}
/*
@font-face {
    font-family: repsol-icons;
    src: url(../fonts/repsol-icons.eot);
    src: url(../fonts/repsol-icons.eot) format("embedded-opentype"), url(../fonts/repsol-icons.woff) format("woff"), url(../fonts/repsol-icons.ttf) format("truetype"), url(../fonts/repsol-icons.svg) format("svg");
    font-weight: 400;
    font-style: normal
}*/

[class*="icon-repsol-"]:before {
  display: inline-block;
  font-family: repsol-icons;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a > [class*="icon-repsol-"]:hover {
  text-decoration: none !important;
}

.icon-repsol-world:before {
  content: "\0041";
}

.icon-repsol-dialog:before {
  content: "\0042";
}

.icon-repsol-user:before {
  content: "\0043";
}

.icon-repsol-arrow:before {
  content: "\0044";
}

.icon-repsol-close:before {
  content: "\0045";
}

.icon-repsol-arrow-up:before {
  content: "\0046";
}

.icon-repsol-menu-hamburguesa:before {
  content: "\0047";
}

.icon-repsol-search:before {
  content: "\0048";
}

.icon-repsol-desconectar:before {
  content: "\0049";
}

.icon-repsol-mi-perfil:before {
  content: "\004a";
}

.icon-repsol-mis-servicios:before {
  content: "\004b";
}

.icon-repsol-usuario-logado:before {
  content: "\004c";
}

.icon-repsol-right-arrow:before {
  content: "\004d";
}

.icon-repsol-left-arrow:before {
  content: "\004e";
}

.icon-repsol-facebook:before {
  content: "\004f";
}

.icon-repsol-instagram:before {
  content: "\0050";
}

.icon-repsol-linkedin:before {
  content: "\0051";
}

.icon-repsol-twitter:before {
  content: "\0052";
}

.icon-repsol-thin-right-arrow:before {
  content: "\0053";
}

.icon-repsol-isologo:before {
  content: "\0054";
}

.icon-repsol-microscope:before {
  content: "\0055";
}

.icon-isologo_repsol:before {
  content: "\0054";
}

.icon-microscope:before {
  content: "\0055";
}

.icon-repsol-comunidad-accionistas:before {
  content: "\0056";
}

.icon-repsol-aei-contacto:before {
  content: "\0057";
}

.icon-repsol-aei-gobierno-corporativo:before {
  content: "\0058";
}

.icon-repsol-aei-hechos-relevantes:before {
  content: "\0059";
}

.icon-repsol-accionistas-informacion-bursatil:before {
  content: "\005a";
}

.icon-repsol-aei-informacion-económica-financiera:before {
  content: "\0061";
}

.icon-repsol-aei-inversor-responsable:before {
  content: "\0062";
}

.icon-repsol-aei-NA:before {
  content: "\0063";
}

.icon-repsol-aei-rentafija-rating:before {
  content: "\0064";
}

.icon-repsol-aei-repsol-inversión:before {
  content: "\0065";
}

.icon-repsol-aei-valoracion-analistas:before {
  content: "\0066";
}

.icon-repsol-conocenos-donde-trabajamos:before {
  content: "\0067";
}

.icon-repsol-conocenos-estrategia2020:before {
  content: "\0068";
}

.icon-repsol-conocenos-historia:before {
  content: "\0069";
}

.icon-repsol-conocenos-isologo:before {
  content: "\006a";
}

.icon-repsol-conocenos-nuestramarca:before {
  content: "\006b";
}

.icon-repsol-conocenos-nuestroequipo:before {
  content: "\006c";
}

.icon-repsol-conocenos-perfildecompañia:before {
  content: "\006d";
}

.icon-repsol-conocenos-proveedoresypartners:before {
  content: "\006e";
}

.icon-repsol-conocenos-quehacemos:before {
  content: "\006f";
}

.icon-repsol-conocenos-visionyvalores:before {
  content: "\0070";
}

.icon-repsol-empleo-alertaporfraude:before {
  content: "\0071";
}

.icon-repsol-empleo-asisomos:before {
  content: "\0072";
}

.icon-repsol-empleo-losprofesionalesquebuscamos:before {
  content: "\0073";
}

.icon-repsol-empleo-NA:before {
  content: "\0074";
}

.icon-repsol-empleo-porquérepsol:before {
  content: "\0075";
}

.icon-repsol-empleo-preguntasfrecuentes:before {
  content: "\0076";
}

.icon-repsol-empleo-queofrecemos:before {
  content: "\0077";
}

.icon-repsol-energíaeinnovacion-centros-tecnologia:before {
  content: "\005d";
}

.icon-repsol-energiaeinnovacion-Latecnologiaquemueveelmundo:before {
  content: "\0078";
}

.icon-repsol-energiaeinnovacion-NA:before {
  content: "\0079";
}

.icon-repsol-energiaeinnovacion:before {
  content: "\007a";
}

.icon-repsol-energiaeinnovacion-colaborativo:before {
  content: "\0030";
}

.icon-repsol-energiaeinnovacion-unmundomejor:before {
  content: "\0031";
}

.icon-repsol-pys-estacionesdeservicioytarjetas:before {
  content: "\0032";
}

.icon-repsol-pys-asfaltos:before {
  content: "\0033";
}

.icon-repsol-pys-aviacion:before {
  content: "\0034";
}

.icon-repsol-pys-coque:before {
  content: "\0035";
}

.icon-repsol-pys-especialidades:before {
  content: "\0036";
}

.icon-repsol-pys-gas:before {
  content: "\0037";
}

.icon-repsol-pys-gasoleosyfueloleos:before {
  content: "\0038";
}

.icon-repsol-pys-lubricantesycuidadodelvehículo:before {
  content: "\0039";
}

.icon-repsol-pys-NA:before {
  content: "\0021";
}

.icon-repsol-pys-oilgastrading:before {
  content: "\0022";
}

.icon-repsol-pys-quimica:before {
  content: "\0023";
}

.icon-repsol-saladeprensa-contacto:before {
  content: "\0024";
}

.icon-repsol-saladeprensa-NA:before {
  content: "\0025";
}

.icon-repsol-saladeprensa-notas-prensa:before {
  content: "\0026";
}

.icon-repsol-saladeprensa-repsolnews:before {
  content: "\005e";
}

.icon-repsol-sostenibilidad-derechoshumanos:before {
  content: "\0027";
}

.icon-repsol-sostenibilidad-cambioclimatico:before {
  content: "\0028";
}

.icon-repsol-sostenibilidad-comunidadesydesarrollolocal:before {
  content: "\0029";
}

.icon-repsol-sostenibilidad-empleados:before {
  content: "\002a";
}

.icon-repsol-sostenibilidad-eticaytransparencia:before {
  content: "\002b";
}

.icon-repsol-sostenibilidad-fiscalidadresponsable:before {
  content: "\002c";
}

.icon-repsol-sostenibilidad-Informeseindicadores:before {
  content: "\002d";
}

.icon-repsol-sostenibilidad-medioambiente:before {
  content: "\002e";
}

.icon-repsol-sostenibilidad-NA:before {
  content: "\002f";
}

.icon-repsol-sostenibilidad-nuestromodelo:before {
  content: "\005b";
}

.icon-repsol-sostenibilidad-seguridad:before {
  content: "\005c";
}

.icon-icomoonrepsol-energiaeinnovacion-Latecnologiaquecambiaelmundo:before {
  content: "\e900";
}

.icon-icomoonrepsol-youtube:before {
  content: "\e902";
}

.icon-icomoonrepsol-flickr:before {
  content: "\e901";
}

.icon-icomoonrepsol-instagram:before {
  content: "\e903";
}

/* @font-face {
    font-family: repsol-font-4;
    src: url(../fonts/repsol-font-4.eot);
    src: url(../fonts/repsol-font-4.eot?#iefix) format("embedded-opentype"), url(../fonts/repsol-font-4.ttf) format("truetype"), url(../fonts/repsol-font-4.svg#repsol-font-4) format("svg"), url(../fonts/repsol-font-4.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-variant: normal
} */

[data-icon]:before {
  font-family: repsol-font-4;
  content: attr(data-icon);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none !important;
  speak: none;
  display: inline-block;
  text-decoration: none;
  width: 1em;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Titillium Web";
}

body,
html {
  width: 100%;
  /* overflow-y: scroll */
}

.wrapper.container {
  width: 100%;
  max-width: 1170px;
  margin: auto;
}

.hidden-xs {
}

.visible-xs {
  display: none !important;
}

.menu-hidden-xs {
  display: inline !important;
}

.menu-visible-xs {
  display: none !important;
}

.mainMenuNav-hidden-xs {
  display: block !important;
}

.mainMenu-hidden-xs {
  display: inline-block !important;
}

.mainMenu-visible-xs {
  display: none !important;
}

.tituloSeccion {
  padding: 20px 0 40px;
}

.tituloSeccion h2 {
  font-size: 36px;
  font-size: 2.57em;
  line-height: 40px;
  color: #6e6259;
  font-family: Repsol-Light;
}

header .header_container {
  width: 100%;
  padding: 0 2%;
  background: #fff;
  /*background: #fff;*/
  background: -webkit-linear-gradient(top, #fff 1%, #e9e8e8 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#e9e8e8)
  );
  /* background: linear-gradient(to bottom, #fff 1%, #e9e8e8 100%); */
  background: linear-gradient(to bottom, #fff 1%, #fff 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e8e8', GradientType=0);

  padding-bottom: 2px;
}

header .header_containerMenu {
  width: 100%;
  padding: 10px 0;
  margin: auto;
  max-width: 1170px;
}

header .header_containerLogo {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

header .header_containerMinMenu {
  vertical-align: middle;
  padding: 16px 0;
  float: right;
}

header .header_containerMenu-logo {
  height: 70px;
  /*height: 69px;*/
  width: auto;
  /*margin-left: 40px;*/
}

header .header_menu {
  display: table;
  width: auto;
  float: right;
  margin-top: 8px;
  white-space: nowrap;
}

header .header_menuOption {
  display: inline-block;
  text-align: center;
  color: #5c4e44;
  padding: 0 15px;
}

header .header_menuOption p {
  margin: 0;
}

header .header_menuOption + .header_menuOption {
  border-left: 1px solid #cbc4bc;
}

header .header_link {
  color: #0b4c5f;
  text-decoration: none;
}

header .header_link:hover {
  color: #0b4c5f;
  text-decoration: none;
}

header .header_link:hover > .header_menuOptionItem {
  color: #0b4c5f;
  text-decoration: none;
}

header .header_menuOptionItem {
  color: #aca39a;
  /*color: #5c4e44;*/
  padding: 0 0 0 0.557rem;
  font-size: 13px;
  /*font-size: 14px*/
}

header .header_menuOptionItem_language_mobile {
  color: #0b4c5f;
  vertical-align: middle;
}

header .header_menuOptionIcon {
  color: #0b4c5f;
}

header .header_menuOptionFirst {
  font-size: 20px;
  display: inline-block;
  vertical-align: -5px;
}

header .header_menuOptionSecond {
  font-size: 10px;
  padding-left: 0.557rem;
  vertical-align: -1px;
}

header .header_mainMenu {
  height: 65px;
  background-color: #f0efed;
  display: none;
}

header .header_menuOption:last-child {
  padding-right: 30px;
}

header .header_pageTitle-separator {
  padding: 0 13px 0 9px;
  color: #cdc7bf;
  font-size: 18px;
  vertical-align: middle;
  background: url(../fonts/ico_separation.png) no-repeat;
  background: url(../fonts/ico_separation.svg) no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
}

header .header__barraTipo {
  height: 0;
}

header .header__barraTipo.global {
  height: 0;
}

header .header__barraTipo.complejoIndustrial {
  background: #9c9081;
  height: 0px;
  /*height: 8px;*/
  display: block;
}

header .header__barraTipo.country {
  background: #00859b;
  height: 0px;
  /*height: 8px;*/
  display: block;
}

header .header_pageTitle {
  display: inline-block;
  word-break: break-word;
}

header .header_pageTitleContainer {
  display: auto;
  padding-left: 9px;
}

header .header_pageTitleContainer.complejoIndustrial {
  max-width: 240px;
  display: inline-block;
  vertical-align: -0.42rem;
  line-height: 17px;
}

header .header_pageTitle-complejo {
  color: #9c9081;
  vertical-align: -2px;
  text-transform: uppercase;
  font-size: 13px;
  margin-right: 5px;
  padding-left: 5px;
  display: table;
}

header .glyphicon-one-fine-dot {
  vertical-align: 3px;
  font-size: 3px;
  color: #9c9081;
}

header .header_pageTitle-name {
  font-size: 16px;
  vertical-align: -2px;
  padding: 0 5px;
  font-family: Titillium Web;
  font-weight: 700;
}

header .header_pageTitle-name.global {
  color: #0b4c5f;
  text-transform: uppercase;
}

header .header_pageTitle-name.country {
  color: #00859b;
  text-transform: uppercase;
}

header .header_pageTitle-name.complejoIndustrial {
  color: #9c9081;
  vertical-align: -3px;
}

header .header_pageTitle-name.complejoIndustrial {
  text-transform: none;
}

.menuppal_container {
  /* background: #0B4C5F */
}

@media (max-width: 1170px) {
  .menuppal_container {
    /* padding-left: 76%; */
  }
}

.menuppal_container .header_menuOptionIcon {
  color: #6e6259;
}

.menuppal_container .menuppal_mobileNav {
  display: block;
  width: 100%;
  padding: 0;
}

.menuppal_container .mainMenu__mobileMenu {
  display: inline-flex;
  vertical-align: middle;
  font-size: 24px;
  background-color: #fff;
}
.menu_header {
  display: flex;
}
.menuppal_container .mainMenu__search {
  display: inline;
  /*text-align: right;*/
  /* vertical-align: middle;*/
  background-color: #fff;
}

.menu_header .subheader_link {
  color: #fff;
  font-size: auto;
  border: 0;
}

.menu_header .subheader_link:hover {
  text-decoration: none;
}

.menu_header .subheader_link + .subheader_link a {
  border: 0;
}

.menu_header .subheader_link.customDropdown_searchItem:hover {
  text-decoration: none;
}

.menu_header .subheader_link .subheader_linkItem {
  padding-top: 10px;
  padding-bottom: 10px;
}

.backdrop-menu-worldwide {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 10000;
}

.menuWorldwide {
  display: table;
  width: 100%;
}

.menuWorldwide .menuWorldwide_itemTable {
  display: table;
  width: 100%;
}

.menuWorldwide .menuWorldwide_item {
  display: table-cell;
  text-align: center;
  width: 50%;
  padding: 35px;
  border-left: solid thin #e0ded9;
  border-bottom: solid thin #e0ded9;
}

.menuWorldwide .menuWorldwide_container {
  position: absolute;
}

.menuWorldwide .menuWorldwide_head {
  position: initial;
  display: table;
  background-color: #f9f9f8;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  width: 120%;
}

.menuWorldwide .menuWorldwide_itemImage {
  height: 60px;
  width: 60px;
  margin: auto;
  background: #faebd7;
  margin-bottom: 10px;
  border-radius: 50%;
}

.menuWorldwide .header_link {
  margin: -4px;
  padding: 5% 0 5% 9%;
  white-space: nowrap;
}

.menuWorldwide .header_link:hover > .header_menuOptionItem {
  cursor: pointer;
}

.menuWorldwide .menuWorldwide_itemLink {
  width: 90px;
  font-size: 14px;
  color: #041e42;
  text-align: center;
  margin: auto;
}

.menuWorldwide .menuWorldwide_content {
  background: #fff;
  -webkit-box-shadow: 0 5px 8px 0 #676767;
  box-shadow: 0 5px 8px 0 #676767;
  position: relative;
  width: auto;
  border-top: solid thin #e0ded9;
  display: table;
}

.menuWorldwide .menuWorldwide_imageOtros {
  background-image: url(../fonts/ico_otros-sitios-web.svg);
}

.menuWorldwide .menuWorldwide_imageComplejos {
  background-image: url(../fonts/ico_complejos-industriales.svg);
}

.menuWorldwide .menuWorldwide_imageCountry {
  background-image: url(../fonts/ico_paises.svg);
}

.menuWorldwide .menuWorldwide_imageGlobal {
  background-image: url(../fonts/ico_web-global.svg);
}

.menuWorldwide .header_menuOptionIcon {
  vertical-align: middle;
  color: #0b4c5f;
}

.menuWorldwide .header_menuOptionFirst {
  font-size: 20px;
  display: inline-block;
  vertical-align: -5px;
}

.menuWorldwide .header_menuOptionSecond {
  font-size: 10px;
  display: inline-block;
  width: 40px;
  margin-right: 10px;
}

.menuWorldwide .header_menuOptionItem {
  padding: 0 6px;
  color: #5c4e44;
  font-family: titilliumweb-Semibold;
  font-size: 14px;
}

.selectorPaises {
  display: table;
  width: 100%;
  background: #fff;
}

.selectorPaises .selectorPaises_itemTable {
  display: table;
  width: 100%;
}

.selectorPaises .selectorPaises_item {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50%;
  padding: 40px 39px;
  border-left: solid thin #e0ded9;
  border-bottom: solid thin #e0ded9;
}

.selectorPaises .selectorPaises_head {
  padding: 1% 3%;
  display: table;
  width: 60%;
  background-color: #f9f9f8;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  width: 180px;
}

.selectorPaises .selectorPaises_titleHead {
  padding: 10px 3% 2px;
  display: table;
  background-color: #f9f9f8;
  text-align: center;
  width: 100%;
  border-top-right-radius: 5px;
  color: #5c4e44;
  font-family: titilliumweb-Semibold;
  font-size: 16px;
}

.selectorPaises .selectorPaises_titleHead.pais {
  color: #00859b;
}

.selectorPaises .selectorPaises_titleHead.complejo-industrial {
  color: #5c4e44;
}

.selectorPaises .close-option {
  color: #5c4e44;
  font-weight: 700;
}

.selectorPaises .close-option.pais {
  color: #00859b;
}

.selectorPaises .close-option.complejo-industrial {
  color: #5c4e44;
}

.selectorPaises .selectorPaises_itemImage {
  height: 60px;
  width: 60px;
  margin: auto;
  background: #faebd7;
  margin-bottom: 10px;
  border-radius: 50%;
}

.selectorPaises .header_link {
  margin: 0;
  padding: 5% 3%;
}

.selectorPaises .selectorPaises_itemLink {
  max-width: 80px;
  font-size: 10px;
  color: #041e42;
  text-align: center;
  margin: auto;
}

.selectorPaises .backdrop-menu-worldwide {
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}

.selectorPaises .selectorPaises_content {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 5px 8px 0 #676767;
  box-shadow: 0 5px 8px 0 #676767;
  position: relative;
  display: table;
}

.selectorPaises .selectorPaises_imageOtros {
  background-color: #003b5c;
}

.selectorPaises .selectorPaises_imageComplejos {
  background-color: #cdc7bf;
}

.selectorPaises .selectorPaises_imageCountry {
  background-color: #00859b;
}

.selectorPaises .selectorPaises_imageGlobal {
  background-color: #ff7b00;
}

.selectorPaises .header_menuOptionIcon {
  color: #0b4c5f;
  vertical-align: middle;
}

.selectorPaises .header_menuOptionItem {
  padding: 0 8px;
  color: #5c4e44;
  vertical-align: middle;
}

.selectorPaises .selectorPaises_contentTable {
  display: table;
  width: 100%;
}

.selectorPaises .selectorPaises_closeTable {
  display: table-cell;
  border-right: solid 1px #e0ded9;
  padding: 11px 15px;
  vertical-align: top;
  border-top: solid 1px #e0ded9;
  text-align: center;
}

.selectorPaises .selectorPaises_closeTable-close {
  cursor: pointer;
}

.selectorPaises .selectorPaises_paisItem {
  display: table-cell;
  vertical-align: middle;
  padding: 0.556rem 16px 0.55rem;
  border-right: solid 1px #e0ded9;
  border-top: solid 1px #e0ded9;
  width: 45%;
}

.selectorPaises .selectorPaises_paisItem p {
  margin: 0;
  color: #5c4e44;
  font-size: 13px;
  font-weight: 700;
}

.selectorPaises .selectorPaises_languagesList {
}

.selectorPaises .selectorPaises_element {
  width: 100%;
  display: table;
}

.selectorPaises .selectorPaises_itemLink {
  font-size: 10px;
  text-decoration: underline;
  text-transform: uppercase;
}

.selectorPaises .selectorPaises_itemLink:link {
  color: #041e42;
}

.selectorPaises .selectorPaises_itemLink:hover {
  color: #0b4c5f;
  text-decoration: underline;
}

.selectorPaises .selectorPaises_itemLink:focus {
  color: #0b4c5f;
  text-decoration: underline;
}

.selectorPaises .selectorPaises_list {
  width: 100%;
  list-style: none;
  text-indent: 0;
  padding: 0;
}

.selectorPaises .selectorPaises_list .selectorPaises_languagesListItem {
  display: inline-block;
  float: left;
  padding: 9.3px 10px;
  width: 50%;
  text-align: center;
  border-right: solid 1px #e0ded9;
  border-top: solid 1px #e0ded9;
}

.selectorPaises
  .selectorPaises_list
  .selectorPaises_languagesListItem:only-child {
  width: 100%;
  text-align: center;
  border-right: solid 1px #e0ded9;
}

.selectorPaises
  .selectorPaises_list
  .selectorPaises_languagesListItem:nth-last-child(1):nth-child(odd) {
  width: 100%;
  text-align: center;
  border-right: solid 1px #e0ded9;
  border-top: solid 1px #e0ded9;
}

.selectorComplejos {
  display: table;
  width: 100%;
  background: #fff;
}

.selectorComplejos .selectorPaises_itemTable {
  display: table;
  width: 100%;
}

.selectorComplejos .selectorComplejos_item {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50%;
  padding: 40px 39px;
  border-left: solid thin #e0ded9;
  border-bottom: solid thin #e0ded9;
}

.selectorComplejos .selectorComplejos_head {
  padding: 1% 3%;
  display: table;
  width: 60%;
  background-color: #f9f9f8;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  width: 180px;
}

.selectorComplejos .selectorComplejos_titleHead {
  padding: 10px 3% 2px;
  display: table;
  background-color: #f9f9f8;
  text-align: center;
  width: 100%;
  border-top-right-radius: 5px;
  color: #5c4e44;
  font-family: titilliumweb-Semibold;
  font-size: 16px;
}

.selectorComplejos .selectorComplejos_titleHead.pais {
  color: #00859b;
}

.selectorComplejos .selectorComplejos_titleHead.complejo-industrial {
  color: #5c4e44;
}

.selectorComplejos .selectorComplejos_titleHead.otros {
  color: #003b5c;
}

.selectorComplejos .close-option {
  color: #5c4e44;
  font-weight: 700;
}

.selectorComplejos .close-option.pais {
  color: #00859b;
}

.selectorComplejos .close-option.complejo-industrial {
  color: #5c4e44;
}

.selectorComplejos .selectorComplejos_itemImage {
  height: 60px;
  width: 60px;
  margin: auto;
  background: #faebd7;
  margin-bottom: 10px;
  border-radius: 50%;
}

.selectorComplejos .header_link {
  margin: 0;
  padding: 5% 3%;
}

.selectorComplejos .selectorComplejos_itemLink {
  max-width: 80px;
  font-size: 14px;
  color: #041e42;
  text-align: center;
  margin: auto;
}

.selectorComplejos .backdrop-menu-worldwide {
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}

.selectorComplejos .selectorComplejos_content {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 5px 8px 0 #676767;
  box-shadow: 0 5px 8px 0 #676767;
  position: relative;
  display: table;
}

.selectorComplejos .selectorComplejos_imageOtros {
  background-color: #003b5c;
}

.selectorComplejos .selectorComplejos_imageComplejos {
  background-color: #cdc7bf;
}

.selectorComplejos .selectorComplejos_imageCountry {
  background-color: #00859b;
}

.selectorComplejos .selectorComplejos_imageGlobal {
  background-color: #ff7b00;
}

.selectorComplejos .header_menuOptionIcon {
  color: #0b4c5f;
  vertical-align: middle;
}

.selectorComplejos .header_menuOptionItem {
  padding: 0 8px;
  color: #5c4e44;
  vertical-align: middle;
}

.selectorComplejos .selectorComplejos_contentTable {
  display: table;
  width: 100%;
}

.selectorComplejos .selectorComplejos_closeTable {
  display: table-cell;
  border-right: solid 1px #e0ded9;
  padding: 12px 17px 7px;
  vertical-align: top;
  border-top: solid 1px #e0ded9;
  text-align: center;
}

.selectorComplejos .selectorComplejos_closeTable-close {
  cursor: pointer;
}

.selectorComplejos .selectorComplejos_paisItem {
  display: table-cell;
  vertical-align: middle;
  padding: 2px 9px 2px 18px;
  border-right: solid 1px #e0ded9;
  border-top: solid 1px #e0ded9;
  width: 45%;
  text-align: left;
}

.selectorComplejos .selectorComplejos_paisItem p {
  margin: 0;
  color: #5c4e44;
  font-size: 13px;
  font-weight: 700;
}

.selectorComplejos .selectorComplejos_element {
  width: 100%;
  display: table;
}

.selectorComplejos .selectorComplejos_itemLink {
  font-size: 13px;
  text-decoration: underline;
  text-transform: uppercase;
}

.selectorComplejos .selectorComplejos_itemLink:link {
  color: #041e42;
}

.selectorComplejos .selectorComplejos_itemLink:hover {
  color: #0b4c5f;
  text-decoration: underline;
}

.selectorComplejos .selectorComplejos_itemLink:focus {
  color: #0b4c5f;
  text-decoration: underline;
}

.selectorComplejos .selectorComplejos_list {
  width: 100%;
  list-style: none;
  text-indent: 0;
  padding: 0;
}

.selectorComplejos
  .selectorComplejos_list
  .selectorComplejos_languagesListItem {
  display: table-cell;
  float: left;
  padding: 18px 3px;
  width: 50%;
  text-align: center;
  border-right: solid 1px #e0ded9;
  border-top: solid 1px #e0ded9;
  height: 57px;
}

.selectorComplejos
  .selectorComplejos_list
  .selectorComplejos_languagesListItem:only-child {
  width: 100%;
  text-align: center;
  border-right: solid 1px #e0ded9;
}

.selectorComplejos
  .selectorComplejos_list
  .selectorComplejos_languagesListItem:nth-last-child(1):nth-child(odd) {
  width: 100%;
  text-align: center;
  border-right: solid 1px #e0ded9;
  border-top: solid 1px #e0ded9;
}

.backdrop-menu-worldwide-desktop {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 10000;
  position: fixed;
}

.backdrop-menu-worldwide-mobile {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 10000;
  position: fixed;
}

.backdrop-menu-search {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 10000;
  position: fixed;
}

.selectorIdiomas {
  position: absolute;
  display: none;
  z-index: 20000;
  width: 220px;
  font-size: 14px;
}

.selectorIdiomas .selectorIdiomas_contentTable {
  display: table;
  width: 100%;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #f9f9f8;
  margin-top: 0;
}

.selectorIdiomas .selectorIdiomas_contentTableItem {
  display: table-cell;
  padding: 3px;
  text-align: center;
  width: 10%;
}

.selectorIdiomas
  .selectorIdiomas_contentTableItem.selectorIdiomas_separator_desktop {
  color: #0b4c5f;
  display: table-cell;
}

.selectorIdiomas
  .selectorIdiomas_contentTableItem.selectorIdiomas_separator_mobile {
  display: none;
}

.selectorIdiomas .selectorIdiomas_contentTableItem .header_menuOptionItem {
  font-size: 14px;
  color: #0b4c5f;
  text-decoration: underline;
  width: 100%;
}

.selectorIdiomas
  .selectorIdiomas_contentTableItem
  .header_menuOptionItem:hover {
  color: #0b4c5f;
  text-decoration: underline;
}

.selectorIdiomas
  .selectorIdiomas_contentTableItem
  .header_menuOptionItem.header_menuOptionItem_activo {
  color: #9c9081;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.selectorIdiomas .selectorIdiomas_contentTableItem .selectorIdiomas_separator {
  color: #0b4c5f;
}

.selectorIdiomas .selectorIdiomas_itemTable {
  display: table;
  width: 100%;
}

.selectorIdiomas .selectorIdiomas_item {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50%;
  padding: 40px 39px;
  border-left: solid thin #e0ded9;
}

.selectorIdiomas .selectorIdiomas_head {
  display: inline-block;
  background-color: #f9f9f8;
  border-top-left-radius: 2px;
  float: right;
  border-top-right-radius: 2px;
  text-align: center;
  padding-right: 1%;
  width: 50%;
}

.selectorIdiomas .selectorIdiomas_itemImage {
  height: 60px;
  width: 60px;
  margin: auto;
  background: #faebd7;
  margin-bottom: 10px;
  border-radius: 50%;
}

.selectorIdiomas .header_link {
  margin: auto;
  width: 80%;
  display: table;
}

.selectorIdiomas .header_link:hover > .header_menuOptionItem {
  cursor: pointer;
}

.selectorIdiomas .selectorIdiomas_itemLink {
  max-width: 80px;
  font-size: 14px;
  color: #041e42;
  text-align: center;
  margin: auto;
}

.selectorIdiomas .selectorIdiomas_content {
  width: 100%;
  display: inline-block;
  clear: both;
}

.selectorIdiomas .selectorIdiomas_imageOtros {
  background-color: #003b5c;
}

.selectorIdiomas .selectorIdiomas_imageComplejos {
  background-color: #cdc7bf;
}

.selectorIdiomas .selectorIdiomas_imageCountry {
  background-color: #00859b;
}

.selectorIdiomas .selectorIdiomas_imageGlobal {
  background-color: #ff7b00;
}

.selectorIdiomas .header_menuOptionIcon {
  color: #0b4c5f;
  display: table-cell;
  font-size: 10px;
  padding: 0 14% 0 0;
  width: 10px;
}

.selectorIdiomas .header_menuOptionFirst {
  font-size: 20px;
  vertical-align: middle;
}

.selectorIdiomas .header_menuOptionSecond {
  font-size: 10px;
  vertical-align: middle;
}

.selectorIdiomas .header_menuOptionItem {
  font-weight: 700;
  color: #5c4e44;
  vertical-align: text-bottom;
  display: table-cell;
  padding: 1rem;
  font-size: 14px;
}

.selectorIdiomas .header_menuOptionItem.header_menuOptionHeaderItem {
  padding: 0.8rem 11px;
}

::-ms-backdrop,
.selectorIdiomas {
  margin-left: -5px;
}

.cardDeck {
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  margin: 0 auto 40px;
  z-index: 20000;
  display: block;
  position: fixed;
}

.cardDeck .card.flipped .face1 {
  -webkit-transform: rotateY(179.9deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.cardDeck .card.flipped .face2 {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.cardDeck,
.face1,
.face2 {
  width: 320px;
}

.card {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: fixed;
}

.face1,
.face2 {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-animation-fill-mode: both;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}

.face1 {
  z-index: 20;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.face2 {
  z-index: 10;
  -webkit-transform: rotateY(-179deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  background-color: #fff;
}

::-ms-backdrop,
.cardDeck {
  margin-top: -2px;
}

.menu-modal .menu .customDropdown .secondLevel.searchBox_inline_item ul {
  width: 100%;
}

.menu-modal .menu .customDropdown .secondLevel.searchBox_inline_item {
  display: inherit;
}

.searchBox {
  width: 100%;
  background-color: #ebe9e6;
  z-index: 20000;
  display: none;
}

.searchBox .searchBox_search {
  width: 100%;
  display: table;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
  background: #fff;
  text-align: center;
  color: #0b4c5f;
  padding: 10px;
  margin-top: 0;
}

.searchBox .searchBox_search label {
  display: table-cell;
  border-right: solid 1px #e0ded9;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  padding-right: 5px;
}

.searchBox .searchBox_search label .searchBox_label {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.searchBox .searchBox_search input {
  width: 100%;
  padding: 0 10px;
  border: 0;
  border-radius: 5px;
  color: #6e6259;
}

.searchBox .searchBox__container {
  position: unset;
}

.searchBox .searchBox_submit {
  width: 100%;
  border-style: none;
  padding: 10px;
  color: #fff;
  background: #0b4c5f;
  border-radius: 5px;
  text-transform: uppercase;
}

.searchBox .searchBox_closeSearchBox {
  display: none;
}

.searchBox .searchBox_searchContent {
  padding: 30px;
  display: table-cell;
  background: #f5f4f2;
  width: 450px;
}

.searchBox .searchBox_mostSearched {
  background-color: #fff;
  display: table-cell;
  padding: 30px;
}

.searchBox .searchBox_listTitle {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #041e42;
}

.searchBox ul.searchBox_itemList_list {
  padding-bottom: 15px;
}

.searchBox .searchBox_itemList_list {
  list-style: none;
  padding: 0;
  text-indent: 0;
  background: none !important;
}

.searchBox .searchBox_itemList_itemTxt {
  color: #041e42;
  display: table;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #cbc4bc;
  padding-right: 8px;
}

.searchBox .searchBox_itemList_item {
  list-style: none;
  margin-bottom: 10px;
}

.searchBox .searchBox_itemList_item .searchBox_itemList_itemLink {
  color: #fff;
  width: 100%;
  display: table;
  cursor: pointer;
}

.searchBox
  .searchBox_itemList_item
  .searchBox_itemList_itemLink
  > .searchBox_itemList_itemTxt {
  color: #041e42;
  display: table-cell;
  width: 450px;
  padding-bottom: 0;
  white-space: normal;
  padding-bottom: 5px;
  border-bottom: 1px solid #cbc4bc;
}

.searchBox
  .searchBox_itemList_item
  .searchBox_itemList_itemLink
  > .searchBox_itemList_itemArrow {
  color: #fff;
  background: #aca39a;
  width: 20px;
  text-align: center;
  font-weight: 700;
  padding: 5px;
  font-size: 14px;
  display: table-cell;
  width: 10%;
  font-weight: 400;
  vertical-align: middle;
}

.searchBox .searchBox_itemList_item .searchBox_itemList_itemLink:hover {
  color: #0b4c5f;
  text-decoration: none;
}

.searchBox
  .searchBox_itemList_item
  .searchBox_itemList_itemLink:hover
  > .searchBox_itemList_itemTxt {
  color: #0b4c5f;
  border-bottom: 1px solid #0b4c5f;
}

.searchBox
  .searchBox_itemList_item
  .searchBox_itemList_itemLink:hover
  > .searchBox_itemList_itemArrow {
  background: #0b4c5f;
}

.searchBox .searchBox_helpCenter {
  padding: 30px;
  display: table-cell;
  background: #f5f4f2;
}

.searchBox .searchBox_socialNetworks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.searchBox .searchBox_socialNetworksItem {
  font-size: 45px;
  color: #0b4c5f;
}

li.firstLevelMenuDropDown.customDropdown.search-menu.open .searchBox {
  display: table;
}

.secondLevel {
  display: none;
}

.customDropdown_searchItem {
  font-size: 14px;
}

.buscadorPrincipal {
  /* background-color: #f5f4f2; */
}

.buscadorPrincipalSecondLevel {
  width: 100% !important;
  margin-left: 0px !important;
  margin-top: 15px;
}
.buscadorPrincipal .pesquisar {
  background: url(./assets/files/images/Search-Magnifier_orange.png) 96% / 19%
    no-repeat white !important;
  font-family: Titillium Web !important;
  font-size: 17px !important;
  color: #ff7b00 !important;
  background-color: #efeeea !important;
  border-radius: 3px !important;
  border: 1px solid #ff7b00 !important;
  padding-right: 21px !important;
  text-decoration: none !important;
  width: 97px !important;
}

.buscadorPrincipalContainer {
  /* margin-left: 9%; */
}

.menu.container {
  background: #fff;
  color: #fff;
  width: 100%;
  font-size: 13px;
  text-align: center;
  padding: 12px 0;
  height: 46px;
}

header .menu .inner {
  position: relative;
  min-width: none;
  display: inline-block;
}

header .menu .inner {
  padding-top: 0;
}

.withoutMargin a.firstLevelElement {
  color: #fff !important;
  /*color: #fff!important*/
}

header .menu .classChannel > .customDropdown:first-child .withoutMargin::after {
  content: none;
}

header .customDropdown .withoutMargin > a {
  display: inline-block;
  padding: 0 14px !important;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
}

header .customDropdown:first-child .withoutMargin > a {
  display: inline-block;
  padding: 0 15px 0 8px !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  padding: 5px 0;
}

header .menu .classChannel > .customDropdown:first-child .withoutMargin > a {
  background: -webkit-linear-gradient(
    top,
    #fff 40%,
    rgba(255, 255, 255, 0) 20%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(to bottom, #fff 40%, rgba(255, 255, 255, 0) 20%);
  background-position: left;
  -webkit-background-size: 1px 3px;
  background-size: 1px 3px;
  background-repeat: repeat-y;
  padding: 0;
}

.classChannel > .customDropdown:first-child {
  padding-left: 0;
}

.customDropdown + .customDropdown .withoutMargin > a {
  display: inline-block;
  text-align: center;
}

.customDropdown + .customDropdown {
  background: -webkit-linear-gradient(
    top,
    #ffc384 40%,
    rgba(255, 195, 132, 0) 20%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffc384),
    to(rgba(255, 195, 132, 0))
  );
  background: linear-gradient(
    to bottom,
    #ffc384 40%,
    rgba(255, 195, 132, 0) 20%
  );
  background-position: left;
  -webkit-background-size: 1px 3px;
  background-size: 1px 3px;
  background-repeat: repeat-y;
}

ul.nav.nav-pills.classChannel.pull-right {
  background: 0 0;
}

ul.nav.nav-pills.classChannel.pull-right {
  float: left !important;
}

.withoutMarginBottom.withoutMarginBottomHoverActive {
  display: none;
}

.menu_lenguaje ul li a {
  margin-top: -13px !important;
  display: none;
}

.buscadorCabecera .busqueda .icoLupa {
  display: none;
}

header .navRecursiva li a:hover {
  display: none;
}

header .cabecera .menu_lenguaje {
  background: #f0efed;
  display: none;
}

.navRecursiva.pull-right {
  display: none;
}

.classChannel {
  display: inline-block;
}

.control_monitorizacion {
  color: #fff;
}

.secondLevel [data-icon]:before {
  font-family: repsol-font-4;
  content: attr(data-icon);
}

header .menu .customDropdown.open > div {
  display: block;
  text-align: left;
}

header .buscadorCabecera {
  font-family: Titillium Web;
  font-size: 12px;
  font-size: 0.857rem;
  margin: 0;
}

header .menu .nav-pills > .customDropdown {
  height: auto;
  min-height: 0;
  padding: 5px 0;
}

header .cabecera {
  height: auto;
}

header .menu .customDropdown {
  position: static;
  color: #fff !important;
}

.customDropdown ul.thirdLevel li.nextLevelElement {
  text-align: left;
}

header .menu .nav-pills .customDropdown.customDropdown_buscador a:hover {
  text-decoration: none !important;
}

header .menu .nav-pills .customDropdown .withoutMargin > a {
  display: inline-block;
  padding: 12px 10px 0;
  line-height: 12px;
  font-size: 13px;
}

header .menu .classChannel > .customDropdown:first-child .withoutMargin > a {
  background: 0 0;
  background-position: left;
  -webkit-background-size: 2px 3px;
  background-size: 2px 3px;
  background-repeat: repeat-y;
}

header .menu .classChannel > .customDropdown:first-child .withoutMargin {
  background: -webkit-linear-gradient(
    top,
    #fff 40%,
    rgba(255, 255, 255, 0) 20%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(to bottom, #fff 40%, rgba(255, 255, 255, 0) 20%);
  background-position: left;
  -webkit-background-size: 1px 3px;
  background-size: 1px 3px;
  background-repeat: repeat-y;
}

.customDropdown + .customDropdown {
  background: 0 0;
  padding: 12px 0;
  background-position: left;
  -webkit-background-size: 2px 3px;
  background-size: 2px 3px;
  background-repeat: repeat-y;
}

.customDropdown + .customDropdown.active-link {
  background: #c96700;
}

.customDropdown + .customDropdown.active-link .withoutMargin {
  background: #c96700;
}

.customDropdown + .customDropdown .withoutMargin {
  background: -webkit-linear-gradient(
    top,
    #ffc384 40%,
    rgba(255, 255, 255, 0) 20%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffc384),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    to bottom,
    #6e6259 100%,
    rgba(255, 255, 255, 0) 100%
  );
  background-position: left;
  -webkit-background-size: 1px 3px;
  background-size: 1.5px 3px;
  background-repeat: repeat-y;
  display: table;
  padding-top: 4px;
  padding-bottom: 4px;
}

.customDropdown.active-link + .customDropdown .withoutMargin {
  background: 0 0;
}

.customDropdown {
  background: 0 0;
  padding: 12px 0;
}

.customDropdown .withoutMargin {
  display: table;
  padding-top: 4px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 4px !important;
  margin-top: 4px;
  background: -webkit-linear-gradient(
    top,
    #ffc384 40%,
    rgba(255, 255, 255, 0) 20%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffc384),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    to bottom,
    #6e6259 100%,
    rgba(255, 255, 255, 0) 100%
  );
  background-position: left;
  -webkit-background-size: 1px 3px;
  background-size: 1.5px 3px;
  background-repeat: repeat-y;
}

.customDropdown .withoutMargin:hover {
  display: table;
  background: linear-gradient(
    to bottom,
    #6e6259 0%,
    rgba(0, 0, 0, 0) 0%
  ) !important;
  background-position: left !important;
  -webkit-background-size: 1px 3px !important;
  background-size: 1.5px 3px !important;
  background-repeat: repeat-y !important;
}

header .menu .nav-pills .customDropdown .withoutMargin > a {
  padding: 0 16px !important;
}

header .menu .classChannel > .customDropdown.active-link .withoutMargin {
  background: #c96700;
}

.customDropdown.active-link {
  background: #c96700;
}

.customDropdown.active-link .withoutMargin {
  background: #c96700;
}

header .menu .nav-pills > .customDropdown {
  height: auto;
  margin-bottom: -2px;
  margin-left: 0px;
  /* background: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    z-index: 10;  */
}

.menuppal_mainNav.mainMenu_modal.menu-modal
  li.customDropdown.firstLevelMenuDropDown {
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 10;
}

@media only screen and (max-width: 1170px) {
  .menuppal_mainNav.mainMenu_modal.menu-modal
    li.customDropdown.firstLevelMenuDropDown {
    background: #fff;
    top: 0;
    left: 0;
    z-index: 10;
  }
}

.sinMargin {
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
}

.sinPadding {
  padding-top: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
}

.sinPaddingLateral {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.menuppal_mainNav.mainMenu_modal.menu-modal
  li.customDropdown.firstLevelMenuDropDown.open {
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  z-index: 10;
}

.menu.container {
  height: 48px;
  padding: 0;
}

header .menu .classChannel > .customDropdown:first-child .withoutMargin {
  position: relative;
  padding: 0;
}

.classWOChannel [data-icon]:before,
.classChannel [data-icon]:before {
  font-family: repsol-font-4;
  content: attr(data-icon);
  padding: 0 !important;
}

.classWOChannel,
.classChannel {
  height: 43px;
}

header .menu .classChannel > .customDropdown:first-child {
  padding-left: 0;
}

.firstLevelElement:hover {
  text-decoration: underline;
}

header .menu .inner {
  white-space: nowrap;
}

li.customDropdown.firstLevelMenuDropDown:hover {
  text-decoration: none !important;
  background-color: #ff7b00;
  background: linear-gradient(
    to bottom,
    #ff7b00 100%,
    rgba(205, 199, 191, 0) 20%
  ) !important;
  background-size: 3px 3px !important;
  background-repeat: repeat-y !important;
}

li.customDropdown.firstLevelMenuDropDown:hover > .withoutMargin > a {
  text-decoration: none;
}

.menu-modal .menu .customDropdown .secondLevel.searchBox_inline_item ul {
  width: 100%;
}

.menu-modal .menu .customDropdown .secondLevel.searchBox_inline_item {
  display: inherit;
}

.searchBox__inline {
  width: 100%;
  background-color: #ebe9e6;
  z-index: 20000;
  display: table;
}

.searchBox__inline .searchBox_search {
  width: 100%;
  display: table;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
  background: #fff;
  text-align: center;
  color: #0b4c5f;
  padding: 10px;
  margin-top: 0;
}

.searchBox__inline .searchBox_search label {
  display: table-cell;
  border-right: solid 1px #e0ded9;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  padding-right: 7px;
}

.searchBox__inline .searchBox_search label .searchBox_label {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.searchBox__inline .searchBox_search input {
  width: 100%;
  padding: 0 10px;
  border: 0;
  border-radius: 5px;
  color: #6e6259;
}

.searchBox__inline .searchBox__container {
  position: unset;
}

.searchBox__inline .searchBox_submit {
  width: 100%;
  border-style: none;
  padding: 10px;
  color: #fff;
  background: #0b4c5f;
  border-radius: 5px;
  text-transform: uppercase;
}

.searchBox__inline .searchBox_closeSearchBox {
  color: #fff;
  background: #0b4c5f;
  padding: 17px 14px;
  position: absolute;
  top: -48px;
  right: 0;
  font-size: 14px;
  text-align: center;
}

.searchBox__inline .searchBox_searchContent {
  padding: 30px;
  display: table-cell;
  background: #f5f4f2;
  width: 45%;
}

.searchBox__inline .searchBox_mostSearched {
  background-color: #fff;
  display: table-cell;
  padding: 30px;
}

.searchBox__inline .searchBox_listTitle {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #041e42;
}

.searchBox__inline ul.searchBox_itemList_list {
  padding-bottom: 15px;
}

.searchBox__inline .searchBox_itemList_list {
  list-style: none;
  padding: 0;
  text-indent: 0;
  background: none !important;
}

.searchBox__inline .searchBox_itemList_itemTxt {
  color: #041e42;
  display: table;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #cbc4bc;
}

.searchBox__inline .searchBox_itemList_item {
  list-style: none;
  margin-bottom: 25px;
}

.searchBox__inline .searchBox_itemList_item .searchBox_itemList_itemLink {
  color: #fff;
  width: 100%;
  display: table;
  cursor: pointer;
}

.searchBox__inline
  .searchBox_itemList_item
  .searchBox_itemList_itemLink
  > .searchBox_itemList_itemTxt {
  color: #041e42;
  display: table-cell;
  width: 90%;
  padding-bottom: 0;
  white-space: normal;
  padding-bottom: 10px;
  border-bottom: 1px solid #cbc4bc;
}

.searchBox__inline
  .searchBox_itemList_item
  .searchBox_itemList_itemLink
  > .searchBox_itemList_itemArrow {
  color: #fff;
  background: #aca39a;
  width: 20px;
  text-align: center;
  font-weight: 700;
  padding: 10px 5px;
  font-size: 14px;
  display: table-cell;
  width: 10%;
  font-weight: 400;
  vertical-align: middle;
}

.searchBox__inline .searchBox_itemList_item .searchBox_itemList_itemLink:hover {
  color: #0b4c5f;
  text-decoration: none;
}

.searchBox__inline
  .searchBox_itemList_item
  .searchBox_itemList_itemLink:hover
  > .searchBox_itemList_itemTxt {
  color: #0b4c5f;
  border-bottom: 1px solid #0b4c5f;
}

.searchBox__inline
  .searchBox_itemList_item
  .searchBox_itemList_itemLink:hover
  > .searchBox_itemList_itemArrow {
  background: #0b4c5f;
}

.searchBox__inline .searchBox_helpCenter {
  padding: 30px;
  display: table-cell;
  background: #f5f4f2;
}

.searchBox__inline .searchBox_socialNetworks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.searchBox__inline .searchBox_socialNetworksItem {
  font-size: 45px;
  color: #0b4c5f;
}

::-ms-backdrop,
.searchBox {
  margin-top: -11px;
}

.backdrop-menu-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

.mainMenu_modal__closeMobile {
  padding: 17px 21px;
  background: #fff;
  color: #fff;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  display: none;
}

.mainMenu_modal__closeMobile a {
  color: #fff;
}

.arrowReturnSecondLevel {
  display: none;
}

.menu-modal .mainMenu_modal__closeMobile {
  display: none;
}

.menu-modal span.pull-left.arrowReturnFirstLevel {
  display: none;
}

.menu-modal .menu.container {
  width: auto;
}

.menu-modal .menu .inner {
  position: relative;
  background: #fff;
  display: inline-block;
  z-index: 100;
}

.menu-modal li.customDropdown.firstLevelMenuDropDown.open a.firstLevelElement {
  text-decoration: none;
  /* color: #FFF!important */
  color: #ff7b00 !important;
}

.menu-modal li.customDropdown.firstLevelMenuDropDown.open .withoutMargin {
  background-position: left;
  -webkit-background-size: 2px 3px;
  background-size: 2px 3px;
  background-repeat: repeat-y;
  display: table;
  padding-top: 4px;
  padding-bottom: 4px;
  background: linear-gradient(to bottom, #ff7b00 0%, rgba(205, 199, 191, 0) 0%);
}

.menu-modal
  li.customDropdown.firstLevelMenuDropDown.open
  + .customDropdown
  .withoutMargin {
  background: -webkit-linear-gradient(
    top,
    #cdc7bf 40%,
    rgba(205, 199, 191, 0) 20%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#cdc7bf),
    to(rgba(205, 199, 191, 0))
  );
  background: linear-gradient(
    to bottom,
    #6e6259 100%,
    rgba(205, 199, 191, 0) 20%
  );
  background-position: left;
  -webkit-background-size: 2px 3px;
  background-size: 2px 3px;
  background-repeat: repeat-y;
  display: table;
  padding-top: 4px;
  padding-bottom: 4px;
}

.menu-modal .menu > .inner > div.activoMenu {
  padding: 0;
}

.menu-modal .withoutMargin a.firstLevelElement {
  color: #6e6259 !important;
  font-weight: 700;
}

.menu-modal .backdrop-menu-modal {
  display: block;
}

.menu-modal .secondLevel.clearfix,
.menu-modal .secondLevel.dl-horizontal dd,
.menu-modal .secondLevel.container,
.menu-modal .secondLevel.container-fluid,
.menu-modal .secondLevel.row,
.menu-modal .secondLevel.form-horizontal .form-group,
.menu-modal .secondLevel.btn-toolbar,
.menu-modal .secondLevel.btn-group-vertical > .btn-group,
.menu-modal .secondLevel.nav,
.menu-modal .secondLevel.navbar,
.menu-modal .secondLevel.navbar-header,
.menu-modal .secondLevel.navbar-collapse,
.menu-modal .secondLevel.pager,
.menu-modal .secondLevel.panel-body,
.menu-modal .secondLevel.modal-header,
.menu-modal .secondLevel.modal-footer {
  top: 50px !important;
}

.menu-modal .menu .customDropdown.open > ul,
.menu-modal .menu .customDropdown.open > div {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  background: 0 0;
  z-index: 1000;
  background: #fff;
  margin-top: -7px;
}

@media (min-width: 1171px) {
  .menu-modal .menu .customDropdown.open > ul,
  .menu-modal .menu .customDropdown.open > div {
    height: 194px !important;
  }
}

.menu-modal .menu .customDropdown .secondLevel,
.menu-modal .menu .customDropdown ul.thirdLevel {
  position: absolute;
  left: -99999999px;
  padding-top: 0;
  padding-left: 0;
  list-style-type: none;
}

.menu-modal .secondLevel.clearfix,
.menu-modal .secondLevel.dl-horizontal dd,
.menu-modal .secondLevel.container,
.menu-modal .secondLevel.container-fluid,
.menu-modal .secondLevel.row,
.menu-modal .secondLevel.form-horizontal .form-group,
.menu-modal .secondLevel.btn-toolbar,
.menu-modal .secondLevel.btn-group-vertical > .btn-group,
.menu-modal .secondLevel.nav,
.menu-modal .secondLevel.navbar,
.menu-modal .secondLevel.navbar-header,
.menu-modal .secondLevel.navbar-collapse,
.menu-modal .secondLevel.pager,
.menu-modal .secondLevel.panel-body,
.menu-modal .secondLevel.modal-header,
.menu-modal .secondLevel.modal-footer {
  border-top: thin solid #cdc7bf;
}

.menu-modal .menu .customDropdown .secondLevel ul {
  padding: 0;
  width: 26%;
  background: #fff;
  height: 183px !important;
  margin-left: 25px;
  margin-top: 8px;
}

@media (max-width: 1170px) {
  .menu-modal .menu .customDropdown .secondLevel ul {
    margin-left: 0px;
    margin-top: 0px;
  }
}
.menu-modal .menu .customDropdown .secondLevel ul.no-items {
  background: #fff;
  width: 0;
}

.menu-modal
  .menu
  .customDropdown
  .secondLevel
  ul.no-items
  + ul.fourthLevelMenu {
  left: 25%;
}

.menu-modal .menu .customDropdown.open > ul.thirdLevel,
.menu-modal .menu .customDropdown.open > div.thirdLevel {
  padding-left: 75px;
  padding-bottom: 0;
  left: 19.3%;
  /* top: 52%; */
  height: 2% !important;
  background: #fff;
  width: 450px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-modal .menu .customDropdown.open > div.thirdLevel .alone {
  padding-left: 0;
  padding-bottom: 0;
  left: 50%;
  top: 50%;
  height: auto !important;
  background: #fff;
  width: 516px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000055;
}

.menu-modal
  .menu
  .customDropdown.open
  > ul.thirdLevel
  li.customDropdown.nextLevelElement,
.menu-modal
  .menu
  .customDropdown.open
  > div.thirdLevel
  li.customDropdown.nextLevelElement {
  border: 0;
  padding: 0;
  border-bottom: 0;
  width: 228px;
  margin-bottom: -4px;
}

.menu-modal
  .menu
  .customDropdown.open
  > ul.thirdLevel
  li.customDropdown.nextLevelElement:nth-child(odd),
.menu-modal
  .menu
  .customDropdown.open
  > div.thirdLevel
  li.customDropdown.nextLevelElement:nth-child(odd) {
  width: 51%;
  float: left;
  border-bottom: 1px solid #cbc4bc !important;
  margin-bottom: 0px;
  /*height: 50px;*/
  padding-top: 10px !important; /*antes 17*/
}

.menu-modal
  .menu
  .customDropdown.open
  > ul.thirdLevel
  li.customDropdown.nextLevelElement:nth-child(even),
.menu-modal
  .menu
  .customDropdown.open
  > div.thirdLevel
  li.customDropdown.nextLevelElement:nth-child(even) {
  width: 51%;
  float: left;
  border-bottom: 1px solid #cbc4bc !important;
  margin-bottom: 0px;
  /*height: 50px;*/
  padding-top: 10px !important; /*antes 17*/
}

@media (max-width: 1170px) {
  .menu-modal
    .menu
    .customDropdown.open
    > ul.thirdLevel
    li.customDropdown.nextLevelElement:nth-child(odd),
  .menu-modal
    .menu
    .customDropdown.open
    > div.thirdLevel
    li.customDropdown.nextLevelElement:nth-child(odd) {
    border-bottom: 1px solid #cbc4bc !important;
  }
  .menu-modal
    .menu
    .customDropdown.open
    > ul.thirdLevel
    li.customDropdown.nextLevelElement:nth-child(even),
  .menu-modal
    .menu
    .customDropdown.open
    > div.thirdLevel
    li.customDropdown.nextLevelElement:nth-child(even) {
    border-bottom: 1px solid #cbc4bc !important;
    border-left: 0px !important;
  }

  .menu-modal
    .menu
    .customDropdown.open
    > ul.thirdLevel
    li.customDropdown.nextLevelElement:last-child {
    border-bottom: 0px solid #cbc4bc !important;
    border-left: 0px !important;
  }
}

.menu-modal
  .menu
  .customDropdown.open
  > ul.thirdLevel
  li.customDropdown.nextLevelElement
  .thirdLevelElement,
.menu-modal
  .menu
  .customDropdown.open
  > div.thirdLevel
  li.customDropdown.nextLevelElement
  .thirdLevelElement {
  line-height: 16px;
  padding-bottom: 10px;
  display: block;
  text-align: initial;
}

.menu-modal
  .menu
  .customDropdown.open
  > ul.thirdLevel
  li.customDropdown.nextLevelElement
  .thirdLevelElement:hover,
.menu-modal
  .menu
  .customDropdown.open
  > div.thirdLevel
  li.customDropdown.nextLevelElement
  .thirdLevelElement:hover {
  color: #ff7b00 !important;
}

.menu-modal .menu .customDropdown ul.fourthLevelMenu {
  position: absolute;
  top: 0;
  left: 35%;
  top: 46%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60%;
  z-index: 33333;
  background: #fff;
  padding: 0;
  white-space: normal;
  display: block;
}

.menu-modal
  .menu
  .customDropdown
  ul.fourthLevelMenu
  li.customDropdown.nextLevelElement {
  border: 0;
  width: 100%;
  height: auto;
  margin: auto;
}

.menu-modal
  .menu
  .customDropdown
  ul.fourthLevelMenu
  li.customDropdown.nextLevelElement:hover {
  text-decoration: none;
}

.menu-modal .menu .customDropdown ul.fourthLevelMenu.open {
  left: 63%;
  width: 35%;
}

.menu-modal .menu .customDropdown ul.iconoLevel {
  position: absolute;
  height: 100%;
  width: auto;
  z-index: 33333;
  background: #fff;
  padding: 0;
  white-space: normal;
  /* display: none; */
  /* display: block !important;
    left: 40% !important;
    top: 45% !important;
    transform: translateY(-50%) !important; */
}

.menu-modal
  li.customDropdown.nextLevelElement.secondLevelMenuDropDown.open
  ul.iconoLevel {
  left: 60%;
  width: auto;
  display: block;
  top: 50%;
  border: 0;
  height: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-modal
  li.customDropdown.nextLevelElement.secondLevelMenuDropDown.open
  ul.iconoLevel.iconoLevel-left {
  left: 50%;
}

.menu-modal
  li.customDropdown.nextLevelElement.secondLevelMenuDropDown.open
  ul.thirdLevel {
  /* border-right: 1px solid #cbc4bc */
}

.menu-modal
  li.customDropdown.nextLevelElement.secondLevelMenuDropDown.open
  ul.thirdLevel::before {
  text-align: center;
  display: block;
  border: 0;
  border-bottom: 0;
  width: 50%;
  content: "col1";
  /* border-right: 1px solid #cbc4bc */
}

.menu-modal
  li.customDropdown.nextLevelElement.secondLevelMenuDropDown.open
  ul.thirdLevel::after {
  text-align: center;
  display: block;
  border: 0;
  border-bottom: 0;
  width: 50%;
  content: "col2";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 1px;
}

.menu-modal .customDropdown_box {
  display: table;
  height: 100%;
}

.menu-modal .customDropdown_box .customDropdown_box_left {
  display: table-cell;
  width: 10%;
  vertical-align: top;
  color: #0b4c5f;
  text-align: center;
  font-size: 48px;
}

.menu-modal
  .customDropdown_box
  .customDropdown_box_left
  [class*="icon-repsol-"]:before {
  line-height: 1.19;
}

.menu-modal .customDropdown_box .customDropdown_box_left img {
  display: block;
  max-width: 100px;
}

.menu-modal .customDropdown_box .customDropdown_box_right {
  display: table-column;
  width: 50%;
  order: 1;
  vertical-align: middle;
  /* padding: 0 25px 0 20px; */
  color: #6e6e6e;
  line-height: 17px;
  position: absolute;
}

.menu-modal .menu .customDropdown .secondLevel li.secondLevelMenuDropDown,
.menu-modal header .menu .customDropdown ul.thirdLevel li.nextLevelElement {
  width: 100%;
  display: table;
  border-bottom: 1px #cbc4bc solid;
  padding: 0;
  white-space: normal;
}

.menu-modal
  .menu
  .customDropdown
  .secondLevel
  li.secondLevelMenuDropDown
  a.secondLevelElement,
.menu-modal
  header
  .menu
  .customDropdown
  ul.thirdLevel
  li.nextLevelElement
  a.secondLevelElement {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  color: #5c4e44;
}

.menu-modal
  .menu
  .customDropdown
  .secondLevel
  li.secondLevelMenuDropDown
  span.secondLevelElement,
.menu-modal
  header
  .menu
  .customDropdown
  ul.thirdLevel
  li.nextLevelElement
  span.secondLevelElement {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  color: #5c4e44;
}

.menu-modal
  .menu
  .customDropdown
  .secondLevel
  li.secondLevelMenuDropDown
  span.pull-right,
.menu-modal
  header
  .menu
  .customDropdown
  ul.thirdLevel
  li.nextLevelElement
  span.pull-right {
  width: 50px;
  height: 45px;
  text-align: center;
  padding: 10px;
  background: #aca39a;
  color: #fff;
  cursor: pointer;
}

.menu-modal
  li.customDropdown.nextLevelElement.secondLevelMenuDropDown
  a.secondLevelElement {
  color: #a8a299;
  width: 100%;
}

.menu-modal
  li.customDropdown.nextLevelElement.secondLevelMenuDropDown
  span.secondLevelElement {
  color: #5c4e44;
  width: 100%;
}

.menu-modal
  li.customDropdown.nextLevelElement.secondLevelMenuDropDown
  span.pull-right {
  color: #fff;
  background: #aca39a;
  cursor: pointer;
}

.menu-modal li.customDropdown.nextLevelElement.secondLevelMenuDropDown:hover {
  border-bottom: 1px #cbc4bc solid !important;
  text-decoration: none;
}

.menu-modal
  li.customDropdown.nextLevelElement.secondLevelMenuDropDown:hover
  > a.secondLevelElement {
  background: #fff;
  width: 100%;
  text-decoration: none;
}

.menu-modal
  li.customDropdown.nextLevelElement.secondLevelMenuDropDown:hover
  > span.secondLevelElement {
  background: #fff;
  width: 100%;
  text-decoration: none;
}

.menu-modal
  li.customDropdown.nextLevelElement.secondLevelMenuDropDown:hover
  > span.pull-right {
  color: #fff;
  background: #0b4c5f;
}

.menu-modal
  li.customDropdown.nextLevelElement.secondLevelMenuDropDown.open
  a.secondLevelElement {
  color: #0b4c5f;
  background: #fff;
}

.menu-modal
  li.customDropdown.nextLevelElement.secondLevelMenuDropDown.open
  span.secondLevelElement {
  color: #0b4c5f;
  background: #fff;
}

.menu-modal
  li.customDropdown.nextLevelElement.secondLevelMenuDropDown.open
  span.pull-right {
  color: #fff;
  background: #0b4c5f;
  cursor: pointer;
}

.menu-modal .customDropdown + .customDropdown .withoutMargin {
  background: -webkit-linear-gradient(
    top,
    #cdc7bf 40%,
    rgba(205, 199, 191, 0) 20%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#cdc7bf),
    to(rgba(205, 199, 191, 0))
  );
  background: linear-gradient(
    to bottom,
    #6e6259 100%,
    rgba(205, 199, 191, 0) 20%
  );
  background-position: left;
  -webkit-background-size: 2px 3px;
  background-size: 2px 3px;
  background-repeat: repeat-y;
  display: table;
  padding-top: 4px;
  padding-bottom: 4px;
}

.menu-modal .thirdLevel {
  height: 100%;
  display: table-cell;
  border: 0;
}

.menu-modal .thirdLevel li {
  list-style-position: inside;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -webkit-break-inside: avoid;
  -moz-break-inside: avoid;
  break-inside: avoid;
  border: 0;
}

.menu-modal .thirdLevel li:nth-child(even) {
  border-right: 2px !important;
  padding-left: 15px !important;
}

.menu-modal .thirdLevel li.customDropdown {
  width: auto;
}

.menu-modal .thirdLevel li.customDropdown .thirdLevelElement {
  font-size: 14px;
  color: #6e6259;
  white-space: normal;
  line-height: 16px;
}

.menu-modal .thirdLevel li.customDropdown .thirdLevelElement:hover {
  background: 0 0;
  color: #0b4c5f;
  text-decoration: none;
}

.menu-modal .thirdLevel li.customDropdown:hover {
  background: 0 0;
}

.menu-modal .thirdLevel li.customDropdown.nextLevelElement {
  width: auto;
  border-bottom: 0;
}

.menu-modal .thirdLevel li + .customDropdown:hover {
  background: 0 0;
}

.menu-modal .thirdLevel li.customDropdown.nextLevelElement {
  width: auto;
}

.menu-modal .col-lg-12.col-md-12.col-sm-12 {
  padding: 0;
}

.menu-modal .customDropdown + .customDropdown.active-link .withoutMargin {
  background: #c96700;
  color: #fff !important;
}

.menu-modal .customDropdown + .customDropdown.active-link .withoutMargin a {
  color: #fff !important;
}

.menu-modal .customDropdown.active-link + .customDropdown .withoutMargin {
  background: 0 0;
}

.menu-modal .secondLevel.clearfix,
.menu-modal .secondLevel.dl-horizontal dd,
.menu-modal .secondLevel.container,
.menu-modal .secondLevel.container-fluid,
.menu-modal .secondLevel.row,
.menu-modal .secondLevel.form-horizontal .form-group,
.menu-modal .secondLevel.btn-toolbar,
.menu-modal .secondLevel.btn-group-vertical > .btn-group,
.menu-modal .secondLevel.nav,
.menu-modal .secondLevel.navbar,
.menu-modal .secondLevel.navbar-header,
.menu-modal .secondLevel.navbar-collapse,
.menu-modal .secondLevel.pager,
.menu-modal .secondLevel.panel-body,
.menu-modal .secondLevel.modal-header,
.menu-modal .secondLevel.modal-footer {
  border-left: 0 !important;
}

.menu-modal .secondLevel.clearfix:before,
.menu-modal .secondLevel.dl-horizontal dd:before,
.menu-modal .secondLevel.container:before,
.menu-modal .secondLevel.container-fluid:before,
.menu-modal .secondLevel.row:before,
.menu-modal .secondLevel.form-horizontal .form-group:before,
.menu-modal .secondLevel.btn-toolbar:before,
.menu-modal .secondLevel.btn-group-vertical > .btn-group:before,
.menu-modal .secondLevel.nav:before,
.menu-modal .secondLevel.navbar:before,
.menu-modal .secondLevel.navbar-header:before,
.menu-modal .secondLevel.navbar-collapse:before,
.menu-modal .secondLevel.pager:before,
.menu-modal .secondLevel.panel-body:before,
.menu-modal .secondLevel.modal-header:before,
.menu-modal .secondLevel.modal-footer:before {
  display: none;
}

.menu-modal .secondLevel.clearfix:after,
.menu-modal .secondLevel.dl-horizontal dd:after,
.menu-modal .secondLevel.container:after,
.menu-modal .secondLevel.container-fluid:after,
.menu-modal .secondLevel.row:after,
.menu-modal .secondLevel.form-horizontal .form-group:after,
.menu-modal .secondLevel.btn-toolbar:after,
.menu-modal .secondLevel.btn-group-vertical > .btn-group:after,
.menu-modal .secondLevel.nav:after,
.menu-modal .secondLevel.navbar:after,
.menu-modal .secondLevel.navbar-header:after,
.menu-modal .secondLevel.navbar-collapse:after,
.menu-modal .secondLevel.pager:after,
.menu-modal .secondLevel.panel-body:after,
.menu-modal .secondLevel.modal-header:after,
.menu-modal .secondLevel.modal-footer:after {
  display: none;
}

.menu-modal .menu .customDropdown .iconoLevel li.nextLevelElement,
.menu-modal .menu .customDropdown ul.thirdLevel li.nextLevelElement {
  width: auto;
  border-bottom: 1px #cbc4bc solid;
}

.menu-modal .menu .customDropdown .secondLevel li.nextLevelElement:last-child {
  border-bottom: 1px #cbc4bc solid;
}

.menu-modal .menu .customDropdown .iconoLevel li.nextLevelElement:last-child {
  border-bottom: 0;
}

.menu-modal
  .menu
  .customDropdown
  .iconoLevel
  li.nextLevelElement:last-child:hover {
  text-decoration: none;
  border-bottom: 0;
}

.menu-modal .customDropdown + .customDropdown {
  background: 0 0;
  padding: 12px 0;
  background-position: left;
  -webkit-background-size: 2px 3px;
  background-size: 2px 3px;
  background-repeat: repeat-y;
}

.menu-modal .customDropdown + .customDropdown.active-link {
  background: #0b4c5f;
  color: #fff;
}

.menu-modal .customDropdown + .customDropdown.active-link .withoutMargin {
  background: 0 0;
}

.menu-modal .customDropdown + .customDropdown.active-link a.firstLevelElement {
  color: #fff !important;
}

.menu-modal .customDropdown + .customDropdown.active-link.open {
  background-position: left;
  -webkit-background-size: 2px 3px;
  background-size: 2px 3px;
  background: #0b4c5f;
  color: #fff;
  text-decoration: none;
}

.menu-modal .customDropdown + .customDropdown.active-link.open .withoutMargin {
  background: 0 0;
}

.menu-modal
  .customDropdown
  + .customDropdown.active-link.open
  a.firstLevelElement {
  color: #fff !important;
  text-decoration: none;
}

.menu-modal .customDropdown + .customDropdown.search-menu:hover {
  text-decoration: none;
}

.menu-modal
  .customDropdown
  + .customDropdown.search-menu:hover
  .firstLevelElement {
  text-decoration: none;
}

.menu-modal .customDropdown + .customDropdown.search-menu.open {
  background-position: left;
  -webkit-background-size: 2px 3px;
  background-size: 2px 3px;
  color: #0b4c5f;
  background: #fff;
  text-decoration: none !important;
}

.menu-modal .customDropdown + .customDropdown.search-menu.open.active-link {
  background: #0b4c5f;
  color: #fff;
  text-decoration: none;
}

.menu-modal
  .customDropdown
  + .customDropdown.search-menu.open.active-link
  .withoutMargin {
  background: 0 0;
}

.menu-modal
  .customDropdown
  + .customDropdown.search-menu.open.active-link
  .withoutMargin
  a.firstLevelElement {
  color: #fff !important;
  text-decoration: none;
}

.menu-modal
  .customDropdown
  + .customDropdown.search-menu.open
  a.firstLevelElement {
  color: #0b4c5f !important;
  text-decoration: none;
}

.menu-modal .customDropdown.search-menu + .customDropdown .withoutMargin {
  background: 0 0;
}

.menu-modal .customDropdown.active-link + .customDropdown .withoutMargin {
  background: 0 0;
}

.menu-modal .customDropdown_secondLevelButton {
  display: table;
  width: 100%;
  border-collapse: collapse;
  background: #f5f4f2;
}

.menu-modal .customDropdown_secondLevelButton:hover {
  cursor: pointer;
}

.menu-modal .customDropdown_secondLevelButton:hover > .customDropdown_link {
  color: #0b4c5f !important;
  background: #fff;
}

.menu-modal .customDropdown_secondLevelButton:hover > .customDropdown_link > a {
  color: #ff7b00 !important;
  text-decoration: none;
}

.menu-modal
  .customDropdown_secondLevelButton:hover
  > .customDropdown_linkOpener {
  color: #fff;
}

.menu-modal .customDropdown_table-row {
  display: table-row;
}

.menu-modal .customDropdown_link {
  display: table-cell;
  padding: 1em;
}

.menu-modal .customDropdown_link > a:link {
  color: #6c6056 !important;
  display: table;
  width: 100%;
}

.classWOChannel [data-icon]:before,
.classChannel [data-icon]:before {
  font-family: repsol-font-4;
  content: attr(data-icon);
  padding: 0 !important;
}

.menu-modal .customDropdown_linkOpener {
  width: 50px;
  text-align: center;
  vertical-align: middle;
  height: 100%;
  display: table-cell;
  font-size: 25px;
  background: url(./assets/files/images/00-Icones/Arrow_orange_right.png) 72% /
    40% no-repeat;
}

.menu-modal .customDropdown_linkOpener.ico:before {
  font-family: Titillium Web;
  background: url(./assets/files/images/00-Icones/Arrow_orange_right.svg) 72% /
    40% no-repeat;
}

.menu-modal .secondLevelMenuDropDown.open .customDropdown_linkOpener {
  background: url(./assets/files/images/00-Icones/Arrow_left.png) 72% / 40%
    no-repeat;
  color: #fff;
}

.menu-modal
  .secondLevelMenuDropDown.open
  .customDropdown_linkOpener.ico:before {
  font-family: Titillium Web;
  background: url(./assets/files/images/icon_Home-Seta-laranja-Return.png) 96% /
    100% no-repeat;
}

.menu-modal .secondLevelMenuDropDown.open .customDropdown_link {
  color: #0b4c5f !important;
  background: #fff;
}

.menu-modal .secondLevelMenuDropDown.open .customDropdown_link > a {
  color: #6e6259 !important;
  /* background: #f5f4f2 */
}

.menu-modal
  .menu
  .customDropdown
  .secondLevel
  li.secondLevelMenuDropDown
  a.secondLevelElement,
.menu-modal
  header
  .menu
  .customDropdown
  ul.thirdLevel
  li.nextLevelElement
  a.secondLevelElement {
  padding: 0;
  color: #5c4e44;
}

header .menu .customDropdown .secondLevel li.nextLevelElement:hover span,
header .menu .customDropdown ul.thirdLevel li.nextLevelElement:hover span {
  color: #0b4c5f;
}

@media screen and (min-width: 0) {
  header .menu .classChannel > .customDropdown:first-child .withoutMargin > a {
    border-left: 1px dotted solid;
  }
  .customDropdown + .customDropdown {
    border-left: 1px dotted solid;
  }
  header .menu .classChannel > .customDropdown:first-child .withoutMargin > a {
    border-left: 1px dotted solid;
  }
  header .menu .classChannel > .customDropdown:first-child .withoutMargin {
    border-left: 1px dotted solid;
  }
}

@media (min-width: 785px) {
  header .cabecera .botonMenu {
    display: inline-block;
    cursor: pointer;
  }
}

@media (min-width: 1171px) {
  .menu-modal
    .menu
    .customDropdown.open
    > ul.thirdLevel
    li.customDropdown.nextLevelElement,
  .menu-modal
    .menu
    .customDropdown.open
    > div.thirdLevel
    li.customDropdown.nextLevelElement {
    padding: 0 0.85em !important;
  }
  .menu-modal
    .menu
    .customDropdown.open
    > ul.thirdLevel
    li.customDropdown.nextLevelElement.element-spacing,
  .menu-modal
    .menu
    .customDropdown.open
    > div.thirdLevel
    li.customDropdown.nextLevelElement.element-spacing {
    padding: 3em 0.85em !important;
  }
}

@media only screen and (max-width: 1770px) {
  ::-ms-backdrop,
  .selectorIdiomas {
    margin-left: -4px;
  }
}

@media (max-width: 1260px) {
  .customDropdown .withoutMargin {
    display: table;
    padding-top: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 5px !important;
    margin-top: 7px;
  }
}

@media (max-width: 1230px) {
  .menu-modal .menu .inner {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 1170px) {
  section#contenido_principal {
    margin-top: 94px;
    width: 100%;
  }
  .menu-modal .customDropdown_link {
    display: table-cell;
    padding: 1em 1em 1em 3em !important;
  }
  header .botonMenu {
    color: #fff;
  }
  .withoutMargin a.firstLevelElement {
    color: inherit !important;
  }
  .customDropdown + .customDropdown .withoutMargin > a {
    display: inline-block;
    border-left: 0;
    text-align: center;
  }
  header .menu .classChannel > .customDropdown:first-child .withoutMargin > a {
    border-left: 0;
  }
  header .botonMenu {
    color: #fff;
  }
  header .menu > .inner > div {
    position: initial;
    top: -47px;
    left: -8000px;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    z-index: 10000;
    width: 100%;
    background: #0b4c5f;
  }
  header .menu > .inner > div > ul {
    background: 0 0;
    border-left: 0;
    padding-left: inherit;
  }
  header .menu .customDropdown {
    clear: none;
    float: left;
    border-bottom: 0;
    padding-bottom: inherit;
    padding-top: inherit;
    padding-right: inherit;
  }
  .withoutMargin a.firstLevelElement {
    color: #fff !important;
    text-decoration: none;
  }
  .withoutMargin a.firstLevelElement:hover {
    text-decoration: underline;
  }
  .menu-modal .menu > .inner > div > ul {
    background: #fff;
    border-left: 0;
    padding-left: inherit;
  }
  .menu-modal .menu .arrowFirstLevel {
    background: url(./assets/files/images/ARROW_orange_right.png) 96% / 34%
      no-repeat white;
    text-align: center;
    padding: 10px;
    /* background: #aca39a; */
    display: none;
    display: table-cell;
    height: 100%;
    float: none !important;
    width: 50px;
    font-size: 25px;
    vertical-align: middle;
    line-height: 11px;
  }
  .menu-modal .menu .arrowFirstLevel:before {
    text-align: center;
    padding: 12px;
    display: none;
    display: table-cell;
    height: 100%;
    float: none;
    width: 25px;
  }
  .menu-modal .customDropdown_linkOpener {
    vertical-align: middle;
    display: table-cell;
    font-size: 25px;
    width: 50px;
    height: 45px;
    text-align: center;
    /* background: #aca39a; */
    padding: 0;
    color: #fff;
    cursor: pointer;
  }
  .menu-modal .menu > .inner > div {
    left: 0 !important;
  }
  header .menu .arrowFirstLevel {
    padding-top: 12px;
  }
  ::-ms-backdrop,
  .menu-modal .menu.container {
    height: 300px;
  }
}

@media (max-width: 1170px) {
  .menu-modal .menu .arrowFirstLevel {
    background: url(./assets/files/images/icon_Home-Seta-laranja.png) 72% / 30%
      no-repeat;
    /* background: url(./assets/files/images/ARROW_orange_right.png) 50% / 34% no-repeat white; */
  }
}
@media screen and (max-width: 1170px) and (max-width: 1170px) {
  .menu-modal li.customDropdown.firstLevelMenuDropDown.search-menu {
    display: none;
  }
}

@media (max-width: 1170px) {
  .menu-modal .mainMenu_modal__closeMobile {
    display: inline-block;
    z-index: 22222222;
  }
  .menu-modal .menu.container {
    background: #fff;
    display: block;
    position: fixed;
    z-index: 2000;
    left: 0;
    width: 100%;
    border: 0;
    height: 100%;
    overflow: auto;
    padding-bottom: 135px;
  }

  .menu-modal .menu > .inner > div {
    background: none !important;
    left: 0 !important;
  }
  .buscadorPrincipalContainer {
    display: none;
  }
  .menu-modal .menu > .inner > div > ul {
    background: 0 0;
    border-left: 0;
    padding-left: 3%;
    width: 100%;
    background: #fff;
  }
  .menu-modal li.customDropdown.firstLevelMenuDropDown {
    display: table;
    width: 100%;
    padding: 0;
    border-bottom: 1px #cbc4bc solid;
  }
  .menu-modal li.customDropdown.firstLevelMenuDropDown .withoutMargin {
    display: table;
    width: 100%;
  }
  .menu-modal
    li.customDropdown.firstLevelMenuDropDown
    .withoutMargin
    > a.firstLevelElement {
    text-align: left;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
    white-space: normal;
    padding-bottom: 10px;
    padding: 1.42em !important;
  }
  .menu-modal
    li.customDropdown.firstLevelMenuDropDown
    .withoutMargin
    > a.firstLevelElement:hover {
    text-decoration: underline;
  }
  .menu-modal
    li.customDropdown.firstLevelMenuDropDown:hover
    > .withoutMargin
    > a.firstLevelElement {
    text-decoration: none !important;
  }
  .menu-modal li.customDropdown.firstLevelMenuDropDown .firstLevelElement {
    display: table-cell;
    padding: 12px 10px;
  }
  .menu-modal li.customDropdown.firstLevelMenuDropDown .arrowFirstLevel:before {
    font-family: Titillium Web;
    /* content: '+'; */
    text-align: center;
    padding: 0;
    width: 45px;
    background: #aca39a;
    display: table-cell;
    height: 100%;
    float: none !important;
    vertical-align: middle;
  }
  .menu-modal li.customDropdown.firstLevelMenuDropDown.open span.pull-right {
    width: 50px;
    height: 45px;
    text-align: center;
    background: url(./assets/files/images/00-Icones/Icon-01-Home_01-Carousel_seta_prev.png)
      72% / 30% no-repeat;
    /* background: url(./assets/files/images/ARROW_orange_right.png) 50% / 34% no-repeat white; */
    /* background: #FF7B00!important; */
    padding: 12px;
    color: #fff;
    cursor: pointer;
  }
  .menu-modal li.customDropdown.firstLevelMenuDropDown.open .withoutMargin {
    background: 0 0;
  }
  .menu-modal
    li.customDropdown.firstLevelMenuDropDown.open
    + .customDropdown
    .withoutMargin {
    background: 0 0;
  }
  .menu-modal
    li.customDropdown.firstLevelMenuDropDown.open
    a.firstLevelElement {
    color: #6e6259 !important;
    background: #fff;
    text-decoration: none;
  }
  .menu-modal li.customDropdown.firstLevelMenuDropDown.open .withoutMargin {
    /* background: #0B4C5F */
  }
  .menu-modal
    li.customDropdown.firstLevelMenuDropDown.open
    + .customDropdown
    .withoutMargin {
    background: 0 0;
  }
  .menu-modal
    li.customDropdown.firstLevelMenuDropDown.open
    .arrowFirstLevel:before {
    font-family: Titillium Web;
    /* content: '-'; */
    text-align: center;
    padding: 0;
    background: #ff7b00;
    display: table-cell;
    height: 100%;
    float: none;
    line-height: 14px;
    font-size: 25px;
  }
  .menu-modal
    li.customDropdown.firstLevelMenuDropDown.open
    .secondLevelMenuDropDown
    .arrowFirstLevel {
    text-align: center;
    padding: 12px;
    background: #aca39a;
    display: none;
    display: table-cell;
    height: 41px;
  }
  .menu-modal
    li.customDropdown.firstLevelMenuDropDown.open
    .secondLevelMenuDropDown.open
    .arrowFirstLevel {
    text-align: center;
    padding: 12px;
    background: #aca39a;
    display: none;
    display: table-cell;
    height: 100%;
    float: none;
  }
  .menu-modal .menu > .inner > div.activoMenu {
    left: 0;
    width: 100%;
    top: 55px !important;
  }
  .menu-modal .menu .customDropdown.open > ul,
  .menu-modal .menu .customDropdown.open > div {
    display: block;
    width: 100%;
    position: static;
    height: 100px;
  }
  .menu-modal .menu .customDropdown .secondLevel,
  .menu-modal .menu .customDropdown ul.thirdLevel {
    position: unset;
  }
  .menu-modal .menu .customDropdown ul.thirdLevel {
    position: unset;
    display: none;
  }
  .menu-modal .menu .customDropdown .secondLevel ul {
    width: 100%;
    border: 0;
    background: 0 0;
    margin-left: 0px !important;
    padding: 0;
  }
  .menu-modal
    .menu
    .customDropdown.open
    > ul.thirdLevel
    li.customDropdown.nextLevelElement,
  .menu-modal
    .menu
    .customDropdown.open
    > div.thirdLevel
    li.customDropdown.nextLevelElement {
    margin: 0;
    /*border-top: solid 1px #ebe9e6;*/
    width: 100%;
    margin-bottom: 0;
    display: table !important;
    padding: 15px 34px !important;
    height: auto !important;
  }
  .menu-modal
    .menu
    .customDropdown.open
    > ul.thirdLevel
    li.customDropdown.nextLevelElement:first-child,
  .menu-modal
    .menu
    .customDropdown.open
    > div.thirdLevel
    li.customDropdown.nextLevelElement:first-child {
    /* border-top: solid 1px #ebe9e6;*/
    width: inherit;
    border: inherit;
    padding: 15px 34px !important;
    background: #fff;
  }
  .menu-modal .menu .customDropdown ul.fourthLevelMenu {
    display: none;
  }
  .menu-modal li.customDropdown.nextLevelElement.secondLevelMenuDropDown.open {
    background: #f5f4f2;
  }
  .menu-modal
    li.customDropdown.nextLevelElement.secondLevelMenuDropDown.open
    a.secondLevelElement {
    background: #f5f4f2;
    color: #0b4c5f;
    display: inline-table;
  }
  .menu-modal .customDropdown + .customDropdown .withoutMargin {
    background: 0 0;
  }
  .menu-modal .thirdLevel {
    position: unset;
    display: block;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    width: 100%;
    white-space: normal;
    -webkit-columns: 0;
    -moz-columns: 0;
    columns: 0;
    padding-left: 0;
  }
  .menu-modal .thirdLevel li {
    display: block;
    border-right: 0 !important;
    float: none;
    width: 100% !important;
  }
  .menu-modal .menu .nav-pills > .customDropdown {
    display: table;
    width: 100%;
    text-align: left;
    float: none;
    padding: 0;
    margin: 0;
  }
  .menu-modal .customDropdown + .customDropdown.active-link .withoutMargin {
    background: 0 0;
  }
  .menu-modal
    .customDropdown
    + .customDropdown.active-link.open
    .withoutMargin {
    background: 0 0;
  }
  .menu-modal
    .customDropdown
    + .customDropdown.search-menu.open
    .withoutMargin {
    background: 0 0;
  }
  .menu-modal .customDropdown.search-menu + .customDropdown .withoutMargin {
    background: 0 0;
  }
  .menu-modal .customDropdown.active-link + .customDropdown .withoutMargin {
    background: 0 0;
  }
  .menu-modal .secondLevelMenuDropDown.open .customDropdown_link {
    background: #fff;
  }
  .menu-modal .secondLevelMenuDropDown.open .customDropdown_secondLevelButton {
    border-bottom: 2px solid #ebe9e6;
  }
  .menu-modal
    li.customDropdown.nextLevelElement.secondLevelMenuDropDown.open
    ul.thirdLevel {
    background: 0 0;
    margin-top: -1px;
  }
  .menu-modal
    .menu
    .customDropdown.open
    > ul.thirdLevel
    li.customDropdown.nextLevelElement
    .thirdLevelElement,
  .menu-modal
    .menu
    .customDropdown.open
    > div.thirdLevel
    li.customDropdown.nextLevelElement
    .thirdLevelElement {
    line-height: 16px;
    padding-bottom: 0;
    display: block;
  }
  .menu-modal
    .menu
    .customDropdown.open
    > ul.thirdLevel
    li.customDropdown.nextLevelElement:nth-child(odd),
  .menu-modal
    .menu
    .customDropdown.open
    > div.thirdLevel
    li.customDropdown.nextLevelElement:nth-child(odd) {
    width: 50%;
    float: left;
    border-right: 1px solid #cbc4bc !important;
    margin-bottom: 0;
    height: auto !important;
    padding: 15px 34px !important;
    background-color: #fff;
  }
}

@media only screen and (max-width: 1170px) {
  .mainMenuNav-hidden-xs {
    display: none !important;
  }
  .mainMenu-hidden-xs {
    display: none !important;
  }
  .mainMenu-visible-xs {
    display: inline-block !important;
  }
  .tituloSeccion {
    padding: 0 0 30px;
  }
  header .header_menuOptionSecond {
    padding-left: 5px;
    vertical-align: text-bottom;
  }
  .menuppal_container .menuppal_mobileNav {
    display: table;
    width: 100%;
  }
  .menu_header .headerMobile_menuOptionMobile_worldwide {
    display: block;
  }
  .menu_header .headerMobile_menuOptionMobile_worldwide.menuOpen {
    background: #0b4c5f;
    position: relative;
    z-index: 2000000;
  }
  .menu_header
    .headerMobile_menuOptionMobile_worldwide.menuOpen
    > .repsol-icons {
    border-right: 0;
  }
  .menu_header .subheader_link {
    font-size: 19px;
    padding: 17px 0;
    border-left: 0;
  }
  .menu_header .subheader_link.mainMenu-visible-xs {
    display: table-cell !important;
    /*padding-right: 20%!important;*/
  }
  .menu_header .subheader_link > .header_menuOptionIcon {
    padding-right: 20px;
    padding-left: 20px;
    display: block;
    border-right: 1px solid;
  }
  .menu_header .subheader_link + .subheader_link a {
    border-left: 1px solid #fff;
  }
  .menu_header .subheader_link:last-child > .header_menuOptionIcon {
    border-right: 0;
  }
  ::-ms-backdrop,
  .subheader_link.customDropdown_searchItem {
    font-size: 23px;
  }
  .selectorIdiomas {
    left: 0 !important;
    top: 7px !important;
    position: fixed;
    width: 100%;
  }
  .selectorIdiomas .selectorIdiomas_contentTable {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #ebe9e6;
    display: table;
    width: 100%;
    margin-top: -1px;
  }
  .selectorIdiomas .selectorIdiomas_contentTableItem {
    padding: 10px 3%;
    text-align: center;
    display: table-cell;
    font-size: 25px;
    background: url(./assets/files/images/icon_Home-Seta-laranja.png) 72% / 30%
      no-repeat;
  }

  .menu-modal .customDropdown_linkOpener.ico:before {
    font-family: Titillium Web;
    background: url(./assets/files/images/icon_Home-Seta-laranja.png) 96% / 100%
      no-repeat;
  }

  .menu-modal .secondLevelMenuDropDown.open .customDropdown_linkOpener {
    background: url(./assets/files/images/00-Icones/Arrow_left.svg) 72% / 40%
      no-repeat;
    color: #fff;
  }

  .menu-modal
    .secondLevelMenuDropDown.open
    .customDropdown_linkOpener.ico:before {
    font-family: Titillium Web;
    background: url(./assets/files/images/icon_Home-Seta-laranja-Return.png) 96% /
      100% no-repeat;
  }

  .menu-modal .secondLevelMenuDropDown.open .customDropdown_link {
    color: #0b4c5f !important;
    background: #fff;
  }

  .menu-modal .secondLevelMenuDropDown.open .customDropdown_link > a {
    color: #6e6259 !important;
    /* background: #f5f4f2 */
  }

  .menu-modal
    .menu
    .customDropdown
    .secondLevel
    li.secondLevelMenuDropDown
    a.secondLevelElement,
  .menu-modal
    header
    .menu
    .customDropdown
    ul.thirdLevel
    li.nextLevelElement
    a.secondLevelElement {
    padding: 0;
    color: #5c4e44;
  }

  header .menu .customDropdown .secondLevel li.nextLevelElement:hover span,
  header .menu .customDropdown ul.thirdLevel li.nextLevelElement:hover span {
    color: #0b4c5f;
  }

  @media screen and (min-width: 0) {
    header
      .menu
      .classChannel
      > .customDropdown:first-child
      .withoutMargin
      > a {
      border-left: 1px dotted solid;
    }
    .customDropdown + .customDropdown {
      border-left: 1px dotted solid;
    }
    header
      .menu
      .classChannel
      > .customDropdown:first-child
      .withoutMargin
      > a {
      border-left: 1px dotted solid;
    }
    header .menu .classChannel > .customDropdown:first-child .withoutMargin {
      border-left: 1px dotted solid;
    }
  }

  @media (min-width: 785px) {
    header .cabecera .botonMenu {
      display: inline-block;
      cursor: pointer;
    }
  }

  @media (min-width: 1171px) {
    .menu-modal
      .menu
      .customDropdown.open
      > ul.thirdLevel
      li.customDropdown.nextLevelElement,
    .menu-modal
      .menu
      .customDropdown.open
      > div.thirdLevel
      li.customDropdown.nextLevelElement {
      padding: 0 0.85em !important;
    }
    .menu-modal
      .menu
      .customDropdown.open
      > ul.thirdLevel
      li.customDropdown.nextLevelElement.element-spacing,
    .menu-modal
      .menu
      .customDropdown.open
      > div.thirdLevel
      li.customDropdown.nextLevelElement.element-spacing {
      padding: 3em 0.85em !important;
    }
  }

  @media only screen and (max-width: 1770px) {
    ::-ms-backdrop,
    .selectorIdiomas {
      margin-left: -4px;
    }
  }

  @media (max-width: 1260px) {
    .customDropdown .withoutMargin {
      display: table;
      padding-top: 5px !important;
      padding-left: 10px !important;
      padding-right: 10px !important;
      padding-bottom: 5px !important;
      margin-top: 7px;
    }
  }

  @media (max-width: 1230px) {
    .menu-modal .menu .inner {
      width: 100%;
      min-width: 100%;
    }
  }

  @media (max-width: 1170px) {
    section#contenido_principal {
      margin-top: 94px;
      width: 100%;
    }
    .menu-modal .customDropdown_link {
      display: table-cell;
      padding: 1em 1em 1em 3em !important;
    }
    header .botonMenu {
      color: #fff;
    }
    .withoutMargin a.firstLevelElement {
      color: inherit !important;
    }
    .customDropdown + .customDropdown .withoutMargin > a {
      display: inline-block;
      border-left: 0;
      text-align: center;
    }
    header
      .menu
      .classChannel
      > .customDropdown:first-child
      .withoutMargin
      > a {
      border-left: 0;
    }
    header .botonMenu {
      color: #fff;
    }
    header .menu > .inner > div {
      position: initial;
      top: -47px;
      left: -8000px;
      padding-left: 0;
      padding-bottom: 0;
      padding-right: 0;
      z-index: 10000;
      width: 100%;
      background: #0b4c5f;
    }
    header .menu > .inner > div > ul {
      background: 0 0;
      border-left: 0;
      padding-left: inherit;
    }
    header .menu .customDropdown {
      clear: none;
      float: left;
      border-bottom: 0;
      padding-bottom: inherit;
      padding-top: inherit;
      padding-right: inherit;
    }
    .withoutMargin a.firstLevelElement {
      color: #fff !important;
      text-decoration: none;
    }
    .withoutMargin a.firstLevelElement:hover {
      text-decoration: underline;
    }
    .menu-modal .menu > .inner > div > ul {
      background: #fff;
      border-left: 0;
      padding-left: inherit;
    }
    .menu-modal .menu .arrowFirstLevel {
      background: url(./assets/files/images/ARROW_orange_right.png) 96% / 34%
        no-repeat white;
      text-align: center;
      padding: 10px;
      /* background: #aca39a; */
      display: none;
      display: table-cell;
      height: 100%;
      float: none !important;
      width: 50px;
      font-size: 25px;
      vertical-align: middle;
      line-height: 11px;
    }
    .menu-modal .menu .arrowFirstLevel:before {
      text-align: center;
      padding: 12px;
      display: none;
      display: table-cell;
      height: 100%;
      float: none;
      width: 25px;
    }
    .menu-modal .customDropdown_linkOpener {
      vertical-align: middle;
      display: table-cell;
      font-size: 25px;
      width: 50px;
      height: 45px;
      text-align: center;
      /* background: #aca39a; */
      padding: 0;
      color: #fff;
      cursor: pointer;
    }
    .menu-modal .menu > .inner > div {
      left: 0 !important;
    }
    header .menu .arrowFirstLevel {
      padding-top: 12px;
    }
    ::-ms-backdrop,
    .menu-modal .menu.container {
      height: 300px;
    }
  }

  @media (max-width: 1170px) {
    .menu-modal .menu .arrowFirstLevel {
      background: url(./assets/files/images/00-Icones/Arrow_orange_right.svg)
        72% / 40% no-repeat;
      /* background: url(./assets/files/images/ARROW_orange_right.png) 50% / 34% no-repeat white; */
    }
  }
  @media screen and (max-width: 1170px) and (max-width: 1170px) {
    .menu-modal li.customDropdown.firstLevelMenuDropDown.search-menu {
      display: none;
    }
  }

  @media (max-width: 1170px) {
    .menu-modal .mainMenu_modal__closeMobile {
      display: inline-block;
      z-index: 22222222;
    }
    .menu-modal .menu.container {
      background: #fff;
      display: block;
      position: fixed;
      z-index: 2000;
      left: 0;
      width: 100%;
      border: 0;
      height: 100%;
      overflow: auto;
      padding-bottom: 135px;
    }

    .menu-modal .menu > .inner > div {
      background: none !important;
      left: 0 !important;
    }
    .buscadorPrincipalContainer {
      display: none;
    }
    .menu-modal .menu > .inner > div > ul {
      background: 0 0;
      border-left: 0;
      padding-left: 3%;
      width: 100%;
      background: #fff;
    }
    .menu-modal li.customDropdown.firstLevelMenuDropDown {
      display: table;
      width: 100%;
      padding: 0;
      border-bottom: 1px #cbc4bc solid;
    }
    .menu-modal li.customDropdown.firstLevelMenuDropDown .withoutMargin {
      display: table;
      width: 100%;
    }
    .menu-modal
      li.customDropdown.firstLevelMenuDropDown
      .withoutMargin
      > a.firstLevelElement {
      text-align: left;
      height: 100%;
      vertical-align: middle;
      display: table-cell;
      white-space: normal;
      padding-bottom: 10px;
      padding: 1.42em !important;
    }
    .menu-modal
      li.customDropdown.firstLevelMenuDropDown
      .withoutMargin
      > a.firstLevelElement:hover {
      text-decoration: underline;
    }
    .menu-modal
      li.customDropdown.firstLevelMenuDropDown:hover
      > .withoutMargin
      > a.firstLevelElement {
      text-decoration: none !important;
    }
    .menu-modal li.customDropdown.firstLevelMenuDropDown .firstLevelElement {
      display: table-cell;
      padding: 12px 10px;
    }
    .menu-modal
      li.customDropdown.firstLevelMenuDropDown
      .arrowFirstLevel:before {
      font-family: Titillium Web;
      /* content: '+'; */
      text-align: center;
      padding: 0;
      width: 45px;
      background: #aca39a;
      display: table-cell;
      height: 100%;
      float: none !important;
      vertical-align: middle;
    }
    .menu-modal li.customDropdown.firstLevelMenuDropDown.open span.pull-right {
      width: 50px;
      text-align: center;
      background: url(./assets/files/images/00-Icones/Arrow_left.svg) 72% / 40%
        no-repeat;
      /* background: url(./assets/files/images/ARROW_orange_right.png) 50% / 34% no-repeat white; */
      /* background: #FF7B00!important; */
      padding: 12px;
      color: #fff;
      cursor: pointer;
    }
    .menu-modal li.customDropdown.firstLevelMenuDropDown.open .withoutMargin {
      background: 0 0;
    }
    .menu-modal
      li.customDropdown.firstLevelMenuDropDown.open
      + .customDropdown
      .withoutMargin {
      background: 0 0;
    }
    .menu-modal
      li.customDropdown.firstLevelMenuDropDown.open
      a.firstLevelElement {
      color: #6e6259 !important;
      background: #fff;
      text-decoration: none;
    }
    .menu-modal li.customDropdown.firstLevelMenuDropDown.open .withoutMargin {
      /* background: #0B4C5F */
    }
    .menu-modal
      li.customDropdown.firstLevelMenuDropDown.open
      + .customDropdown
      .withoutMargin {
      background: 0 0;
    }
    .menu-modal
      li.customDropdown.firstLevelMenuDropDown.open
      .arrowFirstLevel:before {
      font-family: Titillium Web;
      /* content: '-'; */
      text-align: center;
      padding: 0;
      background: #ff7b00;
      display: table-cell;
      height: 100%;
      float: none;
      line-height: 14px;
      font-size: 25px;
    }
    .menu-modal
      li.customDropdown.firstLevelMenuDropDown.open
      .secondLevelMenuDropDown
      .arrowFirstLevel {
      text-align: center;
      padding: 12px;
      background: #aca39a;
      display: none;
      display: table-cell;
      height: 41px;
    }
    .menu-modal
      li.customDropdown.firstLevelMenuDropDown.open
      .secondLevelMenuDropDown.open
      .arrowFirstLevel {
      text-align: center;
      padding: 12px;
      background: #aca39a;
      display: none;
      display: table-cell;
      height: 100%;
      float: none;
    }
    .menu-modal .menu > .inner > div.activoMenu {
      left: 0;
      width: 100%;
      top: 55px !important;
    }
    .menu-modal .menu .customDropdown.open > ul,
    .menu-modal .menu .customDropdown.open > div {
      display: block;
      width: 100%;
      position: static;
      height: 100px;
    }
    .menu-modal .menu .customDropdown .secondLevel,
    .menu-modal .menu .customDropdown ul.thirdLevel {
      position: unset;
    }
    .menu-modal .menu .customDropdown ul.thirdLevel {
      position: unset;
      display: none;
    }
    .menu-modal .menu .customDropdown .secondLevel ul {
      width: 100%;
      border: 0;
      background: 0 0;
      margin-left: 0px !important;
      padding: 0;
    }
    .menu-modal
      .menu
      .customDropdown.open
      > ul.thirdLevel
      li.customDropdown.nextLevelElement,
    .menu-modal
      .menu
      .customDropdown.open
      > div.thirdLevel
      li.customDropdown.nextLevelElement {
      margin: 0;
      border-bottom: solid 1px #cbc4bc;
      width: 100%;
      margin-bottom: 0;
      display: table !important;
      padding: 15px 34px !important;
      height: auto !important;
    }
    .menu-modal
      .menu
      .customDropdown.open
      > ul.thirdLevel
      li.customDropdown.nextLevelElement:first-child,
    .menu-modal
      .menu
      .customDropdown.open
      > div.thirdLevel
      li.customDropdown.nextLevelElement:first-child {
      border-bottom: solid 1px #cbc4bc;
      width: inherit;
      border: inherit;
      border-left: 0px !important;
      padding: 15px 34px !important;
      background: #fff;
    }
    .menu-modal .menu .customDropdown ul.fourthLevelMenu {
      display: none;
    }
    .menu-modal
      li.customDropdown.nextLevelElement.secondLevelMenuDropDown.open {
      background: #f5f4f2;
    }
    .menu-modal
      li.customDropdown.nextLevelElement.secondLevelMenuDropDown.open
      a.secondLevelElement {
      background: #f5f4f2;
      color: #0b4c5f;
      display: inline-table;
    }
    .menu-modal .customDropdown + .customDropdown .withoutMargin {
      background: 0 0;
    }
    .menu-modal .thirdLevel {
      position: unset;
      display: block;
      top: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      left: 0;
      width: 100%;
      white-space: normal;
      -webkit-columns: 0;
      -moz-columns: 0;
      columns: 0;
      padding-left: 0;
    }
    .menu-modal .thirdLevel li {
      display: block;
      border-right: 0 !important;
      float: none;
      width: 100% !important;
    }
    .menu-modal .menu .nav-pills > .customDropdown {
      display: table;
      width: 100%;
      text-align: left;
      float: none;
      padding: 0;
      margin: 0;
    }
    .menu-modal .customDropdown + .customDropdown.active-link .withoutMargin {
      background: 0 0;
    }
    .menu-modal
      .customDropdown
      + .customDropdown.active-link.open
      .withoutMargin {
      background: 0 0;
    }
    .menu-modal
      .customDropdown
      + .customDropdown.search-menu.open
      .withoutMargin {
      background: 0 0;
    }
    .menu-modal .customDropdown.search-menu + .customDropdown .withoutMargin {
      background: 0 0;
    }
    .menu-modal .customDropdown.active-link + .customDropdown .withoutMargin {
      background: 0 0;
    }
    .menu-modal .secondLevelMenuDropDown.open .customDropdown_link {
      background: #fff;
    }
    .menu-modal
      .secondLevelMenuDropDown.open
      .customDropdown_secondLevelButton {
      border-bottom: 2px solid /*#ebe9e6*/ #cbc4bc;
    }
    .menu-modal
      li.customDropdown.nextLevelElement.secondLevelMenuDropDown.open
      ul.thirdLevel {
      background: 0 0;
      margin-top: -1px;
    }
    .menu-modal
      .menu
      .customDropdown.open
      > ul.thirdLevel
      li.customDropdown.nextLevelElement
      .thirdLevelElement,
    .menu-modal
      .menu
      .customDropdown.open
      > div.thirdLevel
      li.customDropdown.nextLevelElement
      .thirdLevelElement {
      line-height: 16px;
      padding-bottom: 0;
      display: block;
    }
    .menu-modal
      .menu
      .customDropdown.open
      > ul.thirdLevel
      li.customDropdown.nextLevelElement:nth-child(odd),
    .menu-modal
      .menu
      .customDropdown.open
      > div.thirdLevel
      li.customDropdown.nextLevelElement:nth-child(odd) {
      width: 50%;
      float: left;
      border-right: 1px solid #cbc4bc !important;
      margin-bottom: 0;
      height: auto !important;
      padding: 15px 34px !important;
      background-color: #fff;
    }
  }

  @media only screen and (max-width: 1170px) {
    .mainMenuNav-hidden-xs {
      display: none !important;
    }
    .mainMenu-hidden-xs {
      display: none !important;
    }
    .mainMenu-visible-xs {
      display: inline-block !important;
    }
    .tituloSeccion {
      padding: 0 0 30px;
    }
    header .header_menuOptionSecond {
      padding-left: 5px;
      vertical-align: text-bottom;
    }
    .menuppal_container .menuppal_mobileNav {
      display: table;
      width: 100%;
    }
    .menu_header .headerMobile_menuOptionMobile_worldwide {
      display: block;
    }
    .menu_header .headerMobile_menuOptionMobile_worldwide.menuOpen {
      background: #0b4c5f;
      position: relative;
      z-index: 2000000;
    }
    .menu_header
      .headerMobile_menuOptionMobile_worldwide.menuOpen
      > .repsol-icons {
      border-right: 0;
    }
    .menu_header .subheader_link {
      font-size: 19px;
      padding: 17px 0;
      border-left: 0;
    }
    .menu_header .subheader_link.mainMenu-visible-xs {
      display: table-cell !important;
      /*padding-right: 20%!important;*/
    }
    .menu_header .subheader_link > .header_menuOptionIcon {
      padding-right: 20px;
      padding-left: 20px;
      display: block;
      border-right: 1px solid;
    }
    .menu_header .subheader_link + .subheader_link a {
      border-left: 1px solid #fff;
    }
    .menu_header .subheader_link:last-child > .header_menuOptionIcon {
      border-right: 0;
    }
    ::-ms-backdrop,
    .subheader_link.customDropdown_searchItem {
      font-size: 23px;
    }
    .selectorIdiomas {
      left: 0 !important;
      top: 7px !important;
      position: fixed;
      width: 100%;
    }
    .selectorIdiomas .selectorIdiomas_contentTable {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      background-color: #ebe9e6;
      display: table;
      width: 100%;
      margin-top: -1px;
    }
    .selectorIdiomas .selectorIdiomas_contentTableItem {
      padding: 10px 3%;
      text-align: center;
      display: table-cell;
    }
    .selectorIdiomas
      .selectorIdiomas_contentTableItem.selectorIdiomas_separator_desktop {
      display: none;
    }
    .selectorIdiomas
      .selectorIdiomas_contentTableItem.selectorIdiomas_separator_mobile {
      text-align: center;
      display: table-cell;
    }
    .selectorIdiomas .selectorIdiomas_head {
      float: right;
      border-radius: none;
      width: 60px;
      background: 0 0;
    }
    .menu-modal .menu .customDropdown .secondLevel.searchBox_inline_item {
      display: none;
    }
    .searchBox {
      width: 100%;
      left: 0 !important;
      display: none;
      position: absolute;
      z-index: 20000;
    }
    .searchBox .searchBox__container {
      height: 100%;
      overflow: auto;
      width: 100%;
      position: fixed;
      z-index: 222;
      background: #ebe9e6;
      padding-bottom: 150px;
    }
    .searchBox .searchBox_closeSearchBox {
      color: #fff;
      background: #0b4c5f;
      padding: 17px 14px;
      position: absolute;
      top: -48px;
      right: 0;
      font-size: 14px;
      text-align: center;
      font-size: 16px;
      padding: 19.5px 19px;
      top: -55px;
      display: none;
    }
    .searchBox .searchBox_searchContent {
      display: block;
      width: 100%;
    }
    .searchBox .searchBox_mostSearched {
      display: block;
      width: 100%;
    }
    .searchBox .searchBox_helpCenter {
      display: block;
      width: 100%;
    }
    .customDropdown_searchItem {
      vertical-align: bottom;
      font-size: 20px;
      line-height: auto;
      height: auto;
    }
    header .menu .inner {
      width: 100%;
    }
    .menu-modal .menu .customDropdown .secondLevel.searchBox_inline_item {
      display: none;
    }
    .searchBox__inline {
      width: 100%;
      left: 0 !important;
      display: none;
      position: absolute;
      z-index: 20000;
    }
    .searchBox__inline .searchBox__container {
      height: 100%;
      overflow: auto;
      width: 100%;
      position: fixed;
      z-index: 222;
      background: #ebe9e6;
      padding-bottom: 150px;
    }
    .searchBox__inline .searchBox_closeSearchBox {
      font-size: 16px;
      padding: 19.5px 19px;
      top: -55px;
    }
    .searchBox__inline .searchBox_searchContent {
      display: block;
      width: 100%;
    }
    .searchBox__inline .searchBox_mostSearched {
      display: block;
      width: 100%;
    }
    .searchBox__inline .searchBox_helpCenter {
      display: block;
      width: 100%;
    }
    .menu-modal
      .menu
      .customDropdown.open
      > ul.thirdLevel
      li.customDropdown.nextLevelElement:nth-child(odd),
    .menu-modal
      .menu
      .customDropdown.open
      > div.thirdLevel
      li.customDropdown.nextLevelElement:nth-child(odd) {
      border-right: 0 !important;
    }
    .menu-modal
      li.customDropdown.nextLevelElement.secondLevelMenuDropDown.open
      ul.thirdLevel {
      display: table;
      width: 100%;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      padding-left: 0px;
    }
    .menu-modal
      li.customDropdown.nextLevelElement.secondLevelMenuDropDown.open
      ul.thirdLevel::after {
      content: "";
    }
    .menu-modal
      li.customDropdown.nextLevelElement.secondLevelMenuDropDown.open
      ul.thirdLevel::before {
      content: "";
    }
    .menu-modal .menu .customDropdown .secondLevel li.secondLevelMenuDropDown,
    .menu-modal header .menu .customDropdown ul.thirdLevel li.nextLevelElement {
      border-bottom: solid 1px #ebe9e6;
    }
    .mainBanner {
      margin-top: 105px;
    }
  }
  .selectorIdiomas
    .selectorIdiomas_contentTableItem.selectorIdiomas_separator_desktop {
    display: none;
  }
  .selectorIdiomas
    .selectorIdiomas_contentTableItem.selectorIdiomas_separator_mobile {
    text-align: center;
    display: table-cell;
  }
  .selectorIdiomas .selectorIdiomas_head {
    float: right;
    border-radius: none;
    width: 60px;
    background: 0 0;
  }
  .menu-modal .menu .customDropdown .secondLevel.searchBox_inline_item {
    display: none;
  }
  .searchBox {
    width: 100%;
    left: 0 !important;
    display: none;
    position: absolute;
    z-index: 20000;
  }
  .searchBox .searchBox__container {
    height: 100%;
    overflow: auto;
    width: 100%;
    position: fixed;
    z-index: 222;
    background: #ebe9e6;
    padding-bottom: 150px;
  }
  .searchBox .searchBox_closeSearchBox {
    color: #fff;
    background: #0b4c5f;
    padding: 17px 14px;
    position: absolute;
    top: -48px;
    right: 0;
    font-size: 14px;
    text-align: center;
    font-size: 16px;
    padding: 19.5px 19px;
    top: -55px;
    display: none;
  }
  .searchBox .searchBox_searchContent {
    display: block;
    width: 100%;
  }
  .searchBox .searchBox_mostSearched {
    display: block;
    width: 100%;
  }
  .searchBox .searchBox_helpCenter {
    display: block;
    width: 100%;
  }
  .customDropdown_searchItem {
    vertical-align: bottom;
    font-size: 20px;
    line-height: auto;
    height: auto;
  }
  header .menu .inner {
    width: 100%;
  }
  .menu-modal .menu .customDropdown .secondLevel.searchBox_inline_item {
    display: none;
  }
  .searchBox__inline {
    width: 100%;
    left: 0 !important;
    display: none;
    position: absolute;
    z-index: 20000;
  }
  .searchBox__inline .searchBox__container {
    height: 100%;
    overflow: auto;
    width: 100%;
    position: fixed;
    z-index: 222;
    background: #ebe9e6;
    padding-bottom: 150px;
  }
  .searchBox__inline .searchBox_closeSearchBox {
    font-size: 16px;
    padding: 19.5px 19px;
    top: -55px;
  }
  .searchBox__inline .searchBox_searchContent {
    display: block;
    width: 100%;
  }
  .searchBox__inline .searchBox_mostSearched {
    display: block;
    width: 100%;
  }
  .searchBox__inline .searchBox_helpCenter {
    display: block;
    width: 100%;
  }
  .menu-modal
    .menu
    .customDropdown.open
    > ul.thirdLevel
    li.customDropdown.nextLevelElement:nth-child(odd),
  .menu-modal
    .menu
    .customDropdown.open
    > div.thirdLevel
    li.customDropdown.nextLevelElement:nth-child(odd) {
    border-right: 0 !important;
  }
  .menu-modal
    li.customDropdown.nextLevelElement.secondLevelMenuDropDown.open
    ul.thirdLevel {
    display: table;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-left: 0px;
  }
  .menu-modal
    li.customDropdown.nextLevelElement.secondLevelMenuDropDown.open
    ul.thirdLevel::after {
    content: "";
  }
  .menu-modal
    li.customDropdown.nextLevelElement.secondLevelMenuDropDown.open
    ul.thirdLevel::before {
    content: "";
  }
  .menu-modal .menu .customDropdown .secondLevel li.secondLevelMenuDropDown,
  .menu-modal header .menu .customDropdown ul.thirdLevel li.nextLevelElement {
    border-bottom: solid 1px #ebe9e6;
  }
  .mainBanner {
    margin-top: 105px;
  }
}

@media screen and (max-width: 1170px) {
  header .menu .classChannel > .customDropdown:first-child .withoutMargin {
    padding: 0 !important;
  }
  .customDropdown + .customDropdown {
    background: 0 0;
    text-decoration: none;
  }
  .customDropdown + .customDropdown:hover {
    background: 0 0;
    text-decoration: none;
  }
  .customDropdown + .customDropdown.active-link {
    background: 0 0;
  }
  .customDropdown + .customDropdown.active-link .withoutMargin {
    background: 0 0;
  }
  .customDropdown + .customDropdown .withoutMargin {
    background: 0 0;
    text-decoration: none;
    padding: 0;
    display: block;
  }
  .customDropdown:hover {
    background: 0 0;
    text-decoration: none;
  }
  .customDropdown .withoutMargin {
    background: 0 0;
    text-decoration: none;
    padding: 0 !important;
    margin: 0;
    display: block;
    background: -webkit-linear-gradient(
      top,
      #ffc384 40%,
      rgba(255, 255, 255, 0) 20%
    );
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ffc384),
      to(rgba(255, 255, 255, 0))
    );
    background: linear-gradient(
      to bottom,
      #fff 40%,
      rgba(255, 255, 255, 0) 20%
    );
    background-position: left;
    -webkit-background-size: 1px 3px;
    background-size: 1px 3px;
    background-repeat: repeat-y;
  }
  header .menu .classChannel > .customDropdown.active-link .withoutMargin {
    background: 0 0;
  }
  .customDropdown.active-link {
    background: 0 0;
  }
  .customDropdown.active-link .withoutMargin {
    background: 0 0;
  }
  header .menu .nav-pills > .customDropdown {
    margin-bottom: 0;
  }
  .classWOChannel,
  .classChannel {
    height: auto;
  }
  .menu.container {
    display: none;
  }
  .menu-modal
    .menu
    .customDropdown
    .secondLevel
    li.nextLevelElement:last-child {
    border-bottom: 0;
  }
  .menu-modal .customDropdown + .customDropdown {
    background: #fff;
    color: #0b4c5f;
  }
  .menu-modal .customDropdown + .customDropdown.active-link {
    background: #0b4c5f;
    color: #fff;
  }
  .menu-modal .customDropdown + .customDropdown.active-link.open {
    background-position: left;
    -webkit-background-size: 2px 3px;
    background-size: 2px 3px;
    background: #0b4c5f;
    color: #fff;
    text-decoration: none;
  }
  .menu-modal .customDropdown + .customDropdown.search-menu {
    display: none;
  }
  .menu-modal .customDropdown + .customDropdown.search-menu.open {
    background: #0b4c5f;
    color: #fff;
  }
}

@media (max-width: 992px) {
  header .botonMenu {
    float: left;
    cursor: pointer;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 800px) {
  header .header_menuOptionItem {
    padding: 0 2px;
  }
}

@media (max-width: 784px) {
  header .cabecera {
    height: auto;
    background: #fff;
  }
}

@media (max-width: 768px) {
  .menu-modal .menu.container {
    background: #fff;
    display: block;
    position: fixed;
    z-index: 2000;
    left: 0;
    width: 100%;
    top: initial;
    border: 0;
    height: 100%;
    min-height: 248px;
    overflow: auto;
    padding-bottom: 110px;
  }
  .resumenCantidadResultados {
    padding-bottom: 5%;
  }
}

@media only screen and (max-width: 1170px) {
  .menuWorldwide .menuWorldwide_head {
    width: 120%;
    position: absolute;
    height: auto;
    top: -50px;
    right: 0 !important;
    background: 0 0;
    padding: 0;
    margin: 0;
  }
  .cardDeck {
    left: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .menuWorldwide .menuWorldwide_head {
    padding: 0;
    width: 120%;
    position: absolute;
    height: auto;
    top: -45px;
    left: auto !important;
    right: 3px !important;
    background: 0 0;
  }
}

@media only screen and (max-width: 1170px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  .menu-hidden-xs {
    display: none !important;
  }
  .menu-visible-xs {
    display: inline-block !important;
  }
  header .header_container {
    width: 100%;
    padding: 0 2%;
  }
  header .header_containerMenu {
    height: 50px;
  }
  header .header_containerMinMenu {
    height: 35px;
    display: table-cell;
    float: none;
    padding: 0;
  }
  header .header_containerMenu-logo {
    /*height: 200%;*/
  }
  header .header_menu {
    margin-top: 0;
  }
  header .header_menuOption {
    padding: 0;
  }
  header .header_menuOption + .header_menuOption {
    border: 0;
  }
  header .header_menuOptionItem {
    padding: 0;
  }
  header .header_pageTitle-separator {
    font-size: 20px;
  }
  header .header__barraTipo.complejoIndustrial {
    height: 0px;
    /*height: 5px*/
  }
  header .header__barraTipo.country {
    height: 0px;
    /*height: 5px*/
  }
  header .header_pageTitleContainer.complejoIndustrial {
    vertical-align: -15px;
    max-width: 240px;
    display: inline-block;
  }
  header .header_pageTitleContainer {
    display: inline-block;
    vertical-align: -8px;
  }
  header .header_pageTitle-complejo {
    display: table;
    font-size: 8px;
    margin-right: 0;
    line-height: 18px;
  }
  header .header_pageTitle-name {
    font-size: 15px;
    vertical-align: text-top;
  }
  header .header_pageTitle-name.global {
    vertical-align: 6px;
    line-height: 10px;
  }
  header .header_pageTitle-name.country {
    vertical-align: 6px;
  }
  .menuWorldwide .menuWorldwide_container {
    position: absolute;
    width: 100%;
  }
  .menuWorldwide .header_link {
    background: #0b4c5f;
    padding: 13.5px 20px;
  }
  .menuWorldwide .menuWorldwide_content {
    left: 0;
    width: 100%;
    z-index: 2222;
  }
  .menuWorldwide .header_menuOptionIcon {
    color: #fff;
  }
  .selectorPaises .selectorPaises_head {
    width: 250px;
  }
  .selectorPaises .selectorPaises_content {
    left: 0;
    width: 100%;
    z-index: 2222;
  }
  .selectorComplejos .selectorComplejos_head {
    width: 250px;
  }
  .selectorComplejos .selectorComplejos_content {
    left: 0;
    width: 100%;
    z-index: 2222;
  }
  .selectorIdiomas .selectorIdiomas_content {
    left: 0;
    width: 100%;
  }
  .selectorIdiomas .header_menuOptionItem {
    font-size: 14px;
    color: #0b4c5f;
    padding: 0;
  }
  .selectorIdiomas .header_menuOptionItem.header_menuOptionHeaderItem {
    padding: 12px 8px 16px 16px;
  }
  .cardDeck,
  .face1,
  .face2 {
    width: 100%;
  }
  .card {
    width: 100%;
  }
  .customDropdown_buscador.menuOpen {
    background: #0b4c5f;
    position: relative;
    z-index: 20000;
  }
}

@media only screen and (max-width: 766px) {
  .searchBox {
  }
}

@media only screen and (min-width: 767px) {
  .firstLevelElement a:hover {
    text-decoration: underline !important;
  }
}

@media only screen and (max-width: 1170px) and (min-width: 767px) {
  .searchBox {
  }
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  .menuWorldwide .menuWorldwide_head {
    display: none !important;
    top: -50px;
    left: auto !important;
    right: 3px !important;
  }
}

@media only screen and (max-width: 768px) and (min-width: 768px) {
  .searchBox {
  }
}

header .menu .customDropdown .secondLevel,
header .menu .customDropdown ul.thirdLevel {
  left: -900px;
}

header .menu .nav-pills .customDropdown.customDropdown_searchItem a:hover {
  text-decoration: none !important;
}

@media (max-height: 440px) and (max-width: 1170px) {
  .menuWorldwide .menuWorldwide_item {
    padding: 1px;
  }
  .menuWorldwide .menuWorldwide_itemLink {
    font-size: 12px;
  }
  .selectorPaises .selectorPaises_titleHead {
    padding: 1px;
  }
  .selectorPaises .selectorPaises_paisItem {
    padding: 1px;
  }
  .selectorPaises .selectorPaises_list .selectorPaises_languagesListItem {
    padding: 1px;
  }
  .selectorComplejos
    .selectorComplejos_list
    .selectorComplejos_languagesListItem {
    height: 100%;
    padding: 2px;
  }
  .selectorComplejos .selectorComplejos_paisItem {
    width: 45%;
  }
}

/*@media (min-width:1170px) and (max-width:1350px) {
    .customDropdown .withoutMargin {
        padding-left: 0!important;
        padding-right: 0!important
    }
}*/

.breadcrumb {
  padding: 0;
  background: 0 0;
  max-width: 1170px;
  margin: auto;
  /* display: block */
  display: table-cell;
  padding-top: 10px;
  padding-bottom: 10px;
}

.breadcrumb .breadcrumb__itemLink {
  text-decoration: underline;
  text-decoration-style: solid;
  color: #6e6259;
  text-underline-position: under;
}

.breadcrumb .breadcrumb__itemLink_Unset {
  /*text-decoration: underline;*/
  text-decoration: unset;
  color: #041e42;
}

.breadcrumb .breadcrumb__item {
  color: rgb(107, 107, 99);
  font-family: Titillium Web;
  display: table-cell;
  /* font-size: 13px */
  font-size: 12px;
}

.breadcrumb .breadcrumb__item.current_item {
  /* font-family: TitilliumWeb-SemiBold; */
  font-family: Titillium Web;
  display: inline-table;
  font-weight: bold;
}

.breadcrumb .breadcrumb__item.white {
  /* color: #fff */
  color: #6e6259;
}

.breadcrumb .breadcrumb__item.white .breadcrumb__itemLink {
  text-decoration: underline;
  /* color: #fff */
  color: 6e6259;
  font-family: Titillium Web;
  font-size: 12px;
  text-decoration: unset;
}

.breadcrumb .breadcrumb__icon {
  color: #fff;
  font-size: 8px;
  background: #0b4c5f;
  padding-top: 5px;
  display: inline-table;
  width: 15px;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 3px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.breadcrumb li.breadcrumb-ellipsis {
  display: none;
}

.breadcrumb__container {
  z-index: 1000;
  /*position: absolute;*/
  margin: auto;
  width: 100%;
  padding: 0 28px;
  margin-top: 0px; /*antes 20px*/
  padding-left: 56px;
  background-color: #ebeae6;
}

.breadcrumb__container .breadcrumb-dropdown-menu li {
  font-family: Titillium Web;
  font-size: 13px;
}

.breadcrumb__container .breadcrumb-dropdown-menu li > a:hover {
  color: #0b4c5f;
  text-decoration: underline;
  background: 0 0;
}

.breadcrumb__container .breadcrumb-dropdown-menu li > a:focus {
  background: 0 0;
  color: #0b4c5f;
  text-decoration: underline;
}

.breadcrumb__container .breadcrumb__li::before {
  font-family: repsol-icons !important;
  padding-right: 5px;
  font-size: 6px;
  color: #041e42;
  display: inline-table;
}

.breadcrumb__container .breadcrumb__liItem::before {
  content: "M" !important;
}

.breadcrumb > li + li:before {
  font-family: repsol-icons !important;
  padding: 0 5px;
  color: #041e42;
}

.breadcrumb > li + li:before {
  /* content: "\004d"; */
  content: "\003E";
  padding: 0 5px;
  /* font-size: 6px */
  font-size: 12px;
  font-family: Titillium Web;
}

.breadcrumb.white > li + li:before {
  font-family: repsol-icons !important;
  padding: 0 5px;
  /* color: #fff */
  color: #6e6259;
}

.breadcrumb.white > li + li:before {
  /* content: "\004d"; */
  content: "\003E";
  padding: 0 5px;
  /* font-size: 6px */
  font-size: 12px;
  font-family: Titillium Web;
}

.breadcrumb > li.is-hidden + li:before {
  content: "";
  padding: 0 5px;
  font-size: 6px;
}

.breadcrumb {
  list-style: none;
}

.breadcrumb > li {
  display: inline-table;
}

.breadcrumb .is-hidden {
  display: none;
}

.breadcrumb-ellipsis {
  display: none;
}

.breadcrumb-dropdown {
  display: inline-block;
}

.breadcrumb-dropdown-menu {
  left: -2px;
}

.breadcrumb > li.breadcrumb-ellipsis.is-hidden + li:before {
  display: none;
}

.mainBanner.full-width-image .mainBanner__breadcrumb {
  position: absolute;
  display: table;
  width: 100%;
}

.mainBanner.full-width-image .breadcrumb__container {
  max-width: 1170px;
  margin: auto;
  width: 100%;
  padding: 0 15px;
  margin-top: 20px;
}

.mainBanner.fixed-width-image .mainBanner__breadcrumb {
  padding-top: 20px;
  margin-bottom: 20px;
  display: table;
  width: 100%;
}

@media only screen and (max-width: 1170px) {
  .breadcrumb__container {
    /* position: relative; */
    display: block;
    padding-left: 10px;
  }
}

@media (min-width: 1170px) {
  #contenido_principal {
    /* Sprint 4: Site Map. Comentado porque aparecia mucho espacio en el encabezado */
    /* margin-top: 140px!important */
  }
}

.menu-modal
  li.customDropdown.firstLevelMenuDropDown.active-link.open
  a.firstLevelElement {
  text-decoration: none;
  color: #fff !important;
  background: #0b4c5f;
}

.menu-modal
  li.customDropdown.firstLevelMenuDropDown.active-link.open
  .withoutMargin
  a.firstLevelElement {
  text-decoration: none;
  color: #fff !important;
  background: #0b4c5f;
}

.menu-modal
  li.customDropdown.firstLevelMenuDropDown.active-link
  a.firstLevelElement {
  text-decoration: none;
  color: #fff !important;
  background: #0b4c5f;
}

.menu-modal li.customDropdown.firstLevelMenuDropDown.active-link {
  text-decoration: none;
  color: #fff !important;
  background: #0b4c5f;
}

.menu-modal
  li.customDropdown.firstLevelMenuDropDown.open.active-link
  a.firstLevelElement {
  color: #fff !important;
  text-decoration: none;
}

.menu-modal
  li.customDropdown.firstLevelMenuDropDown.active-link.open
  a.firstLevelElement {
  text-decoration: none;
  color: #fff !important;
}

.menu-modal
  li.customDropdown.firstLevelMenuDropDown.active-link
  a.firstLevelElement {
  color: #fff !important;
  text-decoration: none;
}

.menu-modal li.customDropdown.active-link .withoutMargin {
  background: #0b4c5f;
}

.menu-modal li.customDropdown.active-link.open .withoutMargin {
  background: #0b4c5f;
}

@media (max-width: 1170px) {
  .menuppal_mainNav.mainMenu_modal.menu-modal {
    position: absolute;
    left: 93%;
  }
}

@media (max-width: 769px) {
  .menuppal_mainNav.mainMenu_modal.menu-modal {
    position: absolute;
    left: 85%;
  }
}

@media (max-width: 426px) {
  .menuppal_mainNav.mainMenu_modal.menu-modal {
    position: absolute;
    left: 89%;
  }
}

@media (max-width: 376px) {
  .menuppal_mainNav.mainMenu_modal.menu-modal {
    position: absolute;
    left: 74%;
  }
}

@media (max-width: 321px) {
  .menuppal_mainNav.mainMenu_modal.menu-modal {
    position: absolute;
    left: 69%;
  }
}

@media (max-width: 480px) {
  .searchBox .searchBox_socialNetworksItem {
    font-size: 40px;
    color: #0b4c5f;
  }
}

header
  .menu
  .nav-pills
  .customDropdown
  a.secondLevelElement.elementoMenuActivo {
  color: 0b4c5f !important;
}

header
  .menu
  .nav-pills
  .customDropdown
  a.secondLevelElement.elementoMenuActivo {
  color: 0b4c5f !important;
}

header .menu .customDropdown .secondLevel .elementoMenuActivo,
header .menu .customDropdown ul.thirdLevel .elementoMenuActivo {
  color: #0b4c5f !important;
}

.iconoLevel .customDropdown_box_right a {
  text-decoration: underline;
  color: #6e6259 !important;
}

.fourthLevelMenu .customDropdown_box_right a {
  text-decoration: underline;
  color: #6e6259 !important;
}

.menu-modal .customDropdown_link {
  display: table-cell;
  padding: 0.5em 1em;
}

.menu-modal .menu .customDropdown .secondLevel li.secondLevelMenuDropDown,
.menu-modal header .menu .customDropdown ul.thirdLevel li.nextLevelElement {
  width: 100%;
  display: table;
  border-bottom: 1px #cbc4bc solid;
  padding: 0;
  white-space: normal;
  min-height: 35px;
}

.menu-modal .customDropdown_secondLevelButton {
  display: table;
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 14px;
}

span.sinEnlace.secondLevelElement {
  background-color: transparent !important;
}

span.sinEnlace.secondLevelElement:hover {
  cursor: default;
}

.menu_usuario_logado {
  position: absolute;
  z-index: 22222;
  width: 100%;
  left: 50px;
  width: 157px;
  display: none;
}

.menu_usuario_logado .menu_usuario_logado__container {
  list-style: none;
  border-radius: 2px;
  position: absolute;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
  background: #f9f9f8;
}

.menu_usuario_logado .menu_usuario_logado__content {
  background: 0 0;
  margin-top: 0;
}

.menu_usuario_logado .menu_usuario_logado__itemList {
  list-style: none;
  padding: 0 20px;
}

.menu_usuario_logado .menu_usuario_logado__item {
  padding: 15px 0;
  border-bottom: 1px solid #ebe9e6;
}

.menu_usuario_logado .menu_usuario_logado__item:hover {
  color: #0b4c5f;
}

.menu_usuario_logado .menu_usuario_logado__item:last-child {
  border-bottom: 0;
  padding-bottom: -1px;
}

.menu_usuario_logado .header_menuOptionFirst {
  display: inline-table;
  vertical-align: -3px;
  margin-right: 6px;
  height: 20px;
  font-size: 16px;
  margin-left: -1px;
  color: #0b4c5f;
}

.menu_usuario_logado .header_menuOptionItem {
  font-size: 14px;
}

.menu_usuario_logado .header_menuOptionSecond {
  font-size: 11px;
  vertical-align: middle;
}

.menu_usuario_logado .header_link {
  display: block;
  margin-left: 0;
  color: #0b4c5f;
}

.menu_usuario_logado .header_link:hover {
  color: #0b4c5f;
  text-decoration: none;
}

.menu_usuario_logado .header_link:hover > .header_menuOptionItem {
  text-decoration: underline;
}

.menu_usuario_logado .menu_usuario_logado__itemLink {
  display: block;
  margin-left: 0;
  text-decoration: none;
}

.menu_usuario_logado .menu_usuario_logado__itemLink:hover {
  color: #0b4c5f;
}

.menu_usuario_logado .menu_usuario_logado__itemLink:hover > .repsol-icons {
  text-decoration: none;
}

.breadcrumb__container.noticias {
  margin-top: 0px;
}

.breadcrumb__container .breadcrumb-dropdown-menu li {
  font-family: Titillium Web;
  font-size: 13px;
}

.menu_usuario_logado .menu_usuario_logado__title {
  padding: 10px 20px;
  border-bottom: 1px solid #ebe9e6;
  color: #0b4c5f;
  text-decoration: none;
  background-color: #f9f9f8;
  display: block;
  width: 100%;
  position: unset;
}

.menu_usuario_logado .menu_usuario_logado__title .header_menuOptionFirst {
  font-size: 20px;
  vertical-align: -5px;
}

.menu_usuario_logado .menu_usuario_logado__title .header_menuOptionFirst:hover {
  color: #0b4c5f;
  text-decoration: none;
}

.menu_usuario_logado
  .menu_usuario_logado__title
  .header_menuOptionFirst:visited {
  color: auto;
  text-decoration: none;
}

.menu_usuario_logado .menu_usuario_logado__title .header_menuOptionSecond {
  font-size: 11px;
  vertical-align: middle;
  margin-left: 7px;
  color: #0b4c5f;
}

.menu_usuario_logado
  .menu_usuario_logado__title
  .header_menuOptionSecond:hover {
  color: #0b4c5f;
  text-decoration: none;
}

.menu_usuario_logado
  .menu_usuario_logado__title
  .header_menuOptionSecond:visited {
  color: auto;
  text-decoration: none;
}

#frmLogin {
  width: 920px;
}

#menuLogin {
  left: -18%;
}

.posicion_cerrar_cabecera {
  position: absolute;
  right: 50px;
  top: 5%;
}

.posicion_cerrar_cabecera_editar {
  position: absolute;
  right: 12%;
  top: 5%;
}

.margenTitulo:hover {
  cursor: pointer;
}

.tituloIcono:hover {
  cursor: pointer;
}

.noTextDecor {
  text-decoration: none !important;
}

.btn-modal {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  color: #fff;
  background-color: #0b4c5f;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-modal:hover,
.btn-modal:focus,
.btn-modal.focus {
  color: #0b4c5f;
  background-color: #fff;
  border-color: #0b4c5f;
  text-decoration: none;
}

.btn-modal-link:hover {
  color: #0b4c5f;
  text-decoration: underline;
}

.margin-right-modal {
  margin-right: 1em;
}

header .navRecursiva ul.dropdown-menu {
  margin: 7px 0 0;
}

header .navRecursiva li {
  float: none;
}

header .navRecursiva li a.link-dropdown {
  background: #fff;
  color: gray;
  border: 0;
  text-decoration: underline;
  font-size: 1rem;
}

header .navRecursiva li a.link-dropdown:hover {
  border: 1px solid;
  border: 0;
  color: #0b4c5f;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #fff;
}

.antetituloContainerComunidades {
  padding-top: 35px;
  padding-left: 35px;
  padding-right: 35px;
}

.antetituloContainerComunidades span {
  color: black;
}

.antetituloContainerComunidades hr {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.destacado_doble .destacado .contenidoComunidades {
  width: 100%;
  padding: 30px;
}

.destacado_doble .destacado .contenidoComunidades h3 {
  font-size: 1.3rem;
  margin-bottom: 11px;
  margin-top: 11px;
  font-weight: bold;
  color: #ff7b00;
}

.destacado_doble .destacado .contenidoComunidades span {
  font-size: 16px;
  font-family: Titillium Web;
  color: #6e6259;
}

.contenidoComunidades .enlace {
  padding-top: 10px;
}

.contenidoComunidades .enlace a {
  font-family: Titillium Web;
  font-size: 20px;
  color: #ff7b00;
  background-color: #fff;
  padding: 0px 10px;
  border-radius: 3px;
  border: 1px solid #ff7b00;
  text-decoration: none;
}

.contenidoComunidades .enlace a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ff7b00;
}

@media only screen and (max-width: 1170px) {
  .menu_mobile_logado {
    color: #fff !important;
  }
  .menu_usuario_logado {
    width: 100%;
    top: 87px !important;
    position: fixed;
  }
  .menu_usuario_logado .menu_usuario_logado__container {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
  }
  .menu_usuario_logado .menu_usuario_logado__content {
    background: #f9f9f8;
    margin-top: 72px;
  }
  .menu_usuario_logado .menu_usuario_logado__itemList {
    padding: 0;
  }
  .menu_usuario_logado .menu_usuario_logado__item:last-child {
    padding-bottom: 18px;
  }
  .menu_usuario_logado .header_menuOptionFirst {
    vertical-align: -5px;
    margin-right: 6px;
    height: 20px;
    font-size: 20px;
  }
  .menu_usuario_logado .header_link {
    display: block;
    margin-left: 35%;
  }
  .menu_usuario_logado .menu_usuario_logado__itemLink {
    display: block;
    margin-left: 40%;
  }
  .menu_usuario_logado .menu_usuario_logado__itemLink:hover > .repsol-icons {
    text-decoration: none;
  }
  .menu_usuario_logado
    .menu_usuario_logado__itemLink:hover
    > .header_menuOptionItem {
    text-decoration: none;
  }
  .menu_usuario_logado .menu_usuario_logado__title {
    display: inline-table !important;
    position: absolute;
    padding: 17px;
    width: auto;
    margin-top: 10px;
    margin-left: -2px;
    background-color: #0b4c5f;
    border-bottom: 0;
  }
  .menu_usuario_logado .menu_usuario_logado__title:hover {
    color: #fff;
    text-decoration: none;
  }
  .menu_usuario_logado .menu_usuario_logado__title:visited {
    color: #fff;
    text-decoration: none;
  }
  .menu_usuario_logado .menu_usuario_logado__title .header_menuOptionFirst {
    margin: 0;
    font-size: 19px;
    color: #fff;
  }
  .menu_usuario_logado
    .menu_usuario_logado__title
    .header_menuOptionFirst:hover {
    color: #fff;
    text-decoration: none;
  }
  .menu_usuario_logado
    .menu_usuario_logado__title
    .header_menuOptionFirst:visited {
    text-decoration: none;
  }
  .menu_usuario_logado .menu_usuario_logado__title .header_link {
    margin: 0;
  }
  .mainBanner {
    margin-top: 105px;
  }
}

@media only screen and (max-width: 1170px) {
  .menu_usuario_logado {
    width: 100%;
    top: 50px !important;
  }
}

@media screen and (max-width: 1023px) {
  #frmLogin,
  #frmEditar {
    width: 100%;
  }
  .posicion_cerrar_cabecera {
    position: absolute;
    right: 12%;
    top: 5%;
  }
  .posicion_cerrar_cabecera_editar {
    position: absolute;
    right: 12%;
    top: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .contenedor_login {
    width: 920px;
  }
  .posicion_cerrar_cabecera {
    top: 5%;
  }
}

@media screen and (min-width: 721px) and (max-width: 767px) {
  .posicion_cerrar_cabecera {
    position: absolute;
    right: 20%;
  }
}

@media screen and (min-width: 694px) and (max-width: 720px) {
  .posicion_cerrar_cabecera {
    position: absolute;
    right: 15%;
  }
}

@media screen and (max-width: 585px) {
  .posicion_cerrar_cabecera {
    position: absolute;
    top: 5%;
    right: 15%;
  }
}

@media screen and (max-width: 500px) {
  .posicion_cerrar_cabecera {
    position: absolute;
    top: 5%;
    right: 10%;
  }
}

@media screen and (max-width: 425px) {
  .posicion_cerrar_cabecera {
    position: absolute;
    right: 5%;
    top: 5%;
  }
  .posicion_cerrar_cabecera_editar {
    position: absolute;
    right: 1%;
    top: 1%;
  }
}

.menu_mapaWeb .menu_mapaWebSectionTitle {
  color: #0b4c5f;
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 55px;
  display: block;
}

.menu_mapaWeb .menu_mapaWeb__separator {
  /* Sprint 4: Site Map
    border-top: solid 3px #0B4C5F;
    display: table;
    width: 100%;
    height: 1px */
  border-top: solid 5px #ff7b00;
  display: table;
  width: 100%;
  height: 1px;
}

.menu_mapaWeb .menu_mapaWeb__menu {
  list-style: none;
  padding: 0;
}

.menu_mapaWeb .menu_mapaWeb__firstLevel_item {
  margin-bottom: 65px;
}

.menu_mapaWeb .menu_mapaWeb__firstLevel_item:last-child {
  margin-bottom: 0;
}

.menu_mapaWeb .menu_mapaWeb__thirdLevel {
  list-style: none;
  padding: 0;
}

.menu_mapaWeb .menu_mapaWeb__secondLevel {
  width: 20%;
  width: 100%;
  /* Sprint 4: Site Map
    background-color: #f5f4f2;
    padding: 25px 0 25px 30px; */
  background-color: #efeeea;
  padding: 20px;
  list-style: none;
}

.menu_mapaWeb .menu_mapaWeb__secondLevel:first-child {
  padding-left: 0;
}

.menu_mapaWeb .menu_mapaWeb__secondLevel_item {
  /* margin-bottom: 30px; */
  padding: 0 16px 0 0;
  /* margin-bottom: 40px; */
  /* Sprint 4: Mapa do Site
    width: 16%; */
  width: 33%;
  display: inline-block;
  vertical-align: top;
}

.menu_mapaWeb .menu_mapaWeb__secondLevel_item:last-child {
  margin-bottom: 0;
}

.menu_mapaWeb li.menu_mapaWeb__secondLevel_item:last-child {
  margin-bottom: 0;
}

.menu_mapaWeb .menu_mapaWeb__secondLevel_titleLink {
  /* Sprint 4: Site Map
    color: #5c4e44;
    font-family: Titillium Web;
    font-size: 14px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    line-height: 16px */
  color: #6e6259;
  font-family: Titillium Web;
  font-size: 16px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  line-height: 16px;
}

.menu_mapaWeb .menu_mapaWeb__secondLevel_titleLink:hover {
  color: #ff7b00;
  text-decoration: none;
}

.menu_mapaWeb .menu_mapaWeb__secondLevel_title {
  margin-bottom: 15px;
  white-space: normal;
  width: 95%;
  line-height: 17px;
}

.menu_mapaWeb .menu_mapaWeb__thirdLevel {
  list-style: none;
  padding: 0;
}

.menu_mapaWeb .menu_mapaWeb__thirdLevel_item {
  margin-top: 13px;
  line-height: 14px;
}

.menu_mapaWeb .menu_mapaWeb__thirdLevel_titleLink {
  /* Sprint 4: Site Map
    color: #5c4e44; */
  color: #6e6259;
  font-family: Titillium Web;
  line-height: 14px;
  font-size: 16px;
  font-weight: 400;
}

.menu_mapaWeb .menu_mapaWeb__thirdLevel_titleLink:hover {
  text-decoration: none;
  color: #ff7b00;
}

/* Copiados del tercer nivel para crear un cuarto nivel */

.menu_mapaWeb .menu_mapaWeb__fourthLevel {
  list-style: none;
  padding-left: 30px;
}

.menu_mapaWeb .menu_mapaWeb__fourthLevel_item {
  margin-top: 13px;
  line-height: 14px;
}

.menu_mapaWeb .menu_mapaWeb__fourthLevel_titleLink {
  /* Sprint 4: Site Map
    color: #5c4e44; */
  color: #6e6259;
  font-family: Titillium Web;
  line-height: 14px;
  font-size: 16px;
  font-weight: 400;
}

.menu_mapaWeb .menu_mapaWeb__fourthLevel_titleLink:hover {
  text-decoration: none;
  color: #ff7b00;
}

.menu_mapaWeb .menu_mapaWeb__firstLevel_title {
  /* Sprint 4: Site Map */
  /* border-top-left-radius: 6px;
    background-color: #0B4C5F;
    width: auto;
    padding: 2px 9px;
    border-top-right-radius: 6px;
    display: table;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: -1px */
  /* font-family: Titlillium Web; */
  font-size: 20px;
  color: #ff7b00;
  background-color: #fff;
  text-transform: uppercase;
  padding: 3px 10px;
  display: table;
  font-weight: 700;
  margin-bottom: -1px;
}

.menu_mapaWeb .menu_mapaWeb__firstLevel_title:hover {
  /* background-color: #ffb81c;
    cursor: pointer */
}

.menu_mapaWeb
  .menu_mapaWeb__firstLevel_title:hover
  > .menu_mapaWeb__firstLevel_title {
  text-decoration: none;
  /* background-color: #ffb81c */
}

.menu_mapaWeb .menu_mapaWeb__firstLevel_title:hover + .menu_mapaWeb__separator {
  /* Sprint 4: Site Map
    border-top: 3px solid #ffb81c */
  border-top: 5px solid #ff7b00;
}

.menu_mapaWeb .menu_mapaWeb__firstLevel_title:hover {
  text-decoration: none;
}

@media (max-width: 800px) {
  .menu_mapaWeb .menu_mapaWeb__secondLevel_item {
    margin-bottom: 30px;
    width: 24%;
    display: inline-block;
  }
  .menu_mapaWeb .menu_mapaWeb__secondLevel_item:last-child {
    margin-bottom: 30px;
    width: 24%;
    display: inline-block;
  }
}

@media (max-width: 769px) {
  .menu_mapaWeb .menu_mapaWeb__secondLevel_item {
    margin-bottom: 20px;
    width: 48%;
    display: inline-block;
  }
  .menu_mapaWeb .menu_mapaWeb__secondLevel_item:last-child {
    margin-bottom: 30px;
    width: 50%;
    display: inline-block;
  }
}

@media (max-width: 500px) {
  .menu_mapaWeb .menu_mapaWeb__secondLevel {
    padding-left: 20px;
    display: block;
  }
  .menu_mapaWeb .menu_mapaWeb__secondLevel_item {
    margin-bottom: 30px;
    width: 100%;
    display: block;
  }
  .menu_mapaWeb .menu_mapaWeb__secondLevel_item:last-child {
    margin-bottom: 30px;
    width: 100%;
    display: block;
  }
  .menu_mapaWeb li.menu_mapaWeb__secondLevel_item:last-child {
    margin-bottom: 0 !important;
  }
}

/* ESTILOS PARA EL TÍTULO, HIGHLIGHT Y LA DESCRIPCIÓN */
.title  {
  padding-bottom: 40px;
  font-size: 50px;
  /* color: #FF7B00; */
  color: red;
}

.highlight {
  color: #6e6259;
  font-size: 20px;
  font-family: Titillium web;
}

.description {
  color: #6e6259;
  font-size: 16px;
  font-family: Titillium web;
}

.destacado .contenido h3.Image_Title_Pesquisa {
  font-family: Titillium Web;
  font-weight: bold;
  font-size: 28px;
  color: #6e6259;
}

/*sala impresa*/
.destacadoSecundario.center {
  text-align: center;
}
.destacadoSecundario a {
  color: #6e6259;
  font-family: Titillium Web;
  font-weight: bold 700;
  font-size: 28px;
  text-decoration: unset;
}
.homeNoticia .contenido .fecha {
  color: #6e6259;
  font-size: 13px;
  font-size: 0.929rem;
  line-height: 13px;
}
.containerOverImage {
  position: relative;
  text-align: center;
  color: white;
}
.containerOverImage p {
  position: absolute;
  bottom: 8px;
  left: 24px;
  font-weight: bold;
  font-size: 29px;
  margin-bottom: 2px !important;
}
.breadcrumb .breadcrumb__item.current_item.black a {
  font-family: Titillium Web;
  display: inline-table;
  text-decoration: none;
  color: rgb(107, 107, 99);
  font-weight: bold;
}
/* .tituloInformeDeSustentabilidade h2{
    font-size: 41px;
    font-weight: bold;
    font-family: Titillium Web;
    margin-top: 20px;
    margin-bottom: 60px;
    Color:#FF7B00
} */

.tituloInformeDeSustentabilidade h4 {
  font-size: 16px;
}

.numeroTitulo h2 {
  font-size: 70px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.textoCursiva {
  font-style: italic;
  font-size: 16px;
  font-family: Titillium Web;
  color: #6e6259;
  margin-bottom: 50px;
}

.autor {
  text-align: right;
  font-weight: bold;
  color: #6e6259;
  font-weight: 16px;
}

.autor p {
  margin-bottom: 0px;
}

.puestoDeTrabajo {
  text-align: right;
  color: #6e6259;
}

.textoDescriptivo h2 {
  font-size: 25px;
  font-family: Titillium Web;
  font-weight: 700;
  color: #6e6259;
}

.textoDescriptivo label {
  font-size: 16px;
  font-family: Titillium Web;
  font-weight: 400;
  color: #6e6259;
}

.tituloItem3 p {
  font-size: 16px;
  font-family: Titillium Web;
  color: #6e6259;
  padding-top: 60px;
  padding-left: 15px;
}

.imagenInformeDeSustentabilidade {
  text-align: center;
}

.anyoInformeDeSustentabilidade {
  text-align: center;
}

.textoDescriptivo2 {
  margin-top: 60px;
  margin-left: 20px;
  color: #6e6259;
}

.buscaDeNoticias {
  background-color: #efeeea;
  border: 1.5px solid orange;
  border-radius: 10px;
  /* height: 295px; */
  margin-top: 20px;
  /* width: 225px; */
}

.buscaDeNoticias h4 {
  font-size: 22px;
  font-family: Titillium Web;
  color: #ff7b00;
  margin: 1em 0;
}

.anyoPlanoDeSustentabilidade h2 {
  margin-top: 0px;
  font-size: 60px;
}

.tituloNoticia {
  padding-bottom: 0px;
}

.descripcionNoticia {
  font-family: Titillium Web;
  font-size: 20px;
  color: #6e6259;
  margin-bottom: 10px;
}

.tituloNoticia h2 {
  font-family: Titillium Web;
  font-size: (40px) 2em;
  margin: 0.67em 0;
  color: #6e6259;
}

.fecha {
  color: #418080;
  /* border-right: 1px solid #418080; */
  padding-right: 5px;
}

.tipoDoc {
  color: #418080;
  border-right: 1px solid #418080;
  padding-right: 5px;
}

.tamanyo {
  padding: 0 10px 0 5px;
  font-size: 13px;
  font-size: 1.2rem;
}

.imagenNoticia {
  margin-top: 20px;
  margin-bottom: 60px;
}

.textoNoticia {
  font-family: Titillium Web;
  font-size: large;
  color: #6e6259;
}

.tituloAlternativoNoticia h4 {
  font-family: Titillium Web;
  font-weight: 700;
  font-size: 20px;
  color: #6e6259;
}

.tituloGaleriaMultimidia {
  color: #6e6259;
}

.destacadoSecundario.center {
  text-align: center;
}

.destacadoSecundario.anyos {
  padding-top: 0px;
}

.noticiasSecundarias {
  padding-bottom: 15px;
}

.noticiasSecundarias h4 {
  margin-top: 0px;
}

.noticiasSecundarias h4 a {
  font-family: Titillium Web;
  font-weight: 700;
  font-size: 20px;
  color: #6e6259;
}

.noticiasSecundarias span {
  font-family: Titillium Web;
  font-size: 14px;
  color: #6e6259;
}

.assessoriaDeImprensa {
  /* margin-top: 40px; */
  border: 1px solid;
  border-color: #6e6259;
  border-radius: 10px;
}

.assessoriaDeImprensa a {
  font-style: italic;
}

.tituloGaleriaDeImagens h3 {
  font-size: 45px;
  font-family: Titillium Web;
  font-weight: 700;
  font-size: 40px;
  margin: 0.67em 0;
  color: #ff7b00;
}
.tituloInformeDeSustentabilidade h4 {
  font-size: 16px;
}

.tituloInformeDeSustentabilidade label {
  font-size: 13px;
}
.textoDescriptivo h2 {
  font-size: 23px;
  font-family: Titillium Web;
  font-weight: 700;
  color: #6e6259;
}

.textoDescriptivo label {
  font-size: 16px;
  font-family: Titillium Web;
  font-weight: 400;
  color: #6e6259;
}
.buscaDeNoticias {
  background-color: #efeeea;
  border: none;
  border-radius: 10px;
  /* height: 295px; */
  margin-top: 30px;
  /* width: 225px; */
}

.buscaDeNoticias h4 {
  font-size: 22px;
  font-family: Titillium Web;
  color: #ff7b00;
  margin: 1em 0;
}
.tituloNoticia {
  padding-bottom: 0px;
}

.descripcionNoticia {
  font-family: Titillium Web;
  font-size: 20px;
  color: #6e6259;
  margin-bottom: 10px;
}

.tituloNoticia h2 {
  font-family: Titillium Web;
  font-size: (40px) 2em;
  margin: 0.67em 0;
  color: #6e6259;
}

.fecha {
  /* color: #418080; */
  color: #6e6259;
  /* border-right: 1px solid #418080; */
  padding-right: 5px;
}

.tipoDoc {
  color: #418080;
  border-right: 1px solid #418080;
  padding-right: 5px;
}

.tamanyo {
  padding: 0 10px 0 5px;
  font-size: 13px;
  font-size: 1.2rem;
}

.imagenNoticia {
  margin-top: 20px;
  margin-bottom: 60px;
}

.textoNoticia {
  font-family: Titillium Web;
  font-size: large;
  color: #6e6259;
}

.tituloAlternativoNoticia h4 {
  font-family: Titillium Web;
  font-weight: 700;
  font-size: 20px;
  color: #6e6259;
}
.assessoriaDeImprensa {
  /* margin-top: 40px; */
  border: 1px solid;
  border-color: #6e6259;
  border-radius: 10px;
}
.tituloGaleriaDeImagens h3 {
  font-size: 45px;
  font-family: Titillium Web;
  font-weight: 700;
  font-size: 40px;
  margin: 0.67em 0;
  color: #ff7b00;
}
.buscaNoticias {
  padding-top: 10px;
}
.buscaNoticiasbtn a {
  font-size: 17px;
}

.buscaNoticiasbtn .cabecera {
  margin-bottom: 13px;
}

.buscaNoticiasbtn .cabecera .enlace_sala {
  float: right;
}

.buscaNoticiasbtn .cabecera .enlace_sala a {
  padding: 0px 5px;
  border: 1px solid #ff7b00;
  color: #ff7b00;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 25px;
  margin-top: 20px;
}
.breadcrumb__container.noticias {
  margin-top: 0px;
}

/* mar */

.highlightmar {
  font-family: Titillium Web;
  font-size: 42px;
  color: #6e6259;
  margin: 0px 0px 10px 20px;
}

/* Modificado para el nuevo formato de sprint 5 */
.destacadoSecundario h4.titlemar {
  font-family: Titillium Web;
  font-size: 32px;
  color: #00a160;
  padding-left: 20px;
}

.photohighlight {
  font-family: Titillium web;
  font-size: 20px;
  color: #6e6259;
  font-weight: 700;
}

/* Posible cambio de estilos en páginas de mar */
h4.resultado_mar_text {
  font-family: Titillum Web;
  font-size: 32px;
}

h2.resultado_mar_small_highlight {
  font-family: Titillum Web;
  font-size: 42px;
}

h1.resultado_mar_highlight {
  font-family: Titillum Web;
  font-size: 66px !important;
  font-weight: bold;
}

/* ESTILOS PARA PLATAFORMA EDUCATIVA */

.destacadoSecundario .contenido .title_Section h3 {
  font-family: Titillium Web;
  font-size: 28px;
  font-weight: normal;
  /* margin-top: 0.67em; */
  margin-bottom: 0px;
  color: #ff7b00;
  padding-left: 20px;
}

.destacadoSecundario .contenido .title_Name_Regular h1 {
  font-family: Titillium Web;
  font-size: 40px;
  /* margin: .67em 0; */
  color: #6e6259;
  font-weight: normal;
  margin: 0px;
  padding-left: 20px;
}

.destacadoSecundario .contenido a.url {
  font-family: Titillium Web;
  font-weight: bold;
  font-size: 20px;
  color: #ff7b00;
}

/* Resultados */
.Text {
  font-family: Titillium Web;
  font-weight: 400;
  font-size: 20px;
  color: #6e6259;
}

.Intro_Results {
  font-family: Titillium Web;
  font-weight: 400;
  font-size: 28px;
  /* sprint 5
        font-weight: Normal;
        font-size: 36px; */
  color: #6e6259;
  padding-left: 10px !important;
}

.Result_Numbers {
  font-family: Titillium Web;
  font-weight: 700;
  font-size: 45px !important ;
  color: #ff7b00;
  margin: 0px;
}

.Result_Text_Highlight {
  font-family: Titillium Web;
  font-weight: 700;
  font-size: 28px;
  color: #ff7b00;
}

.Result_Text {
  font-family: Titillium Web;
  font-weight: 400;
  font-size: 28px;
  color: #6e6259;
  line-height: 1;
}

/* Slider */
.Title_Slider {
  font-family: Titillium Web;
  font-weight: Bold;
  font-size: 26px;
  color: #ff7b00;
  padding: 0px 0px 0px 20px;
}

.Subtitle_Slider {
  font-family: Titillium Web;
  font-weight: Regular;
  font-size: 20px;
  color: #6e6259;
  padding-left: 20px;
}

.Arrow_Slider {
  position: absolute;
  top: 40%;
  width: 35px;
  height: 50px;
}

.Photo_Slider {
  width: 255px;
  height: 164px;
}

.Background_Slider {
  max-height: 210px;
  background-color: #ebeae6;
}

/* Tabs */

.destacadoSecundario .contenido h3.Subtitle_Tab {
  font-family: Titillium Web;
  font-weight: Bold;
  font-size: 28px;
  color: #ff7b00;
}

.Menu_Carousel {
  /* en línea .destacado_pestanyas .seccionBottom .titularesVisibles .listadoTitulares div.active */
  background-color: #fff;
  font-family: Titillium Web;
  font-size: 20px;
  color: #6e6259;
}

/* Cajetín Azul */

div.BackgroundBox {
  /* background-color: #2399d8;
        opacity: 0.15; */
}

.destacadoRelacional .ODS_Tag {
  font-family: Titillium Web;
  font-weight: 400;
  font-size: 24px;
  color: #2399d8;
  padding: 0px 0px 20px 0px;
  text-align: left;
}

.destacadoRelacional .ODS_Description_Text {
  font-family: Titillium Web;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2285;
  color: #6e6259;
}

.Line_Background_Box {
  max-height: 3 px;
  color: #2399d8;
}

.Titulo_Cajetines_PE_1 {
  font-family: Titillium web;
  font-size: 18px;
  color: goldenrod;
}

.Titulo_Cajetines_PE_2 {
  font-family: Titillium web;
  font-size: 18px;
  color: firebrick;
}
.Titulo_Cajetines_PE_3 {
  font-family: Titillium web;
  font-size: 18px;
  color: darkturquoise;
}
.Titulo_Cajetines_PE_4 {
  font-family: Titillium web;
  font-size: 118px;
  color: peru;
}
.Titulo_Cajetines_PE_5 {
  font-family: Titillium web;
  font-size: 20px;
  color: dodgerblue;
}
.Titulo_Cajetines_PE_6 {
  font-family: Titillium web;
  font-size: 20px;
  color: darkslategray;
}

.Descripcion_Cajetines {
  font-family: Titillium web;
  font-size: 14px;
}

/* ETICA PAGE*/
.iconoMas {
  height: 25px;
  width: 25px;
}

.iconoMas:not(.nohover):hover {
  content: url("assets/files/images/icon_Home-Plus-Laranja.png");
}

.iconoMasGrande:not(.nohover):hover {
  content: url("assets/files/images/icon_Home-Plus-Laranja.png");
}

.noPadding {
  padding: 0;
}

.reducedPadding {
  padding-top: 10px;
  margin-bottom: 0px;
}

/*FIT barrita en 993 px*/
@media (min-width: 993px) {
  .barritaDePrueba {
    border-right: 8px solid #ff7b00;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: -1%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .iconoMas {
    align-self: auto;
  }

  .descripcionPesquisa {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .centrarComunidades {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .barritaUnPocoIzquierda {
    right: -0.5%;
  }
}
/* PESQUISA PAGE */

.menu1 {
  cursor: pointer;
  color: #0b4c5f;
  font-family: Titillium Web;
}

.menu1 ul {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  list-style: none;
}

.menu1 li {
  float: none;
  border-bottom: 1px solid #f0f0f0;
}

.menu1 a {
  text-decoration: none;
  padding: 3px;
  align-items: left;
  border-bottom: 1px solid #eee;
  text-align: left;
  display: table-row;
  font-size: 18px !important ;
}

.menu1 a:hover {
  background-color: #f0f0f0;
}

.menu1 li a#current {
  border-bottom: 3px solid #dad6b7;
  background: #ebeae6;
  margin-right: 2px;
}

.flechinas div {
  text-align: center;
}

#descripcionElementoTab {
  color: #6e6259 !important;
}

.boton_saibamais {
  background: white;
  border: 1px solid #00a160;
  border-radius: 3px;
  padding: 3 px;
  padding-bottom: 5px;
  margin-top: 10px;
  font-size: 18px;
}

#tab1,
.boton_saibamais,
#tituloElementoTab {
  /*color por defecto al cargar*/
  color: #00a160;
}

#tituloElementoTab {
  font: inherit;
  font-size: 28px;
  margin-top: 10px;
  line-height: 1.1;
}

@media (min-width: 1200px) {
  .bordecito {
    border: solid #ebeae6;
    border-width: 2px 2px 2px 0px;
    /*añade espacio para cuadrar con imagen*/

    height: 292px;
    padding-right: 155 px;
  }
}

@media (min-width: 1171px) and (max-width: 1199px) {
  .bordecito {
    border: solid #ebeae6;
    height: 242px;
    padding-left: 50 px;
  }
}

#noPadding {
  padding-right: 0;
  padding-left: 0;
}

/* MEIO AMBIENTE  */
.verde {
  color: #00a160 !important;
}

.linksRelacionados {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.linksRelacionados > * {
  flex: 1 0 100%;
}

.centrarImagen {
  margin: auto;
  display: block;
}

img.centrarImagen {
  /* width: 480px;
    height: 280px; */
  width: 360px;
  height: 200px;
  margin-left: 0px;
  margin-right: 20px;
}

.estandarStyle {
  font-style: inherit;
  color: #6e6259 !important;
  font-weight: normal !important;
  font-family: Titillium Web !important;
}

.Result_Numbers_post {
  font-family: Titillium Web;
  font-weight: bold;
  font-size: 30px !important;
  color: #ff7b00;
  margin: 0px;
}

.sinMargen {
  margin: 0px !important;
}

#texto_ampliado {
  font-size: 22px;
}

.iconoMasMeioAmbiente {
  height: 25px;
  width: 25px;
}

.iconoMasMeioAmbiente:not(.nohover):hover {
  content: url("assets/files/images/icon_Home-Plus-Laranja.png");
}

.BarraVerticalMeioAmbiente {
  border-right: 8px solid #00a160;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -1%;
  margin-top: 30px;
  margin-bottom: 30px;
}

/*Página cidadania-cultura.........................................*/

.destacado #texto_Rojo,
.descripcion #texto_Rojo,
.destacadoSecundario #texto_Rojo,
.destacado_pestanyas #texto_Rojo {
  color: red;
}

#imagen_Cultura {
  width: 100%;
  padding: 0px 20px 0px 20px;
}

#resultados_Cultura {
  margin: 0px 200px 0px 100px;
}

#titulo_item2_cultura {
  font-size: 30px;
}

.contenido #texto_resultados {
  font-size: 22px;
}

.seccionBottom #carusel_cultura {
  background-color: white;
}

#carusel_Cultura {
  background-color: white;
}

.botoncito {
  background-color: #aca39a;
  width: 12px !important;
  height: 12px !important;
  margin-left: 3px;
}

#myCarousel {
  display: inline-flex;
}

#deslizadores {
  margin-left: 10px;
}

#lateralIndicators {
  position: initial;
}

#containerIndicators {
  width: 10px;
}

.saibaMaisVerde {
  height: 35px;
  width: auto;
}

.saibaMaisVerde:not(.nohover):hover {
  content: url("assets/files/images/HOVER_Button_saiba-mais_daerkGreen.png");
}

.saibaMaisNaranja {
  height: 35px;
  width: auto;
}

.saibaMaisNaranja:not(.nohover):hover {
  content: url("assets/files/images/icon_Home-Seta-laranja.png");
}

.colorCidadania {
  color: red;
}

.iconoMasCidadania {
  height: 25px;
  width: 25px;
}

.iconoMasCidadania:not(.nohover):hover {
  content: url("assets/files/images/icon_Home-Plus-Laranja.png");
}

.BarraVerticalCidadania {
  border-right: 8px solid #ff3232;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -1%;
  margin-top: 30px;
  margin-bottom: 30px;
}

/*Seguranca e Meio Ambiente*/

#imagen_Seguranca {
  padding-bottom: 40px;
}

/*Projeto de deteccao talentos paralimpicos*/

#texto_Amarillo {
  color: #e0a72c;
}

.lateralIndicatorsAmarillo .active {
  border-color: #e0a72c !important;
}

.lateralIndicatorsRojo .active {
  border-color: red !important;
}

.lateralIndicatorsVerde .active {
  border-color: #00a160 !important;
}

/* IE MENU */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
  .leveOneMenuSize{
      width:328px;
  }
  .leveTwoMenuSize{
    width: 328px;
  }
  .menu-modal li.customDropdown.nextLevelElement.secondLevelMenuDropDown.open ul.iconoLevel{
    width: 100px;
  }
  
}

/*Pesquisas*/

#texto_carousel_centrado {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.856);
}

#contenedor_carousel {
  display: flex;
  align-items: stretch;
}

#boton_Amarillo {
  color: #ff7b00;
  background-color: white;
  border-color: #ff7b00;
}

#flecha_boton {
  font-weight: bold;
  -webkit-text-stroke: 1px #ff7b00;
  color: rgba(255, 255, 255, 0);
}

#imagen_Trabalhe {
  width: auto;
  /* margin: 0.5px; */
}

.centreImagenOqueNosInspira {
  height: 80%;
  width: 80%;
  padding: 10px;
  margin-right: 10% !important;
}

@media (min-width: 993px) and (max-width: 1199px) {
  .centreImagenOqueNosInspira {
    display: block !important;
    margin-right: 74% !important;
  }
}

@media (max-width: 1199px) {
  .item2Energia,
  .item4Energia {
    border-right: 0px !important;
  }
}
@media (max-width: 420px) {
  .item2Energia,
  .item4Energia {
    border-left: 0px !important;
  }
  .tamañoImagenGaleria {
    width: 100% !important;
    height: auto !important;
    padding: 0px 25px 0px 25px;
  }
}
@media (max-width: 500px) {
  #imagen_Trabalhe {
    margin: auto;
    margin-top: 0.5px;
  }
  #contenidoSinAlto {
    height: auto !important;
  }
}
@media (max-width: 992px) {
  #borde_Trabalhe {
    margin-bottom: 30px;
  }
}

/*Mapa do Site*/

#linea_Naranja {
  border-bottom: 1px solid black;
}

.menu_mapaWeb__menu a,
.menu_mapaWeb__secondLevel a {
  color: #6e6259;
}

#borde_Trabalhe {
  border: 1px solid #cbc4bc;
}

/*Plano de sustentabilidade*/

.anyoPlanoDeSustentabilidade .enlace_tipoH2 {
  margin-top: 0px;
  font-size: 60px;
  color: #ff7b00;
}

/*Carrusel Index*/

.imagen_Rotada {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1) !important;
  transform: scaleX(-1) !important;
  -ms-filter: "FlipH";
  filter: FlipH;
}

#contenedor1_Carousel {
  display: table;
}

.indicadores_carousel_home {
  position: relative;
  display: table-column;
}

#containerIndicators_Home {
  width: 300px;
  position: absolute;
  bottom: 5px;
  left: 10px;
}

.botoncito_Home {
  
  background-color: rgba(128, 128, 128, 0.575);
  width: 12px !important;
  height: 12px !important;
}

.carousel-indicators_Home .active {
  margin: 0;
  width: 15px !important;
  height: 15px !important;
  background-color: white !important;
  border: 1.5px solid;
  margin-bottom: -1px;
}

.carousel-indicators_Home {
  /* display: table-caption;*/
  position: absolute;
  bottom: 10px;
  left: 56%;
  z-index: 15;
  width: 100%;
  margin-left: -20%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators_Home li {
  display: none;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 100%;
  cursor: pointer;
}

#relleno_Home {
  border-color: rgba(255, 255, 255, 0) !important;
}

#titulo_Home {
  color: #6e6259;
  font-size: 1.7vw;
  font-weight: bold;
}

#contenedor_texto_Home {
  width: 75%;
}

#contenedor_texto_Home svg {
  float: right;
}

.enlace_MaisNoticias {
  color: #ff8200 !important;
}

.enlace_MaisNoticias:hover {
  color: #ff7b00 !important;
}

/*RESPONSIVIDAD MENOR DE 993PX...*/

@media (max-width: 993px) {
  #contenedor_carousel {
    flex-direction: column-reverse;
  }

  #contenedor1_Carousel {
    display: table-row !important;
    width: 100%;
    order: 1;
  }

  .indicadores_carousel_home {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    float: initial;
    width: 100%;
    margin-bottom: 30px;
  }

  .imagen_Rotada {
    width: 100%;
    left: 0% !important;
  }

  #containerIndicators_Home {
    display: table-row;
    position: relative;
    order: 2;
    width: 100%;
    margin-top: 3%;
    margin-right: 25%;
  }

  #contenedor_texto_Home {
    display: table-row;
    position: relative;
    order: 3;
    width: 95%;
    margin-left: 4%;
    max-width: 100%;
  }

  #lateralIndicators {
    margin-top: 0px;
    margin-left: 0% !important;
  }

  #enlace_Home {
    display: table-row;
    margin-left: 0%;
    float: left;
    order: 4;
    position: relative;
  }

  #titulo_Home {
    font-size: 5vw;
  }

  #separador_Home {
    display: none;
  }

  /*Ultimas noticias HOME -------- seguimos dentro de @media*/
  .borderTop {
    padding-left: 0px;
  }

  .contenedor_UltimasNoticias {
    width: 99% !important;
    /* margin-left: 10% !important; */
    margin-bottom: 30px;
  }
  /*Arreglos Responsividad*/

  #contenedor_NossasAtividades {
    display: flex;
  }

  #contenedor_NossasAtividades .imagen {
    display: table-column;
    width: 100%;
  }

  #contenedor_NossasAtividades .contenido {
    display: column;
    width: 100%;
  }

  /*Cuadricula de imagenes valor-comparthilado*/

  #contenedor_textoCentrado_Nossos {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
  }

  .individualHighlitghs {
    margin-bottom: 30px;
  }

  #myCarousel {
    display: table;
    position: relative;
  }

  #containerIndicators {
    display: table-row;
    position: relative;
    order: 2;
    width: 100%;
    margin-top: 1%;
    margin-left: 20%;
    margin-right: 25%;
  }

  #imagen_Carrusel {
    order: 1 !important;
  }

  .menu-modal .menu.container {
    height: auto;
    padding-bottom: 10px;
  }

  #menu_Responsivo {
    margin-left: 1%;
    padding-right: 2%;
    width: 98% !important;
  }
} /*FIN RESPONSIVIDAD MAX --> 992PX*/

/*Cuadricula de imagenes valor-comparthilado*/

.texto_dentro_imagen {
  position: absolute;
  bottom: 0%;
  font-family: Titillium Web;
  font-weight: bold;
  font-size: 1.4vw;
  color: #fff;
  /* padding-left: 5%; */
  padding-left: 7%;
  text-align: left;
}
.texto_dentro_imagen_comunidades {
  position: absolute;
  bottom: 0%;
  font-family: Titillium Web;
  font-weight: bold;
  font-size: 17px;
  color: #fff;
  /* padding-left: 5%; */
  padding-left: 7%;
  text-align: left;
}

@media (min-width: 768px) and (max-width: 991px) {
  .texto_dentro_imagen {
    font-size: 2vw;
  }
  .texto_dentro_imagen_comunidades {
    font-size: 14px;
    padding-left: 12%;
  }
}

@media (max-width: 767px) {
  .texto_dentro_imagen {
    font-size: 3vw;
    padding-left: 20%;
  }

  #borde_Trabalhe .imagen {
    float: none;
    width: 100%;
  }
  #borde_Trabalhe .contenido {
    float: none;
    width: 100%;
  }
}

@media  (max-width: 550px) {
  .texto_dentro_imagen  {
    font-size: 3vw;
  }
  .texto_dentro_imagen_comunidades {
    font-size: 12px;
    padding-left: 12%;
  }
}
.texto-nosso_modelo p {
  color: #2399d8;
}

.texto-nosso_modelo br {
  line-height: 30px !important;
}
@media (max-width: 991px) {
  #carousel_valorComparthilado {
    margin-bottom: 150px;
  }

  #searchsubmitPesquisar {
    background: url(./assets/files/images/icon-Pesquisar-return.png) 97% / 14%
      no-repeat white;
    width: 125px;
    background-color: #efeeea;
    padding-bottom: 31px;
  }
  #search-calendar-container.buscador .buscadorContainer {
    padding: 13px 22px 46px;
  }
}

@media (max-width: 767px) {
  #carousel_valorComparthilado {
    margin-bottom: 25px;
  }
  .tituloGaleriaMultimidiaResponsivePaddingLeft {
    padding-left: 30px !important;
  }
}
/* HOVER DEL BOTON PESQUISAR... */

#searchsubmit:hover {
  color: white;
  background-color: #ff7b00 !important;
  background: url(./assets/files/images/icon-Pesquisa-white-return.png) 97% /
    15% no-repeat;
  border: 1px solid #ff7b00;
}

.menu_contacto {
  height: 200px;
  font-size: 1.5em !important;
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 5px;
  padding-bottom: 20px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #ff7b00 !important;
}

.flechas {
  width: 8px;
  height: 11px;
}

button#more_posts {
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ff7b00;
  color: #ff7b00;
}

button#more_posts:hover {
  border-radius: 5px;
  background-color: #ff7b00;
  border: 1px solid #fff;
}

button#more_posts:focus {
  outline-style: none;
}

button#more_posts:focus {
  outline-style: none;
}

#more_postsVerde,
#more_postsAzul,
#more_postsRojo,
#more_postsNaranja,
#more_postsNaranja2,
#more_postsNaranja3,
#more_postsNaranja4,
#more_postsNaranja5,
#more_postsNaranja6,
#more_postsNaranja7,
#more_postsNaranja8,
#more_postsAmarillo,
#more_postsTurquesa,
#more_posts {
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #fff;
}

#more_postsVerde img,
#more_postsAzul img,
#more_postsRojo img,
#more_postsAmarillo img,
#more_postsTurquesa img {
  left: 14%;
}

#more_postsNaranja img,
#more_postsNaranja2 img,
#more_postsNaranja3 img,
#more_postsNaranja4 img,
#more_postsNaranja5 img,
#more_postsNaranja6 img,
#more_postsNaranja7 img,
#more_postsNaranja8 img {
  left: 17%;
}

@media (max-width: 992px) {
  #more_postsNaranja img,
  #more_postsNaranja2 img,
  #more_postsNaranja3 img,
  #more_postsNaranja4 img,
  #more_postsNaranja5 img,
  #more_postsNaranja6 img,
  #more_postsNaranja7 img,
  #more_postsNaranja8 img {
    left: 9%;
  }

  #myModalA img {
    margin-left: 0px;
  }
  #texto_carousel_centrado {
    padding-bottom: 10px;
  }

  #contenedor_carousel,
  .botommBorder,
  #deslizadores {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .botommBorder {
    border-bottom: 1px solid rgb(172, 163, 154);
    margin-bottom: 4%;
  }
}

#more_postsRojo {
  color: #ff3232;
}

#more_postsTurquesa {
  color: #3f888f;
}

#more_postsAzul {
  color: #00224c;
}

#more_postsVerde {
  color: #00a160;
}

#more_postsAmarillo {
  color: #e0a72c;
}

.btnVerde.active {
  border-color: #00a160 !important;
  width: 15px !important;
  height: 15px !important;
}
.btnRojo.active {
  border-color: #ff3232 !important;
  width: 15px !important;
  height: 15px !important;
}
.btnAzul.active {
  border-color: #00224c !important;
  width: 15px !important;
  height: 15px !important;
}
.btnTurquesa.active {
  border-color: #3f888f !important;
  width: 15px !important;
  height: 15px !important;
}
.anyoPlanoDeSustentabilidade .enlace_tipoH2 {
  color: #ff7b00;
  font-size: 42px !important;
}
#resaltadoSustentabilidade {
  color: #ff7b00 !important;
  font-weight: bold;
}
.destacadoSecundario .enlaceinformesustentabilidade a {
  font-family: Titillium Web;
  font-size: 27px;
  color: #ff7b00;
}

@media (min-width: 1200px) {
  .vertical .carousel-inner1 {
    /* height: 100%; */
  }

  .carousel.vertical .item {
    -webkit-transition: 0.5s ease-in-out top;
    -moz-transition: 0.5s ease-in-out top;
    -ms-transition: 0.5s ease-in-out top;
    -o-transition: 0.5s ease-in-out top;
    transition: 0.6s ease-in-out top;
  }

  .carousel.vertical .active {
    top: 0;
  }

  .carousel.vertical .next {
    top: 400px;
  }

  .carousel.vertical .prev {
    top: -400px;
  }

  .carousel.vertical .next.left,
  .carousel.vertical .prev.right {
    top: 0;
  }

  .carousel.vertical .active.left {
    top: -400px;
  }

  .carousel.vertical .active.right {
    top: 400px;
  }

  .carousel.vertical .item {
    left: 0;
  }

  .threeElements,
  .threeElements.active {
    margin-top: 15px !important;
  }

  .fiveElements,
  .fiveElements.active {
    margin-top: 15px !important;
  }

  .fourElements,
  .fourElements .active {
    margin-top: 15px !important;
  }

  .sixElements,
  .sixElements.active {
    margin-top: 15px !important;
  }

  .eightElements,
  .eightElements.active {
    margin-top: 15px !important;
  }
}

@media (min-width: 993px) and (max-width: 1199px) {
  .vertical .carousel-inner1 {
    height: 100%;
  }

  .carousel.vertical .item {
    -webkit-transition: 0.5s ease-in-out top;
    -moz-transition: 0.5s ease-in-out top;
    -ms-transition: 0.5s ease-in-out top;
    -o-transition: 0.5s ease-in-out top;
    transition: 0.6s ease-in-out top;
  }
  .carousel.vertical .item .active {
    -webkit-transition: 0.5s ease-in-out top;
    -moz-transition: 0.5s ease-in-out top;
    -ms-transition: 0.5s ease-in-out top;
    -o-transition: 0.5s ease-in-out top;
    transition: 0.6s ease-in-out top;
  }
  .vertical.carousel-inner1 > .active,
  .vertical.carousel-inner1 > .next,
  .vertical.carousel-inner1 > .prev {
    display: block;
  }

  .vertical.carousel-inner1 > .active {
    left: 0;
  }

  .vertical.carousel-inner1 > .next,
  .vertical.carousel-inner1 > .prev {
    position: absolute;
    top: 0;
    width: 100%;
  }

  .vertical.carousel-inner1 > .next {
    top: 100%;
  }

  .vertical.carousel-inner1 > .prev {
    top: -100%;
  }

  .vertical.carousel-inner1 > .next.bottom,
  .vertical.carousel-inner1 > .prev.bottom {
    top: 0;
  }

  .vertical.carousel-inner1 > .active.bottom {
    top: -100%;
  }

  .vertical.carousel-inner1 > .active.bottom {
    top: 100%;
  }
  .fiveElements,
  .fiveElements.active {
    margin-top: 15px !important;
  }
  .threeElements,
  .threeElements.active {
    margin-top: 15px !important;
  }

  .fourElements,
  .fourElements .active {
    margin-top: 15px !important;
  }

  .sixElements,
  .sixElements.active {
    margin-top: 15px !important;
  }

  .eightElements,
  .eightElements.active {
    margin-top: 15px !important;
  }

  .threeElementsContainer {
    margin-top: 50px !important;
  }

  .fourElementsContainer {
    margin-top: 55px !important;
  }

  .fiveElementsContainer {
    margin-top: 45px !important;
  }

  .sixElementsContainer {
    margin-top: 20px !important;
  }

  .eightElementsContainer {
    margin-top: -5px !important;
  }
}

@media (max-width: 472px) {
  .textobanner {
    font-size: 15px;
  }
}

#contactoBoton {
  background-color: #efeeea;
  border: 1px solid #ff7b00;
  border-radius: 5px;
  background: url(../images/barraSeparadora.png) no-repeat;
}
#contactoBoton:hover {
  color: #efeeea;
  background-color: #ff7b00;
  border-radius: 5px;
}

.zoom {
  right: 5%;
  bottom: 3%;
}

@media (max-width: 993px) {
  .zoom {
    right: 29%;
    bottom: 3%;
  }
}

.assessoriaParrafo a {
  font-size: 16px;
  font-family: Titillium Web;
  color: #6e6259;
}

.parrafosContacto {
  padding-bottom: 20px;
}

.parrafosContacto a,
.parrafosContacto {
  font: inherit;
  font-size: 22px;
  color: #6e6259 !important;
}

.parrafosContacto a {
  font-style: italic;
  font-weight: bold;
  color: #ff7b00 !important;
}

#resaltadoContato {
  color: #ff7b00;
  font-weight: bold;
}

.pruebaMenu {
  padding-left: 0px;
}

#imagen_Destaques {
  margin-left: 20px;
  margin-right: 20px;
  max-width: 237px;
}

@media (max-width: 769px) {
  #imagen_Destaques {
    margin-left: 20px;
    margin-right: 20px;
    max-width: 100%;
  }
}

@media (min-width: 1171px) and (max-width: 1230px) {
  #menu_Responsivo {
    width: 810px !important;
  }
}

.inputLupa {
  border: 1px solid #6e6259;
  width: 100%;
  padding: 1%;
  font-size: 16px;
  color: black;
}

.textoInformeDeSustentabilidade, .textoInformeDeSustentabilidade a {
  font-family: Titillium Web;
  font-size: 20px;
  line-height: 115%;
  font-weight: 400;
  color: #6e6259;
}

.menuSinBordeMensaje {
  background: linear-gradient(
    to bottom,
    #fff 0%,
    rgba(255, 255, 255, 0) 0%
  ) !important;
}

.menuSinBordeLupa {
  background: linear-gradient(
    to bottom,
    #fff 0%,
    rgba(255, 255, 255, 0) 0%
  ) !important;
}


.menuSinBorde .open {
  background: linear-gradient(
    to bottom,
    #fff 100%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
}

li.customDropdown.firstLevelMenuDropDown.menuSinBorde:hover {
  background: linear-gradient(
    to bottom,
    #fff 100%,
    rgba(205, 199, 191, 0) 20%
  ) !important;
}
.iconContactos {
  height: 25px;
  width: 25px;
}

.tamañoImagenGaleria {
  width: 237px;
  height: 165px;
}

.botonBlanco {
  background-color: white !important;
}

@media (min-width: 1186px) {
  .carousel-control.right {
    right: 22%;
  }
}

@media (min-width: 993px) {
  .addPaddingLeftDesktop {
    padding-left: 15px !important;
  }
}

@media (min-width: 993px) and (max-width: 1185px) {
  .carousel-control.right {
    right: 26%;
  }
}

@media (max-width: 992px) and (min-width: 370px) {
  .paddingRightTreinta {
    padding-right: 30px !important;
  }
}

@media (max-width: 992px) {
  .addPaddingBottom {
    padding-bottom: 20px;
  }
  .imgSos {
    padding-left: 50%;
  }
  .editedPaddingCarouselGalerias{
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #flecha_Izda, #flecha_Dcha{
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0px !important;
  }
  #flecha_Dcha{
    right: 25px !important;
  }
  #flecha_Izda{
    left: -15px!important;
  }

  #flecha_Izda img{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #flecha_Dcha img{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .quitarPaddingYMargenResponsive {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .tamañoImagenGaleria {
    width: 100%;
    height: auto;
  }
  .quitarPaddingTopResponsive {
    padding-top: 10px !important;
  }
  .individualHighlitghs,
  .individualHighlitghs div {
    padding-left: 0;
    padding-right: 0;
  }
  .carousel-control.left,
  .carousel-control.right {
    height: 37%;
  }
  .imagenesGrises {
    height: auto;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .iconoMasCentrado {
    margin-top: 2%;
    margin-bottom: 5%;
  }

  .imagetitleResponsivo {
    margin-top: 5%;
    margin-bottom: 2.5%;
  }

  .contenidoCentrado {
    text-align: center;
  }

  .titleResponsive {
    font-size: 30px;
  }
  .paddingDeQuince {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.alturaFlechaCarruselHome {
  margin-top: 80%;
}
@media(max-width:992px){
  .alturaFlechaCarruselHome{
    margin-left: -51px;
    height: 30px;
    width: 22px;
    margin-top: 118%;
  }
}
@media(max-width:420px){
  .alturaFlechaCarruselHome{
    margin-left: -75px;
    margin-top: 94%;
  }
}

.carousel-control.left,
.carousel-control.right {
  background-image: none !important;
  filter: none !important;
}

#tituloNotaLegal {
  color: #6e6259;
}

#urlNotaLegal {
  color: #ff7b00;
}

#emailNotaLegal {
  font-size: 16px;
}

.cuadroError {
  background-color: #fbf3d3;
  padding-top: 15px;
  padding-bottom: 25px;
  border-radius: 15px;
}

.cuadroError h3,
.cuadroError span {
  color: dimgray;
}

.threeElementsContainer {
  margin-top: 100px;
}

.fourElementsContainer {
  margin-top: 90px;
}

.fiveElementsContainer {
  margin-top: 70px;
}

.sixElementsContainer {
  margin-top: 50px;
}

.eightElementsContainer {
  margin-top: 20px;
}

/* plataforma educativa responsive*/
.responsiveplataforma {
  width: 100%;
}

@media (min-width: 100px) and (max-width: 360px) {
  .responsivemapa {
    width: 350%;
    margin-right: 250px;
    margin-left: -68px;
  }
  .responsivevideo {
    width: 280%;
    margin-left: -33px;
  }
  .responsivezoom {
    margin-right: -180px;
  }
  .responsiveobjetivos {
    margin-left: -30px;
    margin-right: 40px;
  }
  .responsiveobjetivositems {
    margin-right: 50px;
  }

  .responsivecarrosel {
    margin-left: -25px;
  }
}
img.centrarImagenpe {
  width: 330px;
  height: 200px;

  margin-left: 0px;
}
img.centrarImagenaq {
  width: 330px;
  height: 200px;

  margin-left: 0px;
}
/* plataforma educativa */

.depoimentos {
  padding-left: 25px;
}

/* responsive pltaforma educativa */
@media (min-width: 768px) and (max-width: 1000px) {
  img.centrarImagenaq {
    width: 200px;
    height: 150px;

    margin-left: 0px;
  }

  img.centrarImagenpe {
    width: 200px;
    height: 150px;

    margin-left: 0px;
  }
  .responsivetestimonios {
    margin-left: -100px;
  }
}

@media (min-width: 100px) and (max-width: 360px) {
  .responsivetestimonios {
    margin-left: -100px;
  }
}

@media (min-width: 992px) and (max-width: 1275px) {
  .imagedescriptionTextosGrises {
    font-size: 12px;
  }
  .imagedescriptionTextosGrises p {
    margin: 0px;
  }
}
@media (max-width: 991px) {
  .centrarImagenTextosGrises {
    margin-left: 0%;
  }
}

.cajaazul {
  margin-left: -50px;
  margin-right: -25px;
}

/* responsive pltaforma educativa */
@media (min-width: 768px) and (max-width: 1000px) {
  img.centrarImagenpe {
    width: 200px;
    height: 150px;

    margin-left: 0px;
  }
  .responsivetestimonios {
    margin-left: -100px;
  }
}

@media (min-width: 100px) and (max-width: 360px) {
  .responsivetestimonios {
    margin-left: -100px;
  }
}
/*
 #myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }

 #myImg:hover {
     opacity: 0.7;
    }  



/* The Modal (background) */
.modal, .modal1 {
  display: none; /* Hidden by default*/
  z-index: 1; /* Sit on top*/
  padding-top: 30%; /* Location of the box*/
  left: 0;
  top: 0;
  width: 100%; /* Full width*/
  height: 100%; /* Full height*/
  overflow: auto; /* Enable scroll if needed*/
  background-color: rgb(0, 0, 0); /* Fallback color*/
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity*/
}

/* Modal Content (image)*/
.modal-content, .modal-content1 {
  margin: auto;
  display: block;
  height: auto;
  max-width: 700px;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close2, .close21, .closeGaleria {
  position: absolute;
  top: 120px;
  right: 5%;
  color: #ff7b00;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close2:hover, .close2:focus,.close21:hover,
.close21:focus, .closeGaleria:hover, .closeGaleria:focus  {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media (max-width: 700px) {
  .modal-content, .modal-content1 {
    width: 100%;
    margin-top: 20% !important;
  }
  .close2, .close21, .closeGaleria {
    top: 67px;
    right: 5%;
  }
  #realModal,
  #realModalMapa, #realModal1,
  #realModalMapa1 {
    padding-top: 70px !important;
  }

  #realModal .modal-content,
  #realModalMapa .modal-content,   #realModal1 .modal-content,
  #realModalMapa1 .modal-content {
    margin-top: 0px !important;
  }
}
  #newImg, #newImg1{
    margin-top: 20px;
    max-width: 85%;
    max-height: 85%;
    object-fit: cover;
    overflow: hidden;
    float: none !important;
  }


.depoimentosaquario {
  margin-left: 40px;
  padding-right: -200px;
  margin-right: -200px;
}

.texttestimoniosaquario {
  font-weight: bold;
}
.highlightmar {
  font-family: Titillium Web;
  font-size: 42px;
  color: #6e6259;
  margin: 0px 0px 10px 20px;
}
@media (min-width: 1171px) {
  .sub-menu .thirdLevel {
    margin-top: 21px !important;
  }
}

.sub-menu secondLevel_menu {
  height: 0px !important;
}

/* Página de Noticias  */
/* .sinPaddingGaleriNoticias {
  padding: 0px !important;
} */

.verMaisNoticiasSaladeImprensa {
  padding-left: 20px;
  margin-top: 20px;
}

.tituloGaleriaDeImagenes h3 {
  font-family: Titillium Web;
  font-weight: 700;
  font-size: 40px;
  color: #ff7b00;
  margin: 0.67em 0;
  padding-left: 40px;
}

@media (max-width: 359px) {
  /* Responsive Noticias  */

  /* .tituloGaleriaDeImagenes h3 {
    padding-left: 0px !important;
  } */

  .verMaisNoticiasSaladeImprensa {
    padding-left: 0px;
    margin-top: 0px;
  }

  .responsiveimagenoticias {
    margin-left: -7px;
  }

  .responsivetituloticias {
    padding-left: 35px;
  }
  .responsivetextoticias {
    padding-bottom: 40px;
  }

  .responsiveTituloGaleriaCentrada {
    margin-left: 0px;
  }

  .responsiveImageNoticiaCentrada {
    /* margin-left: -15px; */
  }

  .responsiveTextoNoticiasGaleria {
    padding-left: 15px !important;
  }

  .tamañoImgNoticia {
    width: 100%;
    height: auto;
  }

  .textoDescriptivoNoticias_noPadding {
    padding: 0px;
  }

  .responsiveTituloNoticiaCentrada {
    margin-left: 0px;
  }

  .responsiveTextoNoticiaCentrada {
    margin-left: 0px !important;
    margin-bottom: 25px;
  }
}

@media (min-width: 360px) and (max-width: 767px) {
  .sinPaddingflorestas {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
  }

  .nopaddingresponsive {
    margin-left: -15px;
    margin-right: -15px;
  }
  .img-fluid {
    left: 0px !important;
    width: 100% !important;
    height: 100% !important;
  }
  .responsive_url_seg {
    word-wrap: break-word;
    padding-right: 10px;
  }
  .conPaddingitem1 {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
  }

  .conPaddingitem2 {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
  }

  .menuppal_container .mainMenu__search {
    background-color: #fff !important;
  }
  .conPaddingitem3 {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
  }
  .menuppal_container .mainMenu__search {
    background-color: #fff;
  }

  .conPaddingitem4 {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
  }

  /* Responsive Noticias  */
  .verMaisNoticiasSaladeImprensa {
    margin-left: -15px;
    padding-left: 15px;
    margin-top: 0px;
  }

  .tituloGaleriaDeImagenes h3 {
    padding-left: 30px !important;
  }

  .responsiveimagenoticias {
    margin-left: -7px;
  }

  .responsivetituloticias {
    padding-left: 35px;
  }

  .responsivetextoticias {
    padding-bottom: 40px;
  }

  .responsiveTituloGaleriaCentrada {
    /* margin-left: -15px; */
  }

  .nopadding_responsive_GaleriaNoticias {
  }

  .responsiveImageNoticiaCentrada {
    /* margin-left: -15px; */
  }

  .tamañoImgNoticia {
    width: 100%;
    height: auto;
  }

  .responsiveTituloNoticiaCentrada {
    /* margin-left: -15px; */
  }

  .responsiveTextoNoticiaCentrada {
    /* margin-left: -15px !important; */
    margin-bottom: 30px;
  }

  .textoDescriptivoNoticias_noPadding {
    margin-left: 15px;
    padding: 0px;
  }

  .hr2 {
    border-left: 1px solid #6e6259;
    height: 20px;
  }

  .hr2 {
    border-left: 1px solid #6e6259;
    height: 20px;
  }

  .responsiveimgcarrosel {
    width: 100px !important ;
    height: 70px !important;
  }
  .responsivetitulos {
    font-size: 20px !important ;
    font-weight: Bold !important ;
  }
  .responsivetestimonios {
    margin-left: -15px;
  }

  .ncPaddingbottom {
    padding-bottom: 40px !important ;
  }
  .paddingpesquisa {
    padding-left: 35px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .nopaddingresponsive {
    margin-left: -25px;
    margin-right: -25px;
  }

  .img-fluid {
    left: 0px !important;
    width: 100% !important;
    height: 100% !important;
  }
  .conPaddingitem1 {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
  }
  .conPaddingitem2 {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
  }
  .conPaddingitem3 {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
  }

  .conPaddingitem4 {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
  }

  .responsivetestimonios {
    margin-left: -15px;
  }

  .paddingpesquisa {
    padding-left: 35px !important;
  }

  .texto_dentro_imagen_comunidades {
    font-size: 12px;
    padding-left: 14%;
  }
}

@media (min-width: 360px) and (max-width: 550px) {
  .texto_dentro_imagen_comunidades {
    font-size: 12px;
    padding-left: 17%;
  }
  /* Responsive Noticias  */
  .verMaisNoticiasSaladeImprensa {
    margin-left: -15px;
    padding-left: 15px;
    margin-top: 0px;
  }

  .responsiveimagenoticias {
    margin-left: -7px;
  }

  .responsivetituloticias {
    padding-left: 35px;
  }
  .responsivetextoticias {
    padding-bottom: 40px;
  }

  .responsiveTituloGaleriaCentrada {
    margin-left: -15px;
  }

  .responsiveImageNoticiaCentrada {
    margin-left: -15px;
  }

  .responsiveTituloNoticiaCentrada {
    margin-left: -15px;
  }

  .responsiveTextoNoticiaCentrada {
    margin-left: -15px !important;
    margin-bottom: 25px;
  }
}

@media (min-width: 993px) and (max-width: 1199px) {
  /* Responsive Noticias  */
  .verMaisNoticiasSaladeImprensa {
    margin-left: 0px;
  }

  .tituloGaleriaDeImagenes h3 {
    padding-left: 35px;
  }

  .responsiveimagenoticias {
    margin-left: -7px;
  }

  .responsivetituloticias {
    padding-left: 35px;
  }

  .responsivetextoticias {
    padding-bottom: 40px;
  }

  .responsiveTituloGaleriaCentrada {
    margin-left: 15px;
  }

  .responsiveImageNoticiaCentrada {
    margin-left: 15px;
  }

  .responsiveTituloNoticiaCentrada {
    margin-left: 15px;
  }

  .responsiveTextoNoticiaCentrada {
    margin-left: -15px !important;
    margin-bottom: 25px;
  }
}

@media (min-width: 1200px) {
  /* Responsive Noticias  */
  .verMaisNoticiasSaladeImprensa {
    margin-left: 20px;
  }

  .responsiveimagenoticias {
    margin-left: -7px;
  }

  .responsivetituloticias {
    padding-left: 35px;
  }
  .responsivetextoticias {
    padding-bottom: 40px;
  }

  .responsiveTituloGaleriaCentrada {
    margin-left: 0px;
  }

  .responsiveImageNoticiaCentrada {
    margin-left: 10px;
  }

  .responsiveTituloNoticiaCentrada {
    margin-left: 10px;
  }

  .responsiveTextoNoticiaCentrada {
    margin-left: 10px !important;
    margin-bottom: 25px;
  }
}

@media (min-width: 551px) and (max-width: 767px) {
  .texto_dentro_imagen_comunidades {
    font-size: 12px;
    padding-left: 25%;
  }
}

.secondLevel_menu {
  height: 200px !important;
}

@media (max-width: 1171px) {
  .secondLevel {
    height: 100px !important;
  }

  .menu-modal .menu .customDropdown.open > ul,
  .menu-modal .menu .customDropdown.open > div {
    height: 0px !important;
  }
}

.grisito {
  background-color: #f0f0f0 !important;
}

@media (max-width: 320px) {
  .margenAuto {
    margin: auto !important;
  }
}

@media (max-width: 515px) {
  .reducedText h3 {
    font-size: 4vw !important;
  }

  .reducedText p {
    font-size: 3vw;
  }
}

@media (min-width: 515px) and (max-width: 767px) {
  .reducedText h3 {
    font-size: 5vw !important;
  }

  .reducedText p {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .destacadoSecundario .contenido .paddingContato {
    padding-left: 15px !important;
  }
  header .header_containerMenu-logo {
    height: 49px;
  }
}

@media (min-width: 375px) and (max-width: 767px) {
  .texto-nosso_modelo {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .paddingDeQuince767 {
    padding-left: 15px;
  }
  .sinPaddingVertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .divEnlaces {
    margin-left: 15px;
  }
  .galeriaDeVideos {
    margin: 15px;
  }
  #imagen_Trabalhe {
    margin: auto;
  }
  .Result_Numbers {
    font-size: 23px !important;
  }
  .Result_Numbers_post,
  .sosmaintro {
    font-size: 20px !important;
  }
  .title,
  .title p,
  .title h1,
  .ajusteH3,
  .imagetitleResponsivo,
  .titulo,
  .tituloInformeDeSustentabilidade h2,
  .numeroTitulo h2,
  .tituloResponsivo,
  .title_Name_Regular h1,
  .Title_Slider h3 {
    font-size: 25px !important;
    padding: 0;
  }
  .ajusteH2,
  .titlemar,
  .title_Section h3,
  .depoisubtitle,
  .Subtitle_Slider h4 {
    font-size: 30px !important;
  }
  .ajusteHomeNossas,
  .subtitlelinkrelacionado p,
  .subtitlelinkrelacionado,
  .ODS_Tag,
  .div_enlaces_interes h3 {
    font-size: 16px !important;
  }

  /*.linksRelacionados  a, .responsivetestimonios p, .enlace_interes a, .linktext{
        font-size: 14px !important;
    }*/
  .textoIzquierda {
    text-align: left !important;
  }
  .centrarTexto {
    text-align: center !important;
  }
  
  .parrafoNormal,
  .description,
  .descripcion,
  .highlight,
  .description-nossas_atividades,
  .parrafosContacto,
  #resaltadoContato a,
  .description-coneca,
  .highlight,
  .destacadoSecundario .contenido p,
  .texto,
  .containerOverImage p,
  #titulos_contenido,
  .textintro,
  #urlmar,
  .Intro_Results,
  .textoNoticia a,   .parrafoCarrusel {
    font-size: 15px;
  }
  .parrafoNormalImportant,
  .textintro,
  .Text,
  .Result_Text,
  .url {
    font-size: 15px !important;
  }
  .textoCursiva,
  .imagedescription,
  .texto-nosso_modelo p {
    font-size: 13px !important;
  }


  
  .autor,
  .puestoDeTrabajo,
  .responsiveobjetivositems {
    font-size: 11px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .reducedText h3 {
    font-size: 2.8vw !important;
  }

  .reducedText p {
    font-size: 1.2vw;
  }

  .destacadoSecundario .contenido .paddingContato {
    padding-left: 15px !important;
  }
}

@media (max-width: 1199px) {
  .quitTopPadding {
    padding-top: 0 !important;
  }
}

/* prueba estilos svg */
.prueba_svg {
  width: 28px;
  height: 28px;
  top: 50%;
  left: 50%;
}

/* Galeria Multimidia  */

.destacadoRelacional .destacado .contenido h3.titulosGaleriaMultimidia {
  font-family: Titillium Web;
  font-size: 22px;
  margin: 10px 0px;
}

.destacadoRelacional .destacado .contenido.descripcionGaleria {
  margin-bottom: 20px;
  padding: 0px 25px;
}

.enlaceGaleria a {
  font-family: Titillium Web;
  font-size: 14px;
  color: #ff7b00;
  text-decoration: none;
}

.enlaceGaleria a:hover,
.borderTop h4 a:hover,
.contenido .align a:hover {
  text-decoration: none !important;
}

.cuadradoPlanoSustentabilidade {
  padding-bottom: 15px;
}
.img-fluid {
  left: 0px !important;
  width: 100% !important;
  height: 100% !important;
}
.destacadoSecundario .contenido .paddingContato {
  padding-left: 0%;
}

.sinPaddingEscritorio {
  padding-left: 0px;
  padding-right: 0px;
}

.conPaddingitem1 {
  vertical-align: middle;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
}
.conPaddingitem2 {
  padding-top: 10px;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
}

.conPaddingitem3 {
  padding-top: 10px;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
}
.conPaddingitem4 {
  padding-top: 23px;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
}
@media (max-width: 992px) {
  #nossasAtividadesImage {
    width: 100% !important;
    max-width: auto !important;
  }
  .padding15px {
    padding-left: 15px;
  }
}

@media (max-width: 1170px) {
  .sub-menu .secondLevel_menu {
    margin-left: 30px !important;
  }
  li.customDropdown.firstLevelMenuDropDown:hover {
    background: linear-gradient(
      to bottom,
      #fff 100%,
      rgba(205, 19, 191, 0) 20%
    ) !important;
  }

  .menu-modal li.customDropdown.nextLevelElement.secondLevelMenuDropDown.open {
    background: #fff;
  }

  .menu-modal .customDropdown_secondLevelButton {
    font-size: 13px;
  }
  .menu-modal .thirdLevel li.customDropdown .thirdLevelElement {
    font-size: 13px;
  }
}

/* Clase para el tamaño de la imagen de los tags de la página Pesquisa */

.resultados_busqueda .descripcion .tag_image {
  width: 25px;
  height: 21px;
}

/* Clase para asegurar que el contenido tiene un fondo gris */
.grisImportant {
  background-color: #f0f0f0 !important;
}

/* @media (max-width: 359px) {
  .verMaisNoticiasSaladeImprensa {
    padding-left: 0px;
  }

  .sinPaddingGaleriNoticias {
    padding: 0px 15px !important;
  }
}

@media (min-width: 360px) and (max-width: 767px) {
  .verMaisNoticiasSaladeImprensa {
    padding-left: 0px;
  }

  .sinPaddingGaleriNoticias {
    padding: 0px 5px !important;
  }
} */

/* L */

.ncPaddingbottom {
  margin-bottom: -35px !important  ;
}

@media (min-width: 359px) and (max-width: 380px) {
  .sinPaddingCarroselFlorestas {
    margin-left: -21px !important;
  }
}

.responsiveimgcarrosel {
  width: 330px;
  height: 200px;
}

.div_enlaces_interes {
  padding-left: 2%;
}

.paddingitemizqaquario {
  margin-top: -50px;
}
@media (max-width: 1170px) {
  .thirdLevelElement {
    padding: 1em 1em 1em 5em !important;
  }
}
#colocarflechamar p {
  display: inline;

  margin-right: -30px;
  font-size: 12px;
}

#colocarflechaflorestas p {
  display: inline;

  margin-right: -35px;
  font-size: 12px;
}
@media (max-width: 1170px) and (min-width: 993px) {
  #menu_Responsivo {
    margin-left: 1%;
    padding-right: 0%;
    width: 98% !important;
  }
  .botonMenu {
    margin-top: 17px !important;
  }
}

.paddingpesquisa {
  padding-left: 50px;
}

.breadcrumbAlignLogo {
  width: 100%;
  margin: auto;
  max-width: 1170px;
}

#realModal, #realModal1,
#realModalMapa, #realModal1 {
  padding-top: 125px !important;
}

.quitarFlecha::-ms-expand {
  display: none;
}

/* Nossas Diretrizes */

/* Efecto hover nosso modelo de sustentabilidade */
.contenedorNossoModeloImagen {
  position: relative;
}

.Intro_Titulo_carrosel {
  font-family: Titillium Web;
  font-weight: 400;
  font-size: 28px;
  /* sprint 5
        font-weight: Normal;
        font-size: 36px; */
  color: #6e6259;
}
.img_nosso_modelo {
  display: block;
  width: 100%;
  height: auto;
}

.ImgOverlay {
  position: absolute;
  bottom: 0;

  left: 0;
  right: 0;
  background-color: #ff8200;

  overflow: hidden;

  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.contenedorNossoModeloImagen:hover .ImgOverlay {
  height: 100%;
}

.textImg5 {
  color: white;
  font-size: 16px;
  position: relative;
  top: 50%;
  left: 50%;
  padding-left: 20px;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.textImg6 {
  color: white;
  font-size: 28px;
  position: relative;
  top: 50%;
  left: 50%;
  padding-left: 20px;
  padding-bottom: 10px;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  margin: 0.67em 0;
  font-weight: bold;
  font-family: Titillium web;
}

.imageazul {
  padding-top: 12px;

  margin-left: 35px;
  padding-bottom: 10px;
}

@media (min-width: 993px) and (max-width: 1199px) {
  .texto-nosso_modelo {
    padding-right: 40px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .textImg6 {
    color: white;
    font-size: 45px;
    position: relative;
    top: 50%;
    left: 50%;
    padding-left: 20px;
    padding-bottom: 10px;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    margin: 0.67em 0;
    font-weight: bold;
    font-family: Titillium web;
  }

  .textImg5 {
    color: white;
    font-size: 25px;
    position: relative;
    top: 50%;
    left: 50%;
    padding-left: 20px;
    padding-bottom: 10px;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    margin: 0.67em 0;
    font-weight: bold;
    font-family: Titillium web;
  }

  .imageazul {
    padding-right: 30px;
  }

  .texto-nosso_modelo {
    padding-left: 65px;
    padding-right: 40px;
    margin-top: -30px;
  }

  .containerOverImage p {
    font-size: 45px;
  }

  .imagenipad {
    width: 100%;
  }
}

@media (max-width: 359px) {
  .destacadoSecundario .contenido .highlight {
    font-size: 20px !important;
  }

  .textImg6 {
    font-size: 16px !important;
  }

  .textImg5 {
    font-size: 12px !important;
  }
}

@media (min-width: 360px) and (max-width: 767px) {
  .destacadSecundario .contenido .highlight {
    font-size: 20px !important;
  }

  .textImg6 {
    color: white;
    font-size: 25px;
    position: relative;
    top: 50%;
    left: 50%;
    padding-left: 20px;
    padding-bottom: 10px;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    margin: 0.67em 0;
    font-weight: bold;

    font-family: Titillium web;
  }

  .textImg5 {
    color: white;
    font-size: 12px;
    position: relative;
    top: 50%;
    left: 50%;
    padding-left: 20px;
    padding-bottom: 10px;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    margin: 0.67em 0;
    font-weight: bold;
    font-family: Titillium web;
  }

  .imageazul {
    margin-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
  }

  .texto-nosso_modelo {
    padding-left: 15px;
    padding-right: 25px;
    margin-top: -30px;
  }

  .containerOverImage p {
    font-size: 25px;
  }
}

@media (min-width: 1280px) {
  #imagen_Fondoazul {
    margin-right: 0px !important;
  }

  #texto_Fondoazul {
    max-width: 600px !important;
  }
}

/* ESTILOS UTILIZADOS EN RESPONSIVOS DE COMUNIDADES... */

@media(max-width:360px){
  .responsiveobjetivos, .responsivetestimonios{
      margin: 0 !important;
  }
}
@media (max-width: 992px){
    .destacadoSecundarioSM{
        margin-left: 0px !important;
        padding-left: 0px;
    }
    #ocultar_Mapa{
        display: none!important;
    }

    #mostrar_Mapa{
        display: block!important;
    }

    #titulo_Pagina{
        font-size: 20px!important;
        margin-bottom: 5px!important;
    }

    #subtitulo_Pagina{
        font-size: 23px!important;
    }

    .subtitlemarprojeto{
        padding-top: 0px!important;
        font-size: 23px!important;
        font: bold!important;
    }

    .linktext{
        font-size: 14px!important;
        margin-bottom: 0px!important;
        padding-top: 0px!important;
    }

    #titulo_Resultados{
        font-size: 25px!important;
    }

    #newImg{
        width: 100%!important;
    }

    #oldImg{
        width: 100%!important;
    }

    #myImg{
        right: 0%!important;
        bottom: 6%!important;
    }

    #ampliar_Imagen{
        width: 50%!important;
    }

    .imagenazulextension{
        width: 100%!important;
        padding-left: 3%!important;
    }

    .ODS_Tag{
        font-size: 13px!important;
    }

    #titulo_Declaraciones{
        padding-left: 0px!important;
    }

    #titulo_Opiniones{
        padding-bottom: 0px!important;
    }

    #centrar_Horizontalmente{
        display: flex;
        justify-content: center;
    }

    #centrar_Texto{
        text-align: center;
    }

    #titulo_Carrusel{
        padding-left: 0px!important;
    }

    #subtitulos_Carrusel{
        font-size: 23px!important;
    }

    #subtitulo_Galeria{
        font-size: 15px!important;
    }

    #titulo_Links{
        font-size: 23px!important;
    }

    .responsiveimgcarrosel{
        width: 90%!important;
        height: auto!important; 
    }

    #descripcion_Resultado{
        font-size: 4vw!important;
    }

    .Result_Numbers_post{
        font-size: 6vw!important;
    }

    .Result_Numbers{
        font-size: 7vw!important;
    }

    #padding_Resultados{
        padding-bottom: 15px!important;
    }

    .imagen_Testimonio{
        padding-bottom: 15px!important;
    }

}

/* FINALIZADOS LOS ESTILOS UTILIZADOS EN RESPONSIVOS DE COMUNIDADES */

.object-fit_cover { 
    max-height: 200px;
    object-fit: cover;
    max-width: 300px;
    position:absolute;
    top:0;
    bottom:0;
    right: 0;
    left: 0;
    margin:auto;
  }
  
.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

@media(max-width: 992px){
    .object-fit_cover{
      max-height: 120px;
    }
  }

  @media(max-width: 450px){
    .object-fit_cover{
      max-height: 60px;
    }

  }

  #newImgGaleria{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 85%;
    max-height: 85%;
    object-fit: cover;
    overflow: hidden;
  }

  @media(min-width: 992px){
    #realModalGaleria{
      padding-top: 200px;
    }
  }

  /*CARRUSELES GALERIAS COMUNIDADEs*/
  .MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item>div {
    text-align: center;
    background: #f1f1f1;
    color: #666;
    max-width: 300px;
    max-height: 200px;
    position: relative;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
    left: 0;
}

.MultiCarousel .rightLst {
    right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    pointer-events: none;
    background: #ccc;
    display: none;
}
.pad15 {
    margin: 10px;
    height: 220px;
    margin-left: 29px;

  }
  .correccionEnlaceInforme{
    font-size: 23px!important;
    color: #6e6259 !important;
  }

  @media(max-width:1200px){
    .pad15{
      height: 150px;
    }
    .object-fit_cover{
      max-width: 220px;
      max-height: 150px;
    }
  }

  @media(max-width:790px){
    .pad15{
      height: 100px;
    }
    .object-fit_cover{
      max-width: 160px!important;
      max-height: 150px;
      position: absolute!important;
      margin-right: -3%!important;
      margin-left:0px;
    }
    .MultiCarousel{
      width: 92%;
      margin-left: 30px;
    }
    .carruselFlechaIzquiedaComunidades{
      margin-left: 32px!important
    }

}

  @media(max-width:580px){
    .pad15{
      height: 80px;
    }
    .object-fit_cover{
      max-width: 124px!important;
      max-height: 150px;
      position: absolute!important;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin-right: -40%!important;
      margin-left:0px;

    }
    .MultiCarousel{
      width: 92%;
      margin-left: 30px;
    }

}

@media(max-width:450px){
  .pad15{
    height: 55px;
  }
  .object-fit_cover{
    max-width: 95px!important;
    max-height: 150px;
    position: absolute!important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-right: -40%!important;
    margin-left:0px;
    padding-right: 9px;

  }
  .carruselFlechaIzquiedaComunidades{
    margin-left: 18px!important
  }
  .MultiCarousel{
    width: 92%;
    margin-left: 30px;
  }

}

@media(max-width:376px){
  .pad15{
    height: 55px;
    margin: 0 !important;
    margin-left: 9px;
  }
  .object-fit_cover{
    max-width: 75px!important;
    max-height: 150px;
    position: absolute!important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-right: -40%!important;

  }
  .MultiCarousel{
    width: 92%;
    margin-left: 15px;
  }
}


@font-face {
  font-family: "Roboto-Regular";
  src: url('./assets/fonts/Roboto-Regular.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}
