/*------------------------------------*\
 carga de fuentes tipográficas
\*------------------------------------*/

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: local("Montserrat Light"), url(../fonts/Montserrat-Light.ttf) format("ttf");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), url(../fonts/Montserrat-Regular.ttf) format("ttf");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat Medium"), url(../fonts/Montserrat-Medium.ttf) format("ttf");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), url(../fonts/Montserrat-Bold.ttf) format("ttf");
}

/*------------------------------------*\
  estilos generales
\*------------------------------------*/

body {
  background-color: #fff;
  color: #475569;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
}

header {
  background-color: #611232;
  margin-bottom: 0;
  position: relative;
  z-index: 101;
}

.logo {
  margin-left: 50px;
  padding: 8px;
  width: 90px;
}

.clip-circle {
  border: 2px solid transparent;
  border-radius: 15px;
}

.enlace-icon {
  color: #b3b3b3 !important;
}

.header-t ul {
  list-style: none;
  margin: 0;
}

.header-t a {
  color: #ffffff;
  display: block;
  fill: #ffffff;
  font-size: 1rem;
  margin-right: 0.3em;
  padding: 0em 0.6em;
  text-decoration: none;
}

.header-t a:hover {
  color: #d4c19c !important;
}

.logo-spf {
 /*  background-color: #9b2247; */
  /* box-shadow: 0 4px 8px -4px rgba(20, 20, 20, 0.4); */
  padding: 0.6rem 2.8rem;
  position: relative;
  z-index: 100;
}

/*------------------------------------*\
  estilos botón subir-página
\*------------------------------------*/

#button {
  background-color: #b38e5d;
  border-radius: 4px;
  bottom: 30px;
  display: inline-block;
  height: 50px;
  opacity: 0;
  position: fixed;
  right: 30px;
  text-align: center;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  visibility: hidden;
  width: 50px;
  z-index: 1000;
}

#button::after {
  color: #fff;
  content: "↑";
  font-size: 2em;
  font-style: normal;
  font-weight: normal;
  line-height: 43px;
}

#button:hover {
  background-color: #404041;
  color: #fff;
  cursor: pointer;
}

#button:active {
  background-color: #475569;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------*\
  estilos transparencia header
\*------------------------------------*/

.transparencia__header {
  background: url(../img/bg_transparencia.webp) no-repeat;
  background-color: #235b4e;
  background-position: 0 bottom;
  background-size: cover;
  margin-top: -20rem;
  text-align: center;
}

.transparencia__header-box {
  padding-top: 70%; /* 16:9 Aspect Ratio */
  position: relative;
  width: 100%;
}

.transparencia__header-box-text {
  align-items: center;
  bottom: 0;
  color: white;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
   margin-top: 15rem;
}

.transparencia__header-title {
  font-size: 3.6em;
  font-weight: 700;
  letter-spacing: 0.6rem;
  margin-bottom: 0.3em;
  margin-top: -150px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.2s linear;
   margin-top: 2rem;
}

.transparencia__header-title:after {
  background-color: #b38e5d;
  bottom: -4px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transition: all 0.2s linear;
  width: 250px;
}

/* .transparencia__header-title:hover {
  font-size: 4.1em;
} */

.transparencia__header-title:hover:after {
  width: 350px;
}

.transparencia__header-subtitle {
  color: #fff;
  font-size: 18px;
  opacity: 0.95;
  width: 60%;
  margin-top: 2rem;
}

/*------------------------------------*\
  estilos menú izquierdo
\*------------------------------------*/

.left-tabs a {
  color: #64748b;
  fill: #94a3b8;
  font-size: 0.9em;
  font-weight: 600;
  padding-right: 2rem;
  /* text-transform: uppercase; */
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #f1f5f9;
  border-color: #cbd5e1 #cbd5e1 #fff;
  color: #8b693d;
  fill: #b38e5d;
  font-weight: 600;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #cbd5e1 transparent #cbd5e1 #cbd5e1;
}

/*------------------------------------*\
  estilos de secciones
\*------------------------------------*/

.container article a {
  color: #3f776e;
  position: relative;
  text-decoration: underline;
  transition: all 0.08s linear;
}

.container article a:hover {
  color: #043008;
}

.secciones {
  max-width: 1180px;
  min-height: 100vh;
  padding-bottom: 6em;
  padding-top: 6em;
}

.secciones__title {
  color: #3f776e;
  font-weight: 700;
  margin-bottom: 1.4em;
  position: relative;
}

.secciones__subtitle {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.4em;
}

/* .secciones__subtitle:before {
  content: "- ";
} */

.secciones__subtitle_b {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.8em;
}

.secciones__apartado {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
}

.secciones ul {
  margin: 0 0 1.6em 0;
  padding: 0;
}

.secciones ul li {
  list-style: none;
  margin: 0 0 4px 0;
  padding: 0;
}

.secciones p {
  color: #475569;
}

/* #section01 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

#section01 ul li {
  flex-basis: 28%;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  margin-bottom: 2em;
  margin-right: 2.6em;
}

#section01 ul li img {
  display: block;
  margin-bottom: 0.6em;
} */

/*------------------------------------*\
  estilos de footer
\*------------------------------------*/

footer {
  background: url(../img/bg_footer_pattern.svg) bottom left repeat-x;
  background-color: #611232;
  background-size: 100%;
  color: #b3b3b3;
  padding: 4rem 2rem 6rem;
}

.footer-title {
  color: #fff;
  display: block;
  font-weight: 700;
  margin-bottom: 1rem;
}

footer ul {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.6;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer a {
  color: rgba(255, 255, 255, 0.6);
}

footer a:hover {
  color: #fff;
  text-decoration: none;
}

footer ul li a {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-bottom: 0.5rem;
}

footer ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-logo {
  display: block;
  margin-top: -8px;
}

footer .row div {
  margin-bottom: 2rem;
}

.tabla_datos_personales {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 3rem;
}

.tabla_datos_personales tr {
  padding: 0.6rem 0rem;
}

.tabla_datos_personales thead tr {
  background-color: #f1f5f9;
}

.tabla_datos_personales thead th {
  padding: 10px;
}

.tabla_datos_width {
  width: 480px;
}

.tabla_datos_border {
  background-color: #f1f5f9;
  border-top: 1px solid #dcdcdc;
  padding-left: 5px;
}

.tabla_datos_border th,
.tabla_datos_border td {
  padding: 0 10px;
}

.tabla_datos_personales th {
  font-weight: 400;
}

.tabla_datos_personales tbody tr td {
  line-height: 1.6;
  margin: 0;
  padding: 0.6rem 0.6rem;
  vertical-align: top;
}

.table {
  color: #475569;
}

.table tbody tr th:first-child {
  padding-left: 0;
}

.table tbody tr th:last-child {
  padding-right: 0;
}

.table tbody tr td:first-child {
  padding-left: 0;
}

.table tbody tr td:last-child {
  padding-right: 0;
}

.tab-content {
  padding: 0rem;
}

.tab-content p {
  line-height: 1.7;
  margin-bottom: 0.6rem;
}

.lista-contacto ul li {
  line-height: 1.6;
  list-style-position: inside;
  list-style-type: disc;
  margin-bottom: 0.8rem;
}

.lista-contacto ul li::marker {
  color: #94a3b8;
}

#section-redes a {
  color: #000;
  font-size: 0.9rem;
  text-align: center;
  text-decoration: none;
  transition: text-shadow 0.3s;
}

.filter-blue {
  filter: brightness(0) saturate(100%) invert(40%) sepia(15%) saturate(1059%) hue-rotate(120deg) brightness(98%)
    contrast(88%);
}

.filtro_twitter:hover {
  filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(327deg) brightness(96%) contrast(104%);
}

.filtro_youtube:hover {
  filter: invert(13%) sepia(88%) saturate(5705%) hue-rotate(356deg) brightness(126%) contrast(136%);
}

.filtro_facebook:hover {
  filter: invert(30%) sepia(84%) saturate(3028%) hue-rotate(207deg) brightness(103%) contrast(90%);
}

.filtro_instagram:hover {
  filter: invert(26%) sepia(43%) saturate(3786%) hue-rotate(281deg) brightness(90%) contrast(87%);
}

.filtro_tiktok:hover {
  filter: invert(0%) sepia(34%) saturate(7468%) hue-rotate(113deg) brightness(99%) contrast(106%);
}
