/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
html {
    box-sizing: border-box;
    font-size: 62.5%;
    scroll-padding-top: 0;
}
*,
:after,
:before {
    box-sizing: inherit;
}
body {
    font-family: Montserrat, sans-serif;
    font-size: 1.6rem;
}
body.fijar-body {
    overflow: hidden;
}
body.body-scroll {
    padding-top: 8.6rem;
}
p {
    color: #000;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: justify;
}
.contenedor {
    flex: 1;
    margin: 0 auto;
    max-width: 120rem;
    width: 70%;
}
a {
    text-decoration: none;
}
h1,
h2,
h3 {
    margin: 0 0 1rem;
}
h1 {
    font-size: 3.5rem;
}
h2 {
    font-size: 3rem;
}
h3 {
    font-size: 2.5rem;
}
img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.titulo-pagina {
    margin: 2rem 0;
    text-transform: uppercase;
}
.text-center,
.titulo-pagina {
    text-align: center;
}
.text-bold {
    font-weight: 700;
}
.text-italic {
    font-style: italic;
}
.text--blue {
    color: blue;
}
.text--azulCielo {
    color: #00b5e2;
}
.align--items--center {
    align-items: center;
}
.tabla {
    margin: 0 auto;
}
.tabla table {
    border: 1px solid #ddd;
    border-collapse: collapse;
    width: 100%;
}
.tabla tr {
    background-color: #f2f2f2;
    text-align: left;
}
.tabla td,
.tabla th,
.tabla tr {
    border: 1px solid #ddd;
    padding: 10px;
}
.tabla td,
.tabla th {
    font-weight: 400;
}
.tabla--centrada td,
.tabla--centrada th {
    text-align: center;
}
.body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.header {
    background-color: #000;
    padding: 0.5rem 0;
}
.header * {
    color: #fff;
    margin: 0;
    padding: 0;
}
.header ul {
    list-style: none;
}
.header--nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 120rem;
}
.header--nav .hamburger__icon {
    font-size: 2rem;
    font-weight: 700;
}
.header--nav .hamburger__icon:hover {
    cursor: pointer;
}
.header--nav .menu {
    font-size: 1.6rem;
}
.header--nav .menu--hamburger > a,
.header--nav .menu--hamburger > li,
.header--nav .menu > a,
.header--nav .menu > li {
    display: inline-block;
}
.header--nav .menu li,
.header--nav .menu--hamburger li {
    position: relative;
}
.header--nav .menu a,
.header--nav .menu--hamburger a {
    display: block;
    padding: 0.5rem;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.header--nav .menu a:hover,
.header--nav .menu--hamburger a:hover {
    background-color: #cd201f;
}
.header--nav .submenu,
.header--nav .submenu--derecha {
    background-color: #000;
    display: none;
    font-size: 1.4rem;
    position: absolute;
    width: 15rem;
}
.header--nav .submenu--derecha {
    left: 0;
}
.header--nav .submenu {
    right: 0;
}
.header--nav .subsubmenu {
    background-color: #000;
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    width: 140px;
}
.header--nav .active,
.header--nav .menu li:hover > .submenu {
    animation: slideup 0.3s ease;
    display: block;
}
.header--nav .submenu li:hover > .subsubmenu {
    animation: slideleft 0.3s ease;
    display: block;
}
@keyframes slideup {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes slideleft {
    0% {
        opacity: 0;
        transform: translateX(-15px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.footer .contenido-footer {
    text-align: center;
}
.footer .contenido-footer li,
.footer .contenido-footer p {
    color: #fff;
    margin: 0;
    text-align: center;
}
@media (min-width: 768px) {
    .footer .contenido-footer {
        align-items: center;
        display: block;
    }
}
.footer-redes {
    background-color: #5380a7;
    padding: 1rem;
}
.footer-redes p {
    font-weight: 700;
}
.footer-informacion {
    background-color: #0b487f;
}
.footer-informacion .footer-columnas {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    max-width: 120rem;
    padding: 2rem 0;
    width: 90%;
}
.footer-informacion .footer-columnas li {
    font-size: 1rem;
    text-align: left;
}
.footer-informacion .footer-columnas li:first-child {
    font-weight: 700;
}
.footer-informacion .footer-columnas .informacion-lista {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-informacion-elemento {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: 35% 65%;
}
.footer-derechos {
    background-color: #35424a;
    padding: 0.5rem 0;
}
.footer-derechos p {
    font-size: 1.5rem;
}
.footer-iconos {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    display: inline-flex;
    margin-top: 1rem;
}
.footer-icono {
    align-items: center;
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 4rem;
    justify-content: center;
    width: 4rem;
}
.footer-icono svg {
    height: 3rem;
    width: 3rem;
}
.footer-icono--blue {
    background-color: #222768;
}
.footer-icono--rojoObscuro {
    background-color: #cd201f;
}
li {
    margin-bottom: 1rem;
}
.banner {
    background-image: url(/build/img/instalaciones/fig2.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: -2;
}
.banner-contenido {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.banner-contenido h1 {
    color: #fff;
    font-size: 8rem;
    font-weight: 700;
}
.posters {
    display: grid;
    gap: 2rem;
    grid-template-columns: 2fr 1fr;
}
.posters .posters--anuncios {
    justify-content: space-between;
}
.posters .posters--anuncios,
.posters .posters--seminarios-colapsado {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.posters .posters--seminarios-colapsado a {
    background-color: #0b487f;
    color: #fff;
    display: block;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
}
.posters .posters--seminarios-espaciado {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
}
.posters .posters--seminarios-espaciado a {
    background-color: #0b487f;
    color: #fff;
    display: block;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
}
.columnas-grid-3 {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 2rem;
}
.profesor {
    text-align: center;
}
.profesor .profesor-foto {
    border: 1px solid #969696;
    border-radius: 0.8rem;
    box-shadow: 10px 10px 4px -8px rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin-bottom: 1rem;
    overflow: hidden;
}
.profesor .profesor-foto img {
    height: 13rem;
    max-width: 16rem;
    -o-object-fit: cover;
    object-fit: cover;
}
.profesor a {
    color: blue;
}
.profesor .no-cv,
.profesor a {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: left;
}
.profesor .no-cv {
    color: #666;
}
.profesor .no-cv:hover {
    cursor: auto;
}
.profesor p {
    font-size: 1.25rem;
    margin: 0;
}
.profesor span {
    color: blue;
    font-size: 1.3rem;
}
.colaborador {
    border: 1px solid #969696;
    border-radius: 1rem;
    box-shadow: 10px 10px 4px -8px rgba(0, 0, 0, 0.5);
    padding: 1rem;
}
.colaborador .no-cv,
.colaborador a {
    font-size: 1.3rem;
    font-weight: 700;
}
.colaborador a {
    color: blue;
}
.colaborador .no-cv {
    color: #666;
}
.colaborador .no-cv:hover {
    cursor: auto;
}
.colaborador p {
    font-size: 1.25rem;
    margin: 0;
}
.colaborador span {
    color: blue;
    font-size: 1.3rem;
}
.galeria {
    padding-bottom: 2rem;
}
.galeria--imagenes {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 480px) {
    .galeria--imagenes {
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 768px) {
    .galeria--imagenes {
        display: grid;
        gap: 1.5rem;
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (min-width: 992px) {
    .galeria--imagenes {
        display: grid;
        gap: 1.5rem;
        grid-template-columns: repeat(5, 1fr);
    }
}
.galeria--imagenes img {
    border-radius: 1rem;
    height: 17rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.galeria--imagenes img:hover {
    cursor: pointer;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: grid;
    height: 100%;
    left: 0;
    place-items: center;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
}
.overlay picture {
    display: block;
    width: min(95%, 100rem);
}
.patentes {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}
.patentes-contenedor {
    align-items: center;
    border-bottom: 1px solid #000;
    display: flex;
    flex-direction: column;
    width: 30rem;
}
.patentes-contenedor img {
    background-color: #f85c5c;
    background-color: #00b5e2;
    border-radius: 50%;
    display: block;
    width: 10rem;
}
.patentes-contenedor p {
    color: #00b5e2;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
}
.estudiantes {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
    margin: 5rem 0;
}
@media (min-width: 768px) {
    .estudiantes {
        display: grid;
        gap: 1.5rem;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 992px) {
    .estudiantes {
        display: grid;
        gap: 2rem;
        grid-template-columns: repeat(3, 1fr);
    }
}
.estudiantes-contenedor {
    align-items: center;
    border-bottom: 1px solid #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
}
.estudiantes-contenedor img {
    display: block;
    width: 10rem;
}
.estudiantes-contenedor p {
    color: #00b5e2;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
.tabla--estudiantes-activos {
    margin: 0 auto;
}
.tabla--estudiantes-activos table {
    border: 1px solid #ddd;
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
    width: 50%;
}
.tabla--estudiantes-activos tr:nth-child(odd) {
    background-color: #f2f2f2;
}
.tabla--estudiantes-activos tr:nth-child(2n) {
    background-color: #efefef;
}
.tabla--estudiantes-activos th {
    background-color: #e5e5e5;
    font-weight: 700;
}
.tabla--estudiantes-activos td,
.tabla--estudiantes-activos th {
    border: 1px solid #ddd;
    padding: 10px;
}
.youtube {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.youtube h3 {
    color: #000;
    font-size: 1.8rem;
    font-weight: 400;
}
.youtube-contenedor {
    border: 1px solid #35424a;
    margin: 1rem 0;
    width: min(95%, 50rem);
}
.youtube-imagen {
    display: block;
}
.tabla--seminario {
    margin: 0 auto;
}
.tabla--seminario table {
    border: 1px solid #ddd;
    border-collapse: collapse;
    width: 100%;
}
.tabla--seminario tr:nth-child(odd) {
    background-color: #f2f2f2;
}
.tabla--seminario tr:nth-child(2n) {
    background-color: #efefef;
}
.tabla--seminario th {
    background-color: #e5e5e5;
    font-weight: 700;
}
.tabla--seminario td:nth-child(5),
.tabla--seminario td:nth-child(6) {
    text-align: center;
}
.tabla--seminario td,
.tabla--seminario th {
    border: 1px solid #ddd;
    padding: 10px;
}
.columnas-grid-2 {
    display: grid;
    gap: 2rem 1rem;
    grid-template-columns: 1fr 1fr;
}
.libro {
    text-align: center;
}
.libro .libro-foto {
    border: 1px solid #969696;
    display: inline-block;
    margin-bottom: 1rem;
    overflow: hidden;
}
.libro .libro-foto img {
    height: 25rem;
    max-width: 25rem;
    -o-object-fit: cover;
    object-fit: cover;
}
.libro .libro-titulo {
    font-weight: 700;
    text-transform: uppercase;
}
.libro p {
    font-size: 1.25rem;
    margin: 0;
    text-align: center;
}
/*# sourceMappingURL=app.css.map */
