@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Roboto:wght@300;400;500&family=Lora:wght@600&display=swap");
:root {
  --body-bg: #FFF;
  --body-color: #111;
  --pcolor:#f58723;
  --scolor:#DDD;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  color: var(--body-color);
  background: var(--body-bg);
}

body, td, th {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

*:focus {
  outline: none;
}

a:link, a:hover, a:visited, a:active {
  outline: none;
  text-decoration: none;
}

.main {
  min-height: calc(100vh - 142px);
}

.site-header {
  padding: 0 0 12px 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  transition: 0.2s linear all;
}
.site-header .logo {
  width: 240px;
  max-width: 100%;
  padding: 0 0 10px 0;
  transition: 0.2s linear all;
  filter: invert(100%);
}
.site-header .redes-top {
  background-color: transparent;
}
.site-header .redes-top ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
  border-bottom: 1px solid #fff;
}
.site-header .redes-top ul li {
  margin: 0 0 0 1rem;
}
.site-header .redes-top ul li a svg {
  fill: rgba(255, 255, 255, 0.8);
  transition: 0.2s linear all;
  width: 32px;
}
.site-header .redes-top ul li a:hover svg {
  fill: rgb(60, 116, 166);
}
.site-header .redes-top ul li:first-child {
  margin: 0;
}
.site-header .hamburger-inner, .site-header .hamburger-inner::before, .site-header .hamburger-inner::after {
  background-color: #FFF;
}

.with--header .site-header {
  background-color: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}
.with--header .site-header .logo {
  filter: invert(0%);
}
.with--header .site-header .redes-top ul {
  border-color: #333;
}
.with--header .site-header .redes-top ul li a svg {
  fill: #333;
}
.with--header .site-header .hamburger-inner, .with--header .site-header .hamburger-inner::before, .with--header .site-header .hamburger-inner::after {
  background-color: #333;
}

.menu-principal ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: end;
}
.menu-principal ul li {
  margin-left: 15px;
  position: relative;
}
.menu-principal ul li a {
  font-weight: 500;
  text-transform: uppercase;
  color: var(--body-bg);
  font-size: 0.9rem;
}
.menu-principal ul li .sub-menu {
  display: none;
  position: absolute;
  padding: 2px 5px;
  margin: 0;
  background: #FFF;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  width: 238px;
}
.menu-principal ul li .sub-menu li {
  margin: 0;
}
.menu-principal ul li .sub-menu li a {
  font-size: 0.8rem;
}
.menu-principal ul li:hover ul {
  display: block;
}

.with--header .menu-principal ul li a {
  color: #000;
}

.site-footer {
  background-color: #1a1a1a;
  padding: 2rem 0;
}
.site-footer .logo {
  max-width: 150px;
  margin: 0 auto;
}
.site-footer .logo img {
  filter: invert(100%);
}
.site-footer .linea-h {
  border-top: 1px solid #aaa;
  margin-top: 2rem;
  padding-top: 1rem;
}
.site-footer .linea-h p {
  margin: 0;
  font-size: 0.8rem;
  color: #FFF;
  text-align: center;
}
.site-footer .redes-bottom {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 1rem;
}
.site-footer .redes-bottom li {
  margin: 0 2rem;
}
.site-footer .redes-bottom li a svg {
  fill: rgba(255, 255, 255, 0.8);
  transition: 0.2s linear all;
}
.site-footer .redes-bottom li a:hover svg {
  fill: rgb(60, 116, 166);
}

.boton-whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 25px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 55px;
}
.boton-whatsapp:hover {
  background-color: #1cae52;
}

.contactos {
  background-color: #e9f5ff;
  text-align: center;
  padding: 3rem 0;
}
.contactos h2, .contactos h3, .contactos h4 {
  font-family: "Lora", serif;
}
.contactos h3 {
  padding-bottom: 2rem;
}
.contactos h4 {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  padding: 0.4rem 0;
}
.contactos a {
  color: #333;
}

.img-inicio {
  background-color: #222;
  position: relative;
  --swiper-pagination-color: #fff;
}
.img-inicio .foto-interior {
  height: 100vh;
  position: relative;
}
.img-inicio .foto-interior img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
}
.img-inicio .foto-interior .texto {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0) 70%, rgb(0, 0, 0) 100%);
  display: flex;
  align-items: center;
  color: #FFF;
  font-family: "Lora", serif;
}
.img-inicio .foto-interior .texto h1 {
  margin-bottom: 2rem;
}
.img-inicio .foto-interior .texto a {
  display: inline-block;
  border: 1px solid #FFF;
  padding: 0.2rem 1rem;
  color: #FFF;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  transition: 0.2s linear all;
}
.img-inicio .foto-interior .texto a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #333;
}

.texto-inicio {
  background-color: #efefef;
}
.texto-inicio p {
  font-family: "Lora", serif;
  font-size: 1.5rem;
}
.texto-inicio a {
  display: inline-block;
  border: 1px solid #222;
  padding: 0.2rem 2rem;
  color: #222;
  border-radius: 5px;
  margin-top: 2rem;
  transition: 0.1s linear all;
}
.texto-inicio a:hover {
  background-color: #3C74A6;
  border-color: #3C74A6;
  color: #fff;
}

.areas-practicas {
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
  overflow: hidden;
}
.areas-practicas::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  height: 100%;
  background-image: url("./images/biblio.webp");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(3px) grayscale(0.5) brightness(0.9);
  z-index: -1;
}
.areas-practicas a {
  color: #333;
}
.areas-practicas a .tarjeta {
  background-color: #eee;
  display: flex;
  align-items: stretch;
  transition: 0.2s linear all;
  border-radius: 25px 5px 25px 5px;
  height: 100%;
}
.areas-practicas a .tarjeta .icono {
  background-color: #3C74A6;
  width: 20%;
  display: flex;
  align-items: center;
  padding: 1rem;
  border-radius: 25px 0 0 5px;
  transition: 0.2s linear all;
}
.areas-practicas a .tarjeta .icono img {
  filter: invert(1);
}
.areas-practicas a .tarjeta .titulo {
  width: 70%;
  text-align: left;
  font-family: "Lora", serif;
  margin-top: 1rem;
}
.areas-practicas a .tarjeta .titulo h2 {
  font-size: 1.3rem;
  padding-left: 1rem;
}
.areas-practicas a:hover .tarjeta .icono {
  background-color: #7EB6D9;
}

.novedades {
  background-color: #FFF;
  padding: 2rem 0;
}
.novedades .nota-inicio {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.25s ease-in-out;
  background-color: #efefef;
  padding: 20px;
}
.novedades .nota-inicio .fecha {
  font-size: 0.8rem;
}
.novedades .nota-inicio h3 {
  font-size: 1.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  min-height: 95px;
}
.novedades .nota-inicio a {
  color: #222;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #333;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #333;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.menu-r {
  position: fixed;
  left: 0;
  top: 116px;
  bottom: 0;
  background-color: #FFF;
  width: 350px;
  transform: translateX(-350px);
  overflow-y: hidden;
  z-index: 998;
  transition: 0.2s linear all;
  padding: 25px 0 0 15px;
}
.menu-r .menu-responsive {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-r .menu-responsive li {
  margin-bottom: 0.2rem;
  padding-bottom: 0.2rem;
}
.menu-r .menu-responsive li a {
  color: #333;
  font-size: 1rem;
}
.menu-r .menu-responsive li ul {
  list-style: none;
  display: none;
}
.menu-r .menu-responsive li ul.activo {
  display: block;
}
.menu-r .menu-responsive li.menu-item-has-children a:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.menu-r .menu-responsive li.menu-item-has-children li a::after {
  content: none;
}

.with--sidebar .menu-r {
  transform: translateX(0);
}

.menu-flotante-container {
  display: none;
}

.with--sidebar .menu-flotante-container {
  display: flex;
  align-items: center;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 997;
  background: rgba(0, 0, 0, 0.7);
}

.foto-interior-page {
  height: 30vh;
  position: relative;
  background-color: black;
}
.foto-interior-page img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
}
.foto-interior-page .texto {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0) 70%, rgb(0, 0, 0) 100%);
  display: flex;
  align-items: end;
  color: #FFF;
  font-family: "Lora", serif;
}
.foto-interior-page .texto h1 {
  margin-bottom: 2rem;
}

.page-texto-interior {
  font-size: 1.2rem;
}

.areas-tarjetas a {
  color: #333;
}
.areas-tarjetas a .tarjeta {
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: 0.2s linear all;
  border-radius: 25px 5px 25px 5px;
}
.areas-tarjetas a .tarjeta .icono {
  background-color: #3C74A6;
  width: 25%;
  display: flex;
  align-items: center;
  padding: 2rem;
  border-radius: 50%;
  transition: 0.2s linear all;
  margin-bottom: 1rem;
}
.areas-tarjetas a .tarjeta .icono img {
  filter: invert(1);
}
.areas-tarjetas a .tarjeta .titulo {
  width: 70%;
  display: flex;
  justify-content: center;
  font-family: "Lora", serif;
}
.areas-tarjetas a:hover .tarjeta .icono {
  background-color: #7EB6D9;
}

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