/**
 * Page
 *  - for page.html.twig and region markup.
 ============================================================================ */
.pr-leaderboard {
  height: 50px;
  padding: 10px;
}
.pr-leaderboard .block:not(.has-title) {
  margin: 0;
}

.pr-leaderboard .block:not(.has-title) p {
  margin: 1rem 0 0;
}

.pr-leaderboard .block ul,
.pr-leaderboard .block ol {
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.pr-leaderboard .block ul a {
  margin-left: 15px;
    color: #11303e;
}
.pr-leaderboard .block ul a.is-active {
  color: #fff;
  font-weight: bold;
}
.pr-leaderboard__leaderboard {
  font-size: 0.9rem;
  position: relative;
  padding: 0 0 0 55px !important;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
.pr-leaderboard input.form-search {
  background: #fff;
  color: #fff;
  border: none;
}
.pr-leaderboard input.form-search:hover {
  color: #000;
}



.pr-navbar .block {
  margin: 0;
}

.pr-navbar .block ul {
  margin: 0;
}

@media screen and (min-width: 60.0625em) {
  .pr-navbar__rw {
    padding: 0;
  }
}

.pr-header {
  padding: 0;
}

.pr-header .regions {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.pr-header__rw {
  position: relative;
}
#rid-header-first {
  width: 100%;
  padding: 0;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  -o-order: 2;
  order: 2;
}
#rid-header-second {
  /*position: absolute;
  right: 0;
  top: 8px;
  max-width: 60px;*/
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  -o-order: 1;
  order: 1;
}
@media screen and (min-width: 390px) {
  #rid-header-second {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .pr-header .regions {
    display: block;
  }
  #rid-header-first {
    padding: 0 125px 0 0;
  }
  #rid-header-second {
    position: absolute;
    right: 0;
    top: 9px;
    max-width: 130px;
  }
}
@media screen and (min-width: 720px) {
  #rid-header-first {
    padding: 0 125px 0 125px;
  }
}
@media screen and (min-width: 1000px) {
  .pr-header {
    /*padding: 15px 10px;*/
  }
  #rid-header-first {
    padding: 0 160px 0 190px;
  }
  #rid-header-second {
    max-width: initial;
    top: 19px;
  }
}


.pr-subfeatures {
  padding-top: 10px;
}
.pr-subfeatures__subfeatures-first {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
}
.bloque-redes {
  margin-left: 30px;
}
.menu-name--redes-sociales {
  flex-direction: row !important;
}
@media screen and (min-width: 600px) {
  .pr-subfeatures__subfeatures-first {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    margin-bottom: initial;
  }
}

#block-piedepagina {
  margin-top: 2.25rem;
}
.pr-footer .dos-columnas {
  font-size: 0.9em;
  line-height: 1.5;
}
.pr-footer .dos-columnas .izq {
  padding: 0 20px 0 0;
}
.pr-footer .dos-columnas .centro {
  text-align: center;
}
.pr-footer .dos-columnas .der {
}
@media screen and (min-width: 600px) {
  .pr-footer .dos-columnas {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .pr-footer .dos-columnas .izq {
    -webkit-flex: 2 0 35%;
    -moz-flex: 2 0 35%;
    -ms-flex: 2 0 35%;
    -o-flex: 2 0 35%;
    flex: 2 0 35%;
  }
  .pr-footer .dos-columnas .centro {
    -webkit-flex: 1 0 140px;
    -moz-flex: 1 0 140px;
    -ms-flex: 1 0 140px;
    -o-flex: 1 0 140px;
    flex: 1 0 140px;
  }
  .pr-footer .dos-columnas .centro img {
    width: 100%;
    height: auto;
  }
  .pr-footer .dos-columnas .der {
    padding: 40px 0 0 20px;
    text-align: right;
    -webkit-flex: 2 0 35%;
    -moz-flex: 2 0 35%;
    -ms-flex: 2 0 35%;
    -o-flex: 2 0 35%;
    flex: 2 0 35%;
  }
}
