@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900");
@import url(/resources/css/icofont.css);
*,
*::after,
*::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

html {
  background-color: #ededed;
  font-size: 62.5%; }
  @media (max-width: 74em) {
    html {
      font-size: 50%; } }
  @media (max-width: 36.5em) {
    html {
      font-size: 56.25%; } }

li,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a:hover {
    opacity: .8; }
  a img {
    border: none 0; }

body {
  box-sizing: border-box;
  background: #f1f1f1; }
  body.patebox #contenido #adjuntos .documento:first-child .fecha,
  body.patebox #contenido #adjuntos .documento:first-child .peso {
    display: none !important; }
  body.patebox #contenido #adjuntos .documento:first-child .detalle {
    padding-right: 0 !important; }
  body.lock {
    overflow: hidden; }
  body.small #contenido {
    font-size: 10px; }
    body.small #contenido p {
      font-size: 10px; }
  body.medium #contenido {
    font-size: 13px; }
    body.medium #contenido p {
      font-size: 13px; }
  body.large #contenido {
    font-size: 16px; }
    body.large #contenido p {
      font-size: 16px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 2px; }

.container-fluid {
  padding: 0; }

.wrap {
  max-width: 930px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  background: #fff; }
  @media (max-width: 55.25em) {
    .wrap {
      max-width: 100%; } }

.content {
  position: relative;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1rem;
  background: #fff;
  font-size: 1.2rem; }
  .content p {
    font-size: 1.2rem; }

.v-container {
  position: relative;
  height: 0;
  padding-top: 25px;
  padding-bottom: 56.25%; }
  .v-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

section {
  margin-bottom: 2rem; }

.no-gutter {
  padding-right: 0;
  padding-left: 0; }

.center {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.centrado {
  text-align: center; }

.mb-10 {
  margin-bottom: 1rem !important; }

.mb-20 {
  margin-bottom: 2rem !important; }

.mb-30 {
  margin-bottom: 3rem !important; }

.mb-40 {
  margin-bottom: 4rem !important; }

.mb-50 {
  margin-bottom: 5rem !important; }

.mt-10 {
  margin-top: 1rem !important; }

.mt-20 {
  margin-top: 2rem !important; }

.mt-30 {
  margin-top: 3rem !important; }

.mt-40 {
  margin-top: 4rem !important; }

.mt-50 {
  margin-top: 5rem !important; }

.clear {
  clear: both; }

.border-grey {
  padding-top: 15px;
  border-top: 5px solid #f5f5f5; }

img {
  max-width: 100%; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.error {
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 1em !important;
  font-style: italic; }

.ultimo {
  margin-right: 0 !important;
  padding-right: 0 !important;
  border: none !important; }

.primero {
  margin-left: 0 !important;
  padding-left: 0 !important; }

.u-rotate {
  float: left;
  width: 114px;
  height: 100px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.border-grey-right {
  border-right: 1px solid gainsboro; }
  @media (max-width: 36.5em) {
    .border-grey-right {
      border-right: none; } }

.controllSize {
  margin: 10px auto;
  text-align: justify; }

.controllSize a {
  transition: 0.5s ease-in-out; }

.controllSize .boxCtrl {
  display: inline-block; }

.controllSize .boxCtrl a {
  display: table-cell;
  width: 52px;
  height: 52px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
  border: 4px solid #fff;
  background-color: #f4f4f4;
  font-size: 16px; }

.controllSize .boxCtrl a:hover {
  border-color: #333;
  background-color: #c8c8c8; }

.controllSize .boxCtrl a#contrast-b {
  color: #fff;
  background-color: #333;
  font-weight: bold; }

.controllSize .boxCtrl a#contrast-w {
  color: #333;
  background-color: #f4f4f4;
  font-weight: bold; }

.main-content h1 {
  color: #2fa0ec; }

.main-content p {
  color: #7e8c96; }

/* Constrast White */
html body.contrast-white {
  color: #333 !important;
  background-color: #fff !important;
  box-shadow: none; }

html body.contrast-white h1,
html body.contrast-white p {
  color: #333 !important; }

/* Constrast Black */
html body.contrast-black {
  color: #fff !important;
  background-color: #333 !important;
  box-shadow: none; }

html body.contrast-black h1,
html body.contrast-black p {
  color: #fff !important; }

body {
  color: #2e2e2e;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.7rem; }

p {
  font-size: 1.28rem; }
  p:not(:last-of-type) {
    margin-bottom: 2rem; }

#header {
  position: relative;
  z-index: 999;
  height: 120px;
  border-top: 5px solid #00a4da; }
  @media (min-width: 45.8em) {
    #header {
      height: 180px; } }
  #header h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 76px;
    margin-top: 12px;
    margin-bottom: 12px;
    background-image: url("../images/portada/logo_dpp.gif");
    background-repeat: no-repeat;
    background-size: contain; }
    @media (min-width: 45.8em) {
      #header h1 {
        top: 30px;
        left: 18px;
        width: 234px;
        height: 88px;
        margin-top: 0;
        margin-bottom: 0; } }
    #header h1 a {
      display: inline-block;
      width: 100%;
      height: 100%; }
  #header #buscador {
    position: absolute;
    z-index: 999;
    top: 17px;
    right: 0;
    display: none;
    width: 63rem; }
    @media (min-width: 45.8em) {
      #header #buscador {
        display: block; } }
    #header #buscador form {
      z-index: 999; }
      #header #buscador form input[type="text"] {
        position: relative;
        float: left;
        width: 12rem;
        height: 3.1rem;
        margin: 0;
        padding: 0 3px 0 4px;
        text-transform: uppercase;
        color: #597891;
        border: none;
        background: #e0e6eb;
        font-size: 1.28rem;
        line-height: 2.1rem; }
      #header #buscador form select {
        position: relative;
        float: left;
        width: 10rem;
        height: 3.1rem;
        margin: 0;
        padding: 0 3px 0 4px;
        text-transform: uppercase;
        color: #597891;
        border: none;
        background: #e0e6eb;
        font-size: 1.28rem;
        line-height: 2.1rem; }
        @media (max-width: 74em) {
          #header #buscador form select {
            width: 11rem; } }
      #header #buscador form input[type="submit"] {
        position: relative;
        float: left;
        width: 3.1rem;
        height: 3.1rem;
        margin: 0;
        padding: 0;
        cursor: pointer;
        border: none;
        background-image: url("/resources/images/general/bot_buscar.gif");
        background-repeat: no-repeat;
        background-position: top center; }
  #header .buscador-box {
    position: relative;
    float: left;
    width: 25.2rem;
    margin-top: 10px;
    margin-right: 1.5rem;
    background-color: #e0e6eb; }
    @media (max-width: 74em) {
      #header .buscador-box {
        width: 27rem; } }
  #header .buscador-rrss {
    position: relative;
    float: right;
    right: 5px; }
  #header .buscador-rrss_img {
    width: 3rem;
    height: 3rem;
    margin-bottom: 5px; }
  #header .buscador-rrss_extra {
    height: 4rem;
    margin-left: 5px;
    border-left: solid 1px #d4d4d4; }
  #header #nav {
    position: absolute;
    z-index: 999;
    top: 65px;
    right: 0;
    display: none;
    width: 63rem; }
    @media (min-width: 45.8em) {
      #header #nav {
        display: block; } }
    #header #nav ul {
      display: block;
      clear: both; }
      #header #nav ul li {
        position: relative;
        float: left;
        font-size: 1.3rem; }
        #header #nav ul li a {
          display: block;
          height: 31px;
          text-decoration: none;
          line-height: 31px; }
    #header #nav #menu_princ {
      position: relative;
      z-index: 999;
      height: 31px;
      background-color: #00a4da; }
      #header #nav #menu_princ .sub {
        position: absolute;
        z-index: 999 !important;
        top: 3.1rem;
        left: 0;
        display: none;
        float: left;
        background: #00a4da;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }
        #header #nav #menu_princ .sub ul li {
          width: 100%;
          margin-left: 0;
          text-transform: none;
          color: #fff;
          line-height: 2rem; }
          #header #nav #menu_princ .sub ul li a {
            display: block;
            float: none;
            height: auto;
            padding: 7px 5px;
            text-decoration: none;
            text-indent: 0;
            color: #fff;
            border-bottom: 1px dotted #5297cd;
            background-image: none;
            font-weight: 700 !important;
            line-height: 1.3rem; }
      #header #nav #menu_princ li.active .sub, #header #nav #menu_princ li:focus .sub, #header #nav #menu_princ li:hover .sub {
        display: block; }
      #header #nav #menu_princ li a {
        padding: 0 0.75rem;
        text-transform: uppercase;
        color: #fff;
        font-size: 1.1rem;
        font-weight: 900; }
      #header #nav #menu_princ li #princOficinas .sub {
        right: 0;
        left: auto; }
      #header #nav #menu_princ li .sub ul {
        width: 200px;
        margin: 0;
        padding: 0;
        list-style: none; }
      #header #nav #menu_princ .sub ul li a:hover {
        color: #fff;
        background-color: #1ab2e4; }
    #header #nav #menu_sec {
      position: relative;
      z-index: 500;
      height: 31px; }
      #header #nav #menu_sec li {
        margin-right: 1.5rem;
        margin-left: 1.2rem; }
        #header #nav #menu_sec li.active .sub, #header #nav #menu_sec li:focus .sub, #header #nav #menu_sec li:hover .sub {
          display: block; }
        #header #nav #menu_sec li a {
          text-decoration: none;
          text-transform: uppercase;
          color: #2e2e2e;
          font-size: 1.1rem; }
          #header #nav #menu_sec li a :hover {
            color: #00a4da; }
        #header #nav #menu_sec li .selec a {
          color: #2e2e2e; }
        #header #nav #menu_sec li .sub {
          position: absolute;
          z-index: 999 !important;
          top: 3.1rem;
          left: 0;
          display: none;
          float: left;
          background: #fff;
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }
          #header #nav #menu_sec li .sub ul {
            width: 200px;
            margin: 0;
            padding: 0;
            list-style: none; }
            #header #nav #menu_sec li .sub ul li {
              width: 100%;
              margin-left: 0; }
              #header #nav #menu_sec li .sub ul li a {
                display: block;
                float: none;
                height: auto;
                padding: 7px 5px;
                text-indent: 0;
                color: #063b65;
                border-bottom: 1px dotted #5297cd;
                font-weight: 700 !important;
                line-height: 1.3rem; }
              #header #nav #menu_sec li .sub ul li :hover {
                color: #006aaf;
                background: #e6e6e6; }
  #header #nav-mobile {
    position: absolute;
    z-index: 999;
    top: 0;
    width: 100%;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-align: right; }
    @media (min-width: 45.8em) {
      #header #nav-mobile {
        display: none; } }
    #header #nav-mobile.scroll {
      position: fixed;
      height: 50px;
      background-color: #fff;
      box-shadow: -1px 3px 6px rgba(18, 19, 16, 0.15); }
      #header #nav-mobile.scroll .navigation__button {
        position: relative;
        top: 22px;
        right: 0; }
      #header #nav-mobile.scroll .navigation__nav {
        top: 50px; }
    #header #nav-mobile ul {
      display: block;
      clear: both; }
      #header #nav-mobile ul li {
        position: relative;
        border-bottom: solid 1px #5297cd;
        font-size: 1.5rem; }
        #header #nav-mobile ul li a {
          display: block;
          height: 4rem;
          text-decoration: none;
          color: #fff;
          line-height: 36px; }
    #header #nav-mobile #menu_princ {
      position: relative;
      z-index: 999; }
      #header #nav-mobile #menu_princ li .click {
        position: absolute;
        top: 10px;
        right: 15%;
        width: 10px;
        height: 10px;
        cursor: pointer; }
        #header #nav-mobile #menu_princ li .click::after {
          position: relative;
          top: -3px;
          right: 5px;
          content: '+';
          color: #fff;
          font-size: 2.5rem; }
      #header #nav-mobile #menu_princ li.active .sub {
        display: block; }
      #header #nav-mobile #menu_princ li.active .click::after {
        top: -6px;
        content: '-';
        font-size: 4rem; }
      #header #nav-mobile #menu_princ li a {
        display: inline-block;
        padding: 0 0.75rem;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 900; }
      #header #nav-mobile #menu_princ li #princOficinas .sub {
        right: 0;
        left: auto; }
      #header #nav-mobile #menu_princ li .sub ul {
        width: 100vw;
        margin: 0;
        padding: 0;
        list-style: none; }
      #header #nav-mobile #menu_princ .sub {
        position: relative;
        z-index: 999;
        display: none;
        padding: 0, 2, 2, 2;
        background: #063b65; }
        #header #nav-mobile #menu_princ .subsub.open ul {
          display: block; }
        #header #nav-mobile #menu_princ .sub ul li {
          width: 100%;
          text-transform: none;
          color: #fff;
          font-size: 1.2rem;
          line-height: 2rem; }
          #header #nav-mobile #menu_princ .sub ul li a {
            display: block;
            height: auto;
            padding: 10px 20px;
            text-align: center;
            text-decoration: none;
            text-indent: 0;
            color: #fff;
            border-bottom: 1px solid #006aaf;
            background-image: none;
            font-weight: 700 !important;
            line-height: 1.8rem; }
            #header #nav-mobile #menu_princ .sub ul li a:hover {
              background-color: #00a4da; }
    #header #nav-mobile #menu_sec {
      position: relative;
      z-index: 999;
      margin-top: 1rem; }
      #header #nav-mobile #menu_sec li {
        width: 100%; }
        #header #nav-mobile #menu_sec li .click {
          position: absolute;
          top: 10px;
          right: 15%;
          width: 10px;
          height: 10px;
          cursor: pointer; }
          #header #nav-mobile #menu_sec li .click::after {
            position: relative;
            top: -3px;
            right: 5px;
            content: '+';
            color: #fff;
            font-size: 2.5rem; }
        #header #nav-mobile #menu_sec li.active .sub {
          display: block; }
        #header #nav-mobile #menu_sec li.active .click::after {
          top: -6px;
          content: '-';
          font-size: 4rem; }
        #header #nav-mobile #menu_sec li a {
          display: inline-block;
          text-decoration: none;
          text-transform: uppercase;
          color: #8bd0ec;
          font-size: 1.5rem; }
        #header #nav-mobile #menu_sec li .selec a {
          color: #8bd0ec; }
        #header #nav-mobile #menu_sec li .sub {
          position: relative;
          display: none;
          background: #00a4da; }
          #header #nav-mobile #menu_sec li .sub ul {
            width: 100%;
            margin: 0;
            padding: 0;
            list-style: none; }
            #header #nav-mobile #menu_sec li .sub ul li {
              width: 100%; }
              #header #nav-mobile #menu_sec li .sub ul li a {
                display: block;
                float: none;
                height: auto;
                padding: 1rem 2rem;
                color: #fff;
                border-bottom: 1px solid #006aaf;
                font-weight: 700 !important;
                line-height: 1.7rem; }
              #header #nav-mobile #menu_sec li .sub ul li :hover {
                color: #1ab2e4;
                background: #8bd0ec; }

.navigation {
  position: relative;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  .navigation__checkbox {
    display: none; }
  .navigation__button {
    position: absolute;
    z-index: 999;
    top: 50px;
    right: 15px;
    cursor: pointer; }
  .navigation__background {
    position: fixed;
    z-index: 500;
    top: -10px;
    width: 100%;
    height: 1rem;
    transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0.9;
    background-color: #006aaf; }
  .navigation__nav {
    position: fixed;
    z-index: 999;
    top: 10rem;
    left: -100px;
    overflow: auto;
    width: 0;
    height: 100vh;
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    text-align: center;
    opacity: 0; }
  .navigation__icon {
    position: relative; }
    .navigation__icon, .navigation__icon::after, .navigation__icon::before {
      display: inline-block;
      width: 3rem;
      height: 2px;
      background-color: #00a4da; }
    .navigation__icon::after, .navigation__icon::before {
      position: absolute;
      left: 0;
      content: '';
      transition: all 0.2s; }
    .navigation__icon::before {
      top: -0.8rem; }
    .navigation__icon::after {
      top: 0.8rem; }
  .navigation__button:hover .navigation__icon:before {
    top: -1rem; }
  .navigation__button:hover .navigation__icon:after {
    top: 1rem; }
  .navigation__checkbox:checked + .navigation__button .navigation__icon {
    background-color: transparent; }
  .navigation__checkbox:checked + .navigation__button .navigation__icon::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    background-color: #fff; }
  .navigation__checkbox:checked + .navigation__button .navigation__icon::after {
    top: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background-color: #fff; }

.active {
  left: 0;
  width: 100%;
  opacity: 1; }

.telon {
  -webkit-transform: scale(250);
  transform: scale(250); }

#featured {
  position: relative; }

#slider_home {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 32rem;
  margin-bottom: 2rem; }
  @media (max-width: 55.25em) {
    #slider_home {
      height: 55rem; } }

.slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 32rem; }
  @media (max-width: 38em) {
    .slide {
      height: 38em;
      /* background: orangered;  */
      background-color: #479bdb;
    } }
  .slide_imagen {
    position: relative;
    z-index: 10;
    float: right;
    overflow: hidden;
    width: 65%;
    height: 32rem;
    background-color: #2e2e2e; }
    @media (max-width: 55.25em) {
      .slide_imagen {
        width: 100%; } }
    .slide_imagen image {
      float: left;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .slide_text {
    position: relative;
    width: 35%;
    height: 32rem;
    padding: 20px 20px 0;
    background-color: #00a4da; }
    @media (max-width: 55.25em) {
      .slide_text {
        position: absolute;
        width: 100%;
        top: 32rem;
        float: right;
        height: 25rem;
        padding: 10px 10px 0; } }
    .slide_text .vermas {
      position: relative;
      margin-top: 15px; }
      @media (max-width: 55.25em) {
        .slide_text .vermas {
          display: none; } }
      .slide_text .vermas a {
        display: inline-block;
        background-color: #8bd0ec;
        color: #00a4da;
        padding: 5px;
        text-decoration: none;
        border-radius: 3px; }
        .slide_text .vermas a:hover {
          background-color: #fff; }
    .slide_text .mas-noticias {
      position: absolute;
      right: 20px;
      bottom: 7px; }
      @media (max-width: 55.25em) {
        .slide_text .mas-noticias {
          display: none; } }
      .slide_text .mas-noticias a {
        color: #fff;
        font-size: 1rem;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 2px; }
        .slide_text .mas-noticias a:hover {
          color: #92d8f1; }
  .slide_info {
    z-index: 999;
    max-height: rem; }
    @media (max-width: 55.25em) {
      .slide_info {
        height: 20rem; } }
    .slide_info h2 {
      margin-bottom: 15px;
      padding-left: 0;
      background-image: none;
      line-height: 105%; }
      .slide_info h2 a {
        text-decoration: none;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #fff;
        font-size: 1.8rem;
        font-weight: 900; }
        .slide_info h2 a:hover {
          opacity: 0.8; }
    .slide_info p {
      color: #fff; }
  .slide_fecha {
    position: relative;
    margin-bottom: 4px !important;
    color: #fff;
    font-size: 1.2rem; }

#paginacion {
  position: absolute;
  z-index: 500;
  bottom: 12px;
  left: 20px; }
  @media (max-width: 55.25em) {
    #paginacion {
      left: 10px; } }
  #paginacion a {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    text-indent: -10000px;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #d4e5ef;
    background-color: rgba(245, 245, 245, 0.6); }
    #paginacion a.activeSlide {
      background-color: #00a4da; }

.defensoria {
  position: relative;
  display: flex;
  background: #ededed;
  padding: 1rem 2rem;
  justify-content: center;
  flex-wrap: wrap; }
  .defensoria__titulo {
    display: flex;
    height: auto;
    padding: 1rem;
    text-align: center;
    flex-wrap: nowrap;
    justify-content: center;
}
    .defensoria__titulo h1 {
      text-transform: uppercase;
      color: #006aaf;
      font-size: 26px;
      font-weight: 400;
      margin-bottom: 0.8rem; 
      padding-top: 6px;}
      .defensoria__titulo h1 span {
        color: #00a4da;
        text-transform: none;
        font-weight: 200; }
  .defensoria__accesos {
    position: relative;
    display: flex;
    background-color: #006aaf;
    align-items: center; }
    @media (max-width: 55.25em) {
      .defensoria__accesos {
        flex-direction: column; } }
  .defensoria__item {
    display: flex;
    justify-content: center;
    width: 20%;
    align-items: center; }
    @media (max-width: 55.25em) {
      .defensoria__item {
        width: 100%; } }
    .defensoria__item-link {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      height: 120px;
      border-right: solid 1px #fff; }
      @media (max-width: 55.25em) {
        .defensoria__item-link {
          border-right: none;
          height: auto; } }
    .defensoria__item .no-border {
      border: none; }
    .defensoria__item a {
      display: flex;
      justify-content: center;
      align-content: center;
      flex-wrap: wrap;
      height: 190px; }
      .defensoria__item a:hover {
        background-color: #ffa726;
        opacity: 1; }
  .defensoria__icono {
    fill: #00a4da;
    width: 35%;
    height: 45%; }
    .defensoria__icono:hover {
      fill: #fff; }
  .defensoria__texto {
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
    font-size: 1.4rem;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    padding: 0 8px; }
    .defensoria__texto span {
      display: inline-block;
      font-size: 1.1rem;
      text-transform: none; }

a.defensoria_contenido:hover {
  background-color: #ffa726;
  opacity: 1; }

.defensoria {
  height: auto;
  background: #ededed;
  padding: 1rem; }
  .defensoria_titulo {
    height: auto;
    padding: 1rem;
    text-align: center; }
    .defensoria_titulo h1 {
      text-transform: uppercase;
      color: #006aaf;
      font-size: 20px;
      font-weight: 400;
      margin-bottom: 0.8rem; }
      .defensoria_titulo h1 span {
        color: #00a4da;
        text-transform: none;
        font-weight: 200; }
    .defensoria_titulo-subtitulo {
      font-size: 1.3rem !important;
      color: #006aaf; }
  .defensoria_btn {
    padding: 0 1rem; }
  .defensoria_contenido {
    padding: 1rem;
    text-align: center;
    background-color: #006aaf;
    min-height: 16rem;
    width: 100%;
    color: #fff; }
    .defensoria_contenido h1 {
      text-transform: uppercase;
      font-size: 1.5rem; }
    .defensoria_contenido i {
      display: block;
      margin-bottom: 1rem;
      margin-top: 1rem; }
    @media (max-width: 74em) {
      .defensoria_contenido p {
        font-size: 1.4rem; } }

.defensoria-abierta {
  height: auto;
  padding: 25px 10px;
  background: #ededed; }
  .defensoria-abierta_logo {
    float: left;
    margin-right: 10px; }
  .defensoria-abierta h1 {
    margin: 1px 0 5px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #006aaf;
    font-size: 2.1rem; }
  .defensoria-abierta h2 {
    color: #5297cd;
    font-size: 1.3rem; }
  .defensoria-abierta_iframe {
    width: 100%;
    height: 30rem;
    content: ""; }
    @media (max-width: 36.5em) {
      .defensoria-abierta_iframe {
        display: none; } }
    .defensoria-abierta_iframe_mobile {
      width: 90vw;
      height: 560px;
      margin-bottom: 20px; }
      @media (min-width: 37.5em) {
        .defensoria-abierta_iframe_mobile {
          display: none; } }
  .defensoria-abierta_titulo {
    min-height: 8rem;
    border-right: solid 1px #006aaf; }
    @media (max-width: 74em) {
      .defensoria-abierta_titulo {
        padding-left: 6rem;
        border-right: none; } }
  .defensoria-abierta_texto {
    min-height: 8rem;
    padding-right: 10px;
    border-right: solid 1px #006aaf; }
    @media (max-width: 74em) {
      .defensoria-abierta_texto {
        padding-right: 0;
        border-right: none; } }
  @media (max-width: 74em) and (max-width: 74em) {
    .defensoria-abierta_texto p {
      margin-bottom: 2rem;
      padding: 1.5rem;
      text-align: center;
      font-size: 1.4rem; } }

.border-right {
  border-right: solid 1px #006aaf; }

.datos-abiertos {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #c8c8c8; }

.fotografias {
  position: relative;
  float: left;
  margin-bottom: 2rem;
  padding-right: 10px;
  border-right: 1px dotted #e8e8e8; }
  @media (max-width: 36.5em) {
    .fotografias {
      display: block;
      float: none;
      margin-bottom: 1rem;
      padding-right: 0; } }
  .fotografias .next,
  .fotografias .prev {
    position: absolute;
    z-index: 999;
    top: 95px;
    display: block;
    width: 42px;
    height: 42px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: top left; }

.next {
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("/resources/images/general/next.png"); }
  @media (min-width: 75em) {
    .next {
      left: 236px; } }

.prev {
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("/resources/images/general/before.png"); }
  @media (max-width: 36.5em) {
    .prev {
      left: 0; } }

.foto {
  float: left;
  overflow: hidden;
  width: 280px;
  height: 187px;
  margin-right: 1rem;
  margin-bottom: 1.5rem;
  background-color: #868686; }
  @media (max-width: 36.5em) {
    .foto {
      float: none;
      width: 100%;
      height: 26rem;
      margin: 0;
      padding: 0;
      text-align: center; } }
  .foto img {
    width: 100%; }

.videos {
  position: relative;
  float: left;
  margin-bottom: 2rem; }
  @media (max-width: 36.5em) {
    .videos {
      width: 100%; } }
  .videos_yt {
    position: relative;
    float: left;
    margin-right: 1rem;
    margin-bottom: 1.5rem; }
    @media (max-width: 36.5em) {
      .videos_yt {
        float: none;
        width: 100%;
        margin: 10px 0 0;
        padding: 0; } }
    .videos_yt iframe {
      width: 280px;
      height: 187px; }
      @media (max-width: 36.5em) {
        .videos_yt iframe {
          width: 100%;
          height: 25rem; } }

.foto-video h3 a {
  text-decoration: none;
  text-transform: uppercase;
  color: #2e2e2e;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2rem; }

.foto-video h2 {
  display: inline-block;
  text-transform: uppercase;
  color: #2e2e2e;
  font-size: 1.5rem; }

.foto-video .fecha {
  margin-bottom: 3px;
  letter-spacing: 2px;
  color: #c2c2c2;
  font-size: 1.2rem; }

.todas {
  display: inline-block;
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #121310;
  font-size: 1.1rem; }

.fotografias-texto,
.videos-texto {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 19rem; }
  @media (max-width: 74em) {
    .fotografias-texto,
    .videos-texto {
      height: 15rem;
      padding: 1.5rem; } }

.fotografias-texto_bottom,
.videos-texto_bottom {
  margin-top: auto; }
  @media (max-width: 74em) {
    .fotografias-texto_bottom,
    .videos-texto_bottom {
      margin-top: 10px; } }

.agenda {
  position: relative;
  width: 100%;
  height: 14rem;
  padding: 0 10px; }
  @media (max-width: 36.5em) {
    .agenda {
      height: auto; } }
  .agenda a {
    text-decoration: none;
    color: #2e2e2e;
    font-weight: 400; }
    .agenda a:hover {
      text-decoration: none;
      color: #006aaf; }
  .agenda h2 {
    display: table-cell;
    padding-right: 100px;
    text-transform: uppercase;
    color: #2e2e2e;
    background-image: none;
    font-size: 1.6rem; }
    @media (max-width: 36.5em) {
      .agenda h2 {
        display: inline-block;
        padding-bottom: 5px; } }
  .agenda .todas {
    display: table-cell;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #121310;
    font-size: 1.1rem; }
    .agenda .todas a:hover {
      opacity: 0.8; }
  .agenda h3 {
    float: left;
    width: 75%;
    margin-bottom: 10px;
    padding-top: 3px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1.7rem; }
  .agenda .fecha {
    position: relative;
    float: left;
    width: 20%;
    margin-right: 8px;
    margin-bottom: 0;
    padding-top: 1rem;
    text-align: center; }
    @media (max-width: 74em) {
      .agenda .fecha {
        width: 15%;
        padding: 0; } }
  .agenda .dia {
    padding-bottom: 1rem;
    color: #00a4da;
    font-size: 3.2rem; }
  .agenda .mes {
    text-transform: lowercase;
    color: #8f8f8f;
    font-size: 15px; }
  .agenda .actividades {
    float: left;
    width: 33.333333%;
    height: 10rem;
    margin-top: 1rem;
    padding: 20px 0 0; }
    @media (max-width: 74em) {
      .agenda .actividades {
        display: block;
        width: 100%; } }
    .agenda .actividades:not(:last-child) {
      border-right: 1px dotted #ccc; }
      @media (max-width: 74em) {
        .agenda .actividades:not(:last-child) {
          border-right: none;
          border-bottom: 1px dotted #ccc; } }
    .agenda .actividades.actividades:first-child {
      border-top: 0; }
.defensoria-abierta {
  height: auto;
  padding: 10px 5px;
  background: #ededed;
}

.defensoria-abierta .text-center {
  text-align: center;
}

.defensoria-abierta .mt-3{
  margin-top: 2em;
}

.defensoria-abierta .d-inline{
  display: inline-block;
}


.defensoria-abierta_logo {
  float: left;
  margin-right: 10px;
}
.defensoria-abierta h1 {
  margin: 1px 0 5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #006aaf;
  font-size: 16px;
  font-weight: bold;
}
.defensoria-abierta h2 {
  color: #5297cd;
  font-size: 1.1rem;
}
.defensoria-abierta_iframe {
  width: 100%;
  height: 30rem;
  content: "";
}
.banner_home {
  display: inline-block; }
  @media (max-width: 74em) {
    .banner_home {
      padding: 1rem; } }
  .banner_home img {
    width: 100%;
    height: auto; }

.banner_utilitario {
  position: relative; }
  .banner_utilitario a img {
    margin-right: 8px;
    margin-left: 8px;
    border: 3px solid #f5f5f5; }
    @media (max-width: 74em) {
      .banner_utilitario a img {
        margin-bottom: 1rem;
        display: block; } }

.emergencia {
  position: relative;
  background: #e0e6eb;
  padding: 8px; }
  .emergencia .titulo {
    position: relative; }
    @media (max-width: 55.25em) {
      .emergencia .titulo {
        text-align: center; } }
    .emergencia .titulo h3 {
      color: #006aaf;
      font-size: 1.8rem;
      font-weight: 900;
      text-transform: uppercase;
      text-align: center;
      padding-top: 2.5rem; }
      @media (max-width: 55.25em) {
        .emergencia .titulo h3 {
          padding: 0 0 1rem; } }
    .emergencia .titulo figure {
      position: relative;
      float: left;
      padding-right: 3rem;
      padding-top: 1rem; }
      @media (max-width: 55.25em) {
        .emergencia .titulo figure {
          float: none;
          padding-right: 0; } }
  .emergencia_cifras ul {
    position: relative;
    margin-top: 2rem; }
    @media (max-width: 55.25em) {
      .emergencia_cifras ul {
        margin: 0 auto 0 auto;
        width: 80%; } }
    .emergencia_cifras ul li {
      display: inline-block;
      float: left;
      width: 25%;
      height: 80px;
      padding-top: 1rem;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      font-size: 2.5rem;
      font-weight: 900;
      color: #006aaf; }
      @media (max-width: 55.25em) {
        .emergencia_cifras ul li {
          font-size: 3.5rem;
          padding-top: 2rem;
          float: none;
          display: inline-block;
          width: 100%;
          text-align: center; } }
      .emergencia_cifras ul li span {
        display: block;
        font-size: 1.05rem;
        font-weight: 400;
        padding-top: 1rem;
        color: #121310;
        text-transform: uppercase;
        width: 80%;
        margin: 0 auto 0 auto; }
      .emergencia_cifras ul li:not(:last-child) {
        border-right: solid 1px #5297cd; }
        @media (max-width: 55.25em) {
          .emergencia_cifras ul li:not(:last-child) {
            border-right: none;
            border-bottom: solid 1px #5297cd; } }

.banner-auxiliares {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 55.25em) {
    .banner-auxiliares {
      flex-direction: column; } }
  .banner-auxiliares a {
    width: 33%; }
    @media (max-width: 55.25em) {
      .banner-auxiliares a {
        width: 100%; } }
  @media (max-width: 55.25em) {
    .banner-auxiliares figure {
      margin-bottom: 1rem; } }
  .banner-auxiliares figure img {
    display: flex;
    align-self: center; }

#titular {
  position: relative;
  height: 70px;
  background: url("/resources/images/general/titular-bg.gif") no-repeat 0 26px; }
  #titular h2 {
    margin-bottom: 10px;
    padding-left: 17px;
    color: #006aaf;
    background: url("/resources/images/general/h2-bullet.gif") no-repeat 0 7px;
    font-size: 2.5rem;
    line-height: 28px; }
  #titular #ruta {
    float: left;
    max-width: 780px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px; }
    @media (max-width: 36.5em) {
      #titular #ruta {
        display: none; } }
    #titular #ruta ul li {
      display: inline-block;
      padding-left: 1rem;
      background: url("/resources/images/general/ruta_bullet1.gif") no-repeat 0 5px; }
      #titular #ruta ul li:not(:last-child) {
        margin-right: 0.8rem; }
      #titular #ruta ul li.inicio {
        padding-left: 0;
        background: none; }
      #titular #ruta ul li.fin {
        color: #006aaf;
        background: url("/resources/images/general/ruta_bullet2.gif") no-repeat 0 5px;
        font-weight: bold; }
      #titular #ruta ul li a {
        color: #006aaf; }
        #titular #ruta ul li a:focus, #titular #ruta ul li a:hover {
          color: #063b65; }
  #titular .tools {
    text-align: right; }
    @media (min-width: 37.5em) {
      #titular .tools {
        float: right; } }
    #titular .tools .resizer {
      display: inline-block; }
      #titular .tools .resizer li {
        display: inline-block; }
        #titular .tools .resizer li a,
        #titular .tools .resizer li button {
          display: inline-block;
          width: 22px;
          height: 22px;
          cursor: pointer;
          border: none;
          border-radius: 6px;
          background-image: url("/resources/images/general/textsize.png");
          background-position: 0 0; }
        #titular .tools .resizer li:nth-child(2) a,
        #titular .tools .resizer li:nth-child(2) button {
          background-position: -22px 0; }
        #titular .tools .resizer li:nth-child(3) a,
        #titular .tools .resizer li:nth-child(3) button {
          background-position: -44px 0; }
        #titular .tools .resizer li:not(:last-child) {
          margin-right: 8px; }
        #titular .tools .resizer li.contrast a,
        #titular .tools .resizer li.contrast button {
          background-image: url("/resources/images/general/textsize.png");
          background-position: -66px 0; }

.tipsy {
  position: absolute;
  z-index: 999;
  padding: 5px;
  font-size: 1rem; }

.tipsy-inner {
  max-width: 20rem;
  padding: 5px 8px 4px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background-color: #121310; }

.tipsy-arrow {
  position: absolute;
  width: 9px;
  height: 5px;
  background: url("/resources/images/general/tipsy.gif") no-repeat top left; }

.tipsy-n .tipsy-arrow {
  top: 0;
  left: 50%;
  margin-left: -4px; }

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px; }

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px; }

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  background-position: bottom left; }

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  background-position: bottom left; }

.tipsy-se .tipsy-arrow {
  right: 10px;
  bottom: 0;
  background-position: bottom left; }

.tipsy-e .tipsy-arrow {
  top: 50%;
  right: 0;
  width: 5px;
  height: 9px;
  margin-top: -4px;
  background-position: top right; }

.tipsy-w .tipsy-arrow {
  top: 50%;
  left: 0;
  width: 5px;
  height: 9px;
  margin-top: -4px; }

#lateral {
  position: relative;
  float: left;
  overflow: hidden;
  width: 19.5rem;
  margin-top: 1rem;
  padding-bottom: 10rem;
  border-top: 6px solid #d4e5ef;
  background: #ededed; }
  @media (max-width: 36.5em) {
    #lateral {
      position: relative;
      bottom: 0;
      float: right;
      width: 100%;
      margin-top: 2rem;
      margin-bottom: 1rem;
      padding-bottom: 3rem; } }
  #lateral ul {
    width: 18.5rem;
    margin-top: 1.6rem;
    margin-left: 5px;
    font-size: 1.2rem; }
    @media (max-width: 36.5em) {
      #lateral ul {
        width: 96%;
        font-size: 1.4rem; } }
    #lateral ul li {
      border-bottom: 1px solid gainsboro; }
      #lateral ul li a {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 9px;
        text-decoration: none;
        color: #484848;
        background: url("/resources/images/general/lateral_bullet.png") no-repeat 2px 9px; }
        @media (max-width: 36.5em) {
          #lateral ul li a {
            padding-top: 7px;
            padding-bottom: 7px; } }
        #lateral ul li a:hover {
          color: #121310;
          background-color: gainsboro; }
      #lateral ul li .sub {
        display: none; }
        #lateral ul li .sub li {
          font-size: 1.1rem; }
          @media (max-width: 36.5em) {
            #lateral ul li .sub li {
              font-size: 1.3rem; } }
      #lateral ul li.selec {
        font-weight: bold; }
        #lateral ul li.selec a {
          color: #121310; }
        #lateral ul li.selec .sub {
          display: block; }
      #lateral ul li .closed {
        display: none; }
      #lateral ul li ul {
        width: auto;
        margin-top: 0;
        margin-left: 1px;
        font-size: 1.1rem; }
        #lateral ul li ul a {
          background: url("/resources/images/general/lateral_subbullet.png") no-repeat 3px 9px; }
          #lateral ul li ul a:hover {
            text-decoration: underline;
            background-color: transparent; }
        #lateral ul li ul li {
          border: none;
          font-weight: normal; }
    #lateral ul ul ul {
      margin-left: 1.5rem;
      font-size: 1rem; }
  #lateral #paginacion {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center; }
    #lateral #paginacion a.num {
      margin-left: -1px;
      padding-right: 7px;
      padding-left: 7px;
      text-decoration: none;
      color: #597891;
      border-right: 1px solid #d4e5ef;
      border-left: 1px solid #d4e5ef;
      font-size: 1rem;
      font-weight: bold; }

#auxiliar {
  clear: both;
  height: 7rem;
  padding-top: 2rem;
  padding-right: 2rem;
  text-align: right; }
  #auxiliar li {
    float: right;
    margin-left: 10px; }

#contenido {
  position: relative;
  float: right;
  width: 70.5rem;
  padding-top: 1rem;
  padding-left: 2rem; }
  @media (max-width: 36.5em) {
    #contenido {
      float: left;
      width: 100%;
      padding-left: 0; } }
  @media (max-width: 36.5em) and (max-width: 36.5em) {
    #contenido img {
      width: 100%; } }
  #contenido h4 {
    margin-bottom: 0.5em;
    color: #2e2e2e;
    font-size: 2rem;
    font-weight: normal; }
    @media (max-width: 36.5em) {
      #contenido h4 {
        line-height: 110%; } }
  #contenido h5 {
    font-size: 1.6rem; }
    @media (max-width: 36.5em) {
      #contenido h5 {
        margin-bottom: 1rem;
        font-size: 1.8rem;
        line-height: 120%; } }
  #contenido h6 {
    color: #616161;
    font-size: 1.4rem; }
  #contenido p {
    font-size: 1.3rem; }
    @media (max-width: 36.5em) {
      #contenido p {
        font-size: 1.5rem; } }
  #contenido a {
    text-decoration: underline;
    color: #616161; }
    #contenido a :hover {
      text-decoration: underline;
      color: #121310; }
  #contenido ul {
    margin-right: 2rem;
    margin-bottom: 2rem;
    margin-left: 2rem;
    color: #2e2e2e; }
    @media (max-width: 36.5em) {
      #contenido ul {
        margin-left: 1rem; } }
    #contenido ul li {
      margin-bottom: 3px;
      padding-left: 1.2rem;
      background: url("/resources/images/general/bullet_footer.gif") no-repeat 0 5px; }
      @media (max-width: 36.5em) {
        #contenido ul li {
          margin-bottom: 1.8rem;
          font-size: 1.5rem; } }
  #contenido ol {
    margin-right: 2rem;
    margin-bottom: 2rem;
    margin-left: 1rem;
    color: #2e2e2e;
    font-size: 11px; }
    #contenido ol li {
      margin-bottom: 3px;
      list-style: decimal; }
    #contenido ol.min {
      list-style: lower-alpha; }
  #contenido #titulos {
    margin-bottom: 10px;
    border-bottom: 1px dotted; }
    #contenido #titulos h3 {
      margin-bottom: 5px;
      color: #063b65;
      font-size: 2.1rem;
      font-weight: normal; }
      @media (max-width: 36.5em) {
        #contenido #titulos h3 {
          text-align: center; } }
    #contenido #titulos h4 {
      margin-bottom: 5px;
      color: #2e2e2e;
      font-weight: bold; }
  #contenido.oficinas h5 {
    font-weight: normal; }
  #contenido #adjuntos h4 {
    text-transform: uppercase;
    color: #597891;
    font: bold 1.3rem "Trebuchet MS", Arial; }
  #contenido #adjuntos li {
    padding-left: 0;
    background: none; }
  #contenido #adjuntos a {
    display: block;
    padding-top: 3px;
    padding-bottom: 1rem;
    padding-left: 3rem;
    text-decoration: none;
    color: #7b7b7b;
    border-bottom: 1px dotted #949494; }
    #contenido #adjuntos a:hover {
      text-decoration: none;
      color: #121310; }
  #contenido #adjuntos p.fecha {
    margin-bottom: 0;
    padding-top: 1px;
    padding-left: 17px;
    background: url("/resources/images/general/ico_calendario.png") no-repeat;
    font-size: 1.2rem;
    line-height: 16px; }
  #contenido #adjuntos p.breve {
    padding-bottom: 20px;
    color: #616161;
    font-size: 1.2rem;
    font-style: italic; }
  #contenido #adjuntos .datos p {
    font-size: 1.2rem; }
  #contenido #adjuntos .peso {
    display: block;
    color: #7b7b7b;
    font-size: 0.98rem; }
    #contenido #adjuntos .peso:hover {
      text-decoration: none; }
  #contenido #adjuntos .documento {
    position: relative;
    min-height: 6rem;
    margin-bottom: 8px;
    padding-right: 1.3rem;
    padding-bottom: 8px;
    padding-left: 1.3rem;
    border-bottom: 1px dotted #949494;
    background: none; }
    #contenido #adjuntos .documento .peso {
      position: absolute;
      top: 0;
      right: 1.3rem;
      width: 8rem;
      border: none;
      font-size: 0.9rem; }
      @media (max-width: 36.5em) {
        #contenido #adjuntos .documento .peso {
          position: relative;
          right: 0;
          width: 100%;
          height: 8rem;
          margin-top: 2rem;
          padding: 1rem;
          font-size: 1rem; } }
      #contenido #adjuntos .documento .peso a {
        display: block;
        padding-top: 4rem;
        padding-left: 0;
        text-align: center;
        text-decoration: none;
        color: #949494;
        border: none;
        background-position: center top !important; }
        #contenido #adjuntos .documento .peso a:hover {
          text-decoration: none;
          color: #121310; }
    #contenido #adjuntos .documento img {
      float: left;
      margin-right: 8px;
      margin-bottom: 8px;
      border: 1px solid #f5f5f5; }
  #contenido #adjuntos .detalle {
    width: 58rem;
    min-height: 10rem;
    padding-right: 85px; }
    @media (max-width: 36.5em) {
      #contenido #adjuntos .detalle {
        width: 100%;
        padding-right: 0; } }
    #contenido #adjuntos .detalle h3 {
      font-size: 1.6rem;
      font-weight: bold; }
    #contenido #adjuntos .detalle h5 {
      font-size: 1.8rem;
      font-weight: bold; }
    #contenido #adjuntos .detalle p {
      margin-bottom: 0;
      font-size: 1.1rem; }
    #contenido #adjuntos .detalle a {
      width: auto;
      text-align: left;
      text-decoration: none;
      color: #006aaf;
      border: none; }
      #contenido #adjuntos .detalle a:hover {
        text-decoration: none;
        color: #121310; }
    #contenido #adjuntos .detalle .fecha {
      padding-bottom: 0;
      font-size: 0.9rem; }
      @media (max-width: 36.5em) {
        #contenido #adjuntos .detalle .fecha {
          padding-bottom: 1rem;
          font-size: 1.2rem; } }
  #contenido #adjuntos .foto {
    position: absolute;
    top: 0;
    right: 0;
    width: 11.2rem;
    max-height: 9rem;
    padding: 3px;
    background: #ededed; }
    #contenido #adjuntos .foto a {
      display: inline;
      border: none; }
      #contenido #adjuntos .foto a:hover {
        text-decoration: none; }
  #contenido #sidebar {
    padding: 6px;
    background: #ededed;
    float: right;
    width: 30rem;
    margin-left: 2rem; }
    @media (max-width: 36.5em) {
      #contenido #sidebar {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 2.5rem; } }
    #contenido #sidebar p.bajada {
      color: #121310;
      font-size: 1rem; }
    #contenido #sidebar #foto {
      position: relative; }
      #contenido #sidebar #foto .galeria {
        position: absolute;
        top: 0;
        right: 0;
        background: url("../images/portada/slider/transparent-bg.png"); }
        #contenido #sidebar #foto .galeria a {
          display: block;
          padding: 5px 10px 5px 25px;
          text-decoration: none;
          text-transform: uppercase;
          color: #fff;
          background: url("../images/general/ico_galeria.png") no-repeat 8px 8px;
          font-size: 0.75em; }
          #contenido #sidebar #foto .galeria a:hover {
            background-color: #000; }
  #contenido .etapa {
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    border-bottom: solid 1px #e0e6eb; }
    #contenido .etapa p.fecha {
      display: table;
      padding: 8px;
      background-color: #e0e6eb;
      border-radius: 2px; }
    #contenido .etapa #adjuntos a {
      border: none; }
  #contenido #sidebar2 {
    float: right;
    width: 28rem;
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
    padding: 6px;
    background: #ededed; }
    #contenido #sidebar2.limpia {
      float: none;
      clear: both;
      margin-bottom: 172rem;
      background: transparent; }
    #contenido #sidebar2 #foto2 {
      position: relative; }
  #contenido.a #adjuntos h4 {
    margin: 10px 5px;
    padding-top: 30px; }
  #contenido.a #adjuntos .noticias_rel {
    clear: both;
    width: 66.6rem;
    padding-top: 2rem;
    border-top: 2px dotted #616161; }
  #contenido.a #sidebar {
    float: right;
    width: 33.3rem;
    margin-bottom: 1.5rem;
    margin-left: 1.5rem; }
    @media (max-width: 36.5em) {
      #contenido.a #sidebar {
        float: none;
        width: 100%;
        margin-left: 0; } }
  #contenido.b #adjuntos {
    clear: both;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 2rem;
    border-top: 2px dotted #616161; }
  #contenido.b #sidebar {
    width: 95%;
    margin: auto auto 1.5rem; }
    @media (max-width: 36.5em) {
      #contenido.b #sidebar {
        width: 100%; } }
    #contenido.b #sidebar #foto {
      float: left;
      width: 33.3rem; }
  #contenido.c #adjuntos h4 {
    margin: 1rem 5px 1rem 0;
    padding-top: 1.5rem; }
  #contenido.c #adjuntos ul {
    margin-left: 0; }
  #contenido.c #adjuntos #sidebar {
    float: right;
    width: 33.3rem;
    margin-bottom: 1.5rem;
    margin-left: 1.5rem; }
  #contenido.d #textos {
    margin-bottom: 1.5rem;
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-gap: 2em;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-rule: 1px dashed #0c0;
    -webkit-column-rule: 1px solid #ededed;
    -moz-column-rule: 1px solid #ededed; }
    @media (max-width: 36.5em) {
      #contenido.d #textos {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1; } }
    #contenido.d #textos #no-cols {
      height: 190rem;
      column-count: auto !important;
      -webkit-column-count: auto !important;
      -moz-column-count: auto !important; }
  #contenido.d #adjuntos {
    clear: both;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 2rem;
    border-top: 2px dotted #616161; }
  #contenido.d #sidebar {
    width: 60rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.5rem;
    float: none; }
    @media (max-width: 36.5em) {
      #contenido.d #sidebar {
        width: 100%; } }
    #contenido.d #sidebar #foto {
      overflow: hidden;
      height: 22rem; }
      #contenido.d #sidebar #foto img {
        position: absolute;
        top: -5rem;
        width: 60rem; }
    #contenido.d #sidebar p.bajada {
      text-align: center; }
  #contenido .revista h4 {
    padding-left: 2.2rem;
    color: #063b65;
    background: url("../images/prensa/revista93/hoja.png") no-repeat;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.7rem;
    text-transform: uppercase;
    margin-top: 1.8rem; }
    #contenido .revista h4 a {
      text-decoration: none !important;
      color: #616161; }
      #contenido .revista h4 a:hover {
        color: #2e2e2e;
        text-decoration: underline !important; }
    #contenido .revista h4 strong {
      color: #2e2e2e; }
  #contenido .revista .autor {
    margin-top: -15px;
    margin-bottom: 0;
    color: #616161;
    font-style: italic; }
  #contenido .revista .capitulos {
    float: right;
    width: 45rem; }
  #contenido .revista .tapa {
    float: left;
    width: 23rem; }
    #contenido .revista .tapa img {
      border: 5px solid gainsboro; }
  #contenido h3 {
    padding-bottom: 5px;
    font-size: 1.8rem; }
  #contenido .epigrafe {
    margin-bottom: 2px;
    padding-bottom: 3px;
    color: #616161;
    font-size: 1.2rem; }
  #contenido .noticias_rel {
    clear: both;
    width: 90%;
    margin-top: 2px;
    margin-right: auto;
    margin-left: auto;
    padding: 1.2rem;
    background-color: #ededed; }
    #contenido .noticias_rel h4 {
      margin-bottom: 4px;
      text-transform: uppercase;
      color: #333;
      font-size: 1.3rem; }
    #contenido .noticias_rel ul {
      list-style-type: none;
      list-style-image: none; }
    #contenido .noticias_rel li {
      padding: 3px 8px;
      background-image: url("/resources/images/general/ruta_bullet3.gif");
      background-repeat: no-repeat;
      background-position: 0 8px;
      font-size: 1em; }
    #contenido .noticias_rel a {
      text-decoration: none;
      color: #121310; }
  #contenido #paginacion {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center; }
    #contenido #paginacion a {
      margin-left: -1px;
      padding-right: 7px;
      padding-left: 7px;
      text-decoration: none;
      color: #597891;
      border-right: 1px solid #d4e5ef;
      border-left: 1px solid #d4e5ef;
      font-size: 1rem;
      font-weight: bold; }
  #contenido .paginacion-noticias #paginacion {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 5rem;
    text-align: center; }
    #contenido .paginacion-noticias #paginacion a {
      display: inline;
      float: none;
      width: 1rem;
      height: 1rem;
      margin: 0;
      padding: 0 3px;
      text-decoration: none;
      text-indent: 0;
      color: #949494;
      border: none;
      border-radius: 0;
      background: none;
      font-size: 1.3rem;
      font-weight: 100; }
      #contenido .paginacion-noticias #paginacion a:hover {
        text-decoration: underline;
        color: #006aaf; }
      #contenido .paginacion-noticias #paginacion a img {
        margin-bottom: -3px; }
  #contenido .addthis_button_google_plusone {
    margin-left: 10px; }
  #contenido #organigrama {
    position: relative;
    width: 705px;
    height: 1220px;
    background-image: url("../images/varios/organigrama2020-2.png");
    background-repeat: no-repeat;
    background-position: left top; }
    #contenido #organigrama .cargo {
      width: 116px;
      height: 60px;
      /*47px*/
      padding: 5px;
      text-align: center;
      border: solid 1px #d4e5ef;
      background-color: #f5f5f5;
      font-size: 1rem;
      line-height: 1.2rem; }
      #contenido #organigrama .cargo a {
        text-decoration: none;
        color: #2e2e2e; }
        #contenido #organigrama .cargo a:hover {
          text-decoration: underline;
          color: #006aaf; }
    #contenido #organigrama #cargo, #contenido #organigrama #cargo_1, #contenido #organigrama #cargo_2, #contenido #organigrama #cargo_3, #contenido #organigrama #cargo_4, #contenido #organigrama #cargo_5, #contenido #organigrama #cargo_6, #contenido #organigrama #cargo_7, #contenido #organigrama #cargo_8, #contenido #organigrama #cargo_9, #contenido #organigrama #cargo_10, #contenido #organigrama #cargo_11, #contenido #organigrama #cargo_12, #contenido #organigrama #cargo_13, #contenido #organigrama #cargo_14, #contenido #organigrama #cargo_14b,#contenido #organigrama #cargo_15, #contenido #organigrama #cargo_16, #contenido #organigrama #cargo_17, #contenido #organigrama #cargo_18, #contenido #organigrama #cargo_19, #contenido #organigrama #cargo_20, #contenido #organigrama #cargo_20b, #contenido #organigrama #cargo_20c, #contenido #organigrama #cargo_20d, #contenido #organigrama #cargo_20e, #contenido #organigrama #cargo_21, #contenido #organigrama #cargo_20f {
      position: absolute;
      z-index: 999; }
      #contenido #organigrama #cargo_1 {
        top: 11px;
        left: 271px; }
      #contenido #organigrama #cargo_2 {
        top: 11px;
        /*77*/
        left: 271px; }
      #contenido #organigrama #cargo_3 {
        top: 11px;
        /*77*/
        left: 428px; }
      #contenido #organigrama #cargo_4 {
        top: 81px;
        /*147*/
        left: 375px; }
      #contenido #organigrama #cargo_5 {
        top: 145px;
        /*207*/
        left: 375px; }
      #contenido #organigrama #cargo_6 {
        top: 209px;
        /*268*/
        left: 375px; }
      #contenido #organigrama #cargo_7 {
        top: 81px;
        /*147*/
        left: 165px; }
      #contenido #organigrama #cargo_8 {
        top: 310px;
        /*335*/
        left: 271px; }
      #contenido #organigrama #cargo_9 {
        top: 390px;
        /*401*/
        left: 375px; }
      #contenido #organigrama #cargo_10 {
        top: 335px;
        /*401*/
        left: 375px; }
      #contenido #organigrama #cargo_11 {
        top: 495px;
        left: 25px; }
      #contenido #organigrama #cargo_12 {
        top: 495px;
        left: 158px; }
      #contenido #organigrama #cargo_13 {
        top: 495px;
        left: 291px; }
      #contenido #organigrama #cargo_14 {
        top: 495px;
        left: 424px; }
      #contenido #organigrama #cargo_14b {
        top: 570px;
        left: 424px; }		
      #contenido #organigrama #cargo_15 {
        top: 495px;
        left: 557px; }
      #contenido #organigrama #cargo_16 {
        top: 471px;
        /*537*/
        left: 325px; }
      #contenido #organigrama #cargo_17 {
        top: 531px;
        /*597*/
        left: 325px; }
      #contenido #organigrama #cargo_18 {
        top: 591px;
        /*657*/
        left: 325px; }
      #contenido #organigrama #cargo_19 {
        top: 563px;
        left: 573px; }
      #contenido #organigrama #cargo_20 {
        top: 632px;
        left: 573px; }
        #contenido #organigrama #cargo_20b {
          top: 700px;
          left: 573px; }
          #contenido #organigrama #cargo_20b::after {
            position: absolute;
            left: 100%;
            display: none;
            width: 10px;
            height: 1px;
            margin-top: -4px;
            content: '';
            background: #0f6db7; }
        #contenido #organigrama #cargo_20c {
          top: 770px;
          left: 573px; }
        #contenido #organigrama #cargo_20d {
          top: 910px;
          left: 573px;
        }
        #contenido #organigrama #cargo_20f {
          top: 980px;
          left: 573px;
        }
        #contenido #organigrama #cargo_20e {
          top: 840px;
          left: 573px; }
      #contenido #organigrama #cargo_21 {
        top: 317px;
        left: 0; }
    #contenido #organigrama .regiones {
      float: left;
      width: 3.5rem;
      height: 100px;
      /*47px*/
      margin-right: 0;
      padding: 2px;
      text-align: center;
      border: solid 1px #d4e5ef;
      background-color: #ededed;
      font-size: 1rem;
      line-height: 11px;
      margin-right: 6px; }
      #contenido #organigrama .regiones a {
        text-decoration: none;
        color: #000000; }
        #contenido #organigrama .regiones a:hover {
          text-decoration: underline;
          color: #006aaf; }
  #contenido .dr {
    position: absolute;
    top: 700px;
    width: 100%; }
  #contenido-full {
    width: 100%; }

.adjuntos h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #2e2e2e;
  font-size: 0.813em; }

.cifras iframe {
  height: 105rem;
  width: 100%; }
  @media (max-width: 55.25em) {
    .cifras iframe {
      height: 50rem; } }

.etapa {
  width: 100%; }
  .etapa table {
    width: 100% !important; }
    @media (max-width: 55.25em) {
      .etapa table table {
        width: 100%; }
      .etapa table thead {
        display: none; }
      .etapa table tr:nth-of-type(2n) {
        background-color: inherit; }
      .etapa table tr td:first-child {
        background: #f0f0f0;
        font-weight: bold;
        font-size: 1.3em; }
      .etapa table tbody td {
        display: block;
        text-align: center; }
      .etapa table tbody td:before {
        content: attr(data-th);
        display: block;
        text-align: center; } }
  @media (max-width: 55.25em) {
    .etapa {
      overflow-x: scroll; } }

#contenido #adjuntos .tit {
  display: block;
  font-weight: bold; }

#contenido #adjuntos a.pdf,
#contenido #adjuntos .documento a.pdf {
  background: url("/resources/images/iconos_adjuntos/intra/ico_pdf.png") no-repeat; }

#contenido #adjuntos a.doc, #contenido #adjuntos a.docx, #contenido #adjuntos a.ocx,
#contenido #adjuntos .documento a.doc,
#contenido #adjuntos .documento a.docx,
#contenido #adjuntos .documento a.ocx {
  background: url("/resources/images/iconos_adjuntos/intra/ico_doc.png") no-repeat; }

#contenido #adjuntos a.ppt, #contenido #adjuntos a.pptx, #contenido #adjuntos a.ptx,
#contenido #adjuntos .documento a.ppt,
#contenido #adjuntos .documento a.pptx,
#contenido #adjuntos .documento a.ptx {
  background: url("/resources/images/iconos_adjuntos/intra/ico_ppt.png") no-repeat; }

#contenido #adjuntos a.xls, #contenido #adjuntos a.xlsx,
#contenido #adjuntos .documento a.xls,
#contenido #adjuntos .documento a.xlsx {
  background: url("/resources/images/iconos_adjuntos/intra/ico_xls.png") no-repeat; }

#contenido #adjuntos a.zip,
#contenido #adjuntos .documento a.zip {
  background: url("/resources/images/iconos_adjuntos/intra/ico_zip.png") no-repeat; }

#contenido #adjuntos a.rar,
#contenido #adjuntos .documento a.rar {
  background: url("/resources/images/iconos_adjuntos/intra/ico_rar.png") no-repeat; }

#contenido #adjuntos a.mp3,
#contenido #adjuntos .documento a.mp3 {
  background: url("/resources/images/iconos_adjuntos/intra/ico_mp3.png") no-repeat; }

#contenido #adjuntos a.wmv,
#contenido #adjuntos .documento a.wmv {
  background: url("/resources/images/iconos_adjuntos/intra/ico_wmv.png") no-repeat; }

#agenda {
  width: 68.6rem; }
  #agenda h3 {
    color: #006aaf;
    font-size: 1.8rem; }
  #agenda h4 {
    margin-bottom: 5px;
    padding-top: 3px;
    letter-spacing: 2px;
    color: #121310;
    font-size: 1.7rem;
    line-height: normal; }
  #agenda p.detalle {
    height: 1.8rem;
    margin-bottom: 0;
    padding-left: 1.5rem;
    background: url("/resources/images/agenda/ico_detalle.png") no-repeat 0 2px;
    font-size: 1.1rem; }
  #agenda p.otro {
    padding-bottom: 0;
    padding-left: 1.5rem;
    color: #616161;
    font-size: 1.1rem;
    font-style: italic; }
  #agenda p.hora {
    padding-bottom: 0;
    padding-left: 1.5rem;
    color: #616161;
    background: url("/resources/images/agenda/ico_hora.png") no-repeat 0 2px;
    font-size: 1rem;
    line-height: 1.5rem; }
  #agenda .info {
    float: left; }
  #agenda .row {
    margin-bottom: 1.1rem;
    padding-bottom: 5px;
    background: url("/resources/images/agenda/fondo_actividad.gif") no-repeat left bottom; }
  #agenda .actividades {
    margin-bottom: 1rem;
    padding: 8px;
    border: 1px solid gainsboro; }
  #agenda .fecha {
    float: left;
    width: 5.3rem;
    margin-right: 8px;
    margin-bottom: 0;
    text-align: center;
    color: #da223e; }
  #agenda .dia {
    font-size: 3rem;
    line-height: 3.8rem; }
  #agenda .mes {
    font-size: 1.4rem; }

.menu_izquierda .zona_calendario {
  width: 218px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important; }

span.titulo_calen {
  display: block;
  padding-bottom: 5px;
  text-align: center;
  letter-spacing: 2px;
  color: #84989b;
  font-weight: bold; }

.calendario_aq {
  display: block;
  width: 18rem;
  margin: 1rem auto;
  padding-bottom: 2rem;
  text-align: center;
  color: #616161;
  /*letter-spacing: 2px;*/
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-bottom-style: solid !important;
  border-left-width: 0 !important;
  font-size: 1.2rem; }
  .calendario_aq a {
    cursor: pointer; }
  .calendario_aq div {
    border-bottom-style: none !important; }
    .calendario_aq div.hasDatepicker {
      border-bottom-width: 0;
      border-bottom-style: none !important; }
    .calendario_aq div.ui-datepicker-title {
      padding-top: 3px !important;
      padding-bottom: 3px !important;
      border-bottom-width: 0 !important;
      border-bottom-style: none !important; }
    .calendario_aq div.ui-datepicker-header {
      margin-top: 2px !important;
      margin-bottom: 3px !important;
      border-bottom-style: solid !important; }
  .calendario_aq .ui-datepicker {
    width: 18rem; }
    .calendario_aq .ui-datepicker-links {
      position: relative;
      height: 2rem;
      margin-top: 5px;
      margin-bottom: 5px; }
      .calendario_aq .ui-datepicker-links a {
        color: #006aaf; }
        .calendario_aq .ui-datepicker-links a:hover {
          color: #121310; }
    .calendario_aq .ui-datepicker-next a, .calendario_aq .ui-datepicker-prev a {
      position: absolute;
      display: block;
      width: 2.7rem;
      height: 1.7rem;
      text-indent: -999px; }
    .calendario_aq .ui-datepicker-prev a {
      top: 0;
      left: 10px;
      background-image: url("/resources/images/agenda/bot_prev.gif") ∆; }
    .calendario_aq .ui-datepicker-next a {
      top: 0;
      right: 10px;
      background-image: url("/resources/images/agenda/bot_next.gif"); }
  .calendario_aq td.ui-datepicker-days-cell {
    border: #f5f5f5 1px solid;
    background: #ededed; }
    .calendario_aq td.ui-datepicker-days-cell a {
      color: #121310;
      font-weight: bold; }
    .calendario_aq td.ui-datepicker-days-cell-otherMonth {
      background: gainsboro !important; }
  .calendario_aq a.ui-state-default {
    padding-top: 1px !important;
    padding-bottom: 2px !important;
    font-size: 1.1rem !important; }

.encuestas {
  width: 60rem;
  margin-top: -2rem;
  padding-bottom: 1.5rem;
  background-color: #e3f0fa;
  background-image: url("../images/portada/encuestas-bg.png");
  background-repeat: no-repeat;
  background-position: bottom right; }
  .encuestas-int h1,
  .encuestas h1 {
    padding-top: 2rem;
    letter-spacing: 0;
    color: #00a4da;
    font-size: 2rem; }
  .encuestas h2 {
    text-transform: uppercase;
    font-size: 1.5rem !important; }
  .encuestas h3 {
    text-transform: uppercase;
    color: #00a4da;
    font-size: 1.3rem;
    font-weight: 300; }
  .encuestas h5 {
    margin-top: -1rem;
    padding-left: 2rem; }
  .encuestas-int span,
  .encuestas span {
    color: #006aaf; }
    @media (max-width: 55.25em) {
      .encuestas-int span,
      .encuestas span {
        line-height: 3rem; } }
    .encuestas-int span label,
    .encuestas span label {
      display: inline;
      font-size: 11px; }
  .encuestas-int textarea,
  .encuestas textarea {
    width: 100%;
    height: 12rem;
    margin-top: 3rem;
    padding: 1rem;
    color: #063b65;
    border: 1px solid #00a4da;
    background: transparent;
    font-size: 1.5rem;
    line-height: 150%;
    height: 30rem; }
  .encuestas-int {
    position: relative;
    width: 100%;
    padding: 1rem;
    margin-top: -2rem;
    padding-bottom: 1.5rem;
    background-color: #e3f0fa;
    background-image: url("../images/portada/encuestas-bg.png");
    background-repeat: no-repeat;
    background-position: bottom right; }
    .encuestas-int h2 {
      color: #006aaf;
      padding: 1rem 0;
      text-transform: uppercase;
      font-size: 1.2rem !important; }
    .encuestas-int h3 {
      color: #00a4da;
      font-size: 1rem;
      font-weight: 700;
      text-transform: uppercase; }
    .encuestas-int h5 {
      color: #006aaf;
      font-size: 1.3rem; }
  .encuestas-content {
    padding: 5px; }

.border-left {
  border-left: 1px solid #fff; }
  @media (max-width: 55.25em) {
    .border-left {
      border: none; } }

#regiones .region {
  float: left;
  overflow: hidden;
  width: 19.7rem;
  height: 17rem;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  border: 6px solid #ededed; }
  @media (max-width: 36.5em) {
    #regiones .region {
      width: 50%;
      height: 22rem;
      margin: 0; } }

#regiones .foto {
  display: contents;
  background: #ededed; }

#regiones .nombre {
  display: block; }
  #regiones .nombre a {
    display: block;
    height: 6rem;
    padding: 7px 20px 7px 7px;
    text-decoration: none;
    color: #fff;
    background: #121310 url(../images/ladefensoria/regiones/flecha.png) no-repeat 17rem 1.1rem;
    font-size: 1.3rem;
    line-height: 15px; }
    @media (max-width: 36.5em) {
      #regiones .nombre a {
        height: 15rem; } }
    #regiones .nombre a:hover {
      text-decoration: none;
      background: #006aaf url(../images/ladefensoria/regiones/flecha.png) no-repeat 17rem 1.1rem; }

.accordion {
  width: 95%; }
  .accordion h4 {
    clear: both;
    padding-top: 4rem; }
  .accordionButton {
    float: left;
    width: 97%;
    padding-top: 1.2rem;
    padding-right: 3rem;
    padding-bottom: 7px;
    cursor: pointer;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #ededed;
    background-image: url("/resources/images/general/bot_open.gif");
    background-repeat: no-repeat;
    background-position: right center;
    font-weight: bold; }
  .accordionContent {
    float: left;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem; }

#masnoti {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f5f5f5; }
  #masnoti h2 {
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-bottom: 2rem;
    padding-right: 2rem;
    padding-left: 0;
    text-transform: uppercase;
    color: #2e2e2e;
    background-image: none;
    font-size: 1.6rem; }
    #masnoti h2 img {
      margin-left: 6px;
      padding-top: 2px; }
  #masnoti p.fecha {
    margin-bottom: 3px;
    padding-left: 0;
    letter-spacing: 2px;
    color: #c2c2c2 !important;
    font-size: 1.2rem !important; }
    @media (max-width: 36.5em) {
      #masnoti p.fecha {
        margin-top: 1.5rem; } }
  #masnoti a.todas {
    position: absolute;
    top: 0;
    right: 12px;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #121310;
    font-size: 1.1rem; }
    #masnoti a.todas:hover {
      opacity: 0.8; }
  #masnoti .noticia {
    float: left;
    width: 45%;
    margin-right: 20px;
    padding: 1rem 1rem 2rem; }
    @media (max-width: 36.5em) {
      #masnoti .noticia {
        width: 100%;
        padding: 0; } }
    #masnoti .noticia h3 {
      margin-bottom: 15px;
      font-size: 15px;
      line-height: 20px; }
      #masnoti .noticia h3 a {
        display: block;
        margin-bottom: 10px;
        text-decoration: none;
        text-transform: uppercase;
        color: #00a4da;
        font-weight: 400; }
    #masnoti .noticia p {
      color: #616161;
      font-size: 1.4rem;
      line-height: 2.2rem; }

#extras {
  position: relative; }
  @media (max-width: 36.5em) {
    #extras {
      width: 100%;
      padding: 0 1rem; } }
  #extras .extras-revista {
    margin-bottom: 6rem; }
    #extras .extras-revista h2 {
      margin-bottom: 0;
      padding-right: 1rem;
      color: #da223e;
      background: none;
      font-size: 18px; }
      #extras .extras-revista h2::before {
        width: 80px;
        height: 80px;
        padding-top: 15px;
        padding-bottom: 20px;
        padding-left: 5.5rem;
        content: "";
        background: url("../images/portada/ico_rev93.gif") no-repeat 0 10px; }
    #extras .extras-revista p {
      padding-right: 1rem;
      padding-bottom: 5px;
      padding-left: 5.5rem;
      color: #84989b;
      font-size: 1.4rem; }
    #extras .extras-revista a {
      position: relative;
      top: -15px;
      right: 30px;
      float: right; }
  #extras #agenda {
    position: relative;
    width: auto; }
    #extras #agenda h2 {
      text-transform: uppercase; }
    #extras #agenda h3 {
      float: right;
      width: 160px;
      margin-bottom: 10px;
      padding-top: 3px;
      letter-spacing: 0;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 17px; }
      @media (max-width: 36.5em) {
        #extras #agenda h3 {
          width: 280px; } }
    #extras #agenda .actividades {
      clear: both;
      min-height: 8.5rem;
      margin-left: -1rem;
      padding-top: 10px;
      padding-left: 0;
      border: none; }
      #extras #agenda .actividades:not(:last-child) {
        border-bottom: 1px solid #ededed; }
      #extras #agenda .actividades:last-child {
        margin-bottom: 2rem; }
      #extras #agenda .actividades a {
        float: right;
        text-decoration: none;
        color: #121310; }
    #extras #agenda .fecha {
      margin: 0;
      color: #00a4da; }
  @media (max-width: 36.5em) {
    #extras .prensa-foto-video {
      margin-bottom: 50px; } }
  #extras .prensa-foto-video h2 {
    margin-bottom: 10px;
    text-transform: uppercase; }
    #extras .prensa-foto-video h2 a {
      padding-bottom: 1.5rem;
      text-decoration: none;
      color: #121310; }
      #extras .prensa-foto-video h2 a:hover {
        color: #00a4da; }
  #extras .prensa-foto-video .eFoto {
    float: left;
    overflow: hidden;
    width: 100%;
    height: 213px;
    margin-top: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    background-color: #868686; }
    @media (max-width: 36.5em) {
      #extras .prensa-foto-video .eFoto {
        float: none;
        height: 21rem; } }
    #extras .prensa-foto-video .eFoto-info {
      position: relative; }
      @media (max-width: 36.5em) {
        #extras .prensa-foto-video .eFoto-info {
          margin-bottom: 2rem; } }
      #extras .prensa-foto-video .eFoto-info a {
        text-decoration: none;
        color: #006aaf;
        font-size: 1.6rem; }
        #extras .prensa-foto-video .eFoto-info a:hover {
          color: #121310; }
  #extras .prensa-foto-video .v-container {
    margin-top: 10px;
    margin-bottom: 8px; }
  #extras .prensa-foto-video .video {
    width: 100%; }
    #extras .prensa-foto-video .video-info a {
      text-decoration: none;
      color: #006aaf;
      font-size: 1.6rem; }
      #extras .prensa-foto-video .video-info a:hover {
        color: #121310; }
  #extras .prensa-foto-video .eInfo {
    position: relative; }

#enlaprensa {
  position: relative;
  margin-top: 6rem; }
  #enlaprensa .en_la_prensa-titulo {
    margin: 0 0 8px;
    border-bottom: 3px solid #f14440; }
    #enlaprensa .en_la_prensa-titulo h2 {
      padding: 1rem;
      text-transform: uppercase; }
  #enlaprensa .en_la_prensa-seccion {
    margin-bottom: 10px;
    background: #f5f5f5; }
    @media (max-width: 36.5em) {
      #enlaprensa .en_la_prensa-seccion {
        margin: 1rem; } }
    #enlaprensa .en_la_prensa-seccion .boton {
      position: relative;
      top: -30px;
      right: 5px;
      float: right; }
  #enlaprensa h3 {
    padding: 1.3rem;
    color: #c2c2c2;
    font-size: 1.8rem; }
    #enlaprensa h3 span {
      display: block;
      text-transform: uppercase;
      font-weight: 300; }
  #enlaprensa h4 a {
    text-decoration: none;
    color: #063b65;
    font-size: 1.4rem;
    font-weight: 700; }
    #enlaprensa h4 a:hover {
      text-decoration: underline; }
  #enlaprensa .noticia {
    margin: 15px 10px; }
  #enlaprensa .medio {
    color: #7b7b7b;
    font-size: 1.2rem;
    line-height: 1.8rem; }
  #enlaprensa .border-right {
    border-right: 1px dotted #c2c2c2; }

.v-container {
  position: relative;
  height: 0;
  padding-top: 25px;
  padding-bottom: 56.25%;
  /* proporción 16:9 */ }
  .v-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.overlay {
  position: fixed;
  z-index: 999991;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7; }

.popup-body {
  position: fixed;
  z-index: 999992;
  display: none;
  width: 100vw; }

.popup {
  position: relative;
  width: 50%;
  min-height: 150px;
  margin: 0 auto;
  padding: 1rem;
  border-radius: 3px;
  background: #f3f3f3;
  box-shadow: 0 2px 5px #000; }

.popup img {
  width: 100%; }

.popup a {
  text-decoration: none; }

.popup p {
  clear: both;
  color: #555555; }

.popup p a {
  color: #d91900; }

.popup .x {
  position: absolute;
  top: -14px;
  right: -20px;
  width: 3rem;
  height: 3rem;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background-color: #006aaf; }

.popup .x:hover {
  cursor: pointer; }

.close {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 70%;
  height: 80%;
  padding-top: 5px; }

.close:hover::after,
.close:hover::before {
  background: #5b9bd6; }

.close::after,
.close::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: #fff; }

.close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.participacion-grid {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-direction: row;
  flex-direction: -webkit-row;
  margin: 20px 0px 35px; }

.participacion-grid > div {
  width: 100px;
  margin: 20px;
  text-align: center; }

.participacion-grid a {
  color: #0f6db7 !important;
  font-size: 12px !important;
  text-decoration: none !important;
  line-height: 12px !important; }

.titulo-participacion {
  font: bold 15px "Trebuchet MS", Lucida Grande, sans-serif !important;
  text-transform: uppercase;
  margin-bottom: 15px !important; }

.titulo-participacion a {
  font: bold 15px "Trebuchet MS", Lucida Grande, sans-serif !important;
  text-decoration: none !important;
  color: #0f6db7 !important; }

.titulo-participacion a:hover {
  text-decoration: underline !important;
  color: #333 !important; }

.headline {
  font-size: 50px;
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
  letter-spacing: 5px; }

.collapsible-panel {
  width: 100%; }

.collapsible-head {
  padding: 2rem;
  border: 1px solid #fff;
  background: #006aaf;
  cursor: pointer;
  color: white; }
  .collapsible-head span {
    margin-left: 2rem;
    font-size: 1.5rem; }
  .collapsible-head i {
    color: #fff;
    transition: all 300ms ease-in-out; }

.collapsible-content {
  padding: 20px;
  background: #e6f6fe;
  display: none;
  border: 1px solid #fff; }
  .collapsible-content table p,
  .collapsible-content table a {
    font-size: 1.3rem;
    line-height: 2.1rem; }
  .collapsible-content table a {
    color: #006aaf; }
  .collapsible-content table,
  .collapsible-content th,
  .collapsible-content td {
    border: 1px solid #5297cd;
    border-collapse: collapse;
    padding: 20px; }
  .collapsible-content td {
    width: 33.333%; }
  .collapsible-content td:not(:first-child) {
    text-align: right; }

.panel-closed i {
  transform: rotate(180deg); }

.contingencia .defensoria_contenido {
  background-color: #5297cd; }

.contingencia .rrss .defensoria_contenido {
  min-height: 80px; }

.balance-relacionadas h2 {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  margin-top: 1.8rem;
  text-decoration: underline;
  color: #006aaf; }

.balance-relacionadas p,
.balance-relacionadas a {
  font-size: 1rem;
  color: #063b65;
  line-height: 1.3rem; }

.balance-relacionadas a:hover {
  background-color: #ededed; }

#mapa .seccion {
  float: left;
  width: 25%;
  margin-bottom: 20px; }
  #mapa .seccion h4 {
    margin-bottom: 5px;
    color: #484848;
    font-size: 1.6rem; }
  #mapa .seccion ul {
    margin-bottom: 15px;
    padding-left: 1rem;
    font-size: 1.2rem; }
  #mapa .seccion li {
    padding: 0;
    background: none; }
    #mapa .seccion li a {
      display: block;
      margin: 5px;
      padding-top: 3px;
      padding-bottom: 3px;
      padding-left: 5px;
      text-decoration: none;
      color: #616161;
      border-left: 3px solid gainsboro; }
      #mapa .seccion li a:hover {
        text-decoration: none;
        color: #121310;
        border-left-color: #006aaf; }

footer {
  position: relative;
  background: #ededed; }

.footer-menu {
  position: relative;
  height: 16rem; }
  .footer-menu_list {
    position: relative;
    width: 100%;
    padding: 2.5rem; }
    @media (max-width: 36.5em) {
      .footer-menu_list {
        padding-top: 3rem;
        text-align: center; } }
    .footer-menu_list ul li {
      padding-bottom: 1.5rem;
      padding-left: 1rem;
      background: url("/resources/images/general/bullet_footer.gif") no-repeat 0 5px; }
      @media (max-width: 36.5em) {
        .footer-menu_list ul li {
          background: transparent; } }
      .footer-menu_list ul li a {
        text-decoration: none;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #616161;
        font-size: 1rem;
        font-weight: 700; }
        .footer-menu_list ul li a:hover {
          color: #006aaf; }

.valida {
  position: relative;
  height: auto;
  margin-right: 1rem; }
  @media (max-width: 74em) {
    .valida {
      text-align: center; } }
  @media (max-width: 36.5em) {
    .valida {
      display: none; } }
  .valida a img {
    margin-left: 1rem; }

#direccion {
  position: relative;
  height: 3.1rem;
  padding: 5px 10px;
  color: #fff;
  border-top: 1px solid #fff;
  background: #00a4da;
  line-height: 3.1 rem; }
  @media (max-width: 74em) {
    #direccion {
      height: auto;
      padding-top: 10px;
      text-align: center; } }
  #direccion p {
    font-size: 1.1rem; }
    @media (max-width: 74em) {
      #direccion p {
        margin-bottom: 1rem;
        font-size: 1.5rem;
        line-height: 2.2rem; } }
  #direccion .cyber {
    float: right;
    text-transform: uppercase; }
    @media (max-width: 74em) {
      #direccion .cyber {
        float: none; } }
    #direccion .cyber a {
      text-decoration: none;
      text-transform: uppercase;
      color: #fff;
      font-size: 1.1rem; }
      #direccion .cyber a:hover {
        text-decoration: none;
        color: #006aaf; }

@media (max-width: 36.5em) {
  .footer-wide {
    display: none; } }

@media (min-width: 37.5em) {
  .footer-phone {
    display: none; } }

body.contraste .content {
  color: #f5f5f5;
  background-color: #121310; }

body.contraste #titular h2 {
  color: #f5f5f5; }

body.contraste #titular #ruta ul li.fin {
  color: gainsboro; }

body.contraste #titular #ruta ul li a {
  color: #f5f5f5; }
  body.contraste #titular #ruta ul li a:focus, body.contraste #titular #ruta ul li a:hover {
    color: gainsboro; }

body.contraste #titular .tools .resizer li.contrast button {
  box-shadow: 0 0 4px 0 rgba(220, 220, 220, 0.4); }

body.contraste #contenido h4 {
  color: #f5f5f5; }

body.contraste #contenido a {
  color: #f5f5f5; }
  body.contraste #contenido a:focus, body.contraste #contenido a:hover {
    color: gainsboro; }

body.contraste #contenido ul li {
  color: #f5f5f5; }

body.contraste #contenido ol {
  color: #f5f5f5; }

body.contraste #contenido #titulos h3 {
  color: #f5f5f5; }

body.contraste #contenido #adjuntos a {
  color: #f5f5f5;
  border-bottom-color: #f5f5f5; }
  body.contraste #contenido #adjuntos a:focus, body.contraste #contenido #adjuntos a:hover {
    color: gainsboro; }

body.contraste #contenido #adjuntos .peso {
  color: #f5f5f5; }
  body.contraste #contenido #adjuntos .peso a {
    color: #f5f5f5; }
    body.contraste #contenido #adjuntos .peso a:focus, body.contraste #contenido #adjuntos .peso a:hover {
      color: gainsboro; }

body.contraste #contenido #sidebar #adjuntos a {
  color: #7b7b7b;
  border-bottom-color: #7b7b7b; }

body.contraste #contenido #sidebar #adjuntos .peso {
  color: #7b7b7b; }

body.contraste #masnoti h2 {
  color: #f5f5f5; }

body.contraste #enlaprensa .medio {
  color: #f5f5f5; }

.medidas__sanitarias p {
  font-size: 1.4rem;
  line-height: 2rem; }
  .medidas__sanitarias p:not(:last-of-type) {
    margin-bottom: 1rem; }

.medidas__sanitarias .row {
  margin-bottom: 3rem; }

.medidas__sanitarias h2 {
  color: #006aaf;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-size: 1.7rem; }
  .medidas__sanitarias h2 a:hover {
    text-decoration: underline; }
  .medidas__sanitarias h2 a:visited {
    color: #006aaf; }

.medidas__sanitarias h3 {
  margin-bottom: 1.2rem;
  text-transform: uppercase; }

.medidas__sanitarias ul {
  margin-bottom: 3rem; }
  .medidas__sanitarias ul > li {
    margin-bottom: 1rem;
    margin-left: 1.6rem; }

.medidas__sanitarias .accordion {
  margin-top: 2rem; }
  .medidas__sanitarias .accordion h2 {
    font-size: 1.5rem; }
  .medidas__sanitarias .accordion h3 {
    text-transform: uppercase;
    color: #00a4da;
    width: 90%; }
  .medidas__sanitarias .accordion ul {
    margin-top: 2rem; }
    .medidas__sanitarias .accordion ul > li {
      font-size: 1.4rem;
      line-height: 2rem;
      margin-bottom: 1rem;
      margin-left: 1.6rem;
      list-style: disc; }
  .medidas__sanitarias .accordion a {
    color: #006aaf; }
    .medidas__sanitarias .accordion a:hover {
      text-decoration: underline; }

.medidas__sanitarias .accordionButton {
  border-top-width: 1px;
  background-image: url("/resources/images/vermas.gif"); }

.medidas__sanitarias .button {
  padding: 4px 8px; }

.medidas__sanitarias-enlaces {
  margin: 3rem 0; }
  .medidas__sanitarias-enlaces a {
    color: #006aaf;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.4rem; }
    .medidas__sanitarias-enlaces a:hover {
      text-decoration: underline; }

.destacado {
  margin: 2rem 0;
  border: 1px solid #e0e6eb;
  border-radius: 2px;
  padding: 1.6rem; }
  .destacado p {
    color: #597891; }
  .destacado h3 {
    color: #da223e !important;
    font-size: 1.4rem;
    text-transform: uppercase; }

.button {
  display: inline-block;
  margin: 5px;
  cursor: pointer;
  transition: all 0.5s;
  text-align: center;
  border: none;
  border-radius: 3px; }
  .button span {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: 0.5s; }
    .button span:after {
      position: absolute;
      top: 0;
      left: -20px;
      content: "+";
      transition: 0.5s;
      opacity: 0; }
  .button:hover span {
    padding-left: 15px; }
    .button:hover span:after {
      left: 0;
      opacity: 1; }
  .button-small {
    min-width: 15rem;
    padding: 1rem;
    font-size: 1.2rem; }
  .button-smallest {
    padding: .8rem;
    font-size: 1.1rem;
    margin-left: 0;
    display: unset; }
  .button-azul {
    color: #fff;
    background-color: #006aaf; }
  .button-celeste {
    color: #fff;
    background-color: #00a4da; }
  .button-rojo {
    color: #fff;
    background-color: #da223e; }
  .button-gris {
    color: #fff;
    background-color: #597891; }
  .button-gris_claro {
    color: #2e2e2e;
    background-color: #f5f5f5; }

.boton {
  position: relative;
  padding: 3px 6px;
  cursor: pointer;
  text-decoration: none !important;
  color: #597891 !important;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ededed;
  font: normal 9px Verdana, Arial;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  -ms-border-radius: 4px; }
  .boton:hover {
    text-decoration: none !important;
    background: gainsboro; }
  .boton .mas {
    padding-right: 1.7rem;
    background: url("/resources/images/general/bot_mas.gif") no-repeat right; }

.bot-right {
  display: -webkit-inline-flex;
  display: inline-flex; }

.boton2 {
  position: relative;
  margin-right: 8px;
  margin-left: 8px;
  padding: 3px 6px;
  text-decoration: none !important;
  color: #063b65 !important;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #d4e5ef;
  font: normal 9px Verdana, Arial;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  -ms-border-radius: 4px; }
  .boton2:hover {
    text-decoration: none !important;
    color: #fff !important;
    background: #6e97be; }

.btn_arancel {
  float: right;
  width: 20.4rem;
  height: 8.5rem;
  margin: 2rem 2rem 0 0;
  background-image: url("../images/varios/boton_arancel.gif");
  background-repeat: no-repeat;
  background-position: left top; }

.btn-celeste {
  position: relative;
  background-color: #00a4da;
  padding: 5px 17px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  margin: 20px 0;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: right; }

  .caja_titulo{
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    
  }
  


#contenido table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: 1px solid #006aaf; }
  #contenido table > tbody > tr > td,
  #contenido table > tbody > tr > th,
  #contenido table > tfoot > tr > td,
  #contenido table > tfoot > tr > th,
  #contenido table > thead > tr > td,
  #contenido table > thead > tr > th {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid gainsboro;
    line-height: 1.8rem; }
  #contenido table > tbody > tr.active > th,
  #contenido table > tbody > tr.active > td,
  #contenido table > tfoot > tr.active > th,
  #contenido table > tfoot > tr.active > td,
  #contenido table > thead > tr.active > th,
  #contenido table > thead > tr.active > td {
    background-color: #f5f5f5; }
  #contenido table > colgroup + thead > tr:first-child > td,
  #contenido table > colgroup + thead > tr:first-child > th,
  #contenido table > caption + thead > tr:first-child > td,
  #contenido table > caption + thead > tr:first-child > th {
    border-top: 0; }
  #contenido table > tbody + tbody {
    border-top: 2px solid gainsboro; }

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px; }

.table-bordered > thead tr > td,
.table-bordered > thead tr > th {
  border-bottom-width: 2px; }

.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th {
  border: 1px solid gainsboro; }

.table-striped tbody > tr:nth-of-type(odd) {
  background-color: #ededed; }

.table-striped tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none; }

.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr > td.active:hover {
  background-color: gainsboro; }

.form {
  width: 100%;
  max-width: 500px;
  margin: auto;
  padding: 0 1em;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: max-content; }
  @media (prefers-reduced-motion: no-preference) {
    .form *,
    .form *::before,
    .form *::after {
      transition: all .1s ease-in-out; } }
  .form-label {
    position: relative;
    display: block;
    margin: 1.2em 0;
    padding-left: 1.5em;
    color: #006aaf;
    font-size: 1.3rem; }
  .form-checkbox {
    position: relative;
    z-index: 2;
    margin-left: -1.5em;
    vertical-align: top;
    opacity: .00001;
    appearance: none; }
  .form-checkbox, .form-checkbox-styler {
    width: 1.2em;
    height: 1.2em; }
  .form-checkbox-styler {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    color: #006aaf;
    border: 1px solid;
    cursor: pointer; }
    .form-checkbox-styler::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: .125em;
      display: block;
      width: .5em;
      height: .25em;
      margin: auto;
      color: #d4e5ef;
      border-bottom: 2px solid;
      border-left: 2px solid;
      transform: rotate(-45deg) scale(0); }
  .form-checkbox-styler:hover,
  .form-checkbox:focus + .form-checkbox-styler,
  .form-checkbox:hover + .form-checkbox-styler {
    color: #063b65;
    outline: 1px solid; }
  .form-checkbox:checked + .form-checkbox-styler {
    background: currentColor; }
    .form-checkbox:checked + .form-checkbox-styler::after {
      transform: rotate(-45deg) scale(1); }
  .form-radio {
    position: relative;
    z-index: 2;
    margin-left: -1.5em;
    vertical-align: top;
    opacity: .00001;
    appearance: none; }
  .form-radio, .form-radio-styler {
    width: 1.2em;
    height: 1.2em; }
  .form-radio-styler {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    color: #006aaf;
    border: 1px solid;
    border-radius: 50%;
    cursor: pointer; }
    .form-radio-styler::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: block;
      width: .75em;
      height: .75em;
      margin: auto;
      background: currentColor;
      border-radius: inherit;
      transform: scale(0); }
  .form-radio-styler:hover,
  .form-radio:focus + .form-radio-styler,
  .form-radio:hover + .form-radio-styler {
    color: #063b65;
    box-shadow: 0 0 0 1px; }
  .form-radio:checked + .form-radio-styler::after {
    transform: scale(1); }
  .form-toggler {
    position: relative;
    z-index: 2;
    margin-left: -1.5em;
    vertical-align: top;
    opacity: .00001;
    appearance: none; }
  .form-toggler, .form-toggler-styler {
    width: 2.4em;
    height: 1.2em; }
  .form-toggler-styler {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    color: #006aaf;
    border: 1px solid;
    border-radius: 0.6em;
    cursor: pointer; }
    .form-toggler-styler::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: linear-gradient(90deg, transparent 45%, #d4e5ef 45%, #d4e5ef 55%, transparent 55%) 0% 50%/50% 42.5%, radial-gradient(circle at center, transparent 17.25%, #006aaf 17.5%, #006aaf 24.75%, transparent 25%) 100% 50%/50% 100%;
      background-repeat: no-repeat; }
    .form-toggler-styler::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: block;
      width: 0.9em;
      height: 0.9em;
      margin: auto;
      background-color: #006aaf;
      border-radius: 50%;
      transform: scale(0.75) translateX(-75%); }
  .form-toggler-styler:hover,
  .form-toggler:focus + .form-toggler-styler,
  .form-toggler:hover + .form-toggler-styler {
    color: #063b65;
    box-shadow: 0 0 0 1px currentColor; }
  .form-toggler:checked + .form-toggler-styler {
    background: currentColor; }
    .form-toggler:checked + .form-toggler-styler::after {
      transform: scale(0.75) translateX(75%);
      background-color: #d4e5ef; }

.streaming {
  position: relative;
  display: flex;
  height: 291px;
  justify-content: space-between;
  background-color: #5086ac; }
  @media (max-width: 55.25em) {
    .streaming {
      flex-direction: column;
      height: auto; } }
  .streaming figure img {
    max-height: 100%; }
  .streaming .video {
    position: relative;
    width: 60%; }
    @media (max-width: 55.25em) {
      .streaming .video {
        width: 100%;
        display: inherit; } }
    .streaming .video iframe {
      width: 100%;
      height: 100%; }
  .streaming__interior {
    background-image: url(/resources/images/balance-2019/balance-2019-fdo-streaming.jpg);
    background-position: bottom;
    background-repeat: no-repeat; }
    @media (max-width: 55.25em) {
      .streaming__interior {
        height: 280px;
        background-image: url(/resources/images/balance-2019/balance-2019-fdo-streaming-mobile.jpg);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover; } }

.badge {
  display: inline-block;
  padding: 0.5em 0.6em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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; }
  .badge_azul {
    background-color: #006aaf;
    color: #fff !important;
    text-decoration: none !important; }

.carousel-caption-2023{
  color:#fff;
  font-size:x-small;
  text-align: right;
  text-shadow: 0 1px 2px rgba(0,0,0,.8); */
  text-decoration: none;
  text-transform: uppercase;
}

.carousel-indicators-2023{
  position:absolute;
  bottom:10px;
  left:50%;
  z-index:15;
  width:84%;
  padding-left:0;
  margin-left:-30%;
  text-align:center;
  /* list-style:none */
}
.carousel-indicators-2023.a:link{
  position:absolute;
  bottom:10px;
  left:50%;
  z-index:15;
  width:84%;
  padding-left:0;
  margin-left:-30%;
  text-align:center;
  list-style:none
}
a:link{
  text-decoration: none;
}