@charset "UTF-8";
/* Vendors */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Encode+Sans:wght@300;400;500;600;700&display=swap");
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

*::selection {
  background-color: #0078D7;
  color: white;
}

* {
  padding: 0;
  margin: 0;
  font-family: inherit;
  list-style: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
}

body {
  font-family: sans-serif;
}

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

button:hover {
  cursor: pointer;
}

textarea {
  resize: none;
}

ul {
  padding: 0;
  margin: 0;
}

fieldset {
  border: none;
}

svg {
  max-width: 100%;
  max-height: 40vh;
  object-fit: contain;
}

/* Configs */
/* PATHS */
/* Globals */
.blue {
  background-color: #5199db !important;
}

.gray {
  background-color: #aaa !important;
}

.view-publicaciones .view-footer {
  order: 1;
}

div[role=main] {
  min-height: 80vh;
}

body .slider-home .carousel .carousel-inner .carousel-caption .inner-caption.text-right a:active,
body .slider-home .carousel .carousel-inner .carousel-caption .inner-caption.text-right a:focus {
  color: white !important;
}

.view-publicaciones .view-footer {
  order: 2;
}

.view-publicaciones .view-content {
  order: 1;
}

.page-node-type-mensajes-atfm .content > .field.field--name-field-numero-de-mensaje {
  float: left;
  width: 100%;
  background: #0072bb;
  padding: 15px 25px;
  color: white;
  width: 100%;
  color: white;
  font-size: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  border: 1px solid #0072bb;
  border-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.view-publicaciones .views-row .field-content .file a {
  font-size: 13px;
}

.page-node-type-mensajes-atfm .content > .field:nth-last-child(1) {
  padding-bottom: 25px;
  border-bottom: 1px solid #0072bb;
}

.contenido-container-mensaje a:hover {
  color: white !important;
}

.contenedor-mensaje.FIR-ident a,
.contenedor-mensaje.AerÃƒÂ³dromos-ident a {
  bottom: 25px;
  left: 25px;
  text-transform: uppercase;
  background: #0072bb;
  border: none;
  padding: 12px 15px;
  color: white;
  position: relative;
  display: inline-block;
  margin-top: 15px;
  font-size: 15px;
  border-radius: 4px;
}

.contenedor-mensaje.FIR-ident a:hover,
.contenedor-mensaje.FIR-ident a:active,
.contenedor-mensaje.FIR-ident a:focus,
.contenedor-mensaje.AerÃƒÂ³dromos-ident a:hover,
.contenedor-mensaje.AerÃƒÂ³dromos-ident a:hover,
.contenedor-mensaje.AerÃƒÂ³dromos-ident a:focus {
  color: white !important;
}

.block-views-blockservicios-block-1 .js-view-dom-id-058cc8681d8dedb13d463cacd910dd324c1c79503a5c22b4c2fa563a461808c1 li:nth-of-type(1) span a {
  color: #fd4f00 !important;
}

body .slider-home .carousel .carousel-inner .carousel-caption .inner-caption a:active,
body .slider-home .carousel .carousel-inner .carousel-caption .inner-caption a:focus {
  color: white !important;
}

div#mensaje-atfm div#showFullScreenService {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

div#mensaje-atfm div#showFullScreenService {
  margin-top: 30px;
  margin-bottom: 20px;
}

div#mensaje-atfm div#showFullScreenService img {
  margin-right: 15px;
  margin-left: 0;
}

div#mensaje-atfm div#showFullScreenService p:hover {
  color: #0072bb;
}

.page-node-type-mensajes-atfm .content > .field:nth-of-type(2) {
  padding-top: 30px;
}

.view-publicaciones .views-row:nth-of-type(1):before {
  content: "Descarga de PDF";
}

.page-node-type-mensajes-atfm .content > .field.field--name-field-numero-de-mensaje:before {
  content: "#";
}

.page-node-type-mensajes-atfm .content > .field {
  float: left;
  width: 100%;
  padding-left: 25px;
  padding-bottom: 10px;
  border-left: 1px solid #0072bb;
  border-right: 1px solid #0072bb;
}

.page-node-type-mensajes-atfm .content > .field .field--label {
  float: left;
  margin-right: 7px;
  font-size: 15px;
}

.page-node-type-mensajes-atfm .content > .field .field--item {
  font-size: 15px;
}

.page-node-type-mensajes-atfm .content > .field .field--label:before {
  content: ":";
  float: right;
}

form#views-exposed-form-publicaciones-page-1 a.filters-wrapper-toggle:before {
  margin-right: 7px;
}

form#views-exposed-form-publicaciones-page-1 a.filters-wrapper-toggle {
  display: none;
}

.view-publicaciones .views-row .views-field-nothing .contenedor-mensaje .header-mensaje h1 a,
.view-publicaciones .views-row .views-field-nothing .contenedor-mensaje .header-mensaje h1 a:hover {
  color: white !important;
}

.view-publicaciones .view-header {
  height: 74vh;
}

.path-servicios .view-footer {
  margin-top: 0 !important;
}

.path-servicios .view-publicaciones {
  padding-bottom: 0;
}

.path-servicios div#mensaje-atfm div#showFullScreenService {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}

.path-servicios .view-footer {
  margin-top: 15px;
}

body.path-servicios section.block-views.block-views-blocksecciones-block-2 {
  margin-top: 20px;
}

.view-publicaciones .view-header .row,
.view-publicaciones .view-header .row .col-md-12 {
  height: 100%;
}

div#edit-actions {
  float: left;
  width: 100%;
  text-align: center;
}

.view-publicaciones .views-row {
  width: 32%;
  margin: 0 0.6% 20px;
  border: 1px solid #0072bb;
  border-radius: 5px;
  margin-left: 15px;
}

.view-publicaciones .view-content {
  display: block !important;
  width: 100%;
}

.view-publicaciones .views-row .views-field-nothing .contenedor-mensaje .header-mensaje {
  height: 55px;
  background: #0072bb;
  padding: 15px 25px;
  border: 0px solid;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.view-publicaciones .views-field.views-field-nothing {
  height: 100%;
}

body.path-frontpage .container .bs-region--left article.novedades-destacadas .post-home-featured-header, body.path-frontpage footer#footer > div .bs-region--left article.novedades-destacadas .post-home-featured-header {
  padding: 14px !important;
  height: auto !important;
}

.view-publicaciones .contenedor-mensaje.FIR-ident {
  height: 100%;
  position: relative;
}

.view-publicaciones .views-row .views-field-nothing .contenedor-mensaje .header-mensaje h1 {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  color: white;
  font-size: 25px;
}

.view-publicaciones .view-header {
  height: 74vh;
  order: 3;
}

.view-publicaciones .view-content {
  order: 1;
}

.view-publicaciones .views-row .field-content .file *:hover {
  color: white !important;
}

.view-publicaciones .views-row .field-content .file:hover {
  background: #2582ce;
}

.view-publicaciones {
  padding-bottom: 60px;
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}

body .slider-home .carousel .carousel-inner .carousel-caption .inner-caption a:hover {
  background: #2d5c8b;
}

.path-servicios .view-publicaciones .view-header {
  order: 1;
  height: auto;
}

.path-servicios .view-publicaciones .view-header div#mensaje-atfm .col-md-12 {
  padding-left: 0;
}

.path-servicios .view-publicaciones .view-content {
  order: 3;
  margin-top: 25px;
}

article.novedades.full {
  position: relative;
}

.path-node.page-node-type-novedades .region.region-content .content {
  position: relative;
}

.view-publicaciones .views-row .views-field-nothing .contenedor-mensaje .contenido-container-mensaje {
  padding: 25px;
}

nav.pager-nav.text-center {
  float: left;
  width: 100%;
}

body .container .row .contrataciones .region-content #block-plandeinscripcion .btn-success:focus, body footer#footer > div .row .contrataciones .region-content #block-plandeinscripcion .btn-success:focus,
body .container .row .contrataciones .region-content #block-plandeinscripcion .btn-success:visited,
body footer#footer > div .row .contrataciones .region-content #block-plandeinscripcion .btn-success:visited,
body .container .row .contrataciones .region-content #block-plandeinscripcion .btn-success:active,
body footer#footer > div .row .contrataciones .region-content #block-plandeinscripcion .btn-success:active {
  color: white !important;
}

.view-publicaciones .views-row {
  width: 100% !important;
  margin: 0 0.6% 20px;
  border: none !important;
  border-radius: 5px;
}

.view-publicaciones {
  padding-bottom: 60px;
  float: left;
  width: 100%;
}

@-webkit-keyframes hover-rss-dark {
  0% {
    background-color: #5199db;
  }
  100% {
    background-color: #3765a2;
  }
}

@keyframes hover-rss-dark {
  0% {
    background-color: #5199db;
  }
  100% {
    background-color: #3765a2;
  }
}
@-webkit-keyframes hover-rss-light {
  0% {
    background-color: #5AB3E7;
  }
  100% {
    background-color: #3765a2;
  }
}
@keyframes hover-rss-light {
  0% {
    background-color: #5AB3E7;
  }
  100% {
    background-color: #3765a2;
  }
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes oscurecer {
  from {
    filter: brightness(1);
  }
  to {
    filter: brightness(0.7);
  }
}
@keyframes oscurecer {
  from {
    filter: brightness(1);
  }
  to {
    filter: brightness(0.7);
  }
}
@-webkit-keyframes fondo {
  0% {
    background-color: #f1f1f1;
    color: #0072bb;
  }
  100% {
    background-color: #598cbf;
    color: #fff;
  }
}
@keyframes fondo {
  0% {
    background-color: #f1f1f1;
    color: #0072bb;
  }
  100% {
    background-color: #598cbf;
    color: #fff;
  }
}
body.path-frontpage .slider-home .container, body.path-frontpage .slider-home footer#footer > div {
  width: 100% !important;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white !important;
  border: none !important;
  border-bottom: solid #7bb1e8 1px !important;
  border-radius: 0 !important;
  margin-bottom: 0px !important;
  padding: 0 !important;
  height: 81px;
  min-height: inherit !important;
  z-index: 999;
}

header.navbar {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
}

body.user-logged-in header.navbar {
  position: relative;
}

body.user-logged-in .contextual-region {
  position: inherit;
}

body.user-logged-in .main-container.js-quickedit-main-content {
  position: relative;
  z-index: 999;
}

body.user-logged-in header.navbar {
  position: relative;
}

body.user-logged-in #panels-ipe-tray {
  z-index: 99999 !important;
}

.ui-autocomplete {
  z-index: 99999 !important;
}

header .navbar-brand {
  display: none;
}

header .container .menu-left .navbar-header .menu-desktop-items, header footer#footer > div .menu-left .navbar-header .menu-desktop-items {
  float: left;
}

header .menu-desktop-items .region-navigation-collapsible ul li a .caret {
  display: none;
}

header .navbar-collapse .region-navigation-collapsible ul li a:hover,
header .navbar-collapse .region-navigation-collapsible ul li a:focus,
header .menu-desktop-items .region-navigation-collapsible ul li a:hover,
header .menu-desktop-items .region-navigation-collapsible ul li a:focus {
  text-decoration: none;
  outline: none;
}

header .navbar-collapse.collapse {
  padding: 30px 0;
}

header .navbar-collapse.collapse #block-eana-main-menu {
  display: none;
}

header .navbar-collapse.collapse #block-menuresponsive .navbar-collapse {
  padding: 0px;
}

header .navbar-header .region-navigation {
  float: left;
}

header .container, header footer#footer > div {
  display: flex;
  align-items: center;
  position: relative;
}

.row > div {
  margin-bottom: 20px;
}

header .container .menu-left, header footer#footer > div .menu-left {
  padding: 0;
}

header .container .menu-left ul li a:hover, header footer#footer > div .menu-left ul li a:hover {
  color: #5ab5e7;
}

header .container .menu-left .ministerio-responsive, header footer#footer > div .menu-left .ministerio-responsive {
  display: none;
}

header .container .menu-responsive-items, header footer#footer > div .menu-responsive-items {
  display: none;
}

header .container .menu-right, header footer#footer > div .menu-right {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
}

header .container .menu-right ul, header footer#footer > div .menu-right ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-left: 16px;
}

header .container .menu-right ul li, header footer#footer > div .menu-right ul li {
  float: left;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .container .menu-right ul li:hover, header footer#footer > div .menu-right ul li:hover {
  cursor: pointer;
}

header .container .menu-right ul li:nth-child(1), header footer#footer > div .menu-right ul li:nth-child(1),
header .container .menu-right ul li:nth-child(2),
header footer#footer > div .menu-right ul li:nth-child(2) {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .container .menu-right ul li:nth-child(3), header footer#footer > div .menu-right ul li:nth-child(3),
header .container .menu-right ul li:nth-child(4),
header footer#footer > div .menu-right ul li:nth-child(4) {
  border-right: 1px solid #fff;
}

header .container .menu-right ul li:nth-child(3):hover, header footer#footer > div .menu-right ul li:nth-child(3):hover {
  -webkit-animation-name: hover-rss-dark;
          animation-name: hover-rss-dark;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

header .container .menu-right ul li:nth-child(4):hover, header footer#footer > div .menu-right ul li:nth-child(4):hover {
  -webkit-animation-name: hover-rss-light;
          animation-name: hover-rss-light;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

header .container .menu-right .navbar-right, header footer#footer > div .menu-right .navbar-right {
  margin-right: 0;
}

header .search-box .form-actions {
  display: none;
}

header .container .search-box .fa.fa-search.btn-default, header footer#footer > div .search-box .fa.fa-search.btn-default {
  display: none;
}

header .container .search-box #filters-wrapper, header footer#footer > div .search-box #filters-wrapper {
  border: none;
  padding: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  width: 100%;
  display: block;
}

#filters-wrapper > div.form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-keywords.js-form-item-keywords.form-group {
  width: 100%;
}

header .container .search-box.is-opened, header footer#footer > div .search-box.is-opened {
  display: block;
}
@media (max-width: 1200px) {
  header .container .search-box.is-opened, header footer#footer > div .search-box.is-opened {
    display: none;
  }
}

header .container .search-box .control-label, header footer#footer > div .search-box .control-label,
header .container button#edit-submit-search,
header footer#footer > div button#edit-submit-search {
  display: none;
}

header .container .search-box input, header footer#footer > div .search-box input {
  background-color: white;
  border: 1px solid #5AB3E7;
  width: 100%;
  height: 40px;
  color: #222;
  padding: 0px 10px;
  display: none;
}

header .container .search-box input:focus, header footer#footer > div .search-box input:focus {
  outline-offset: -2px;
}

header .container #social-links, header footer#footer > div #social-links {
  width: 200px;
  height: 40px;
  float: right;
  background-color: #5199db;
  position: absolute;
  margin-right: 15px;
  top: 100%;
  right: 40px;
  text-align: center;
  padding: 7px 0;
  display: none;
}

header .container #social-links.is-opened, header footer#footer > div #social-links.is-opened {
  display: block !important;
}

header .container #social-links ul.social-icons, header footer#footer > div #social-links ul.social-icons,
header .container #social-links-mobile ul.social-icons,
header footer#footer > div #social-links-mobile ul.social-icons {
  font-size: 16pt;
  line-height: 0px;
  list-style: none;
  margin: 0;
}

header .container #social-links ul.social-icons li, header footer#footer > div #social-links ul.social-icons li,
header .container #social-links-mobile ul.social-icons li,
header footer#footer > div #social-links-mobile ul.social-icons li {
  display: inline-block;
}

header .container #social-links ul.social-icons li a i, header footer#footer > div #social-links ul.social-icons li a i {
  background-color: #fff;
  color: #5599DB;
  border-radius: 50%;
  text-align: center;
  padding: 4px;
}

.slider-home {
  width: 100%;
  padding: 0;
}

.slider-home .container, .slider-home footer#footer > div {
  padding: 0;
}

.slider-home .row div {
  width: 100%;
}

.slider-home .carousel .carousel-control {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

.slider-home .carousel .carousel-control .glyphicon-chevron-left {
  width: auto;
  height: auto;
  margin-top: -25px;
  font-size: 24px;
  line-height: 50px;
}

.slider-home .carousel .carousel-control .glyphicon-chevron-right {
  width: auto;
  height: auto;
  margin-top: -25px;
  font-size: 24px;
  line-height: 50px;
}

.slider-home .carousel .carousel-control.left {
  left: 10px;
}

.slider-home .carousel .carousel-control.right {
  right: 10px;
}

.slider-home .carousel .carousel-inner .item img {
  min-width: 100%;
}

.slider-home .carousel .carousel-inner .carousel-caption {
  text-align: left;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 0;
  cursor: pointer;
}

.slider-home .carousel .carousel-inner .carousel-caption .inner-caption {
  width: 1171px;
  max-width: 1171px;
  margin: 13% auto;
  padding: 0px 30px;
}

body .slider-home .carousel .carousel-inner .carousel-caption .inner-caption h3 {
  margin: 0;
}

.slider-home .inner-caption div.col-sm-6.col-xs-6 {
  width: 50%;
}

body .slider-home .inner-caption.text-left div.col-sm-6.col-xs-6 .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: -100px;
}

.slider-home .inner-caption div.col-sm-6.col-xs-6 .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: -100px;
}

body .slider-home .inner-caption.text-left div.col-sm-6.col-xs-6 .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-home .inner-caption div.col-sm-6.col-xs-6 .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body .slider-home .carousel .carousel-inner .carousel-caption .inner-caption.text-right p {
  width: 100%;
}

body .slider-home .carousel .carousel-inner .carousel-caption .inner-caption.text-right a {
  float: right;
}

.slider-home .carousel .carousel-inner .carousel-caption .inner-caption a {
  text-shadow: none !important;
  float: left;
  margin-top: 20px;
  background: #0072bb;
  color: #fff;
  padding: 6px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

body .slider-home .carousel .carousel-inner .carousel-caption .inner-caption a:hover {
  text-decoration: none;
  color: #fff !important;
}

.slider-home .carousel .carousel-inner .carousel-caption h3 p {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  font-size: 30px;
  margin-top: 0% !important;
  margin-bottom: 0;
  font-weight: 400;
  text-shadow: none;
}

.slider-home .carousel .carousel-inner .carousel-caption h3 a {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.slider-home .carousel .carousel-inner .carousel-caption h3 a:hover {
  text-decoration: none;
}

.slider-home .carousel .carousel-inner .carousel-caption p {
  font-size: 15px;
  font-weight: 300;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

.slider-home .carousel .carousel-inner .carousel-caption p:nth-child(2) {
  display: none;
}

.container, footer#footer > div {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container.slider-home, footer#footer > div.slider-home {
  position: relative;
  overflow: hidden;
  background: #34495e;
  padding: 0px;
  margin-top: -4px;
}

.container.slider-home #views-bootstrap-slider-home-block-1, footer#footer > div.slider-home #views-bootstrap-slider-home-block-1 {
  position: relative;
  margin-top: -4px;
  max-height: 76vh;
  overflow: hidden;
}

.container .bs-region--left .servicios-responsive, footer#footer > div .bs-region--left .servicios-responsive {
  width: 100%;
}

body .container .bs-region--left .servicios-responsive .views-element-container, body footer#footer > div .bs-region--left .servicios-responsive .views-element-container {
  padding: 0;
}

body .container .bs-region--left .servicios-responsive .views-element-container .form-group .view-servicios, body footer#footer > div .bs-region--left .servicios-responsive .views-element-container .form-group .view-servicios {
  display: none;
}

body .container .bs-region--left .servicios-responsive .views-element-container .form-group .view-servicios ul, body footer#footer > div .bs-region--left .servicios-responsive .views-element-container .form-group .view-servicios ul {
  padding: 0;
  margin: 0;
  padding-top: 20px;
  list-style: none;
}

body .container .bs-region--left .servicios-responsive .views-element-container .form-group .view-servicios ul li .views-field, body footer#footer > div .bs-region--left .servicios-responsive .views-element-container .form-group .view-servicios ul li .views-field {
  display: flex;
  justify-content: center;
}

body .container .bs-region--left .servicios-responsive .views-element-container .form-group .view-servicios ul li .views-field .field-content a, body footer#footer > div .bs-region--left .servicios-responsive .views-element-container .form-group .view-servicios ul li .views-field .field-content a {
  color: #5AB3E7;
  font-size: 9pt;
  text-transform: uppercase;
}

body .container .bs-region--left .servicios-responsive .views-element-container .form-group .view-servicios ul li .views-field .field-content a:hover, body footer#footer > div .bs-region--left .servicios-responsive .views-element-container .form-group .view-servicios ul li .views-field .field-content a:hover {
  text-decoration: none;
  color: #337ab7;
}

.container .bs-region--left .block-region-left > div, footer#footer > div .bs-region--left .block-region-left > div,
.container .bs-region--left .block-region-left2 > div,
footer#footer > div .bs-region--left .block-region-left2 > div {
  padding-left: 0 !important;
}

body .container .bs-region--left .block-region-left > div:nth-child(3) .novedades-comun .novedades-comun-img, body footer#footer > div .bs-region--left .block-region-left > div:nth-child(3) .novedades-comun .novedades-comun-img,
body .container .bs-region--left .block-region-left2 > div:nth-child(3) .novedades-comun .novedades-comun-img,
body footer#footer > div .bs-region--left .block-region-left2 > div:nth-child(3) .novedades-comun .novedades-comun-img {
  float: right;
}

body .container .bs-region--left .block-region-left > div:nth-child(3) .novedades-comun .novedades-comun-img img, body footer#footer > div .bs-region--left .block-region-left > div:nth-child(3) .novedades-comun .novedades-comun-img img,
body .container .bs-region--left .block-region-left2 > div:nth-child(3) .novedades-comun .novedades-comun-img img,
body footer#footer > div .bs-region--left .block-region-left2 > div:nth-child(3) .novedades-comun .novedades-comun-img img {
  float: right;
}

.container .bs-region--left article, footer#footer > div .bs-region--left article {
  background-color: #f1f1f1;
  overflow: hidden;
  color: #0072bb;
  padding: 0 !important;
}

.container .bs-region--left article h2 a, footer#footer > div .bs-region--left article h2 a, .container .bs-region--left article .path-licitaciones .contrataciones h1.page-header a, footer#footer > div .bs-region--left article .path-licitaciones .contrataciones h1.page-header a, .path-licitaciones .contrataciones .container .bs-region--left article h1.page-header a, .path-licitaciones .contrataciones footer#footer > div .bs-region--left article h1.page-header a {
  text-decoration: none !important;
  color: inherit;
}

.container .bs-region--left article .content .field--name-field-subtitulo, footer#footer > div .bs-region--left article .content .field--name-field-subtitulo {
  color: #777576;
}

.container .bs-region--left article .content .field--type-image, footer#footer > div .bs-region--left article .content .field--type-image {
  margin: 0 !important;
}

.container .bs-region--left article footer, footer#footer > div .bs-region--left article footer {
  display: none;
}

.container .bs-region--left article:hover, footer#footer > div .bs-region--left article:hover {
  -webkit-animation-name: fondo;
          animation-name: fondo;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  cursor: pointer;
}

.container .bs-region--left article.novedades-destacadas, footer#footer > div .bs-region--left article.novedades-destacadas {
  height: 594px !important;
  padding: 0px !important;
  margin-top: 2px;
  margin-right: 2px;
  overflow: hidden;
}

body.path-frontpage .container .bs-region--left article.novedades-destacadas .post-home-featured-header, body.path-frontpage footer#footer > div .bs-region--left article.novedades-destacadas .post-home-featured-header {
  height: 34.1%;
  padding: 2px;
  overflow: hidden;
}

body.path-frontpage .container .bs-region--left article.novedades-destacadas .field--name-field-imagen, body.path-frontpage footer#footer > div .bs-region--left article.novedades-destacadas .field--name-field-imagen {
  height: 66%;
}

body.path-frontpage .container .bs-region--left article.novedades-destacadas .field--name-field-imagen img, body.path-frontpage footer#footer > div .bs-region--left article.novedades-destacadas .field--name-field-imagen img {
  max-width: none;
  height: auto;
  width: 100%;
}

body.path-frontpage .container .bs-region--left article.novedades-comun .field--name-field-imagen, body.path-frontpage footer#footer > div .bs-region--left article.novedades-comun .field--name-field-imagen {
  height: 190px;
  overflow: hidden;
}

body .container .bs-region--left article.novedades-destacadas .post-home-detail, body footer#footer > div .bs-region--left article.novedades-destacadas .post-home-detail {
  text-transform: uppercase;
  font-weight: bold;
  color: #00aeee;
  margin-left: 2px;
}

.container .bs-region--left article.novedades-destacadas h2, footer#footer > div .bs-region--left article.novedades-destacadas h2, .container .bs-region--left article.novedades-destacadas .path-licitaciones .contrataciones h1.page-header, footer#footer > div .bs-region--left article.novedades-destacadas .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones .container .bs-region--left article.novedades-destacadas h1.page-header, .path-licitaciones .contrataciones footer#footer > div .bs-region--left article.novedades-destacadas h1.page-header {
  color: #0072bb;
  font-size: 2.7rem;
  font-weight: 300;
  margin-top: 5px;
}

body .container .bs-region--left article.novedades-destacadas .content .field--name-field-imagen, body footer#footer > div .bs-region--left article.novedades-destacadas .content .field--name-field-imagen {
  width: 100%;
  padding: 0;
}

body .container .bs-region--left article.novedades-destacadas .content .field--name-field-imagen img, body footer#footer > div .bs-region--left article.novedades-destacadas .content .field--name-field-imagen img {
  width: 100%;
}

body .container .bs-region--left article.novedades-destacadas .field--name-field-subtitulo, body footer#footer > div .bs-region--left article.novedades-destacadas .field--name-field-subtitulo {
  font-size: 10pt;
  font-weight: 300;
  margin: 0px 0px 7px 0px;
  padding: 2px;
  color: #777576;
}

body .container .bs-region--left article.novedades-destacadas .separator-main-news, body footer#footer > div .bs-region--left article.novedades-destacadas .separator-main-news {
  width: 100%;
  overflow: hidden;
  color: #0072bb;
  font-size: 2rem;
  margin-bottom: 0 !important;
  padding: 2px;
}

.container .bs-region--left article.novedades-comun, footer#footer > div .bs-region--left article.novedades-comun {
  height: 170px !important;
  padding: 0px !important;
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 10px;
}

.container .bs-region--left article.novedades-comun h2, footer#footer > div .bs-region--left article.novedades-comun h2, .container .bs-region--left article.novedades-comun .path-licitaciones .contrataciones h1.page-header, footer#footer > div .bs-region--left article.novedades-comun .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones .container .bs-region--left article.novedades-comun h1.page-header, .path-licitaciones .contrataciones footer#footer > div .bs-region--left article.novedades-comun h1.page-header {
  font-size: 2rem;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 0;
}

.container .bs-region--left article.novedades-comun .content, footer#footer > div .bs-region--left article.novedades-comun .content {
  display: flex;
}

body .container .bs-region--left article.novedades-comun .content .field--name-field-subtitulo, body footer#footer > div .bs-region--left article.novedades-comun .content .field--name-field-subtitulo {
  font-size: 10pt !important;
  font-weight: 300;
}

body .container .bs-region--left article.novedades-comun .separator-main-news:after, body footer#footer > div .bs-region--left article.novedades-comun .separator-main-news:after {
  content: "_____";
}

body .container .bs-region--left article.novedades-comun .novedades-comun-header, body footer#footer > div .bs-region--left article.novedades-comun .novedades-comun-header {
  overflow: hidden;
}

body .container .bs-region--left article.novedades-comun .novedades-comun-header .post-home-detail, body footer#footer > div .bs-region--left article.novedades-comun .novedades-comun-header .post-home-detail {
  text-transform: uppercase;
  font-weight: bold;
  color: #00aeee;
}

body .container .bs-region--left article.novedades-comun .novedades-comun-header .field--name-field-subtitulo, body footer#footer > div .bs-region--left article.novedades-comun .novedades-comun-header .field--name-field-subtitulo {
  color: #777576;
  font-size: 10pt;
  font-weight: 300;
}

body .container .bs-region--left article.novedades-comun .novedades-comun-header .post-separator, body footer#footer > div .bs-region--left article.novedades-comun .novedades-comun-header .post-separator {
  letter-spacing: -1px;
}

.container .bs-region--left article.novedades-comun .novedades-comun-img, footer#footer > div .bs-region--left article.novedades-comun .novedades-comun-img {
  padding: 0;
}

body .container .bs-region--left article.novedades-comun .novedades-comun-img img, body footer#footer > div .bs-region--left article.novedades-comun .novedades-comun-img img {
  float: left;
  height: 100%;
}

.container .bs-region--left .left, footer#footer > div .bs-region--left .left {
  padding-left: 0;
}

.container .bs-region--left .middle, footer#footer > div .bs-region--left .middle {
  padding-left: 0;
  padding: 0px;
}

body .container .bs-region--left .middle .block-region-middle section:nth-child(even) article .novedades-comun-img, body footer#footer > div .bs-region--left .middle .block-region-middle section:nth-child(even) article .novedades-comun-img,
body .container .bs-region--left .middle .block-region-middle-middle section:nth-child(odd) article .novedades-comun-img,
body footer#footer > div .bs-region--left .middle .block-region-middle-middle section:nth-child(odd) article .novedades-comun-img,
body .container .bs-region--left .middle .block-region-middle-bottom section:nth-child(even) article .novedades-comun-img,
body footer#footer > div .bs-region--left .middle .block-region-middle-bottom section:nth-child(even) article .novedades-comun-img {
  float: right;
}

body .container .bs-region--right .block-region-right .views-element-container .form-group .view-servicios .view-content .item-list ul, body footer#footer > div .bs-region--right .block-region-right .views-element-container .form-group .view-servicios .view-content .item-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.view-servicios .view-content .item-list ul li .views-field {
  display: flex;
  justify-content: center;
}

body .container .bs-region--right .block-region-right .views-element-container .form-group .view-servicios .view-content .item-list ul li .views-field .field-content a, body footer#footer > div .bs-region--right .block-region-right .views-element-container .form-group .view-servicios .view-content .item-list ul li .views-field .field-content a {
  font-size: 9pt;
  text-transform: uppercase;
}

body .container .bs-region--right .block-region-right .views-element-container .form-group .view-servicios .view-content .item-list ul li .views-field.views-field-title .field-content a, body footer#footer > div .bs-region--right .block-region-right .views-element-container .form-group .view-servicios .view-content .item-list ul li .views-field.views-field-title .field-content a {
  padding-top: 5px;
}

body .container .bs-region--right .block-region-right .views-element-container .form-group .view-servicios .view-content .item-list ul li .views-field .field-content a:hover, body footer#footer > div .bs-region--right .block-region-right .views-element-container .form-group .view-servicios .view-content .item-list ul li .views-field .field-content a:hover {
  text-decoration: none;
  color: #337ab7;
}

body .container .bs-region--right .block-region-right .views-element-container .form-group .view-servicios .view-content .item-list ul li:hover, body footer#footer > div .bs-region--right .block-region-right .views-element-container .form-group .view-servicios .view-content .item-list ul li:hover {
  -webkit-animation: oscurecer;
          animation: oscurecer;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.container .row, footer#footer > div .row {
  margin-left: 0;
  margin-right: 0;
}

.container .row section, footer#footer > div .row section {
  margin: 0;
}

body.footer .container .row section .region-content, body.footer footer#footer > div .row section .region-content {
  margin-top: 0px;
}

.container .row section .form-group .view-id-novedades_del_sector, footer#footer > div .row section .form-group .view-id-novedades_del_sector {
  margin-top: 30px;
}

.container .row section .region-content article, footer#footer > div .row section .region-content article {
  padding-top: 35px;
  margin-bottom: 10px;
}

.container .row section .region-content article.articulos, footer#footer > div .row section .region-content article.articulos {
  padding-top: 0px;
  margin-bottom: 40px;
}

.container .row section .region-content article.novedades .separator, footer#footer > div .row section .region-content article.novedades .separator {
  display: block;
  height: 1px;
  width: 5%;
  background-color: #0072bb;
  margin: 10px 0;
}

.container .row section .region-content article.novedades h3, footer#footer > div .row section .region-content article.novedades h3 {
  margin-top: 10px;
  margin-bottom: 25px;
}

.container .row section .region-content article.novedades h3 a:hover, footer#footer > div .row section .region-content article.novedades h3 a:hover {
  text-decoration: none;
}

.container .row section .region-content article.novedades .heading, footer#footer > div .row section .region-content article.novedades .heading {
  color: #0072bb;
  font-size: 14pt;
  margin-top: 0;
  overflow: hidden;
  font-weight: 300;
}

body .container .row section .region-content article .content .field--type-image, body footer#footer > div .row section .region-content article .content .field--type-image {
  margin: 0px 0px 25px 0px;
  width: 100%;
}

.container .row section .region-content article .ayoshare, footer#footer > div .row section .region-content article .ayoshare {
  font-family: sans-serif;
}

.view-empty {
  text-align: center;
}

article.novedades.is-promoted.full.clearfix .btn-share {
  display: block;
  position: relative;
}

.container .row section .region-content article .ayoshare .button.small, footer#footer > div .row section .region-content article .ayoshare .button.small {
  width: 49px;
}

.container .row section .region-content article .ayoshare .button, footer#footer > div .row section .region-content article .ayoshare .button {
  height: 25px;
  width: 25px !important;
  position: relative;
  display: block;
  float: left;
  margin-right: 5px;
  overflow: hidden;
  border-radius: 50%;
}

.container .row section .region-content article .ayoshare .mobile:hover, footer#footer > div .row section .region-content article .ayoshare .mobile:hover {
  background: #3755a2;
  transition: all 0.4s;
}

.container .row section .region-content article .ayoshare .mobile:hover i, footer#footer > div .row section .region-content article .ayoshare .mobile:hover i {
  color: white;
}

.container .row section .region-content article .ayoshare .button a, footer#footer > div .row section .region-content article .ayoshare .button a {
  cursor: pointer;
}

.container .row section .region-content article .ayoshare .mobile i, footer#footer > div .row section .region-content article .ayoshare .mobile i {
  line-height: 26px;
  color: white;
}

body .container .row section .region-content article .content .field--type-image img, body footer#footer > div .row section .region-content article .content .field--type-image img {
  width: 100%;
}

body.page-node-type-novedades .container .row section .region-content article .content .field--type-image, body.page-node-type-novedades footer#footer > div .row section .region-content article .content .field--type-image {
  margin: 0px 0px 25px 25px;
  width: 50%;
}
@media (max-width: 1200px) {
  body.page-node-type-novedades .container .row section .region-content article .content .field--type-image, body.page-node-type-novedades footer#footer > div .row section .region-content article .content .field--type-image {
    width: 100%;
  }
}

.container .row section .region-content article .capac-colorsub, footer#footer > div .row section .region-content article .capac-colorsub {
  display: none;
}

.container .row section .region-content article footer, footer#footer > div .row section .region-content article footer {
  display: none;
}

body .container .row section .region-content .view-preguntas-frecuentes .view-content .panel-heading a, body footer#footer > div .row section .region-content .view-preguntas-frecuentes .view-content .panel-heading a {
  font-style: normal;
  font-weight: 400;
}

body .container .row section .region-content .view-preguntas-frecuentes .view-content .panel-heading a:hover, body footer#footer > div .row section .region-content .view-preguntas-frecuentes .view-content .panel-heading a:hover,
body .container .row section .region-content .view-preguntas-frecuentes .view-content .panel-heading a:active,
body footer#footer > div .row section .region-content .view-preguntas-frecuentes .view-content .panel-heading a:active {
  text-decoration: none;
  color: #0072bb;
}

body .container .row section .region-content .view-preguntas-frecuentes .view-content .panel-heading a[aria-hidden=true], body footer#footer > div .row section .region-content .view-preguntas-frecuentes .view-content .panel-heading a[aria-hidden=true] {
  text-decoration: none;
  color: #428bca;
}

body .container .row section .region-content .view-preguntas-frecuentes .view-content .panel-collapsed .panel-body .field-content span p, body footer#footer > div .row section .region-content .view-preguntas-frecuentes .view-content .panel-collapsed .panel-body .field-content span p {
  color: #34495e !important;
}

body .container .row section .region-content .views-element-container .view-id-servicios ul, body footer#footer > div .row section .region-content .views-element-container .view-id-servicios ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
}

body .container .row section .region-content .views-element-container .view-id-servicios ul > li, body footer#footer > div .row section .region-content .views-element-container .view-id-servicios ul > li {
  display: inline-block;
  width: 125px;
  margin-bottom: 25px;
}

body .container .row section .region-content .views-element-container .view-id-servicios ul > li .field-content a, body footer#footer > div .row section .region-content .views-element-container .view-id-servicios ul > li .field-content a {
  width: 100%;
  display: block;
}

body .container .row section .region-content .views-element-container .pager-nav ul.pagination > li.active > a, body footer#footer > div .row section .region-content .views-element-container .pager-nav ul.pagination > li.active > a,
body .container .row section .region-content .views-element-container .pager-nav ul.pagination > li:hover > a,
body footer#footer > div .row section .region-content .views-element-container .pager-nav ul.pagination > li:hover > a {
  background-color: #0072bb;
  color: #fff;
}

body .container .row section .region-content .views-element-container .pager-nav ul.pagination > li > a, body footer#footer > div .row section .region-content .views-element-container .pager-nav ul.pagination > li > a,
body .container .row section .region-content .views-element-container .pager-nav ul.pagination > li > span,
body footer#footer > div .row section .region-content .views-element-container .pager-nav ul.pagination > li > span {
  border: none;
}

body .container .row section .region-content .views-element-container .pager-nav ul.pagination > li.pager__item--first, body footer#footer > div .row section .region-content .views-element-container .pager-nav ul.pagination > li.pager__item--first,
body .container .row section .region-content .views-element-container .pager-nav ul.pagination > li.pager__item--last,
body footer#footer > div .row section .region-content .views-element-container .pager-nav ul.pagination > li.pager__item--last {
  display: none;
}

body .container .row section .region-content .views-element-container .view-preguntas-frecuentes .panel-group .views-field-body .field-content p, body footer#footer > div .row section .region-content .views-element-container .view-preguntas-frecuentes .panel-group .views-field-body .field-content p {
  color: #34495e;
  font-size: 15px;
  text-align: justify;
  font-weight: 300;
}

.container .bs-region--bottom, footer#footer > div .bs-region--bottom {
  margin-bottom: 40px;
  padding: 0;
}

body .container .bs-region--bottom .block-region-right .views-element-container, body footer#footer > div .bs-region--bottom .block-region-right .views-element-container {
  padding: 0;
}

body .container .bs-region--bottom .block-region-right .views-element-container .form-group .view-servicios, body footer#footer > div .bs-region--bottom .block-region-right .views-element-container .form-group .view-servicios {
  display: none;
}

body .container .bs-region--bottom .block-region-right .views-element-container .form-group .view-servicios ul, body footer#footer > div .bs-region--bottom .block-region-right .views-element-container .form-group .view-servicios ul {
  padding: 0;
  margin: 0;
  padding-top: 20px;
  list-style: none;
}

body .container .bs-region--bottom .block-region-right .views-element-container .form-group .view-servicios ul li .views-field, body footer#footer > div .bs-region--bottom .block-region-right .views-element-container .form-group .view-servicios ul li .views-field {
  display: flex;
  justify-content: center;
}

body .container .bs-region--bottom .block-region-right .views-element-container .form-group .view-servicios ul li .views-field .field-content a, body footer#footer > div .bs-region--bottom .block-region-right .views-element-container .form-group .view-servicios ul li .views-field .field-content a {
  color: #5AB3E7;
  font-size: 9pt;
  text-transform: uppercase;
}

body .container .bs-region--bottom .block-region-right .views-element-container .form-group .view-servicios ul li .views-field .field-content a:hover, body footer#footer > div .bs-region--bottom .block-region-right .views-element-container .form-group .view-servicios ul li .views-field .field-content a:hover {
  text-decoration: none;
  color: #337ab7;
}

body .container .bs-region--bottom .block-region-right .views-element-container .form-group .view-servicios ul li:hover, body footer#footer > div .bs-region--bottom .block-region-right .views-element-container .form-group .view-servicios ul li:hover {
  -webkit-animation: oscurecer;
          animation: oscurecer;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.container .bs-region .block-views-blockenlaces-utiles-block-1 h1, footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-1 h1,
.container .bs-region .block-views-blockenlaces-utiles-block-2 h1,
footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-2 h1 {
  padding-bottom: 10px;
}

.container .bs-region .block-views-blockenlaces-utiles-block-1 h2, footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-1 h2, .container .bs-region .block-views-blockenlaces-utiles-block-1 .path-licitaciones .contrataciones h1.page-header, footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-1 .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones .container .bs-region .block-views-blockenlaces-utiles-block-1 h1.page-header, .path-licitaciones .contrataciones footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-1 h1.page-header,
.container .bs-region .block-views-blockenlaces-utiles-block-2 h2,
footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-2 h2,
.container .bs-region .block-views-blockenlaces-utiles-block-2 .path-licitaciones .contrataciones h1.page-header,
footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-2 .path-licitaciones .contrataciones h1.page-header,
.path-licitaciones .contrataciones .container .bs-region .block-views-blockenlaces-utiles-block-2 h1.page-header,
.path-licitaciones .contrataciones footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-2 h1.page-header {
  color: #0378c0;
  background-color: #d1e6f3;
  text-transform: uppercase;
  font-size: 16px;
  padding: 1.3em 0.75em;
}
.container .bs-region .block-views-blockenlaces-utiles-block-1 h2::after, footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-1 h2::after, .container .bs-region .block-views-blockenlaces-utiles-block-1 .path-licitaciones .contrataciones h1.page-header::after, footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-1 .path-licitaciones .contrataciones h1.page-header::after, .path-licitaciones .contrataciones .container .bs-region .block-views-blockenlaces-utiles-block-1 h1.page-header::after, .path-licitaciones .contrataciones footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-1 h1.page-header::after,
.container .bs-region .block-views-blockenlaces-utiles-block-2 h2::after,
footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-2 h2::after,
.container .bs-region .block-views-blockenlaces-utiles-block-2 .path-licitaciones .contrataciones h1.page-header::after,
footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-2 .path-licitaciones .contrataciones h1.page-header::after,
.path-licitaciones .contrataciones .container .bs-region .block-views-blockenlaces-utiles-block-2 h1.page-header::after,
.path-licitaciones .contrataciones footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-2 h1.page-header::after {
  content: none;
}

.container .bs-region .block-views-blockenlaces-utiles-block-1 ul, footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-1 ul,
.container .bs-region .block-views-blockenlaces-utiles-block-2 ul,
footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-2 ul {
  list-style: none;
  padding: 0;
}

.container .bs-region .block-views-blockenlaces-utiles-block-1 ul li, footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-1 ul li,
.container .bs-region .block-views-blockenlaces-utiles-block-2 ul li,
footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-2 ul li {
  display: block;
  background-color: #3391cb;
  padding: 0.5em 0.75em;
  font-size: 14px;
  height: 3.5em;
  line-height: 2.25em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.5em;
}

body .container .bs-region .block-views-blockenlaces-utiles-block-1 ul li .views-field.views-field-nothing, body footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-1 ul li .views-field.views-field-nothing {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}

.container .bs-region .block-views-blockenlaces-utiles-block-1 ul li a, footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-1 ul li a,
.container .bs-region .block-views-blockenlaces-utiles-block-2 ul li a,
footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-2 ul li a {
  color: #fff;
  font-weight: 300;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .container .bs-region .block-views-blockenlaces-utiles-block-1 ul li a strong, body footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-1 ul li a strong,
body .container .bs-region .block-views-blockenlaces-utiles-block-2 ul li a strong,
body footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-2 ul li a strong {
  margin-right: 5px;
  border-right: thin solid #fff;
  padding-right: 5px;
}

body .container .bs-region .block-views-blockenlaces-utiles-block-1 ul li a:hover, body footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-1 ul li a:hover,
body .container .bs-region .block-views-blockenlaces-utiles-block-2 ul li a:hover,
body footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-2 ul li a:hover {
  text-decoration: none;
}

body .container .bs-region .block-views-blockenlaces-utiles-block-1 ul li:nth-child(2n+1), body footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-1 ul li:nth-child(2n+1),
body .container .bs-region .block-views-blockenlaces-utiles-block-2 ul li:nth-child(2n+1),
body footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-2 ul li:nth-child(2n+1) {
  background-color: #66acd8;
}

.container .bs-region .block-views-blockenlaces-utiles-block-1, footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-1 {
  padding-right: 15px;
}

.container .bs-region .block-views-blockenlaces-utiles-block-2, footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-2 {
  padding-left: 15px;
}

.container.slider-home .row, footer#footer > div.slider-home .row {
  margin-left: 0;
  margin-right: 0;
}

.container.slider-home .row section#block-views-block-slider-home-block-1, footer#footer > div.slider-home .row section#block-views-block-slider-home-block-1 {
  margin: auto;
}

body.path-frontpage .main-container .container .row, body.path-frontpage .main-container footer#footer > div .row {
  margin-right: 0px;
  margin-left: 0px;
}

body .container .row section .region-content .views-element-container .view-id-servicios, body footer#footer > div .row section .region-content .views-element-container .view-id-servicios {
  margin: 30px 0px 20px 0px;
}

@media (max-width: 1279px) {
  body .slider-home .carousel .carousel-inner .carousel-caption .inner-caption.text-right {
    padding-right: 80px;
    padding-left: 40px;
  }

  body .slider-home .carousel .carousel-inner .carousel-caption .inner-caption.text-left {
    padding-left: 60px;
  }
}
@media (max-width: 1200px) {
  body .container .bs-region--right .block-region-right .views-element-container .form-group .view-servicios .view-content .item-list ul li .views-field.views-field-title .field-content a, body footer#footer > div .bs-region--right .block-region-right .views-element-container .form-group .view-servicios .view-content .item-list ul li .views-field.views-field-title .field-content a {
    font-size: 12px !important;
  }
}
@media (min-width: 1200px) {
  .container .bs-region--left article.novedades-comun, footer#footer > div .bs-region--left article.novedades-comun {
    height: 190px !important;
  }

  .container .bs-region--left article.novedades-destacadas h2, footer#footer > div .bs-region--left article.novedades-destacadas h2, .container .bs-region--left article.novedades-destacadas .path-licitaciones .contrataciones h1.page-header, footer#footer > div .bs-region--left article.novedades-destacadas .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones .container .bs-region--left article.novedades-destacadas h1.page-header, .path-licitaciones .contrataciones footer#footer > div .bs-region--left article.novedades-destacadas h1.page-header {
    margin-bottom: 0px;
  }

  body .container .bs-region--left article.novedades-destacadas .field--name-field-subtitulo, body footer#footer > div .bs-region--left article.novedades-destacadas .field--name-field-subtitulo {
    margin: 0px 0px 7px 0px;
    font-size: 1.9rem !important;
    color: #777576;
  }

  body.path-frontpage .container .bs-region--right, body.path-frontpage footer#footer > div .bs-region--right {
    margin-left: -1px;
    padding-right: 0px;
    margin-top: 0px;
  }

  body.path-frontpage .container .col-md-9.bs-region-top.bs-region--left, body.path-frontpage footer#footer > div .col-md-9.bs-region-top.bs-region--left {
    padding-left: 0px;
  }
}
@media (max-width: 1199px) {
  .container .col-lg-2, footer#footer > div .col-lg-2 {
    display: none;
  }

  header .container .menu-left .navbar-header .navbar-toggle, header footer#footer > div .menu-left .navbar-header .navbar-toggle {
    display: block;
  }

  .slider-home .carousel .carousel-inner .carousel-caption h3 p {
    font-size: 23px;
  }

  .slider-home .carousel .carousel-inner .carousel-caption p {
    font-size: 12px;
  }

  body .container .bs-region--left .servicios-responsive .views-element-container .form-group .view-servicios, body footer#footer > div .bs-region--left .servicios-responsive .views-element-container .form-group .view-servicios {
    display: block;
  }

  .container .row section .region-content .views-element-container, footer#footer > div .row section .region-content .views-element-container {
    padding: 0;
  }

  body .container .row section .region-content .views-element-container .view-id-servicios ul > li, body footer#footer > div .row section .region-content .views-element-container .view-id-servicios ul > li {
    width: 50%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    float: left;
  }

  body .container .row section .region-content .views-element-container .view-id-servicios ul > li .views-field-field-imagen, body footer#footer > div .row section .region-content .views-element-container .view-id-servicios ul > li .views-field-field-imagen {
    margin-bottom: 15px;
  }

  body .container .row section .region-content .views-element-container .view-id-servicios ul > li .field-content a, body footer#footer > div .row section .region-content .views-element-container .view-id-servicios ul > li .field-content a {
    font-size: 6pt !important;
  }

  .slider-home .carousel .carousel-inner .carousel-caption .inner-caption {
    width: 750px;
    max-width: inherit;
  }

  .responsive-copyright ul li,
.responsive-copyright ul li a {
    font-size: 10pt;
    font-weight: 300;
    color: #2a9bf8;
  }

  header {
    display: block;
    height: inherit;
  }

  header .container .menu-right, header footer#footer > div .menu-right {
    display: flex;
  }

  header .container .menu-left, header footer#footer > div .menu-left {
    height: 100%;
    padding: 15px 0;
    display: flex;
    align-items: center;
  }

  header .container .menu-left .navbar-header .region-navigation, header footer#footer > div .menu-left .navbar-header .region-navigation {
    width: 60%;
    max-width: 180px;
    float: left;
  }

  header .container .menu-left .navbar-header .navbar-btn, header footer#footer > div .menu-left .navbar-header .navbar-btn {
    margin: 0;
    padding: 0;
  }

  header .container .menu-left .navbar-header .navbar-toggle, header footer#footer > div .menu-left .navbar-header .navbar-toggle {
    border-radius: 0;
    background-color: #0072bb;
    border-color: transparent;
  }

  header .container .menu-left .navbar-header .navbar-toggle .icon-bar, header footer#footer > div .menu-left .navbar-header .navbar-toggle .icon-bar {
    background-color: #fff;
    margin: 5px 0;
  }

  header .container .menu-left .navbar-header .menu-desktop-items, header footer#footer > div .menu-left .navbar-header .menu-desktop-items {
    display: none;
  }

  header .container .menu-left .ministerio-responsive-container, header footer#footer > div .menu-left .ministerio-responsive-container {
    width: 38%;
  }

  body header .container .menu-left .ministerio-responsive-container .ministerio-responsive, body header footer#footer > div .menu-left .ministerio-responsive-container .ministerio-responsive {
    float: right;
    width: 100%;
    max-width: 180px;
    display: block;
  }

  body header .container .menu-left .ministerio-responsive-container .ministerio-responsive img, body header footer#footer > div .menu-left .ministerio-responsive-container .ministerio-responsive img {
    width: 182px;
    float: right;
    max-width: 100%;
  }

  header .container .menu-left .visible-sm, header footer#footer > div .menu-left .visible-sm {
    display: block;
  }

  header .container .visible-lg, header footer#footer > div .visible-lg {
    display: none !important;
  }

  header .container .menu-responsive-items, header footer#footer > div .menu-responsive-items {
    padding: 0;
    z-index: 9999999999;
    display: block;
  }

  header .container .menu-responsive-items ul, header footer#footer > div .menu-responsive-items ul {
    width: 100%;
    margin: 0;
  }

  header .container .menu-responsive-items .nav-secondary, header footer#footer > div .menu-responsive-items .nav-secondary {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }

  header .container .menu-responsive-items .nav-secondary li, header footer#footer > div .menu-responsive-items .nav-secondary li {
    float: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 20px;
    text-align: center;
  }

  header .container .menu-responsive-items .nav-secondary li a.gray, header footer#footer > div .menu-responsive-items .nav-secondary li a.gray {
    background-color: #aaa;
    cursor: default;
  }

  header .container .menu-responsive-items .nav-secondary li a, header footer#footer > div .menu-responsive-items .nav-secondary li a {
    width: 40px;
    height: 40px;
    display: block;
    padding: 8px;
    color: #fff;
    font-size: 1.3em;
    cursor: pointer;
    border: 1px solid #fff;
  }

  header .container .menu-responsive-items #search-form-mobile, header footer#footer > div .menu-responsive-items #search-form-mobile {
    width: 100%;
    height: 40px;
    background-color: #5AB3E7;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
  }

  header .container .menu-responsive-items #search-form-mobile.is-opened, header footer#footer > div .menu-responsive-items #search-form-mobile.is-opened {
    display: block !important;
  }

  header .container .menu-responsive-items #search-form-mobile input, header footer#footer > div .menu-responsive-items #search-form-mobile input {
    background-color: white;
    border: 2px solid #5AB3E7;
    width: 100%;
    height: 40px;
    color: #222;
    padding: 0px 10px;
    outline: none;
  }

  header .container .menu-responsive-items #social-links-mobile, header footer#footer > div .menu-responsive-items #social-links-mobile {
    width: 100%;
    background-color: #0072bb;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
  }

  body header .container .menu-responsive-items #social-links-mobile ul.social-icons, body header footer#footer > div .menu-responsive-items #social-links-mobile ul.social-icons {
    font-size: 16pt;
    line-height: 0px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  body header .container .menu-responsive-items #social-links-mobile ul.social-icons li, body header footer#footer > div .menu-responsive-items #social-links-mobile ul.social-icons li {
    border: none;
    background: none;
  }

  body header .container .menu-responsive-items #social-links-mobile ul.round-icons li a i, body header footer#footer > div .menu-responsive-items #social-links-mobile ul.round-icons li a i {
    background-color: #fff;
    color: #0072bb;
    border-radius: 50%;
    text-align: center;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header .container .menu-responsive-items ul li, header footer#footer > div .menu-responsive-items ul li {
    background-color: #0072bb;
    font-weight: bold;
    font-size: 1em;
    float: none;
    margin-bottom: 0;
    line-height: 1.5;
  }

  header .container .menu-responsive-items .navbar-nav > li > a, header footer#footer > div .menu-responsive-items .navbar-nav > li > a {
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    padding: 12px 8px;
    border-bottom: 1px solid white;
  }

  header .container .menu-responsive-items ul li a.btn-right, header footer#footer > div .menu-responsive-items ul li a.btn-right {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    position: absolute !important;
    color: #fff !important;
    top: 0px;
    right: 0px;
    cursor: pointer !important;
  }

  header .container .menu-responsive-items ul li .menu-mobile, header footer#footer > div .menu-responsive-items ul li .menu-mobile {
    position: relative;
    width: 100%;
    padding: 0px;
    margin-left: -41px;
  }

  header .container .menu-responsive-items ul li .menu-mobile ul, header footer#footer > div .menu-responsive-items ul li .menu-mobile ul {
    list-style: none;
    margin-right: -41px;
    background: #fff;
    width: auto;
    padding-left: 41px;
  }

  header .container .menu-responsive-items ul li .menu-mobile ul li, header footer#footer > div .menu-responsive-items ul li .menu-mobile ul li {
    padding: 5px;
    border-left: solid 1px #d4d4d4;
    border-right: solid 1px #d4d4d4;
    overflow: hidden;
  }

  body header .container .menu-responsive-items ul li .menu-mobile ul li.level-1, body header footer#footer > div .menu-responsive-items ul li .menu-mobile ul li.level-1 {
    background: #fff;
    border-bottom: solid 1px #ddd !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body header .container .menu-responsive-items ul li .menu-mobile ul li.level-1 > a, body header footer#footer > div .menu-responsive-items ul li .menu-mobile ul li.level-1 > a {
    width: 95%;
    flex-grow: 1;
    flex-shrink: 0;
  }
  body header .container .menu-responsive-items ul li .menu-mobile ul li.level-1 > .pull-right, body header footer#footer > div .menu-responsive-items ul li .menu-mobile ul li.level-1 > .pull-right {
    width: 24px;
  }

  body header .container .menu-responsive-items ul li .menu-mobile ul li.level-1 a, body header footer#footer > div .menu-responsive-items ul li .menu-mobile ul li.level-1 a {
    color: #0072bb;
  }

  body header .container .menu-responsive-items ul li .menu-mobile ul li.level-1:hover a, body header footer#footer > div .menu-responsive-items ul li .menu-mobile ul li.level-1:hover a,
body header .container .menu-responsive-items ul li .menu-mobile ul li.level-1:hover p,
body header footer#footer > div .menu-responsive-items ul li .menu-mobile ul li.level-1:hover p {
    color: #fff;
  }

  body header .container .menu-responsive-items ul li .menu-mobile ul li.level-1:hover, body header footer#footer > div .menu-responsive-items ul li .menu-mobile ul li.level-1:hover {
    background: #0072bb;
  }

  header .container .menu-responsive-items ul li .menu-mobile .level-1 a, header footer#footer > div .menu-responsive-items ul li .menu-mobile .level-1 a,
header .container .menu-responsive-items ul li .menu-mobile .level-2 a,
header footer#footer > div .menu-responsive-items ul li .menu-mobile .level-2 a {
    display: block;
  }

  header .container .menu-responsive-items ul li .menu-mobile .level-1 a, header footer#footer > div .menu-responsive-items ul li .menu-mobile .level-1 a,
body header .container .menu-responsive-items ul li .menu-mobile .level-1 > a {
    font-weight: bold;
  }

  header .container .menu-responsive-items ul li .menu-mobile li.level-2, header footer#footer > div .menu-responsive-items ul li .menu-mobile li.level-2 {
    background: #fff;
  }

  header .container .menu-responsive-items ul li .menu-mobile .level-2 ul, header footer#footer > div .menu-responsive-items ul li .menu-mobile .level-2 ul {
    background: #fff;
    padding-left: 0px;
  }

  body header .container .menu-responsive-items ul li .menu-mobile .level-2 ul li, body header footer#footer > div .menu-responsive-items ul li .menu-mobile .level-2 ul li {
    background-color: #fff;
    font-weight: 300;
    font-size: 1em;
    text-transform: none;
    float: none;
    border: none;
  }

  body header .container .menu-responsive-items ul li .menu-mobile ul li.level-1 .more, body header footer#footer > div .menu-responsive-items ul li .menu-mobile ul li.level-1 .more,
body header .container .menu-responsive-items ul li .menu-mobile ul li.level-2 .more,
body header footer#footer > div .menu-responsive-items ul li .menu-mobile ul li.level-2 .more {
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: bold;
    color: #0072bb;
    display: block;
    margin: 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  header .container .menu-responsive-items .links-rss, header footer#footer > div .menu-responsive-items .links-rss {
    display: none;
  }

  header .container .menu-responsive-items .links-rss ul, header footer#footer > div .menu-responsive-items .links-rss ul {
    padding: 15px;
    list-style: none;
    display: flex;
    justify-content: center;
    background-color: #0072bb;
  }

  header .container .menu-responsive-items .links-rss ul li, header footer#footer > div .menu-responsive-items .links-rss ul li {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
    font-weight: 300;
    margin: 2px;
    cursor: pointer;
  }

  header .container .menu-responsive-items .links-rss ul li a:hover, header footer#footer > div .menu-responsive-items .links-rss ul li a:hover {
    text-decoration: none;
  }

  body header .container .menu-responsive-items .links-rss ul li:nth-child(3):hover, body header footer#footer > div .menu-responsive-items .links-rss ul li:nth-child(3):hover {
    -webkit-animation-name: hover-rss-dark;
            animation-name: hover-rss-dark;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }

  body header .container .menu-responsive-items .links-rss ul li:nth-child(4):hover, body header footer#footer > div .menu-responsive-items .links-rss ul li:nth-child(4):hover {
    -webkit-animation-name: hover-rss-light;
            animation-name: hover-rss-light;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }

  header .container .menu-responsive-items .collapsing, header footer#footer > div .menu-responsive-items .collapsing {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
  }

  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  header .navbar-collapse.collapse {
    border: none;
    background: #0072bb;
    padding: 0 0 15px 0;
    overflow: visible;
  }
}
@media (max-width: 1199px) and (max-width: 1200px) {
  header .navbar-collapse.collapse {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  header .navbar-collapse.collapse.collapse {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  header .navbar-collapse.collapse.collapse.in {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .slider-home .views-element-container {
    min-height: auto;
  }
}
@media (max-width: 1199px) {
  .container .bs-region--left .left, footer#footer > div .bs-region--left .left {
    padding: 0px;
  }
}
@media (max-width: 1199px) {
  body.path-frontpage .container .row section .region-content .row .col-sm-9.bs-region-top.bs-region--left, body.path-frontpage footer#footer > div .row section .region-content .row .col-sm-9.bs-region-top.bs-region--left {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  body.path-frontpage .container .row section .region-content .row .col-sm-3.bs-region.bs-region--right, body.path-frontpage footer#footer > div .row section .region-content .row .col-sm-3.bs-region.bs-region--right {
    padding: 0px 15px !important;
  }
}
@media (max-width: 1199px) {
  body.path-contact .container .row section .region-content form #edit-actions, body.path-contact footer#footer > div .row section .region-content form #edit-actions {
    display: none;
  }
}
@media (max-width: 1199px) {
  body.path-contact .container .row section .region-content form #contact-mobile, body.path-contact footer#footer > div .row section .region-content form #contact-mobile {
    display: block !important;
    margin-top: 10px;
  }
}
@media (max-width: 1199px) {
  body .container .row .contrataciones .region-content .view-licitaciones .view-header .title-custom-licitaciones, body footer#footer > div .row .contrataciones .region-content .view-licitaciones .view-header .title-custom-licitaciones {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  body .slider-home .inner-caption.text-left div.col-sm-6.col-xs-6 .embed-container {
    margin-top: -25px !important;
  }
}
@media (max-width: 1199px) {
  .container .bs-region--left article.novedades-destacadas h2, footer#footer > div .bs-region--left article.novedades-destacadas h2, .container .bs-region--left article.novedades-destacadas .path-licitaciones .contrataciones h1.page-header, footer#footer > div .bs-region--left article.novedades-destacadas .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones .container .bs-region--left article.novedades-destacadas h1.page-header, .path-licitaciones .contrataciones footer#footer > div .bs-region--left article.novedades-destacadas h1.page-header {
    font-size: 2.4rem;
  }
}
@media (max-width: 1199px) {
  .container.slider-home, footer#footer > div.slider-home {
    margin-top: -7px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .container .bs-region--left article.novedades-destacadas, footer#footer > div .bs-region--left article.novedades-destacadas {
    height: 534px !important;
  }

  .container .bs-region--left article.novedades-destacadas h2, footer#footer > div .bs-region--left article.novedades-destacadas h2, .container .bs-region--left article.novedades-destacadas .path-licitaciones .contrataciones h1.page-header, footer#footer > div .bs-region--left article.novedades-destacadas .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones .container .bs-region--left article.novedades-destacadas h1.page-header, .path-licitaciones .contrataciones footer#footer > div .bs-region--left article.novedades-destacadas h1.page-header {
    font-size: 1.9rem !important;
  }

  body .container .bs-region--left article.novedades-destacadas .field--name-field-subtitulo, body footer#footer > div .bs-region--left article.novedades-destacadas .field--name-field-subtitulo {
    font-size: 1.7rem !important;
    margin: 0px 0px 8px 0px;
    color: #777576;
  }

  .container .bs-region--left article.novedades-comun h2, footer#footer > div .bs-region--left article.novedades-comun h2, .container .bs-region--left article.novedades-comun .path-licitaciones .contrataciones h1.page-header, footer#footer > div .bs-region--left article.novedades-comun .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones .container .bs-region--left article.novedades-comun h1.page-header, .path-licitaciones .contrataciones footer#footer > div .bs-region--left article.novedades-comun h1.page-header {
    font-size: 1.5rem !important;
  }

  body .container .bs-region--left article.novedades-comun .novedades-comun-header .field--name-field-subtitulo, body footer#footer > div .bs-region--left article.novedades-comun .novedades-comun-header .field--name-field-subtitulo {
    font-size: 1.2rem;
  }

  body.path-frontpage .container .col-md-9.bs-region-top.bs-region--left, body.path-frontpage footer#footer > div .col-md-9.bs-region-top.bs-region--left {
    padding-right: 0px;
  }

  body .container .bs-region--right .block-region-right .views-element-container .form-group .view-servicios .view-content .item-list ul li, body footer#footer > div .bs-region--right .block-region-right .views-element-container .form-group .view-servicios .view-content .item-list ul li {
    width: 44%;
  }

  .row.bs-2col-section-stacked .col-md-9 {
    margin-right: 15px !important;
  }

  header .container .menu-responsive-items .navbar-collapse.in.hidden-md, header footer#footer > div .menu-responsive-items .navbar-collapse.in.hidden-md {
    display: block;
  }

  body.path-frontpage .container .row section .region-content .row .col-sm-3.bs-region.bs-region--right, body.path-frontpage footer#footer > div .row section .region-content .row .col-sm-3.bs-region.bs-region--right {
    padding-left: 15px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 991px) {
  .slider-home .carousel .carousel-inner .carousel-caption .inner-caption {
    width: 775px;
    max-width: inherit;
  }

  .container .row section .region-content .row .bs-region.bs-region--top, footer#footer > div .row section .region-content .row .bs-region.bs-region--top {
    margin: 0px;
    padding: 0px;
  }

  body .container .row section .region-content .row .col-md-9.bs-region-top.bs-region--left, body footer#footer > div .row section .region-content .row .col-md-9.bs-region-top.bs-region--left {
    padding: 0px;
  }

  .container .row section .region-content h1, footer#footer > div .row section .region-content h1 {
    padding: 20px 0px 25px 10px;
  }

  .container .bs-region--left .left, footer#footer > div .bs-region--left .left,
.container .bs-region--left .middle,
footer#footer > div .bs-region--left .middle {
    width: 100%;
    padding: 0;
  }

  body .container .bs-region--left article.novedades-comun .novedades-comun-img img, body footer#footer > div .bs-region--left article.novedades-comun .novedades-comun-img img {
    width: 100%;
    height: inherit;
  }

  .container .bs-region--left article.novedades-comun, footer#footer > div .bs-region--left article.novedades-comun {
    height: 170px !important;
  }

  body .slider-home .carousel .carousel-inner .carousel-caption .inner-caption a {
    margin-top: 0;
  }

  .slider-home .carousel .carousel-inner .carousel-caption h3 p {
    margin-top: 0 !important;
  }

  .slider-home .row div.carousel-inner {
    max-height: 250px;
  }

  body .container .row section .region-content .row .bs-region--right .block-region-right .views-element-container .form-group .view-servicios, body footer#footer > div .row section .region-content .row .bs-region--right .block-region-right .views-element-container .form-group .view-servicios {
    display: none;
  }

  body .container .row section .region-content .row .bs-region--bottom .block-region-right .views-element-container .form-group .view-servicios, body footer#footer > div .row section .region-content .row .bs-region--bottom .block-region-right .views-element-container .form-group .view-servicios {
    display: flex;
  }

  body .container .row section .region-content .views-element-container .form-group .view-servicios .view-content, body footer#footer > div .row section .region-content .views-element-container .form-group .view-servicios .view-content,
body .container .row section .region-content .row .bs-region--bottom .block-region-bottom .field--name-body .col-sm-9,
body footer#footer > div .row section .region-content .row .bs-region--bottom .block-region-bottom .field--name-body .col-sm-9 {
    width: 100%;
    padding: 0;
  }

  body .container .bs-region--left article.novedades-destacadas .content .field--name-field-subtitulo, body footer#footer > div .bs-region--left article.novedades-destacadas .content .field--name-field-subtitulo {
    font-size: 15px !important;
  }

  body.path-sar .container .row section .region-content h1, body.path-sar footer#footer > div .row section .region-content h1,
body.path-inversion .container .row section .region-content h1,
body.path-inversion footer#footer > div .row section .region-content h1,
body.path-novedades-del-sector .container .row section .region-content h1,
body.path-novedades-del-sector footer#footer > div .row section .region-content h1 {
    padding-left: 0px;
    width: 100%;
  }

  body.path-sar .container .row section .region-content .nov-item, body.path-sar footer#footer > div .row section .region-content .nov-item,
body.path-inversion .container .row section .region-content .nov-item,
body.path-inversion footer#footer > div .row section .region-content .nov-item,
body.path-novedades-del-sector .container .row section .region-content .nov-item,
body.path-novedades-del-sector footer#footer > div .row section .region-content .nov-item,
body.path-servicios.has-glyphicons .container .row section .region-content .nov-item,
body.path-servicios.has-glyphicons footer#footer > div .row section .region-content .nov-item {
    padding: 0px !important;
  }

  body.path-institucional .container .row section .region-content article.articulos#node-112 .vcenter, body.path-institucional footer#footer > div .row section .region-content article.articulos#node-112 .vcenter {
    padding: 0px;
    margin-left: 0px;
  }

  body.path-frontpage .container .bs-region--left article.novedades-destacadas .field--name-field-imagen img, body.path-frontpage footer#footer > div .bs-region--left article.novedades-destacadas .field--name-field-imagen img {
    width: 100%;
    height: auto;
  }

  body .container .row section .region-content .row .col-sm-3.bs-region.bs-region--right, body footer#footer > div .row section .region-content .row .col-sm-3.bs-region.bs-region--right {
    width: 100%;
    padding: 0px !important;
  }
}
@media (max-width: 769px) {
  body .container .bs-region--left .servicios-responsive .views-element-container .form-group .view-servicios, body footer#footer > div .bs-region--left .servicios-responsive .views-element-container .form-group .view-servicios {
    display: block;
  }

  .container .row section .region-content .views-element-container, footer#footer > div .row section .region-content .views-element-container {
    padding: 0;
  }

  .slider-home .carousel .carousel-inner .carousel-caption .inner-caption {
    width: 750px;
    max-width: inherit;
  }

  header .container .menu-responsive-items .collapsing, header footer#footer > div .menu-responsive-items .collapsing {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
  }

  header .navbar-default .navbar-collapse,
header .navbar-default .navbar-form {
    border-color: transparent !important;
  }

  .container .bs-region--left .block-region-left > div, footer#footer > div .bs-region--left .block-region-left > div,
.container .bs-region--left .block-region-left2 > div,
footer#footer > div .bs-region--left .block-region-left2 > div {
    padding: 0 10px !important;
  }

  .container .bs-region--left .left, footer#footer > div .bs-region--left .left,
.container .bs-region--left .middle,
footer#footer > div .bs-region--left .middle {
    padding-left: 15px;
  }

  .container article.novedades-destacadas, footer#footer > div article.novedades-destacadas {
    padding: 0px !important;
  }

  footer .desktop-footer {
    display: none !important;
  }

  footer .responsive-footer {
    display: flex !important;
    margin-bottom: 0 !important;
  }

  footer .responsive-footer li a {
    font-size: 16pt !important;
    background-color: white;
  }

  footer .responsive-footer li .gray {
    color: #aaa !important;
  }

  footer .responsive-footer ul {
    margin: 0;
  }

  footer .footer-left ul {
    padding-left: 10px;
  }

  footer .footer-left ul li i {
    background-color: #5599DB;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 4px;
    font-size: 12pt;
    margin-top: -4px;
  }

  footer .footer-right ul {
    padding-right: 10px !important;
  }

  footer .footer-right ul li a {
    padding: 5px !important;
  }

  .responsive-copyright {
    display: flex !important;
    color: #0072bb;
    font-size: 10pt;
    height: 30px;
    padding: 20px 0;
  }

  .responsive-copyright ul {
    display: block;
    align-items: center;
  }

  .responsive-copyright ul li {
    display: flex;
    align-items: center;
    float: left;
  }

  .responsive-copyright ul li a:hover {
    background-color: transparent;
    color: #5AB3E7;
  }

  body.path-node .main-container .container .region-content h1, body.path-node .main-container footer#footer > div .region-content h1 {
    text-transform: uppercase;
    color: #0072bb;
    font-size: 3rem;
    font-weight: 400;
    padding: 20px 0px 5px 0px;
  }

  body.path-node .main-container .container .region-content h1.page-header, body.path-node .main-container footer#footer > div .region-content h1.page-header {
    text-transform: none;
    color: #0072bb;
    font-size: 36px;
    font-weight: 400;
    padding: 20px 0px 5px 0px;
  }

  body.page-node-type-novedades .main-container .container .region-content article .content .field p, body.page-node-type-novedades .main-container footer#footer > div .region-content article .content .field p {
    padding: 0px;
  }

  .slider-home .carousel .carousel-inner .carousel-caption .inner-caption {
    padding: 0;
  }

  .container .bs-region--left .left, footer#footer > div .bs-region--left .left,
.container .bs-region--left .middle,
footer#footer > div .bs-region--left .middle {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-home .row div.carousel-inner {
    max-height: inherit;
  }

  body .container .row section .region-content .row .bs-region--bottom .block-region-right .views-element-container .form-group .view-servicios, body footer#footer > div .row section .region-content .row .bs-region--bottom .block-region-right .views-element-container .form-group .view-servicios {
    display: none;
  }

  body .slider-home .carousel .carousel-inner .carousel-caption .inner-caption.text-left {
    padding-right: 120px;
  }
}
@media (max-width: 1200px) {
  .navbar-header {
    float: none;
  }

  body header.navbar .menu-responsive-items #navbar-collapse.navbar-collapse.collapse {
    display: none !important;
  }

  body header.navbar .menu-responsive-items #navbar-collapse.navbar-collapse.collapse.in {
    display: block !important;
  }

  body.path-node .main-container .container .region-content article .content .field--type-image, body.path-node .main-container footer#footer > div .region-content article .content .field--type-image {
    float: right;
    max-width: 50%;
    margin-left: 25px;
    margin-bottom: 25px;
  }

  body.path-node .main-container .container .region-content article .content .field--type-image img, body.path-node .main-container footer#footer > div .region-content article .content .field--type-image img {
    display: block;
    max-width: 100%;
    height: auto;
    float: right;
  }
}
@media (max-width: 1024px) {
  body.path-node .main-container .container .region-content h1.page-header, body.path-node .main-container footer#footer > div .region-content h1.page-header {
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 300;
  }

  body .container .row section .region-content .views-element-container .view-id-servicios ul > li .field-content a, body footer#footer > div .row section .region-content .views-element-container .view-id-servicios ul > li .field-content a {
    font-size: 12px !important;
  }

  body header .container .menu-responsive-items .nav-secondary li:nth-of-type(2), body header footer#footer > div .menu-responsive-items .nav-secondary li:nth-of-type(2) {
    display: none;
  }

  body header .container .menu-responsive-items .nav-secondary li:nth-of-type(1), body header footer#footer > div .menu-responsive-items .nav-secondary li:nth-of-type(1) {
    display: none;
  }

  .footer-icons.responsive-footer li:nth-of-type(1),
.footer-icons.responsive-footer li:nth-of-type(2) {
    display: none;
  }

  body.path-node .main-container .container .region-content article .content .field--type-image, body.path-node .main-container footer#footer > div .region-content article .content .field--type-image {
    float: none;
    max-width: 100%;
    margin-left: 0px !important;
    margin-bottom: 25px;
    width: 100%;
  }

  body.path-node .main-container .container .region-content article .content .field--type-image img, body.path-node .main-container footer#footer > div .region-content article .content .field--type-image img {
    display: block;
    max-width: 100%;
    height: auto;
    float: none;
    width: 100%;
  }

  body .container .row .contrataciones .region-content .view-licitaciones .well .form-control, body footer#footer > div .row .contrataciones .region-content .view-licitaciones .well .form-control {
    margin-bottom: 0px !important;
    min-width: 322px;
  }

  .row .col-md-9 .col-md-12.col-lg-10.middle {
    padding: 0px;
  }

  body.page-node-type-novedades .container .row .region-content h1.page-header, body.page-node-type-novedades footer#footer > div .row .region-content h1.page-header {
    text-transform: none;
    font-size: 3rem !important;
    font-weight: 300 !important;
    margin-top: 0px;
  }

  body .container .bs-region--left article.novedades-comun .novedades-comun-header .field--name-field-subtitulo, body footer#footer > div .bs-region--left article.novedades-comun .novedades-comun-header .field--name-field-subtitulo {
    display: none;
  }
}
@media (max-width: 550px) {
  .slider-home .region-content {
    min-height: 33vh;
  }

  body .slider-home .bs-region--right .block-region-right .views-element-container .form-group .view-servicios .view-content .item-list ul li img {
    width: inherit;
  }

  .slider-home .carousel .carousel-inner .carousel-caption .inner-caption {
    width: 100%;
    margin: 0;
  }

  .slider-home .carousel .carousel-inner .carousel-caption h3 p {
    margin-top: 0 !important;
  }

  .slider-home .carousel .carousel-inner .carousel-caption p {
    font-size: 12px;
  }

  .slider-home .carousel .carousel-control {
    display: none;
  }

  body .slider-home .carousel .carousel-inner .carousel-caption .inner-caption.text-right p {
    width: 100%;
  }

  .slider-home .carousel .carousel-inner .carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
  }

  footer .footer-left ul {
    padding-left: 5px;
  }

  body header .container .menu-left .navbar-header .region-navigation .logo img, body header footer#footer > div .menu-left .navbar-header .region-navigation .logo img {
    width: 100%;
    max-width: 170px;
  }

  body header .container .menu-left .ministerio-responsive-container .ministerio-responsive img, body header footer#footer > div .menu-left .ministerio-responsive-container .ministerio-responsive img {
    width: 168px;
  }

  header .container .menu-left .ministerio-responsive-container, header footer#footer > div .menu-left .ministerio-responsive-container {
    width: 38%;
  }

  .container article.novedades-comun .novedades-comun-img, footer#footer > div article.novedades-comun .novedades-comun-img {
    width: 50%;
  }

  .container .bs-region--left article.novedades-destacadas, footer#footer > div .bs-region--left article.novedades-destacadas {
    height: auto !important;
    margin-bottom: 0px;
  }

  .container article.novedades-comun .novedades-comun-img, footer#footer > div article.novedades-comun .novedades-comun-img {
    overflow: hidden;
  }

  body .container .bs-region--left article.novedades-comun .novedades-comun-img img, body footer#footer > div .bs-region--left article.novedades-comun .novedades-comun-img img {
    max-width: 100%;
    height: 100% !important;
  }

  body .slider-home .views-element-container .form-group .view-slider-home .view-content .slide .carousel-inner .item img {
    max-width: 230%;
  }

  .container .row section .region-content article .capac-colorsub, footer#footer > div .row section .region-content article .capac-colorsub {
    overflow: hidden;
    color: #0072bb;
    font-size: 2rem;
    margin-top: -10px;
    margin-bottom: 20px;
    display: block;
    font-weight: 300;
  }

  .responsive-copyright {
    font-size: 9pt;
  }
}
@media (max-width: 425px) {
  .container .row section .region-content .views-element-container, footer#footer > div .row section .region-content .views-element-container {
    width: 100%;
  }

  body .slider-home .carousel .carousel-inner .carousel-caption .inner-caption.text-left {
    padding-left: 60px;
    padding-right: 30px;
  }

  body .slider-home .inner-caption.text-left div.col-sm-6.col-xs-6 .embed-container {
    margin-top: 30px !important;
  }

  .container .row section .region-content article .ayoshare .button a, footer#footer > div .row section .region-content article .ayoshare .button a {
    font-size: 18px;
  }

  body.path-contact .container .row section .region-content form .col-sm-7, body.path-contact footer#footer > div .row section .region-content form .col-sm-7 {
    padding-top: 0px !important;
  }

  body.path-contact .container .row section .region-content form #contact-mobile, body.path-contact footer#footer > div .row section .region-content form #contact-mobile {
    display: block !important;
    margin-top: 130px;
  }
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}

.container .row section .region-content article .content .field ul, footer#footer > div .row section .region-content article .content .field ul {
  padding-left: 10px;
  margin-bottom: 0px;
}

.container .row section .region-content article .content .field ul li, footer#footer > div .row section .region-content article .content .field ul li {
  list-style: none;
}

body .container .row section .region-content article .content .field ul li:before, body footer#footer > div .row section .region-content article .content .field ul li:before {
  content: ">";
  padding-right: 8px;
  color: #0072bb;
  font-weight: bold;
}

body.path-contact .container .row section .region-content form .col-md-12, body.path-contact footer#footer > div .row section .region-content form .col-md-12 {
  padding: 0px;
}

body.path-contact .container .row section .region-content form .col-md-12 h4 span, body.path-contact footer#footer > div .row section .region-content form .col-md-12 h4 span {
  color: #34495e;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body.path-contact .container .row section .region-content form .row.map-contact, body.path-contact footer#footer > div .row section .region-content form .row.map-contact {
  top: 20px;
  position: relative;
}

body.path-contact .container .row section .region-content form .row.map-contact h4, body.path-contact footer#footer > div .row section .region-content form .row.map-contact h4 {
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  color: #34495e;
}

body.path-contact .container .row section .region-content form label, body.path-contact footer#footer > div .row section .region-content form label {
  color: #9d9d9d;
  font-weight: 400;
  margin-top: 7px;
  margin-left: 10px;
  position: absolute;
  display: none;
}

body.path-contact .container .row section .region-content form label:after, body.path-contact footer#footer > div .row section .region-content form label:after {
  display: none;
}

body.path-contact .container .row section .region-content form textarea.form-control, body.path-contact footer#footer > div .row section .region-content form textarea.form-control {
  height: 155px !important;
}

body.path-contact .container .row section .region-content form .col-sm-5, body.path-contact footer#footer > div .row section .region-content form .col-sm-5 {
  padding: 30px 15px 0px 15px;
}

body.path-contact .container .row section .region-content form .col-sm-7, body.path-contact footer#footer > div .row section .region-content form .col-sm-7 {
  padding: 30px 15px 0px 15px;
}

body.path-contact .container .row section .region-content form .col-sm-7 .info-contact, body.path-contact footer#footer > div .row section .region-content form .col-sm-7 .info-contact {
  font-size: 1.18rem;
  margin: 0px !important;
  color: #000;
  font-family: arial;
  font-weight: 100;
}

body.path-contact .container .row section .region-content form .col-sm-7 .info-contact p, body.path-contact footer#footer > div .row section .region-content form .col-sm-7 .info-contact p {
  margin: 0px !important;
}

body.path-contact .container .row section .region-content form span.form-required, body.path-contact footer#footer > div .row section .region-content form span.form-required {
  display: none;
}

body.path-contact .container .row section .region-content form #contact-mobile, body.path-contact footer#footer > div .row section .region-content form #contact-mobile {
  display: none;
}

body.path-contact .container .row section .region-content .info-contact p, body.path-contact footer#footer > div .row section .region-content .info-contact p {
  font-size: 1.18rem;
  margin: 0px;
  color: #000;
  font-family: arial;
  font-weight: 100;
}

body.path-sar .container .row section .region-content h1, body.path-sar footer#footer > div .row section .region-content h1,
body.path-inversion .container .row section .region-content h1,
body.path-inversion footer#footer > div .row section .region-content h1,
body.path-novedades-del-sector .container .row section .region-content h1,
body.path-novedades-del-sector footer#footer > div .row section .region-content h1 {
  text-transform: uppercase;
  color: #0072bb;
  font-size: 3rem;
  font-weight: 300;
  width: 75%;
  overflow: hidden;
  margin-top: 10px;
  padding: 10px 15px;
}

body.path-sar .container .row section .region-content h1:after, body.path-sar footer#footer > div .row section .region-content h1:after,
body.path-inversion .container .row section .region-content h1:after,
body.path-inversion footer#footer > div .row section .region-content h1:after,
body.path-novedades-del-sector .container .row section .region-content h1:after,
body.path-novedades-del-sector footer#footer > div .row section .region-content h1:after {
  width: 100%;
  overflow: hidden;
  color: #0072bb;
  font-size: 2rem;
  margin-top: -10px;
  margin: 15px 0px 0px 0px;
  display: block;
}

body.path-sar .container .row section .region-content .nov-item, body.path-sar footer#footer > div .row section .region-content .nov-item,
body.path-servicios .container .row section .region-content .novedades-sector,
body.path-servicios footer#footer > div .row section .region-content .novedades-sector,
body.path-inversion .container .row section .region-content .nov-item,
body.path-inversion footer#footer > div .row section .region-content .nov-item,
body.path-novedades-del-sector .container .row section .region-content .nov-item,
body.path-novedades-del-sector footer#footer > div .row section .region-content .nov-item {
  height: 225px;
  padding: 3px;
  margin-bottom: 20px;
}

body.path-sar .container .row section .region-content .nov-item .nav-item-img, body.path-sar footer#footer > div .row section .region-content .nov-item .nav-item-img,
body.path-servicios .container .row section .region-content .novedades-sector .nav-item-img,
body.path-servicios footer#footer > div .row section .region-content .novedades-sector .nav-item-img,
body.path-inversion .container .row section .region-content .nov-item .nav-item-img,
body.path-inversion footer#footer > div .row section .region-content .nov-item .nav-item-img,
body.path-novedades-del-sector .container .row section .region-content .nov-item .nav-item-img,
body.path-novedades-del-sector footer#footer > div .row section .region-content .nov-item .nav-item-img {
  border: solid #bbc9d4 1px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

body.path-sar .container .row section .region-content .nov-item .nav-item-img .field--type-image, body.path-sar footer#footer > div .row section .region-content .nov-item .nav-item-img .field--type-image,
body.path-servicios .container .row section .region-content .novedades-sector nav-item-img,
body.path-servicios footer#footer > div .row section .region-content .novedades-sector nav-item-img,
body.path-inversion .container .row section .region-content .nov-item .nav-item-img .field--type-image,
body.path-inversion footer#footer > div .row section .region-content .nov-item .nav-item-img .field--type-image,
body.path-novedades-del-sector .container .row section .region-content .nov-item .nav-item-img .field--type-image,
body.path-novedades-del-sector footer#footer > div .row section .region-content .nov-item .nav-item-img .field--type-image {
  height: 100%;
}

body.path-sar .container .row section .region-content .nov-item .nav-item-img img.img-responsive, body.path-sar footer#footer > div .row section .region-content .nov-item .nav-item-img img.img-responsive,
body.path-servicios .container .row section .region-content .novedades-sector .nav-item-img img.img-responsive,
body.path-servicios footer#footer > div .row section .region-content .novedades-sector .nav-item-img img.img-responsive,
body.path-inversion .container .row section .region-content .nov-item .nav-item-img img.img-responsive,
body.path-inversion footer#footer > div .row section .region-content .nov-item .nav-item-img img.img-responsive,
body.path-novedades-del-sector .container .row section .region-content .nov-item .nav-item-img img.img-responsive,
body.path-novedades-del-sector footer#footer > div .row section .region-content .nov-item .nav-item-img img.img-responsive {
  width: 100%;
  height: 100%;
}

body.path-sar .container .row section .region-content .nov-item .fecha-novedad, body.path-sar footer#footer > div .row section .region-content .nov-item .fecha-novedad,
body.path-servicios .container .row section .region-content .novedades-sector .fecha-novedad,
body.path-servicios footer#footer > div .row section .region-content .novedades-sector .fecha-novedad,
body.path-inversion .container .row section .region-content .nov-item .fecha-novedad,
body.path-inversion footer#footer > div .row section .region-content .nov-item .fecha-novedad,
body.path-novedades-del-sector .container .row section .region-content .nov-item .fecha-novedad,
body.path-novedades-del-sector footer#footer > div .row section .region-content .nov-item .fecha-novedad {
  font-size: 11px;
  color: #73d2f6;
}

body.path-sar .container .row section .region-content .nov-item span, body.path-sar footer#footer > div .row section .region-content .nov-item span,
body.path-servicios .container .row section .region-content .novedades-sector span,
body.path-servicios footer#footer > div .row section .region-content .novedades-sector span,
body.path-inversion .container .row section .region-content .nov-item span,
body.path-inversion footer#footer > div .row section .region-content .nov-item span,
body.path-novedades-del-sector .container .row section .region-content .nov-item span,
body.path-novedades-del-sector footer#footer > div .row section .region-content .nov-item span {
  top: -14px;
  position: relative;
  color: #428bca;
}

body.path-sar .container .row section .region-content .nov-item .heading, body.path-sar footer#footer > div .row section .region-content .nov-item .heading,
body.path-inversion .container .row section .region-content .nov-item .heading,
body.path-inversion footer#footer > div .row section .region-content .nov-item .heading,
body.path-novedades-del-sector .container .row section .region-content .nov-item .heading,
body.path-novedades-del-sector footer#footer > div .row section .region-content .nov-item .heading,
body.path-servicios .container .row section .region-content .novedades-sector .heading,
body.path-servicios footer#footer > div .row section .region-content .novedades-sector .heading {
  top: 0px;
}

body.path-footer .container .row .region-content h1.page-header, body.path-footer footer#footer > div .row .region-content h1.page-header,
body.path-contact .container .row .region-content h1.page-header,
body.path-contact footer#footer > div .row .region-content h1.page-header {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 36px;
  margin-top: 0px;
  text-transform: none;
}

body.path-footer .container .row .region-content h1.page-header:after, body.path-footer footer#footer > div .row .region-content h1.page-header:after,
body.path-contact .container .row .region-content h1.page-header:after,
body.path-contact footer#footer > div .row .region-content h1.page-header:after {
  display: none;
}

body.page-node-type-novedades .container .row .region-content h1.page-header:after, body.page-node-type-novedades footer#footer > div .row .region-content h1.page-header:after {
  display: none;
}

.container .row .contrataciones .region-content form.views-exposed-form a, footer#footer > div .row .contrataciones .region-content form.views-exposed-form a {
  background-color: #0181ca !important;
  font-size: 18px;
  color: #fff;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  padding-left: 0px;
  letter-spacing: unset;
  height: 75px;
  padding: 15px 0 0 15px;
  border: none;
  width: 100%;
  border-color: #ddd;
  z-index: 10;
  position: relative;
}

.container .row .contrataciones .fa-search:before, footer#footer > div .row .contrataciones .fa-search:before {
  content: "\f002";
  font: normal normal normal 18px/1 FontAwesome;
  padding-right: 7px;
}

.container .row .contrataciones .region-content .licitaciones-search-list, footer#footer > div .row .contrataciones .region-content .licitaciones-search-list {
  margin: 10px 0px;
  text-align: left;
}

body .container .row .contrataciones .region-content .licitaciones-search-list .panel-heading, body footer#footer > div .row .contrataciones .region-content .licitaciones-search-list .panel-heading {
  padding: 0px;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  padding: 10px 15px;
}

body .container .row .contrataciones .region-content .licitaciones-search-list .panel-heading h3, body footer#footer > div .row .contrataciones .region-content .licitaciones-search-list .panel-heading h3 {
  font-weight: 600;
  text-align: left;
  margin-top: 10px;
}

.container .row .contrataciones .region-content form.views-exposed-form, footer#footer > div .row .contrataciones .region-content form.views-exposed-form {
  padding-bottom: 20px;
}

body .container .row .contrataciones .region-content form.views-exposed-form a:hover, body footer#footer > div .row .contrataciones .region-content form.views-exposed-form a:hover {
  color: #d2d2d2 !important;
}

.container .row .region-content .well .file, footer#footer > div .row .region-content .well .file {
  display: table;
  font-size: 100%;
  margin: 0;
}

.container .row .region-content .well .file-icon, footer#footer > div .row .region-content .well .file-icon {
  display: none;
}

.container .row .region-content .well .file-size, footer#footer > div .row .region-content .well .file-size {
  display: none;
}

.container .col-lg-2 .views-element-container, footer#footer > div .col-lg-2 .views-element-container {
  margin-left: -35px;
  position: fixed;
  margin-top: 28px;
  width: 165px;
}

.container .col-lg-2 ul, footer#footer > div .col-lg-2 ul {
  list-style-type: none;
  padding: 0;
}

.container .col-lg-2 li, footer#footer > div .col-lg-2 li {
  margin: 0;
  border: solid 1px #fff;
  padding: 3px 0px 3px 5px;
  font-size: 13px;
  list-style-type: none;
}

.container .col-lg-2 .side-menu ul li.level-2.li-actividades, .container .col-lg-2 .block-views-blockarchivos-plan-de-inversion-block-2 ul li.level-2.li-actividades, footer#footer > div .col-lg-2 .side-menu ul li.level-2.li-actividades, footer#footer > div .col-lg-2 .block-views-blockarchivos-plan-de-inversion-block-2 ul li.level-2.li-actividades {
  border-bottom: solid 1px #ddd !important;
  padding: 3px 0px 3px 5px !important;
}

body .container .row .contrataciones .region-content #block-plandeinscripcion .col-md-12.col-lg-10, body footer#footer > div .row .contrataciones .region-content #block-plandeinscripcion .col-md-12.col-lg-10 {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

body .container .row .contrataciones .region-content #block-plandeinscripcion h3:after, body footer#footer > div .row .contrataciones .region-content #block-plandeinscripcion h3:after {
  width: 100%;
  overflow: hidden;
  color: #0072bb;
  font-size: 2rem;
  margin-top: -10px;
  margin: 15px 0px 0px 0px;
  display: block;
}

body .container .row .contrataciones .region-content #block-plandeinscripcion .capac-colorsub, body footer#footer > div .row .contrataciones .region-content #block-plandeinscripcion .capac-colorsub {
  display: none;
}

.container .row .contrataciones .region-content .view-licitaciones .well, footer#footer > div .row .contrataciones .region-content .view-licitaciones .well {
  background: #fff;
  top: -5px;
  position: relative;
  z-index: 9;
  padding: 15px 0;
}

body .container .row .contrataciones .region-content .view-licitaciones .well .file-link a, body footer#footer > div .row .contrataciones .region-content .view-licitaciones .well .file-link a {
  letter-spacing: initial;
  display: block;
  font-weight: 300;
  padding-left: 19px;
}

body .container .row .contrataciones .region-content .view-licitaciones .well label, body footer#footer > div .row .contrataciones .region-content .view-licitaciones .well label,
body .container .row .contrataciones .region-content .view-licitaciones .well th,
body footer#footer > div .row .contrataciones .region-content .view-licitaciones .well th {
  color: #1193d2;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 5px;
}

body .container .row .contrataciones .region-content .view-licitaciones .well .form-control, body footer#footer > div .row .contrataciones .region-content .view-licitaciones .well .form-control {
  color: #111;
  height: 54px;
  width: 100%;
  margin-bottom: 20px;
}

body .container .row .contrataciones .region-content .view-licitaciones .well .select-wrapper, body footer#footer > div .row .contrataciones .region-content .view-licitaciones .well .select-wrapper {
  width: 100%;
}

body .container .row .contrataciones .region-content .view-licitaciones .well #edit-actions, body footer#footer > div .row .contrataciones .region-content .view-licitaciones .well #edit-actions {
  width: 100%;
  text-align: center;
}

body .container .row .contrataciones .region-content .view-licitaciones .well #edit-reset, body footer#footer > div .row .contrataciones .region-content .view-licitaciones .well #edit-reset {
  border: 0;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 16px 25px;
  text-transform: uppercase;
  white-space: initial;
  color: #fff;
  background-color: #5bc0de;
  border-color: #357ebd;
}

body .container .row .contrataciones .region-content .licitaciones-search-list .well, body footer#footer > div .row .contrataciones .region-content .licitaciones-search-list .well {
  background-color: #0072bb;
}

body .container .row .contrataciones .region-content .view-licitaciones .view-header, body footer#footer > div .row .contrataciones .region-content .view-licitaciones .view-header {
  background-color: #0181ca !important;
  border-color: #e7e7e7;
  border-radius: 4px;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

body .container .row .contrataciones .region-content .view.view-licitaciones.view-id-licitaciones, body footer#footer > div .row .contrataciones .region-content .view.view-licitaciones.view-id-licitaciones {
  text-align: center;
}

body.path-plan-de-inversion .container .row section .region-content h1, body.path-plan-de-inversion footer#footer > div .row section .region-content h1,
body.path-sar .container .row section .region-content h1,
body.path-sar footer#footer > div .row section .region-content h1,
body.path-inversion .container .row section .region-content h1,
body.path-inversion footer#footer > div .row section .region-content h1,
body.path-novedades-del-sector .container .row section .region-content h1,
body.path-novedades-del-sector footer#footer > div .row section .region-content h1 {
  display: none;
}

body.path-plan-de-inversion .container .bs-region--right .col-md-6 img, body.path-plan-de-inversion footer#footer > div .bs-region--right .col-md-6 img {
  margin-top: 15px;
  max-width: 100%;
}

body.path-plan-de-inversion .container .bs-region--right .plan-inversion-descargar, body.path-plan-de-inversion footer#footer > div .bs-region--right .plan-inversion-descargar {
  padding-left: 0;
  padding-top: 10px;
}

body.path-plan-de-inversion .container .bs-region--right .panel-group, body.path-plan-de-inversion footer#footer > div .bs-region--right .panel-group {
  margin-bottom: 0;
  border-radius: 4px;
}

body.path-plan-de-inversion .container .bs-region--right .panel-group p, body.path-plan-de-inversion footer#footer > div .bs-region--right .panel-group p {
  text-align: start;
  text-indent: 20px;
}

body.path-plan-de-inversion .container .bs-region--right .panel-group .panel-title > a, body.path-plan-de-inversion footer#footer > div .bs-region--right .panel-group .panel-title > a {
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}

.container .row img, footer#footer > div .row img {
  max-width: 100%;
}

body.path-licitaciones .main-container .container .row, body.path-licitaciones .main-container footer#footer > div .row {
  margin-right: 0px;
}

body.path-node.page-node-type-novedades.has-glyphicons .main-container .container .row .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item p.informacion-meteorologica, body.path-node.page-node-type-novedades.has-glyphicons .main-container footer#footer > div .row .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item p.informacion-meteorologica {
  text-decoration: underline;
}

body .container .row section .region-content .block-views-blockactividades-eventos-block-2 h2, body footer#footer > div .row section .region-content .block-views-blockactividades-eventos-block-2 h2, body .container .row section .region-content .block-views-blockactividades-eventos-block-2 .path-licitaciones .contrataciones h1.page-header, body footer#footer > div .row section .region-content .block-views-blockactividades-eventos-block-2 .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones body .container .row section .region-content .block-views-blockactividades-eventos-block-2 h1.page-header, .path-licitaciones .contrataciones body footer#footer > div .row section .region-content .block-views-blockactividades-eventos-block-2 h1.page-header,
body .container .row section .region-content .block-region-middle div#actividades-staff,
body footer#footer > div .row section .region-content .block-region-middle div#actividades-staff,
body .container .row section .region-content .block-region-middle #actividades-convocatorias h2.block-title,
body footer#footer > div .row section .region-content .block-region-middle #actividades-convocatorias h2.block-title,
body .container .row section .region-content .block-region-middle #actividades-convocatorias .path-licitaciones .contrataciones h1.page-header,
body footer#footer > div .row section .region-content .block-region-middle #actividades-convocatorias .path-licitaciones .contrataciones h1.page-header,
.path-licitaciones .contrataciones body .container .row section .region-content .block-region-middle #actividades-convocatorias h1.page-header,
.path-licitaciones .contrataciones body footer#footer > div .row section .region-content .block-region-middle #actividades-convocatorias h1.page-header,
body .container .row section .region-content .block-region-middle div#personal-operativo,
body footer#footer > div .row section .region-content .block-region-middle div#personal-operativo {
  text-transform: uppercase;
  color: #0072bb;
  font-size: 3rem;
  font-weight: 300;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0px;
  margin-top: 10px;
}

body .container .row section .region-content .block-region-middle #actividades-convocatorias h2.block-title, body footer#footer > div .row section .region-content .block-region-middle #actividades-convocatorias h2.block-title, body .container .row section .region-content .block-region-middle #actividades-convocatorias .path-licitaciones .contrataciones h1.page-header, body footer#footer > div .row section .region-content .block-region-middle #actividades-convocatorias .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones body .container .row section .region-content .block-region-middle #actividades-convocatorias h1.page-header, .path-licitaciones .contrataciones body footer#footer > div .row section .region-content .block-region-middle #actividades-convocatorias h1.page-header {
  margin-bottom: 20px;
}

body .container .row section .region-content .block-views-blockactividades-eventos-block-2 h2, body footer#footer > div .row section .region-content .block-views-blockactividades-eventos-block-2 h2, body .container .row section .region-content .block-views-blockactividades-eventos-block-2 .path-licitaciones .contrataciones h1.page-header, body footer#footer > div .row section .region-content .block-views-blockactividades-eventos-block-2 .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones body .container .row section .region-content .block-views-blockactividades-eventos-block-2 h1.page-header, .path-licitaciones .contrataciones body footer#footer > div .row section .region-content .block-views-blockactividades-eventos-block-2 h1.page-header {
  margin-bottom: 30px;
}

body .container .row section .region-content .block-region-middle #actividades-convocatorias h2.block-title:after, body footer#footer > div .row section .region-content .block-region-middle #actividades-convocatorias h2.block-title:after, body .container .row section .region-content .block-region-middle #actividades-convocatorias .path-licitaciones .contrataciones h1.page-header:after, body footer#footer > div .row section .region-content .block-region-middle #actividades-convocatorias .path-licitaciones .contrataciones h1.page-header:after, .path-licitaciones .contrataciones body .container .row section .region-content .block-region-middle #actividades-convocatorias h1.page-header:after, .path-licitaciones .contrataciones body footer#footer > div .row section .region-content .block-region-middle #actividades-convocatorias h1.page-header:after {
  width: 100%;
  overflow: hidden;
  color: #0072bb;
  font-size: 2rem;
  margin-top: -10px;
  margin: 15px 0px 0px 0px;
  display: block;
}

body .container .row section .region-content .block-region-middle div#actividades-staff:after, body footer#footer > div .row section .region-content .block-region-middle div#actividades-staff:after,
body .container .row section .region-content .block-region-middle div#personal-operativo:after,
body footer#footer > div .row section .region-content .block-region-middle div#personal-operativo:after {
  width: 100%;
  overflow: hidden;
  color: #0072bb;
  font-size: 2rem;
  margin-top: -10px;
  margin: 5px 0px 0px 0px;
  display: block;
}

body .container .row section .region-content .block-region-middle section#actividadesproximas-staff h2.block-title, body footer#footer > div .row section .region-content .block-region-middle section#actividadesproximas-staff h2.block-title, body .container .row section .region-content .block-region-middle section#actividadesproximas-staff .path-licitaciones .contrataciones h1.page-header, body footer#footer > div .row section .region-content .block-region-middle section#actividadesproximas-staff .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones body .container .row section .region-content .block-region-middle section#actividadesproximas-staff h1.page-header, .path-licitaciones .contrataciones body footer#footer > div .row section .region-content .block-region-middle section#actividadesproximas-staff h1.page-header,
body .container .row section .region-content .block-region-middle section#actividadesrecientes-staff h2.block-title,
body footer#footer > div .row section .region-content .block-region-middle section#actividadesrecientes-staff h2.block-title,
body .container .row section .region-content .block-region-middle section#actividadesrecientes-staff .path-licitaciones .contrataciones h1.page-header,
body footer#footer > div .row section .region-content .block-region-middle section#actividadesrecientes-staff .path-licitaciones .contrataciones h1.page-header,
.path-licitaciones .contrataciones body .container .row section .region-content .block-region-middle section#actividadesrecientes-staff h1.page-header,
.path-licitaciones .contrataciones body footer#footer > div .row section .region-content .block-region-middle section#actividadesrecientes-staff h1.page-header,
body .container .row section .region-content .block-region-middle section#actividadesproximas h2.block-title,
body footer#footer > div .row section .region-content .block-region-middle section#actividadesproximas h2.block-title,
body .container .row section .region-content .block-region-middle section#actividadesproximas .path-licitaciones .contrataciones h1.page-header,
body footer#footer > div .row section .region-content .block-region-middle section#actividadesproximas .path-licitaciones .contrataciones h1.page-header,
.path-licitaciones .contrataciones body .container .row section .region-content .block-region-middle section#actividadesproximas h1.page-header,
.path-licitaciones .contrataciones body footer#footer > div .row section .region-content .block-region-middle section#actividadesproximas h1.page-header,
body .container .row section .region-content .block-region-middle section#actividadesrecientes h2.block-title,
body footer#footer > div .row section .region-content .block-region-middle section#actividadesrecientes h2.block-title,
body .container .row section .region-content .block-region-middle section#actividadesrecientes .path-licitaciones .contrataciones h1.page-header,
body footer#footer > div .row section .region-content .block-region-middle section#actividadesrecientes .path-licitaciones .contrataciones h1.page-header,
.path-licitaciones .contrataciones body .container .row section .region-content .block-region-middle section#actividadesrecientes h1.page-header,
.path-licitaciones .contrataciones body footer#footer > div .row section .region-content .block-region-middle section#actividadesrecientes h1.page-header {
  font-size: 24px;
  color: #0072bb;
  text-transform: none;
  font-weight: 400;
}

body.path-capacitacion .container .row section .region-content .block-views article.actividades img, body.path-capacitacion footer#footer > div .row section .region-content .block-views article.actividades img {
  border: solid 1px #bbb;
  margin-bottom: 5px;
  width: 100%;
}

.container .row section article.actividades br, footer#footer > div .row section article.actividades br {
  display: none;
}

article.actividades a {
  display: block;
}

body.path-institucional .container .row section .region-content article .capac-colorsub, body.path-institucional footer#footer > div .row section .region-content article .capac-colorsub {
  display: block;
  position: absolute;
  width: 100%;
  overflow: hidden;
  color: #0072bb;
  font-size: 2rem;
}

body.path-institucional .container .row section .region-content article .directorioselect a span.posicion, body.path-institucional footer#footer > div .row section .region-content article .directorioselect a span.posicion {
  margin-top: 15px;
  display: block;
}

body.path-institucional .container .row section .region-content article .directorioselect h4.nombre, body.path-institucional footer#footer > div .row section .region-content article .directorioselect h4.nombre {
  font-weight: 400;
}

body.path-institucional .container .row section .region-content article .directorioselect.active h4, body.path-institucional footer#footer > div .row section .region-content article .directorioselect.active h4 {
  color: #0072bb;
}

body.path-institucional .container .row section .region-content article .directorioselect h4 a, body.path-institucional footer#footer > div .row section .region-content article .directorioselect h4 a {
  color: #686666;
  display: contents;
  padding-top: 0px;
}

body.path-institucional .container .row section .region-content article .directorioselect a, body.path-institucional footer#footer > div .row section .region-content article .directorioselect a {
  padding-top: 16px;
  display: block;
  color: #686666;
  height: 100%;
}

body.path-institucional .container .row section .region-content article .directorioselect.active h4 a, body.path-institucional footer#footer > div .row section .region-content article .directorioselect.active h4 a {
  color: #0072bb;
  display: contents;
  padding-top: 0px;
  height: 100%;
}

body.path-institucional .container .row section .region-content article .directorioselect.active a, body.path-institucional footer#footer > div .row section .region-content article .directorioselect.active a {
  padding-top: 16px;
  display: block;
  color: #0072bb;
  height: 100%;
}

body.path-institucional .container .row section .region-content article .tab-content > .active, body.path-institucional footer#footer > div .row section .region-content article .tab-content > .active,
body.path-institucional .container .row section .region-content article .pill-content > .active,
body.path-institucional footer#footer > div .row section .region-content article .pill-content > .active {
  display: block !important;
}

body.path-institucional .container .row section .region-content article .tab-content > .tab-pane, body.path-institucional footer#footer > div .row section .region-content article .tab-content > .tab-pane {
  display: none;
}

body.path-institucional .container .row section .region-content article.articulos#node-112 .vcenter strong, body.path-institucional footer#footer > div .row section .region-content article.articulos#node-112 .vcenter strong,
body.path-institucional .container .row section .region-content article.articulos#node-30 strong,
body.path-institucional footer#footer > div .row section .region-content article.articulos#node-30 strong,
body.path-institucional .container .row section .region-content article.articulos#node-30 p a,
body.path-institucional footer#footer > div .row section .region-content article.articulos#node-30 p a,
body.path-institucional .container .row section .region-content article.articulos#node-29 strong,
body.path-institucional footer#footer > div .row section .region-content article.articulos#node-29 strong,
body.path-institucional .container .row section .region-content article.articulos#node-27 strong,
body.path-institucional footer#footer > div .row section .region-content article.articulos#node-27 strong {
  color: #0072bb;
}

body.path-institucional .container .row section .region-content article#node-28 .content .field p, body.path-institucional footer#footer > div .row section .region-content article#node-28 .content .field p,
body.path-institucional .container .row section .region-content article#node-27 .content .field p,
body.path-institucional footer#footer > div .row section .region-content article#node-27 .content .field p {
  margin: 10px 0 10px 0px !important;
}

body.path-footer .container .bs-region--right, body.path-footer footer#footer > div .bs-region--right {
  margin-left: 0px;
  padding-left: 0px;
}

body.path-footer .container .bs-region .block-views-blockenlaces-utiles-block-1, body.path-footer footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-1 {
  padding-right: 0px;
  padding-left: 0px;
}

body.path-footer .container .bs-region .block-views-blockenlaces-utiles-block-2, body.path-footer footer#footer > div .bs-region .block-views-blockenlaces-utiles-block-2 {
  padding-left: 0px;
}

body.path-footer .container .bs-region span.link-text, body.path-footer footer#footer > div .bs-region span.link-text {
  color: #fff;
  text-transform: uppercase;
}

body.path-footer .container .row section .region-content .views-element-container, body.path-footer footer#footer > div .row section .region-content .views-element-container {
  overflow: hidden;
}

body.path-footer .container .bs-region--right, body.path-footer footer#footer > div .bs-region--right {
  margin-top: 0px;
}

body.path-institucional .row > div.directorio {
  padding-left: 0px;
  padding-right: 0;
  margin-bottom: 0;
}

body.path-institucional .row > div.directorio .nav-tabs {
  border: none;
  margin-bottom: 30px;
}

body.path-institucional .row > div.directorio .directorio-mobile {
  height: 180px;
  width: 100%;
  background: linear-gradient(to left, rgba(30, 87, 153, 0.94) 0%, rgba(41, 137, 216, 0.97) 50%, rgb(125, 185, 232) 100%);
  margin-bottom: 20px;
  overflow: hidden;
  display: none;
}

body.path-institucional .row > div.directorio .directorio-mobile.active {
  display: block;
}

body.path-institucional .row > div.directorio .directorio-mobile .direct-content {
  line-height: 15px;
  margin-left: 7px;
  float: left;
  left: 20px;
  top: 50px;
  width: 45%;
  position: absolute;
  z-index: 1;
}

body.path-institucional .row > div.directorio .directorio-mobile .direct-content .posicion {
  margin-top: 10px;
  display: block;
  color: #52cee2;
  font-size: 1.1rem;
}

body.path-institucional .row > div.directorio .directorio-mobile .direct-content h4 {
  color: #ffffff !important;
  font-size: 1.2rem;
}

body.path-institucional .row > div.directorio .directorio-mobile img {
  width: 150px;
  float: right;
  margin-bottom: 27px;
  position: relative;
  top: 15px !important;
  right: 12px;
}

body.path-institucional .row > div.directorio .directorio-mobile .directorio-prev {
  position: absolute;
  top: 90px;
  left: 20px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

body.path-institucional .row > div.directorio .directorio-mobile .directorio-next {
  position: absolute;
  top: 90px;
  right: 20px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.js-text-full.form-textarea:before {
  content: "gg";
  width: 200px;
  height: 30px;
  display: block;
}

body.path-user .container .user-login-form label, body.path-user footer#footer > div .user-login-form label,
body.path-user .container .user-pass label,
body.path-user footer#footer > div .user-pass label {
  color: #9d9d9d;
  font-weight: 400;
  margin-top: 7px;
}

body.path-user .container .user-login-form label:after, body.path-user footer#footer > div .user-login-form label:after,
body.path-user .container .user-pass label:after,
body.path-user footer#footer > div .user-pass label:after {
  display: none;
}

body.path-user .container .user-login-form .form-control, body.path-user footer#footer > div .user-login-form .form-control,
body.path-user .container .user-pass .form-control,
body.path-user footer#footer > div .user-pass .form-control {
  max-width: 600px;
}

body.path-user .container .user-login-form .form-actions .btn, body.path-user footer#footer > div .user-login-form .form-actions .btn,
body.path-user .container .user-pass .form-actions .btn,
body.path-user footer#footer > div .user-pass .form-actions .btn {
  padding: 10px 16px;
  margin-bottom: 30px;
}

.container .bs-region--left article.novedades-comun, footer#footer > div .bs-region--left article.novedades-comun {
  height: 170px;
  padding: 0px !important;
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 10px;
}

#views-exposed-form-licitaciones-page-1 .form-item-field-apertura-value-2-op {
  display: none;
}

#views-exposed-form-licitaciones-page-1 #edit-field-apertura-value-2-value {
  display: none;
}

.gminfo-wrapper {
  min-width: 210px;
}

.gminfo-header {
  color: #0072bb;
  font-weight: bold;
}

.gminfo-top {
  text-align: center;
  border: solid 1px #7bb1e8;
}

.gminfo-bottom {
  display: flex;
}

.gminfo-bottom-left {
  padding-top: 10px;
  border-left: solid 1px #7bb1e8;
  border-bottom: solid 1px #7bb1e8;
  border-right: solid 1px #7bb1e8;
  float: left;
  width: 70%;
  padding-left: 3px;
}

.gminfo-bottom-right {
  padding-top: 10px;
  border-bottom: solid 1px #7bb1e8;
  border-right: solid 1px #7bb1e8;
  float: left;
  width: 30%;
  color: #0072bb;
  padding-left: 3px;
}

.gminfo-bottom-right p {
  color: #0072bb !important;
}

body.path-servicios.has-glyphicons .container .row .region-content h1.page-header, body.path-servicios.has-glyphicons footer#footer > div .row .region-content h1.page-header {
  display: none;
}

body .container .row .region-content .actividad-content .col-xs-12.col-sm-4.actividad, body footer#footer > div .row .region-content .actividad-content .col-xs-12.col-sm-4.actividad {
  width: 100%;
}

body .container .row .region-content .actividad-content .col-xs-12.col-sm-4.actividad, body footer#footer > div .row .region-content .actividad-content .col-xs-12.col-sm-4.actividad {
  padding-right: 0px;
}

body.path-contact .container .row section .region-content form .captcha .form-group:last-child, body.path-contact footer#footer > div .row section .region-content form .captcha .form-group:last-child {
  min-width: 230px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.contenido-container-mensaje a:focus {
  color: white !important;
}

.feed-icons {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

a.feed-icon {
  text-transform: uppercase;
  background: #0072bb;
  border: none;
  padding: 12px 15px;
  color: white;
  float: left;
  margin-top: 20px;
  font-size: 14px;
  border-radius: 4px;
}

a.feed-icon:hover,
a.feed-icon:active,
a.feed-icon:focus {
  color: white !important;
}

@media (max-width: 767px) {
  .feed-icons {
    position: relative;
    transform: translateX(-40%);
  }

  .view-publicaciones .views-row {
    width: 100%;
    padding: 0;
  }

  body .container .row section .region-content .views-element-container .view-id-servicios ul > li, body footer#footer > div .row section .region-content .views-element-container .view-id-servicios ul > li {
    margin-bottom: 30px;
  }

  body.page-node-type-novedades .container .row section .region-content article .content .field--type-image, body.page-node-type-novedades footer#footer > div .row section .region-content article .content .field--type-image {
    margin: 20px 0px 25px 25px;
  }

  .container .row section .region-content article .ayoshare, footer#footer > div .row section .region-content article .ayoshare {
    top: -35px;
  }

  .container .row section .region-content article .ayoshare .mobile i, footer#footer > div .row section .region-content article .ayoshare .mobile i {
    font-size: 14px;
  }

  .novedades .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item {
    margin-top: 45px;
  }
}
.estadisticas {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  margin-top: 15px;
  padding: 20px;
  background: #0072bb;
  border-radius: 4px;
}

.estadisticas h3 {
  margin: 0 22% 0 0;
  color: white;
}

.estadisticas a {
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 0.7em;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 16px 25px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: initial;
  background-color: #5bc0de;
  transition: all 0.3s;
}

.estadisticas a:hover,
.estadisticas a:focus,
.estadisticas a:active {
  color: white !important;
  background-color: #31b0d5;
}

#anual.active,
#mensual.active {
  background-color: #31b0d5;
  cursor: not-allowed;
  opacity: 0.65;
}

#anual.loading .lds-ellipsis,
#mensual.loading .lds-ellipsis {
  display: inline-block;
}

#anual.active .lds-ellipsis,
#mensual.active .lds-ellipsis {
  display: none;
}

.estadisticas a p {
  margin: 0;
}

.view-informe-estadisticos .fa.fa-search,
.view-informe-estadisticos .views-exposed-form .filters-wrapper {
  display: none;
}

.btn-estadisticas {
  background-color: #74c9e4;
  border-color: #75c9e4;
  margin-top: 15px;
  font-size: 24px;
  transition: all 0.3s;
}

.btn-estadisticas:hover,
.btn-estadisticas:focus,
.btn-estadisticas:active {
  color: white !important;
  background-color: #31b0d5;
  border-color: #31b0d5;
}

.btn-estadisticas:focus:active,
.btn-estadisticas.active {
  background-color: #0072bb;
}

.view-footer {
  margin-top: 25px;
}

.estadisticas-link__container {
  display: block;
  margin-bottom: 10px;
}

.estadisticas-link {
  display: inline;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .view-id-informe_estadisticos .view-header {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .path-servicios .view-publicaciones .view-header {
    order: 1;
    height: auto;
  }

  div#mensaje-atfm iframe {
    display: none;
  }

  .estadisticas {
    height: auto;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .estadisticas h3 {
    margin: 0;
  }
}
.lds-ellipsis {
  display: none;
  position: absolute;
  top: 11px;
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.excel-icon {
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.excel-icon img {
  width: 25px;
  margin-right: 5px;
}

.fullscreen:hover p {
  margin-right: 10px !important;
}

.fullscreen p {
  float: right;
  margin: 0 !important;
  font-weight: bold !important;
  cursor: pointer;
  transition: all 0.4s;
}

.fullscreen img {
  float: right;
  width: 25px;
  margin-left: 5px;
  cursor: pointer;
}

body .container .bs-region--left article.novedades-comun .novedades-comun-img a, body footer#footer > div .bs-region--left article.novedades-comun .novedades-comun-img a {
  padding-top: 0 !important;
}

.view-publicaciones .view-content {
  display: none;
}

.contact-form div#edit-actions {
  text-align: left;
}

/*anuario*/
.field-content.anuario {
  margin-top: 115px;
}

.field-content.anuario {
  display: block;
  margin-top: 70px;
  margin-right: 15px;
  margin-bottom: 0;
  font-size: 15px;
  text-align: justify;
  color: black;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  background-color: #d9f0fc;
  padding: 25px;
}

.field-content.anuario b {
  display: block;
  margin-bottom: 10px;
  font-size: 19px;
}

.field-content.anuario a:hover {
  background-color: #2582ce;
  color: white !important;
}

@media (max-width: 768px) {
  .container .row section .region-content article .capac-colorsub, footer#footer > div .row section .region-content article .capac-colorsub {
    overflow: hidden;
    color: #0072bb;
    font-size: 2rem;
    margin-top: -10px;
    margin-bottom: 14px;
    display: block;
    font-weight: 300;
  }

  .field-content.anuario {
    margin-top: 115px;
  }

  body.path-node .main-container .container .region-content article .content .field--type-image, body.path-node .main-container footer#footer > div .region-content article .content .field--type-image {
    float: none;
    max-width: 100%;
    margin-left: 0px !important;
    margin-bottom: 25px;
    width: 100%;
  }
}
header .container .search-box input, header footer#footer > div .search-box input {
  display: block !important;
}

body.path-institucional .container .row section .region-content article .directorioselect a, body.path-institucional footer#footer > div .row section .region-content article .directorioselect a {
  display: block !important;
}

@media (max-width: 731px) {
  .container .row section .region-content article.novedades .separator, footer#footer > div .row section .region-content article.novedades .separator {
    display: none;
  }
}
#btn-search:hover,
#btn-search-mobile:hover {
  color: white !important;
}

#btn-social:hover,
#btn-search-mobile:hover {
  color: white !important;
}

#node-547 > div.content > div > p {
  font-size: 15px;
  text-align: justify;
  color: #34495e;
  margin: 0 0 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

#node-547 > div.content > div > p > br {
  display: block;
  content: "";
  margin-top: 10px;
  line-height: 150%;
}

@media (min-width: 1024px) {
  body.path-frontpage .container .bs-region--left article.novedades-destacadas .field--name-field-imagen img, body.path-frontpage footer#footer > div .bs-region--left article.novedades-destacadas .field--name-field-imagen img {
    width: 100%;
    height: 445px;
    object-fit: contain;
  }

  body .container .row section .region-content article.novedades .field.field--name-field-imagen a, body footer#footer > div .row section .region-content article.novedades .field.field--name-field-imagen a {
    padding-bottom: 0;
  }

  .container .bs-region--left article.novedades-destacadas, footer#footer > div .bs-region--left article.novedades-destacadas {
    height: 594px !important;
  }
}
@media (min-width: 560px) and (max-width: 990px) {
  .view-novedades-del-sector > .view-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  body.path-frontpage .container .bs-region--left article.novedades-destacadas .field--name-field-imagen img, body.path-frontpage footer#footer > div .bs-region--left article.novedades-destacadas .field--name-field-imagen img {
    height: 428px;
    object-fit: cover;
  }

  .path-frontpage article .col-xs-6.novedades-comun-header {
    width: 70%;
  }

  body .container .bs-region--left article.novedades-comun .novedades-comun-img img, body footer#footer > div .bs-region--left article.novedades-comun .novedades-comun-img img {
    height: 170px !important;
    object-fit: cover;
  }
}
#archive-menu-posta {
  display: none;
}

header.navbar {
  max-width: 100vw;
}

.superHideEmit {
  display: none !important;
}

.superBlockEmit {
  display: block !important;
}

@media (min-width: 1367px) {
  body .container .bs-region--left article.novedades-comun .novedades-comun-img img, body footer#footer > div .bs-region--left article.novedades-comun .novedades-comun-img img {
    height: 190px;
    object-fit: cover;
  }
}
@media (min-width: 960px) and (max-width: 1024px) and (orientation: landscape) {
  body .container .bs-region--left article.novedades-comun .novedades-comun-img img, body footer#footer > div .bs-region--left article.novedades-comun .novedades-comun-img img {
    height: 190px;
    object-fit: cover;
  }
}
@media (min-width: 960px) and (max-width: 1024px) and (orientation: landscape) {
  body .container .row section .region-content .views-element-container .view-id-servicios ul > li .views-field-field-imagen, body footer#footer > div .row section .region-content .views-element-container .view-id-servicios ul > li .views-field-field-imagen {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  body .container .row section .region-content .views-element-container .view-id-servicios ul > li .views-field-field-imagen, body footer#footer > div .row section .region-content .views-element-container .view-id-servicios ul > li .views-field-field-imagen {
    margin-bottom: 0;
  }
}
@media (min-width: 960px) and (max-width: 1024px) and (orientation: landscape) {
  .container .bs-region--left article.novedades-destacadas, footer#footer > div .bs-region--left article.novedades-destacadas {
    height: 534px !important;
    margin-bottom: 0;
  }
}
@media (min-width: 960px) and (max-width: 1024px) and (orientation: landscape) {
  .container .bs-region--left article.novedades-destacadas img, footer#footer > div .bs-region--left article.novedades-destacadas img {
    width: 100%;
    max-height: 383px !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    padding-top: 21px;
    object-fit: cover !important;
  }
}
@media (min-width: 960px) and (max-width: 1024px) and (orientation: landscape) {
  .container .bs-region--left .middle, footer#footer > div .bs-region--left .middle {
    padding-left: 8px;
  }
}
@media (min-width: 960px) and (max-width: 1024px) and (orientation: landscape) {
  .container .bs-region--left .left, footer#footer > div .bs-region--left .left {
    padding-right: 0;
  }
}
@media (min-width: 960px) and (max-width: 1024px) and (orientation: landscape) {
  body.path-novedades-del-sector .row.bs-2col-section-stacked .col-md-9,
.row.bs-2col-section-stacked .col-md-9 {
    margin-right: 0 !important;
  }
}
body .container .row section .region-content .views-element-container .view-id-servicios ul > li .views-field-field-imagen, body footer#footer > div .row section .region-content .views-element-container .view-id-servicios ul > li .views-field-field-imagen {
  margin-bottom: 8px !important;
}

.view-servicios .view-content .item-list ul li {
  margin-bottom: 12px !important;
}

body .container .row section .region-content .views-element-container .view-id-servicios ul > li, body footer#footer > div .row section .region-content .views-element-container .view-id-servicios ul > li {
  margin-bottom: 16px !important;
}

.view-servicios .view-content .item-list ul li .views-field.views-field-title .field-content a {
  padding: 0 !important;
  margin: 0 !important;
}

@media (min-width: 1025px) {
  .container .bs-region--left .left, footer#footer > div .bs-region--left .left {
    padding-right: 12px;
  }
}
@media (min-width: 600px) {
  .container .bs-region--left .left, footer#footer > div .bs-region--left .left {
    padding-right: 12px;
  }
}
@media (min-width: 1025px) {
  .view-servicios .view-content .item-list ul li {
    width: 120px;
  }
}
@media (min-width: 600px) {
  body .container .row section .region-content .row .bs-region--right .block-region-right .views-element-container .form-group .view-servicios.view-display-id-block_2, body footer#footer > div .row section .region-content .row .bs-region--right .block-region-right .views-element-container .form-group .view-servicios.view-display-id-block_2 {
    display: block;
  }
}
@media (max-width: 1024px) {
  .path-institucional .view-servicios {
    display: block !important;
  }

  .path-institucional .view-servicios li {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .path-institucional .view-servicios {
    display: block !important;
  }

  .path-institucional .view-servicios li {
    width: 32%;
  }
}
body .container .row section .region-content .views-element-container .view-id-servicios, body footer#footer > div .row section .region-content .views-element-container .view-id-servicios {
  margin: 0;
}

@media (min-width: 960px) and (max-width: 1024px) and (orientation: landscape) {
  .path-frontpage .container .row section .region-content .views-element-container .view-servicios, .path-frontpage footer#footer > div .row section .region-content .views-element-container .view-servicios {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .path-servicios .view-servicios {
    display: block !important;
  }

  .path-servicios .view-servicios li {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .path-servicios .view-servicios {
    display: block !important;
  }

  .path-servicios .view-servicios li {
    width: 32%;
  }
}
.path-servicios .view-servicios,
.path-seguridad-operacional .view-servicios,
.path-capacitacion .view-servicios {
  display: block !important;
}

@media (max-width: 599px) {
  .path-servicios .view-servicios li,
.path-seguridad-operacional .view-servicios li,
.path-capacitacion .view-servicios li {
    width: 33%;
  }
}
@media (max-width: 599px) {
  body .container .bs-region--right .block-region-right .views-element-container .form-group .view-servicios .view-content .item-list ul li, body footer#footer > div .bs-region--right .block-region-right .views-element-container .form-group .view-servicios .view-content .item-list ul li {
    width: 50%;
  }
}
.maintenance-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding: 24px;
}

.maintenance-page a {
  font-size: 0;
}

.maintenance-page main {
  text-align: center;
  font-size: 2rem;
}

.maintenance-page img {
  display: block;
  margin: auto;
  max-width: 100%;
}

/* -- Estílo de subtítulo -- */
article.contextual-region.novedades.is-promoted.full.clearfix {
  padding-top: 0px !important;
}

.container .row section .region-content article, footer#footer > div .row section .region-content article {
  padding-top: 0px !important;
}

/* -- Save Order buttons' style -- */
button#edit-save-order--2 {
  text-transform: uppercase;
  background: #0072bb;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 400;
}

div#edit-actions--2 {
  float: left;
  width: 100%;
  text-align: center;
}

/* -- Estilo resultado búquedas -- */
div.novedades-fecha-search {
  padding-top: 0px;
}

div.search-title h3 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

h7 .field.field--name-field-subtitulo.field--type-string.field--label-hidden.field--item.quickedit-field {
  margin-bottom: 10px;
}

div.row.novedades-content div {
  margin-bottom: 10px !important;
}

html {
  background-color: #13b9ff;
}

body {
  position: static;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
}

*::selection {
  background-color: #13b9ff;
  color: white;
}

/* Spacing fixes */
div[role=main] {
  padding-top: 32px;
}
div[role=main] .row .col-md-12 {
  padding-left: 0;
}

.bs-region--right {
  margin-top: 0;
}

.side-menu, .block-views-blockarchivos-plan-de-inversion-block-2 {
  margin-top: 0;
}

.col-md-12.col-lg-10.middle {
  padding-top: 0;
}

body:not(.path-frontpage) .slider-home {
  display: none;
}

.container, footer#footer > div {
  /* 	@include mqP{
  		width: 100%;
  	} */
}
@media (max-width: 1920px) {
  .container, footer#footer > div {
    width: 1170px;
  }
}
@media (max-width: 1200px) {
  .container, footer#footer > div {
    width: 90%;
  }
}
@media (min-width: 960px) and (max-width: 1200px) and (orientation: landscape) {
  .container, footer#footer > div {
    width: 90%;
  }
}

p, span, li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

li {
  margin-bottom: 10px;
}

#toolbar-administration li {
  margin-bottom: 0;
}

h1, .page-header, .page-header span, h1.page-header span {
  font-family: "Encode Sans", sans-serif;
  font-weight: 600;
  color: #333;
  font-size: 3rem;
  margin: 0 0 24px 0;
  border: none;
  padding: 0;
}

h2, .path-licitaciones .contrataciones h1.page-header, h2.block-title {
  font-family: "Encode Sans", sans-serif;
  font-weight: 700;
  color: #333;
  font-size: 2.6rem;
  padding-top: 8px;
  line-height: 1.2;
  margin: 0 0 16px 0;
}
@media (min-width: 1201px) {
  h2, .path-licitaciones .contrataciones h1.page-header, h2.block-title {
    padding-top: 0px;
  }
}
h2::after, .path-licitaciones .contrataciones h1.page-header::after, h2.block-title::after {
  content: "";
  border-bottom: 1px solid #333;
  margin: 0 0 8px 0;
  padding: 0 0 8px 0;
  display: block;
  height: 1px;
  border-color: #333;
}

h2 span, .path-licitaciones .contrataciones h1.page-header span {
  font-family: "Encode Sans", sans-serif;
  font-weight: 700;
  color: #333;
  font-size: 2.6rem;
  margin: 0;
}

h3, h3 span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #333;
  line-height: 1.5;
  margin: 0 0 16px 0;
}

h4, h4 span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  margin: 0 0 16px 0;
}

h5, h5 span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  margin: 0 0 16px 0;
}

h6, h6 span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin: 0 0 16px 0;
}

a {
  font-family: "Encode Sans", sans-serif;
  color: #0072bb;
}
a:hover {
  text-decoration: none;
}
@media (min-width: 1201px) {
  a:hover {
    color: #448cc7;
  }
}
a:focus {
  color: #448cc7;
}

a.btn, button, .btn-primary, .path-node.page-node-type-novedades .field--name-body a.btn, .path-node.page-node-type-novedades .field--name-body a.btn *, .path-node.page-node-type-novedades .field--name-body a.btn-eana, .path-node.page-node-type-novedades .field--name-body a.btn-eana *, span.file, .btn-info, .btn-default {
  color: white;
  background: #0072bb;
  padding: 12px 14px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.2;
  border-radius: 6px;
  text-align: center;
  border: none;
  will-change: transition;
}
a.btn *, button *, .btn-primary *, .path-node.page-node-type-novedades .field--name-body a.btn *, .path-node.page-node-type-novedades .field--name-body a.btn-eana *, span.file *, .btn-info *, .btn-default * {
  color: white;
}
@media (max-width: 1200px) {
  a.btn, button, .btn-primary, .path-node.page-node-type-novedades .field--name-body a.btn, .path-node.page-node-type-novedades .field--name-body a.btn *, .path-node.page-node-type-novedades .field--name-body a.btn-eana, .path-node.page-node-type-novedades .field--name-body a.btn-eana *, span.file, .btn-info, .btn-default {
    font-size: 1.66rem;
    padding: 1.2rem 2.5rem;
  }
}
a.btn:not(.btn-danger):hover, button:not(.btn-danger):hover, .btn-primary:not(.btn-danger):hover, .path-node.page-node-type-novedades .field--name-body a.btn:not(.btn-danger):hover, .path-node.page-node-type-novedades .field--name-body a.btn :not(.btn-danger):hover, .path-node.page-node-type-novedades .field--name-body a.btn-eana:not(.btn-danger):hover, .path-node.page-node-type-novedades .field--name-body a.btn-eana :not(.btn-danger):hover, span.file:not(.btn-danger):hover, .btn-info:not(.btn-danger):hover, .btn-default:not(.btn-danger):hover {
  color: white;
  background-color: #005388;
  transition: background-color 100ms ease-out;
}
a.btn:visited, button:visited, .btn-primary:visited, .path-node.page-node-type-novedades .field--name-body a.btn:visited, .path-node.page-node-type-novedades .field--name-body a.btn :visited, .path-node.page-node-type-novedades .field--name-body a.btn-eana:visited, .path-node.page-node-type-novedades .field--name-body a.btn-eana :visited, span.file:visited, .btn-info:visited, .btn-default:visited {
  background-color: #0072bb;
}
a.btn:focus, a.btn:active, a.btn:active:focus, button:focus, button:active, button:active:focus, .btn-primary:focus, .path-node.page-node-type-novedades .field--name-body a.btn:focus, .path-node.page-node-type-novedades .field--name-body a.btn :focus, .path-node.page-node-type-novedades .field--name-body a.btn-eana:focus, .path-node.page-node-type-novedades .field--name-body a.btn-eana :focus, .btn-primary:active, .path-node.page-node-type-novedades .field--name-body a.btn:active, .path-node.page-node-type-novedades .field--name-body a.btn :active, .path-node.page-node-type-novedades .field--name-body a.btn-eana:active, .path-node.page-node-type-novedades .field--name-body a.btn-eana :active, .btn-primary:active:focus, span.file:focus, span.file:active, span.file:active:focus, .btn-info:focus, .btn-info:active, .btn-info:active:focus, .btn-default:focus, .btn-default:active, .btn-default:active:focus {
  color: white;
  border: none;
  background-color: #005388;
}

a.btn, .btn-primary, .path-node.page-node-type-novedades .field--name-body a.btn, .path-node.page-node-type-novedades .field--name-body a.btn *, .path-node.page-node-type-novedades .field--name-body a.btn-eana, .path-node.page-node-type-novedades .field--name-body a.btn-eana *, span.file, .btn-info, .btn-default {
  max-width: 100%;
  line-height: 1.5;
  white-space: pre-line;
}

button.btn, button.btn-primary, .path-node.page-node-type-novedades .field--name-body a.btn button, .path-node.page-node-type-novedades .field--name-body a.btn-eana button {
  white-space: normal;
}

.well .file, .well span.file {
  background: none;
  color: #13b9ff;
  border: none;
  text-align: left;
}
.well .file *, .well span.file * {
  background: none;
  border: none;
}

a.btn strong, button strong {
  color: white;
}

.light-blue {
  background-color: #13b9ff;
}

i.fa {
  font-family: FontAwesome !important;
}

div.title-offset {
  position: relative;
  height: 0px;
  bottom: 55px;
}

/* Partials */
.path-frontpage div[role=main] {
  padding-top: 0;
}

.eana-home {
  padding: 16px 0;
}
.eana-home .region-top h2, .eana-home .region-top .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones .eana-home .region-top h1.page-header {
  font-family: "Encode Sans", sans-serif;
  color: #333;
  font-weight: 700;
  font-size: 2.6rem;
  margin: 20px 0px;
}
.eana-home .region-middle {
  display: grid;
  grid-template-columns: 75% 1fr;
  column-gap: 32px;
}
@media (max-width: 1200px) {
  .eana-home .region-middle {
    grid-template-columns: 60% 1fr;
  }
}
@media (min-width: 960px) and (max-width: 1200px) and (orientation: landscape) {
  .eana-home .region-middle {
    grid-template-columns: 72% 1fr;
    column-gap: 16px;
  }
}
@media (max-width: 599px) {
  .eana-home .region-middle {
    display: block;
  }
}
.eana-home .region-bottom a.btn-more-home {
  margin: 16px auto;
}

/* Internal sections */
#showFullScreenService * {
  color: #0072bb;
}

/* Margin fixes */
.container, footer#footer > div {
  padding-left: 0;
  padding-right: 0;
}
.container > .row > .col-sm-12, footer#footer > div > .row > .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
.container .row::before, footer#footer > div .row::before, .container .row::after, footer#footer > div .row::after {
  content: none;
}
.container .row.bs-2col-section-stacked, footer#footer > div .row.bs-2col-section-stacked {
  /* Division between articles and right elements like services block */
  display: grid;
  grid-template-columns: 75% 1fr;
  column-gap: 32px;
}
@media (max-width: 1200px) {
  .container .row.bs-2col-section-stacked, footer#footer > div .row.bs-2col-section-stacked {
    grid-template-columns: 66% 1fr;
  }
}
@media (max-width: 599px) {
  .container .row.bs-2col-section-stacked, footer#footer > div .row.bs-2col-section-stacked {
    grid-template-columns: 100%;
  }
}
.container .row.bs-2col-section-stacked > *[class^=col-], footer#footer > div .row.bs-2col-section-stacked > *[class^=col-] {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.container .row.bs-2col-section-stacked > *[class^=col-]:empty, footer#footer > div .row.bs-2col-section-stacked > *[class^=col-]:empty {
  display: none;
}
.container .row.bs-2col-section-stacked > *[class^=col-] > .row, footer#footer > div .row.bs-2col-section-stacked > *[class^=col-] > .row {
  /* Division between sidebar and articles */
  display: grid;
  grid-template-columns: 165px 1fr;
  column-gap: 32px;
}
@media (max-width: 1200px) {
  .container .row.bs-2col-section-stacked > *[class^=col-] > .row, footer#footer > div .row.bs-2col-section-stacked > *[class^=col-] > .row {
    grid-template-columns: 1fr;
  }
}
.container .row.bs-2col-section-stacked .row > .left, footer#footer > div .row.bs-2col-section-stacked .row > .left {
  float: none;
  width: 100%;
  padding: 0;
  position: initial;
  height: 100%;
  margin-bottom: 0;
}
.container .row.bs-2col-section-stacked .row > .middle, footer#footer > div .row.bs-2col-section-stacked .row > .middle {
  padding: 0;
  width: 100%;
}
.container .clearfix::before, footer#footer > div .clearfix::before, .container .clearfix::after, footer#footer > div .clearfix::after {
  content: none;
}
.container .row.bs-2col-section-stacked.no-menu > *[class^=col-] > .row, footer#footer > div .row.bs-2col-section-stacked.no-menu > *[class^=col-] > .row {
  display: block;
}
.container .bs-2col-stacked > .col-sm-6:first-child, footer#footer > div .bs-2col-stacked > .col-sm-6:first-child {
  padding-left: 0;
}
@media (max-width: 599px) {
  .container .bs-2col-stacked > .col-sm-6:first-child, footer#footer > div .bs-2col-stacked > .col-sm-6:first-child {
    padding-right: 0;
  }
}
.container .bs-2col-stacked > .col-sm-6:last-child, footer#footer > div .bs-2col-stacked > .col-sm-6:last-child {
  padding-right: 0;
}
@media (max-width: 599px) {
  .container .bs-2col-stacked > .col-sm-6:last-child, footer#footer > div .bs-2col-stacked > .col-sm-6:last-child {
    padding-left: 0;
  }
}

/* Panels IPE is rendering another column when the user is logged in */
.user-logged-in #panels-ipe-content > .bs-2col-stacked > .col-sm-12:first-child,
.user-logged-in #panels-ipe-content > .bs-2col-section-stacked > .col-sm-12:first-child {
  display: none;
}

article .col-md-12 {
  float: none;
}

.page-node-type-page .container > .row, .page-node-type-page footer#footer > div > .row {
  /* Division between sidebar and articles */
  display: grid;
  grid-template-columns: 165px 1fr;
  column-gap: 32px;
}
@media (max-width: 1200px) {
  .page-node-type-page .container > .row, .page-node-type-page footer#footer > div > .row {
    grid-template-columns: 1fr;
  }
}
.page-node-type-page .container > .row > .col-lg-2, .page-node-type-page footer#footer > div > .row > .col-lg-2 {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.page-node-type-page .container > .row > .col-lg-2 .views-element-container, .page-node-type-page footer#footer > div > .row > .col-lg-2 .views-element-container {
  margin: 0;
  padding: 0;
}

.bs-2col-stacked {
  /* Division between sidebar and main page */
  display: grid;
  grid-template-columns: 165px 1fr;
  column-gap: 32px;
}
@media (max-width: 1200px) {
  .bs-2col-stacked {
    grid-template-columns: 100%;
  }
}
.bs-2col-stacked > *[class^=col-] {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.bs-2col-stacked > *[class^=col-]:empty {
  display: none;
}
.bs-2col-stacked .row > .left {
  float: none;
  width: 100%;
  padding: 0;
  position: initial;
  height: 100%;
  margin-bottom: 0;
}
.bs-2col-stacked .row > .middle {
  padding: 0;
  width: 100%;
}

.block-region-middle section.block-views article,
.block-region-middle section.block-views article h3,
.block-region-middle section.block-views .row,
.block-region-middle section.block-views .title-offset,
.block-region-middle section.block-views #sobre-nosotros {
  scroll-margin-top: 113px;
}

.view-publicaciones .views-field-field-pdf .field-content {
  display: flex;
}
@media (max-width: 1200px) {
  .view-publicaciones .views-field-field-pdf .field-content {
    display: block;
  }
}
.view-publicaciones .views-field-field-pdf .field-content > span {
  width: 42%;
  padding: 6px;
  margin-right: 4px;
}
@media (max-width: 1200px) {
  .view-publicaciones .views-field-field-pdf .field-content > span {
    width: 100%;
  }
}
.view-publicaciones .views-field-field-pdf .field-content > span > * {
  padding: 2px;
  background: none;
  border: none;
}
.view-publicaciones .field-content.anuario a {
  margin: 10px 0;
}
.view-publicaciones .file .file-link *, .view-publicaciones .file .file-size {
  letter-spacing: initial;
  font-weight: 600;
}
.view-publicaciones .file .file-size {
  font-size: 10px;
  font-weight: 400;
}

.view-licitaciones .title-custom-licitaciones {
  margin: 0;
}
@media (max-width: 1200px) {
  .view-licitaciones .title-custom-licitaciones {
    margin-bottom: 8px;
  }
}
.view-licitaciones h3 {
  color: black;
  margin: 0;
}
.view-licitaciones .container-fluid {
  padding: 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .view-licitaciones .container-fluid {
    display: block;
  }
}
.view-licitaciones .container-fluid > span {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1200px) {
  .view-licitaciones .container-fluid > span {
    display: block;
  }
}
.view-licitaciones .container-fluid > span a {
  width: 42%;
  white-space: initial;
}
@media (max-width: 1200px) {
  .view-licitaciones .container-fluid > span a {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
}
.view-licitaciones .container-fluid > span a:first-child {
  margin-right: 10px;
}

.contrataciones {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

.path-licitaciones .main-container > .container > .row, .path-licitaciones footer#footer.main-container > div > .row {
  /* Division between sidebar and articles */
  display: grid;
  grid-template-columns: 165px 1fr;
  column-gap: 32px;
}
@media (max-width: 1200px) {
  .path-licitaciones .main-container > .container > .row, .path-licitaciones footer#footer.main-container > div > .row {
    grid-template-columns: 1fr;
  }
}
.path-licitaciones .row > .left, .path-licitaciones .row > .col-lg-2 {
  float: none;
  width: 100%;
  padding: 0;
  position: initial;
  height: 100%;
  margin-bottom: 0;
}
.path-licitaciones .row > .middle {
  padding: 0;
  width: 100%;
}

.path-licitaciones .contrataciones section {
  margin-bottom: 32px;
}
.path-licitaciones .contrataciones section > * {
  float: none;
}
.path-licitaciones .contrataciones section p {
  margin-bottom: 12px;
}
.path-licitaciones .contrataciones h1.page-header::after {
  content: none;
}
.path-licitaciones .contrataciones .dataroom .files {
  margin-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 16px;
}
.path-licitaciones .contrataciones .dataroom .files .file {
  width: 64px;
  margin-right: 4px;
}
.path-licitaciones .contrataciones .dataroom .files > div {
  padding: 0;
  margin: 0;
  display: inline;
}
.path-licitaciones .contrataciones .dataroom .col-md-10.col-lg-10.plan-inversion-descargar {
  float: none;
  display: inline;
  width: 100%;
  margin-left: 12px;
}
@media (max-width: 1200px) {
  .path-licitaciones .contrataciones .dataroom .col-md-10.col-lg-10.plan-inversion-descargar {
    display: none;
  }
}

.path-node .row > section, .path-node .container > .row, .path-node footer#footer > div > .row {
  margin: 0;
  padding: 0;
}
.path-node p, .path-node span, .path-node .field--name--body * {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #333;
  text-align: justify;
}
@media (max-width: 1200px) {
  .path-node p, .path-node span, .path-node .field--name--body * {
    font-size: 1.8rem;
  }
}
@media (max-width: 1200px) {
  .path-node iframe {
    max-width: 100%;
  }
}

.path-node.page-node-type-novedades div[role=main] {
  padding-top: 32px;
}
@media (max-width: 599px) {
  .path-node.page-node-type-novedades div[role=main] {
    padding-top: 16px;
  }
}
.path-node.page-node-type-novedades h1, .path-node.page-node-type-novedades h1 span {
  /* Title */
  font-family: "Encode Sans", sans-serif;
  color: #333;
  font-weight: 700;
  font-size: 3.5rem;
  margin: 0 0 16px 0;
  line-height: 1.4;
}
.path-node.page-node-type-novedades .field--name-field-subtitulo {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.7em;
  color: #333;
  line-height: 1.4;
  margin: 0 0 16px 0;
}
.path-node.page-node-type-novedades .field--name-field-imagen {
  float: right;
}
@media (max-width: 1200px) {
  .path-node.page-node-type-novedades .field--name-field-imagen {
    float: none;
  }
}
.path-node.page-node-type-novedades .novedades-redes {
  margin: 0px 0 15px 0;
  display: block;
  width: 100%;
  height: 22px;
}
.path-node.page-node-type-novedades .novedades-redes .button i.fa {
  background-color: #0072bb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.path-node.page-node-type-novedades .novedades-redes .button i.fa:hover {
  background-color: #005388;
}
.path-node.page-node-type-novedades .novedades-fecha {
  margin: 0 0 16px 0;
}
.path-node.page-node-type-novedades .novedades-fecha .post-date {
  font-size: 1em;
  font-weight: 600;
}
.path-node.page-node-type-novedades .field--name-body * {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #333;
  text-align: justify;
}
.path-node.page-node-type-novedades .field--name-body a {
  font-family: "Encode Sans", sans-serif;
  color: #0072bb;
}
.path-node.page-node-type-novedades .field--name-body a:hover {
  text-decoration: none;
}
@media (min-width: 1201px) {
  .path-node.page-node-type-novedades .field--name-body a:hover {
    color: #448cc7;
  }
}
.path-node.page-node-type-novedades .field--name-body a:focus {
  color: #448cc7;
}
.path-node.page-node-type-novedades .field--name-body a.btn, .path-node.page-node-type-novedades .field--name-body a.btn *, .path-node.page-node-type-novedades .field--name-body a.btn-eana, .path-node.page-node-type-novedades .field--name-body a.btn-eana * {
  font-size: 18px;
}
.path-node.page-node-type-novedades .field--name-body h1 {
  font-size: 200%;
}
.path-node.page-node-type-novedades .field--name-body h2, .path-node.page-node-type-novedades .field--name-body .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones .path-node.page-node-type-novedades .field--name-body h1.page-header {
  font-size: 175%;
}
.path-node.page-node-type-novedades .field--name-body h3 {
  font-size: 150%;
}
.path-node.page-node-type-novedades .field--name-body h4, .path-node.page-node-type-novedades .field--name-body h5, .path-node.page-node-type-novedades .field--name-body h6 {
  font-size: 125%;
}

.view-id-novedades_del_sector div.novedades {
  height: 230px;
}

@media (max-width: 1024px) {
  .view-id-novedades_del_sector div.novedades {
    height: 234px;
  }
}
.view-id-novedades_del_sector .views-field-field-imagen {
  display: none;
}

@media (max-width: 1024px) {
  .view-id-novedades_del_sector .views-field-field-imagen {
    display: initial;
  }
}
.view-id-novedades_del_sector .views-field-field-imagen-1 {
  display: initial;
}

@media (max-width: 1024px) {
  .view-id-novedades_del_sector .views-field-field-imagen-1 {
    display: none;
  }
}
.view-id-novedades_del_sector .views-field-field-imagen, .view-id-novedades_del_sector .views-field-field-imagen-1 {
  height: 135px;
}

.view-id-novedades_del_sector .views-field-field-imagen > div, .view-id-novedades_del_sector .views-field-field-imagen-1 > div {
  height: 135px;
  overflow: hidden;
  border: solid #bbc9d4 1px;
  margin-bottom: 4px;
}

@media (max-width: 1024px) {
  .view-id-novedades_del_sector .views-field-field-imagen > div, .view-id-novedades_del_sector .views-field-field-imagen-1 > div {
    margin-bottom: 6px;
  }
}
.view-id-novedades_del_sector .views-field-field-imagen > div img, .view-id-novedades_del_sector .views-field-field-imagen-1 > div img {
  height: 135px;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

/* Titles */
.view-id-novedades_del_sector .views-field-title {
  overflow: hidden;
}

.view-id-novedades_del_sector .views-field-title span {
  display: inline-block;
}

.view-id-novedades_del_sector .views-field-title span a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #0072bb;
}

/* Dates */
.view-id-novedades_del_sector .views-field-created span {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 85%;
}

.view-novedades-del-sector .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 16px;
  row-gap: 16px;
}
@media (max-width: 1200px) {
  .view-novedades-del-sector .view-content {
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
  }
}
@media (min-width: 960px) and (max-width: 1200px) and (orientation: landscape) {
  .view-novedades-del-sector .view-content {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 16px;
    row-gap: 8px;
  }
}
@media (max-width: 599px) {
  .view-novedades-del-sector .view-content {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
}
.view-novedades-del-sector .novedades {
  float: none;
  width: 100%;
  height: 250px;
  padding: 0;
}

body.path-busqueda div.main-container form .control-label {
  display: none;
}
body.path-busqueda div.main-container form input {
  width: 100%;
}
@media (max-width: 1200px) {
  body.path-busqueda div.main-container form input {
    height: unset;
    line-height: 2;
  }
}
body.path-busqueda div.main-container form .form-actions button {
  width: 100%;
  margin: 0;
  background-color: #0072bb;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  body.path-busqueda div.main-container form .form-actions button {
    line-height: 1.5;
  }
}
body.path-busqueda div.main-container form .form-actions button::before {
  content: "";
  margin-right: 4px;
  background-image: url("../images/search-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 14px;
  height: 16px;
}
body.path-busqueda .search-date {
  font-weight: 700;
  color: #333;
}
body.path-busqueda div.main-container article .post-info .search-title h3, body.path-busqueda div.main-container article .post-info .search-title h3 a, body.path-busqueda div.main-container article .post-info .search-title h3 a span {
  font-weight: 600;
}
body.path-busqueda div.main-container article .post-info .search-title .field--name-field-subtitulo {
  color: #333;
  font-size: 18px;
}
body.path-busqueda div.main-container article .post-info .search-title div > span.separator {
  background-color: #333;
}
body.path-busqueda .view-id-search article {
  display: flex;
}
body.path-busqueda .view-id-search article > *[class^=col-] {
  float: none;
}

/* old styles */
body.path-busqueda .container .row, body.path-busqueda footer#footer > div .row {
  margin-right: -15px !important;
  margin-left: -15px !important;
}

body.path-busqueda .container .row section.col-sm-12, body.path-busqueda footer#footer > div .row section.col-sm-12 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

body.path-busqueda .container .row section .region-content h1, body.path-busqueda footer#footer > div .row section .region-content h1 {
  font-size: 24px;
  padding: 0px;
  text-transform: none;
  font-weight: 700;
  margin-bottom: 12px;
}

body.path-busqueda .container .row section .region-content h1:after, body.path-busqueda footer#footer > div .row section .region-content h1:after {
  display: none;
}

body.path-busqueda .container .row section .region-content article, body.path-busqueda footer#footer > div .row section .region-content article {
  padding: 20px 10px 10px 10px;
  background: #f1f1f1;
  margin: 0px;
}

.path-busqueda div[role=main] form .fa-search {
  display: none;
}

.path-busqueda div[role=main] #filters-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 8fr 1fr;
  column-gap: 32px;
}

@media (max-width: 1200px) {
  .path-busqueda div[role=main] #filters-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
.path-busqueda div[role=main] .views-exposed-form.block.block-views.block-views-exposed-filter-blocksearch-page #views-exposed-form-search-page > div::before {
  content: "Búsqueda";
  font-family: "Encode Sans", sans-serif;
  color: #333;
  font-weight: 700;
  font-size: 2.6rem;
  margin-bottom: 8px;
}

.path-busqueda div[role=main] #filters-wrapper #edit-actions {
  display: inline;
  width: initial;
  float: none;
}

@media (max-width: 1200px) {
  .path-busqueda div[role=main] #filters-wrapper #edit-actions {
    display: block;
    width: 100%;
  }
}
.path-busqueda div[role=main] #filters-wrapper > div.form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-keywords.js-form-item-keywords.form-group {
  width: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 1200px) {
  .path-busqueda div[role=main] #filters-wrapper > div.form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-keywords.js-form-item-keywords.form-group {
    justify-content: space-between;
    margin-bottom: 8px;
  }
}
.path-busqueda .main-container .views-exposed-form.block.block-views.block-views-exposed-filter-blocksearch-page.clearfix #edit-keywords {
  width: 95%;
}

@media (max-width: 1200px) {
  .path-busqueda #edit-keywords {
    width: 60%;
  }

  #edit-submit-search {
    width: 100%;
  }

  .path-busqueda div[role=main] #filters-wrapper > div.form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-keywords.js-form-item-keywords.form-group > label {
    margin: 0 !important;
    width: 60% !important;
  }
}
.path-busqueda div[role=main] #edit-submit-search {
  padding: 7px 20px;
}

.path-busqueda div[role=main] #filters-wrapper > div.form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-keywords.js-form-item-keywords.form-group > label {
  margin-right: 16px;
  width: 12%;
}

.path-busqueda div[role=main] #views-exposed-form-search-page {
  margin-bottom: 32px;
}

.path-busqueda div > section > div.region.region-content > div > div > div.view-empty {
  text-align: left;
  margin-left: 16px;
  font-size: 18px;
}

.quickedit-toolbar-container {
  z-index: 1000;
}

.path-busqueda .main-container .container .row, .path-busqueda .main-container footer#footer > div .row {
  margin: 0 !important;
}

@media (max-width: 1200px) {
  .path-busqueda .container .row section .region-content article.novedades h3, .path-busqueda footer#footer > div .row section .region-content article.novedades h3 {
    font-size: 22pt;
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .path-busqueda .container .row section .region-content article.novedades .heading, .path-busqueda footer#footer > div .row section .region-content article.novedades .heading {
    font-size: 12pt;
  }
}
@media (max-width: 1200px) {
  .path-busqueda .novedades .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item {
    display: none;
  }
}
@media (max-width: 1200px) {
  .search-title div span {
    margin-bottom: 15px !important;
  }
}
.path-busqueda .container .row section .region-content article .post-picture, .path-busqueda footer#footer > div .row section .region-content article .post-picture {
  padding-top: 10px !important;
}

.path-busqueda article.novedades h3, .path-busqueda article.novedades h3 a, .path-busqueda article.novedades h3 a span {
  line-height: 1.1;
}

.path-busqueda article.novedades h3 a span {
  color: #0072bb;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 26px;
}

.path-busqueda .container .row section .region-content article .post-info, .path-busqueda footer#footer > div .row section .region-content article .post-info {
  padding-top: 10px !important;
}

@media (max-width: 599px) {
  .path-busqueda .container .row section .region-content article .col-xs-3, .path-busqueda footer#footer > div .row section .region-content article .col-xs-3 {
    padding: 5px;
  }
}
.eana-contact-form .file {
  color: black;
  padding: 0;
  background: none;
  border: 1px solid #F2F2F2;
  border-radius: 0;
}
.eana-contact-form .file > span {
  border: none;
  color: #333;
}
.eana-contact-form .file * {
  color: #333;
  pointer-events: none;
}

.path-form-plan-de-empadronamiento .page-header {
  display: none;
}
.path-form-plan-de-empadronamiento .webform-element-help {
  display: none !important;
}
.path-form-plan-de-empadronamiento article#form_plan_empadronamiento_header {
  margin-bottom: 24px;
}
.path-form-plan-de-empadronamiento article#form_plan_empadronamiento_header hr {
  border-color: #ccc;
}
.path-form-plan-de-empadronamiento .tooltip {
  display: none !important;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container {
  width: 720px;
  margin-bottom: 64px;
}
@media (max-width: 1200px) {
  .path-form-plan-de-empadronamiento #form_plan_empadronamiento_container {
    width: 100%;
  }
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .webform-progress,
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-es-explotador-aereo .control-label,
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo .control-label {
  display: none;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-required:after {
  content: none;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item {
  margin-bottom: 16px;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-control {
  width: 100%;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-inline.form-item > label {
  display: none;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-nombre-y-apellido-o-razon-social label,
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .js-form-type-email label {
  display: none;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form #tos-link {
  display: none;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .file-upload-js-error {
  font-size: 1.2rem;
  color: #f44336;
  display: block;
  width: 100%;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .table-responsive {
  border: none;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form fieldset[data-drupal-selector=edit-es-explotador-aereo-] {
  display: flex;
  align-items: center;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form fieldset[data-drupal-selector=edit-es-explotador-aereo-] legend {
  border: none;
  margin-bottom: 0;
  float: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form fieldset[data-drupal-selector=edit-es-explotador-aereo-] .fieldset-wrapper {
  display: inline-block;
  margin-left: 20px;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form fieldset[data-drupal-selector=edit-es-explotador-aereo-] .fieldset-wrapper .form-type-radio {
  margin: 0 0 0 8px;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-certificado-de-explotador-aereo .form-managed-file {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  align-items: center;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-certificado-de-explotador-aereo span.file {
  color: #333;
  padding: 0;
  background: none;
  width: 300px;
  margin-right: 16px;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-certificado-de-explotador-aereo .file-icon {
  display: none;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-certificado-de-explotador-aereo .file-size {
  display: none;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-certificado-de-explotador-aereo .file-link {
  color: #333;
  background: none;
  border: 1px solid #ccc;
  max-width: 320px;
  overflow: hidden;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-certificado-de-explotador-aereo .file-link a {
  color: black;
  padding: 0 12px;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-certificado-de-explotador-aereo .btn-danger {
  font-size: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-certificado-de-explotador-aereo .btn-danger span {
  padding: 0;
  margin: 0;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-es-explotador-aereo label,
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo label {
  display: block;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-es-explotador-aereo table thead,
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo table thead {
  display: none;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-es-explotador-aereo table tbody tr,
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo table tbody tr {
  background: none;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-es-explotador-aereo table tbody tr td:first-child,
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo table tbody tr td:first-child {
  padding: 0;
  background: none;
  border: none;
  flex: 1;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-es-explotador-aereo table tbody tr td:first-child > div,
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo table tbody tr td:first-child > div {
  margin-bottom: 0;
  margin-right: 16px;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-es-explotador-aereo .webform-multiple-table--operations,
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo .webform-multiple-table--operations {
  background: none;
  border: none;
  padding: 0;
  width: unset;
  vertical-align: unset;
  display: block;
  position: static;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-es-explotador-aereo .webform-multiple-table--operations *,
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo .webform-multiple-table--operations * {
  font-size: 0;
  width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  padding: 0;
  letter-spacing: 0;
}
@media (max-width: 1200px) {
  .path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-es-explotador-aereo .webform-multiple-table--operations *,
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo .webform-multiple-table--operations * {
    width: 40px;
    height: 40px;
  }
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-es-explotador-aereo .webform-multiple-table--operations *::after,
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo .webform-multiple-table--operations *::after {
  font-size: 22px;
}
@media (max-width: 1200px) {
  .path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-es-explotador-aereo .webform-multiple-table--operations *::after,
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo .webform-multiple-table--operations *::after {
    font-size: 2.2rem;
  }
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-es-explotador-aereo .webform-multiple-table--operations *:first-child::after,
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo .webform-multiple-table--operations *:first-child::after {
  content: "+";
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-es-explotador-aereo .webform-multiple-table--operations *:last-child,
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo .webform-multiple-table--operations *:last-child {
  margin-left: 4px;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-es-explotador-aereo .webform-multiple-table--operations *:last-child::after,
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo .webform-multiple-table--operations *:last-child::after {
  content: "-";
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo .btn-danger {
  display: none;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo td .form-group {
  margin-bottom: 4px;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo .form-type-managed-file {
  margin-bottom: 0;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo .file, .path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo .form-managed-file {
  margin-bottom: 0;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo .file span.file, .path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo .form-managed-file span.file {
  color: #333;
  padding: 0;
  background: none;
  margin-bottom: 0;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo .file .file-icon, .path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo .form-managed-file .file-icon {
  display: none;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo .file .file-size, .path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo .form-managed-file .file-size {
  display: none;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo .file .file-link, .path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo .form-managed-file .file-link {
  color: #333;
  border: 1px solid #ccc;
  padding: 0.25rem 0;
  max-width: 200px;
  overflow: hidden;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo .file .file-link a, .path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo .form-managed-file .file-link a {
  color: black;
  padding: 0 12px;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo table tbody tr:last-child {
  margin-bottom: 0px;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo table tbody tr {
  border-left: 6px solid #13b9ff;
  background: #F2F2F2;
  border-radius: 4px;
  padding: 16px 8px;
  margin-bottom: 32px;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo table tbody tr td:first-child > .form-item {
  margin-bottom: 10px;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo table tbody tr td:first-child > .form-group > div {
  margin-bottom: 0;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo table tbody tr td:first-child .form-type-managed-file label {
  display: block;
}
@media (max-width: 599px) {
  .path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo table tbody tr td:first-child .form-type-managed-file label {
    font-size: 75%;
    white-space: normal;
    white-space: break-spaces;
  }
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-item-no-es-explotador-aereo table tbody tr > div {
  margin-bottom: 16px;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .webform-email-confirm--wrapper {
  border: none;
  margin: 0;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .webform-email-confirm--wrapper .panel-heading {
  display: none;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .webform-email-confirm--wrapper .panel-body {
  padding: 0;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-submit-wrapper {
  float: none;
  text-align: left;
  margin: 0;
  padding-top: 4px;
}
.path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-submit-wrapper button {
  margin: 0;
}
@media (max-width: 1200px) {
  .path-form-plan-de-empadronamiento #form_plan_empadronamiento_container form .form-submit-wrapper button {
    width: 100%;
    display: block;
  }
}

.path-plan-de-inversion .content *[class^=col-] {
  float: none;
  width: 100%;
}
.path-plan-de-inversion .content > .row {
  display: flex;
}
.path-plan-de-inversion .content > .row > * {
  width: unset;
}
.path-plan-de-inversion .content > .row > *:first-child {
  display: inline-flex;
  padding: 0;
  margin: 0;
}
.path-plan-de-inversion .content > .row > *:first-child > * {
  display: flex;
  column-gap: 16px;
  margin-right: 16px;
}
.path-plan-de-inversion .content > .row > *:first-child > * > * {
  padding: 0;
  margin: 0;
}
.path-plan-de-inversion .content > .row > *:first-child a {
  width: 50px;
  display: inline-block;
}
.path-plan-de-inversion .content > .row > *:last-child {
  display: inline;
}
.path-plan-de-inversion .field--name-body > .row {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 599px) {
  .path-plan-de-inversion .field--name-body > .row {
    display: block;
  }
}
.path-plan-de-inversion .field--name-body > .row .plan-inversion-texto {
  margin: 0;
  padding: 0;
  flex-grow: 1;
}
@media (max-width: 599px) {
  .path-plan-de-inversion .field--name-body > .row .plan-inversion-texto {
    margin-bottom: 2rem;
  }
}
.path-plan-de-inversion .field--name-body > .row .plan-inversion-texto + * {
  padding: 0;
  margin: 0;
  flex-shrink: 2;
}

.plan-de-inversion .row .col-sm-4.col-md-4.col-lg-4.text-center {
  text-align: right;
}
@media (max-width: 599px) {
  .plan-de-inversion .row .col-sm-4.col-md-4.col-lg-4.text-center {
    text-align: center;
  }
}

.path-footer .bs-2col-stacked {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1200px) {
  .path-footer .bs-2col-stacked {
    grid-template-columns: 1fr;
  }
}

.user-logged-in {
  margin-bottom: 50px;
}
.user-logged-in header {
  position: static;
}
.user-logged-in #search-box {
  top: 2%;
}
@media (max-width: 1200px) {
  .user-logged-in #search-box {
    top: 25%;
  }
}

@media (max-width: 1200px) {
  #admin-toolbar-search-input {
    display: none;
  }
}

#toolbar-bar {
  position: fixed;
}

#toolbar-administration * {
  z-index: 9999;
  font-size: 100%;
}

.contextual-links {
  color: black;
}

.ipe-tab-wrapper, #panels-ipe-tray, .ipe-tabs {
  pointer-events: none;
}

.ipe-tabs *, .ipe-tab-content.active * {
  pointer-events: all;
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1;
  /* SEARCH */
}
header::before, header::after {
  content: none;
}
header > .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header > .container::before, header > .container::after {
  content: none;
}
header .menu-left {
  width: 80%;
}
@media (max-width: 1200px) {
  header .menu-left {
    display: inline-flex;
    width: 30%;
    flex-grow: 1;
  }
}
header .menu-left .navbar-header {
  width: 100%;
  display: flex;
  align-items: center;
}
header .menu-left .navbar-header .navbar-toggle {
  margin-right: 20px;
  padding: 8px 10px;
}
@media (max-width: 599px) {
  header .menu-left .navbar-header .navbar-toggle {
    margin-right: 8px;
  }
}
header .menu-left .navbar-header .logo {
  margin: 0;
  padding: 0;
  line-height: 1;
}
header .menu-left .navbar-header .logo img {
  width: 200px;
  min-width: initial;
}
header .menu-desktop-items {
  width: 100%;
  float: none;
}
header .menu.nav {
  margin: 0;
  padding-top: 2px;
  float: none;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
header .menu.nav li {
  font-size: 14px;
  margin: 0;
  float: none;
}
header .menu.nav li.active a {
  color: #13b9ff;
}
header .menu.nav li a {
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 1200px) {
  header .menu-responsive-items {
    padding: 0;
    z-index: 9999999999;
    display: block;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
  }
}
header .menu-responsive-items #block-eana-main-menu {
  display: none;
}
header .menu-responsive-items #social-links-mobile {
  padding: 32px 0px;
}
header .menu-responsive-items #social-links-mobile ul.social-icons {
  display: flex;
  justify-content: center;
}
header .menu-responsive-items #social-links-mobile ul.social-icons li {
  margin-right: 12px;
}
header .menu-responsive-items #social-links-mobile ul.social-icons li:last-child {
  margin: 0;
}
@media (max-width: 1200px) {
  header .menu-responsive-items #social-links-mobile ul.social-icons li i {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  header .menu-responsive-items #social-links-mobile ul.social-icons li i {
    width: 35px;
    height: 35px;
    font-size: 19px;
  }
}
header #ministerio {
  display: inline-block;
  font-size: 0;
  color: transparent;
  width: 140px;
  height: 44px;
  background-image: url("../images/ministerio.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
@media (max-width: 1200px) {
  header #ministerio {
    width: 30%;
    flex-shrink: 1;
    margin-right: 20px;
    background-position: right center;
  }
}
@media (max-width: 599px) {
  header #ministerio {
    margin-right: 8px;
    background-position: center;
  }
}
header #btn-search {
  background-color: #0072bb;
  color: #fff;
  font-size: 1.3em;
  font-weight: 300;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 2px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  background-image: url("../images/search-white.svg");
  background-repeat: no-repeat;
  background-position: center;
}
header #btn-search + *[data-drupal-selector^=edit-submit-search] {
  display: none;
}
@media (min-width: 1201px) {
  header #btn-search:hover {
    background-color: #005388;
    transition: background-color 100ms ease-out;
  }
}
header #btn-search.visible {
  background-image: url("../images/times-white.svg");
}
header #btn-search.visible:hover {
  background-color: #0072bb !important;
}
header #search-box {
  position: absolute;
  right: 42px;
  top: 50%;
  transform: translateY(-50%);
  width: 0%;
  transition: width 250ms ease-in-out;
  pointer-events: none;
  /* while visible */
  /* Remove useless elements */
}
header #search-box.visible {
  width: calc(100% - 200px - 52px);
  pointer-events: all;
}
@media (max-width: 1200px) {
  header #search-box.visible {
    width: calc(100% - 44px - 44px - 4px);
  }
}
@media (max-width: 599px) {
  header #search-box.visible {
    width: calc(100% - 44px - 44px - 4px);
  }
}
header #search-box.visible input {
  padding: 6px 48px;
  border: 2px solid #0072bb;
}
header #search-box input {
  height: 44px;
  border: none;
  border-radius: 2px 0 0 2px;
  padding: 0;
  transition: padding 100ms linear 33ms;
  background-image: url("../images/search-grey.svg");
  background-repeat: no-repeat;
  background-size: initial;
  background-position: left 16px center;
}
header #search-box * {
  width: 100%;
  padding: 0;
  margin: 0;
}
header #search-box label, header #search-box a {
  display: none;
}
header #search-box .filters-wrapper {
  padding: 0;
  background: none;
  border: none;
  display: inline-block;
}
header #search-box div[data-drupal-selector=edit-actions] {
  display: none;
}

footer#footer {
  background-color: #13b9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  footer#footer {
    height: initial;
    padding: 32px;
  }
}
footer#footer * {
  font-family: "Roboto", sans-serif;
  color: white;
  line-height: 1;
  padding: 0;
  margin: 0;
}
footer#footer *::selection {
  color: #50535C;
  background-color: white;
}
footer#footer a:hover {
  text-decoration: underline;
}
footer#footer > div {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 1170px;
}
@media (max-width: 1200px) {
  footer#footer > div {
    flex-direction: column;
    max-width: initial;
    width: 90%;
  }
}
@media (max-width: 1200px) {
  footer#footer #block-eanacopy {
    order: 3;
  }
}
@media (max-width: 1200px) {
  footer#footer #block-eanacopy * {
    font-size: 1.8rem;
    font-weight: 300;
  }
}
@media (max-width: 599px) {
  footer#footer #block-eanacopy * {
    font-size: 1.66rem;
  }
}
footer#footer #eana-footer-rrss {
  display: flex;
  align-items: center;
  justify-content: center;
  /* ICONS */
}
@media (max-width: 1200px) {
  footer#footer #eana-footer-rrss {
    order: 1;
    width: 100%;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid white;
  }
}
footer#footer #eana-footer-rrss > span {
  margin-right: 12px;
}
@media (max-width: 1200px) {
  footer#footer #eana-footer-rrss > span {
    display: none;
  }
}
footer#footer #eana-footer-rrss .rrss-links {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-evenly;
}
footer#footer #eana-footer-rrss .rrss-links li:not(:last-child) {
  margin-right: 6px;
}
@media (max-width: 1200px) {
  footer#footer #eana-footer-rrss .rrss-links li:not(:last-child) {
    margin-right: 12px;
  }
}
footer#footer #eana-footer-rrss a {
  display: inline-block;
  font-size: 0;
  line-height: 1;
}
footer#footer #eana-footer-rrss a:hover {
  text-decoration: none;
}
footer#footer #eana-footer-rrss a[aria-label]::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  font-size: 16px;
  background-color: white;
  border-radius: 50%;
  color: #13b9ff;
  border: 1px solid white;
}
@media (max-width: 1200px) {
  footer#footer #eana-footer-rrss a[aria-label]::before {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  footer#footer #eana-footer-rrss a[aria-label]::before {
    width: 35px;
    height: 35px;
    font-size: 19px;
  }
}
footer#footer #eana-footer-rrss a[aria-label]:hover::before {
  color: #46c8ff;
}
footer#footer #eana-footer-rrss *[aria-label=facebook]::before {
  font-family: FontAwesome;
  content: '\f09a';
}
footer#footer #eana-footer-rrss *[aria-label=twitter]::before {
  font-family: FontAwesome;
  content: '\f099';
}
footer#footer #eana-footer-rrss *[aria-label=youtube]::before {
  font-family: FontAwesome;
  content: '\f16a';
}
footer#footer #eana-footer-rrss *[aria-label=instagram]::before {
  font-family: FontAwesome;
  content: '\f16d';
}
footer#footer #eana-footer-rrss *[aria-label=linkedin]::before {
  font-family: FontAwesome;
  content: '\f0e1';
}
@media (max-width: 1200px) {
  footer#footer #block-piedepagina {
    order: 2;
    margin-bottom: 32px;
  }
}
footer#footer #block-piedepagina ul:not(.contextual-links) {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  footer#footer #block-piedepagina ul:not(.contextual-links) {
    display: block;
  }
}
footer#footer #block-piedepagina ul:not(.contextual-links) li {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  footer#footer #block-piedepagina ul:not(.contextual-links) li {
    font-size: 2.33rem;
    margin-bottom: 16px;
  }
}
@media (max-width: 599px) {
  footer#footer #block-piedepagina ul:not(.contextual-links) li {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
footer#footer #block-piedepagina ul:not(.contextual-links) li:not(:last-child)::after {
  content: "|";
  padding: 0 8px;
}
@media (max-width: 1200px) {
  footer#footer #block-piedepagina ul:not(.contextual-links) li:not(:last-child)::after {
    content: none;
  }
}
footer#footer #block-piedepagina a[href="/contacto"] {
  font-size: 0;
}
@media (max-width: 1200px) {
  footer#footer #block-piedepagina a[href="/contacto"] {
    font-size: inherit;
  }
}
@media (min-width: 1201px) {
  footer#footer #block-piedepagina a[href="/contacto"]:hover {
    text-decoration: none;
  }
}
footer#footer #block-piedepagina a[href="/contacto"]::before {
  font-size: 20px;
  font-family: FontAwesome;
  content: '\f0e0';
}
@media (max-width: 1200px) {
  footer#footer #block-piedepagina a[href="/contacto"]::before {
    content: none;
  }
}

.path-institucional .region-content article.articulos .directorio1 a:hover {
  color: #1269B0;
}
.path-institucional .region-content article.articulos .directorio1 .img {
  background-image: url("/sites/default/files/directorio/directorio1-silueta.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  width: 100%;
  height: 180px;
}
.path-institucional .region-content article.articulos .directorio1 .img:hover {
  filter: brightness(1.1);
  opacity: 0.7;
  background-image: url("/sites/default/files/directorio/directorio1.png") !important;
}
.path-institucional .region-content article.articulos .directorio1.active .img {
  background-image: url("/sites/default/files/directorio/directorio1.png") !important;
}

.path-institucional .region-content article.articulos .directorio2 a:hover {
  color: #1269B0;
}
.path-institucional .region-content article.articulos .directorio2 .img {
  background-image: url("/sites/default/files/directorio/directorio2-silueta.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  width: 100%;
  height: 180px;
}
.path-institucional .region-content article.articulos .directorio2 .img:hover {
  filter: brightness(1.1);
  opacity: 0.7;
  background-image: url("/sites/default/files/directorio/directorio2.png") !important;
}
.path-institucional .region-content article.articulos .directorio2.active .img {
  background-image: url("/sites/default/files/directorio/directorio2.png") !important;
}

.path-institucional .region-content article.articulos .directorio3 a:hover {
  color: #1269B0;
}
.path-institucional .region-content article.articulos .directorio3 .img {
  background-image: url("/sites/default/files/directorio/directorio3-silueta.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  width: 100%;
  height: 180px;
}
.path-institucional .region-content article.articulos .directorio3 .img:hover {
  filter: brightness(1.1);
  opacity: 0.7;
  background-image: url("/sites/default/files/directorio/directorio3.png") !important;
}
.path-institucional .region-content article.articulos .directorio3.active .img {
  background-image: url("/sites/default/files/directorio/directorio3.png") !important;
}

.path-institucional .region-content article.articulos .directorio4 a:hover {
  color: #1269B0;
}
.path-institucional .region-content article.articulos .directorio4 .img {
  background-image: url("/sites/default/files/directorio/directorio4-silueta.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  width: 100%;
  height: 180px;
}
.path-institucional .region-content article.articulos .directorio4 .img:hover {
  filter: brightness(1.1);
  opacity: 0.7;
  background-image: url("/sites/default/files/directorio/directorio4.png") !important;
}
.path-institucional .region-content article.articulos .directorio4.active .img {
  background-image: url("/sites/default/files/directorio/directorio4.png") !important;
}

.directorio .capac-colorsub {
  top: 158px !important;
}

.directorioselect {
  padding-left: 4px;
  padding-right: 4px;
  font-size: 75%;
  line-height: 1;
}
.directorioselect h4 {
  font-size: 16px;
  line-height: 1.2;
  font-style: normal;
}
.directorioselect .nombre {
  margin: 2px 0;
}
.directorioselect .apellido {
  margin-bottom: 0;
}

body.path-institucional div[role=main] article .directorio .directorioselect a:hover,
body.path-institucional .container .row section .region-content article .directorioselect h4 a:hover,
body.path-institucional footer#footer > div .row section .region-content article .directorioselect h4 a:hover,
body.path-institucional .container .row section .region-content article .directorioselect span:hover,
body.path-institucional footer#footer > div .row section .region-content article .directorioselect span:hover {
  color: #0072bb;
}

body.path-institucional div[role=main] article .directorio .directorioselect.active a:hover {
  color: #0072bb;
}
body.path-institucional div[role=main] article .directorio .directorioselect.active a span.posicion {
  color: #0072bb !important;
}
body.path-institucional div[role=main] article .directorio .directorioselect.active a span.posicion:hover {
  color: #0072bb !important;
}

.path-institucional .capac-colorsub {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}

.eana-home h2, .eana-home .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones .eana-home h1.page-header, .eana-home h2 span, .eana-home .path-licitaciones .contrataciones h1.page-header span, .path-licitaciones .contrataciones .eana-home h1.page-header span, .eana-home h2::after, .eana-home .path-licitaciones .contrataciones h1.page-header::after, .path-licitaciones .contrataciones .eana-home h1.page-header::after, .eana-home h2 span::after, .eana-home .path-licitaciones .contrataciones h1.page-header span::after, .path-licitaciones .contrataciones .eana-home h1.page-header span::after {
  content: none;
  text-transform: none;
}
.eana-home h2.novedades-title, .eana-home .path-licitaciones .contrataciones h1.novedades-title.page-header, .path-licitaciones .contrataciones .eana-home h1.novedades-title.page-header {
  font-family: "Encode Sans", sans-serif;
  color: #aaaaaa;
  text-transform: uppercase;
  font-weight: 300;
}
.eana-home .articles {
  display: grid;
  grid-template-columns: 50% 1fr;
  column-gap: 10px;
  /* Non highlighted articles, the image position is scattered evenly across all articles */
}
@media (max-width: 1200px) {
  .eana-home .articles {
    display: block;
  }
}
@media (min-width: 960px) and (max-width: 1200px) and (orientation: landscape) {
  .eana-home .articles {
    display: grid;
    grid-template-columns: 48% 1fr;
  }
}
.eana-home .articles article {
  background-color: #F2F2F2;
  margin-bottom: 10px;
  transition: background-color 100ms ease-out;
  overflow: hidden;
  position: relative;
}
.eana-home .articles article > a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.eana-home .articles article::before, .eana-home .articles article::after {
  content: none;
}
@media (min-width: 1201px) {
  .eana-home .articles article:hover {
    background-color: #0072bb;
    cursor: pointer;
  }
  .eana-home .articles article:hover * {
    color: white;
  }
  .eana-home .articles article:hover .post-separator {
    border-color: white;
  }
  .eana-home .articles article:hover .field--name-field-subtitulo {
    color: white;
  }
}
@media (max-width: 1200px) {
  .eana-home .articles article:active > a, .eana-home .articles article:focus > a, .eana-home .articles article a:active > a {
    outline: 1px #13b9ff;
    border: 1px solid rgba(19, 185, 255, 0.5);
  }
}
.eana-home .articles article .post-home-detail {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.eana-home .articles article h2, .eana-home .articles article .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones .eana-home .articles article h1.page-header, .eana-home .articles article h2 a, .eana-home .articles article .path-licitaciones .contrataciones h1.page-header a, .path-licitaciones .contrataciones .eana-home .articles article h1.page-header a, .eana-home .articles article h2 a span, .eana-home .articles article .path-licitaciones .contrataciones h1.page-header a span, .path-licitaciones .contrataciones .eana-home .articles article h1.page-header a span {
  font-family: "Encode Sans", sans-serif;
  font-weight: 600;
  color: #0072bb;
  margin: 0;
}
@media (max-width: 599px) {
  .eana-home .articles article h2, .eana-home .articles article .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones .eana-home .articles article h1.page-header, .eana-home .articles article h2 a, .eana-home .articles article .path-licitaciones .contrataciones h1.page-header a, .path-licitaciones .contrataciones .eana-home .articles article h1.page-header a, .eana-home .articles article h2 a span, .eana-home .articles article .path-licitaciones .contrataciones h1.page-header a span, .path-licitaciones .contrataciones .eana-home .articles article h1.page-header a span {
    font-weight: 400;
  }
}
.eana-home .articles article .post-separator, .eana-home .articles article .separator-main-news {
  color: #50535C;
  font-size: 10pt;
  line-height: 1;
  border-bottom: 1px solid #333;
  margin: 0 0 2px 0;
  padding: 0 0 2px 0;
  display: block;
  height: 1px;
  padding: 0 0 6px 0;
  width: 36px;
}
@media (max-width: 599px) {
  .eana-home .articles article .post-separator, .eana-home .articles article .separator-main-news {
    display: none;
  }
}
.eana-home .articles article .field--name-field-subtitulo {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #333;
}
.eana-home .articles article img {
  object-fit: cover;
}
.eana-home .articles .novedades-highlights-container article {
  height: 590px;
  display: grid;
  grid-template-rows: 1fr 390px;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 960px) and (max-width: 1200px) and (orientation: landscape) {
  .eana-home .articles .novedades-highlights-container article {
    grid-template-rows: auto minmax(390px, 1fr);
  }
}
@media (max-width: 1200px) {
  .eana-home .articles .novedades-highlights-container article {
    grid-template-rows: auto minmax(0, 300px);
    height: 550px;
  }
}
@media (max-width: 599px) {
  .eana-home .articles .novedades-highlights-container article {
    grid-template-rows: auto minmax(0, 300px);
  }
}
.eana-home .articles .novedades-highlights-container article h2, .eana-home .articles .novedades-highlights-container article .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones .eana-home .articles .novedades-highlights-container article h1.page-header, .eana-home .articles .novedades-highlights-container article h2 a, .eana-home .articles .novedades-highlights-container article .path-licitaciones .contrataciones h1.page-header a, .path-licitaciones .contrataciones .eana-home .articles .novedades-highlights-container article h1.page-header a, .eana-home .articles .novedades-highlights-container article h2 a span, .eana-home .articles .novedades-highlights-container article .path-licitaciones .contrataciones h1.page-header a span, .path-licitaciones .contrataciones .eana-home .articles .novedades-highlights-container article h1.page-header a span {
  line-height: 30px;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .eana-home .articles .novedades-highlights-container article h2, .eana-home .articles .novedades-highlights-container article .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones .eana-home .articles .novedades-highlights-container article h1.page-header, .eana-home .articles .novedades-highlights-container article h2 a, .eana-home .articles .novedades-highlights-container article .path-licitaciones .contrataciones h1.page-header a, .path-licitaciones .contrataciones .eana-home .articles .novedades-highlights-container article h1.page-header a, .eana-home .articles .novedades-highlights-container article h2 a span, .eana-home .articles .novedades-highlights-container article .path-licitaciones .contrataciones h1.page-header a span, .path-licitaciones .contrataciones .eana-home .articles .novedades-highlights-container article h1.page-header a span {
    line-height: 1.33;
    font-size: 1.2em;
  }
}
@media (min-width: 960px) and (max-width: 1200px) and (orientation: landscape) {
  .eana-home .articles .novedades-highlights-container article h2, .eana-home .articles .novedades-highlights-container article .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones .eana-home .articles .novedades-highlights-container article h1.page-header, .eana-home .articles .novedades-highlights-container article h2 a, .eana-home .articles .novedades-highlights-container article .path-licitaciones .contrataciones h1.page-header a, .path-licitaciones .contrataciones .eana-home .articles .novedades-highlights-container article h1.page-header a, .eana-home .articles .novedades-highlights-container article h2 a span, .eana-home .articles .novedades-highlights-container article .path-licitaciones .contrataciones h1.page-header a span, .path-licitaciones .contrataciones .eana-home .articles .novedades-highlights-container article h1.page-header a span {
    line-height: 1.2;
  }
}
@media (max-width: 599px) {
  .eana-home .articles .novedades-highlights-container article h2, .eana-home .articles .novedades-highlights-container article .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones .eana-home .articles .novedades-highlights-container article h1.page-header, .eana-home .articles .novedades-highlights-container article h2 a, .eana-home .articles .novedades-highlights-container article .path-licitaciones .contrataciones h1.page-header a, .path-licitaciones .contrataciones .eana-home .articles .novedades-highlights-container article h1.page-header a, .eana-home .articles .novedades-highlights-container article h2 a span, .eana-home .articles .novedades-highlights-container article .path-licitaciones .contrataciones h1.page-header a span, .path-licitaciones .contrataciones .eana-home .articles .novedades-highlights-container article h1.page-header a span {
    line-height: 1.33;
    margin: 8px 0 12px;
  }
}
.eana-home .articles .novedades-highlights-container article .post-home-featured-header {
  padding: 10px 16px 24px;
  overflow: hidden;
}
.eana-home .articles .novedades-highlights-container article .post-home-featured-header > span:last-child {
  display: none;
}
.eana-home .articles .novedades-highlights-container article .field--name-field-imagen, .eana-home .articles .novedades-highlights-container article img {
  height: 100%;
  z-index: 1;
}
.eana-home .articles .novedades-highlights-container article .post-separator {
  padding-bottom: 10px;
}
.eana-home .articles .novedades-highlights-container article .field--name-field-subtitulo {
  margin-top: 8px;
  font-size: 16px;
  word-break: break-word;
  line-height: 28px;
}
@media (max-width: 1200px) {
  .eana-home .articles .novedades-highlights-container article .field--name-field-subtitulo {
    font-size: 16px;
  }
}
.eana-home .articles .novedades-container article {
  height: 190px;
  display: flex;
  flex-wrap: nowrap;
}
.eana-home .articles .novedades-container article h2, .eana-home .articles .novedades-container article .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones .eana-home .articles .novedades-container article h1.page-header, .eana-home .articles .novedades-container article h2 a, .eana-home .articles .novedades-container article .path-licitaciones .contrataciones h1.page-header a, .path-licitaciones .contrataciones .eana-home .articles .novedades-container article h1.page-header a, .eana-home .articles .novedades-container article h2 a span, .eana-home .articles .novedades-container article .path-licitaciones .contrataciones h1.page-header a span, .path-licitaciones .contrataciones .eana-home .articles .novedades-container article h1.page-header a span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .eana-home .articles .novedades-container article h2, .eana-home .articles .novedades-container article .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones .eana-home .articles .novedades-container article h1.page-header, .eana-home .articles .novedades-container article h2 a, .eana-home .articles .novedades-container article .path-licitaciones .contrataciones h1.page-header a, .path-licitaciones .contrataciones .eana-home .articles .novedades-container article h1.page-header a, .eana-home .articles .novedades-container article h2 a span, .eana-home .articles .novedades-container article .path-licitaciones .contrataciones h1.page-header a span, .path-licitaciones .contrataciones .eana-home .articles .novedades-container article h1.page-header a span {
    font-size: 1.1em;
    line-height: 1.2;
  }
}
.eana-home .articles .novedades-container .novedades-comun-img {
  float: none;
  padding: 0;
  overflow: hidden;
}
.eana-home .articles .novedades-container .novedades-comun-img div {
  height: 100%;
}
.eana-home .articles .novedades-container .novedades-comun-img a {
  padding: 0;
}
.eana-home .articles .novedades-container .novedades-comun-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.eana-home .articles .novedades-container .novedades-comun-header {
  float: none;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  row-gap: 2px;
  padding: 10px 15px;
  height: 100%;
}
@media (max-width: 599px) {
  .eana-home .articles .novedades-container .novedades-comun-header {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    padding: 4px 10px;
  }
}
@media (max-width: 599px) {
  .eana-home .articles .novedades-container .novedades-comun-header .novedades-block-title-container {
    margin-top: 4px;
  }
}
.eana-home .articles .novedades-container .novedades-comun-header .novedades-block-subtitle-container, .eana-home .articles .novedades-container .novedades-comun-header .field--name-field-subtitulo {
  height: 100%;
}
.eana-home .articles .novedades-container .novedades-comun-header .field--name-field-subtitulo {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (max-width: 1200px) {
  .eana-home .articles .novedades-container .novedades-comun-header .field--name-field-subtitulo {
    line-height: 18px;
  }
}
@media (max-width: 599px) {
  .eana-home .articles .novedades-container .novedades-comun-header .field--name-field-subtitulo {
    display: none;
  }
}
.eana-home .articles .novedades-container .block-region-middle section:nth-of-type(even) article, .eana-home .articles .novedades-container .block-region-middle-bottom section:nth-of-type(even) article {
  flex-direction: row-reverse;
}
.eana-home .articles .novedades-container .block-region-middle-middle section:nth-of-type(odd) article {
  flex-direction: row-reverse;
}

.container.slider-home, footer#footer > div.slider-home {
  width: 100%;
}

.view-slider-home p, .view-slider-home span {
  color: white;
  font-size: 3rem;
}
.view-slider-home .carousel-caption {
  text-shadow: none;
}
.view-slider-home .carousel-control span {
  color: white;
}

.slick-slide.slick-current div.slide__caption p, .slick-slide.slick-current div.slide__caption span, .slick-slide.slick-active div.slide__caption p, .slick-slide.slick-active div.slide__caption span {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
.slick-slide div.slide__caption p, .slick-slide div.slide__caption span {
  opacity: 0;
}

.side-menu, .block-views-blockarchivos-plan-de-inversion-block-2 {
  position: fixed;
  width: 165px;
  /* Prevent overlapping with footer due to small screens */
}
@media (max-width: 1200px) {
  .side-menu, .block-views-blockarchivos-plan-de-inversion-block-2 {
    display: none;
  }
}
.side-menu .form-group, .block-views-blockarchivos-plan-de-inversion-block-2 .form-group {
  overflow-x: auto;
  max-height: calc(100vh - 250px);
}
.side-menu a, .block-views-blockarchivos-plan-de-inversion-block-2 a {
  display: block;
  width: 100%;
}
.side-menu .pull-right, .block-views-blockarchivos-plan-de-inversion-block-2 .pull-right {
  cursor: pointer;
  font-weight: bold;
  color: #0072bb;
  display: block;
  margin-bottom: 0px;
  padding-left: 6px;
  padding-right: 6px;
}
.side-menu ul, .block-views-blockarchivos-plan-de-inversion-block-2 ul, .side-menu .view-content, .block-views-blockarchivos-plan-de-inversion-block-2 .view-content {
  list-style-type: none;
  padding: 0;
}
.side-menu ul li, .block-views-blockarchivos-plan-de-inversion-block-2 ul li, .side-menu .view-content li, .block-views-blockarchivos-plan-de-inversion-block-2 .view-content li {
  font-weight: 600;
}
.side-menu ul li:not(.level-2), .block-views-blockarchivos-plan-de-inversion-block-2 ul li:not(.level-2), .side-menu .view-content li:not(.level-2), .block-views-blockarchivos-plan-de-inversion-block-2 .view-content li:not(.level-2) {
  /* links */
  margin: 0;
  border: solid 1px #fff;
  padding: 3px 0px 3px 5px;
  font-size: 1.5rem;
  position: relative;
}
.side-menu ul li:not(.level-2).side-menu-title, .block-views-blockarchivos-plan-de-inversion-block-2 ul li:not(.level-2).side-menu-title, .side-menu .view-content li:not(.level-2).side-menu-title, .block-views-blockarchivos-plan-de-inversion-block-2 .view-content li:not(.level-2).side-menu-title {
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
  background: #0072bb;
  color: #fff;
  padding-top: 5px;
  font-size: 2rem;
  padding: 5px 0 25px 5px;
  margin: 0;
}
.side-menu ul li:not(.level-2).side-menu-title:hover, .block-views-blockarchivos-plan-de-inversion-block-2 ul li:not(.level-2).side-menu-title:hover, .side-menu .view-content li:not(.level-2).side-menu-title:hover, .block-views-blockarchivos-plan-de-inversion-block-2 .view-content li:not(.level-2).side-menu-title:hover {
  background: #0072bb;
  color: #fff;
}
.side-menu ul li:not(.level-2).side-menu-title::after, .block-views-blockarchivos-plan-de-inversion-block-2 ul li:not(.level-2).side-menu-title::after, .side-menu .view-content li:not(.level-2).side-menu-title::after, .block-views-blockarchivos-plan-de-inversion-block-2 .view-content li:not(.level-2).side-menu-title::after {
  content: none;
}
.side-menu ul li:not(.level-2).level-1, .block-views-blockarchivos-plan-de-inversion-block-2 ul li:not(.level-2).level-1, .side-menu .view-content li:not(.level-2).level-1, .block-views-blockarchivos-plan-de-inversion-block-2 .view-content li:not(.level-2).level-1 {
  min-height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(51, 51, 51, 0.25);
}
.side-menu ul li:not(.level-2):hover, .block-views-blockarchivos-plan-de-inversion-block-2 ul li:not(.level-2):hover, .side-menu ul li:not(.level-2):hover a, .block-views-blockarchivos-plan-de-inversion-block-2 ul li:not(.level-2):hover a, .side-menu ul li:not(.level-2):hover .pull-right, .block-views-blockarchivos-plan-de-inversion-block-2 ul li:not(.level-2):hover .pull-right, .side-menu .view-content li:not(.level-2):hover, .block-views-blockarchivos-plan-de-inversion-block-2 .view-content li:not(.level-2):hover, .side-menu .view-content li:not(.level-2):hover a, .block-views-blockarchivos-plan-de-inversion-block-2 .view-content li:not(.level-2):hover a, .side-menu .view-content li:not(.level-2):hover .pull-right, .block-views-blockarchivos-plan-de-inversion-block-2 .view-content li:not(.level-2):hover .pull-right {
  background-color: #F2F2F2;
}
.side-menu ul li:not(.level-2).active, .block-views-blockarchivos-plan-de-inversion-block-2 ul li:not(.level-2).active, .side-menu ul li:not(.level-2).active a, .block-views-blockarchivos-plan-de-inversion-block-2 ul li:not(.level-2).active a, .side-menu ul li:not(.level-2).active .pull-right, .block-views-blockarchivos-plan-de-inversion-block-2 ul li:not(.level-2).active .pull-right, .side-menu .view-content li:not(.level-2).active, .block-views-blockarchivos-plan-de-inversion-block-2 .view-content li:not(.level-2).active, .side-menu .view-content li:not(.level-2).active a, .block-views-blockarchivos-plan-de-inversion-block-2 .view-content li:not(.level-2).active a, .side-menu .view-content li:not(.level-2).active .pull-right, .block-views-blockarchivos-plan-de-inversion-block-2 .view-content li:not(.level-2).active .pull-right {
  background-color: #0072bb;
  color: white;
}
.side-menu ul li.level-2 li, .block-views-blockarchivos-plan-de-inversion-block-2 ul li.level-2 li, .side-menu .view-content li.level-2 li, .block-views-blockarchivos-plan-de-inversion-block-2 .view-content li.level-2 li {
  font-weight: 400;
  text-transform: none;
}
.side-menu ul li.level-2 li:not(.active):hover, .block-views-blockarchivos-plan-de-inversion-block-2 ul li.level-2 li:not(.active):hover, .side-menu ul li.level-2 li:not(.active):hover a, .block-views-blockarchivos-plan-de-inversion-block-2 ul li.level-2 li:not(.active):hover a, .side-menu .view-content li.level-2 li:not(.active):hover, .block-views-blockarchivos-plan-de-inversion-block-2 .view-content li.level-2 li:not(.active):hover, .side-menu .view-content li.level-2 li:not(.active):hover a, .block-views-blockarchivos-plan-de-inversion-block-2 .view-content li.level-2 li:not(.active):hover a {
  background-color: #F2F2F2;
}

.block-views-blockarchivos-plan-de-inversion-block-2 h2.block-title, .block-views-blockarchivos-plan-de-inversion-block-2 .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones .block-views-blockarchivos-plan-de-inversion-block-2 h1.page-header {
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
  background: #0072bb;
  color: #fff;
  padding-top: 5px;
  font-size: 2rem;
  padding: 5px 0 25px 5px;
  margin: 0;
}
.block-views-blockarchivos-plan-de-inversion-block-2 h2.block-title:hover, .block-views-blockarchivos-plan-de-inversion-block-2 .path-licitaciones .contrataciones h1.page-header:hover, .path-licitaciones .contrataciones .block-views-blockarchivos-plan-de-inversion-block-2 h1.page-header:hover {
  background: #0072bb;
  color: #fff;
}
.block-views-blockarchivos-plan-de-inversion-block-2 h2.block-title::after, .block-views-blockarchivos-plan-de-inversion-block-2 .path-licitaciones .contrataciones h1.page-header::after, .path-licitaciones .contrataciones .block-views-blockarchivos-plan-de-inversion-block-2 h1.page-header::after {
  content: none;
}

.tweet-list {
  background-color: #F2F2F2;
  padding: 20px;
  margin: 0px;
}
@media (max-width: 599px) {
  .tweet-list {
    display: none;
  }
}
.tweet-list p {
  color: #333;
}
.tweet-list a {
  color: #0072bb;
}
.tweet-list a *:hover {
  color: #448cc7;
}
.tweet-list .tweet-tiret {
  display: none;
}
.tweet-list .tweet p {
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 14px;
  word-break: break-word;
}
.tweet-list .tweet-message {
  overflow: hidden;
  clear: both;
}
.tweet-list .tweet-separator {
  width: 100%;
  height: 1px;
  background-color: #333;
  display: block;
  margin: 20px 0px;
}
.tweet-list i {
  font-size: 20pt;
}

body .container .row section .instagram-img img, body footer#footer > div .row section .instagram-img img {
  width: 100%;
  margin: 0;
  padding: 0;
}

body .container .row section .instagram-img, body footer#footer > div .row section .instagram-img {
  height: auto;
}

body .container .row section .instagram-img, body footer#footer > div .row section .instagram-img,
body .container .row section .youtube-img,
body footer#footer > div .row section .youtube-img {
  height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 20px;
  position: relative;
}

body .container .row section .instagram-content-principal.instagram-content, body footer#footer > div .row section .instagram-content-principal.instagram-content {
  padding: 0px !important;
}

body .container .row section .instagram-img, body footer#footer > div .row section .instagram-img {
  height: auto;
}

.region-right .view-servicios {
  display: block;
}
@media (max-width: 599px) {
  .region-right .view-servicios {
    display: none;
  }
}

.region-top .view-servicios {
  display: none;
}
@media (max-width: 599px) {
  .region-top .view-servicios {
    display: block;
  }
}

.view-servicios .item-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.view-servicios .item-list ul li {
  width: 33.33%;
}
@media (max-width: 1200px) {
  .view-servicios .item-list ul li {
    width: 50%;
  }
}
.view-servicios .item-list ul li:hover {
  -webkit-animation: oscurecer;
          animation: oscurecer;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.view-servicios .item-list ul li a {
  color: #0072bb;
}
.view-servicios .views-field-title a {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.33;
  color: #0072bb;
}
.view-servicios img {
  height: 72px;
}

.path-servicios .view-publicaciones {
  float: none;
}

div#reserva-espacio-aereo p, div#reserva-espacio-aereo li {
  margin: 0px;
}
div#reserva-espacio-aereo ul {
  padding-left: 10px;
}
div#reserva-espacio-aereo ul li:before {
  content: ">";
  padding-right: 8px;
  color: #0072bb;
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
}

#backtotop {
  display: inline-block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 48px;
  bottom: 32px;
  background-image: url(../images/stt.svg);
  background-size: cover;
  transition: bottom 1000ms ease-out;
  z-index: 1000;
}
#backtotop:hover {
  filter: brightness(1.05);
}
@media (max-width: 1200px) {
  #backtotop {
    width: 62px;
    height: 62px;
    opacity: 0.9;
    right: 28px;
  }
}

body {
  /* Hide button while on top of the page */
  /* On mobile, move the button so the user can interact with the footer */
}
body:not(.scrolled) #backtotop {
  bottom: -18vh;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}
#node-151 .estadisticas-year, .path-institucional .estadisticas-year {
  width: 100px;
}
#node-151 .estadisticas-year h2, #node-151 .estadisticas-year .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones #node-151 .estadisticas-year h1.page-header, .path-institucional .estadisticas-year h2, .path-institucional .estadisticas-year .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones .path-institucional .estadisticas-year h1.page-header {
  font-weight: 700;
}
#node-151 .estadisticas-year h2 a, #node-151 .estadisticas-year .path-licitaciones .contrataciones h1.page-header a, .path-licitaciones .contrataciones #node-151 .estadisticas-year h1.page-header a, .path-institucional .estadisticas-year h2 a, .path-institucional .estadisticas-year .path-licitaciones .contrataciones h1.page-header a, .path-licitaciones .contrataciones .path-institucional .estadisticas-year h1.page-header a {
  color: #333;
}
#node-151 .estadisticas-year h2 a:hover, #node-151 .estadisticas-year .path-licitaciones .contrataciones h1.page-header a:hover, .path-licitaciones .contrataciones #node-151 .estadisticas-year h1.page-header a:hover, .path-institucional .estadisticas-year h2 a:hover, .path-institucional .estadisticas-year .path-licitaciones .contrataciones h1.page-header a:hover, .path-licitaciones .contrataciones .path-institucional .estadisticas-year h1.page-header a:hover {
  color: #448cc7;
}
#node-151 .estadisticas-year h2 a.selected, #node-151 .estadisticas-year .path-licitaciones .contrataciones h1.page-header a.selected, .path-licitaciones .contrataciones #node-151 .estadisticas-year h1.page-header a.selected, .path-institucional .estadisticas-year h2 a.selected, .path-institucional .estadisticas-year .path-licitaciones .contrataciones h1.page-header a.selected, .path-licitaciones .contrataciones .path-institucional .estadisticas-year h1.page-header a.selected {
  color: #0072bb;
}
#node-151 .years, .path-institucional .years {
  max-width: 660px;
}
@media (max-width: 1200px) {
  #node-151 .years, .path-institucional .years {
    max-width: 58vw;
  }
}
@media (max-width: 599px) {
  #node-151 .years, .path-institucional .years {
    max-width: 90vw;
  }
}
#node-151 .slick-next, #node-151 .slick-prev, .path-institucional .slick-next, .path-institucional .slick-prev {
  background: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
#node-151 .slick-next:hover, #node-151 .slick-prev:hover, .path-institucional .slick-next:hover, .path-institucional .slick-prev:hover {
  background: none !important;
}
#node-151 .slick-next:hover::before, #node-151 .slick-prev:hover::before, .path-institucional .slick-next:hover::before, .path-institucional .slick-prev:hover::before {
  color: #448cc7;
}
#node-151 .slick-next.slick-disabled, #node-151 .slick-prev.slick-disabled, .path-institucional .slick-next.slick-disabled, .path-institucional .slick-prev.slick-disabled {
  opacity: 0.25;
}
#node-151 .slick-next::before, #node-151 .slick-prev::before, .path-institucional .slick-next::before, .path-institucional .slick-prev::before {
  font-size: 16px;
  color: #0072bb;
}
#node-151 .slick-prev::before, .path-institucional .slick-prev::before {
  font-family: FontAwesome;
  content: '\f053';
}
#node-151 .slick-next::before, .path-institucional .slick-next::before {
  font-family: FontAwesome;
  content: '\f054';
}

body.path-estadisticas .container .row .region-content h1.page-header, body.path-estadisticas footer#footer > div .row .region-content h1.page-header, body.path-institucional .container .row .region-content h1.page-header, body.path-institucional footer#footer > div .row .region-content h1.page-header {
  display: none;
}
body.path-estadisticas .container .row .region-content #map-estadisticas, body.path-estadisticas footer#footer > div .row .region-content #map-estadisticas, body.path-institucional .container .row .region-content #map-estadisticas, body.path-institucional footer#footer > div .row .region-content #map-estadisticas {
  width: 100%;
  height: 700px;
  margin-top: 40px;
}
body.path-estadisticas .container .row .region-content #map-estadisticas .gm-style img, body.path-estadisticas footer#footer > div .row .region-content #map-estadisticas .gm-style img, body.path-institucional .container .row .region-content #map-estadisticas .gm-style img, body.path-institucional footer#footer > div .row .region-content #map-estadisticas .gm-style img {
  max-width: none;
}
body.path-estadisticas .container .row .region-content .block-region-middle .slick-slider, body.path-estadisticas footer#footer > div .row .region-content .block-region-middle .slick-slider, body.path-institucional .container .row .region-content .block-region-middle .slick-slider, body.path-institucional footer#footer > div .row .region-content .block-region-middle .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
body.path-estadisticas .container .row .region-content .block-region-middle .slick-slider .slick-initialized .slick-slide, body.path-estadisticas footer#footer > div .row .region-content .block-region-middle .slick-slider .slick-initialized .slick-slide, body.path-institucional .container .row .region-content .block-region-middle .slick-slider .slick-initialized .slick-slide, body.path-institucional footer#footer > div .row .region-content .block-region-middle .slick-slider .slick-initialized .slick-slide {
  display: block;
}
body.path-estadisticas .container .row .region-content .block-region-middle .slick-slider h2, body.path-estadisticas footer#footer > div .row .region-content .block-region-middle .slick-slider h2, body.path-estadisticas .container .row .region-content .block-region-middle .slick-slider .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones body.path-estadisticas .container .row .region-content .block-region-middle .slick-slider h1.page-header, body.path-estadisticas footer#footer > div .row .region-content .block-region-middle .slick-slider .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones body.path-estadisticas footer#footer > div .row .region-content .block-region-middle .slick-slider h1.page-header, body.path-institucional .container .row .region-content .block-region-middle .slick-slider h2, body.path-institucional footer#footer > div .row .region-content .block-region-middle .slick-slider h2, body.path-institucional .container .row .region-content .block-region-middle .slick-slider .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones body.path-institucional .container .row .region-content .block-region-middle .slick-slider h1.page-header, body.path-institucional footer#footer > div .row .region-content .block-region-middle .slick-slider .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones body.path-institucional footer#footer > div .row .region-content .block-region-middle .slick-slider h1.page-header {
  margin: 0;
  font-weight: 400;
}
body.path-estadisticas .container .row .region-content .block-region-middle .slick-slider h2::after, body.path-estadisticas footer#footer > div .row .region-content .block-region-middle .slick-slider h2::after, body.path-estadisticas .container .row .region-content .block-region-middle .slick-slider .path-licitaciones .contrataciones h1.page-header::after, .path-licitaciones .contrataciones body.path-estadisticas .container .row .region-content .block-region-middle .slick-slider h1.page-header::after, body.path-estadisticas footer#footer > div .row .region-content .block-region-middle .slick-slider .path-licitaciones .contrataciones h1.page-header::after, .path-licitaciones .contrataciones body.path-estadisticas footer#footer > div .row .region-content .block-region-middle .slick-slider h1.page-header::after, body.path-institucional .container .row .region-content .block-region-middle .slick-slider h2::after, body.path-institucional footer#footer > div .row .region-content .block-region-middle .slick-slider h2::after, body.path-institucional .container .row .region-content .block-region-middle .slick-slider .path-licitaciones .contrataciones h1.page-header::after, .path-licitaciones .contrataciones body.path-institucional .container .row .region-content .block-region-middle .slick-slider h1.page-header::after, body.path-institucional footer#footer > div .row .region-content .block-region-middle .slick-slider .path-licitaciones .contrataciones h1.page-header::after, .path-licitaciones .contrataciones body.path-institucional footer#footer > div .row .region-content .block-region-middle .slick-slider h1.page-header::after {
  display: none;
}
body.path-estadisticas .container .row .region-content .block-region-middle .slick-slider .slick-slide, body.path-estadisticas footer#footer > div .row .region-content .block-region-middle .slick-slider .slick-slide, body.path-institucional .container .row .region-content .block-region-middle .slick-slider .slick-slide, body.path-institucional footer#footer > div .row .region-content .block-region-middle .slick-slider .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
body.path-estadisticas .container .row .region-content .block-region-middle .slick-slider .slick-prev, body.path-estadisticas footer#footer > div .row .region-content .block-region-middle .slick-slider .slick-prev, body.path-estadisticas .container .row .region-content .block-region-middle .slick-slider .slick-next, body.path-estadisticas footer#footer > div .row .region-content .block-region-middle .slick-slider .slick-next, body.path-institucional .container .row .region-content .block-region-middle .slick-slider .slick-prev, body.path-institucional footer#footer > div .row .region-content .block-region-middle .slick-slider .slick-prev, body.path-institucional .container .row .region-content .block-region-middle .slick-slider .slick-next, body.path-institucional footer#footer > div .row .region-content .block-region-middle .slick-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 40%;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
}
body.path-estadisticas .container .row .region-content .block-region-middle .slick-slider .slick-prev, body.path-estadisticas footer#footer > div .row .region-content .block-region-middle .slick-slider .slick-prev, body.path-institucional .container .row .region-content .block-region-middle .slick-slider .slick-prev, body.path-institucional footer#footer > div .row .region-content .block-region-middle .slick-slider .slick-prev {
  left: 0;
}
body.path-estadisticas .container .row .region-content .block-region-middle .slick-slider .slick-next, body.path-estadisticas footer#footer > div .row .region-content .block-region-middle .slick-slider .slick-next, body.path-institucional .container .row .region-content .block-region-middle .slick-slider .slick-next, body.path-institucional footer#footer > div .row .region-content .block-region-middle .slick-slider .slick-next {
  right: 0;
}
body.path-estadisticas .container .row .region-content .block-region-middle .slick-slider .slick-track, body.path-estadisticas footer#footer > div .row .region-content .block-region-middle .slick-slider .slick-track, body.path-estadisticas .container .row .region-content .block-region-middle .slick-slider .slick-list, body.path-estadisticas footer#footer > div .row .region-content .block-region-middle .slick-slider .slick-list, body.path-institucional .container .row .region-content .block-region-middle .slick-slider .slick-track, body.path-institucional footer#footer > div .row .region-content .block-region-middle .slick-slider .slick-track, body.path-institucional .container .row .region-content .block-region-middle .slick-slider .slick-list, body.path-institucional footer#footer > div .row .region-content .block-region-middle .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
body.path-estadisticas .container .row .region-content .block-region-middle .slick-slider .slick-track, body.path-estadisticas footer#footer > div .row .region-content .block-region-middle .slick-slider .slick-track, body.path-institucional .container .row .region-content .block-region-middle .slick-slider .slick-track, body.path-institucional footer#footer > div .row .region-content .block-region-middle .slick-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
body.path-estadisticas .container .row .region-content .block-region-middle .slick-slider .slick-list, body.path-estadisticas footer#footer > div .row .region-content .block-region-middle .slick-slider .slick-list, body.path-institucional .container .row .region-content .block-region-middle .slick-slider .slick-list, body.path-institucional footer#footer > div .row .region-content .block-region-middle .slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
body.path-estadisticas .container .row .region-content .block-region-middle .view-informe-estadisticos .download-estadistica, body.path-estadisticas footer#footer > div .row .region-content .block-region-middle .view-informe-estadisticos .download-estadistica, body.path-institucional .container .row .region-content .block-region-middle .view-informe-estadisticos .download-estadistica, body.path-institucional footer#footer > div .row .region-content .block-region-middle .view-informe-estadisticos .download-estadistica {
  width: 30px;
  margin-bottom: 7px;
}
body.path-estadisticas .container .row .region-content .block-region-middle .view-informe-estadisticos .estadisticas-archivos a span, body.path-estadisticas footer#footer > div .row .region-content .block-region-middle .view-informe-estadisticos .estadisticas-archivos a span, body.path-institucional .container .row .region-content .block-region-middle .view-informe-estadisticos .estadisticas-archivos a span, body.path-institucional footer#footer > div .row .region-content .block-region-middle .view-informe-estadisticos .estadisticas-archivos a span {
  color: #34495e;
}

.slider-home .row .col-sm-12 {
  padding: 0;
  margin-bottom: 0;
}

.view-slider-home nav.slick__arrow .slick-arrow {
  opacity: 0.2;
}
.view-slider-home nav.slick__arrow .slick-arrow::before {
  font-size: 48px;
  color: white;
  position: relative;
  left: -3px;
  top: 1px;
}
@media (min-width: 1921px) {
  .view-slider-home nav.slick__arrow .slick-arrow::before {
    top: 0;
  }
}
.view-slider-home nav.slick__arrow .slick-arrow:hover {
  opacity: 0.8;
}
.view-slider-home nav.slick__arrow .slick-arrow.slick-prev {
  left: 10px;
  transition: left 200ms ease-out;
}
.view-slider-home nav.slick__arrow .slick-arrow.slick-prev:hover {
  left: 5px;
}
.view-slider-home nav.slick__arrow .slick-arrow.slick-next {
  right: 10px;
  transition: right 200ms ease-out;
}
.view-slider-home nav.slick__arrow .slick-arrow.slick-next:hover {
  right: 5px;
}
.view-slider-home .slides-navigation {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.view-slider-home .slides-navigation button.btn-pauseplay {
  background-color: white;
  width: 50px;
  height: 26px;
  padding: 0px 12px;
  border-radius: 4px;
  bottom: 10px;
  opacity: 0.2;
}
.view-slider-home .slides-navigation button.btn-pauseplay i {
  font-size: 14px;
  color: #0072bb;
  position: relative;
  top: -1px;
  left: 1px;
}
.view-slider-home .slides-navigation button.btn-pauseplay:hover {
  opacity: 0.8;
}
.view-slider-home .slides-navigation .pauseplay-hidden {
  display: none;
}
.view-slider-home .slides-navigation ul.slick-dots {
  position: unset;
  width: auto;
  display: inline-block;
  padding-left: 15px;
}
.view-slider-home .slides-navigation ul.slick-dots li {
  margin: 0px;
}
.view-slider-home .slides-navigation .slick-dots li button {
  background-color: transparent;
}
.view-slider-home .slides-navigation .slick-dots li button::before {
  color: white;
  font-size: 1rem;
}
.view-slider-home .slides-navigation .slick-dots li.slick-active button:before {
  color: white;
}
.view-slider-home div.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.view-slider-home #slick-views-slider-home-block-1-1 {
  background-color: white;
}
.view-slider-home .slide__media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 43%);
  z-index: 0;
}
.view-slider-home .slick__slide .slide__content .slide__media img {
  min-width: 100%;
}
@media (max-width: 599px) {
  .view-slider-home .slick__slide .slide__content .slide__media img {
    object-fit: cover;
    object-position: left;
    height: 65vh;
  }
}
@media (max-width: 599px) {
  .view-slider-home .slick__slide .slide__content .slide__media .media--blazy {
    height: 65vh;
  }
}
.view-slider-home .slick__slide .slide__content .slide__caption {
  position: absolute;
  top: 0 !important;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-left: 90px;
  padding-right: 60px;
}
@media (max-width: 599px) {
  .view-slider-home .slick__slide .slide__content .slide__caption {
    padding: 0px;
  }
}
.view-slider-home .slick__arrow, .view-slider-home .is-loading .slide__caption {
  visibility: visible;
}
.view-slider-home div.slider-elements-container > * {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
}
.view-slider-home div.slider-elements-container {
  max-width: 1170px;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
}
@media (max-width: 599px) {
  .view-slider-home div.slider-elements-container {
    flex-direction: column;
  }
}
@media (min-width: 1921px) {
  .view-slider-home div.slider-elements-container {
    padding-bottom: 160px;
  }
}
.view-slider-home div.slider-elements-container .left {
  width: 50%;
  flex-grow: 1;
}
@media (max-width: 599px) {
  .view-slider-home div.slider-elements-container .left {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .view-slider-home div.slider-elements-container .left.has-video {
    width: 100%;
    align-items: flex-end;
  }
}
.view-slider-home div.slider-elements-container .right {
  width: 100%;
  flex-grow: 1;
  justify-content: flex-end;
}
@media (min-width: 600px) {
  .view-slider-home div.slider-elements-container .right {
    width: 50%;
    padding-right: 27px;
  }
}
.view-slider-home div.slider-elements-container .right iframe {
  width: 100%;
  min-height: 150px;
  padding: 0px 60px;
  padding-bottom: 20px;
}
@media (min-width: 600px) {
  .view-slider-home div.slider-elements-container .right iframe {
    padding: 0px 30px;
  }
}
@media (min-width: 960px) and (max-width: 1200px) and (orientation: landscape) {
  .view-slider-home div.slider-elements-container .right iframe {
    padding: 0px;
    width: 80%;
    height: 210px;
  }
}
@media (min-width: 1201px) {
  .view-slider-home div.slider-elements-container .right iframe {
    padding: 0px;
    width: 80%;
    height: 250px;
  }
}
@media (min-width: 1367px) {
  .view-slider-home div.slider-elements-container .right iframe {
    height: 300px;
  }
}
@media (min-width: 1921px) {
  .view-slider-home div.slider-elements-container .slide__title {
    width: auto;
  }
}
@media (max-width: 599px) {
  .view-slider-home .slide__title {
    padding-left: 40px;
  }
}
@media (max-width: 1200px) {
  .view-slider-home .slide__title {
    padding-right: 20px;
  }
}
@media (min-width: 1921px) {
  .view-slider-home .slide__title {
    width: auto;
  }
}
.view-slider-home .slide__title h1, .view-slider-home .slide__title h2, .view-slider-home .slide__title .path-licitaciones .contrataciones h1.page-header, .path-licitaciones .contrataciones .view-slider-home .slide__title h1.page-header, .view-slider-home .slide__title span {
  margin: 0;
  font-size: 30px;
  font-weight: 300;
}
.view-slider-home .slide__title span {
  font-size: 25px;
}
@media (min-width: 1201px) {
  .view-slider-home .slide__title span {
    font-size: 30px;
  }
}
.view-slider-home .slide__title p {
  font-size: 20px;
  font-weight: 300;
}
@media (min-width: 960px) and (max-width: 1200px) and (orientation: landscape) {
  .view-slider-home .slide__title p {
    font-size: 30px;
  }
}
@media (min-width: 1201px) {
  .view-slider-home .slide__title p {
    font-size: 30px;
  }
}
.view-slider-home .slide__title a {
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #0072bb;
  background-color: #50535c;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  justify-self: flex-start;
}
@media (max-width: 1920px) {
  .view-slider-home div.slide__title p:first-child {
    font-size: 30px;
  }
}
.view-slider-home .slider-home .row .col-sm-12 {
  padding: 0;
}
@media (max-width: 425px) {
  .view-slider-home div.media.media--slick.media--image {
    width: 250%;
    height: 110%;
  }
  .view-slider-home .slick--initialized .slick__arrow {
    visibility: hidden;
  }
}
@media (min-width: 769px) {
  .view-slider-home div.right iframe {
    width: 360px;
    height: 200px;
  }
}
@media (min-width: 1920px) {
  .view-slider-home body .container .row img, .view-slider-home body footer#footer > div .row img {
    min-width: 100%;
  }
}
@media (max-width: 599px) {
  .view-slider-home div.slider-elements-container {
    width: 100%;
  }
}

#node-112 .col-md-3.vcenter {
  float: none;
  padding: 0;
  min-width: 25%;
  margin-right: 16px;
}
@media (max-width: 599px) {
  #node-112 .col-md-3.vcenter {
    width: 100%;
  }
}
#node-112 .field--name-body {
  display: flex;
  flex-direction: column;
}
#node-112 .field--name-body > .row {
  display: flex;
}
@media (max-width: 599px) {
  #node-112 .field--name-body > .row {
    display: block;
  }
}

/*

⚠️ DO NOT modify the style.css file.
This site uses SASS to compile to a single stylesheet.
Your changes to that file will be overriden.

Compile the style.scss file with GULP.
Refer to the documentation on the theme root.

*/
