@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500&display=swap&family=Prata&display=swap");
/**** anchos tablas ******/
body, #header {
  background-color: #B7D9F7;
}

* {
  overflow-wrap: anywhere;
}

.root {
  width: 100%;
}

.grisuno {
  background-color: #14293aeb;
}

.grisdos {
  background-color: #14293a63;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .show > .nav-link,
.dropdown-item {
  color: #14293aeb;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #14293aeb;
  font-weight: 500;
}

h1, h2, h3, h4 {
  font-family: "Prata", serif;
  color: #fff;
}

p, h5, h6, ul, li, a, ol li {
  font-family: "Noto Sans JP", sans-serif;
}

.legales p {
  font-family: sans-serif;
}

.legales a {
  color: #fff;
}

@media (max-width: 1399px) {
  .container-lg {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 550px) {
  .navbar {
    padding-top: 1rem;
    padding-bottom: 0;
  }
}

.header.container-fluid {
  padding: 0 !important;
  position: relative;
  z-index: 999;
  height: 124px;
}
.header.container-fluid .figure-img {
  max-width: 360px;
  margin-bottom: 0;
  line-height: 0;
}
.header.container-fluid .fixed {
  width: 100%;
  position: fixed;
  width: 100%;
  --bs-gutter-x: 0;
  background-color: #B7D9F7;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #00000014;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
.header.container-fluid h1 {
  margin-bottom: 0;
}
.header.container-fluid h2 {
  font-size: 0.9rem;
  color: #14293aeb;
  padding-left: 5.6em;
}
@media screen and (max-width: 768px) {
  .header.container-fluid h2 {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 550px) {
  .header.container-fluid h2 {
    padding-left: 4em;
  }
}

.imgfixed > div {
  position: -webkit-sticky;
  position: sticky;
  top: 124px;
}

ul.button-group.right {
  list-style-type: none;
  float: right;
}
ul.button-group.right li {
  display: inline-block;
  margin: 0 0.5em;
}

.fab, .far {
  font-weight: 400;
  font-size: 3rem;
  color: #14293aeb;
}

#galeria .row {
  --bs-gutter-x: 0;
}
#galeria .row .btn {
  -moz-user-select: none;
  border: none;
  padding: 0;
  border-radius: 0;
}
#galeria .row .figure-img {
  margin-bottom: 0;
}

p, ol li, ul li {
  font-weight: 200;
  font-size: 0.9rem;
  color: #fff;
  text-transform: none;
  font-style: normal;
}

#cv ul li div:nth-child(1), #cv ul li div:nth-child(3) {
  flex-basis: 45%;
}
#cv ul li div:nth-child(2) {
  flex-basis: 10%;
}
#cv ul li:hover .circle > div > div {
  opacity: 1;
  top: 0;
}

#destinos ul li div:first-child, #premios ul li div:first-child {
  flex-basis: 10%;
}
#destinos ul li div:last-child, #premios ul li div:last-child {
  flex-basis: 90%;
}
#destinos ul li:hover .circle > div > div, #premios ul li:hover .circle > div > div {
  opacity: 1;
  top: 0;
}

.circle {
  position: relative;
  min-height: 80px;
}
.circle > div {
  background-color: transparent;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 100%;
  margin: 0 auto;
}
.circle > div > div {
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 2px auto;
  opacity: 0;
  top: -8px;
  transition: all 0.5s ease;
}
.circle:before {
  content: "";
  width: 2px;
  height: calc(100% - 34px);
  position: absolute;
  background-color: #fff;
  left: calc(50% - 1px);
  top: 24px;
}

#premios .icono img,
#destinos .icono img {
  max-width: 25px;
}
#premios .icono > div:first-child,
#destinos .icono > div:first-child {
  position: relative;
}
#premios .icono > div:first-child:before,
#destinos .icono > div:first-child:before {
  content: "";
  width: 2px;
  height: calc(100% - 34px);
  position: absolute;
  background-color: #fff;
  left: calc(50% - 1px);
  top: 24px;
}

.accordion {
  padding: 0;
}
.accordion .accordion-button {
  color: #fff;
}
.accordion .accordion-button:after {
  position: absolute;
  top: 35px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.accordion .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: transparent;
}
.accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.accordion .accordion-button span {
  display: block;
  width: 100%;
}
.accordion .accordion-body {
  padding: 1rem 0;
}
.accordion .accordion-body ul {
  padding-left: 0;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active:hover {
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link img,
.nav-tabs .nav-link.active img,
.nav-tabs .nav-link:hover img,
.nav-tabs .nav-link.active:hover img {
  filter: grayscale(1);
  transition: all 0.5s ease-in;
}
.nav-tabs .nav-link:hover img,
.nav-tabs .nav-link.active:hover img,
.nav-tabs .nav-link:hover:hover img,
.nav-tabs .nav-link.active:hover:hover img {
  filter: none;
}

.nav-tabs .nav-link.active img {
  filter: none;
}

.nav-tabs {
  border-bottom: none;
}

button:focus {
  outline: none;
}

/******** carrusel fotos **********/
.carousel-control-prev, .carousel-control-next {
  opacity: 1;
  background-color: transparent;
  border: none;
}

/******** tablas home ***********/
.accordion-button::after {
  background-image: url(../images/descarga.svg);
}

#estudios .nav-link {
  color: rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}
#estudios .nav-link.active,
#estudios .nav-link:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
#estudios .accordion-button {
  padding: 1em 0;
}
#estudios .titulo3 {
  background-color: #5a9cd638;
  padding: 0.2em 0.5em;
  color: #fff;
  margin-bottom: 1em;
}
#estudios .titulo {
  font-weight: 800;
}
#estudios .accordion-button::after {
  position: relative;
  top: 0px;
  margin: 0 1em;
  left: 0;
}
#estudios .accordion-item {
  margin: 0.5em 0;
}
#estudios .accordion-button {
  border: 1px solid rgba(255, 255, 255, 0.125);
  padding: 0.4em;
}
#estudios .tab-content {
  padding: 0;
}

#profesorado .titulo3 {
  background-color: #5a9cd638;
  padding: 0.2em 0.5em;
  color: #fff;
  margin-bottom: 1em;
}
#profesorado .titulo {
  font-weight: 800;
}

.estudios img {
  max-width: 100%;
}

#estudios .col1, #estudios .col2, #profesorado .col1, #profesorado .col2 {
  width: 35%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.2em 0.4em;
  color: #fff;
  font-weight: 100;
  font-size: 0.9rem;
}
#estudios .col3, #estudios .col4, #profesorado .col3, #profesorado .col4 {
  width: 15%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.2em 0.4em;
  color: #fff;
  font-weight: 100;
  font-size: 0.9rem;
}

.cvlink a {
  color: #fff;
}
.cvlink a:before {
  content: "";
  background-image: url(../images/ico_pdf.svg);
  width: 36px;
  height: 40px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 8px;
}

@media (max-width: 575px) {
  .estudios .col1, .estudios .col2, .estudios .col3, .estudios .col4, .profesorado .col1, .profesorado .col2, .profesorado .col3, .profesorado .col4 {
    width: 100% !important;
  }
  .estudios .col1, .estudios .col2, .estudios .col3, .profesorado .col1, .profesorado .col2, .profesorado .col3 {
    border-bottom: none;
  }
  .estudios .col4, .profesorado .col4 {
    padding-bottom: 1em;
    margin-bottom: 1em;
  }

  #estudios .col1:before {
    content: "Curso:";
  }
  #estudios .col2:before {
    content: "Centro:";
  }
  #estudios .col3:before {
    content: "Inicio:";
  }
  #estudios .col4:before {
    content: "Fin:";
  }
  #estudios .estudios > div:before {
    width: 60px;
    display: inline-block;
    font-weight: 800;
  }

  #profesorado .col1:before {
    content: "Centro:";
  }
  #profesorado .col2:before {
    content: "Asignatura:";
  }
  #profesorado .col3:before {
    content: "Inicio:";
  }
  #profesorado .col4:before {
    content: "Fin:";
  }
  #profesorado .profesorado > div:before {
    width: 94px;
    display: inline-block;
    font-weight: 800;
  }
}
footer {
  font-size: 0.8rem;
}
footer #subir {
  position: fixed;
  bottom: 0;
  left: 2%;
  z-index: 9999;
}
footer #subir a {
  background-color: #14293a63;
  padding: 10px 5px;
  border-radius: 10px 10px 0 0;
  transition: all 0.5s;
}
footer #subir a:hover {
  background-color: #14293aeb;
}
footer #subir a img {
  width: 30px;
  transform: rotate(180deg);
}

blockquote {
  margin: 0 0 1rem;
  padding-left: 2em;
  font-weight: 200;
  font-size: 0.9rem;
  color: #fff;
  text-transform: none;
  font-style: normal;
  font-style: italic;
}

#barraaceptacion.noaceptado {
  bottom: 0;
  transition: all 0.5s ease;
}

#barraaceptacion {
  position: fixed;
  bottom: -210px;
  right: 0;
  background-color: rgba(0, 42, 90, 0.8);
  padding: 1rem;
  z-index: 99;
  margin: 0 auto;
  width: 450px;
  max-width: 96%;
  transition: all 0.5s ease;
}
#barraaceptacion label, #barraaceptacion a {
  color: #fff;
  margin-bottom: 0.5em;
  font-weight: 100;
  font-size: 0.9rem;
}
#barraaceptacion #cerracookie {
  cursor: pointer;
}
@media screen and (max-width: 404px) {
  #barraaceptacion {
    bottom: -230px;
    transition: all 0.5s ease;
  }
}

table.tcookies {
  border: 1px solid #fff;
}
table.tcookies td, table.tcookies th {
  border: 1px solid #fff;
  padding: 0.5em;
}
table.tcookies th {
  background-color: rgba(255, 255, 255, 0.2);
}
table.tcookies p {
  margin: 0;
}

footer {
  font-size: 0.8rem;
  padding-bottom: 4em;
}
footer a {
  color: #14293aeb;
}
footer .rrss-footer img {
  max-width: 40px;
}
@media screen and (max-width: 550px) {
  footer .rrss-footer img {
    max-width: 35px;
  }
}

@media (max-width: 575px) {
  .header.container-fluid {
    height: 25vw;
  }
}
.input, .textarea, input[type=text], input[type=password], input[type=tel], input[type=email], input[type=search], select, textarea {
  background-color: #fff !important;
  font-family: "Noto Sans JP", sans-serif;
  color: #000a12 !important;
  font-size: 0.75rem !important;
  font-weight: 100 !important;
  letter-spacing: 1px !important;
  padding: 16px 20px 16px 10px;
  box-sizing: border-box;
  width: 100%;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
}

label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
}

.select-wrapper {
  position: relative;
  margin-bottom: 1.6em;
  width: 100%;
}
.select-wrapper:before {
  content: " ";
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: #14293aeb transparent transparent;
  margin-top: 3px;
  pointer-events: none;
  z-index: 9;
}

input[type=checkbox] {
  display: none;
  position: relative;
  z-index: -9999;
}

.checklabel:before {
  content: " ";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(../images/check-sprite.png);
  background-position: -26px 0;
  cursor: pointer;
  margin-right: 0.5em;
  top: 6px;
  position: relative;
}

input[type=checkbox]:checked + .checklabel:before {
  background-image: url(../images/check-sprite.png);
  background-position: 0 0;
  cursor: pointer;
}

input[type=submit],
button[type=submit] {
  background-color: #14293aeb;
  color: #fff;
  width: 140px;
  max-width: 100%;
  border: none;
  padding: 0.5em 0;
}
input[type=submit].disabled,
button[type=submit].disabled {
  background-color: #14293a4d;
  color: #ffffff4d;
  cursor: not-allowed;
}

.contacto label {
  display: block;
}
.contacto small, .contacto .small {
  font-size: 0.8em;
  box-sizing: border-box;
  display: none;
  /*display: inline;*/
  background-color: #ff6a00;
  padding: 0.2em 1em;
  color: #fff;
}
.contacto .asterisco p {
  color: #000;
  font-size: 0.8rem;
  font-style: italic;
}
.contacto .capalegal {
  margin-top: 1em;
}
.contacto .capalegal p {
  color: #000;
  font-size: 0.8rem;
  font-style: normal;
}
.contacto #textenviar {
  position: relative;
}
.contacto #textenviar p {
  width: 250px;
  position: absolute;
  border-radius: 10px;
  background: #00000099;
  text-align: center;
  padding: 1em;
  right: 80px;
  top: -20px;
}

.formsearch {
  background-color: #14293a1f;
}

#cabecera, #tablares {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: #14293aeb;
}
#cabecera > div:first-child, #tablares > div:first-child {
  width: 12%;
}
#cabecera > div:nth-child(2), #tablares > div:nth-child(2) {
  width: 32%;
}
#cabecera > div:nth-child(3), #tablares > div:nth-child(3) {
  width: 25%;
}
#cabecera > div:nth-child(4), #tablares > div:nth-child(4) {
  width: 24%;
}
#cabecera > div:last-child, #tablares > div:last-child {
  width: 7%;
}
#cabecera h1, #tablares h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #14293aeb;
}
#cabecera h2, #tablares h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: #14293aeb;
}

.tablasdatos .col-12 {
  padding: 0;
}

#cabecera {
  font-weight: 500;
  color: #fff;
}

#tablares {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#tablares > div:first-child {
  position: relative;
  padding-left: 16px !important;
  font-size: 0.85rem;
}
#tablares div[class^=icono] {
  margin-right: 0.2rem;
}

#upfiltro, #downfiltro {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
}
#upfiltro:after, #downfiltro:after {
  position: absolute;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-image: url(../images/descarga.svg);
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

#downfiltro {
  transform: rotate(-180deg);
}

#tablares h1, #tablares h2 {
  margin-bottom: 0;
}

.pagination {
  justify-content: center;
  flex-wrap: wrap;
}

.page-link {
  color: #14293aeb;
  background-color: #0000000d;
  border: 1px solid #ffffff40;
}

#tablares .icono0:before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../images/prensa_01.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
  background-repeat: no-repeat;
  background-position: center;
}

#tablares .icono1:before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../images/conferencias_01.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
  background-repeat: no-repeat;
  background-position: center;
}

#tablares .icono2:before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../images/libros_01.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
  background-repeat: no-repeat;
  background-position: center;
}

#tablares .icono3:before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../images/tv_01.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
  background-repeat: no-repeat;
  background-position: center;
}

#tablares .icono4:before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../images/radio_01.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 991px) {
  #cabecera.tv > div {
    width: 33.33333%;
  }

  #tablares.tv {
    /*> div > * {display:inline-block;}*/
  }
  #tablares.tv h1 {
    font-weight: 100;
  }
  #tablares.tv div[class^=icono] {
    position: absolute;
    right: 30px;
  }
  #tablares.tv > div {
    width: 100% !important;
    padding-left: 0 !important;
  }
  #tablares.tv > div:first-child:before {
    /*content: "Fecha:";*/
  }
  #tablares.tv > div:nth-child(2):before {
    content: "Título:";
  }
  #tablares.tv > div:nth-child(3):before {
    content: "Medio:";
  }
  #tablares.tv > div:nth-child(4):before {
    content: "Link:";
  }
  #tablares.tv > div:last-child:before {
    /*content: "Tuitear:";*/
  }
  #tablares.tv > div:before {
    width: 94px;
    display: inline-block;
    font-weight: 800;
    position: relative;
    left: 0;
    display: block;
  }
}

/*# sourceMappingURL=custom.css.map */
