/* Estilo Nueva Biblioteca Digital 2023
Autor: Juan MÃ¡rquez
VersiÃ³n: 1.0 

Se modificÃ³ el archivo drudg8b3.libraries.yml dentro del tema drudg8b3 para que reconociera este archivo,
y se cargo dentro de la carpeta css del mismo tema.
*/
:root{
    --limit-res: 1600px;
    --blockes-juntos: 1280px;
}


@font-face {
    font-family: 'sansationregular';
    src: url('/wdgManager/css/Sansation-Regular-webfont.eot');
    src: url('/wdgManager/css/Sansation-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wdgManager/css/Sansation-Regular-webfont.woff2') format('woff2'),
         url('/wdgManager/css/Sansation-Regular-webfont.woff') format('woff'),
         url('/wdgManager/css/Sansation-Regular-webfont.ttf') format('truetype'),
         url('/wdgManager/css/Sansation-Regular-webfont.svg#sansationregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* --- PÃ¡gina principal --- */

/* - Banner Home Page - */
/*#banner_section {
    background: url("/sites/default/files/srcNewWDG/bannerFondo.png") no-repeat center;
    background-size: contain;
    margin-bottom: 2em;
}

#banner_image {
    min-height: 450px;
}

#banner_title {
    font-size: 4.6em;
    color: #ff9800;
    font-weight: bold;
    font-family: "Gotham Bold";
}

#banner_content {
    font-size: 1.5em;
    color: #5b5a5d;
}

#jumbotron-container{
    padding-top:2em;
    margin:5em auto;
}*/

.last{
    display: none !important;
}

.navbar{
    min-height: auto !important;
}

@media (min-width:768px){
    .menu.menu--main.nav.navbar-nav{
        height: auto !important;
        font-size: 1.2em !important;
        font-family: 'sansationregular', Arial, sans-serif !important;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li {
        font-family: 'sansationregular', Arial, sans-serif !important;
    }
}

.dropdown-menu {
    font-family: 'sansationregular', Arial, sans-serif !important;
    font-size: 16px !important;
}

#card-text {
    background: none;
    background-color: transparent;
    margin-bottom: 0px !important;
}

.imgbackgroundBienvenida{
    opacity: 0.05;
    background-image: url("/wdgManager/src/pages/SIUBI_negro.png");
    background-repeat: no-repeat;
    background-size: 200%;
}

@media(max-width:768px) {
    #jumbotron-container{
        padding: 0px;
    }
    #banner_title {
        font-size: 5em;
    }

    #card-text {
        background-color: rgba(255,255,255,0.6);
        backdrop-filter: blur(3px);
        margin-bottom: 0px;
    }
}

@media(max-width:553px) {
    #banner_title {
        font-size: 3.6em;
    }
}

/* - 2da SecciÃ³n Home Page Data */

#graph_image {
    width: 100%;
    margin-bottom: 2em;
}

.bigButton {
    border-radius: 5px;
    min-height: 320px;
    height: 32vh;
    border-radius: 5px;
    color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.big_button_title_container {
    position: absolute;
    top: 15px;
    right: 5px;
    left: 5px;
    padding: 0px 20px;
    font-weight: bold;
    font-size: 1.8em;
}

.big_button_content_container {
    position: absolute;
    width: 100%;
    bottom: 10px !important;
    right: 5px;
    left: 5px;
    padding: 0px 20px;
    font-weight: bold;
}

.link_button_access {
    width: 100%;
    margin: 10px;
    display: inline-flex;
    text-decoration: none !important;
}

.link_button_access_image {
    height: 45px;
    max-width: 90%;
    margin: auto;
}

.link_button_access_labels {
    height: 100%;
    margin: 10px auto;
    font-family: "Gotham bold";
}

.link_button_access_title {
    font-size: 1.2em;
}

.link_button_access_subtitle {
    font-size: 0.75em;
}

@media(max-width:992px) {

    .bigButton {
        max-width: 300px;
        min-width: 35vh;
        margin: auto;
    }
}

/* 3ra. SecciÃ³n Home Page */

.info_image {
    width: 98%;
    margin: 20px auto;
}

.info_banner_title {
    font-size: 2.8em;
    font-weight: bold;
    color: #ff9800;
}

@media(max-width: 768px) {
    .info_image {
        max-width: 150px;
        margin: 1px auto;
    }
}
.info_banner_link{
    margin-top:5px;
}

.twitter-timeline{
    min-width: 100%;
    width: 100%;
    min-height: 500px;
    height: 100%;
}
.twitter-timeline iframe{
    min-width: 100% !important;
    width: 100% !important;
    min-height: 650px !important;
    height: 100% !important;
}

.info_banner_title_face {
    font-size: 1.8em;
    font-weight: bold;
    /*color: #033A61;*/
    color: white;
}

.facebook-box{
    border-style: solid;
    border-width: 4px;
    border-radius: 6px;
    border-color: #002e4a;
    background-color: #002e4a;
    padding: 12px;
}

/*4ta. SecciÃ³n Home Page */

.hero-section {
    background-color: #ff9800;
    color: black;
    /*background-position: center;
    background-repeat: no-repeat;
    background-size: contain;*/
    padding: 12px auto;
}

#hero_content .jumbotron {
    background-color: transparent;
    margin: 0px;
    height: 100%;
    padding: 2em 10px;
    color: white;
}

#hero_title {
    font-size: 3em;
    color:black;
}

#hero_title span{
    font-size: 0.7em;
}

#hero_bottom {
    margin: 20px auto;
}

.btn-login {
    color: #124a79;
    font-weight: bold;
    background-color: white;
    margin-bottom: 1em;
}

.btn-login-section{
    color: #124a79;
    font-weight: bold;
    background-color: white;
}

#hero_subtitle{
    font-size: 1.8rem;
}

#opcionesInicioSesion{
    display: block;
    width: 100%;
    color: black;
}

/* Footer section */

#footer-row {
    padding-top: 2.5em;
}

#footer_logo {
    max-width: 350px;
}

.field--label {
    display: none;
}

#footer-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer-right {
    padding-top: 20px;
}

#footer-right span {
    display: block !important;
}

.footer_rs_icon {
    text-decoration: none;
    height: 50px;
    padding: 10px;
    margin: auto;
}

.footer_rs_icon>img {
    height: 100%;
}

#footer_rs,
#footer-main-menu {
    margin-bottom: 1.5em;
}

#footer-main-menu {
    padding: 0px;
}

#footer-main-menu li {
    list-style: none;
    margin-bottom: 10px;
}

#footer-main-menu li a {
    text-decoration: none !important;
}

#footer-main-menu li .caret {
    display: none;
}

.footer-dropdown-menu {
    position: relative !important;
    float: none !important;
}

.footer-dropdown-menu li>a {
    text-decoration: none;
    color: #002e4a !important;
}

#extradata{
    background-color: #5b5a5d;
    color: white;
    display: none;
}

#pf{
    display: none;
}

#tkw{
    display: none;
}


/* NEW Pagina Principal 2024 */
/* ------------------------- */
/* ------------------------- */
/* ------------------------- */


* {
    scroll-behavior: smooth;
}

.mainpagearea{
    display: flex;
    width: 100%;
    min-height: 60vh;
    justify-content: center;
}

.pagebody{
    display: flex;
    width: 90%;
    max-width: var(--limit-res);
    flex-direction: column;
    background-color: #FFFFFF;
}

.title-onlypage{
    font-size: 28px;
    color: #003C72;
    margin-top: 24px;
    margin-bottom: 24px;
}

#dir-cards{
    
}

.dir-table{
    width: 100%;
}

.dir-table td{
    padding: 12px;
}

.card{
    border-radius: 5px;
    border: 1px solid #bdbdbd;
    margin-bottom: 6px;
}

.card-header{
    background-color: #0184b6;
    color: #FFFFFF;
    font-weight: bold;
    border: 1px solid #003C72;
    border-radius: 5px;
}

.card-header button{
    color: #FFFFFF;
    font-weight: bold;
}

.txt-bold{
    font-weight: bold;
}

.txt-12{
    font-size: 12px;
}

.txt-14{
    font-size: 14px;
}

.txt-16{
    font-size: 16px;
}

.txt-18{
    font-size: 18px;
}

.txt-20{
    font-size: 20px;
}

.txt-22{
    font-size: 22px;
}

.txt-24{
    font-size: 24px;
}

.txt-28{
    font-size: 28px;
}

.txt-32{
    font-size: 32px;
}

#home-userinfo{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-color: #0184b6;
    font-size: 20px;
    /*border: 2px solid #50cdff;
    padding: 6px;*/
    padding-top: 24px;
    padding-bottom: 24px;
}

#areamodal{
    position: absolute;
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    z-index: 90;
}

#modalbackground{
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(117, 199, 250, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 90;
}

.h3modaltitle{
    font-family: 'sansationregular', Arial, sans-serif;
    color: #FFFFFF;
}

.modallogin{
    z-index: 100;
    min-height: 460px;
}

.wdgbtn-primary{
    border-radius: 5px;
    padding: 8px;
    color: white;
    background-color: #50cdff;
    border: 0px;
    font-weight: bold;
}

.wdgbtn-secondary-orange{
    border-radius: 5px;
    padding: 8px;
    color: white;
    background-color: #ff5855;
    border: 0px;
    font-weight: bold;
}

.field--label-inline > .field--item{
    padding-right: 0px !important;
}

.form-group{
    margin-bottom: 0px !important;
}

.container-fluid{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#header{
    display:none !important;
}

#liston {
    background-color: #11003f !important;
}

#headerPrincipal{
    width: 100%;
    /*margin: 0px !important;*/
    background: rgb(17,0,63);
    background: linear-gradient(90deg, rgba(17,0,63,1) 0%, rgba(1,132,182,1) 100%);
    height: 160px;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 24px;
}

#headerPrincipalLogin{
    width: 100%;
    /*margin: 0px !important;*/
    /*background-color: #002e4a;*/
    background: rgb(17,0,63);
    background: linear-gradient(90deg, rgba(17,0,63,1) 0%, rgba(1,132,182,1) 100%);
    height: 90px;
    display: flex;
    align-content: center;
    justify-content: center;
    /*padding-left: 24px;
    padding-bottom: 24px;*/
    overflow: hidden;
    padding: 12px;
}

.headerLogoSIUBI{
    position: absolute;
    width: 100px;
    left: 0;
    padding-left: 12px;
}

.headerLogoSIUBI > a{
    height: 100%;
}

.headerLogoSIUBI img{
    height: 100%;
}

.headerPrincipalLogo{
    width: 500px;
}

.headerPrincipalLogo > img{
    width: 100%;
}

.headerPrincipalLoginLogo{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headercircle{
    max-width: 400px;
    width: 400px;
    height: 300%;
    border-radius: 200px;
    /*background-color: #FFFFFF;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.headercircle > a{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headerPrincipalLoginLogo img{
    width: 80%;
    /*padding-bottom: 12px;*/
}

.alert-danger {
    display: none !important;
}

#main-container{
    margin-top: 0px;
}

/* Sticky menu */

#fullstickycontainer{
    position: sticky;
    width: auto;
    height: auto;
    top: 50%;
    z-index: 100;
}

#stickmenu{
    position: absolute;
    width: 160px;
    overflow: hidden;
    right: 0px;
}

.stickbtn{
    display: flex;
    position: relative;
    width: auto;
    height: auto;
    background-color: #0184b6;
    color: white;
    padding: 12px;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px 0px 0px 5px;
    margin: 12px;
    text-decoration: none;
    right: -80px; /* animar para mostrar el texto */
    transition: 0.3s all ease;
    border: 2px solid #50cdff;
}

.stickbtn:hover{
    right: 0px;
    color: white;
    text-decoration: none;
}

.stickbtn > img{
    height: 40px;
}

.stickbtn > label{
    font-family: 'sansationregular', Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

/* Separador */
#separador_areasconocimiento, #separador_produccionuniversitaria, #separador_herramientas, #separador_numeralia, #separador_relevantes, #separador_estadisticas, #separador_faqs, #separador_ayuda{
    display: flex;
    justify-content: center;
    margin: 36px 0px 16px 0px;
    /*padding: 20px;*/
    align-items: center;
    justify-content: center;
}

#separador_calendar{
    display: flex;
    justify-content: center;
    margin: 36px 0px 0px 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
    justify-content: center;
    background-color: #002e4a;
}

#separador_calendar .separador > p{
    color: #FFF !important;
}

.separador{
    position: relative;
    max-width: var(--limit-res);
    width: 90%;
}

.separador > p{
    font-family: 'sansationregular', Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #6e6e6e;
}

.separador > hr{
    border: 1px solid #b5b5b5;
    margin: 0px;
}

.colorseparador{
    background-color: #0184b6;
    min-width: 100px;
    width: 10%;
    height: 10px;
}

.colorseparador-repo{
    background-color: #5E873B;
    min-width: 100px;
    width: 10%;
    height: 10px;
}


/* Banner area */

#banner_section{
    margin-left: 16px;
    margin-right: 16px;
    background-color: #eae7e4;
    overflow: hidden;
}

.left-firstarea{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 750px;
}

.right-firstarea{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 750px;
}

.img_portadaprincipal{
    width: 100%;
    height: 60%;
    /*background-image: url("./Portada.jpeg");*/
}

#mainimg{
    height: 55%;
    overflow: hidden;
}

#mainimg > img{
    width: 100%;
}

#descubridor-bibliotecadigital{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45%;
    padding: 24px;
    padding-left: 5%;
    padding-right: 5%;
    background-color: rgb(0, 0, 0);
}

.main-descrubridorstyle{
    font-family: 'sansationregular', Arial, sans-serif;
    width: 100%;
    font-size: 24px;
    border-style: none;
    padding: 24px;
    border-bottom: 6px solid #ffffff;
    background-color: transparent;
    color: white;
}

.main-descrubridorstyle::placeholder{
    color: #FFFFFF;
}

.main-descrubridorstyle::selection{
    color: #bf3333;
}

.descubridor-title{
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'sansationregular', Arial, sans-serif;
    font-size: 28px;
    color: #FFFFFF;
    min-width: 450px;
    width: 40%;
    padding: 12px;
    padding-left: 5%;
    border-radius: 0px 0px 50px 0px;
    background-color: #0184b6;
}

.descubridor-btn{
    height: 80px;
    color: #FFFFFF;
}

.descubridor-btn > img{
    height: 100%;
}

.modal-login{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: red;
    font-size: 18px;
    font-weight: bold;
    padding: 16px;
    -webkit-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.75);
    box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.75);
    z-index: 10;
    background-color: #FFFFFF;
    margin-top: -20px;
}

.arrow{
    position: absolute;
    width: 20px;
    height: 20px;
    padding: 20px;
    background-color: #FFFFFF;
    z-index: -1;
}

.arrowbottom{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: 20px;
    top: 25px;
}

.bienvenida-area{
    display: flex;
    flex-direction: column;
    height: 55%;
    /*background-color: rgb(210, 161, 255);*/
    overflow-y: auto;
}

.bienvenida-area > h1{
    font-family: 'sansationregular', Arial, sans-serif;
}

.logotipoBienvenida{
    width: 80%;
    max-width: 500px;
}

.txt_wdgcian{
    color: #0184b6;
    font-weight: bold;
}

.imgbackgroundBienvenida{
    position: absolute;
    width: 100%;
    height: 50%;
    opacity: 0.05;
    background-image: url("/wdgManager/src/pages/SIUBI_negro.png");
    background-repeat: no-repeat;
    background-size: 120%;
}

.logoSIUBI{
    position: absolute;
    right: 0;
    width: 12%;
    margin-right: 60px;
    margin-top: -50px;
}

.home-loginarea{
    padding: 24px;
    background-color: #0184b6;
    height: 45%;
    overflow: hidden;
}

.home_login_message{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-family: 'sansationregular', Arial, sans-serif;
    color: #FFFFFF;
}

.wdginputloginform{
    text-align: center;
}

.large-section-test{
    height: 1000px;
}

#home-loginarea > div > #loginform_body > div > div{
    font-family: 'sansationregular', Arial, sans-serif;
    background-color: #0184b6;
}

/* Areas conocimiento area */

#areas_conocimiento_area{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 36px 0px 36px 0px;
}

.row_area_conocimiento{
    display:flex; 
    width:90%;
    max-width: var(--blockes-juntos);
    flex-wrap: wrap; 
    align-items: center; 
    justify-content: center; 
    gap: 4%;
}

.area_element{
    display: flex;
    flex-direction: column;
    min-width: 250px;
    min-height: 250px;
    width: 280px;
    height: 360px;
    border-radius: 6px;
    align-content: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    margin: 0px 0px 50px 0px;
    box-shadow: 0px 0px 15px 4px #D7E0F1;
}

.area_element:hover > a >img{
    width: 80%;
}

.area_element > a >img{
    width: 70%;
    transition: width 0.3s ease;
}

.area_element > p {
    display: flex;
    margin-top: 8px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.area_element > p > a{
    font-family: 'sansationregular', Arial, sans-serif;
    max-width: 200px;
    text-align: center;
    font-size: 20px;
    /*font-weight: bolder;*/
    color: #6e6e6e;
    margin-bottom: 20px;
}

.area_element > p > a:hover{
    text-decoration: none;
}

/* Calendar area */

#calendar_area{
    display: flex;
    /*background-color: #0184b6;*/
    background: linear-gradient(rgba(17, 0, 63, 1) 0%, rgba(1, 132, 182, 1) 100%);
    height: 700px;
    margin: 0px 0px 36px 0px;
    /*padding: 4px;*/
    justify-content: center;
}

#calendar_area > img{
    min-width: 800px;
    width: 80%;
    height: 100%;
}

/* RIUdeG area */

#repo_area{
    display: flex;
    flex-wrap: wrap;
    /*background-color: #869f48;*/
    margin: 36px 0px 36px 0px;
    padding: 20px;
    justify-content: center;
}

.repocards_area{
    width: 90%;
    max-width: var(--limit-res);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.repocard-main{
    display: flex;
    position: relative;
    flex-direction: column;
    min-width: 400px;
    width: 35%;
    height: 500px;
    background-color: #ffffff;
    align-items: center;
    overflow: hidden;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.5s ease;
}

.repocard-main:hover{
    box-shadow: 0px 0px 15px 4px #5E873B;
}

.repocard-main > a{
    height: 300px;
}

.repocard-main > a > img{
    padding: 20px;
    width: 100%;
    cursor: pointer;
}

.repocard{
    display: flex;
    position: relative;
    flex-direction: column;
    min-width: 200px;
    width: 15%;
    height: 500px;
    background-color: #5E873B;
    align-items: center;
    overflow: hidden;
    padding: 0px;
    margin-left: 0px;
    margin-right: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.screen-repocard{
    position: absolute;
    top: 0;
    width: 100%;
    height: 500px;
    background-color: #BEE97E;
    opacity: 0.5;
    z-index: 1;
    transition: all 0.5s;
}

.screen-repocard:hover{
    opacity: 0.01;
}

.screen-repocard > a{
    display: block;
    width: 100%;
    height: 300px;
}

.repocard > a{
    height: 300px;
}

.repocard > a > img{
    height: 120%;
    cursor: pointer;
}

.bottom_repocard{
    display: flex;
    flex-direction: column;
    height: 200px;
    padding: 20px;
    background-color: #5E873B;
    z-index: 2;
}

.bottom_repocard-main{
    display: flex;
    flex-direction: column;
    height: 200px;
    padding: 20px;
    background-color: #ffffff;
    z-index: 2;
}

.bottom_repocard > a{
    text-decoration: none;
    color: #FFF;
}

.bottom_repocard > p{
    color: #FFF;
    font-size: 14px;
}

.repocard_title{
    font-family: 'sansationregular', Arial, sans-serif;
    font-size: 18px !important;
    font-weight: bold;
    cursor: pointer;
}

.repocard_title-main{
    font-family: 'sansationregular', Arial, sans-serif;
    font-size: 18px !important;
    /*font-weight: bold;*/
    cursor: pointer;
}

.repocard_title > a{
    color: #FFF;
    text-decoration: none;
}

.repocard_title-main > a{
    color: #6e6e6e;
    text-decoration: none;
}

/* Publica tu tesis area */

#publica_tesis{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-height: 180px;
    height: 180px;
    align-content: center;
    justify-content: space-evenly;
    background-color: #98BA02;
    margin: 36px 0px 36px 0px;
    /*padding: 40px;*/
    overflow: hidden;
}

.inner-publica_tesis{
    width: 90%;
    height: 100%;
    max-height: 180px;
    max-width: var(--limit-res);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#publica_tesis > img{
    position: absolute;
    width: 100%;
    max-width: var(--limit-res);
    min-width: 800px;
    min-height: 180px;
    z-index: 0;
}

#publica_tesis div{
    font-family: 'sansationregular', Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    z-index: 10;
}

#publica_tesis div:first{
    text-align: left;
}

#publica_tesis div:last-child{
    text-align: right;
}

.btn_ptesisabout{
    display: inline-block;
    font-size: 24px;
    width: 200px;
    background-color: #146A38;
    color: #FFFFFF;
    text-decoration: none;
    padding: 20px 36px 20px 36px;
    border-radius: 40px;
    text-align: center;
}

/* Gestores, wdg.aula, antiplagio */


#gestores_aula_antiplagio{
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    margin: 36px 16px 36px 16px;
    padding: 20px;
    justify-content: center;
}

#gestores_aula_antiplagio > img{
    width: 80%;
}

#herr-element{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*min-width: 940px;*/
    width: 95%;
    max-width: var(--limit-res);
    min-height: 400px;
    background-color: #FF9E35;
    border-radius: 100px;
    background-image: url("/wdgManager/src/pages/herrimg.png");
    background-repeat:no-repeat;
    background-position: bottom -120px left -200px;
}

#content-herr-element{
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: end;
    padding: 30px 10px 20px 30px;
}

#herr-elem2{
    display: flex;
    flex-direction: row;
    width: 67%;
    min-height: 400px;
    background-color: #CE632B;
    border-radius: 100px;
}

#content-herr-elem2{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: end;
    padding: 30px 10px 20px 50px;
}

#herr_elem3{
    display: flex;
    flex-direction: row;
    width: 70%;
    min-height: 400px;
    background-color: #374957;
    border-radius: 100px;
}

#content-herr-elem3{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    padding: 30px 10px 20px 50px;
}

.herr-tool{
    display: flex;
    flex-direction: row;
    width: 100%;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.5s ease;
    padding: 8px;
}

.herr-tool:hover{
    background-color: rgba(255, 255, 255, 0.2);
}

.herr-tool a{
    height: 100%;
    display: flex;
    flex-direction: row;
    text-decoration: none;
    color: #FFFFFF;
}

.herr-tool a:hover{
    text-decoration: none;
}

.herr-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
    height: 100%;
    min-width: 120px;
    width: 120px;
    height: 120px;
    max-height: 120px;
    background-color: #534644;
    border-radius: 30px;
    margin-right: 12px;
    margin-bottom: 30px;
    border: 2px #FFF solid;
    box-shadow: -5px 5px 0px 0px rgba(41, 41, 41,0.5);
    -webkit-box-shadow: -5px 5px 0px 0px rgba(41, 41, 41,0.5);
    -moz-box-shadow: -5px 5px 0px 0px rgba(41, 41, 41,0.5);
    padding: 24px;
}

#icon-gr a img{
    height: 80% !important;
}

.herr-icon a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.herr-icon  img{
    height: 100%;
}

.herr-content{
    display: flex;
    flex-direction: column;
    width: 57%;
}

.herr-title{
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
}

.herr-des{
    font-size: 14px;
    color: #FFF;
}

.large_card{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 300px;
    width: 400px;
    width: 20%;
    height: 600px;
    background-color: #FFFFFF;
    align-items: center;
    overflow: hidden;
    padding: 0px;
    margin: 10px;
}

.large_card:hover > a > img{
    height: 120%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.large_card:hover > .bottom_large_card{
    background-color: rgba(57, 57, 57, 1);
    transition: all 0.3s ease;
}

.large_card > a{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.large_card > a > img{
    height: 100%;
    cursor: pointer;
}

.bottom_large_card{
    position: absolute;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: rgba(57, 57, 57, 0.85);
    bottom: 0;
    width: 100%;
    height: 40%;
    overflow-y: hidden;
    color: #FFFFFF;
}

.bottom_large_card > hr{
    color: #ffffff;
    height: 10px;
}

.large_card_title{
    font-size: 24px;
    font-weight: bold !important;
    cursor: pointer;
}

.large_card_title > a{
    font-family: 'sansationregular', Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #fd9152 !important;
}

.bottom_large_card > a{
    text-decoration: none;
}

.bottom_large_card > p{
    /*font-weight: bold;*/
}

/* Numeralia */

#numeralia{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    margin: 36px 0px 36px 0px;
    padding: 20px;
    align-items: center;
    justify-content: center;
}

#numeralia_graphic{
    position: relative;
    display: flex;
    flex-direction: row;
    min-height: 551px;
    /*height: 551px;*/
    width: 92%;
    max-width: var(--limit-res);
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#numeralia_graphic > img{
    position: absolute;
    width: 100%;
}

.maintitle_numeralia{
    position: relative;
    font-size: 72px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.numeralia_title{
    font-size: 22px;
    font-weight: bold;
    font-family: 'sansationregular', Arial, sans-serif;
    color:#0184b6;
}

.numeralia_subtitle{
    font-size: 32px;
    font-family: 'sansationregular', Arial, sans-serif;
    color: #6e6e6e;
}

.servicios_proporcionados_section1{
    width: 45%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.servprop{
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
}

.servicios_superior{
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: row;
}

.serv_column{
    width: 33%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #124a79;
    z-index: 10;
    transition: all 0.5s ease;
    margin: 1px;
}

.serv_column:hover{
    height: 150%;
}

.serv_column:hover .serv_text{
    height: 86% !important;
    justify-content: center;
}

.serv_column:hover .serv_icon{
    height: 14% !important;
}

.serv_text{
    position:relative;
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    padding: 12px;
}

.serv_icon{
    position: relative;
    width: 100%;
    height: 20%;
    background-color: #e3e3e3;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
}

.serv_icon img{
    height: 30px;
    z-index: 4;
}

.servicios_inferior{
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.servicios_inferior img{
    width: 100%;
    min-width: 500px;
    padding: 1px;
}

.servicios_proporcionados_section2{
    width: 55%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.servicios_proporcionados_section2 img{
    /*width: 100%;*/
    /*height: 600px;*/
}

.acervoprop{
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
}

.acervo_superior{
    position: relative;
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.acervo_superior img{
    width: 100%;
    min-width: 500px;
    padding: 1px;
}

.titles_acervo{
    position:absolute;
    width: 100%;
    height: 60px;
    display: flex;
    bottom: 0;
}

.acervo_recursossuscritos{
    width: 75%;
    height: 100%;
    background-color: #6D0408;
    color: #FFF;
}

.acervo_repo{
    width: 25%;
    height: 100%;
    background-color:#5E873B;
    color: #FFF;
}

.acervo_recursossuscritos, .acervo_repo{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    text-align: center;
    padding: 12px;
}

.acervo_inferior{
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: row;
}

.acerv_column{
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #6D0408;
    z-index: 10;
    transition: all 0.5s ease;
    margin: 1px;
}

.acervcolum_green{
    background-color: #5E873B !important ;
}

.acerv_column:hover{
    height: 150%;
    margin-top: -150px;
}

.acerv_column:hover .serv_text{
    height: 87% !important;
    justify-content: center;
}

.acerv_column:hover .serv_icon{
    height: 60px !important;
}

.recursos_suscritos_section{
    min-width: 300px;
    width: 70%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 40px;
}

.servicios_block{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 0px;
}

.acervo_repositorio_section{
    min-width: 300px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.servicio_prop_card{
    max-width: 300px;
    min-width: 300px;
    width: 300px;
    height: auto;
    max-height: 550px;
    background-color: #F7F9FD;
}

.servicio_prop_card > img{
    width: 100%;
}

.c-triangle{
    position:absolute;
    display: block;
    top: -12px;
    transform: rotate(45deg);
    width: 40px;
    height: 40px;
    background-color: #e3e3e3;
    z-index: 1;
}

#numeralia_data{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1980px;
    background-color: #0184b6;
    margin: 0px 16px 36px 16px;
    padding: 0px;
    justify-content: center;
    /*overflow: hidden;*/
}

.dupla_numdata{
    position: relative;
    display: flex;
    min-width: 200px;
    width: 33.33%;
    flex-direction: row;
    height: 200px;
    align-items: center;
    padding: 0px 0px 0px 16px;
}

.numtext{
    display: flex;
    width: 50%;
    height: 100%;
    align-items: center;
    font-family: 'sansationregular', Arial, sans-serif;
    font-size: 20px;
    color: #FFFFFF;
}

.numdata{
    display: flex;
    width: 50%;
    height: 100%;
    align-items: center;
    background-color: #FFFFFF;
    justify-content: center;
    font-size: 20px;
}

/* Estadísticas */

#estadisticas{
    position: relative;
    display: flex;
    background-color: #FFFFFF;
    margin: 36px 16px 36px 16px;
    padding: 20px;
    align-items: center;
    justify-content: center;
}

.estadisticas_block{
    display: flex;
    max-width: 1980px;
    width: 1989px;
}

#estadisticas_graphic{
    position: relative;
    display: flex;
    height: 700px;
    width: 100%;
    background-color: #FFFFFF;
    margin: 0px 16px 0px 16px;
    padding: 24px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #d0d0d0;
}

#estadisticas_graphic > img{
    position: absolute;
    width: 100%;
}

#estadisticas_area{
    position: relative;
    display: none;
    flex-direction: column;
    width: 100%;
    margin: 0px 16px 36px 16px;
    padding: 0px;
    justify-content: center;
    /*overflow: hidden;*/
}

.dupla_statics{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.text_stat{
    min-width: 300px;
    width: 50%;
    font-family: 'sansationregular', Arial, sans-serif;
    font-size: 36px;
    padding: 16px;
}

.data_stat{
    min-width: 300px;
    width: 50%;
    font-size: 36px;
    background-color: #0184b6;
    border-radius: 50px;
    padding: 16px;
    color: white;
    text-align: center;
}


/* Relevante */

#relevantes{
    position: relative;
    display: flex;
    background-color: #dcdcdc;
    margin: 36px 0px 36px 0px;
    padding: 20px;
    align-items: center;
    justify-content: center;
}

.relevantes_block{
    display: flex;
    width: 92%;
    max-width: var(--limit-res);
}

#info_area{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 70%;
    margin: 0px 0px 36px 0px;
    padding: 0px;
    align-items: baseline;
}

.title_relevante{
    font-family: 'sansationregular', Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 12px;
    margin-bottom: 24px;
}

.content_relevante{
    text-align: justify;
}

#relevante_graphic{
    position: relative;
    display: flex;
    height: 600px;
    width: 30%;
    min-width: 300px;
    background-color: #FFFFFF;
    margin: 0px 16px 0px 16px;
    padding: 24px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #d0d0d0;
}

#relevante_graphic > img{
    position: absolute;
    width: 100%;
}

/*.dupla_statics{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.text_stat{
    width: 50%;
    font-size: 36px;
    padding: 16px;
}

.data_stat{
    width: 50%;
    font-size: 36px;
    background-color: #1e47ff;
    border-radius: 50px;
    padding: 16px;
    color: white;
    text-align: center;
}*/

/* FAQ's */

#faqs{
    position: relative;
    display: flex;
    margin: 36px 16px 36px 16px;
    padding: 20px;
    align-items: center;
    justify-content: center;
}

.faqs_block{
    display: flex;
    flex-direction: column;
    max-width: 1980px;
}

.faqs_block_title{
    font-family: 'sansationregular', Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
}

.faq-title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
    border-bottom: 1px solid #6e6e6e;
    color: #6e6e6e;
    padding: 8px;
}

.faq-btn{
    background-color: #6e6e6e;
    border-radius: 24px;
    margin: 16px;
    padding: 8px;
    color: white;
    text-align: center;
    text-decoration: none;
}

.faq-content{
    display: none;
    opacity: 0;
    transform: scale(0);
    transition: .3s ease opacity, .3s ease transform;
}

/* Others */

#otros{
    position: relative;
    display: flex;
    margin: 36px 0px 36px 0px;
    padding: 20px;
    min-height: 380px;
    align-items: center;
    justify-content: center;
    background-color: #8029AC;
}

.otros_block{
    display: flex;
    flex-wrap: wrap;
    width: 92%;
    max-width: var(--blockes-juntos);
    padding-top: 50px;
    padding-bottom: 50px;
    justify-content: center;
}

.other_item{
    display: flex;
    flex-direction: column;
    width: 162px;
    background-color: #8029AC;
    border-radius: 10%;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 10px;
    transition: 0.3s all ease;
}

.other_item:hover{
    border: 1px solid #621187;
    box-shadow: 15px 15px 0px 2px #621187;
    -webkit-box-shadow: 15px 15px 0px 2px #621187;
    -moz-box-shadow: 15px 15px 0px 2px #621187;
}

.other_img{
    display: flex;
    width: 80px;
    /*height: 80px;*/
    justify-content: center;
}

.other_img a, a:hover{
    text-decoration: none;
}

.other_title a, a:hover{
    text-decoration: none;
    color: #FFFFFF;
}

.other_img img{
    width: 100%;
}

.other_title{
    font-family: 'sansationregular', Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-align: center;
}

/* Contacto directo */

#contactomsj{
    position: relative;
    display: flex;
    margin: 36px 0px 36px 0px;
    padding: 20px;
    align-items: center;
    justify-content: center;
    background-color: #fdfbfb;
}

.contactomsj_block{
    width: 90%;
    display: flex;
    flex-direction: column;
    max-width: var(--blockes-juntos);
    padding-top: 50px;
    padding-bottom: 50px;
    align-items: center;
}

.cmsj_title{
    font-family: 'sansationregular', Arial, sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #8029AC;
}

.cmsj_descripcion{
    font-size: 18px;
}

#contactomsj_form{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

#dupla_contactomsj_form{
    display: flex;
    width: 100%;
}

.contactomsj_input{
    width: 100%;
    min-width: 150px;
    border-radius: 12px;
    border: 2px solid #dcdcdc;
    padding: 20px;
    margin-bottom: 12px;
}

.contactomsj_txtarea{
    width: 100%;
    min-width: 150px;
    height: 200px;
    border-radius: 12px;
    border: 2px solid #dcdcdc;
    padding: 20px;
    margin-bottom: 12px;
}

.cmsj_btn{
    width: 30%;
    background-color: #8029AC;
}

/* Media screen clases*/

@media screen and (width <= 1250px) {
  #navbar-collapse{
    display: block !important;
    margin-left: 20px;
  }
  #mainimg > img{
    min-width: 700px !important;
    min-height: 450px !important;
  }
  .repocards_area{
    width: 100% !important;
    justify-content: center !important;
  }
  .repocard-main{
    width: 90% !important;
  }
  .repocard-main img{
    max-height: 250px !important;
  }
  #numeralia_graphic{
    flex-direction: column;
  }
  .servicios_proporcionados_section1, .servicios_proporcionados_section2{
    width: 100% !important;
  }
  #herr-element{
    width: 100% !important;
    flex-direction: column !important;
  }
  #content-herr-element{
    width: 100% !important;
    justify-content: center !important;
    align-items: center;
  }
  #herr-elem2{
    width: 100% !important;
    flex-direction: column !important;
  }
  #content-herr-elem2{
    width: 100% !important;
  }
  #herr_elem3{
    width: 100% !important;
  }
  #numeralia_graphic{
    width: 90% !important;
    max-width: var(--limit-res) !important;
  }
}

@media screen and (width <= 500px) {
    .serv_text p{
        font-size: 14px !important;
    }
}