@charset "UTF-8";

/*Variables*/

:root {
  --color_f: #ffffff;
  --color_f_: 255, 255, 255;
  --color_0: #000000;
  --color_0_: 0, 0, 0;
  --color_1: #6a1810;
  --color_2: #e8ac2c;
  --color_3: #d8ccb0;
  --color_4: #818184;
  --color_5: #efefef;
  --ff_1: "kumbh-bold";
  --ff_2: "kumbh-light";
}

.header {
  /* background: #000000; */
  /* background: #223265; */
  /* background-image: url(/themes/custom/cultura/assets/mincul/imagenes/bg-head.png); */
  /* background-repeat: repeat-x; */
  /* background: #000000; */
  /* background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(242, 242, 242, 1) 100%); */
  /* background: -webkit-linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 100%); */
  /* background: -moz-linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 100%); */
  /* background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 100%); */
  /* filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr="#000000",
    endColorstr="#FFFFFF",
    GradientType=0
  ); */
}

.path-frontpage .layout-content {
  /* background: #eaeaea; */
}

.path-frontpage #block-page-title-block h1 {
  /* display:none */
  text-align: center;
  color: #223265;
}

/* ::::: GENERAL ::::: */

.navbar {
  background: #f2f2f2;
  /* background: #EC6426; */
  padding: 0;
  /* background: #f2f2f2; */
  /* background: #ffffff; */
  /* background: #000000; */
  /* background: -webkit-linear-gradient(180deg,rgba(0, 0, 0, 1) 30%, rgba(255, 255, 255, 1) 100%); */
  /* background: -moz-linear-gradient(180deg,rgba(0, 0, 0, 1) 30%, rgba(255, 255, 255, 1) 100%); */
  /* background: linear-gradient(180deg,rgba(0, 0, 0, 1) 30%, rgba(255, 255, 255, 1) 100%); */
  /* filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr="#000000",
    endColorstr="#FFFFFF",
    GradientType=0
  ); */
}

.navbar-nav .nav-link {
  /* white-space: normal; */
  /* text-align: center; */
  /* font-weight: bold; */
  text-transform: uppercase;
}

.navbar-nav > .nav-item.active {
  /* background: #2CB7BA; */
}

.navbar-nav > .nav-item.active .nav-link {
  /* color: #00c7af; */
}

.navbar-nav .nav-item .dropdown-menu .dropdown-item,
.navbar-nav .nav-item .dropdown-menu .dropdown-item a {
  color: #000000;
  text-decoration: none;
}

.navbar-nav .nav-item .dropdown-menu .dropdown-item.active,
.navbar-nav .nav-item .dropdown-menu .dropdown-item.active a {
  background-color: #f2f2f2;
  color: #5d177c;
  /* background-color: #2CB7BA; */
  transition: none;
}

.navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.navbar-nav .nav-item .dropdown-menu .dropdown-item:hover a {
  background-color: none;
  color: #5d177c;
  /* color: #2CB7BA; */
  /* background-color: #2CB7BA; */
  transition: none;
}

@media (min-width: 992px) {
  .navbar .dropdown {
    position: static; /* Submenu a lo largo */
  }

  .navbar-nav {
    display: flex;
    flex-wrap: nowrap; /* Que los nav-items no bajen de línea */
    justify-content: center;
    align-items: stretch;
    position: relative; /* Submenu solo ocupe el espacio del menu */
  }

  .navbar-nav > .nav-item {
    flex: 1 1 auto; /* Cada nav-item se adapta al contenido pero mantiene la fila */
    text-align: center;
    white-space: normal; /* Permite saltos de línea en el texto */
    padding: 10px 0px;
  }

  .navbar-nav > .nav-item:hover {
    background: #ffffff;
    /* background: #2CB7BA; */
  }

  .navbar-nav > .nav-item > .nav-link {
    display: block;
    color: #333333;
    /* color: #ffffff; */
    font-weight: bold;
    white-space: normal; /* El texto puede ocupar varias líneas */
    line-height: 1.2;
    padding: 0.5rem 1.55rem;
  }

  .navbar-nav > .nav-item:hover .nav-link {
    color: #5e147c;
    /* color: #00c7af; */
  }

  .navbar-nav > .nav-item:hover .nav-link:before {
    /* background-image: url(/themes/custom/cultura/assets/mincul/imagenes/lenguaje_senas.gif); */
    /* background-size: 150px; */
    /* background-repeat: no-repeat; */
    width: 150px;
    content: " ";
    position: absolute;
    /* left: -15px; */
    top: -90px;
    height: 150px;
  }

  .navbar-nav .nav-item .dropdown-toggle::after {
    display: none;
  }

  .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    top: 100%;
    left: 0;
    margin-top: 0;
    width: 100%; /* Submenu a lo largo */
    text-align: center; /* Submenu centrado */
    box-shadow: 0 10px 10px rgb(79 0 199 / 20%);
  }

  .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    position: relative; /* Submenu a lo largo */
    display: inline-block; /* Submenu a lo largo */
    width: auto !important; /* Submenu a lo largo */
  }

  .navbar-nav .nav-item .dropdown-menu .dropdown-item:before {
    /* content: ''; */
    /* position: absolute; */
    /* width: 7px; */
    /* height: 7px; */
    /* background: #00c7af; */
    /* border-radius: 7px; */
    /* top: 10px; */
    /* left: 5px; */
  }
}

@media (max-width: 991px) {
  .navbar {
    /* background: #000000; */
  }

  .navbar .navbar-toggler {
    background: #ffffff;
  }

  .navbar .navbar-collapse {
    /* background: #f2f2f2; */
    /* background: #ffffff; */
    background: #ffffff;
  }

  .navbar-nav > .nav-item > .nav-link {
    display: block;
    white-space: normal; /* El texto puede ocupar varias líneas */
    line-height: 1.2;
    padding: 0.5rem 0.55rem;
  }

  .navbar-nav > .nav-item > .dropdown-menu {
    margin: 0.5rem 0.55rem;
  }

  .navbar-nav > .nav-item > .dropdown-menu > .dropdown-item > .nav-link-,
  .navbar-nav > .nav-item > .dropdown-menu > .dropdown-item > .nav-link-- {
    display: block;
    white-space: normal; /* El texto puede ocupar varias líneas */
    /* line-height: 1.2; */
    /* padding: 0.5rem 0.55rem; */
    border-bottom: 1px solid #ccc;
    margin: 0rem 0rem 0.5rem 0rem;
  }
}

.views-exposed-form {
  width: 100%;
  margin-bottom: 20px;
  padding: 3px 15px;
  border: 1px dashed #6fd1d3;
}

.views-exposed-form::after {
  display: table;
  clear: both;
  content: "";
}

.views-exposed-form .form-row {
  margin-right: 0;
  margin-left: 0;
}

.views-exposed-form .js-form-item,
.views-exposed-form div#edit-actions {
  float: left;
  margin: 0.75em 0em;
  margin-right: 3em;
  padding-top: 0;
  padding-bottom: 0;
}

.views-exposed-form div#edit-actions {
  margin-top: 2.3em;
}

.views-exposed-form label[for] {
  cursor: pointer;
  padding: 5px 8px 5px 10px;
  background-color: #fbac35;
  color: #fff;
  margin-bottom: 10px;
  width: 100%;
}

.views-exposed-form label {
  display: table;
  padding: 0;
  font-weight: bold;
}

.views-exposed-form .form-text {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  margin-top: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.views-exposed-form .form-text:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.views-exposed-form select {
  cursor: pointer;
}

.views-exposed-form .button {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem
    rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.views-exposed-form .button:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.views-exposed-form .button:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.views-exposed-form .button {
  --bs-btn-color: #fff;
  --bs-btn-bg: #fbac35;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dd8e18;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #cd8212;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.pager {
  display: flex;
  justify-content: center;
}

.pager__items {
  display: flex;
  padding-left: 0;
  list-style: none;
  gap: 0.25rem; /* espacio entre items */
}

.pager__item a {
  position: relative;
  display: block;
  padding: 0.375rem 0.75rem;
  color: #fff;
  background-color: #fbac35;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  text-decoration: none;
  transition:
    background-color 0.2s,
    color 0.2s;
}

.pager__item a:hover {
  z-index: 2;
  color: #fff;
  background-color: #dd8e18;
  border-color: var(--bs-border-color);
}

.pager__item.is-active a {
  z-index: 3;
  color: #fff;
  background-color: #cd8212;
  border-color: #fbac35;
}

.pager__item.is-disabled a {
  color: var(--bs-secondary-color);
  pointer-events: none;
  background-color: #fff;
  border-color: var(--bs-border-color);
  opacity: 0.65;
}

.pager__item--next a,
.pager__item--last a {
  font-weight: 500;
}

.slider_block_home {
  /* margin-bottom: 30px; */
}

.slider_block_home .row {
  margin-right: 0px;
  margin-left: 0px;
}

.slider_block_home .row > * {
  padding-right: 0px;
  padding-left: 0px;
}

.view-button-home .card-button:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 199, 175, 0.2) !important;
  border: 1px solid #5c5c5c !important;
}

.layout-content-bottom {
  padding: 50px 0px 40px 0px;
  /* background: #F0F0F0; */
}

.view-resources-useful-home .view-header h2 {
  color: #6f6f6e;
}

.field--name-node-title {
  color: #140047;
  padding-top: 15px;
  padding-bottom: 15px;
  /* text-align: center; */
}

.view-frontpage.view-display-id-attachment_1 .card {
  border: 0px;
}

.content-page > .dialog-off-canvas-main-canvas > div > div > h1 {
  border-bottom: 1px solid #eee;
  display: block;
  margin: 15px 0px;
  color: #5a1874;
  font-weight: 500;
}

.path-frontpage .content-page > .dialog-off-canvas-main-canvas > div > div > h1,
.node--type-home
  .content-page
  > .dialog-off-canvas-main-canvas
  > div
  > div
  > h1,
.node--type-estimulos-economicos
  .content-page
  > .dialog-off-canvas-main-canvas
  > div
  > div
  > h1,
.node--type-concurso
  .content-page
  > .dialog-off-canvas-main-canvas
  > div
  > div
  > h1 {
  display: none;
}

.node--type-home .field--name-field-home-banner img {
  width: 100%;
  height: auto;
}

.node--type-estimulos-economicos .field--name-field-ee-archivo .field__label {
  display: block;
  width: 100%;
  color: #727076;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 15px 0px;
}

.content-page > .dialog-off-canvas-main-canvas > div > div > h2 {
  border-bottom: 1px solid #eee;
  display: block;
  margin: 15px 0px;
  color: #5a1874;
  font-weight: 500;
}

.view-home-front .view-content.row,
.view-home-cabecera .view-content.row,
.view-ee-cabecera .view-content.row,
.view-concurso-cabecera .view-content.row {
  /* display: block; */
  /* margin-right: 0px; */
  /* margin-left: 0px; */
}

.view-ee-cuerpo .views-row {
  width: 100%;
}

.view-home-cuerpo h3,
.view-ee-cuerpo h3,
.view-ee-oficina h3,
.view-concurso-oficina h3,
.view-home-cuerpo .views-title,
.view-ee-cuerpo .views-title,
.view-ee-oficina .views-title,
.view-concurso-oficina .views-title {
  display: block;
  width: 100%;
  color: #727076;
  margin: 15px 0px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.view-ee-cuerpo,
.view-ee-oficina,
.view-concurso-oficina {
  /* margin: 0px 15px; */
}

.view-ee-oficina,
.view-concurso-oficina {
  margin-top: 50px;
}

.view-ee-cuerpo a {
  color: #140043;
  /* color: #E25B5F; */
  margin-bottom: 5px;
  display: block;
  font-weight: 500;
}

.view-frontpage .views-row,
.view-home-oficina .views-row,
.view-ee-oficina .views-row,
.view-concurso-oficina .views-row {
  width: 100%;
}

.field--name-field-concurso-archivo .field__items,
.field--name-field-concurso-doc-1 .field__items,
.field--name-field-concurso-doc-2 .field__items,
.field--name-field-concurso-doc-3 .field__items,
.field--name-field-concurso-doc-4 .field__items {
  display: none;
}

.field--name-field-concurso-archivo .field__items,
.field--name-field-concurso-doc-1 .field__items,
.field--name-field-concurso-doc-2 .field__items,
.field--name-field-concurso-doc-3 .field__items,
.field--name-field-concurso-doc-4 .field__items {
  padding-left: 50px;
}

.field--name-field-concurso-archivo .field__label,
.field--name-field-concurso-doc-1 .field__label,
.field--name-field-concurso-doc-2 .field__label,
.field--name-field-concurso-doc-3 .field__label,
.field--name-field-concurso-doc-4 .field__label {
  color: #747474;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
}

.field--name-field-concurso-archivo .field__label:hover,
.field--name-field-concurso-doc-1 .field__label:hover,
.field--name-field-concurso-doc-2 .field__label:hover,
.field--name-field-concurso-doc-3 .field__label:hover,
.field--name-field-concurso-doc-4 .field__label:hover {
  background-color: #eee;
}

.field--name-field-concurso-archivo .field__label::before,
.field--name-field-concurso-doc-1 .field__label::before,
.field--name-field-concurso-doc-2 .field__label::before,
.field--name-field-concurso-doc-3 .field__label::before,
.field--name-field-concurso-doc-4 .field__label::before {
  color: #747474;
  font-weight: bold;
  padding: 10px;
  content: "▶";
}

.field--name-field-concurso-archivo .field__label.active,
.field--name-field-concurso-doc-1 .field__label.active,
.field--name-field-concurso-doc-2 .field__label.active,
.field--name-field-concurso-doc-3 .field__label.active,
.field--name-field-concurso-doc-4 .field__label.active {
  background-color: #eee;
}

.field--name-field-concurso-archivo .field__label.active::before,
.field--name-field-concurso-doc-1 .field__label.active::before,
.field--name-field-concurso-doc-2 .field__label.active::before,
.field--name-field-concurso-doc-3 .field__label.active::before,
.field--name-field-concurso-doc-4 .field__label.active::before {
  content: "▼";
}

.field--name-field-concurso-archivo .field__item a,
.field--name-field-concurso-doc-1 .field__item a,
.field--name-field-concurso-doc-2 .field__item a,
.field--name-field-concurso-doc-3 .field__item a,
.field--name-field-concurso-doc-4 .field__item a {
  /* color: #E25B5F; */
  color: #140047;
  font-weight: bold;
  /* display: block; */
  padding: 10px;
  display: list-item;
  /* text-align: match-parent; */
  /* text-align: -webkit-match-parent; */
  list-style-type: circle;
}

.field--name-field-concurso-archivo .field__item a:hover,
.field--name-field-concurso-doc-1 .field__item a:hover,
.field--name-field-concurso-doc-2 .field__item a:hover,
.field--name-field-concurso-doc-3 .field__item a:hover,
.field--name-field-concurso-doc-4 .field__item a:hover {
  text-decoration: underline;
}

.field--name-field-concurso-archivo .field__item > span:last-child,
.field--name-field-concurso-doc-1 .field__item > span:last-child,
.field--name-field-concurso-doc-2 .field__item > span:last-child,
.field--name-field-concurso-doc-3 .field__item > span:last-child,
.field--name-field-concurso-doc-4 .field__item > span:last-child {
  display: none;
}

.field--name-field-ee-archivo .field__item a {
  /* color: #E25B5F; */
  color: #140047;
  /* font-weight: bold; */
  /* display: block; */
  /* padding: 10px; */
  margin-left: 15px;
  display: list-item;
  /* text-align: -webkit-match-parent; */
  list-style-type: circle;
}

.field--name-field-ee-archivo .field__item > span:last-child {
  display: none;
}

.view-ee-concurso .card-c {
  background-color: #F9FAFA;
  /* background-color: #f3f4f5; */
}

.view-ee-concurso .card-c:hover {
  background-color: #dddde1;
}

.view-ee-concurso a {
  display: block;
  padding: 10px 10px;
  text-decoration: none;
}

.view-ee-concurso a span{
  display: block;
}

.view-ee-concurso .class-33 {
  color: #D91C6F;
  /* color: #ed1e79; */
}

.view-ee-concurso .class-32 {
  color: #01853F;
  /* color: #0bce63; */
}

.view-ee-concurso .class-38 {
  color: #0071bb;
  /* color: #0071bc; */
}

.view-ee-concurso .title {
  color: #333333;
  font-weight: bold;
}

.view-ee-concurso .cierre {
  color: #4d4a4a;
  /* color: #808080; */
}


@font-face {
  font-family: "brandon_grotesqueregular";
  src:
    url("/themes/custom/cultura/assets/mincul/fonts/brandon-grotesque/brandon-grotesque-regular-webfont.woff2")
      format("woff2"),
    url("/themes/custom/cultura/assets/mincul/fonts/brandon-grotesque/brandon-grotesque-regular-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brandon_grotesqueblack";
  src:
    url("/themes/custom/cultura/assets/mincul/fonts/brandon-grotesque/brandon-grotesque-black-webfont.woff2")
      format("woff2"),
    url("/themes/custom/cultura/assets/mincul/fonts/brandon-grotesque/brandon-grotesque-black-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brandon_grotesquelight";
  src:
    url("/themes/custom/cultura/assets/mincul/fonts/brandon-grotesque/brandon-grotesque-light-webfont.woff2")
      format("woff2"),
    url("/themes/custom/cultura/assets/mincul/fonts/brandon-grotesque/brandon-grotesque-light-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

#logos {
  margin-top: 20px;
  margin-bottom: 20px;
}
#bg-dafo h1,
#bg-25 h1,
#bg-lectura h1,
#bg-24 h1,
#bg-artes h1,
#bg-23 h1 {
  color: #333333;
  /* color: #fff; */
}
#bg-dafo,
#bg-25,
#border-outsider.class-25 {
  border-color: #f56c5d;
  /* background: #ea5347; */
  /* background: #E5252B; */
  /* background: #E5282D; */
  /* background: url("/themes/custom/cultura/assets/mincul/images/bg-3.png") no-repeat 0 90%; */
  /* background: url("/themes/custom/cultura/assets/mincul/images/bg-3.png") repeat-y; */
  /* background: url("/themes/custom/cultura/assets/mincul/images/bg-3.png") no-repeat center; */
  /* background-size: cover; */
  /* -webkit-background-size: contain; */
  /* background-size: contain; */
  padding: 20px;
}
#bg-lectura,
#bg-24,
#border-outsider.class-24 {
  border-color: #0e9f83;
  /* border-color: #fbba00; */
  /* background: #fbba00; */
  /* background:#FBBA09; */
  /* background: url("/themes/custom/cultura/assets/mincul/images/bg-2.png") repeat-y; */
  /* background-size: contain; */
  padding: 20px;
}
#bg-artes,
#bg-23,
#border-outsider.class-23 {
  border-color: #913a8e;
  /* border-color: #00c396; */
  /* background: #00c396; */
  /* background: #3DB390; */
  /* background: url("/themes/custom/cultura/assets/mincul/images/bg-1.png") repeat-y; */
  /* background-size: contain; */
  padding: 20px;
}
#bg-y {
  background: #e9e9f2;
  /* background:#DCDFE6; */
  /*! background:#E72380; */
  /* background: url("/themes/custom/cultura/assets/mincul/images/bg-y.png") repeat-y; */
  /* -webkit-background-size: contain; */
  /* background-size: contain; */
  padding: 20px;
  /* font-family: 'brandon_grotesquelight'; */
}
#bg-x {
  /* background: url("/themes/custom/cultura/assets/mincul/images/bg-x.png") repeat-x; */
  height: 17px;
  margin: 40px 0;
}
#border-outsider {
  border: 4px solid #f4f4f4;
  /* border: 4px solid #FFF; */
  padding: 40px;
}
#bg-dafo #border-outsider {
  border: 4px solid #5b5b5f;
  padding: 40px;
}

#bg-dafo h1 {
  color: #e84858 !important;
}
#bg-dafo #border-outsider a {
  border-top: 4px solid #5b5b5f;
  color: #5b5b5f;
  margin: 0 10px;
}
.nav-pills > li > a,
.nav-pills > li > a:focus,
.nav-pills > li > a:hover {
  border-radius: 0;
  border-top: 4px solid #fff;
  text-transform: uppercase;
  font-family: "brandon_grotesquelight";
  font-size: 20px;
  color: #fff;
  margin: 0 10px;
}
.nav-pills > li.active > a {
  background-color: transparent;
}
.nav > li > a {
  padding: 5px 0px;
}
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.nav-pills > li > a:hover {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
.jumbotron {
  background-color: transparent;
  color: #fff;
  color: #140047;
  padding: 0;
  margin-bottom: 0;
}
.jumbotron h1 {
  font-family: "brandon_grotesqueblack";
  /* text-transform: uppercase; */
  font-size: 95px;
  line-height: 90px;
}
.node--type-home .jumbotron h1 {
  font-size: 95px;
  line-height: 90px;
}
.node--type-estimulos-economicos .jumbotron h1 {
  font-family: "Roboto Bold";
  font-size: 50px;
  line-height: 60px;
}
.jumbotron a {
  font-family: "brandon_grotesqueregular";
  color: #1f2346;
  /* color: #fff⁄ */
  /* color: #140047; */
}

.jumbotron a {
  display: block;
  font-size: 28px;
  line-height: 30px;
  /* font-weight: bold; */
  text-align: center;
  text-decoration: none;
}

.jumbotron .dia {
  border-bottom: 3px solid #90398c;
  /* border-bottom: 3px solid #4adfa6; */
}

.jumbotron .dia:hover {
  -webkit-transition: 1s linear;
  transition: 0.35s linear;
  display: block;
  border-bottom: 3px solid #913a8e;
  /* border-bottom: 3px solid #dcdfe6; */
  /* border-bottom: 3px solid #00c396; */
}

.jumbotron .dia:hover a {
  color: #913a8e;
  /* color: #00c396; */
  font-weight: bold;
}

.jumbotron .dll {
  border-bottom: 3px solid #0e9f83;
  /* border-bottom: 3px solid #ffce32; */
}

.jumbotron .dll:hover {
  -webkit-transition: 1s linear;
  transition: 0.35s linear;
  display: block;
  border-bottom: 3px solid #0e9f83;
  /* border-bottom: 3px solid #dcdfe6; */
  /* border-bottom: 3px solid #fbba00; */
}

.jumbotron .dll:hover a {
  color: #0e9f83;
  /* color: #fbba00; */
  font-weight: bold;
}

.jumbotron .dafo {
  border-bottom: 3px solid #f56c5d;
  /* border-bottom: 3px solid #ea5347; */
}

.jumbotron .dafo:hover {
  -webkit-transition: 1s linear;
  transition: 0.35s linear;
  display: block;
  border-bottom: 3px solid #f56c5d;
  /* border-bottom: 3px solid #dcdfe6; */
  /* border-bottom: 3px solid #e5252b; */
}

.jumbotron .dafo:hover a {
  color: #e5252b;
  font-weight: bold;
}

.jumbotron .border-right {
  border-right: 1px #fff solid;
}
#content {
  margin-top: 25px;
  margin-bottom: 25px;
}
#content p {
  font-size: 18px;
  color: #727076;
  margin-bottom: 30px;
  text-align: justify;
}
#content h2 {
  margin: 40px 0;
}
#content .pages h2 {
  color: #140047;
  /* color:#9B0F5D; */
}
.view-frontpage .views-label-body,
.layout-content .field--name-body .field__label {
  display: block;
  color: #140047;
  /* color: #9B0F5D; */
  margin: 40px 0;
  font-size: 2rem;
  font-weight: 500;
}

.layout-content .field--name-body {
  padding: 35px 0px;
}

.layout-content .field--name-body img {
  max-width: 100%;
  height: auto;
}

#content .pages li {
  font-size: 17px;
  color: #727076;
  margin-bottom: 5px;
}
.color-rosado {
  color: #e25b5f !important;
}
.color-azul {
  color: #39b4b8 !important;
}
.color-morado {
  color: #7982b6 !important;
}
#zone-2 h2,
#zone-2 h3,
#zone-2 a,
#zone-3 h2,
#zone-3 h3,
#zone-3 a,
#zone-3 h5 {
  color: #e25b5f !important;
}
#zone-4 h3,
#zone-4 a {
  color: #39b4b8 !important;
}
#zone-2 h4,
#zone-3 h4 {
  color: #727076;
}
#zone-2 h3,
#zone-3 h3,
#zone-4 h3 {
  font-size: 16px;
  font-weight: bold;
}
#zone-3 h5 {
  font-size: 16px;
}
.contentgridrow {
  display: table-row;
}
.contentgridcell {
  display: table-cell;
  min-height: 300px;
  margin-bottom: 10px;
}
.contentgridcell img {
  margin-bottom: 10px;
}

/*====================================================================*/
/* Paginas de Concursos */
/*====================================================================*/
#contest a,
#contest .jumbotron h1,
#contest .jumbotron p {
  color: #140047;
  /* color:#E25B5F; */
}
#contest .jumbotron h1 {
  font-family: "brandon_grotesquelight";
  font-size: 80px;
  line-height: 72px;
}
#contest .nav-pills > li > a,
#contest .nav-pills > li > a:focus,
#contest .nav-pills > li > a:hover {
  border-top: 4px solid #e25b5f;
}
#contest #bg-x {
  background: url("/themes/custom/cultura/assets/mincul/imagenes/bg-x-rosa.png")
    repeat-x;
  height: 17px;
  margin: 40px 0 0;
}
#contest #fecha-cierre p {
  margin-top: 20px;
  font-family: "brandon_grotesqueblack";
  font-size: 40px;
}
#contest #border-outsider {
  border: none;
  padding: 40px 0 0px;
}
#contest .jumbotron {
  padding-top: 48px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
}
.contests a {
  color: #e25b5f;
  font-weight: bold;
}
.contests #guide,
#guide {
  background-color: #e25b5f;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 20px;
  margin: 20px 0;
}
a#guide {
  color: #fff !important;
}
/*====================================================================*/
#base-content {
  border-top: 1px solid #000;
  font-size: 24px;
  padding: 20px 0;
  margin-top: 80px;
  margin-bottom: 60px;
}
#footer {
  background-color: #110017;
  color: #fff;
  padding: 30px 0 60px;
}
#footer h5 {
  font-size: 15px;
  font-weight: bold;
}
#footer p {
  font-size: 11px;
}
#footer ol {
  font-size: 10px;
}
#footer #lista-concursos {
  margin-top: 30px;
  margin-bottom: 30px;
}
#footer a {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  #border-outsider,
  #bg-dafo #border-outsider {
    padding: 10px 0;
  }
  .nav-pills > li > a,
  .nav-pills > li > a:focus,
  .nav-pills > li > a:hover {
    border-top: 4px solid #fff;
    font-size: 18px;
    margin: 0 10px;
  }
  .jumbotron h1 {
    font-size: 50px;
    line-height: 48px;
  }
  .jumbotron a {
    font-size: 30px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 769px) {
  #border-outsider,
  #bg-dafo #border-outsider {
    padding: 10px 0;
  }
  .nav-pills > li > a,
  .nav-pills > li > a:focus,
  .nav-pills > li > a:hover {
    border-top: 4px solid #fff;
    font-size: 12px;
    margin: 0 10px;
  }
  .jumbotron h1 {
    font-size: 22px;
    line-height: 20px;
  }
  .jumbotron a {
    font-size: 16px;
    line-height: 15px;
  }
  #contacto {
    font-size: 10px;
  }
  #contest .jumbotron h1 {
    font-size: 30px;
    line-height: 28px;
  }
  #contest #fecha-cierre p {
    font-size: 16px;
  }
  .contests #guide {
    font-size: 14px;
  }
  #base-content {
    font-size: 18px;
    text-align: center;
    width: 100%;
  }
  #social {
    margin-top: 40px;
  }
}
