/* You can add global styles to this file, and also import other style files */
@font-face {
  font-family: Avant Garde;
  src: url("../fonts/ITCAvantGardeStd-Bold.ttf");
  font-weight: bold;
}

@font-face {
  font-family: Raleway;
  src: url("../fonts/Raleway-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: Raleway;
  src: url("../fonts/Raleway-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: Raleway;
  src: url("../fonts/Raleway-Regular.ttf");
  font-weight: normal;
}
@font-face {
    font-family: 'Rawline';
    src: url("../fonts/rawline-700.ttf");
    font-weight: bold;
}
@font-face {
    font-family: 'Rawline';
    src: url("../fonts/rawline-400.ttf");
    font-weight: normal;
}
@font-face {
  font-family: Raleway;
  src: url("../fonts/Raleway-Black.ttf");
  font-weight: 900;
}
@font-face {
  font-family: Raleway;
  src: url("../fonts/Raleway-ExtraBold.ttf");
  font-weight: 800;
}
@font-face {
  font-family: Raleway;
  src: url("../fonts/Raleway-Italic.ttf");
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-ExtraBold.ttf");
  font-weight: 800;
}
@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: Garamond;
  src: url("../fonts/Garamond-Italic.ttf");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: Ubuntu;
  src: url("../fonts/Ubuntu-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: Ubuntu;
  src: url("../fonts/Ubuntu-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: Ubuntu;
  src: url("../fonts/Ubuntu-Italic.ttf");
  font-weight: normal;
  font-style: italic;
}

/* Animaciones al cambiar de página o buscar */

@-webkit-keyframes bounceIn { 
    0% { 
        opacity: 0; 
        -webkit-transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        -webkit-transform: scale(1.05); 
    } 

    70% { 
        -webkit-transform: scale(.9); 
    } 

    100% { 
         -webkit-transform: scale(1); 
    } 
} 

@keyframes bounceIn { 
    0% { 
        opacity: 0; 
        transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        transform: scale(1.05); 
    } 

    70% { 
        transform: scale(.9); 
    } 

    100% { 
        transform: scale(1); 
    } 
} 
/* Animaciones para mensaje de no encontrado */
@-webkit-keyframes rotateIn { 
    0% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(-200deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateIn { 
    0% { 
        transform-origin: center center; 
        transform: rotate(-200deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: center center; 
        transform: rotate(0); 
        opacity: 1; 
    } 
}
/* Animaciones al cambiar de vista (categorías o items)*/
@-webkit-keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(10px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        transform: translateY(10px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
/* Animaciones al abrir buscador*/
@-webkit-keyframes fadeIn { 
    0% { 
        opacity: 0; 
    } 
    100% { 
        opacity: 1; 
    } 
} 

@keyframes fadeIn { 
    0% { 
        opacity: 0; 
    } 
    100% { 
        opacity: 1; 
    } 
}
/* Animaciones al abrir buscador*/
@-webkit-keyframes fadeOut { 
    0% { 
        opacity: 1; 
    } 
    100% { 
        opacity: 0; 
    } 
} 

@keyframes fadeOut { 
    0% { 
        opacity: 1; 
    } 
    100% { 
        opacity: 0; 
    } 
} 
body {
    color: #383838;
    
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: 300; 
}
a, a:hover, a:focus, a:active {
    outline: none;
    color: #383838;
    text-decoration: none;
    cursor: pointer;
}
a:hover{
    font-weight: bold;
}
p{
    margin-bottom: 10px;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}


.container {
    max-width: 1424px;
    padding: 0px;
    width: 100%;
}
.wrap {
    padding-bottom: 113px;
    min-height: calc(100vh - 301px);
}

.row {
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
}
.row > *{
    padding: 0 15px;
}
.page {
    /*-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;*/
    width: 100%;
}
.header {
    padding: 0px;
    margin: 0;
    border-radius: 0px;
    float: none;
    min-height: 281px;
}
.header .titYbuscador.sinVolver{
    padding-bottom: 47px;
}
.header .titYbuscador.conVolver{
    padding-bottom: 65px;
}
.header > div:first-child {
    flex: 1;
}
.header h1 {
    font-size: 60px;
    font-weight: 900;
    margin: 0;
    margin-right: 20px;
    padding: 0;
    float: none !important;
    display: inline-block;
    letter-spacing: 0.01em;
}
.subheader, .volver{
    width: 100%;
}
.volver{
    height: 75px;
    font-size: 19px;
    display: flex;
    align-items: center;
    font-weight: normal;
}

.volver button.return{
    background-color: inherit;
    border: none;
    padding: 0;
    text-align: left;
    display: block;
    color: #383838;
}
.volver button.return .fa-chevron-left{
    margin: 0px 2px 0px;
}
.volver button.return:hover{
    box-shadow: none;
}
.subheader h2{
    font-weight: 600;
    margin: 0px;
    font-size: 32px;
    letter-spacing: 0.02em;
    line-height: 1.1;
}
.subheader>div h2{
    margin-top: 0;
}
.subheader>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 27px 0px 25px;
}
.filters{
    width: 100%;
    flex: 1 0 auto;
    padding: 30px 30px 15px;
    min-height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filters>div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}
.filters a{ 
    text-align: center;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.05em;
    margin: 0px;
    flex:1 0 auto;
    /*padding-right: 35px;*/
    padding-right: 5px;
    font-weight: normal;
    display: inline-block;
    padding-bottom: 15px;
}

.filters a:last-child{
    padding-right: 0px;
}
.filters a:hover{
    font-weight: normal;
    text-decoration: none;
}
.filters a:hover.selected{
    font-weight: bold;
}
/******** Buscador ********/
.busqueda-borde {
    margin: 0px;
    padding: 0px;
    border-bottom: none;
    position: relative;
    width: 100%;
}
.busqueda-borde .form-group {
    width: 100%;
    height: 61px;
    position: relative;
    margin-bottom: 0px;   
    margin-top: 35px;
    padding: 0px; 
}
#home_habilidades .busqueda-borde, #plan_docente #areas .busqueda-borde{
    width: 357px;
    margin-left: 10px;
}
#home_habilidades .busqueda-borde .form-group, #plan_docente #areas .busqueda-borde .form-group{
    margin-top: 0px;
}
.busqueda-borde .form-control:focus{
    border:none;
}
.busqueda-borde .form-control {
    width: 100%;
    margin: 0;
    border: none;
    border-radius: 5px; 
    height: 100%;
    font-size: 19px;
    letter-spacing: 0.02em;
    color: #999;
    padding: 0;
    padding-left: 16px;
    padding-right: 55px;
    position: relative;
}

.icono_search, .icono_cerrar {
    position: absolute;
    right: 16px;
    top: 19px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.form-control:focus{
    box-shadow: none;
}


/******** Fin Buscador ********/
/******** Categorias *******/
#categories .panel {
    margin-top: 80px;
}
.panel {
    clear: both;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
}

#categories .panel-body {
    display: flex;
    flex-wrap: wrap;
}
.panel-body {
    padding: 0;
}
.category {
    cursor: pointer;
    margin: 0 20px;
    /*-webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;*/
    width: calc(33.3% - 27px);
    height: auto;
    max-width: 448px;
}
.category > a, .thumbnail, .thumbnail img, .category .caption {
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 0;
}
.category > a {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.category:nth-child(3n+1) {
    margin-left: 0px;
}
.category:nth-child(3n+3) {
    margin-right: 0px;
}
.category .thumbnail:hover {
    border: none;
    box-shadow: none;
}
.category a:hover .descripcion{
    opacity: 0.75;
}
.descripcion{
    transition: all 0.4s ease-in;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    padding: 0 20px;
    display: flex;
    align-items: safe center;
    overflow: auto;
    color: #fff;
}

.thumbnail {
    background-color: initial;
    width: 100%;
    /*max-height: 300px;*/
    max-height: 259px;
    overflow: hidden;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.03em;
    font-weight: 400;
    position: relative;
    border-radius: 5px;
    margin: 0 auto;
}

.thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.category .caption {
    display: flex;
    justify-content: center;
    padding: 23px 0 0px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
}
.category:hover .caption .titulo, .category:hover .caption .subtitulo,.category:hover a, .category a:hover{
    text-decoration: none;
}
.titulo{
    margin: 0;
    font-size: 27px;
    line-height: 35px;
    letter-spacing: 0.02em;
    font-weight: bold;
}
.subtitulo{
    font-size: 19px;
    line-height: 20px;
    letter-spacing: 0.02em;
    margin-top: 11px;
}
.help-msg{
    margin: 0 auto;
    text-align: center;
}
.help-msg span .fa-question-circle {
    font-size: 74px;
    clear: both;
    /*-webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;*/
    line-height: 0.9;
    margin-bottom: 2px;
}

.help-msg h4{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}
/******** Fin categorias ********/

/******** Items ********/
/* Estilos de los items */
#items .panel, #lastviews .panel, #allItems .panel {
    border-top: 1px solid #d9d9d9;
    padding: 40px 0 36px;
}
#allItems .panel {
    border-top: none;
}
#centro_recursos #items .panel{
    padding-bottom: 62px;
}
#videoteca_investigacion #items .panel{
    padding-top: 0px;
    border:none;
}
/*poner si se ponen columns*/
#items .panel-body, #allItems .panel-body {
    display: block;
    column-count: 2;
    column-gap: 40px;
    column-fill: balance;
    -moz-column-fill: balance;
    -webkit-column-fill: balance;
}
.media{
    width: 100%;/*poner si se ponen columns*/
    /*width: calc(50% - 20px);*//*Quitar si se ponen columns*/
    padding: 0;
    margin-bottom: 32px;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 25px;
    display: inline-flex;
    margin-top: 0;
    cursor:pointer;
    /*-webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;*/
    
}
.media:nth-child(odd){
    /*margin-right: 20px;*//*quitar si se ponen columns*/
}
.media:nth-child(even){
    /*margin-left: 20px;*//*quitar si se ponen columns*/
}
#lastviews .media{
    /*width: 100%;*//*quitar si se ponen columns*/
    /*margin: 0px;*//*quitar si se ponen columns*/
}

.gallery-icon{
    width:40px;
    height:40px;
    flex: 0 0 auto;
    border-radius:50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-icon span{
   text-align: center;
   font-size: 16px;
   color:white;
}
.media-body {
    flex:1;
}
.media-body .titulo {
    cursor: pointer;
    display: flex;
    margin-bottom: 5px;
    align-items: center;
}
.media-body .titulo h4 {
    margin: 0;
    margin-left: 12px;
    font-size: 21px;
    letter-spacing: 0.02em;
    line-height: 1.1;
}
.media-body h4 {
    font-weight: 600;
}
.media-body p{
    margin-bottom: 0px;
}
.media-body .titulo img{
    width: 100%;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    /*white-space: nowrap;*/
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn_certificado{
    background-color: #e6e6e6;
}
.btn_certificado:hover, .btn_certificado:focus {
    background-color: #e6e6e6;
    border-color: #adadad;
    font-weight: normal;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(200, 200, 200, 0.75);*/
}

/******** Fin de items ********/

/* Paginación */

.pagination li.disabled:first-child a, .pagination li.disabled:last-child a{
    opacity: 0;
}
.pagination li.disabled a{
    cursor: initial;
}
ul.pagination {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 67px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0px;
    padding-left: 0;
    border-radius: 4px;
}
ul.pagination{
    min-height: 90px;
    padding-top: 40px;
    padding-bottom: 0px;
}
#opiniones ul.pagination{
    margin-top: 0px;
    border-top: none !important;
}
.pagination > li > a, .pagination > li > span {
    background-color: initial;
    border: none;
    border-radius: 50%;
    color: #999;
    font-size: 19px;
    font-weight: normal;
    letter-spacing: 0.02em;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.pagination .disabled, .pagination .active, .pagination li{
    padding: 0px !important;
    background-color: transparent !important;
    margin-right: 6px !important;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination a:hover, .pagination button:hover {
    background: initial !important;
}

/* Fin Paginación */

#modal {
    color: #333;
}
#modal .fa-check-circle{
    font-size: 64px; 
}
#modal h4{
    font-size: 18px;
}
  
#modal .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
#modal .btn-default:hover, #modal .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.franja{
    position: absolute;
    bottom: 17px;
    left: 0px;
    max-height: 50px;
    height: 25%;
    padding: 0px 24px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thumbnail .logo{
    width: auto;
    height: 28px;
}
@media screen and (max-width: 1504px) {
    .container {
       max-width: 1320px;
       padding: 0 40px;
    }
}
@media screen and (max-width: 1320px) {
    .container {
       max-width: 1260px;
    }
}
@media screen and (max-width: 1200px) {
    .container {
       max-width: 1052px;
    }
    .thumbnail{
        font-size: 14px;
    }
    
}
@media screen and (max-width: 1190px) {
    .container {
       max-width: 1110px;
    }
}
@media screen and (max-width: 991px) {
    .container {
       max-width: 100%;
       
    }
}
@media screen and (max-width: 768px){
    .row{
        flex-direction: column;
    }
    
    #items .panel-body .media,  #allItems .panel-body .media{
        margin-left:auto;/*Poner si hay columns*/
        margin-right:auto;/*Poner si hay columns*/
        /*width: 100%;*//*Quitar si hay columns*/
        /*margin: 0px;*//*Quitar si hay columns*/
    }
    .media:nth-child(2){
        margin-top:0px;/*Poner si hay columns*/
    }
    .media:nth-child(odd){
        clear:left;/*Poner si hay columns*/
    }
    #items .panel-body, #allItems .panel-body {
        column-count: 1;/*Poner si hay columns*/
        column-gap: 0px;/*Poner si hay columns*/
        /*flex-direction: column;*//*Quitar si hay columns*/
    }
    .header{
        flex-direction: column;
    }
    .header h1{
        font-size: 54px;
    }
    
    #home_habilidades .busqueda-borde.no-searching, #plan_docente #areas .busqueda-borde.no-searching{
        width: 58px;
    }
    #home_habilidades .busqueda-borde.searching, #plan_docente #areas .busqueda-borde.searching{
        width: 50%;
        flex: 1 0 auto;
    }
    .busqueda-borde .form-group{
        height: 53px;
    }
    .busqueda-borde.no-searching .form-control{
        padding-right: 0px;
    }
    .busqueda-borde .icono_search img{
        margin-top: -4px;
    }
    .category{
        margin: 0px;
        width: calc(50% - 20px);
    }
    .category:nth-child(odd){
        margin-right: 20px;
    }
    .category:nth-child(even){
        margin-left: 20px;
    }
    .titulo{
        font-size: 24px;
        line-height: 30px;
    }
    .subtitulo{
        font-size: 18px;
    }
    .filters a{
        font-size: 16px;
    }    
    .category .caption{
        padding-top: 27px;
    }
}
@media screen and (max-width: 576px) {
    .category{
        margin: 0px !important;
        width: 100%;
        max-width: 100%;
    }
    .thumbnail{
        font-size: 18px;
    }
    .header h1{
        font-size: 42px;
    }
    .subheader h2{
        font-size: 27px;
    }
    .media{
        flex-direction: column;
    }
    .filters{
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .filters a{
        font-size: 14px;
    }
    
    #areas .tit_seccion{
        margin-bottom: 16px;
    }
    #home_habilidades .busqueda-borde.searching, #plan_docente #areas .busqueda-borde.searching {
        width: 100%;
    }
    #home_habilidades .busqueda-borde, #plan_docente #areas .busqueda-borde{
        margin-left: 0px;
        margin-top: 10px;
    }
}
/*******Biblioteca Resumenes*******/
#biblioteca_resumenes .book{
    display: block;
    box-shadow: 0 1px 4px 1px rgba(0,0,0,.25);
    border: 1px solid #d4d4d4;
    padding: 6px 6px 0px 0px;
    border-radius: 12px 0px;
    margin-right: 10px;
}
#biblioteca_resumenes .media-body h4 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.1;
}
#biblioteca_resumenes .autores {
    font-size: 12px;
    color: #888;
}
#biblioteca_resumenes .book img {
    border: 1px solid #d4d4d4;
    width: 100%;
}
#biblioteca_resumenes #items .book img,#biblioteca_resumenes #allItems .book img{
    max-width: 105px;
}
/******* Fin Biblioteca Resumenes *******/
/******* Biblioteca Virtual *******/
#biblio_virtual #page-content>.row{
    align-items: baseline;
    padding-top: 80px;
}
#biblio_virtual li{
    cursor: pointer;
}

#biblio_virtual h2 {
    font-size: 20px;
}
#biblio_virtual #fondos_disponibles, #manuales {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    margin-bottom: 20px;
}
#biblio_virtual .vertical, .horizontal {
    width: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
#biblio_virtual .vertical h2, .horizontal h2 {
    transform: rotate(270deg);
    position: relative;
    top: 94px;
    left: 0;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    align-self: flex-start;
    margin: 0;
}
#biblio_virtual #fondos_disponibles ul {
    padding-left: 20px;
}

#biblio_virtual .enlaces_bbdd li {
    margin-bottom: 5px;
    list-style-type: none;
}
#biblio_virtual #fondos_disponibles a {
    text-decoration: none;
}

#biblio_virtual .desplegable {
    cursor: pointer;
}
#biblio_virtual #manuales .vertical h2 {
    top: 84px;
}
#biblio_virtual #enlaces_manuales {
    padding-left: 20px;
}
#biblio_virtual #enlaces_manuales a:hover {
    text-decoration: underline;
    font-weight: normal;
}
#biblio_virtual #enlaces_manuales ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
#biblio_virtual #enlaces_manuales ul li {
    flex: 1 0 50%;
    list-style-type: none;
    margin-bottom: 10px;
}
#biblio_virtual #enlaces_manuales ul li a {
    display: inline-flex;
    align-items: center;
}
#biblio_virtual .iconitos {
    width: 30px;
    height: auto;
    margin-right: 10px;
}
#biblio_virtual #enlaces_manuales ul li a span {
    flex: 0 1 100%;
}
#biblio_virtual #investigacion {
    margin-bottom: 20px;
}
#biblio_virtual .horizontal {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    height: 40px;
    margin-bottom: 10px;
}
#biblio_virtual .horizontal h2 {
    transform: rotate(0deg);
    position: static;
    align-self: center;
}


#biblio_virtual .post {
    border: thin solid #ddd;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 10px;
    color:#333;
}
#biblio_virtual .post img{
    width: 100%;
}
 #biblio_virtual .fa.fa-angle-right{
    margin-right: 5px;
    font-weight: bold;
}
#biblio_virtual .post h3 {
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 0;
}
#biblio_virtual .boton_masInfo {
    align-self: flex-end;
    margin-bottom: 0;
    background: #969696;
    color:#fff;
    padding: 5px 10px;
    border-radius: 4px;
}
#biblio_virtual .boton_masInfo:hover, .boton_masInfo:active, .boton_masInfo:focus {
    opacity: 0.8;
    color: #000;
    text-decoration: none;
    outline: none;
}

 #biblio_virtual .destacado{
    padding: 5px 10px;
    display: inline-block;
    margin-left: -10px;
}
#biblio_virtual #enlaces_manuales .email{
    font-weight: bold;
}
#biblio_virtual #enlaces_manuales .email:hover{
    text-decoration: underline;
    font-weight: bold;
}


@media screen and (max-width: 768px){
    #biblio_virtual #fondos_disponibles, #biblio_virtual #manuales_investigacion, #biblio_virtual #investigacion{
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0;
    }
    #biblio_virtual #enlaces_manuales ul{
      flex-direction: column;
    }
    #biblio_virtual h2{
        font-size: 18px;
    }
}
@media screen and (max-width: 576px){
    #biblio_virtual h2{
        font-size: 14px;
    }
}
@media screen and (max-width: 480px){
    #biblio_virtual h2, #biblio_virtual .vertical h2{
        font-size: 12px;
    }
}
/******* Fin Biblioteca Resumenes *******/
/******* Centro Extensión *******/
#centro_extension .media .imagen{
    width: 50%;
    padding-right: 10px;
}
#centro_extension .media .imagen img{
    width: 100%;
}
#centro_extension .media-body{
    width: 50%;
}
#centro_extension .media-body h4{
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 1.1;
}
@media screen and (max-width: 576px) {
    #centro_extension .media .imagen, .media .media-body{
        width: 100%;
    }
    #centro_extension .media .media-body{
        margin-top: 10px;
    }
}

/******* Fin Centro Extensión *******/
/******* Centro Recursos Multimedia *******/
#centro_recursos #video_explicativo{
   width: 80%;
   margin: auto;
   margin-top: 80px;
}
@media screen and (max-width: 768px){
    #centro_recursos #video_explicativo{
        width: 100%;
    }
}
/******* Fin Recursos Multimedia *******/
/******* Footer *******/
#footer {
    min-height: 100px;
    width: 100%;
    position: relative;
    z-index: 100;
}
#logos {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#footer img {
    margin: 0;
}
#derechos {
    height: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#derechos p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #808080;
}
@media screen and (max-width: 768px){
    #logos{
        flex-wrap: wrap;
    }
    #footer img {
        margin: 15px 20px;
    }
}
/******* Fin Footer *******/
/******* Home *******/
#home .full-width-image {
    min-height: 662px;
    width: 100%;
    position: relative;
}
#home .full-width-image .opacity-layout {
    width: 100%;
    height: 100%;
    min-height: 662px;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: safe center;
    justify-content: center;
    flex-direction: column;
}
#home .full-width-image .opacity-layout p {
    color: #fff;
    font-family: 'Avant Garde', 'Raleway', Arial, sans-serif;
    font-size: 72px;
    font-weight: bold;
    letter-spacing: 0.01em;
    text-align: center;
    max-width: 993px;
    width: 68%;
    text-transform: uppercase;
    line-height: 85px;
    margin-bottom: 36px;
    margin-top: -25px;
}
#home .full-width-image .opacity-layout .raya {
    max-width: 215px;
    width: 15%;
    height: 19px;
}
#home .full-width-white {
    min-height: 545px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #ffffff;
    position: relative;
    z-index: 10;
    padding: 0;
}
#home .secciones {
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1424px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}
#home .secciones > div {
    max-width: 326px;
    width: 25%;
    margin: 0 20px;
    flex: 0 0 100%;
}
#home .secciones>div:first-child{
        margin-left: 0;
    }
#home .secciones>div:last-child{
    margin-right: 0;
}
#home .secciones .thumbnail {
    overflow: visible;
    height: auto;
    width: 100%;
}
#home .secciones .thumbnail img{
    display: block;
    margin: 0 auto;
    max-width: 200px;
}
#home .enlace-main {
    min-height: 155px;
    margin: 15px auto;
    /*-webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;*/
}
#home .secciones .thumbnail h4 {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.02em;
    margin: 0 auto;
        margin-top: 0px;
    line-height: 32px;
    margin-top: 43px;
    max-width: 87%;
    color: #404040;
}
@media screen and (max-width: 1504px) {
    #home .secciones div{
        max-width: 260px;
    }
}
@media screen and (max-width: 1320px) {
    #home .secciones div{
        max-width: 245px;
    }
}
@media screen and (max-width: 1200px) {
    #home .secciones div{
        max-width: 210px;
    }
}
@media screen and (max-width: 1190px) {
    #home .secciones div{
        max-width: 198px;
    }
    
}
@media screen and (max-width: 991px) {
    #home .secciones{
        padding: 60px 0px 40px;
    }
    #home .secciones div{
        margin: 0;
        flex: 0 0 50%;
        margin-bottom: 20px;
        max-width: 100%;
    }
    #home .secciones .thumbnail h4{
        margin-top: 20px;
        max-width: 100%;
    }
    #home .full-width-image .opacity-layout p{
        font-size: 66px;
        line-height: 78px;
    }
}
@media screen and (max-width: 768px){
    #home .full-width-image .opacity-layout p{
        font-size: 60px;
        line-height: 72px;
    }
    
}
@media screen and (max-width: 576px) {
    #home .secciones div{
        flex: 0 0 100% !important;
    }
    #home .full-width-image .opacity-layout p{
        font-size: 50px;
        line-height: 62px;
    }
}
@media screen and (max-width: 480px) {
    
    #home .full-width-image .opacity-layout p{
        font-size: 40px;
        line-height: 52px;
    }
}
/******* Fin Home *******/
/******* Home Habilidades *******/
#home_habilidades p,#home_habilidades h1,#home_habilidades h2,#home_habilidades h3,#home_habilidades h4,#home_habilidades h5,#home_habilidades h6{
    margin-bottom: 0px;
}
#home_habilidades{
    padding-bottom: 0px;
}

#home_habilidades .seccion{
    width: 100%;
    justify-content: center;
    padding-bottom: 113px;
}
#home_habilidades .jumbotron{
    min-height: 740px;
    margin-bottom: 0px;
    color:#fff;
    padding-top: 145px;
}
#home_habilidades .texto_intro{
    display: flex;
}
#home_habilidades .texto_intro p{
    font-style: italic;
    line-height: 25px;
}
#home_habilidades .texto_intro p span:last-child{
    display: block;
    margin-top: 10px;
}
#home_habilidades .texto_intro .raya{
    height: 1px;
    width: 50px;
    position: relative;
    top:12px;
    margin-right: 10px;
}
#home_habilidades .nombre_institucion{
    text-transform: uppercase;
}
#home_habilidades .eslogan{
    font-size: 90px;
    font-weight: bold;
    line-height: 100px;
    margin-bottom: 50px;
}
#home_habilidades #texts_icons{
    display:flex;
}
#home_habilidades #texts_icons div{
    display: flex;
    align-items: center;
}
#home_habilidades #texts_icons div:first-child{
    margin-right: 50px;
}
#home_habilidades #texts_icons div img{
    margin-right: 22px;
}
#home_habilidades #texts_icons div h3{
    font-size: 27px;
    line-height: 35px;
    flex: 1 0 auto;
}
#home_habilidades #info{
    color:#fff;
}
#home_habilidades #info .columnas{
    flex: 1 1 33.3%;
    max-width: 448px;
    margin-right: 40px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#home_habilidades #info .columnas:first-child{
    margin-left:0px;
}
#home_habilidades #info .columnas:last-child{
    margin-right:0px;
}
#home_habilidades .informaciones .titulo{
    font-size: 27px;
    line-height: 40px;
}

#home_habilidades .informaciones .texto{
    font-size: 19px;
    letter-spacing: 0.03em;
    line-height: 30px;
    color:#999;
}

#home_habilidades .subtitulo_buscador{
    width: 100%;
    display: flex;
    justify-content: space-between;
    min-height: 61px;
    margin-bottom: 29px;
}
#home_habilidades .tit_seccion{
    width: 100%;
    line-height: 50px;
}
#home_habilidades .subtit_seccion{
    font-size: 27px;
    line-height: 32px;
    align-self: center;
    font-weight: normal;
}
#home_habilidades #areas .filters{
    margin-bottom: 30px;
}

#home_habilidades .carrusel{
    width: 100%;
    overflow: hidden;
    position: relative;
}

#home_habilidades .inner-carrusel{
    display: flex;
    flex-wrap: wrap;
}

#home_habilidades #opiniones .tit_seccion{
    margin-bottom: 50px;
}
#home_habilidades .opinion{
    margin-right:40px; 
    padding: 41px 0px 56px;
    flex: 1;
    min-height: 310px;
    max-width: 448px;
}

#home_habilidades .opinion:last-child{
    margin-right: 0px;
}
#home_habilidades .opinion .cabecera{
    display: flex;
    flex-wrap: wrap;
}
#home_habilidades .opinion .cabecera img{
    width: 84px;
    height: 84px;
    border-radius: 50%;
    margin-right: 20px;
    margin-bottom: 33px;
}
#home_habilidades .opinion .cabecera .nombre_cv{
    flex:1;
    position: relative;
    top: -5px;
}
#home_habilidades .nombre_cv .nombre{
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 35px;
}
#home_habilidades .nombre_cv .cv{
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 27px;
    margin-top: 4px;
}
#home_habilidades .opinion .testimonio{
    font-size: 19px;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 30px;
}
#home_habilidades #cursos_populares{
    padding-bottom: 125px;
}
#home_habilidades #cursos_populares .tit_seccion{
    margin-bottom: 14px;
}
#home_habilidades #cursos_populares .subtit_seccion{
    margin-bottom: 44px;
}
#home_habilidades #cursos_populares .carrusel{
    padding-top: 30px;
}
#home_habilidades #btn_verTodos{
    padding: 50px 0px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#home_habilidades #btn_verTodos a{
    width: 33%;
    max-width: 448px;
    min-width: 380px;
    height: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#home_habilidades #btn_verTodos a:hover{
    text-decoration: none;
}
@media screen and (max-width: 1200px) {
    #home_habilidades #info .columnas, .opinion{
       max-width: 324px;
    }
    #home_habilidades .opinion{
        width: 100%;
        max-width: 100%;
    }
    #home_habilidades .jumbotron{
        background-position: 80% 30%;
    }
}
@media screen and (max-width: 768px) {
    #home_habilidades .eslogan{
        font-size: 70px;
        line-height: 78px;
    }
    #home_habilidades #texts_icons div{
        margin-bottom: 30px;
    }
    #home_habilidades #texts_icons div:first-child{
        margin-right: 0px;
    }
    #home_habilidades #texts_icons div h3{
        font-size: 24px;
        line-height: 33px;
    }
    #home_habilidades .jumbotron{
        background-position: 75% 30%;
    }

    #home_habilidades #info .columnas{
        flex-direction: row;
        max-width: 100%;
        flex:auto;
        margin: 0px;
    }
    #home_habilidades #info .columnas img{
        flex : 1 0 auto;
        margin-right: 50px;
        margin-bottom: 74px;
    }
   #home_habilidades #info .columnas:last-child img{
        margin-bottom: 0px;
    }
    #home_habilidades .informaciones .titulo{
        font-size: 24px;
        line-height: 38px;
    }
    #home_habilidades #btn_verTodos a{
        width: 50%;
    }
    #home_habilidades .seccion {
        padding-bottom: 100px;
    }
    #home_habilidades .tit_seccion{
        line-height: 48px;
    }
    #home_habilidades .subtit_seccion{
        font-size: 24px;
        line-height: 30px;
    }
    #home_habilidades .nombre_cv .nombre{
        font-size: 24px;
        line-height: 30px;
    }
    #home_habilidades .nombre_cv .cv{
        font-size: 16px;
    }
    #home_habilidades .opinion .testimonio{
        font-size: 18px;
    }
    #home_habilidades .subtitulo_buscador{
        align-items: flex-end;
    }
    #home_habilidades .opinion{
        padding-top: 44px;
    }
}
@media screen and (max-width: 576px) {
    #home_habilidades .texto_intro .raya{
        width:30px;
    }
    #home_habilidades .eslogan{
        font-size: 65px;
        line-height: 70px;
        margin-bottom: 36px;
    }
    #home_habilidades .informaciones .texto{
        font-size: 17px;
        line-height: 28px;
    }
    #home_habilidades .tit_seccion{
        line-height: 44px;
    }

    #home_habilidades .nombre_cv .cv{
        font-size: 15px;
        line-height: 26px;
    }
    #home_habilidades .opinion .testimonio{
        font-size: 17px;
        line-height: 39px;
    }
    #home_habilidades #texts_icons div{
        margin-bottom: 20px;
    }
    #home_habilidades #info .columnas img{
        flex:1 0 20%;
        max-width: 155px;
        margin-right: 40px;
    }
    #home_habilidades #info .columnas .informaciones{
        flex:1 0 74%;
    }
    #home_habilidades .subtitulo_buscador{
        flex-direction: column;
        align-items: flex-start;
    }
    #home_habilidades .subtit_seccion{
        align-self: flex-start;
    }
    #home_habilidades #cursos_populares{
        padding-bottom: 115px;
    }
    #home_habilidades .seccion {
        padding-bottom: 88px;
    }
}
/******* Fin Home Habilidades *******/
/******* Videoteca Investigación *******/
#videoteca_investigacion .gallery-icon{
    margin-right: 12px;
}
#videoteca_investigacion .gallery-icon img{
    width: 100%;
}
#videoteca_investigacion .media-body h5 {
    margin-top: 0;
    margin-bottom: 5px;
    font-style: italic;
    font-size: 14px;
}
#videoteca_investigacion .media-heading {
    font-size: 1.2em;
    line-height: 1.09;
    margin-bottom: 5px;
}
#videoteca_investigacion .autor {
    font-size: 0.9em;
}
#videoteca_investigacion .caja_flex{
    display: flex;
}
/******* Fin Videoteca Investigación *******/
/******* Navegación *******/
.navbar {
    padding: 0;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    color: #ffffff;
    min-height: 115px;
}
.navbar > .container-fluid {
    padding: 0;
    width: 100%;
    min-height: 115px;
}

.navbar-brand {
    margin-left: 40px;
    padding: 25px 0;
    min-height: 115px;
}
.navbar-brand > img {
    width: auto;
    height: 65px;
}
.navbar-collapse {
    margin: 0;
    justify-content: flex-end;
}
.navbar-collapse .navbar-nav{
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    max-width: 794px;
}


.navbar-nav > li {
    height: 115px;
    float: none;
    text-align: center;
    display: table;
}

.navbar-nav > li > a {
    font-size: 18px;
    text-transform: initial;
    font-family: 'Raleway', sans-serif;
    line-height: 22px;
    padding: 0 40px !important;
    vertical-align: middle;
}
.navbar-dark .navbar-nav .nav-link{
    color: rgba(255,255,255,1);
    display: table-cell;
}




@media screen and (max-width:991px) {
    
    .navbar-collapse {
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-nav{
        flex-direction: row;
    }
    .navbar-collapse .navbar-nav {
        max-width: 100%;
    }
    .navbar{
        padding: 0px;
    }
    .navbar-toggler {
        outline: transparent;
        margin-top: 15px;
        margin-bottom: 30px;
        padding: 0px;
        border: none;
        font-size: 3em;
        display: block;
        margin-right: 35px;
    }
    .navbar-toggler:hover,.navbar-toggler:active, .navbar-toggler:focus{
        background-color: transparent;
    }

    .navbar-toggler-icon{
        width:44px;
        color: #888;
    }
}
@media screen and (max-width:768px) {
    .navbar-nav{
        flex-direction: column;
    }
    .navbar-nav >li{
        width: 100%;
        height: auto;
    }
    .navbar-nav >li >a{
         padding: 5px 0px;
    }

}
/******* Fin Navegación *******/

/******* Centro de Idiomas *******/
    #centro_idiomas{
      padding-bottom: 113px;
    } 
    #centro_idiomas #page-content > .row {
        align-items: baseline;
        padding-top: 80px;
        overflow: hidden;
    }
    #centro_idiomas .row > .col-4{
      padding: 0px !important;
    }
     #centro_idiomas ul{
        list-style-type: none;
        padding: 0px;
     }
     
     #centro_idiomas .vertical{
        height: 40px;
        transform: rotate(90deg);
        transform-origin: left bottom;
        display: flex;
        align-items: center;
        padding: 15px 20px;
        
        
      }
      #centro_idiomas .vertical h2, #centro_idiomas .horizontal h2{
        margin: 0;
        transform: rotate(180deg);
        text-transform: uppercase;
        font-size: 1em;
        font-weight: bold;
        display: flex;
        align-items: center;
        position: static;
      }
      #centro_idiomas h2 span{
        margin-left: 5px;
      }
       #centro_idiomas .horizontal{
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 13px 15px;
      }
      #centro_idiomas .horizontal h2{
        transform: rotate(0deg);
      }
      #centro_idiomas #convenios .vertical{
        display: inline-flex;
      }
     
     #centro_idiomas .logos{
      display: block;
      width: 50%;
      margin: 0 auto;
     }
     #centro_idiomas #convenios ul{
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
      padding-top: 20px;
     }
     #centro_idiomas #convenios ul li{
      flex:1;
     }
     
     #centro_idiomas #apps ul{
      padding-left: 60px;
      margin-top: -40px;
      margin-bottom: 0px;
     }
     #centro_idiomas #apps .vertical{
      position: relative;
      top:-40px;
      max-width: 346px;
      min-width: 225px;
     }
     #centro_idiomas #apps .logos{
      float: left;
      width: 45px;
      margin-right: 10px;
      flex: 1 0 auto;
     }
     #centro_idiomas #apps li{
      clear: both;
      margin-bottom: 10px;
     }
    #centro_idiomas #apps li:last-child{
      margin-bottom: 30px;
    }
    #centro_idiomas #apps li a{
      display: inline-flex;
      align-items: center;
     }
     #centro_idiomas #recursos{
      margin-top: 20px;

     }
    #centro_idiomas #recursos ul{
      padding-top:20px;  
      margin-bottom: 0px;
      display: flex;
      flex-wrap: wrap;
     }
     #centro_idiomas #recursos ul li{
      margin-bottom: 10px;
      flex: 1 0 50%;
     }
    #centro_idiomas .iconitos {
        width: 30px;
        height: auto;
        margin-right: 10px;
    }

/******* Fin Centro de Idiomas *******/

/******* Plan capacitación docente *******/ 


#plan_docente p,#plan_docente h1,#plan_docente h2,#plan_docente h3,#plan_docente h4,#plan_docente h5,#plan_docente h6{
    margin-bottom: 0px;
}
#plan_docente{
    padding-bottom: 0px;
}

#plan_docente .seccion{
    width: 100%;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

#plan_docente .subtitulo_buscador{
    width: 100%;
    display: flex;
    justify-content: space-between;
    min-height: 61px;
    margin-bottom: 29px;
}
#plan_docente .tit_seccion{
    width: 100%;
    line-height: 50px;
}
#plan_docente .subtit_seccion{
    font-size: 27px;
    line-height: 32px;
    align-self: center;
    font-weight: normal;
}
#plan_docente #areas .filters{
    margin-bottom: 30px;
}

#plan_docente .carrusel{
    width: 100%;
    overflow: hidden;
    position: relative;
}

#plan_docente .inner-carrusel{
    display: flex;
    flex-wrap: wrap;
}

#plan_docente #opiniones .tit_seccion{
    margin-bottom: 50px;
}

#plan_docente #material_apoyo{
    padding-bottom: 125px;
}
#plan_docente #material_apoyo .tit_seccion{
    margin-bottom: 14px;
}
#plan_docente #material_apoyo .subtit_seccion{
    margin-bottom: 44px;
}
#plan_docente #material_apoyo .carrusel{
    padding-top: 30px;
}
#plan_docente #btn_verTodos{
    padding: 50px 0px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#plan_docente #btn_verTodos a{
    width: 33%;
    max-width: 448px;
    min-width: 380px;
    height: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#plan_docente #btn_verTodos a:hover{
    text-decoration: none;
}
@media screen and (max-width: 768px) {
   
    #plan_docente #btn_verTodos a{
        width: 50%;
    }
    #plan_docente .tit_seccion{
        line-height: 48px;
    }
    #plan_docente .subtit_seccion{
        font-size: 24px;
        line-height: 30px;
    }
    #plan_docente .subtitulo_buscador{
        align-items: flex-end;
    }
    
}
@media screen and (max-width: 576px) {
    
    #plan_docente .tit_seccion{
        line-height: 44px;
    }
    #plan_docente .subtitulo_buscador{
        flex-direction: column;
        align-items: flex-start;
    }
    #plan_docente .subtit_seccion{
        align-self: flex-start;
    }
    #plan_docente #material_apoyo{
        padding-bottom: 115px;
    }
}
#material_apoyo{
    background-color: #f2f2f2;
}
#material_apoyo .carrusel a:hover {
    text-decoration: underline;
    font-weight: normal;
}
#material_apoyo .carrusel ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
}
#material_apoyo .carrusel ul li {
    flex: 1 0 50%;
    list-style-type: none;
    margin-bottom: 10px;
}
#material_apoyo .carrusel ul li a {
    display: inline-flex;
    align-items: center;
}
#material_apoyo .iconitos {
    width: 30px;
    height: auto;
    margin-right: 10px;
}
#material_apoyo .carrusel ul li a span {
    flex: 0 1 100%;
}
#material_apoyo .tit_seccion{
    margin-bottom: 50px;
}

#plan_docente #material_apoyo .carrusel {
    padding-top: 30px;
}
#material_apoyo .carrusel {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
#plan_docente #areas .carrusel .subtit_seccion{
    margin-bottom: 44px;
}
#footer img{
    height: 30px;
}
/******* Fin Plan capacitación docente *******/ 
