@charset "UTF-8";
/*
    Variables propias
*/
:root {
  --bs-body-color: #1A1A1A;
  --Degradado: linear-gradient(90deg, #CC0066 16.64%, #009999 90.92%);
  --DegradadoInvertido: linear-gradient(90deg, #009999 16.64%, #CC0066 90.92%);
  --Primary: #CC0066;
  --Granate: #CC0066;
  --Granate-primary-hover: #AD1F66;
  --Granate-fondo-claro: #FCF2F7;
  --Granate-hover: #FFE5F2;
  --Error: #B72E2E;
  --Warning: #945F12;
  --Success: #117836;
  --Bg-error: #D73838;
  --Bg-warning: #E6A03A;
  --Bg-success: #3DAC65;
  --Esmeralda: #009999;
  --Esmeralda-fondo-claro: #EDF8F8;
  --Dark: #1A1A1A;
  --Gray-025: #F1F1F1;
  --Gray-050: #EAEAEA;
  --Gray-100: #D5D5D5;
  --Gray-500: #828282;
  --Gray-600: #6D6D6D;
  --Gray-700: #585858;
  --Error-background-with-text: #F7D7D7;
  --Warning-background-with-text: #FAECD8;
  --Success-background-with-text: #D8EEE0;
}

/*
 * Variables de Bootstrap
 */
/*
 * Colores de Bootstrap
 */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
   ADIMEDIA: Debe contener todos los elementos comunes de armazon/estructura/columnas que afecten tanto a la home como a las páginas interiores 
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
.contenedor {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  height: 100vh;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --fontDefault: "Inter", sans-serif;
}

body,
html {
  scroll-behavior: smooth;
  background-color: var(--Gray-025);
}
body.logged,
html.logged {
  background-color: white;
}

body,
html,
button,
input,
select,
textarea {
  font-family: var(--fontDefault);
}

.text-default {
  color: var(--bs-body-color) !important;
}

.text-granate {
  color: var(--Granate) !important;
}

.text-esmeralda {
  color: var(--Esmeralda) !important;
}

.bg-granate {
  background: var(--Granate);
}

.bg-esmeralda {
  background: var(--Esmeralda);
}

.bg-esmeralda-claro {
  background: var(--Esmeralda-fondo-claro) !important;
}

.bg-granate-claro {
  background: var(--Granate-fondo-claro) !important;
}

.img-multiply {
  mix-blend-mode: multiply;
}

.flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.size-18 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 992px) {
  .cols-2 {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
.btn-fav__icon--activo .btn-fav__icon-contorno {
  fill: transparent;
}
.btn-fav__icon--activo .btn-fav__icon-relleno {
  fill: var(--Granate);
}

.filtroAreas__btn {
  padding: 0.65rem 3rem 0.65rem 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #212529 !important;
  border: 1px solid #ced4da;
  border-radius: 0.25rem !important;
  background: #fff url("../images/combo.svg") right 0.75rem center no-repeat;
  background-size: 16px 12px;
}
.filtroAreas__btn:after {
  display: none;
}
.filtroAreas__btn:hover, .filtroAreas__btn:focus {
  background-color: #fff;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: none;
    opacity: 0;
  }
  51% {
    display: -webkit-box;
    display: flex;
    opacity: 0;
  }
  100% {
    display: -webkit-box;
    display: flex;
    opacity: 1;
  }
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: none;
    opacity: 0;
  }
  51% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
  }
  100% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
}
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
   ADIMEDIA: Debe contener todos los elementos de contenido que afecten únicamente a páginas interiores 
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
.articulo__title {
  font-size: 2.5rem;
  line-height: 2.75rem;
  font-weight: 700;
  line-height: 2.75rem;
  color: var(--Dark);
}

.articulo__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.articulo__imageWrapper {
  max-width: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
}

.editor {
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.editor img {
  max-width: 100%;
  height: auto;
}
.editor a:not(.btn) {
  color: var(--Dark);
}
.editor a:not(.btn):hover {
  text-decoration: none;
}
.editor p, .editor > div {
  margin-bottom: 2.5rem;
}
.editor ul {
  padding: 1.5rem;
  list-style: none;
  background-color: #fff;
  border-radius: 0.625rem;
  margin-bottom: 2.5rem;
}
.editor ul li {
  padding-left: 1.125rem;
  padding-bottom: 1rem;
  background: url(../images/piti.svg) top 0.625rem left no-repeat;
}
.editor ul li:last-child {
  padding-bottom: 0;
}
.editor ul li ul {
  margin-bottom: 0;
  list-style: disc;
  padding-bottom: 0.5rem;
}
.editor ul li ul li {
  background: none;
  padding-left: 0;
  padding-bottom: 0.5rem;
}
.editor ul li ul li ul {
  list-style: circle;
}
.editor ul.mod-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.editor ul.mod-menu > li > ul {
  margin-top: 1rem;
}
.editor ul.mod-menu > li > ul > li {
  padding-bottom: 0;
}
.editor ul.mod-menu > li > ul > li > ul {
  padding-top: 0;
}
.editor ul.mod-menu > li > ul > li > ul > li {
  padding-bottom: 0;
  line-height: 1.5rem;
}
.editor h2 {
  color: var(--Esmeralda);
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 2.25rem;
}
.editor h3 {
  color: var(--Granate);
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 2rem;
}
.editor h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.375rem; /* 22px */
  margin-bottom: 1.75rem;
}
.editor h1.h1--normativa a, .editor h2.h2--normativa a, .editor h3.h3--normativa a, .editor h4.h4--normativa a {
  text-decoration: none;
}
.editor h1.h1--normativa a:hover, .editor h2.h2--normativa a:hover, .editor h3.h3--normativa a:hover, .editor h4.h4--normativa a:hover {
  text-decoration: underline !important;
}
.editor .h1--normativa {
  font-size: 1.5rem;
  font-weight: 800;
  padding-top: 2rem;
  padding-bottom: 0.5rem;
  margin: 0;
}
.editor .h2--normativa {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.25rem 0 0.25rem 1.125rem;
  background: url(../images/piti.svg) top 1rem left 0.125rem no-repeat;
  margin: 0;
}
.editor .h3--normativa {
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0.25rem 0 0.5rem 1.5rem;
  margin: 0;
}
.editor .h1--normativa a {
  color: var(--Dark);
}
.editor .h2--normativa a {
  color: var(--Dark);
}
.editor .h3--normativa a {
  color: var(--Gray-700);
}

.subhome__title {
  font-size: 1.625rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.misFavs__wrapper {
  border-radius: 0.625rem;
  border: 1px solid var(--Gray-100);
  margin-bottom: 3rem;
  padding: 1.5rem;
  color: var(--Gray-500);
  font-size: 0.875rem;
}
@media (min-width: 1200px) {
  .misFavs__wrapper {
    padding: 2rem;
  }
}

.misFavs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.misFavs a {
  font-size: 1.125rem;
  color: var(--Dark);
  text-decoration: none;
}
.misFavs a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.misFavs a:hover {
  text-decoration: underline;
}

.misFavs__item {
  padding-left: 1.125rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background: url(../images/piti.svg) top 0.85rem left no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  position: relative;
  padding-right: 30px;
}
@media (min-width: 1200px) {
  .misFavs__item {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    background-position: top 1rem left;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.misFavs__item:last-child {
  padding-bottom: 0;
}
.misFavs__item:hover .misFavs__delete {
  opacity: 1;
}

.misFavs__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}

.misFavs__delete {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 5px;
  line-height: 1;
  position: relative;
}
@media (min-width: 1200px) {
  .misFavs__delete {
    margin-left: auto;
    opacity: 0;
    position: absolute;
    top: 6px;
    right: 0;
  }
}
.misFavs__delete:hover {
  cursor: pointer;
}
.misFavs__delete:hover .misFavs__deleteImg {
  fill: #D73838;
}

.zona-contenidos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0 1fr 0;
  grid-template-columns: 0 1fr 0;
}
.zona-contenidos > div {
  margin-bottom: 2.5rem;
}
.zona-contenidos > * {
  -ms-grid-column: 2;
  grid-column: 2;
}
.zona-contenidos__w-100, .zona-contenidos .ancho__lg {
  grid-column: 1/-1;
}

.categories {
  list-style: none;
  padding: 0;
}

.categories__item {
  background-color: var(--Gray-025);
  font-size: 1.125rem;
  color: var(--Primary);
  border-radius: 0.5rem;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.25rem;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.categories__item:hover {
  text-decoration: none;
  color: var(--Primary);
}

.editor .filtroAreas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.editor .filtroAreas__wrapper {
  min-width: 50%;
  position: relative;
}
.editor .filtroAreas__title {
  color: var(--bs-body-color);
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  margin-bottom: 0;
}
.editor .filtroAreas__lista {
  list-style: none;
  padding: 0.5rem 0;
  width: 100%;
  top: 50px !important;
  -webkit-transform: none !important;
          transform: none !important;
  border: 1px solid #ced4da;
  border-radius: 0.25rem !important;
  background: #fff;
}
.editor .filtroAreas__lista ul {
  padding-left: 20px;
}
.editor .filtroAreas__item {
  background: none;
  padding: 0;
}
.editor .filtroAreas__link {
  display: block;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  line-height: 1.25rem;
}
.editor .filtroAreas__link:hover {
  color: var(--Granate);
}

.descarga {
  border-radius: 0.625rem;
  background: white;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zona-contenidos .descarga {
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .descarga {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.descarga p {
  margin: 0;
}

.descarga__title {
  font-size: 1.25rem;
  color: var(--Esmeralda) !important;
  text-decoration: none;
  display: block;
}
.descarga__title:hover {
  color: var(--Granate) !important;
}

.descarga__colTexto {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.descarga__btn {
  font-weight: 600;
  border: 1px solid var(--Gray-100);
}

.bloqueComunicaciones {
  border-radius: 0.625rem;
  background: var(--Gray-025);
  padding: 1.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .bloqueComunicaciones {
    padding: 2.5rem;
  }
}

.bloqueComunicaciones__item {
  padding: 1.5rem 0 1rem 0;
  border-bottom: 1px solid var(--Gray-100);
}
.bloqueComunicaciones__item:first-child {
  padding-top: 0;
}

.bloqueComunicaciones__datos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin: 0;
  padding-bottom: 0.35rem;
}

.bloqueComunicaciones__data {
  font-size: 1.125rem;
  font-weight: 600;
  padding-right: 1rem;
}

.bloqueComunicaciones__catPadre {
  border-radius: 6px;
  background-color: var(--Esmeralda);
  padding: 4px;
  color: white;
}

.bloqueComunicaciones__catPadre--noticia {
  background-color: var(--Primary);
}

.bloqueComunicaciones__cat {
  color: var(--Gray-600);
}

.bloqueComunicaciones__title {
  text-decoration: none;
  color: var(--Dark);
  font-size: 1.125rem;
  font-weight: 400;
  display: block;
  line-height: 1.875rem;
}
.bloqueComunicaciones__title:hover {
  color: var(--Dark);
  text-decoration: underline;
}

.noticias__item {
  border-bottom: 1px solid var(--Gray-100);
  padding: 2.5rem 0;
}
.noticias__item:first-child {
  padding-top: 0;
}
.noticias__item:last-child {
  border: none;
}

.noticias__data, .noticias__cat, .noticias__catPadre {
  margin-bottom: 1.25rem;
}

.noticias__datos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  color: var(--Granate);
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin: 0;
}

.noticias__data {
  font-size: 1.125rem;
  color: var(--Dark);
  font-size: 18px;
}

.noticias__catPadre {
  border-radius: 6px;
  background-color: var(--Esmeralda);
  padding: 4px;
  color: white;
}

.noticias__catPadre--noticia {
  background-color: var(--Primary);
}

.editor .noticias__title {
  color: var(--Esmeralda);
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.editor .noticias__title--especialidades {
  margin-bottom: 0;
}

.editor .noticias__link--especialidades {
  font-size: 1.5rem;
}

a.noticias__link {
  color: var(--Esmeralda) !important;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.noticias__desc p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.menuLateral {
  border-radius: 10px;
  border: 1px solid var(--Gray-100);
  background: white;
  padding: 0.75rem 1.25rem;
}
.menuLateral a, .menuLateral .separator {
  color: var(--Dark);
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.125rem;
  display: block;
  padding: 1.5rem 0;
}
.menuLateral a:hover, .menuLateral .separator:hover {
  color: var(--Esmeralda);
}
.menuLateral > ul > li {
  border-bottom: 1px solid var(--Gray-100);
  width: 100%;
}
.menuLateral > ul > li:last-child {
  border: none;
}
.menuLateral > ul > li > ul {
  margin-bottom: 1rem;
}
.menuLateral ul {
  margin: 0;
  padding: 0;
  display: block;
}
.menuLateral ul a {
  padding: 1.25rem 0;
}
.menuLateral ul .active > a, .menuLateral ul .active > .separator {
  color: var(--Granate);
}
.menuLateral ul .current > a, .menuLateral ul .current > .separator {
  color: var(--Granate);
}
.menuLateral ul li {
  display: block;
}
.menuLateral ul ul {
  padding: 0 0.75rem;
}
.menuLateral ul ul a {
  padding: 0.75rem 0;
}
.menuLateral ul ul .parent > a, .menuLateral ul ul .parent > span {
  background-position: right 1rem;
}
.menuLateral ul ul ul {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
.menuLateral ul ul ul > li:first-child a {
  padding-top: 1rem;
}
.menuLateral ul ul ul > li:last-child {
  padding-bottom: 1rem;
}
.menuLateral ul ul ul ul {
  margin-top: 1rem;
  margin-bottom: 0;
  background-color: white;
}
.menuLateral ul ul ul ul > li:last-child {
  padding-bottom: 0;
}
.menuLateral ul .parent > a, .menuLateral ul .parent > span {
  background: url(../images/piti-menu-active.svg) right 1.75rem no-repeat;
  padding-right: 1.5rem;
}
.menuLateral ul .parent > a.collapsed, .menuLateral ul .parent > span.collapsed {
  background-image: url(../images/piti-menu.svg);
}

.menuLateral__title {
  color: var(--Primary);
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 0.75rem;
}

.editor .anclas {
  background: var(--Granate-fondo-claro);
  padding: 2rem;
  border-radius: 0.625rem;
}
.editor .anclas__title {
  padding: 0;
  font-weight: bold;
  color: var(--Dark);
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.editor .anclas__lista {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: transparent;
  margin: 0;
  padding: 0;
  gap: 1rem;
  list-style: none;
}
.editor .anclas__item {
  padding: 0;
  margin: 0;
}
.editor .anclas__item a {
  display: block;
  padding: 0 1rem;
}

.normativa__portadaPrint {
  padding-top: 10rem;
  text-align: center;
  page-break-after: always;
}

.normativa__portadaTitle {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  text-align: left;
}

.tanta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  border-bottom: 1px solid var(--Gray-100);
  padding: 2.5rem 0;
}
.tanta:first-child {
  padding-top: 0;
}
.tanta:last-child {
  border: none;
}
@media (max-width: 767px) {
  .tanta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.tanta__imgWrapper {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.tanta__img {
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid var(--Gray-100);
}
@media (min-width: 768px) {
  .tanta__img {
    max-width: 200px !important;
  }
}

.tanta__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.tanta__data {
  font-size: 1.125rem;
}

.tanta__desc {
  font-size: 1.125rem;
  color: var(--Primary);
}
.tanta__desc p {
  margin-bottom: 1rem;
}

.tanta__title {
  font-size: 1.875rem;
  font-weight: 600;
  color: var(--Esmeralda);
}

.miniTanta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
}

.miniTanta__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.miniTanta__date {
  font-weight: 600;
}

.miniTanta__desc {
  color: var(--Granate);
}

.miniTanta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 575px) {
  .miniTanta__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 576px) {
  .miniTanta__content > div {
    width: 50%;
  }
}

.miniTanta__img {
  border-radius: 0.5rem;
  border: 1px solid var(--Gray-100);
  width: 100%;
}

.miniTanta__title {
  font-size: 1.625rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--Granate);
  margin-bottom: 1rem;
}

.editor .miniTanta__title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: var(--Default);
  margin-bottom: 1rem;
}

.miniTanta__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.modal-content {
  border-radius: 0.625rem;
  border: none;
}
.modal-content .btn-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.editor .fichaContacto__listado, .modal .fichaContacto__listado {
  background-color: transparent;
  margin: 0;
  padding: 0;
  list-style: none;
}
.editor .fichaContacto__listado li, .modal .fichaContacto__listado li {
  padding: 0;
  background: none;
  margin-bottom: 1.5rem;
}
.editor .fichaContacto, .modal .fichaContacto {
  background: var(--Gray-025) !important;
  padding: 2.25rem;
  border-radius: 0.625rem;
}
.editor .fichaContacto__name, .modal .fichaContacto__name {
  color: var(--Esmeralda);
  font-size: 1.625rem;
  margin-bottom: 0.5rem;
}
.editor .fichaContacto__desc, .modal .fichaContacto__desc {
  margin-bottom: 1.5rem;
}
.editor .fichaContacto__desc p, .modal .fichaContacto__desc p {
  margin-bottom: 0.25rem;
}
.editor .fichaContacto__desc > *:last-child, .modal .fichaContacto__desc > *:last-child {
  margin-bottom: 0;
}

.appLagunaro {
  position: relative;
}

.appLagunaro--expandido {
  background: #fff;
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  padding: 20px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  overflow-y: auto;
}

.appLagunaro__btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.attach__wrapper:not(:has(a)) {
  display: none;
}
.attach__wrapper .col-12:not(:has(a)) {
  display: none;
}

.attach {
  border-radius: 0.625rem;
  background: var(--Esmeralda-fondo-claro);
  padding: 2.5rem 2.5rem 1.5rem 2.5rem;
  margin-bottom: 2rem;
  display: none;
  font-size: 1.125rem;
}
.attach:has(a) {
  display: block;
}
.attach > ul {
  margin: 0;
  padding: 0;
  background: transparent;
  list-style: none;
}
.attach > ul li {
  border-top: 1px solid #c1c1c1;
  margin: 0;
  padding: 0;
  background: none;
}
.attach > ul li:has(.attach__noaccess) {
  display: none;
}
.attach > p {
  margin: 0;
  padding: 0;
  border-top: 1px solid #c1c1c1;
}
.attach > p:has(.attach__noaccess) {
  display: none;
}
.attach a {
  text-decoration: none;
  color: var(--bs-body-color);
  display: block;
  padding: 1rem 0 1rem 1.125rem;
  background: url(../images/piti.svg) top 1.625rem left no-repeat;
}
.attach a:hover {
  color: var(--Esmeralda);
}

.attach__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--Esmeralda-fondo-claro);
  margin-bottom: -1px;
  position: relative;
  font-size: 1.75rem;
  color: var(--Esmeralda);
}

.attach__titleIco {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.footerLogged {
  border-radius: 20px 20px 0 0;
  background-color: var(--Gray-025);
}

.footerLogged__name {
  color: var(--Esmeralda);
  font-weight: 500;
}

.footerLogged__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
.footerLogged__menu ul a {
  color: var(--Dark);
  text-decoration: none;
}
.footerLogged__menu ul a:hover {
  text-decoration: underline;
}

/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
   ADIMEDIA: Debe contener estilos que sobreescriben los de Bootstrap 5.1.3
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl,
  .bg-white .container,
  .bg-white .container-lg,
  .bg-white .container-md,
  .bg-white .container-sm,
  .bg-white .container-xl,
  .bg-white .container-xxl {
    max-width: 1400px;
  }
}
@media (min-width: 1720px) {
  .bg-white .container, .bg-white .container-lg, .bg-white .container-md, .bg-white .container-sm, .bg-white .container-xl, .bg-white .container-xxl {
    max-width: 1680px;
  }
}
.text-primary {
  color: var(--Esmeralda) !important;
}

.text-warning {
  color: var(--Bg-warning) !important;
}

.rounded {
  border-radius: 10px !important;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  line-height: 1.125rem;
  gap: 0.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  color: white;
}

.btn-primary {
  background-color: var(--Granate);
  border-color: var(--Granate);
  color: white !important;
}
.btn-primary:hover {
  background-color: var(--Granate-primary-hover);
  border-color: var(--Granate-primary-hover);
}

.btn-close {
  background-image: url(../images/btn-close.svg);
}

.btn-link {
  color: var(--Dark);
  font-weight: 400;
}
.btn-link:hover {
  color: var(--Dark);
  text-decoration: none;
}

.btn-light {
  color: var(--Dark);
}

.btn-success, .bg-success {
  background-color: var(--Bg-success) !important;
  border-color: var(--Bg-success) !important;
}

.btn-warning, .bg-warning {
  background-color: var(--Bg-warning) !important;
  border-color: var(--Bg-warning) !important;
}

.btn-dark, .bg-dark {
  background-color: var(--Dark) !important;
  border-color: var(--Dark) !important;
}

.btn-outline-secondary {
  background-color: white;
  border: 1px solid var(--Gray-100);
  color: var(--Dark) !important;
}
.btn-outline-secondary:hover {
  background-color: var(--Granate-hover);
  border: 1px solid var(--Gray-100);
  color: var(--Granate);
}

.bg-secondary {
  background: white !important;
  color: var(--Dark);
}

.table-responsive {
  padding: 1.25rem;
  border-radius: 0.625rem;
  background: white;
}

table, .table {
  font-size: 1rem;
  line-height: 1.125rem;
  max-width: 100%;
  width: 100%;
  margin-bottom: 2.5rem;
  border: 1px solid var(--Gray-100);
}
.table-responsive table, .table-responsive .table {
  margin: 0;
}
table thead, .table thead {
  color: var(--Granate);
  text-align: center;
}
table tr, .table tr {
  position: relative;
  border-style: hidden;
}
table td, .table td {
  padding: 1rem;
}
table th, .table th {
  font-weight: 400;
  padding: 1rem;
}
table tbody tr, .table tbody tr {
  text-align: center;
}
table tbody tr:nth-child(odd) td, table tbody tr:nth-child(odd) th, .table tbody tr:nth-child(odd) td, .table tbody tr:nth-child(odd) th {
  background-color: white;
}
.table-responsive table tbody tr:nth-child(odd) td, .table-responsive table tbody tr:nth-child(odd) th, .table-responsive .table tbody tr:nth-child(odd) td, .table-responsive .table tbody tr:nth-child(odd) th {
  background: var(--Gray-025);
}
table tbody tr:nth-child(odd) td:first-child, table tbody tr:nth-child(odd) th:first-child, .table tbody tr:nth-child(odd) td:first-child, .table tbody tr:nth-child(odd) th:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
table tbody tr:nth-child(odd) td:last-child, table tbody tr:nth-child(odd) th:last-child, .table tbody tr:nth-child(odd) td:last-child, .table tbody tr:nth-child(odd) th:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.accordion-item {
  margin-bottom: 1rem;
  border: none;
  border-radius: 0.625rem !important;
  overflow: hidden;
}
.accordion-flush .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid white;
  border-radius: 0 !important;
  margin-bottom: 0;
}

.accordion-header, h2.accordion-header, h3.accordion-header, h4.accordion-header {
  margin: 0;
}

.accordion-button {
  color: var(--Dark);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  padding: 1.5rem;
  gap: 1rem;
}
.accordion-button:after {
  fill: var(--Esmeralda);
  background-image: url(../images/open.svg);
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/close.svg);
}
.accordion-button:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: var(--Dark);
  background-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-flush .accordion-button {
  color: var(--Esmeralda);
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.125rem;
  padding: 2rem 0;
  background-color: transparent;
}
@media (max-width: 1199px) {
  .accordion-flush .accordion-button {
    font-size: 1.5rem;
    padding: 1.5rem 0;
  }
}

.accordion-body > *:last-child {
  margin-bottom: 0;
}
.accordion-flush .accordion-body {
  padding: 0 0 2rem 0;
}

.alert {
  padding: 2.5rem;
  margin-bottom: 2.25rem;
  border: none;
  border-radius: 0.625rem;
  font-weight: 500;
}

.alert-primary {
  color: var(--Dark);
  border-radius: 10px;
  background-color: var(--Esmeralda-fondo-claro);
}

.alert-danger {
  color: var(--Error);
  background: var(--Error-background-with-text);
}

.alert-warning {
  color: var(--Warning);
  background: var(--Warning-background-with-text);
}
.alert-warning a {
  color: var(--Warning);
}

.alert-success {
  color: var(--Success);
  background: var(--Success-background-with-text);
}

.border-warning {
  border-color: var(--Bg-warning) !important;
}

.form-control, .form-select {
  padding: 0.65rem 1rem;
}

.form-select {
  font-weight: bold;
}

.result__title-link {
  text-decoration: none;
  font-weight: 600;
}

.result__title-text {
  color: var(--Granate);
}

.result__title-url {
  border-left: 3px solid var(--Granate);
  padding-left: 0.5rem;
  margin: 0.5rem;
  overflow-wrap: anywhere;
}

.spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 100px;
  bottom: 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.spinner-border {
  width: 4rem;
  height: 4rem;
  border-width: 0.4em;
}

.bg-secondary {
  background: var(--Gray-025) !important;
}

.editor ul {
  background-color: var(--Gray-025);
}

.table-responsive {
  border: 1px solid var(--Gray-100);
}

.accordion-item {
  border: 1px solid var(--Gray-100) !important;
}
.accordion-flush .accordion-item {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.descarga {
  background-color: var(--Gray-025);
}

.descarga__btn {
  background-color: white;
}

@page :footer {
  display: none;
}
@page :header {
  display: none;
}
.print-100 {
  width: 100% !important;
}

.editor {
  font-size: 0.75rem;
  line-height: 1rem;
}

.editor p, .editor > div {
  margin-bottom: 1rem;
  text-align: justify;
}

.articulo__title {
  font-size: 1.75rem;
  line-height: 2.25rem;
}

.editor h2, .editor h2.h2--normativa {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 2rem;
}

.editor h3 {
  font-size: 1.35rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

.editor .h1--normativa {
  font-size: 2rem !important;
  font-weight: 600 !important;
  line-height: 2.25rem !important;
  margin-top: 4rem !important;
  margin-bottom: 2rem !important;
  background: none !important;
  padding: 0 !important;
  page-break-before: always;
}

.editor .h2--normativa {
  color: var(--Esmeralda) !important;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  line-height: 1.65rem !important;
  margin-bottom: 1.75rem !important;
  background: none !important;
  padding: 0 !important;
}

.h1--normativa a {
  color: var(--Dark);
}

.h2--normativa a {
  color: var(--Esmeralda) !important;
}

.h3--normativa a {
  color: var(--Granate) !important;
}

.item-normativa {
  padding-bottom: 1.5rem;
}

.editor .h1--index {
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  line-height: 1rem !important;
  margin-top: 2rem !important;
  margin-bottom: 1rem !important;
  padding: 0 !important;
}

.editor .h2--index {
  color: var(--Esmeralda) !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  line-height: 1rem !important;
  margin: 1rem 0 !important;
  padding: 0.25rem 0 0.25rem 1.125rem !important;
  background: url(../images/piti.svg) top 0.5rem left 0.125rem no-repeat;
}

.editor .h3--index {
  color: var(--Dark) !important;
  font-size: 0.85rem !important;
  font-weight: 300 !important;
  line-height: 1rem !important;
  margin-bottom: 0.5rem !important;
  padding: 0 0 0 2rem !important;
}

.h1--index a {
  color: var(--Dark);
  text-decoration: none !important;
}

.h2--index a {
  color: var(--Esmeralda) !important;
  text-decoration: none !important;
}

.h3--index a {
  color: var(--Granate) !important;
  text-decoration: none !important;
}

.editor .noticias__link--especialidades {
  font-size: 1.875rem;
}

.alert {
  padding: 1.5rem !important;
  margin-bottom: 2.25rem !important;
}

.accordion-button {
  padding-bottom: 0 !important;
  padding-top: 1rem !important;
}

.table-responsive {
  padding: 0.6rem;
}

table, .table {
  font-size: 0.75rem;
  line-height: 1rem;
}

table th, .table th, table td, .table td {
  padding: 0.6rem;
}

/* Siempre último */