body,
html,
button,
input,
select,
textarea,
p,
a {
    font-family: "Lato", sans-serif, sans-serif;
    color: #8399a1;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}

*:focus {
    outline: 0
}

html {
    font-size: 12px
}

p {
    font-style: normal;
    color: #4E5052;
    margin: 0 0 1rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-box-shadow: none;
    box-shadow: none
}

ul,
ol {
    margin: 0;
    list-style-position: inside
}

a {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    color: #000000;
    font-weight: normal
}

a:visited {
    color: #8399a1
}

input::-webkit-input-placeholder {
    font-family: "Lato", sans-serif, sans-serif;
    color: #8399a1
}

input:-ms-input-placeholder {
    font-family: "Lato", sans-serif, sans-serif;
    color: #8399a1
}

input::-ms-input-placeholder {
    font-family: "Lato", sans-serif, sans-serif;
    color: #8399a1
}

input::placeholder {
    font-family: "Lato", sans-serif, sans-serif;
    color: #8399a1
}

.title-recorrido {
    margin: 5px 0 5px 0;
    padding: 0;
    -webkit-transition: all 2s ease-in;
    transition: all .2s ease-in;
    font-size: 3.1rem;
    line-height: 3.5rem;
    font-weight: 700;
    text-align: center;
}

.title-recorrido a {
    color: #FFBD48;
    text-decoration: none;
    text-align: center;
}

.title-recorrido a:hover {
    color: #F7A500;
    text-decoration: underline
}

.title-recorrido a img {
    margin: -9px 1px
}

#table-recorrido {
    width: 80%;
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #E6E6E6;
}

#table-recorrido td,
#table-recorrido tr {
    padding: 12px;
}

#iframe-recorrido {
    margin: 0 auto;
    width: 74%;
    height: 600px;
    display: flex;
}

@media screen and (min-width:240px) and (max-width:720px) {
    #table-recorrido {
        width: 100%;
    }

    #table-recorrido td,
    #table-recorrido tr {
        display: block;
        clear: both;
    }

    #iframe-recorrido {
        width: 93%;
        height: 300px;
    }
}

@media screen and (min-width:721px) and (max-width:980px) {
    #table-recorrido {
        width: 85%;
    }

    #table-recorrido td,
    #table-recorrido tr {
        display: block;
        clear: both;
    }

    #iframe-recorrido {
        width: 93%;
        height: 420px;
    }
}

@media screen and (min-width:981px) and (max-width:1200px) {
    #iframe-recorrido {
        width: 73%;
        height: 490px;
    }
}

@media screen and (min-width:240px) {
    html {
        font-size: 10px
    }
}

@media screen and (min-width:720px) {
    html {
        font-size: 11px
    }
}

@media screen and (min-width:980px) {
    html {
        font-size: 11px
    }
}

@media screen and (min-width:1200px) {
    html {
        font-size: 12px
    }
}

#masthead {
    position: fixed;
    color: white;
    min-height: 60px;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: transparent;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

#masthead.notInHome {
    background-color: #fff;
    -webkit-box-shadow: 5px -5px 10px 5px #b3b3b3;
    box-shadow: 5px -5px 10px 5px #b3b3b3
}

#masthead.inHome {
    background-color: transparent
}

.site-branding {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    height: 60px
}

.site-branding.wrap-content {
    padding-top: 0;
    padding-bottom: 0
}

.logoBibliotecaIcesi {
    max-height: 60px;
    float: left;
    width: 300px
}

.logo-color {
    background-image: url("../img/logo-nuevo-icesi-biblio-color.svg ");
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 60px;
    float: left
}

.logo-blanco {
    background-image: url("../img/logo-icesi-nuevo-biblio.svg ");
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 60px;
    float: left
}

@media screen and (min-width:240px) {
    .logoBibliotecaIcesi {
        width: 300px;
        width: 100%;
        max-width: 300px;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        margin-left: 55px
    }

    .logoBibliotecaIcesi .logo-blanco,
    .logoBibliotecaIcesi .logo-color {
        width: 25%;
        margin-top: 6px;
    }

    .menu-landing-header-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        float: left
    }

    @media screen and (min-width:240px) and (max-width:640px) {
        .notInHome .menu-landing-header-container #menu-landing-header {
            display: flex !important;
            width: 92%;
        }

        .notInHome .menu-landing-header-container #menu-landing-header li.menu-item a {
            color: #2271B3;
        }

        .menu-landing-header-container #menu-landing-header li.menu-item {
            display: inline;
        }

        /*.logo-color{background-size: 85%;*/
    }
}

.menu-landing-header-container #menu-landing-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.menu-landing-header-container #menu-landing-header li.menu-item {
    width: auto;
    clear: none;
    background-color: transparent;
    font-size: 1.3rem
}

/*.menu-landing-header-container #menu-landing-header li.menu-item a{color:white}*/
@media screen and (min-width:720px) {
    .logoBibliotecaIcesi {
        margin-left: 0
    }

    .logoBibliotecaIcesi .logo-blanco,
    .logoBibliotecaIcesi .logo-color {
        width: 20%;
        margin-top: 0;
    }

    .menu-landing-header-container {
        clear: none;
        width: auto;
        float: right
    }

    .menu-landing-header-container #menu-landing-header {
        margin-top: 20px;
        width: auto;
        max-width: none;
        float: right;
        clear: both
    }
}

@media screen and (min-width:980px) {
    .logoBibliotecaIcesi {
        margin-left: 0px
    }
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?gn6w41");
    src: url("../fonts/icomoon.eot?gn6w41#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?gn6w41") format("truetype"), url("../fonts/icomoon.woff?gn6w41") format("woff"), url("../fonts/icomoon.svg?gn6w41#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-consulta-campus:before {
    content: "\e97c"
}

.icon-bases_datos:before {
    content: "\e900";
    color: #006cb6
}

.icon-correo-servicio:before {
    content: "\e901"
}

.icon-e-books:before {
    content: "\e902";
    color: #006cb6
}

.icon-icon-blogger:before {
    content: "\e903";
    color: #fff
}

.icon-icon-facebook:before {
    content: "\e904";
    color: #fff
}

.icon-icon-instagram:before {
    content: "\e905";
    color: #fff
}

.icon-icono-cerrar:before {
    content: "\e906"
}

.icon-icon-twitter:before {
    content: "\e907";
    color: #fff
}

.icon-icon-youtube:before {
    content: "\e908";
    color: #fff
}

.icon-link-servicio:before {
    content: "\e909"
}

.icon-logo-biblioteca-icesi:before {
    content: "\e90a";
    color: #fff
}

.icon-logo-biblioteca-icesi-color .path1:before {
    content: "\e90b";
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path2:before {
    content: "\e90c";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path3:before {
    content: "\e90d";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path4:before {
    content: "\e90e";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path5:before {
    content: "\e90f";
    margin-left: -4.953125em;
    color: #1b9bff
}

.icon-logo-biblioteca-icesi-color .path6:before {
    content: "\e910";
    margin-left: -4.953125em;
    color: #1b9bff
}

.icon-logo-biblioteca-icesi-color .path7:before {
    content: "\e911";
    margin-left: -4.953125em;
    color: #1b9bff
}

.icon-logo-biblioteca-icesi-color .path8:before {
    content: "\e912";
    margin-left: -4.953125em;
    color: #1b9bff
}

.icon-logo-biblioteca-icesi-color .path9:before {
    content: "\e913";
    margin-left: -4.953125em;
    color: #1b9bff
}

.icon-logo-biblioteca-icesi-color .path10:before {
    content: "\e914";
    margin-left: -4.953125em;
    color: #1b9bff
}

.icon-logo-biblioteca-icesi-color .path11:before {
    content: "\e915";
    margin-left: -4.953125em;
    color: #1b9bff
}

.icon-logo-biblioteca-icesi-color .path12:before {
    content: "\e916";
    margin-left: -4.953125em;
    color: #1b9bff
}

.icon-logo-biblioteca-icesi-color .path13:before {
    content: "\e917";
    margin-left: -4.953125em;
    color: #1b9bff
}

.icon-logo-biblioteca-icesi-color .path14:before {
    content: "\e918";
    margin-left: -4.953125em;
    color: #1b9bff
}

.icon-logo-biblioteca-icesi-color .path15:before {
    content: "\e919";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path16:before {
    content: "\e91a";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path17:before {
    content: "\e91b";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path18:before {
    content: "\e91c";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path19:before {
    content: "\e91d";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path20:before {
    content: "\e91e";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path21:before {
    content: "\e91f";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path22:before {
    content: "\e920";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path23:before {
    content: "\e921";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path24:before {
    content: "\e922";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path25:before {
    content: "\e923";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path26:before {
    content: "\e924";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path27:before {
    content: "\e925";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path28:before {
    content: "\e926";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path29:before {
    content: "\e927";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path30:before {
    content: "\e928";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path31:before {
    content: "\e929";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path32:before {
    content: "\e92a";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path33:before {
    content: "\e92b";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path34:before {
    content: "\e92c";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path35:before {
    content: "\e92d";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path36:before {
    content: "\e92e";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path37:before {
    content: "\e92f";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path38:before {
    content: "\e930";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path39:before {
    content: "\e931";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path40:before {
    content: "\e932";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path41:before {
    content: "\e933";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path42:before {
    content: "\e934";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path43:before {
    content: "\e935";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path44:before {
    content: "\e936";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path45:before {
    content: "\e937";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path46:before {
    content: "\e938";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path47:before {
    content: "\e939";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path48:before {
    content: "\e93a";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path49:before {
    content: "\e93b";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path50:before {
    content: "\e93c";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path51:before {
    content: "\e93d";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path52:before {
    content: "\e93e";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path53:before {
    content: "\e93f";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path54:before {
    content: "\e940";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path55:before {
    content: "\e941";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path56:before {
    content: "\e942";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path57:before {
    content: "\e943";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path58:before {
    content: "\e944";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path59:before {
    content: "\e945";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path60:before {
    content: "\e946";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path61:before {
    content: "\e947";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path62:before {
    content: "\e948";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path63:before {
    content: "\e949";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path64:before {
    content: "\e94a";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path65:before {
    content: "\e94b";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path66:before {
    content: "\e94c";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path67:before {
    content: "\e94d";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path68:before {
    content: "\e94e";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path69:before {
    content: "\e94f";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path70:before {
    content: "\e950";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path71:before {
    content: "\e951";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path72:before {
    content: "\e952";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path73:before {
    content: "\e953";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path74:before {
    content: "\e954";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path75:before {
    content: "\e955";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path76:before {
    content: "\e956";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path77:before {
    content: "\e957";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path78:before {
    content: "\e958";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path79:before {
    content: "\e959";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path80:before {
    content: "\e95a";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-icesi-footer:before {
    content: "\e95b";
    color: #fff
}

.icon-logo-syri-desarrollo .path1:before {
    content: "\e95c";
    color: #204589
}

.icon-logo-syri-desarrollo .path2:before {
    content: "\e95d";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path3:before {
    content: "\e95e";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path4:before {
    content: "\e95f";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path5:before {
    content: "\e960";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path6:before {
    content: "\e961";
    margin-left: -5.8330078125em;
    color: #70c7d8
}

.icon-logo-syri-desarrollo .path7:before {
    content: "\e962";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path8:before {
    content: "\e963";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path9:before {
    content: "\e964";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path10:before {
    content: "\e965";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path11:before {
    content: "\e966";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path12:before {
    content: "\e967";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path13:before {
    content: "\e968";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path14:before {
    content: "\e969";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path15:before {
    content: "\e96a";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path16:before {
    content: "\e96b";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path17:before {
    content: "\e96c";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path18:before {
    content: "\e96d";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path19:before {
    content: "\e96e";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path20:before {
    content: "\e96f";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path21:before {
    content: "\e970";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path22:before {
    content: "\e971";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path23:before {
    content: "\e972";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path24:before {
    content: "\e973";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path25:before {
    content: "\e974";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path26:before {
    content: "\e975";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path27:before {
    content: "\e976";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path28:before {
    content: "\e977";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-personas_capacitadas:before {
    content: "\e978";
    color: #006cb6
}

.icon-revistas_digitales:before {
    content: "\e979";
    color: #006cb6
}

.icon-telefono-servicio:before {
    content: "\e97a"
}

.icon-ubicacion-servicio:before {
    content: "\e97b"
}

.icon-menu:before {
    content: "\e9bd"
}

.icon-cross:before {
    content: "\ea0f"
}

.icon-home:before {
    content: "\e97f"
}

.icon-lock:before {
    content: "\e98f"
}

#main>section#estudiantes {
    background: -webkit-linear-gradient(45deg, #00ab00 0, #b3e36d 100%);
    background: linear-gradient(45deg, #00ab00 0, #b3e36d 100%)
}

#main>section#estudiantes article:hover {
    -webkit-border-image: -webkit-gradient(linear, right top, left top, from(#00ab00), to(#b3e36d)) 1;
    -webkit-border-image: -webkit-linear-gradient(right, #00ab00 0, #b3e36d 100%) 1;
    -o-border-image: linear-gradient(-90deg, #00ab00 0, #b3e36d 100%) 1;
    border-image: -webkit-gradient(linear, right top, left top, from(#00ab00), to(#b3e36d)) 1;
    border-image: linear-gradient(-90deg, #00ab00 0, #b3e36d 100%) 1
}

#main>section#estudiantes article a.service-read-more {
    background: -webkit-linear-gradient(135deg, #00ab00 0, #b3e36d 100%);
    background: linear-gradient(-45deg, #00ab00 0, #b3e36d 100%)
}

#main>section#estudiantes article a.service-read-more:hover {
    background: -webkit-gradient(linear, right top, left top, from(#00ab00), to(#b3e36d));
    background: -webkit-linear-gradient(right, #00ab00 0, #b3e36d 100%);
    background: linear-gradient(-90deg, #00ab00 0, #b3e36d 100%)
}

#main>section#profesores {
    background: -webkit-linear-gradient(45deg, #b21a38 0, #fe3e65 100%);
    background: linear-gradient(45deg, #b21a38 0, #fe3e65 100%)
}

#main>section#profesores article:hover {
    -webkit-border-image: -webkit-gradient(linear, right top, left top, from(#b21a38), to(#fe3e65)) 1;
    -webkit-border-image: -webkit-linear-gradient(right, #b21a38 0, #fe3e65 100%) 1;
    -o-border-image: linear-gradient(-90deg, #b21a38 0, #fe3e65 100%) 1;
    border-image: -webkit-gradient(linear, right top, left top, from(#b21a38), to(#fe3e65)) 1;
    border-image: linear-gradient(-90deg, #b21a38 0, #fe3e65 100%) 1
}

#main>section#profesores article a.service-read-more {
    background: -webkit-linear-gradient(135deg, #b21a38 0, #fe3e65 100%);
    background: linear-gradient(-45deg, #b21a38 0, #fe3e65 100%)
}

#main>section#profesores article a.service-read-more:hover {
    background: -webkit-gradient(linear, right top, left top, from(#b21a38), to(#fe3e65));
    background: -webkit-linear-gradient(right, #b21a38 0, #fe3e65 100%);
    background: linear-gradient(-90deg, #b21a38 0, #fe3e65 100%)
}

#main>section#colaboradores {
    background: -webkit-linear-gradient(45deg, #b21a38 0, #fe3e65 100%);
    background: linear-gradient(45deg, #b21a38 0, #fe3e65 100%)
}

#main>section#colaboradores article:hover {
    -webkit-border-image: -webkit-gradient(linear, right top, left top, from(#b21a38), to(#fe3e65)) 1;
    -webkit-border-image: -webkit-linear-gradient(right, #b21a38 0, #fe3e65 100%) 1;
    -o-border-image: linear-gradient(-90deg, #b21a38 0, #fe3e65 100%) 1;
    border-image: -webkit-gradient(linear, right top, left top, from(#b21a38), to(#fe3e65)) 1;
    border-image: linear-gradient(-90deg, #b21a38 0, #fe3e65 100%) 1
}

#main>section#colaboradores article a.service-read-more {
    background: -webkit-linear-gradient(135deg, #b21a38 0, #fe3e65 100%);
    background: linear-gradient(-45deg, #b21a38 0, #fe3e65 100%)
}

#main>section#colaboradores article a.service-read-more:hover {
    background: -webkit-gradient(linear, right top, left top, from(#b21a38), to(#fe3e65));
    background: -webkit-linear-gradient(right, #b21a38 0, #fe3e65 100%);
    background: linear-gradient(-90deg, #b21a38 0, #fe3e65 100%)
}

#main>section#graduados {
    background: -webkit-linear-gradient(45deg, #970f65 0, #5ba8f6 100%);
    background: linear-gradient(45deg, #970f65 0, #5ba8f6 100%)
}

#main>section#graduados article:hover {
    -webkit-border-image: -webkit-gradient(linear, right top, left top, from(#970f65), to(#5ba8f6)) 1;
    -webkit-border-image: -webkit-linear-gradient(right, #970f65 0, #5ba8f6 100%) 1;
    -o-border-image: linear-gradient(-90deg, #970f65 0, #5ba8f6 100%) 1;
    border-image: -webkit-gradient(linear, right top, left top, from(#970f65), to(#5ba8f6)) 1;
    border-image: linear-gradient(-90deg, #970f65 0, #5ba8f6 100%) 1
}

#main>section#graduados article a.service-read-more {
    background: -webkit-linear-gradient(135deg, #970f65 0, #5ba8f6 100%);
    background: linear-gradient(-45deg, #970f65 0, #5ba8f6 100%)
}

#main>section#graduados article a.service-read-more:hover {
    background: -webkit-gradient(linear, right top, left top, from(#970f65), to(#5ba8f6));
    background: -webkit-linear-gradient(right, #970f65 0, #5ba8f6 100%);
    background: linear-gradient(-90deg, #970f65 0, #5ba8f6 100%)
}

/* 
#main>section#graduados{background:-webkit-linear-gradient(45deg,#970f65 0,#5ba8f6 100%);background:linear-gradient(45deg,#970f65 0,#5ba8f6 100%)}
#main>section#graduados article:hover{-webkit-border-image:-webkit-gradient(linear,right top,left top,from(#970f65),to(#5ba8f6)) 1;-webkit-border-image:-webkit-linear-gradient(right,#970f65 0,#5ba8f6 100%) 1;-o-border-image:linear-gradient(-90deg,#970f65 0,#5ba8f6 100%) 1;border-image:-webkit-gradient(linear,right top,left top,from(#970f65),to(#5ba8f6)) 1;border-image:linear-gradient(-90deg,#970f65 0,#5ba8f6 100%) 1}
#main>section#graduados article a.service-read-more{background:-webkit-linear-gradient(135deg,#970f65 0,#5ba8f6 100%);background:linear-gradient(-45deg,#970f65 0,#5ba8f6 100%)}
#main>section#graduados article a.service-read-more:hover{background:-webkit-gradient(linear,right top,left top,from(#970f65),to(#5ba8f6));background:-webkit-linear-gradient(right,#970f65 0,#5ba8f6 100%);background:linear-gradient(-90deg,#970f65 0,#5ba8f6 100%)}
 */
#main>section#bases-datos {
    background: -webkit-linear-gradient(45deg, #e8383e 0, #ffb877 100%);
    background: linear-gradient(45deg, #e8383e 0, #ffb877 100%)
}

#main>section#bases-datos article:hover {
    -webkit-border-image: -webkit-gradient(linear, right top, left top, from(#e8383e), to(#ffb877)) 1;
    -webkit-border-image: -webkit-linear-gradient(right, #e8383e 0, #ffb877 100%) 1;
    -o-border-image: linear-gradient(-90deg, #e8383e 0, #ffb877 100%) 1;
    border-image: -webkit-gradient(linear, right top, left top, from(#e8383e), to(#ffb877)) 1;
    border-image: linear-gradient(-90deg, #e8383e 0, #ffb877 100%) 1
}

#main>section#bases-datos article a.service-read-more {
    background: -webkit-linear-gradient(135deg, #e8383e 0, #ffb877 100%);
    background: linear-gradient(-45deg, #e8383e 0, #ffb877 100%)
}

#main>section#bases-datos article a.service-read-more:hover {
    background: -webkit-gradient(linear, right top, left top, from(#e8383e), to(#ffb877));
    background: -webkit-linear-gradient(right, #e8383e 0, #ffb877 100%);
    background: linear-gradient(-90deg, #e8383e 0, #ffb877 100%)
}

header.entry-header-image.default {
    /* background-color: rgba(25, 255, 255, 0.4); */
}

header#estudiantes {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 171, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(bottom, rgba(0, 171, 0, 0.2) 20%, rgba(0, 0, 0, 0.5) 80%);
    background: linear-gradient(360deg, rgba(0, 171, 0, 0) 20%, rgba(0, 0, 0, 0) 80%)
}

header#profesores {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(178, 26, 56, 0.2)), color-stop(90%, rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(bottom, rgba(178, 26, 56, 0.2) 0, rgba(0, 0, 0, 0.6) 90%);
    background: linear-gradient(360deg, rgba(178, 26, 56, 0) 0, rgba(0, 0, 0, 0) 90%)
}

header#colaboradores {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(178, 26, 56, 0.2)), color-stop(90%, rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(bottom, rgba(178, 26, 56, 0.2) 0, rgba(0, 0, 0, 0.6) 90%);
    background: linear-gradient(360deg, rgba(178, 26, 56, 0) 0, rgba(0, 0, 0, 0) 90%)
}

header#graduados {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(151, 15, 101, 0.2)), color-stop(90%, rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(bottom, rgba(151, 15, 101, 0.2) 0, rgba(0, 0, 0, 0.6) 90%);
    background: linear-gradient(360deg, rgba(151, 15, 101, 0) 0, rgba(0, 0, 0, 0) 90%)
}

/* header#graduados{background:-webkit-gradient(linear,left bottom,left top,from(rgba(151,15,101,0.2)),color-stop(90%,rgba(0,0,0,0.6)));background:-webkit-linear-gradient(bottom,rgba(151,15,101,0.2) 0,rgba(0,0,0,0.6) 90%);background:linear-gradient(360deg,rgba(151, 15, 101, 0) 0,rgba(0, 0, 0, 0) 90%)}
 */
header#bases-datos {
    /* background: -webkit-gradient(linear, left bottom, left top, from(rgba(232, 56, 62, 0.3)), color-stop(90%, rgba(255, 184, 119, 0.6))); */
    /* background: -webkit-linear-gradient(bottom, rgba(232, 56, 62, 0.3) 0, rgba(255, 184, 119, 0.6) 90%); */
    /* background: linear-gradient(360deg, rgba(232, 56, 62, 0.3) 0, rgba(255, 184, 119, 0.6) 90%); */
}

header#page {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(151, 15, 101, 0.2)), color-stop(90%, rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(bottom, rgba(151, 15, 101, 0.2) 0, rgba(0, 0, 0, 0.6) 90%);
    background: linear-gradient(360deg, rgba(151, 15, 101, 0) 0, rgba(0, 0, 0, 0) 90%)
}

#irServicio a#linkServicio {
    background: -webkit-linear-gradient(135deg, #3dfce5 0, #1899ff 100%);
    background: linear-gradient(-45deg, #3dfce5 0, #1899ff 100%)
}

#irServicio a#linkServicio:hover {
    background: -webkit-gradient(linear, right top, left top, from(#3dfce5), to(#1899ff));
    background: -webkit-linear-gradient(right, #3dfce5 0, #1899ff 100%);
    background: linear-gradient(-90deg, #3dfce5 0, #1899ff 100%)
}

#irServicio.estudiantes a#linkServicio {
    background: -webkit-linear-gradient(135deg, #00ab00 0, #b3e36d 100%);
    background: linear-gradient(-45deg, #00ab00 0, #b3e36d 100%)
}

#irServicio.estudiantes a#linkServicio:hover {
    background: -webkit-gradient(linear, right top, left top, from(#00ab00), to(#b3e36d));
    background: -webkit-linear-gradient(right, #00ab00 0, #b3e36d 100%);
    background: linear-gradient(-90deg, #00ab00 0, #b3e36d 100%)
}

#irServicio.profesores a#linkServicio {
    background: -webkit-linear-gradient(135deg, #b21a38 0, #fe3e65 100%);
    background: linear-gradient(-45deg, #b21a38 0, #fe3e65 100%)
}

#irServicio.profesores a#linkServicio:hover {
    background: -webkit-gradient(linear, right top, left top, from(#b21a38), to(#fe3e65));
    background: -webkit-linear-gradient(right, #b21a38 0, #fe3e65 100%);
    background: linear-gradient(-90deg, #b21a38 0, #fe3e65 100%)
}

#irServicio.colaboradores a#linkServicio {
    background: -webkit-linear-gradient(135deg, #b21a38 0, #fe3e65 100%);
    background: linear-gradient(-45deg, #b21a38 0, #fe3e65 100%)
}

#irServicio.colaboradores a#linkServicio:hover {
    background: -webkit-gradient(linear, right top, left top, from(#b21a38), to(#fe3e65));
    background: -webkit-linear-gradient(right, #b21a38 0, #fe3e65 100%);
    background: linear-gradient(-90deg, #b21a38 0, #fe3e65 100%)
}

#irServicio.graduados a#linkServicio {
    background: -webkit-linear-gradient(135deg, #970f65 0, #5ba8f6 100%);
    background: linear-gradient(-45deg, #970f65 0, #5ba8f6 100%)
}

#irServicio.graduados a#linkServicio:hover {
    background: -webkit-gradient(linear, right top, left top, from(#970f65), to(#5ba8f6));
    background: -webkit-linear-gradient(right, #970f65 0, #5ba8f6 100%);
    background: linear-gradient(-90deg, #970f65 0, #5ba8f6 100%)
}

/* 
#irServicio.graduados a#linkServicio{background:-webkit-linear-gradient(135deg,#970f65 0,#5ba8f6 100%);background:linear-gradient(-45deg,#970f65 0,#5ba8f6 100%)}
#irServicio.graduados a#linkServicio:hover{background:-webkit-gradient(linear,right top,left top,from(#970f65),to(#5ba8f6));background:-webkit-linear-gradient(right,#970f65 0,#5ba8f6 100%);background:linear-gradient(-90deg,#970f65 0,#5ba8f6 100%)}
 */

#irServicio.bases-datos a#linkServicio {
    background: -webkit-linear-gradient(135deg, #e8383e 0, #ffb877 100%);
    background: linear-gradient(-45deg, #e8383e 0, #ffb877 100%)
}

#irServicio.bases-datos a#linkServicio:hover {
    background: -webkit-gradient(linear, right top, left top, from(#e8383e), to(#ffb877));
    background: -webkit-linear-gradient(right, #e8383e 0, #ffb877 100%);
    background: linear-gradient(-90deg, #e8383e 0, #ffb877 100%)
}

ul.post-meta-servicios-icons li span.icon {
    color: #1b9bff
}

ul.post-meta-servicios-icons.estudiantes li span.icon {
    color: #5454E9;
}

ul.post-meta-servicios-icons.profesores li span.icon {
    color: #5454E9
}

ul.post-meta-servicios-icons.colaboradores li span.icon {
    color: #5454E9
}

ul.post-meta-servicios-icons.graduados li span.icon {
    color: #5454E9
}

/* 
ul.post-meta-servicios-icons.graduados li span.icon{color:#970f65}
 */

ul.post-meta-servicios-icons.bases-datos li span.icon {
    color: #5454E9
}

#more-info-handler ul.post-meta-more-info li .active {
    color: #1b9bff;
    border-bottom: 4px solid #1b9bff
}

#more-info-handler ul.post-meta-more-info li a:hover,
#more-info-handler ul.post-meta-more-info li a:visited {
    background-color: #1b9bff
}

#more-info-handler ul.post-meta-expand a,
#more-info-handler ul.post-meta-expand a:visited {
    color: #006cb6
}

#more-info-handler.estudiantes ul.post-meta-more-info li .active {
    color: #5454E9;
    border-bottom: 4px solid #5454E9;
}

#more-info-handler.estudiantes ul.post-meta-more-info li a:hover,
#more-info-handler.estudiantes ul.post-meta-more-info li a:visited {
    background-color: #5454E9
}

#more-info-handler.estudiantes ul.post-meta-expand a,
#more-info-handler.estudiantes ul.post-meta-expand a:visited {
    color: #5454E9
}

#more-info-handler.profesores ul.post-meta-more-info li .active {
    color: #5454E9;
    border-bottom: 4px solid #5454E9
}

#more-info-handler.profesores ul.post-meta-more-info li a:hover,
#more-info-handler.profesores ul.post-meta-more-info li a:visited {
    background-color: #5454E9 !important;
    color: white !important;
}

#more-info-handler.profesores ul.post-meta-expand a,
#more-info-handler.profesores ul.post-meta-expand a:visited {
    color: #5454E9
}

#more-info-handler.colaboradores ul.post-meta-more-info li .active {
    color: #5454E9;
    border-bottom: 4px solid #5454E9
}

#more-info-handler.colaboradores ul.post-meta-more-info li a:hover,
#more-info-handler.colaboradores ul.post-meta-more-info li a:visited {
    background-color: #5454E9
}

#more-info-handler.colaboradores ul.post-meta-expand a,
#more-info-handler.colaboradores ul.post-meta-expand a:visited {
    color: #5454E9
}

#more-info-handler.graduados ul.post-meta-more-info li .active {
    color: #5454E9;
    border-bottom: 4px solid #5454E9
}

#more-info-handler.graduados ul.post-meta-more-info li a:hover,
#more-info-handler.graduados ul.post-meta-more-info li a:visited {
    background-color: #5454E9
}

#more-info-handler.graduados ul.post-meta-expand a,
#more-info-handler.graduados ul.post-meta-expand a:visited {
    color: #5454E9
}

/* 
#more-info-handler.graduados ul.post-meta-more-info li .active{color:#970f65;border-bottom:4px solid #970f65}
#more-info-handler.graduados ul.post-meta-more-info li a:hover,#more-info-handler.graduados ul.post-meta-more-info li a:visited{background-color:#970f65}
#more-info-handler.graduados ul.post-meta-expand a,#more-info-handler.graduados ul.post-meta-expand a:visited{color:#970f65}
 */

.icon-icono-cerrar {
    color: #5454E9
}

.icon-icono-cerrar.estudiantes {
    color: #5454E9
}

.icon-icono-cerrar.profesores {
    color: #5454E9
}

.icon-icono-cerrar.colaboradores {
    color: #5454E9
}

.icon-icono-cerrar.graduados {
    color: #5454E9
}

/* 
.icon-icono-cerrar.graduados{color:#970f65}
 */
ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left
}

li.menu-item {
    float: left;
    clear: both;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white
}

li.menu-item a {
    text-decoration: none
}

span.icono {
    width: -webkit-calc(35px);
    width: calc(35px);
    height: 35px;
    background-size: -webkit-calc(70px);
    background-size: calc(70px);
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap
}

span.icono:hover {
    width: auto
}

span.texto-bt {
    margin-left: -webkit-calc(55px);
    margin-left: calc(55px);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

span.texto-bt p {
    margin: 0;
    padding: 0;
    color: #8399a1;
    -ms-flex-item-align: center;
    align-self: center
}

.current-menu-item>span.texto-bt,
.current_page_item>span.texto-bt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.current-menu-item>span.texto-bt:before,
.current_page_item>span.texto-bt:before {
    display: block;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(#3dfce5), to(#1b9bff));
    background: -webkit-linear-gradient(top, #3dfce5 0, #1b9bff 100%);
    background: linear-gradient(to bottom, #3dfce5 0, #1b9bff 100%);
    border-image-slice: 1;
    width: -webkit-calc(30px);
    width: calc(30px);
    height: -webkit-calc(35px);
    height: calc(35px);
    position: absolute;
    -webkit-clip-path: polygon(20% 20%, 20% 80%, 0 90%, 0 10%);
    clip-path: polygon(20% 20%, 20% 80%, 0 90%, 0 10%);
    left: -webkit-calc(55px);
    left: calc(55px);
    -ms-flex-item-align: center;
    align-self: center
}

span.bt-student.current-menu-item>span.texto-bt:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#b3e36d), to(#00ab00));
    background: -webkit-linear-gradient(top, #b3e36d 0, #00ab00 100%);
    background: linear-gradient(to bottom, #b3e36d 0, #00ab00 100%)
}

span.bt-teacher.current-menu-item>span.texto-bt:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#fe97cf), to(#fe4856));
    background: -webkit-linear-gradient(top, #fe97cf 0, #fe4856 100%);
    background: linear-gradient(to bottom, #fe97cf 0, #fe4856 100%)
}

span.bt-alumni.current-menu-item>span.texto-bt:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#ec75f6), to(#445ae3));
    background: -webkit-linear-gradient(top, #ec75f6 0, #445ae3 100%);
    background: linear-gradient(to bottom, #ec75f6 0, #445ae3 100%)
}

span.bt-external.current-menu-item>span.texto-bt:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffb877), to(#e8383e));
    background: -webkit-linear-gradient(top, #ffb877 0, #e8383e 100%);
    background: linear-gradient(to bottom, #ffb877 0, #e8383e 100%)
}

#menu-internal-links {
    margin-top: -webkit-calc(35px);
    margin-top: calc(35px)
}

#menu-internal-links li:nth-of-type(1):before {
    margin-top: -webkit-calc(-35px);
    margin-top: calc(-35px);
    display: block;
    content: "";
    width: -webkit-calc(55px);
    width: calc(55px);
    height: -webkit-calc(35px);
    height: calc(35px);
    position: absolute;
    left: 0
}

#menu-internal-links li:nth-of-type(4),
#menu-internal-links li:nth-of-type(1) {
    margin-top: -webkit-calc(35px);
    margin-top: calc(0px)
}

#menu-internal-links li:nth-of-type(4):before {
    margin-top: -webkit-calc(-35px);
    margin-top: calc(-35px);
    display: block;
    content: "";
    width: -webkit-calc(55px);
    width: calc(55px);
    height: -webkit-calc(35px);
    height: calc(35px);
    position: absolute;
    left: 0
}

@media screen and (min-width:240px) {
    #menu-internal-links {
        margin: 0
    }
}

@media screen and (min-width:240px) and (orientation:landscape) {
    #menu-internal-links {
        margin: 0
    }
}

.handlerFooterHome {
    margin-top: auto;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0
}

.bt-goDown {
    width: -webkit-calc(35px);
    width: calc(35px);
    height: -webkit-calc(35px);
    height: calc(35px);
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 40px;
    background-size: -webkit-calc(70px);
    background-size: calc(70px);
    background-repeat: no-repeat;
    background-image: url("../img/svg-grid.png");
    background-image: url("../img/svg-grid.svg");
    background-position: 0 -webkit-calc(-455px);
    background-position: 0 calc(-455px);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.bt-goDown a {
    float: left;
    padding: 18px
}

.handlerWelcomeMessage {
    width: 100%;
    float: left;
    background-color: rgba(255, 255, 255, 0.2)
}

.welcomeMessage {
    height: 80px;
    color: white;
    margin: 0 auto;
    width: 50%
}

.welcomeMessage h3 {
    font-size: 1.66rem;
    font-weight: normal;
    padding: 0;
    margin: 0
}

.welcomeMessage h4 {
    font-size: 1.16rem;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 15px;
    margin: 0
}

@media screen and (min-width:240px) {
    #buscador {
        width: 90%
    }

    #buscador input {
        width: 85%
    }

    #buscador .bt-buscar {
        width: 15%
    }

    #buscador .bt-buscar button>#search-icon {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }
}

@media screen and (min-width:720px) {
    #buscador {
        width: 70%
    }

    #buscador input {
        width: 80%
    }

    #buscador .bt-buscar {
        width: 20%
    }

    #buscador .bt-buscar button>#search-icon {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7)
    }

    #buscador .bt-buscar button>p {
        display: block;
        font-size: 1.7rem
    }
}

@media screen and (min-width:1200px) {
    #buscador {
        width: 70%;
        width: 650px
    }

    #buscador input {
        width: 70%;
        width: 530px
    }

    #buscador .bt-buscar {
        width: 30%;
        width: 120px
    }
}

#buscadorHead {
    background-color: white;
    overflow: hidden;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#buscadorHead .handlerBuscar {
    width: 40%;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#buscadorHead .handlerBuscar input {
    background-color: #e9e9e9;
    width: 70%;
    height: 30px;
    border: 0;
    border-radius: 0;
    float: left
}

#buscadorHead .handlerBuscar .bt-buscar {
    width: 30%;
    height: 30px;
    color: white;
    background: -webkit-linear-gradient(130deg, #c9d438 0, #00ab61 100%);
    background: linear-gradient(-40deg, #c9d438 0, #00ab61 100%)
}

#buscadorHead .handlerBuscar .bt-buscar:hover {
    -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    background: -webkit-gradient(linear, right top, left top, from(#c9d438), color-stop(80%, #00ab61));
    background: -webkit-linear-gradient(right, #c9d438 0, #00ab61 80%);
    background: linear-gradient(-90deg, #c9d438 0, #00ab61 80%)
}

#buscadorHead .handlerBuscar .bt-buscar>button {
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    color: white;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#buscadorHead .handlerBuscar #search-icon {
    display: block;
    padding: 0;
    margin: 0;
    width: -webkit-calc(30px);
    width: calc(30px);
    height: -webkit-calc(30px);
    height: calc(30px);
    background-image: url("../img/svg-grid.png");
    background-image: url("../img/svg-grid.svg");
    background-repeat: no-repeat;
    background-size: -webkit-calc(70px);
    background-size: calc(70px);
    background-position: 0 -webkit-calc(-420px);
    background-position: 0 calc(-420px);
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6)
}

#buscadorHead .handlerBuscar .bt-buscar>button>p {
    margin: 0;
    margin-top: 8px;
    color: white;
    font-size: 1.3rem;
    font-weight: bold
}

#buscadorHead .handlerFiltroBusqueda {
    width: 50%;
    height: 30px;
    color: #8399a1;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 15px
}

#buscadorHead .handlerFiltroBusqueda .buscarPor,
#buscadorHead .handlerFiltroBusqueda .buscarEn {
    width: auto;
    height: 25px;
    margin-top: 2px;
    border-radius: 5px;
    border: 1px solid #d1cdcd;
    padding: 3px 10px;
    font-size: 1rem;
    font-weight: normal;
    background-color: white
}

#buscadorHead .handlerFiltroBusqueda .buscarPor span,
#buscadorHead .handlerFiltroBusqueda .buscarEn span {
    font-weight: bold
}

#buscadorHead .handlerFiltroBusqueda .buscarEn {
    margin-left: 3%
}

@media screen and (min-width:240px) {
    #buscadorHead {
        width: 100%;
        height: 40px;
        height: auto;
        padding: 10px 15px;
        display: none
    }

    #buscadorHead .handlerFiltroBusqueda {
        display: none
    }

    #buscadorHead .handlerBuscar {
        width: 100%
    }
}

@media screen and (min-width:720px) {
    #buscadorHead {
        width: 50%;
        margin-top: 15px;
        height: 30px;
        padding: 0 10px 0 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media screen and (min-width:980px) {
    #buscadorHead {
        width: 60%
    }

    #buscadorHead .handlerFiltroBusqueda {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 52%
    }

    #buscadorHead .handlerBuscar {
        width: 45%
    }
}

@media screen and (min-width:1200px) {
    #buscadorHead .handlerFiltroBusqueda {
        width: 48%
    }

    #buscadorHead .handlerBuscar {
        width: 48%
    }
}

#ebsco {
    padding: 0;
    float: right;
    background-color: transparent
}

#ebsco #content-ebsco {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#ebsco #content-ebsco .handlerContent p {
    float: left;
    font-weight: bold;
    font-size: 1.3rem;
    color: #8399a1;
    margin: 5px;
    padding: 0
}

#ebsco #content-ebsco .handlerContent select,
#ebsco #content-ebsco .handlerContent input#ebscohostsearchtext,
#ebsco #content-ebsco .handlerContent input#catalogsearch,
#ebsco #content-ebsco .handlerContent input#repoSearch {
    font-size: 1.4rem;
    font-weight: normal
}

#ebsco #content-ebsco .handlerContent #auto-results {
    color: #8399a1;
    border: 1px solid #ccc;
    max-width: none;
    margin-top: 50px
}

#ebsco #content-ebsco .handlerContent #auto-results h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    padding-top: 0;
    margin-top: 0
}

#ebsco #content-ebsco .handlerContent #auto-results li {
    padding: 6px
}

#ebsco #content-ebsco .handlerContent #auto-results li:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05)
}

#ebsco #content-ebsco input#ebscohostsearchtext {
    border-radius: 0;
    float: left
}

#ebsco #content-ebsco .bt-buscar {
    width: 30%;
    color: white;
    float: right;
    background: field
}

#ebsco #content-ebsco .bt-buscar:hover {
    -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    background: #ffffff
}

#ebsco #content-ebsco .bt-buscar button {
    width: 100%;
    height: 100%;
    ;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 1px solid #ccc;
    border-left: none;
    color: white;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 4px;
    /* margin-top:4px */
}

#ebsco #content-ebsco .bt-buscar button p {
    margin: 0;
    margin-top: 8px;
    color: white;
    font-size: 1.3rem;
    font-weight: bold
}

/* #ebsco #content-ebsco .bt-buscar #search-icon{display:block;padding:0;margin:0;width:-webkit-calc(30px);width:calc(30px);height:-webkit-calc(30px);height:calc(30px);background-image:url("../img/svg-grid.png");background-image:url("../img/svg-grid.svg");background-repeat:no-repeat;background-size:-webkit-calc(70px);background-size:calc(70px);background-position:0 -webkit-calc(-420px);background-position:0 calc(-420px);-webkit-transform:scale(0.6);-ms-transform:scale(0.6);transform:scale(0.6)}
 */
#ebsco .ui-state-default,
#ebsco .ui-widget-content .ui-state-default,
#ebsco .ui-widget-header .ui-state-default {
    background: #0a8289 none repeat scroll 0 0 !important
}

#ebsco .ui-tabs .ui-tabs-panel {
    background: #fff none repeat scroll 0 0 !important
}

#ebsco .ui-widget-header {
    background: none !important
}

#ebsco .ui-state-active a,
#ebsco .ui-state-active a:link,
#ebsco .ui-state-active a:visited {
    color: #eed63b !important
}

#ebsco #auto-results {
    border: 1px black solid;
    font-family: mir-cond, Helvetica, Arial, sans-serif;
    background-color: white;
    margin-top: 45px;
    position: absolute;
    padding: 10px;
    z-index: 1000;
    width: 300px
}

#ebsco #auto-results li:hover {
    background-color: #3875d7;
    color: white;
    font-weight: bold;
    cursor: pointer
}

#ebsco #auto-results li {
    border: medium none;
    list-style: outside none none;
    padding-left: 5px
}

@media screen and (min-width:240px) {
    #ebsco.home-page {
        margin-top: 30vh;
        padding: 0 2em;
        background-color: transparent;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in
    }

    #ebsco.home-page #content-ebsco {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #ebsco.home-page #content-ebsco .handlerContent p {
        color: white
    }

    #ebsco.home-page #content-ebsco input#ebscohostsearchtext {
        width: 85%;
        height: 40px
    }

    #ebsco.home-page #content-ebsco .bt-buscar {
        width: 15%;
        height: 40px
    }

    #ebsco.home-page #content-ebsco .bt-buscar #search-icon {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        padding-top: 0;
    }

    #ebsco.home-page #content-ebsco .bt-buscar button>p {
        display: none
    }

    #ebsco.home-page #content-ebsco .handlerContent {
        width: 90%
    }

    #ebsco.home-page #content-ebsco .handlerFiltro {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: white;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #ebsco.home-page #content-ebsco .handlerFiltro .handlerContent.por,
    #ebsco.home-page #content-ebsco .handlerFiltro .handlerContent.en {
        margin-top: 15px
    }

    #ebsco.home-page #content-ebsco .handlerContent.por {
        width: 50%;
        max-width: 200px
    }

    #ebsco.home-page #content-ebsco .handlerContent.por #guidedFieldSelectors {
        width: 70%;
        float: left
    }

    #ebsco.home-page #content-ebsco .handlerContent.por #guidedFieldSelectors #searchFieldSelector {
        width: 100%;
        background-color: rgba(150, 150, 150, 0.5);
        border-radius: 5px;
        padding: 0 5px;
        border: 0;
        color: white
    }

    #ebsco.home-page #content-ebsco .handlerContent.en {
        width: 50%;
        max-width: 250px
    }

    #ebsco.home-page #content-ebsco .handlerContent.en #menuBuscador {
        float: left;
        width: 80%
    }

    #ebsco.home-page #content-ebsco .handlerContent.en #test {
        width: 100%;
        background-color: rgba(150, 150, 150, 0.5);
        border-radius: 5px;
        padding: 0 5px;
        border: 0;
        color: white
    }

    #ebsco {
        width: 100%;
        padding: 0 1.5em;
        padding-bottom: 10px;
        padding-top: 10px
    }

    #ebsco #content-ebsco {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #ebsco #content-ebsco .handlerContent {
        max-width: 520px
    }

    #ebsco #content-ebsco .handlerContent p {
        color: white
    }

    #ebsco #content-ebsco .handlerContent select {
        height: 30px
    }

    #ebsco #content-ebsco input#ebscohostsearchtext,
    #ebsco #content-ebsco input#catalogsearch,
    #ebsco #content-ebsco input#repoSearch {
        width: 85%;
        height: 40px
    }

    #ebsco #content-ebsco .bt-buscar {
        width: 15%;
        height: 40px
    }

    #ebsco #content-ebsco .bt-buscar #search-icon {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }

    #ebsco #content-ebsco .bt-buscar button>p {
        display: none
    }

    #ebsco #content-ebsco .handlerContent.input-search {
        width: 100%
    }

    #ebsco #content-ebsco .handlerFiltro {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: white;
        display: none
    }

    #ebsco #content-ebsco .handlerFiltro .handlerContent.por,
    #ebsco #content-ebsco .handlerFiltro .handlerContent.en {
        float: left;
        margin-top: 15px
    }

    #ebsco #content-ebsco .handlerContent.por {
        width: 65%
    }

    #ebsco #content-ebsco .handlerContent.por #guidedFieldSelectors {
        width: 100%
    }

    #ebsco #content-ebsco .handlerContent.en {
        width: 100%
    }
}

@media screen and (min-width:720px) {
    #ebsco.home-page {
        -webkit-transition: none;
        transition: none;
        width: 100%
    }

    #ebsco.home-page #content-ebsco {
        margin: 0 auto;
        width: 100%
    }

    #ebsco.home-page #content-ebsco .handlerFiltro {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-width: 450px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #ebsco.home-page .handlerContent {
        max-width: 520px;
        max-width: 400px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #ebsco.home-page input#ebscohostsearchtext,
    #ebsco.home-page input#catalogsearch,
    #ebsco.home-page input#repoSearch {
        font-size: 1.25rem;
        width: 50%
    }

    #ebsco.home-page #edsSearchWrapper>#auto-results {
        max-width: 550px
    }

    #ebsco {
        width: 50%;
        padding-top: 10px;
        margin-top: 5px
    }

    .Cencaja {
        display: none;
    }

    #ebsco #content-ebsco {
        margin-right: 5px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    #ebsco #content-ebsco .handlerContent select,
    #ebsco #content-ebsco .handlerContent input#ebscohostsearchtext,
    #ebsco #content-ebsco .handlerContent input#catalogsearch,
    #ebsco #content-ebsco .handlerContent input#repoSearch {
        font-size: 1.1rem
    }

    #ebsco #content-ebsco input#ebscohostsearchtext {
        height: 30px
    }

    #ebsco #content-ebsco .bt-buscar {
        height: 30px
    }

    #ebsco #content-ebsco .bt-buscar #search-icon {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6)
    }

    #ebsco #content-ebsco .bt-buscar button {
        margin-top: 0
    }
}

@media screen and (min-width:850px) {
    #ebsco.home-page #content-ebsco .handlerContent {
        max-width: 550px
    }
}

@media screen and (min-width:980px) {
    #ebsco {
        background-color: transparent;
        width: 35%;
        margin-top: 10px
            /* ;padding-left: 20% */
    }

    #ebsco #content-ebsco {
        padding: 0;
        margin: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%
    }

    #ebsco #content-ebsco .bt-buscar {
        height: 30px;
        width: 20%;
        overflow: hidden
    }

    #ebsco #content-ebsco .bt-buscar #search-icon {
        margin: 0;
        width: 35px;
        height: 35px;
        margin-top: -7px;
        padding-top: 5px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }

    #ebsco #content-ebsco .bt-buscar button>p {
        display: none;
        margin-right: 10px
    }

    #ebsco #content-ebsco .handlerContent select,
    #ebsco #content-ebsco .handlerContent input#ebscohostsearchtext,
    #ebsco #content-ebsco .handlerContent input#catalogsearch,
    #ebsco #content-ebsco .handlerContent input#repoSearch {
        font-size: 1.1rem;
        font-weight: normal;
        height: 30px;
        width: 80%;
        color: #8399a1;
        padding: 0 5px
    }

    #ebsco #content-ebsco .handlerContent p {
        font-size: 1.2rem;
        font-weight: normal;
        color: #8399a1
    }

    #ebsco #content-ebsco .handlerContent.input-search {
        width: 50%;
        max-width: 350px
    }

    #ebsco #content-ebsco .handlerFiltro {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 80%;
        max-width: 380px
    }

    #ebsco #content-ebsco .handlerFiltro .handlerContent.por {
        margin: 0;
        width: 40%
    }

    #ebsco #content-ebsco .handlerFiltro .handlerContent.por #searchFieldSelector {
        width: 70%
    }

    #ebsco #content-ebsco .handlerFiltro .handlerContent.en {
        width: 60%;
        margin: 0
    }

    #ebsco #content-ebsco .handlerFiltro .handlerContent.en #test {
        width: 80%
    }

    #ebsco.home-page {
        -webkit-transition: none;
        transition: none;
        width: 100%
    }

    #ebsco.home-page #content-ebsco {
        margin: 0 auto 20px auto;
        width: 100%
    }

    #ebsco.home-page #content-ebsco .handlerFiltro {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-width: 450px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #ebsco.home-page #content-ebsco .handlerFiltro .handlerContent.en #test {
        width: 90%
    }

    #ebsco.home-page #content-ebsco .handlerContent {
        max-width: 650px;
        width: 80%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #ebsco.home-page #content-ebsco .handlerContent input#ebscohostsearchtext,
    #ebsco.home-page #content-ebsco .handlerContent input#catalogsearch,
    #ebsco.home-page #content-ebsco .handlerContent input#repoSearch {
        font-size: 1.25rem;
        height: 40px;
        width: 85%;
        float: left;
        border-radius: 0
    }

    #ebsco.home-page #content-ebsco #search-icon {
        margin-top: 0
    }

    #ebsco.home-page #edsSearchWrapper>#auto-results {
        max-width: 550px
    }

    #ebsco.home-page .handlerContent.input-search {
        width: 100%
    }
}

.video-container {
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.video-container video,
.video-container .poster>img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover
}

.wp-video-shortcode.vsc-initialized {
    width: 100% !important
}

.wp-video {
    width: 100% !important
}

span.icono {
    background-image: url("../img/svg-grid.png");
    background-image: url("../img/svg-grid.svg");
    background-position: 0 0
}

span.icono:hover {
    background-position: -35px 0
}

span.bt-home {
    background-position: 0 0
}

span.bt-home.current-menu-item,
span.bt-home:hover {
    background-position: -35px 0
}

span.bt-news {
    background-position: 0 -35px
}

span.bt-news.current-menu-item,
span.bt-news.current_page_item,
span.bt-news:hover {
    background-position: -35px -35px
}

span.bt-calendar {
    background-position: 0 -webkit-calc(-70px);
    background-position: 0 calc(-70px)
}

span.bt-calendar.current-menu-item,
span.bt-calendar.current_page_item,
span.bt-calendar:hover {
    background-position: -35px -webkit-calc(-70px);
    background-position: -35px calc(-70px)
}

span.bt-statistics {
    background-position: 0 -webkit-calc(-105px);
    background-position: 0 calc(-105px)
}

span.bt-statistics.current-menu-item,
span.bt-statistics.current_page_item,
span.bt-statistics:hover {
    background-position: -35px -webkit-calc(-105px);
    background-position: -35px calc(-105px)
}

span.bt-success-stories {
    background-position: 0 -webkit-calc(-140px);
    background-position: 0 calc(-140px)
}

span.bt-success-stories.current-menu-item,
span.bt-success-stories.current_page_item,
span.bt-success-stories:hover {
    background-position: -35px -webkit-calc(-140px);
    background-position: -35px calc(-140px)
}

span.bt-about {
    background-position: 0 -webkit-calc(-175px);
    background-position: 0 calc(-175px)
}

span.bt-about.current-menu-item,
span.bt-about.current_page_item,
span.bt-about:hover {
    background-position: -35px -webkit-calc(-175px);
    background-position: -35px calc(-175px)
}

span.bt-student {
    background-position: 0 -webkit-calc(-210px);
    background-position: 0 calc(-210px)
}

span.bt-student.current-menu-item,
span.bt-student.current_page_item,
span.bt-student:hover {
    background-position: -35px -webkit-calc(-210px);
    background-position: -35px calc(-210px)
}

span.bt-teacher {
    background-position: 0 -webkit-calc(-245px);
    background-position: 0 calc(-245px)
}

span.bt-teacher.current-menu-item,
span.bt-teacher.current_page_item,
span.bt-teacher:hover {
    background-position: -35px -webkit-calc(-245px);
    background-position: -35px calc(-245px)
}

span.bt-alumni {
    background-position: 0 -webkit-calc(-280px);
    background-position: 0 calc(-280px)
}

span.bt-alumni.current-menu-item,
span.bt-alumni.current_page_item,
span.bt-alumni:hover {
    background-position: -35px -webkit-calc(-280px);
    background-position: -35px calc(-280px)
}

span.bt-dspace {
    background-position: 0 -webkit-calc(-315px);
    background-position: 0 calc(-315px)
}

span.bt-dspace.current-menu-item,
span.bt-dspace.current_page_item,
span.bt-dspace:hover {
    background-position: -35px -webkit-calc(-315px);
    background-position: -35px calc(-315px)
}

span.bt-external {
    background-position: 0 -webkit-calc(-350px);
    background-position: 0 calc(-350px)
}

span.bt-external.current-menu-item,
span.bt-external.current_page_item,
span.bt-external:hover {
    background-position: -35px -webkit-calc(-350px);
    background-position: -35px calc(-350px)
}

span.bt-olib {
    background-position: 0 -webkit-calc(-385px);
    background-position: 0 calc(-385px)
}

span.bt-olib.current-menu-item,
span.bt-olib.current_page_item,
span.bt-olib:hover {
    background-position: -35px -webkit-calc(-385px);
    background-position: -35px calc(-385px)
}

#content,
#masthead,
#colophon {
    -webkit-transition: margin .1s ease-in-out;
    transition: margin .1s ease-in-out
}

.wrap-content {
    max-width: 1320px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 10px
}

.wrap-content.inicio {
    max-width: none;
    border: 0;
    margin: 0;
    padding: 0
}

#secondary {
    position: fixed;
    height: 100%
}

#secondary:hover {
    width: 55px
}

#main>section:nth-child(odd) {
    background: -webkit-linear-gradient(135deg, #3dfce5 0, #1b9bff 100%);
    background: linear-gradient(-45deg, #3dfce5 0, #1b9bff 100%);
    padding: .67em 0;
    color: #fff
}

#main>section:nth-child(odd) .wrap-content>h1::after {
    background-color: #fff
}

#main>section:nth-child(even) {
    background-color: #fff;
    padding: .67em 0;
    color: #8399a1
}

.acercaBib {
    color:#FFF!important;
}

#main>section:nth-child(even) .wrap-content>h1.acercaBib::after 
{
    background-color: #FFF;
}

#main>section:nth-child(even) .wrap-content>h1::after {
    content: "";
    background-color: #8399a1
}

#main>section:nth-child(even) .wrap-content>.services {
    color: #fff
}

#main>section:nth-child(even) .wrap-content>.services::after {
    content: "";
    background-color: #fff
}

#main>section#inicio {
    background: black;
    margin: 0;
    padding: 0
}

#main>section#inicio .wrap-content {
    padding: 0
}

section>.wrap-content>h1 {
    padding-left: 10px;
    text-transform: uppercase
}

section>.wrap-content>h1::after {
    content: "";
    display: block;
    width: 18px;
    height: 4px;
    margin-top: -3px
}

@media screen and (min-width:240px) {
    #mobileMenu {
        float: left;
        width: 55px;
        height: 45px;
        border: 0;
        border-radius: 0;
        padding: 14px 0px 0px 18px;
        background: transparent;
        color: rgb(255, 255, 255);
        font-size: 25px;
        text-align: center;
        vertical-align: middle;
        position: fixed;
        left: 0;
        top: 0
    }

    .blue-menu {
        color: #fff
    }

    #secondary {
        background-color: white;
        top: 50px;
        padding-top: 50px;
        left: -60px;
        -webkit-transition: left .1s ease-out;
        transition: left .1s ease-out;
        height: 100%;
        -webkit-box-shadow: 0 0 10px -0 #b3b3b3;
        box-shadow: 0 0 10px -0 #b3b3b3;
        z-index: 100
    }

    .slideBodyContent {
        margin-left: 55px
    }

    .slideBodyContent .logoBibliotecaIcesi {
        margin: 0
    }

    .slideBodyContent #secondary {
        left: 0;
        -webkit-transition: left .15s ease;
        transition: left .15s ease;
        -webkit-box-shadow: 10px -4px 10px -10px #b3b3b3;
        box-shadow: 10px -4px 10px -10px #b3b3b3
    }

    .slideBodyContent #mobileMenu {
        background: #fff;
        color: #8399a1 !important;
        -webkit-box-shadow: 10px 10px 10px -10px #b3b3b3;
        box-shadow: 10px 10px 10px -10px #b3b3b3
    }
}

@media screen and (min-width:240px) and (orientation:landscape) {
    .slideBodyContent #secondary {
        margin-top: 0;
        padding-top: 0
    }
}

@media screen and (min-width:720px) {
    #secondary {
        left: 0;
        -webkit-transition: left 1.85 ease-out;
        transition: left 1.85 ease-out;
        padding: 0;
        top: 40%;
        height: auto
    }

    /* #mobileMenu{display:none} */
    .wrap-content {
        padding-left: 5%;
        padding-right: 5%;
        -webkit-transition: padding .15s ease;
        transition: padding .15s ease
    }
}

@media screen and (min-width:720px) and (orientation:landscape) {
    .slideBodyContent #secondary {
        margin-top: 0;
        padding-top: 0
    }
}

/* @media screen and (min-width:980px){#secondary{height:auto;top:40%;padding:0}
#mobileMenu{display:none}
} */
@media screen and (min-width:1339px) {
    .wrap-content {
        padding-left: 6%
    }
}

@media screen and (min-width:1340px) {
    .wrap-content {
        padding: 0
    }
}

.service-handler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1em;
    color: #8399a1
}

.service-handler article {
    background-color: white;
    height: 290px;
    overflow: hidden;
    padding: .5em 1.2em; 
    border-radius: 6px;  
}

.service-handler article h1,
.service-handler article h2,
.service-handler article h3 {
    margin: 5px 0 5px 0;
    padding: 0;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.service-handler article h1 {
    font-size: 3.3rem;
    line-height: 3.3rem;
    font-weight: 900
}

.service-handler article h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 700
}

.service-handler article h3 {
    font-size: 1.17rem;
    line-height: 1.5rem;
    font-weight: 300
}

.service-handler article p {
    font-size: 13px;
    font-size: 1.083rem;
    font-weight: 400
}

.service-handler article:hover {
    -webkit-transition: all ease-in-out;
    transition: all ease-in-out;
    border-bottom: 5px solid;
    -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2)
}

.service-handler article:hover h1,
.service-handler article:hover h2,
.service-handler article:hover h3 {
    color: #3dfce5
}

.service-handler article:hover .service-resume {
    opacity: 0;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.service-handler article:hover .service-bt-read {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.service-handler article .service-title {
    margin-top: 35%
}

.service-handler article .service-title a {
    /* color: #006cb6; */
    color: #313131; 
    text-decoration: none;
    font-size: 1.85rem;
    line-height: 2.2rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    box-orient: vertical;
    -webkit-box-orient: vertical
}

.service-handler article .service-resume {
    display: block;
    opacity: 1
}

.service-handler article .service-resume p {
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    box-orient: vertical;
    -webkit-box-orient: vertical
}

.service-handler article .service-bt-read {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.7)
}

.service-handler article a.service-read-more {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 24px
}

.service-handler article a.service-read-more:hover {
    -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2)
}

@media screen and (min-width:240px) {

    section#estudiantes>.wrap-content,
    section#profesores>.wrap-content,
    section#colaboradores>.wrap-content,
    section#graduados>.wrap-content,
    /* section#graduados>.wrap-content, */
    section#bases-datos>.wrap-content {
        margin-top: 40px
    }

    .service-handler {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .service-handler article {
        min-width: 250px;
        width: 40%;
        margin-bottom: 1em;
        margin-left: 1em;
        margin-top: 10px
    }
}

@media screen and (min-width:720px) {

    section#estudiantes>.wrap-content,
    section#profesores>.wrap-content,
    section#colaboradores>.wrap-content,
    section#graduados>.wrap-content,
    /* section#graduados>.wrap-content, */
    section#bases-datos>.wrap-content {
        margin-top: 0
    }

    section#estudiantes>.wrap-content h1,
    section#profesores>.wrap-content h1,
    section#colaboradores>.wrap-content h1,
    section#graduados>.wrap-content h1,
    /* section#graduados>.wrap-content h1, */
    section#bases-datos>.wrap-content h1 {
        border: 0;
        padding-left: 15px;
        padding-top: 15px;
        -webkit-transition: padding .5s ease-in-out;
        transition: padding .5s ease-in-out
    }

    .service-handler article {
        width: 25%;
        min-width: none
    }
}

@media screen and (min-width:980px) {
    .service-handler article {
        width: 28%;
        margin-bottom: 1em;
        margin-left: 1em
    }
}

@media screen and (min-width:1200px) {

    section#estudiantes>.wrap-content h1,
    section#profesores>.wrap-content h1,
    section#colaboradores>.wrap-content h1,
    section#graduados>.wrap-content h1,
    /* section#graduados>.wrap-content h1, */
    section#bases-datos>.wrap-content h1 {
        padding-left: 0;
        padding-left: 15px
    }

    .service-handler article {
        width: 22%;
        margin: 1em
    }
}

@media screen and (min-width:1450px) {

    section#estudiantes>.wrap-content h1,
    section#profesores>.wrap-content h1,
    section#colaboradores>.wrap-content h1,
    section#graduados>.wrap-content h1,
    /* section#graduados>.wrap-content h1, */
    section#bases-datos>.wrap-content h1 {
        padding-left: 15px
    }
}

#irServicio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2em 0
}

#irServicio a#linkServicio {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 24px
}

#irServicio a#linkServicio:hover {
    -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2)
}

#irServicio .iconoIrServicio {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    font-size: 1.5em
}

#terminosCondiciones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 1em
}

#terminosCondiciones p.condiciones {
    font-size: 1.1em;
    font-weight: bold;
    max-width: 350px
}

ul.post-meta-servicios-icons {
    padding: 0;
    margin: 2em 0
}

ul.post-meta-servicios-icons li {
    list-style: none
}

ul.post-meta-servicios-icons li span.icon {
    font-size: 2.2em;
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 3px
}

#more-info-handler {
    margin: 2em 0
}

#more-info-handler ul.post-meta-more-info {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0
}

#more-info-handler ul.post-meta-more-info li {
    border: 1px solid #797D7F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: .5em;
    margin-right: .5em;
    padding: 0;
    min-width: 60px
}

#more-info-handler ul.post-meta-more-info li .active {
    text-decoration: none;
    -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2)
}

#more-info-handler ul.post-meta-more-info li .active:hover {
    color: white
}

#more-info-handler ul.post-meta-more-info li:last-child {
    margin-right: 0
}

#more-info-handler ul.post-meta-more-info li a {
    min-width: 70px;
    min-height: 40px;
    color: #7b7d7d;
    font-size: 1.2em;
    font-weight: bold;
    padding: .5em 1em;
    background-color: rgba(0, 0, 0, 0.02);
    text-decoration: none;
    text-align: center;
    border: #7b7d7d1a 0.05px solid;
}

#more-info-handler ul.post-meta-more-info li a:hover,
#more-info-handler ul.post-meta-more-info li a:visited {
    -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    color: white
}

#more-info-handler ul.post-meta-expand {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin-bottom: 1em
}

#more-info-handler ul.post-meta-expand a,
#more-info-handler ul.post-meta-expand a:visited {
    color: #006cb6
}

#more-info-handler ul.post-meta-expand li {
    padding: 1em;
    display: none;
    background-color: rgba(0, 0, 0, 0.02);
    border: #7b7d7d1a 0.05px solid;
}

#more-info-handler ul.post-meta-expand li tr,
#more-info-handler ul.post-meta-expand li tr,
#more-info-handler ul.post-meta-expand li td {
    border: 1px solid;
    padding: .4em;
    font-size: 1.2rem
}

#more-info-handler ul.post-meta-expand li ul {
    margin: 0;
    padding: 0;
    font-size: 1.2rem
}

#more-info-handler ul.post-meta-expand li ul li {
    display: list-item;
    padding: .5em;
    background-color: transparent
}

.icon-icono-cerrar {
    cursor: pointer;
    float: right;
    font-size: 1.5em;
    height: 25px;
    position: relative;
    padding: 0 .8em;
    margin: 0;
    top: 0;
    width: 25px
}

#wrap-slides {
    max-width: 1080px;
    margin: 0 auto
}

article.noticias.hentry,
.entry-content {
    margin: 0
}

.slide-handler {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.slide-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    padding: 15px;
    -webkit-box-shadow: 0 0 20px 0 #d3d3d3;
    box-shadow: 0 0 20px 0 #d3d3d3
}

.slide-title {
    font-size: 2.1rem;
    width: 100%
}

.slide-title h2.entry-title {
    margin: 0;
    padding: 0;
    color: #006cb6;
    font-size: 2.15rem;
    font-weight: normal
}

.slide-title h2.entry-title a {
    color: #006cb6;
    text-decoration: none
}

.slide-date {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #1b9bff;
    width: 100%
}

.slide-date h2 {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    font-weight: normal
}

.slide-excerpt {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #8399a1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.slide-excerpt p {
    margin: 0
}

.slide-bt-read {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

a.slide-read-more {
    margin-top: 20px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 24px;
    background: -webkit-linear-gradient(135deg, #3dfce5 0, #1899ff 100%);
    background: linear-gradient(-45deg, #3dfce5 0, #1899ff 100%)
}

a.slide-read-more:hover {
    -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    background: -webkit-gradient(linear, right top, left top, from(#3dfce5), to(#1899ff));
    background: -webkit-linear-gradient(right, #3dfce5 0, #1899ff 100%);
    background: linear-gradient(-90deg, #3dfce5 0, #1899ff 100%)
}

@media screen and (min-width:240px) {
    .slide-handler {
        width: 70%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto
    }

    .slide-handler .slide-image {
        width: 100%
    }

    .slide-handler .slide-image img {
        height: auto;
        height: 200px
    }

    .slide-handler .slide-info {
        width: 100%
    }

    .slide-handler .slide-title {
        margin-top: 10px
    }

    .slide-handler .slide-title h2.entry-title {
        height: 70px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .slide-handler .slide-date h2 {
        font-size: 1.2rem
    }

    .slide-handler .slide-excerpt {
        font-size: 15px;
        font-size: 1.5rem
    }
}

@media screen and (min-width:520px) {
    .slide-handler .slide-title {
        margin-top: 10px
    }

    .slide-handler .slide-image img {
        height: 270px
    }
}

@media screen and (min-width:720px) {
    .slide-handler {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 90%
    }

    .slide-handler .slide-image {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .slide-handler .slide-image img {
        height: 250px;
        -ms-flex-item-align: center;
        align-self: center
    }

    .slide-handler .slide-info {
        width: 50%;
        padding-left: 15px
    }

    .slide-handler .slide-title {
        margin-top: 0
    }

    .slide-handler .slide-title h2.entry-title {
        height: 75px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .slide-handler .slide-date h2 {
        font-size: 1.2rem
    }

    .slide-handler .slide-excerpt {
        font-size: 1.3rem
    }
}

@media screen and (min-width:980px) {
    .slide-handler {
        width: 90%
    }

    .slide-handler .slide-image {
        width: 50%;
        min-width: none;
        max-width: none;
        margin-right: 1%;
        padding: 10px
    }

    .slide-handler .slide-image img {
        height: 350px;
        -ms-flex-item-align: center;
        align-self: center
    }

    .slide-handler .slide-info {
        width: 50%;
        min-width: 360px;
        margin-top: 10px;
        padding: 0
    }
}

@media screen and (min-width:1200px) {
    .slide-handler {
        width: 100%
    }

    .slide-handler .slide-date h2 {
        font-size: 1rem
    }

    .slide-handler .slide-excerpt {
        font-size: 1.2rem
    }
}

.blog-slider__container {
    position: relative;
    margin: auto
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    color: white;
    font-weight: bold;
    font-size: 2.1rem;
    -webkit-transition: .25s ease-in;
    transition: .25s ease-in;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 100px
}

.prev:hover,
.next:hover {
    -webkit-transition: .25s ease-in;
    transition: .25s ease-in;
    color: white;
    background-color: rgba(61, 252, 229, 0.7)
}

.blogSlider__dots {
    text-align: center;
    margin-top: 2%
}

.blogSlider__dots--dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background-color .6s ease;
    transition: background-color .6s ease
}

.blogSlider__dots--dot:hover {
    background-color: #717171
}

.blogSlider__dots--dot.active {
    background: -webkit-linear-gradient(135deg, #3dfce5 0, #1899ff 100%);
    background: linear-gradient(-45deg, #3dfce5 0, #1899ff 100%)
}

.fade {
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: .85s;
    animation-duration: .85s;
    -webkit-transition: all ease-out;
    transition: all ease-out
}

@-webkit-keyframes fade {
    from {
        opacity: .2
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .2
    }

    to {
        opacity: 1
    }
}

@media screen and (min-width:240px) {

    .prev,
    .next {
        width: 30px;
        height: 30px;
        padding-left: 9px
    }

    .next {
        right: 0;
        margin-right: 2%
    }

    .prev {
        left: 0;
        margin-left: 2%
    }
}

@media screen and (min-width:520px) {

    .prev,
    .next {
        width: 40px;
        height: 40px;
        font-size: 25px;
        padding-left: 13px
    }
}

@media screen and (min-width:720px) {

    .prev,
    .next {
        width: 40px;
        height: 40px;
        padding-top: 2px;
        padding-left: 13px
    }

    .next {
        right: 0;
        margin-right: 0
    }

    .prev {
        left: 0;
        margin-left: 0
    }
}

@media screen and (min-width:1200px) {
    .next {
        right: -5%
    }

    .prev {
        left: -5%
    }
}

.events-handler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    color: #8399a1
}

.events-handler article {
    background-color: white;
    height: 290px;
    overflow: hidden;
    padding: 5px 15px
}

.events-handler article h1,
.events-handler article h2,
.events-handler article h3 {
    margin: 5px 0 5px 0;
    padding: 0;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.events-handler article h1 {
    font-size: 3.3rem;
    line-height: 3.3rem;
    font-weight: 900
}

.events-handler article h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 700
}

.events-handler article h3 {
    font-size: 1.17rem;
    line-height: 1.5rem;
    font-weight: 300
}

.events-handler article p {
    font-size: 13px;
    font-size: 1.083rem;
    font-weight: 400
}

.events-handler article:hover {
    -webkit-transition: all ease-in-out;
    transition: all ease-in-out;
    border-bottom: 5px solid;
    -webkit-border-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #3dfce5), to(#1899ff)) 1;
    -webkit-border-image: -webkit-linear-gradient(right, #3dfce5 50%, #1899ff 100%) 1;
    -o-border-image: linear-gradient(-90deg, #3dfce5 50%, #1899ff 100%) 1;
    border-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #3dfce5), to(#1899ff)) 1;
    border-image: linear-gradient(-90deg, #3dfce5 50%, #1899ff 100%) 1;
    -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2)
}

.events-handler article:hover h1,
.events-handler article:hover h2,
.events-handler article:hover h3 {
    color: #3dfce5
}

.events-handler article:hover .event-resume {
    opacity: 0;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.events-handler article:hover .event-bt-read {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.events-handler article .event-place {
    float: left
}

.events-handler article .event-title {
    margin-top: 35%
}

.events-handler article .event-title a {
    color: #006cb6;
    text-decoration: none;
    font-size: 1.85rem;
    line-height: 2.2rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.events-handler article .event-resume {
    display: block;
    opacity: 1
}

.events-handler article .event-resume p {
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.events-handler article .event-bt-read {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.7)
}

.events-handler article a.event-read-more {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 24px;
    background: -webkit-linear-gradient(135deg, #3dfce5 0, #1899ff 100%);
    background: linear-gradient(-45deg, #3dfce5 0, #1899ff 100%)
}

.events-handler article a.event-read-more:hover {
    -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    background: -webkit-gradient(linear, right top, left top, from(#3dfce5), to(#1899ff));
    background: -webkit-linear-gradient(right, #3dfce5 0, #1899ff 100%);
    background: linear-gradient(-90deg, #3dfce5 0, #1899ff 100%)
}

.event-inside {
    width: auto;
    max-width: 200px;
    float: left;
    margin-bottom: 3rem;
    padding: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0
}

.event-inside h1.event-day {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 900;
    margin: 5px 0 5px 0;
    padding: 0;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.event-inside h2.event-month {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 700;
    margin: 5px 0 5px 0;
    padding: 0
}

.event-inside h3.event-place {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 300;
    margin: 5px 0 5px 0;
    padding: 0
}

@media screen and (min-width:240px) {
    .events-handler {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .events-handler article {
        margin-top: 10px;
        width: 30%;
        margin: 0 2% 2% 0;
        min-width: 230px
    }
}

@media screen and (min-width:720px) {
    .events-handler article {
        width: 30%;
        margin: 0 4% 3% 0
    }
}

@media screen and (min-width:980px) {
    .events-handler article {
        width: 23%;
        max-width: 230px;
        margin: 0 2% 2%
    }
}

.statistics-message {
    width: 100%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0
}

.statistics-message h3,
.statistics-message h4 {
    margin: 0;
    padding: 0
}

.statistics-message h3 {
    font-size: 1.85rem;
    font-weight: 400
}

.statistics-message h4 {
    font-size: 1.08rem;
    font-weight: 300
}

.statistics-handler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    color: #8399a1
}

.statistics-handler article {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: white;
    height: 220px;
    overflow: hidden;
    padding: 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.statistics-handler article h1 {
    margin: 5px 0 5px 0;
    padding: 0;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    font-size: 5rem;
    line-height: 5.5rem;
    font-weight: 700
}

.statistics-handler article p {
    font-size: 13px;
    font-size: 1.083rem;
    font-weight: 400
}

.statistics-handler article:hover {
    border-bottom: 5px solid;
    -webkit-border-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #3dfce5), to(#1899ff)) 1;
    -webkit-border-image: -webkit-linear-gradient(right, #3dfce5 50%, #1899ff 100%) 1;
    -o-border-image: linear-gradient(-90deg, #3dfce5 50%, #1899ff 100%) 1;
    border-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #3dfce5), to(#1899ff)) 1;
    border-image: linear-gradient(-90deg, #3dfce5 50%, #1899ff 100%) 1
}

.statistics-handler article:hover h1 {
    color: #3dfce5
}

.statistics-handler article:last-child {
    margin: 0;
    border-right: 0
}

.statistics-handler article .statistics-resume {
    display: block;
    opacity: 1
}

.statistics-handler article .statistics-resume p {
    font-size: 1.25rem;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.statistics-handler article .statistics-icon {
    font-size: 50px;
    color: #006cb6
}

@media screen and (min-width:240px) {
    .statistics-handler article {
        width: 25%;
        min-width: 250px
    }
}

@media screen and (min-width:720px) {
    .statistics-handler article {
        width: 35%;
        min-width: 250px
    }
}

@media screen and (min-width:980px) {
    .statistics-handler article {
        width: 25%;
        min-width: 220px
    }
}

.success-stories-handler article .entry-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.success-stories-handler article .entry-content .success-stories-text-handler h1.success-stories-question {
    margin: 5px 0 5px 0;
    padding: 0;
    margin-top: 20px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 900;
    text-align: left
}

.success-stories-handler article .entry-content .success-stories-text-handler .success-stories-resume {
    margin-top: 25px
}

.success-stories-handler article .entry-content .success-stories-text-handler .success-stories-resume p {
    color: white;
    font-size: 1.65rem;
    line-height: 2rem;
    font-weight: 400;
    text-align: left
}

.success-stories-handler article .entry-content .success-stories-photo-container .success-stories-photo {
    width: 210px;
    height: 210px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 100%;
    background-color: white;
    -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.success-stories-handler article .entry-content .success-stories-photo-container .success-stories-photo img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    padding-top: 5%;
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in
}

.success-stories-handler article .entry-content .success-stories-photo-container .success-stories-photo img:hover {
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.success-stories-handler article .entry-content .success-stories-photo-container .success-stories-photo:hover {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-box-shadow: -4px 3px 7px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 3px 7px rgba(0, 0, 0, 0.2)
}

.success-stories-handler article .entry-content .success-stories-info {
    text-align: right
}

.success-stories-handler article .entry-content .success-stories-info p {
    color: white;
    font-size: 14px;
    font-size: 1.165rem;
    margin: 0;
    font-weight: 300;
    font-style: italic
}

.success-stories-handler article .entry-content .success-stories-info .name {
    font-size: 1.2rem;
    font-weight: 700
}

@media screen and (min-width:240px) {
    .success-stories-handler {
        padding: 10px
    }

    article .entry-content .success-stories-text-handler {
        width: 100%
    }

    article .entry-content .success-stories-photo-container {
        width: 100%;
        max-width: none
    }

    article .entry-content .success-stories-info {
        width: 100%;
        max-width: none;
        margin: 0
    }
}

@media screen and (min-width:720px) {
    article .entry-content .success-stories-text-handler {
        width: 65%
    }

    article .entry-content .success-stories-photo-container {
        width: 35%;
        max-width: 430px
    }

    article .entry-content .success-stories-info {
        width: 100%
    }
}

@media screen and (min-width:980px) {
    article .entry-content .success-stories-info {
        padding-right: 100px;
        padding-right: 8%
    }
}

@media screen and (min-width:1200px) {
    .success-stories-handler {
        padding: 0
    }
}

.acercaBiblioteca .about-library-handler {
    padding: 10px 2em
}

.acercaBiblioteca .about-library-handler p {
    font-size: 1.4rem;
    text-align: justify
}

@media screen and (min-width:240px) {
    .acercaBiblioteca {
        font-size: 1.5rem
    }
}

@media screen and (min-width:980px) {
    .acercaBiblioteca {
        font-size: 1.2rem
    }
}

#main {
    margin-top: 60px;
    word-wrap: break-word
}

#main.landing {
    margin-top: 0
}

header.entry-header-image {
    overflow: hidden;
    height: 300px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    /* background-color:rgba(0,0,0,0.3) */
}

header.entry-header-image.default {
    margin: 0
}

.background-header-image {
    max-height: 300px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    ;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.entry-header-image h1.entry-title {
    width: 80%;
    color: white;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 2.65rem;
    margin: 0 auto;
    text-shadow: -2px 3px 15px rgba(0, 0, 0, 0.2)
}

.entry-header-image h2.entry-title {
    width: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    color: white;
    font-size: 1.1rem;
    font-weight: normal;
    text-shadow: -2px 3px 15px rgba(0, 0, 0, 0.2)
}

.entry-header-image h2.entry-title span>a {
    color: white;
    font-weight: bold;
    font-size: 1.15rem
}

article.wrap-content {
    padding-top: 30px
}

article.wrap-content .entry-content {
    width: 80%;
    margin: 0 auto;
    text-align: justify
}

#related-service {
    display: block;
    float: left;
    width: 100%;
    margin-top: 2em
}

#related-service h2.navigation.post-navigation {
    color: #5454E9;
    margin: 0
}

#related-service nav.post-navigation {
    padding: 5px
}

#related-service nav.post-navigation .nav-previous,
#related-service nav.post-navigation .nav-next {
    font-size: 1.15rem;
    padding: 10px 0
}

#related-service nav.post-navigation .nav-previous a,
#related-service nav.post-navigation .nav-next a {
    white-space: nowrap;
    padding: 10px;
    color: #5454E9;
    border: 1px solid #5454E9;
    border-radius: 4px;
    text-decoration: none
}

#related-service nav.post-navigation .nav-previous a:hover,
#related-service nav.post-navigation .nav-next a:hover {
    color: #fff;
    background-color: #5454E9
}

#related-service nav.post-navigation .nav-previous {
    float: right
}

#related-service nav.post-navigation .nav-previous a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #006cb6;
    margin-left: 15px
}

#related-service nav.post-navigation .nav-previous a:hover:after {
    border-left: 5px solid #fff !important
}

#related-service nav.post-navigation .nav-next {
    float: left
}

#related-service nav.post-navigation .nav-next a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #006cb6;
    margin-right: 15px
}

#related-service nav.post-navigation .nav-next a:hover:before {
    border-right: 5px solid #fff !important
}

@media screen and (min-width:240px) {
    p {
        font-size: 1.5rem
    }

    header.entry-header-image,
    .background-header-image {
        margin-top: 110px
    }

    header.entry-header-image.default {
        margin-top: 110px
    }

    nav.post-navigation .nav-previous,
    nav.post-navigation .nav-next {
        width: auto
    }

    nav.post-navigation .nav-previous a,
    nav.post-navigation .nav-next a {
        width: 100%;
        display: inline-block;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow: hidden;
        max-height: 3.5rem;
        line-height: 2rem
    }
}

@media screen and (min-width:720px) {

    header.entry-header-image,
    .background-header-image {
        margin-top: 60px
    }

    header.entry-header-image.default {
        margin: 0
    }

    nav.post-navigation .nav-previous,
    nav.post-navigation .nav-next {
        width: auto
    }
}

@media screen and (min-width:980px) {
    p {
        font-size: 1.3rem
    }

    nav.post-navigation .nav-previous,
    nav.post-navigation .nav-next {
        width: auto
    }

    nav.post-navigation .nav-previous a,
    nav.post-navigation .nav-next a {
        width: auto;
        display: block;
        max-height: none;
        line-height: auto
    }
}

@media screen and (min-width:1200px) {
    p {
        font-size: 1.25rem
    }

    nav.post-navigation .nav-previous,
    nav.post-navigation .nav-next {
        width: auto
    }

    .entry-header-image h1.entry-title {
        /* width: 44%; */
    }
}

#colophon {
    padding-bottom: 50px;
    padding-top: 10px
}

#colophon a {
    text-decoration: none
}

#colophon::before {
    width: 100%;
    height: 20px;
    -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1)
}

#colophon .site-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}

#colophon .site-info .footer-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#colophon .site-info .footer-info .logoIcesiFooter {
    min-width: 190px;
    height: 80px;
    font-size: 60px
}

#colophon .site-info .footer-info .logoIcesiFooter .icon-logo-icesi-footer:before {
    color: #000000;
}

#colophon .site-info .footer-info .footer-icesi-data {
    min-height: 80px
}

#colophon .site-info .footer-info .footer-icesi-data p {
    margin-top: 10px;
    color: #000000;
}

#colophon .site-info .footer-info .footer-social-media {
    padding-top: 10px;
    min-height: 80px
}

#colophon .site-info .footer-info .footer-social-media p {
    color: #000000;
}

#colophon .site-info .footer-info .footer-social-media .social-links {
    list-style: none;
    font-size: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 0
}

#colophon .site-info .footer-info .footer-social-media .social-links li {
    width: 25px;
    height: 25px
}

#colophon .site-info .footer-info .footer-social-media .social-links li::before {
    color: #000000
}

#colophon .site-info .footer-info .footer-social-media .social-links li a {
    padding: 12px;
    float: left;
    position: relative;
    top: -25px;
    text-indent: -9999px;
    height: 25px
}

#colophon .site-info .footer-credits {
    border-top: 1px solid rgba(100, 120, 100, 0.15)
}

#colophon .site-info .footer-credits p {
    color: #000000;
}

#colophon .site-info .footer-credits .logo-desarrollo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000000;
    text-align: right
}

#colophon .site-info .footer-credits .logo-desarrollo span {
    margin-top: 5px
}

#colophon .site-info .footer-credits .logo-desarrollo span.desarrollo {
    margin-right: 10px
}

#colophon .site-info .footer-credits .logo-desarrollo span.icon-logo-syri-desarrollo {
    font-size: 30px
}

#colophon .site-info .footer-explorer p.copyright,
#colophon .site-info .footer-explorer p.explorer {
    color: #000000;
}

@media screen and (min-width:240px) {
    .footer-info {
        font-size: 1.2rem
    }

    .footer-info .logoIcesiFooter {
        width: 100%;
        text-align: center
    }

    .footer-info .footer-icesi-data {
        width: 100%;
        text-align: center
    }

    .footer-info .footer-icesi-data p {
        font-size: 1.35rem
    }

    .footer-info .footer-social-media {
        text-align: center;
        padding: 20px;
        width: 100%
    }

    .footer-info .footer-social-media .social-links {
        max-width: 250px;
        margin: 0 auto
    }

    .footer-credits {
        font-size: 1.2rem;
        width: 100%;
        padding: 10px;
        margin-top: 10px
    }

    .footer-credits p {
        width: 100%;
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
        font-size: 1.3rem
    }

    .footer-credits .logo-desarrollo {
        width: 100%;
        margin-top: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer-credits .logo-desarrollo span {
        text-align: left
    }

    .footer-explorer {
        font-size: 1.2rem;
        width: 100%
    }

    .footer-explorer p.copyright,
    .footer-explorer p.explorer {
        text-align: center;
        font-size: 1.2rem;
        padding-left: 5px;
        padding-right: 5px
    }

    .logoIcesiFooter a img{
        width: 45%;
        margin-bottom: 25px;
    }
}

@media screen and (min-width:720px) {
    .logoIcesiFooter a img {
        width: 60%;
    }
}

@media screen and (min-width:720px) {
    .footer-info {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer-info .logoIcesiFooter {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center
    }

    .footer-info .footer-icesi-data {
        width: 50%;
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        padding-left: 10px;
        text-align: left
    }

    .footer-info .footer-social-media {
        width: 20%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media screen and (min-width:980px) {
    .footer-info .logoIcesiFooter {
        width: auto
    }

    .footer-info .footer-icesi-data {
        width: 60%
    }

    .footer-info .footer-social-media {
        width: 20%
    }

    .footer-credits {
        font-size: 1.1rem;
        width: 100%;
        padding-top: 10px;
        margin: 0
    }

    .footer-credits p {
        width: 65%;
        text-align: left;
        margin: 0
    }

    .footer-credits .logo-desarrollo {
        width: 35%;
        margin-top: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .footer-credits .logo-desarrollo span {
        text-align: left
    }

    .footer-explorer {
        font-size: 1.2rem;
        width: 100%
    }

    .footer-explorer p.copyright,
    .footer-explorer p.explorer {
        margin: 0;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0
    }

    .footer-explorer p.copyright {
        text-align: left;
        float: left;
        clear: both
    }

    .footer-explorer p.explorer {
        float: left;
        clear: both;
        text-align: right
    }
}

@media screen and (min-width:1200px) {
    .footer-info .logoIcesiFooter {
        width: auto
    }

    .footer-info .footer-icesi-data {
        width: 60%
    }

    .footer-info .footer-icesi-data p {
        font-size: 1.1rem
    }

    .footer-info .footer-social-media {
        width: 15%
    }

    .footer-credits p {
        font-size: 1.1rem
    }

    .footer-explorer p.copyright,
    .footer-explorer p.explorer {
        font-size: .9rem
    }
}

form.wpcf7-form textarea {
    max-width: 400px;
    font-size: 1.3rem;
    margin-top: .8rem
}

form.wpcf7-form span input {
    margin-top: .8rem;
    font-size: 1.3rem
}

form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
    margin-top: 2em;
    text-align: center;
    padding: 8px 25px;
    border-radius: 20px;
    background: -webkit-linear-gradient(135deg, #3dfce5 0, #1899ff 100%);
    background: linear-gradient(-45deg, #3dfce5 0, #1899ff 100%)
}

form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover {
    background: -webkit-gradient(linear, right top, left top, from(#3dfce5), to(#1899ff));
    background: -webkit-linear-gradient(right, #3dfce5 0, #1899ff 100%);
    background: linear-gradient(-90deg, #3dfce5 0, #1899ff 100%);
    -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2)
}

ul.info-bd {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.categories_bd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none
}

ul.categories_bd li {
    background: white;
    margin: 0.3em; 
    padding: 1em;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px; 
    
}

ul.categories_bd li a {
    width: 100%;
    color: #313131; 
    padding: 1em;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: normal;
    
}

ul.categories_bd li:hover {
    -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    border-bottom: 5px solid;
    -webkit-border-image: -webkit-gradient(linear, right top, left top, from(#e8383e), to(#ffb877)) 1;
    -webkit-border-image: -webkit-linear-gradient(right, #e8383e 0, #ffb877 100%) 1;
    -o-border-image: linear-gradient(-90deg, #e8383e 0, #ffb877 100%) 1;
    border-image: -webkit-gradient(linear, right top, left top, from(#e8383e), to(#ffb877)) 1;
    border-image: linear-gradient(-90deg, #e8383e 0, #ffb877 100%) 1
}

@media screen and (min-width:240px) {
    ul.info-bd {
        padding: .5em 1em
    }

    ul.info-bd li {
        font-size: 1.2rem;
        line-height: 1.9rem
    }

    ul.info-bd li span {
        padding: 0 .4em;
        text-align: center;
        font-size: 1.4rem
    }

    ul.info-bd li span.icon-lock {
        padding-left: .5em
    }

    ul.categories_bd {
        -ms-flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        margin: 0;
        padding: 0;
        flex-wrap: wrap;
    }

    ul.categories_bd li {
        width: 150px;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .type-search {
        text-align: right;
        float: right;
        font-size: 1.5em;
        color: #006cb6;
        margin-top: .3em
    }
}

@media screen and (min-width:980px) {
    ul.categories_bd {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }

    ul.categories_bd li {
        max-width: none;
        width: 250px;
        word-break: keep-all;
        height: 60px
    }
}

#acercaBiblioteca {
    background: #5454e9 !important;
}

.about-library-handler,
.about-library-handler p {
    color: #FFF !important;
}

.about-library-handler p a {
    color: #FFBD48 !important;
}

.about-library-handler p a:hover {

    color: #F7A500 !important;
}

#img-mano-recorrido {
    width: 15%;
    margin-top: 10px;
    vertical-align: middle;
}

#noticias {
    background: #fff !important;
    color: #8399a1 !important;
}

#noticias h1::after {
    content: "";
    background-color: #8399a1 !important;
}

.notInHome #ebsco{
    display: none;
}

.wp-block-button__link.has-white-color.has-text-color.has-background.wp-element-button {
    background-color: #5454E9 !important;
    background: #5454E9 !important;
  }
  
  #irServicio a#linkServicio {
    border-radius: 0px !important;
}

#cesa-tab p, #universidad-eafit-tab p, #universidad-icesi-tab p, #universidad-del-norte-tab p, .elementor-element-141465b .elementor-widget-container p {
text-align: center !important;
}

.elementor-2589 .elementor-element.elementor-element-a719576 .eael-advance-tabs .eael-tabs-nav > ul li, .elementor-2617 .elementor-element.elementor-element-50f5bcc .eael-advance-tabs .eael-tabs-nav > ul li {
     border-radius: 0px !important; 
}

#related-service nav.post-navigation .nav-previous a:after{
    border-left: 5px solid #5454E9 !important;
}
#related-service nav.post-navigation .nav-next a:before{
    border-right: 5px solid #5454E9 !important;
}

.accordion-item button, .tabcontent button{
    background-color: transparent !important;
}

.accordion-button:not(.collapsed), ul.post-meta-servicios-icons.profesores li span.icon {
    color: #5454E9 !important;
}

#more-info-handler.profesores ul.post-meta-more-info li .active {
    color: #5454E9 !important;
    border-bottom: 4px solid #5454E9 !important;
}

#irServicio.profesores a#linkServicio, #irServicio.graduados a#linkServicio, #irServicio.estudiantes a#linkServicio {
    background: #5454E9 !important; 
}

.fg-filter-wrap button {
    background: #f7f8ff !important;
}

.elementor-kit-4777 {
    --e-global-color-accent: #5454E9 !important;
}

#headingTwo, #headingSix{
    height: 75px !important;
}



















body,
html,
button,
input,
select,
textarea,
p,
a {
    font-family: "Lato", sans-serif, sans-serif;
    color: #8399a1;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}

*:focus {
    outline: 0
}

html {
    font-size: 12px
}

p {
    font-style: normal;
    color: #4E5052;
    margin: 0 0 1rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-box-shadow: none;
    box-shadow: none
}

ul,
ol {
    margin: 0;
    list-style-position: inside
}

a {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    color: #000000;
    font-weight: normal
}

a:visited {
    color: #8399a1
}

input::-webkit-input-placeholder {
    font-family: "Lato", sans-serif, sans-serif;
    color: #8399a1
}

input:-ms-input-placeholder {
    font-family: "Lato", sans-serif, sans-serif;
    color: #8399a1
}

input::-ms-input-placeholder {
    font-family: "Lato", sans-serif, sans-serif;
    color: #8399a1
}

input::placeholder {
    font-family: "Lato", sans-serif, sans-serif;
    color: #8399a1
}

.title-recorrido {
    margin: 5px 0 5px 0;
    padding: 0;
    -webkit-transition: all 2s ease-in;
    transition: all .2s ease-in;
    font-size: 3.1rem;
    line-height: 3.5rem;
    font-weight: 700;
    text-align: center;
}

.title-recorrido a {
    color: #FFBD48;
    text-decoration: none;
    text-align: center;
}

.title-recorrido a:hover {
    color: #F7A500;
    text-decoration: underline
}

.title-recorrido a img {
    margin: -9px 1px
}

#table-recorrido {
    width: 80%;
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #E6E6E6;
}

#table-recorrido td,
#table-recorrido tr {
    padding: 12px;
}

#iframe-recorrido {
    margin: 0 auto;
    width: 74%;
    height: 600px;
    display: flex;
}

@media screen and (min-width:240px) and (max-width:720px) {
    #table-recorrido {
        width: 100%;
    }

    #table-recorrido td,
    #table-recorrido tr {
        display: block;
        clear: both;
    }

    #iframe-recorrido {
        width: 93%;
        height: 300px;
    }
}

@media screen and (min-width:721px) and (max-width:980px) {
    #table-recorrido {
        width: 85%;
    }

    #table-recorrido td,
    #table-recorrido tr {
        display: block;
        clear: both;
    }

    #iframe-recorrido {
        width: 93%;
        height: 420px;
    }
}

@media screen and (min-width:981px) and (max-width:1200px) {
    #iframe-recorrido {
        width: 73%;
        height: 490px;
    }
}

@media screen and (min-width:240px) {
    html {
        font-size: 10px
    }
}

@media screen and (min-width:720px) {
    html {
        font-size: 11px
    }
}

@media screen and (min-width:980px) {
    html {
        font-size: 11px
    }
}

@media screen and (min-width:1200px) {
    html {
        font-size: 12px
    }
}

#masthead {
    position: fixed;
    color: white;
    min-height: 60px;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: transparent;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

#masthead.notInHome {
    background-color: #fff;
    -webkit-box-shadow: 5px -5px 10px 5px #b3b3b3;
    box-shadow: 5px -5px 10px 5px #b3b3b3
}

#masthead.inHome {
    background-color: transparent
}

.site-branding {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    height: 60px
}

.site-branding.wrap-content {
    padding-top: 0;
    padding-bottom: 0
}

.logoBibliotecaIcesi {
    max-height: 60px;
    float: left;
    width: 300px
}

.logo-color {
    background-image: url("../img/logo-nuevo-icesi-biblio-color.svg ");
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 60px;
    float: left
}

.logo-blanco {
    background-image: url("../img/logo-icesi-nuevo-biblio.svg ");
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 60px;
    float: left
}

@media screen and (min-width:240px) {
    .logoBibliotecaIcesi {
        width: 300px;
        width: 100%;
        max-width: 300px;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        margin-left: 55px
    }

    .logoBibliotecaIcesi .logo-blanco,
    .logoBibliotecaIcesi .logo-color {
        width: 45%;
        margin-top: 6px;
    }

    .menu-landing-header-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        float: left
    }

    @media screen and (min-width:240px) and (max-width:640px) {
        .notInHome .menu-landing-header-container #menu-landing-header {
            display: flex !important;
            width: 92%;
        }

        .notInHome .menu-landing-header-container #menu-landing-header li.menu-item a {
            color: #2271B3;
        }

        .menu-landing-header-container #menu-landing-header li.menu-item {
            display: inline;
        }

        /*.logo-color{background-size: 85%;*/
    }
}

.menu-landing-header-container #menu-landing-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.menu-landing-header-container #menu-landing-header li.menu-item {
    width: auto;
    clear: none;
    background-color: transparent;
    font-size: 1.3rem
}

/*.menu-landing-header-container #menu-landing-header li.menu-item a{color:white}*/
@media screen and (min-width:720px) {
    .logoBibliotecaIcesi {
        margin-left: 0
    }

    .logoBibliotecaIcesi .logo-blanco,
    .logoBibliotecaIcesi .logo-color {
        width: 20%;
        margin-top: 0;
    }

    .menu-landing-header-container {
        clear: none;
        width: auto;
        float: right
    }

    .menu-landing-header-container #menu-landing-header {
        margin-top: 20px;
        width: auto;
        max-width: none;
        float: right;
        clear: both
    }
}

@media screen and (min-width:980px) {
    .logoBibliotecaIcesi {
        margin-left: 0px
    }
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?gn6w41");
    src: url("../fonts/icomoon.eot?gn6w41#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?gn6w41") format("truetype"), url("../fonts/icomoon.woff?gn6w41") format("woff"), url("../fonts/icomoon.svg?gn6w41#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-consulta-campus:before {
    content: "\e97c"
}

.icon-bases_datos:before {
    content: "\e900";
    color: #006cb6
}

.icon-correo-servicio:before {
    content: "\e901"
}

.icon-e-books:before {
    content: "\e902";
    color: #006cb6
}

.icon-icon-blogger:before {
    content: "\e903";
    color: #fff
}

.icon-icon-facebook:before {
    content: "\e904";
    color: #fff
}

.icon-icon-instagram:before {
    content: "\e905";
    color: #fff
}

.icon-icono-cerrar:before {
    content: "\e906"
}

.icon-icon-twitter:before {
    content: "\e907";
    color: #fff
}

.icon-icon-youtube:before {
    content: "\e908";
    color: #fff
}

.icon-link-servicio:before {
    content: "\e909"
}

.icon-logo-biblioteca-icesi:before {
    content: "\e90a";
    color: #fff
}

.icon-logo-biblioteca-icesi-color .path1:before {
    content: "\e90b";
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path2:before {
    content: "\e90c";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path3:before {
    content: "\e90d";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path4:before {
    content: "\e90e";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path5:before {
    content: "\e90f";
    margin-left: -4.953125em;
    color: #1b9bff
}

.icon-logo-biblioteca-icesi-color .path6:before {
    content: "\e910";
    margin-left: -4.953125em;
    color: #1b9bff
}

.icon-logo-biblioteca-icesi-color .path7:before {
    content: "\e911";
    margin-left: -4.953125em;
    color: #1b9bff
}

.icon-logo-biblioteca-icesi-color .path8:before {
    content: "\e912";
    margin-left: -4.953125em;
    color: #1b9bff
}

.icon-logo-biblioteca-icesi-color .path9:before {
    content: "\e913";
    margin-left: -4.953125em;
    color: #1b9bff
}

.icon-logo-biblioteca-icesi-color .path10:before {
    content: "\e914";
    margin-left: -4.953125em;
    color: #1b9bff
}

.icon-logo-biblioteca-icesi-color .path11:before {
    content: "\e915";
    margin-left: -4.953125em;
    color: #1b9bff
}

.icon-logo-biblioteca-icesi-color .path12:before {
    content: "\e916";
    margin-left: -4.953125em;
    color: #1b9bff
}

.icon-logo-biblioteca-icesi-color .path13:before {
    content: "\e917";
    margin-left: -4.953125em;
    color: #1b9bff
}

.icon-logo-biblioteca-icesi-color .path14:before {
    content: "\e918";
    margin-left: -4.953125em;
    color: #1b9bff
}

.icon-logo-biblioteca-icesi-color .path15:before {
    content: "\e919";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path16:before {
    content: "\e91a";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path17:before {
    content: "\e91b";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path18:before {
    content: "\e91c";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path19:before {
    content: "\e91d";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path20:before {
    content: "\e91e";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path21:before {
    content: "\e91f";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path22:before {
    content: "\e920";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path23:before {
    content: "\e921";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path24:before {
    content: "\e922";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path25:before {
    content: "\e923";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path26:before {
    content: "\e924";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path27:before {
    content: "\e925";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path28:before {
    content: "\e926";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path29:before {
    content: "\e927";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path30:before {
    content: "\e928";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path31:before {
    content: "\e929";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path32:before {
    content: "\e92a";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path33:before {
    content: "\e92b";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path34:before {
    content: "\e92c";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path35:before {
    content: "\e92d";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path36:before {
    content: "\e92e";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path37:before {
    content: "\e92f";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path38:before {
    content: "\e930";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path39:before {
    content: "\e931";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path40:before {
    content: "\e932";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path41:before {
    content: "\e933";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path42:before {
    content: "\e934";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path43:before {
    content: "\e935";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path44:before {
    content: "\e936";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path45:before {
    content: "\e937";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path46:before {
    content: "\e938";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path47:before {
    content: "\e939";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path48:before {
    content: "\e93a";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path49:before {
    content: "\e93b";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path50:before {
    content: "\e93c";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path51:before {
    content: "\e93d";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path52:before {
    content: "\e93e";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path53:before {
    content: "\e93f";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path54:before {
    content: "\e940";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path55:before {
    content: "\e941";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path56:before {
    content: "\e942";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path57:before {
    content: "\e943";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path58:before {
    content: "\e944";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path59:before {
    content: "\e945";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path60:before {
    content: "\e946";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path61:before {
    content: "\e947";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path62:before {
    content: "\e948";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path63:before {
    content: "\e949";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path64:before {
    content: "\e94a";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path65:before {
    content: "\e94b";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path66:before {
    content: "\e94c";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path67:before {
    content: "\e94d";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path68:before {
    content: "\e94e";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path69:before {
    content: "\e94f";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path70:before {
    content: "\e950";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path71:before {
    content: "\e951";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path72:before {
    content: "\e952";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path73:before {
    content: "\e953";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path74:before {
    content: "\e954";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path75:before {
    content: "\e955";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path76:before {
    content: "\e956";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path77:before {
    content: "\e957";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path78:before {
    content: "\e958";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path79:before {
    content: "\e959";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-biblioteca-icesi-color .path80:before {
    content: "\e95a";
    margin-left: -4.953125em;
    color: #006cb6
}

.icon-logo-icesi-footer:before {
    content: "\e95b";
    color: #fff
}

.icon-logo-syri-desarrollo .path1:before {
    content: "\e95c";
    color: #204589
}

.icon-logo-syri-desarrollo .path2:before {
    content: "\e95d";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path3:before {
    content: "\e95e";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path4:before {
    content: "\e95f";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path5:before {
    content: "\e960";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path6:before {
    content: "\e961";
    margin-left: -5.8330078125em;
    color: #70c7d8
}

.icon-logo-syri-desarrollo .path7:before {
    content: "\e962";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path8:before {
    content: "\e963";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path9:before {
    content: "\e964";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path10:before {
    content: "\e965";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path11:before {
    content: "\e966";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path12:before {
    content: "\e967";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path13:before {
    content: "\e968";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path14:before {
    content: "\e969";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path15:before {
    content: "\e96a";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path16:before {
    content: "\e96b";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path17:before {
    content: "\e96c";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path18:before {
    content: "\e96d";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path19:before {
    content: "\e96e";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path20:before {
    content: "\e96f";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path21:before {
    content: "\e970";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path22:before {
    content: "\e971";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path23:before {
    content: "\e972";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path24:before {
    content: "\e973";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path25:before {
    content: "\e974";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path26:before {
    content: "\e975";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path27:before {
    content: "\e976";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-logo-syri-desarrollo .path28:before {
    content: "\e977";
    margin-left: -5.8330078125em;
    color: #fff
}

.icon-personas_capacitadas:before {
    content: "\e978";
    color: #006cb6
}

.icon-revistas_digitales:before {
    content: "\e979";
    color: #006cb6
}

.icon-telefono-servicio:before {
    content: "\e97a"
}

.icon-ubicacion-servicio:before {
    content: "\e97b"
}

.icon-menu:before {
    content: "\e9bd"
}

.icon-cross:before {
    content: "\ea0f"
}

.icon-home:before {
    content: "\e97f"
}

.icon-lock:before {
    content: "\e98f"
}

#main>section#estudiantes {
    background: -webkit-linear-gradient(45deg, #00ab00 0, #b3e36d 100%);
    background: linear-gradient(45deg, #00ab00 0, #b3e36d 100%)
}

#main>section#estudiantes article:hover {
    -webkit-border-image: -webkit-gradient(linear, right top, left top, from(#00ab00), to(#b3e36d)) 1;
    -webkit-border-image: -webkit-linear-gradient(right, #00ab00 0, #b3e36d 100%) 1;
    -o-border-image: linear-gradient(-90deg, #00ab00 0, #b3e36d 100%) 1;
    border-image: -webkit-gradient(linear, right top, left top, from(#00ab00), to(#b3e36d)) 1;
    border-image: linear-gradient(-90deg, #00ab00 0, #b3e36d 100%) 1
}

#main>section#estudiantes article a.service-read-more {
    background: -webkit-linear-gradient(135deg, #00ab00 0, #b3e36d 100%);
    background: linear-gradient(-45deg, #00ab00 0, #b3e36d 100%)
}

#main>section#estudiantes article a.service-read-more:hover {
    background: -webkit-gradient(linear, right top, left top, from(#00ab00), to(#b3e36d));
    background: -webkit-linear-gradient(right, #00ab00 0, #b3e36d 100%);
    background: linear-gradient(-90deg, #00ab00 0, #b3e36d 100%)
}

#main>section#profesores {
    background: -webkit-linear-gradient(45deg, #b21a38 0, #fe3e65 100%);
    background: linear-gradient(45deg, #b21a38 0, #fe3e65 100%)
}

#main>section#profesores article:hover {
    -webkit-border-image: -webkit-gradient(linear, right top, left top, from(#b21a38), to(#fe3e65)) 1;
    -webkit-border-image: -webkit-linear-gradient(right, #b21a38 0, #fe3e65 100%) 1;
    -o-border-image: linear-gradient(-90deg, #b21a38 0, #fe3e65 100%) 1;
    border-image: -webkit-gradient(linear, right top, left top, from(#b21a38), to(#fe3e65)) 1;
    border-image: linear-gradient(-90deg, #b21a38 0, #fe3e65 100%) 1
}

#main>section#profesores article a.service-read-more {
    background: -webkit-linear-gradient(135deg, #b21a38 0, #fe3e65 100%);
    background: linear-gradient(-45deg, #b21a38 0, #fe3e65 100%)
}

#main>section#profesores article a.service-read-more:hover {
    background: -webkit-gradient(linear, right top, left top, from(#b21a38), to(#fe3e65));
    background: -webkit-linear-gradient(right, #b21a38 0, #fe3e65 100%);
    background: linear-gradient(-90deg, #b21a38 0, #fe3e65 100%)
}

#main>section#colaboradores {
    background: -webkit-linear-gradient(45deg, #b21a38 0, #fe3e65 100%);
    background: linear-gradient(45deg, #b21a38 0, #fe3e65 100%)
}

#main>section#colaboradores article:hover {
    -webkit-border-image: -webkit-gradient(linear, right top, left top, from(#b21a38), to(#fe3e65)) 1;
    -webkit-border-image: -webkit-linear-gradient(right, #b21a38 0, #fe3e65 100%) 1;
    -o-border-image: linear-gradient(-90deg, #b21a38 0, #fe3e65 100%) 1;
    border-image: -webkit-gradient(linear, right top, left top, from(#b21a38), to(#fe3e65)) 1;
    border-image: linear-gradient(-90deg, #b21a38 0, #fe3e65 100%) 1
}

#main>section#colaboradores article a.service-read-more {
    background: -webkit-linear-gradient(135deg, #b21a38 0, #fe3e65 100%);
    background: linear-gradient(-45deg, #b21a38 0, #fe3e65 100%)
}

#main>section#colaboradores article a.service-read-more:hover {
    background: -webkit-gradient(linear, right top, left top, from(#b21a38), to(#fe3e65));
    background: -webkit-linear-gradient(right, #b21a38 0, #fe3e65 100%);
    background: linear-gradient(-90deg, #b21a38 0, #fe3e65 100%)
}

#main>section#graduados {
    background: -webkit-linear-gradient(45deg, #970f65 0, #5ba8f6 100%);
    background: linear-gradient(45deg, #970f65 0, #5ba8f6 100%)
}

#main>section#graduados article:hover {
    -webkit-border-image: -webkit-gradient(linear, right top, left top, from(#970f65), to(#5ba8f6)) 1;
    -webkit-border-image: -webkit-linear-gradient(right, #970f65 0, #5ba8f6 100%) 1;
    -o-border-image: linear-gradient(-90deg, #970f65 0, #5ba8f6 100%) 1;
    border-image: -webkit-gradient(linear, right top, left top, from(#970f65), to(#5ba8f6)) 1;
    border-image: linear-gradient(-90deg, #970f65 0, #5ba8f6 100%) 1
}

#main>section#graduados article a.service-read-more {
    background: -webkit-linear-gradient(135deg, #970f65 0, #5ba8f6 100%);
    background: linear-gradient(-45deg, #970f65 0, #5ba8f6 100%)
}

#main>section#graduados article a.service-read-more:hover {
    background: -webkit-gradient(linear, right top, left top, from(#970f65), to(#5ba8f6));
    background: -webkit-linear-gradient(right, #970f65 0, #5ba8f6 100%);
    background: linear-gradient(-90deg, #970f65 0, #5ba8f6 100%)
}

/* 
#main>section#graduados{background:-webkit-linear-gradient(45deg,#970f65 0,#5ba8f6 100%);background:linear-gradient(45deg,#970f65 0,#5ba8f6 100%)}
#main>section#graduados article:hover{-webkit-border-image:-webkit-gradient(linear,right top,left top,from(#970f65),to(#5ba8f6)) 1;-webkit-border-image:-webkit-linear-gradient(right,#970f65 0,#5ba8f6 100%) 1;-o-border-image:linear-gradient(-90deg,#970f65 0,#5ba8f6 100%) 1;border-image:-webkit-gradient(linear,right top,left top,from(#970f65),to(#5ba8f6)) 1;border-image:linear-gradient(-90deg,#970f65 0,#5ba8f6 100%) 1}
#main>section#graduados article a.service-read-more{background:-webkit-linear-gradient(135deg,#970f65 0,#5ba8f6 100%);background:linear-gradient(-45deg,#970f65 0,#5ba8f6 100%)}
#main>section#graduados article a.service-read-more:hover{background:-webkit-gradient(linear,right top,left top,from(#970f65),to(#5ba8f6));background:-webkit-linear-gradient(right,#970f65 0,#5ba8f6 100%);background:linear-gradient(-90deg,#970f65 0,#5ba8f6 100%)}
 */
#main>section#bases-datos {
    background: -webkit-linear-gradient(45deg, #e8383e 0, #ffb877 100%);
    background: linear-gradient(45deg, #e8383e 0, #ffb877 100%)
}

#main>section#bases-datos article:hover {
    -webkit-border-image: -webkit-gradient(linear, right top, left top, from(#e8383e), to(#ffb877)) 1;
    -webkit-border-image: -webkit-linear-gradient(right, #e8383e 0, #ffb877 100%) 1;
    -o-border-image: linear-gradient(-90deg, #e8383e 0, #ffb877 100%) 1;
    border-image: -webkit-gradient(linear, right top, left top, from(#e8383e), to(#ffb877)) 1;
    border-image: linear-gradient(-90deg, #e8383e 0, #ffb877 100%) 1
}

#main>section#bases-datos article a.service-read-more {
    background: -webkit-linear-gradient(135deg, #e8383e 0, #ffb877 100%);
    background: linear-gradient(-45deg, #e8383e 0, #ffb877 100%)
}

#main>section#bases-datos article a.service-read-more:hover {
    background: -webkit-gradient(linear, right top, left top, from(#e8383e), to(#ffb877));
    background: -webkit-linear-gradient(right, #e8383e 0, #ffb877 100%);
    background: linear-gradient(-90deg, #e8383e 0, #ffb877 100%)
}

header.entry-header-image.default {
    /* background-color: rgba(25, 255, 255, 0.4); */
}

header#estudiantes {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 171, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(bottom, rgba(0, 171, 0, 0.2) 20%, rgba(0, 0, 0, 0.5) 80%);
    background: linear-gradient(360deg, rgba(0, 171, 0, 0) 20%, rgba(0, 0, 0, 0) 80%)
}

header#profesores {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(178, 26, 56, 0.2)), color-stop(90%, rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(bottom, rgba(178, 26, 56, 0.2) 0, rgba(0, 0, 0, 0.6) 90%);
    background: linear-gradient(360deg, rgba(178, 26, 56, 0) 0, rgba(0, 0, 0, 0) 90%)
}

header#colaboradores {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(178, 26, 56, 0.2)), color-stop(90%, rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(bottom, rgba(178, 26, 56, 0.2) 0, rgba(0, 0, 0, 0.6) 90%);
    background: linear-gradient(360deg, rgba(178, 26, 56, 0) 0, rgba(0, 0, 0, 0) 90%)
}

header#graduados {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(151, 15, 101, 0.2)), color-stop(90%, rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(bottom, rgba(151, 15, 101, 0.2) 0, rgba(0, 0, 0, 0.6) 90%);
    background: linear-gradient(360deg, rgba(151, 15, 101, 0) 0, rgba(0, 0, 0, 0) 90%)
}

/* header#graduados{background:-webkit-gradient(linear,left bottom,left top,from(rgba(151,15,101,0.2)),color-stop(90%,rgba(0,0,0,0.6)));background:-webkit-linear-gradient(bottom,rgba(151,15,101,0.2) 0,rgba(0,0,0,0.6) 90%);background:linear-gradient(360deg,rgba(151, 15, 101, 0) 0,rgba(0, 0, 0, 0) 90%)}
 */
header#bases-datos {
    /* background: -webkit-gradient(linear, left bottom, left top, from(rgba(232, 56, 62, 0.3)), color-stop(90%, rgba(255, 184, 119, 0.6))); */
    /* background: -webkit-linear-gradient(bottom, rgba(232, 56, 62, 0.3) 0, rgba(255, 184, 119, 0.6) 90%); */
    /* background: linear-gradient(360deg, rgba(232, 56, 62, 0.3) 0, rgba(255, 184, 119, 0.6) 90%); */
}

header#page {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(151, 15, 101, 0.2)), color-stop(90%, rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(bottom, rgba(151, 15, 101, 0.2) 0, rgba(0, 0, 0, 0.6) 90%);
    background: linear-gradient(360deg, rgba(151, 15, 101, 0) 0, rgba(0, 0, 0, 0) 90%)
}

#irServicio a#linkServicio {
    background: -webkit-linear-gradient(135deg, #3dfce5 0, #1899ff 100%);
    background: linear-gradient(-45deg, #3dfce5 0, #1899ff 100%)
}

#irServicio a#linkServicio:hover {
    background: -webkit-gradient(linear, right top, left top, from(#3dfce5), to(#1899ff));
    background: -webkit-linear-gradient(right, #3dfce5 0, #1899ff 100%);
    background: linear-gradient(-90deg, #3dfce5 0, #1899ff 100%)
}

#irServicio.estudiantes a#linkServicio {
    background: -webkit-linear-gradient(135deg, #00ab00 0, #b3e36d 100%);
    background: linear-gradient(-45deg, #00ab00 0, #b3e36d 100%)
}

#irServicio.estudiantes a#linkServicio:hover {
    background: -webkit-gradient(linear, right top, left top, from(#00ab00), to(#b3e36d));
    background: -webkit-linear-gradient(right, #00ab00 0, #b3e36d 100%);
    background: linear-gradient(-90deg, #00ab00 0, #b3e36d 100%)
}

#irServicio.profesores a#linkServicio {
    background: -webkit-linear-gradient(135deg, #b21a38 0, #fe3e65 100%);
    background: linear-gradient(-45deg, #b21a38 0, #fe3e65 100%)
}

#irServicio.profesores a#linkServicio:hover {
    background: -webkit-gradient(linear, right top, left top, from(#b21a38), to(#fe3e65));
    background: -webkit-linear-gradient(right, #b21a38 0, #fe3e65 100%);
    background: linear-gradient(-90deg, #b21a38 0, #fe3e65 100%)
}

#irServicio.colaboradores a#linkServicio {
    background: -webkit-linear-gradient(135deg, #b21a38 0, #fe3e65 100%);
    background: linear-gradient(-45deg, #b21a38 0, #fe3e65 100%)
}

#irServicio.colaboradores a#linkServicio:hover {
    background: -webkit-gradient(linear, right top, left top, from(#b21a38), to(#fe3e65));
    background: -webkit-linear-gradient(right, #b21a38 0, #fe3e65 100%);
    background: linear-gradient(-90deg, #b21a38 0, #fe3e65 100%)
}

#irServicio.graduados a#linkServicio {
    background: -webkit-linear-gradient(135deg, #970f65 0, #5ba8f6 100%);
    background: linear-gradient(-45deg, #970f65 0, #5ba8f6 100%)
}

#irServicio.graduados a#linkServicio:hover {
    background: -webkit-gradient(linear, right top, left top, from(#970f65), to(#5ba8f6));
    background: -webkit-linear-gradient(right, #970f65 0, #5ba8f6 100%);
    background: linear-gradient(-90deg, #970f65 0, #5ba8f6 100%)
}

/* 
#irServicio.graduados a#linkServicio{background:-webkit-linear-gradient(135deg,#970f65 0,#5ba8f6 100%);background:linear-gradient(-45deg,#970f65 0,#5ba8f6 100%)}
#irServicio.graduados a#linkServicio:hover{background:-webkit-gradient(linear,right top,left top,from(#970f65),to(#5ba8f6));background:-webkit-linear-gradient(right,#970f65 0,#5ba8f6 100%);background:linear-gradient(-90deg,#970f65 0,#5ba8f6 100%)}
 */

#irServicio.bases-datos a#linkServicio {
    background: -webkit-linear-gradient(135deg, #e8383e 0, #ffb877 100%);
    background: linear-gradient(-45deg, #e8383e 0, #ffb877 100%)
}

#irServicio.bases-datos a#linkServicio:hover {
    background: -webkit-gradient(linear, right top, left top, from(#e8383e), to(#ffb877));
    background: -webkit-linear-gradient(right, #e8383e 0, #ffb877 100%);
    background: linear-gradient(-90deg, #e8383e 0, #ffb877 100%)
}

ul.post-meta-servicios-icons li span.icon {
    color: #1b9bff
}

ul.post-meta-servicios-icons.estudiantes li span.icon {
    color: #5454E9;
}

ul.post-meta-servicios-icons.profesores li span.icon {
    color: #5454E9
}

ul.post-meta-servicios-icons.colaboradores li span.icon {
    color: #5454E9
}

ul.post-meta-servicios-icons.graduados li span.icon {
    color: #5454E9
}

/* 
ul.post-meta-servicios-icons.graduados li span.icon{color:#970f65}
 */

ul.post-meta-servicios-icons.bases-datos li span.icon {
    color: #5454E9
}

#more-info-handler ul.post-meta-more-info li .active {
    color: #1b9bff;
    border-bottom: 4px solid #1b9bff
}

#more-info-handler ul.post-meta-more-info li a:hover,
#more-info-handler ul.post-meta-more-info li a:visited {
    background-color: #1b9bff
}

#more-info-handler ul.post-meta-expand a,
#more-info-handler ul.post-meta-expand a:visited {
    color: #006cb6
}

#more-info-handler.estudiantes ul.post-meta-more-info li .active {
    color: #5454E9;
    border-bottom: 4px solid #5454E9;
}

#more-info-handler.estudiantes ul.post-meta-more-info li a:hover,
#more-info-handler.estudiantes ul.post-meta-more-info li a:visited {
    background-color: #5454E9
}

#more-info-handler.estudiantes ul.post-meta-expand a,
#more-info-handler.estudiantes ul.post-meta-expand a:visited {
    color: #5454E9
}

#more-info-handler.profesores ul.post-meta-more-info li .active {
    color: #5454E9;
    border-bottom: 4px solid #5454E9
}

#more-info-handler.profesores ul.post-meta-more-info li a:hover,
#more-info-handler.profesores ul.post-meta-more-info li a:visited {
    background-color: #5454E9 !important;
    color: white !important;
}

#more-info-handler.profesores ul.post-meta-expand a,
#more-info-handler.profesores ul.post-meta-expand a:visited {
    color: #5454E9
}

#more-info-handler.colaboradores ul.post-meta-more-info li .active {
    color: #5454E9;
    border-bottom: 4px solid #5454E9
}

#more-info-handler.colaboradores ul.post-meta-more-info li a:hover,
#more-info-handler.colaboradores ul.post-meta-more-info li a:visited {
    background-color: #5454E9
}

#more-info-handler.colaboradores ul.post-meta-expand a,
#more-info-handler.colaboradores ul.post-meta-expand a:visited {
    color: #5454E9
}

#more-info-handler.graduados ul.post-meta-more-info li .active {
    color: #5454E9;
    border-bottom: 4px solid #5454E9
}

#more-info-handler.graduados ul.post-meta-more-info li a:hover,
#more-info-handler.graduados ul.post-meta-more-info li a:visited {
    background-color: #5454E9
}

#more-info-handler.graduados ul.post-meta-expand a,
#more-info-handler.graduados ul.post-meta-expand a:visited {
    color: #5454E9
}

/* 
#more-info-handler.graduados ul.post-meta-more-info li .active{color:#970f65;border-bottom:4px solid #970f65}
#more-info-handler.graduados ul.post-meta-more-info li a:hover,#more-info-handler.graduados ul.post-meta-more-info li a:visited{background-color:#970f65}
#more-info-handler.graduados ul.post-meta-expand a,#more-info-handler.graduados ul.post-meta-expand a:visited{color:#970f65}
 */

.icon-icono-cerrar {
    color: #5454E9
}

.icon-icono-cerrar.estudiantes {
    color: #5454E9
}

.icon-icono-cerrar.profesores {
    color: #5454E9
}

.icon-icono-cerrar.colaboradores {
    color: #5454E9
}

.icon-icono-cerrar.graduados {
    color: #5454E9
}

/* 
.icon-icono-cerrar.graduados{color:#970f65}
 */
ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left
}

li.menu-item {
    float: left;
    clear: both;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white
}

li.menu-item a {
    text-decoration: none
}

span.icono {
    width: -webkit-calc(35px);
    width: calc(35px);
    height: 35px;
    background-size: -webkit-calc(70px);
    background-size: calc(70px);
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap
}

span.icono:hover {
    width: auto
}

span.texto-bt {
    margin-left: -webkit-calc(55px);
    margin-left: calc(55px);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

span.texto-bt p {
    margin: 0;
    padding: 0;
    color: #8399a1;
    -ms-flex-item-align: center;
    align-self: center
}

.current-menu-item>span.texto-bt,
.current_page_item>span.texto-bt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.current-menu-item>span.texto-bt:before,
.current_page_item>span.texto-bt:before {
    display: block;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(#3dfce5), to(#1b9bff));
    background: -webkit-linear-gradient(top, #3dfce5 0, #1b9bff 100%);
    background: linear-gradient(to bottom, #3dfce5 0, #1b9bff 100%);
    border-image-slice: 1;
    width: -webkit-calc(30px);
    width: calc(30px);
    height: -webkit-calc(35px);
    height: calc(35px);
    position: absolute;
    -webkit-clip-path: polygon(20% 20%, 20% 80%, 0 90%, 0 10%);
    clip-path: polygon(20% 20%, 20% 80%, 0 90%, 0 10%);
    left: -webkit-calc(55px);
    left: calc(55px);
    -ms-flex-item-align: center;
    align-self: center
}

span.bt-student.current-menu-item>span.texto-bt:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#b3e36d), to(#00ab00));
    background: -webkit-linear-gradient(top, #b3e36d 0, #00ab00 100%);
    background: linear-gradient(to bottom, #b3e36d 0, #00ab00 100%)
}

span.bt-teacher.current-menu-item>span.texto-bt:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#fe97cf), to(#fe4856));
    background: -webkit-linear-gradient(top, #fe97cf 0, #fe4856 100%);
    background: linear-gradient(to bottom, #fe97cf 0, #fe4856 100%)
}

span.bt-alumni.current-menu-item>span.texto-bt:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#ec75f6), to(#445ae3));
    background: -webkit-linear-gradient(top, #ec75f6 0, #445ae3 100%);
    background: linear-gradient(to bottom, #ec75f6 0, #445ae3 100%)
}

span.bt-external.current-menu-item>span.texto-bt:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffb877), to(#e8383e));
    background: -webkit-linear-gradient(top, #ffb877 0, #e8383e 100%);
    background: linear-gradient(to bottom, #ffb877 0, #e8383e 100%)
}

#menu-internal-links {
    margin-top: -webkit-calc(35px);
    margin-top: calc(35px)
}

#menu-internal-links li:nth-of-type(1):before {
    margin-top: -webkit-calc(-35px);
    margin-top: calc(-35px);
    display: block;
    content: "";
    width: -webkit-calc(55px);
    width: calc(55px);
    height: -webkit-calc(35px);
    height: calc(35px);
    position: absolute;
    left: 0
}

#menu-internal-links li:nth-of-type(4),
#menu-internal-links li:nth-of-type(1) {
    margin-top: -webkit-calc(35px);
    margin-top: calc(0px)
}

#menu-internal-links li:nth-of-type(4):before {
    margin-top: -webkit-calc(-35px);
    margin-top: calc(-35px);
    display: block;
    content: "";
    width: -webkit-calc(55px);
    width: calc(55px);
    height: -webkit-calc(35px);
    height: calc(35px);
    position: absolute;
    left: 0
}

@media screen and (min-width:240px) {
    #menu-internal-links {
        margin: 0
    }
}

@media screen and (min-width:240px) and (orientation:landscape) {
    #menu-internal-links {
        margin: 0
    }
}

.handlerFooterHome {
    margin-top: auto;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0
}

.bt-goDown {
    width: -webkit-calc(35px);
    width: calc(35px);
    height: -webkit-calc(35px);
    height: calc(35px);
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 40px;
    background-size: -webkit-calc(70px);
    background-size: calc(70px);
    background-repeat: no-repeat;
    background-image: url("../img/svg-grid.png");
    background-image: url("../img/svg-grid.svg");
    background-position: 0 -webkit-calc(-455px);
    background-position: 0 calc(-455px);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.bt-goDown a {
    float: left;
    padding: 18px
}

.handlerWelcomeMessage {
    width: 100%;
    float: left;
    background-color: rgba(255, 255, 255, 0.2)
}

.welcomeMessage {
    height: 80px;
    color: white;
    margin: 0 auto;
    width: 50%
}

.welcomeMessage h3 {
    font-size: 1.66rem;
    font-weight: normal;
    padding: 0;
    margin: 0
}

.welcomeMessage h4 {
    font-size: 1.16rem;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 15px;
    margin: 0
}

@media screen and (min-width:240px) {
    #buscador {
        width: 90%
    }

    #buscador input {
        width: 85%
    }

    #buscador .bt-buscar {
        width: 15%
    }

    #buscador .bt-buscar button>#search-icon {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }
}

@media screen and (min-width:720px) {
    #buscador {
        width: 70%
    }

    #buscador input {
        width: 80%
    }

    #buscador .bt-buscar {
        width: 20%
    }

    #buscador .bt-buscar button>#search-icon {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7)
    }

    #buscador .bt-buscar button>p {
        display: block;
        font-size: 1.7rem
    }
}

@media screen and (min-width:1200px) {
    #buscador {
        width: 70%;
        width: 650px
    }

    #buscador input {
        width: 70%;
        width: 530px
    }

    #buscador .bt-buscar {
        width: 30%;
        width: 120px
    }
}

#buscadorHead {
    background-color: white;
    overflow: hidden;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#buscadorHead .handlerBuscar {
    width: 40%;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#buscadorHead .handlerBuscar input {
    background-color: #e9e9e9;
    width: 70%;
    height: 30px;
    border: 0;
    border-radius: 0;
    float: left
}

#buscadorHead .handlerBuscar .bt-buscar {
    width: 30%;
    height: 30px;
    color: white;
    background: -webkit-linear-gradient(130deg, #c9d438 0, #00ab61 100%);
    background: linear-gradient(-40deg, #c9d438 0, #00ab61 100%)
}

#buscadorHead .handlerBuscar .bt-buscar:hover {
    -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    background: -webkit-gradient(linear, right top, left top, from(#c9d438), color-stop(80%, #00ab61));
    background: -webkit-linear-gradient(right, #c9d438 0, #00ab61 80%);
    background: linear-gradient(-90deg, #c9d438 0, #00ab61 80%)
}

#buscadorHead .handlerBuscar .bt-buscar>button {
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    color: white;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#buscadorHead .handlerBuscar #search-icon {
    display: block;
    padding: 0;
    margin: 0;
    width: -webkit-calc(30px);
    width: calc(30px);
    height: -webkit-calc(30px);
    height: calc(30px);
    background-image: url("../img/svg-grid.png");
    background-image: url("../img/svg-grid.svg");
    background-repeat: no-repeat;
    background-size: -webkit-calc(70px);
    background-size: calc(70px);
    background-position: 0 -webkit-calc(-420px);
    background-position: 0 calc(-420px);
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6)
}

#buscadorHead .handlerBuscar .bt-buscar>button>p {
    margin: 0;
    margin-top: 8px;
    color: white;
    font-size: 1.3rem;
    font-weight: bold
}

#buscadorHead .handlerFiltroBusqueda {
    width: 50%;
    height: 30px;
    color: #8399a1;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 15px
}

#buscadorHead .handlerFiltroBusqueda .buscarPor,
#buscadorHead .handlerFiltroBusqueda .buscarEn {
    width: auto;
    height: 25px;
    margin-top: 2px;
    border-radius: 5px;
    border: 1px solid #d1cdcd;
    padding: 3px 10px;
    font-size: 1rem;
    font-weight: normal;
    background-color: white
}

#buscadorHead .handlerFiltroBusqueda .buscarPor span,
#buscadorHead .handlerFiltroBusqueda .buscarEn span {
    font-weight: bold
}

#buscadorHead .handlerFiltroBusqueda .buscarEn {
    margin-left: 3%
}

@media screen and (min-width:240px) {
    #buscadorHead {
        width: 100%;
        height: 40px;
        height: auto;
        padding: 10px 15px;
        display: none
    }

    #buscadorHead .handlerFiltroBusqueda {
        display: none
    }

    #buscadorHead .handlerBuscar {
        width: 100%
    }
}

@media screen and (min-width:720px) {
    #buscadorHead {
        width: 50%;
        margin-top: 15px;
        height: 30px;
        padding: 0 10px 0 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media screen and (min-width:980px) {
    #buscadorHead {
        width: 60%
    }

    #buscadorHead .handlerFiltroBusqueda {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 52%
    }

    #buscadorHead .handlerBuscar {
        width: 45%
    }
}

@media screen and (min-width:1200px) {
    #buscadorHead .handlerFiltroBusqueda {
        width: 48%
    }

    #buscadorHead .handlerBuscar {
        width: 48%
    }
}

#ebsco {
    padding: 0;
    float: right;
    background-color: transparent
}

#ebsco #content-ebsco {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#ebsco #content-ebsco .handlerContent p {
    float: left;
    font-weight: bold;
    font-size: 1.3rem;
    color: #8399a1;
    margin: 5px;
    padding: 0
}

#ebsco #content-ebsco .handlerContent select,
#ebsco #content-ebsco .handlerContent input#ebscohostsearchtext,
#ebsco #content-ebsco .handlerContent input#catalogsearch,
#ebsco #content-ebsco .handlerContent input#repoSearch {
    font-size: 1.4rem;
    font-weight: normal
}

#ebsco #content-ebsco .handlerContent #auto-results {
    color: #8399a1;
    border: 1px solid #ccc;
    max-width: none;
    margin-top: 50px
}

#ebsco #content-ebsco .handlerContent #auto-results h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    padding-top: 0;
    margin-top: 0
}

#ebsco #content-ebsco .handlerContent #auto-results li {
    padding: 6px
}

#ebsco #content-ebsco .handlerContent #auto-results li:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05)
}

#ebsco #content-ebsco input#ebscohostsearchtext {
    border-radius: 0;
    float: left
}

#ebsco #content-ebsco .bt-buscar {
    width: 30%;
    color: white;
    float: right;
    background: field
}

#ebsco #content-ebsco .bt-buscar:hover {
    -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    background: #ffffff
}

#ebsco #content-ebsco .bt-buscar button {
    width: 100%;
    height: 100%;
    ;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 1px solid #ccc;
    border-left: none;
    color: white;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 4px;
    /* margin-top:4px */
}

#ebsco #content-ebsco .bt-buscar button p {
    margin: 0;
    margin-top: 8px;
    color: white;
    font-size: 1.3rem;
    font-weight: bold
}

/* #ebsco #content-ebsco .bt-buscar #search-icon{display:block;padding:0;margin:0;width:-webkit-calc(30px);width:calc(30px);height:-webkit-calc(30px);height:calc(30px);background-image:url("../img/svg-grid.png");background-image:url("../img/svg-grid.svg");background-repeat:no-repeat;background-size:-webkit-calc(70px);background-size:calc(70px);background-position:0 -webkit-calc(-420px);background-position:0 calc(-420px);-webkit-transform:scale(0.6);-ms-transform:scale(0.6);transform:scale(0.6)}
 */
#ebsco .ui-state-default,
#ebsco .ui-widget-content .ui-state-default,
#ebsco .ui-widget-header .ui-state-default {
    background: #0a8289 none repeat scroll 0 0 !important
}

#ebsco .ui-tabs .ui-tabs-panel {
    background: #fff none repeat scroll 0 0 !important
}

#ebsco .ui-widget-header {
    background: none !important
}

#ebsco .ui-state-active a,
#ebsco .ui-state-active a:link,
#ebsco .ui-state-active a:visited {
    color: #eed63b !important
}

#ebsco #auto-results {
    border: 1px black solid;
    font-family: mir-cond, Helvetica, Arial, sans-serif;
    background-color: white;
    margin-top: 45px;
    position: absolute;
    padding: 10px;
    z-index: 1000;
    width: 300px
}

#ebsco #auto-results li:hover {
    background-color: #3875d7;
    color: white;
    font-weight: bold;
    cursor: pointer
}

#ebsco #auto-results li {
    border: medium none;
    list-style: outside none none;
    padding-left: 5px
}

@media screen and (min-width:240px) {
    #ebsco.home-page {
        margin-top: 30vh;
        padding: 0 2em;
        background-color: transparent;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in
    }

    #ebsco.home-page #content-ebsco {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #ebsco.home-page #content-ebsco .handlerContent p {
        color: white
    }

    #ebsco.home-page #content-ebsco input#ebscohostsearchtext {
        width: 85%;
        height: 40px
    }

    #ebsco.home-page #content-ebsco .bt-buscar {
        width: 15%;
        height: 40px
    }

    #ebsco.home-page #content-ebsco .bt-buscar #search-icon {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        padding-top: 0;
    }

    #ebsco.home-page #content-ebsco .bt-buscar button>p {
        display: none
    }

    #ebsco.home-page #content-ebsco .handlerContent {
        width: 90%
    }

    #ebsco.home-page #content-ebsco .handlerFiltro {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: white;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #ebsco.home-page #content-ebsco .handlerFiltro .handlerContent.por,
    #ebsco.home-page #content-ebsco .handlerFiltro .handlerContent.en {
        margin-top: 15px
    }

    #ebsco.home-page #content-ebsco .handlerContent.por {
        width: 50%;
        max-width: 200px
    }

    #ebsco.home-page #content-ebsco .handlerContent.por #guidedFieldSelectors {
        width: 70%;
        float: left
    }

    #ebsco.home-page #content-ebsco .handlerContent.por #guidedFieldSelectors #searchFieldSelector {
        width: 100%;
        background-color: rgba(150, 150, 150, 0.5);
        border-radius: 5px;
        padding: 0 5px;
        border: 0;
        color: white
    }

    #ebsco.home-page #content-ebsco .handlerContent.en {
        width: 50%;
        max-width: 250px
    }

    #ebsco.home-page #content-ebsco .handlerContent.en #menuBuscador {
        float: left;
        width: 80%
    }

    #ebsco.home-page #content-ebsco .handlerContent.en #test {
        width: 100%;
        background-color: rgba(150, 150, 150, 0.5);
        border-radius: 5px;
        padding: 0 5px;
        border: 0;
        color: white
    }

    #ebsco {
        width: 100%;
        padding: 0 1.5em;
        padding-bottom: 10px;
        padding-top: 10px
    }

    #ebsco #content-ebsco {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #ebsco #content-ebsco .handlerContent {
        max-width: 520px
    }

    #ebsco #content-ebsco .handlerContent p {
        color: white
    }

    #ebsco #content-ebsco .handlerContent select {
        height: 30px
    }

    #ebsco #content-ebsco input#ebscohostsearchtext,
    #ebsco #content-ebsco input#catalogsearch,
    #ebsco #content-ebsco input#repoSearch {
        width: 85%;
        height: 40px
    }

    #ebsco #content-ebsco .bt-buscar {
        width: 15%;
        height: 40px
    }

    #ebsco #content-ebsco .bt-buscar #search-icon {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }

    #ebsco #content-ebsco .bt-buscar button>p {
        display: none
    }

    #ebsco #content-ebsco .handlerContent.input-search {
        width: 100%
    }

    #ebsco #content-ebsco .handlerFiltro {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: white;
        display: none
    }

    #ebsco #content-ebsco .handlerFiltro .handlerContent.por,
    #ebsco #content-ebsco .handlerFiltro .handlerContent.en {
        float: left;
        margin-top: 15px
    }

    #ebsco #content-ebsco .handlerContent.por {
        width: 65%
    }

    #ebsco #content-ebsco .handlerContent.por #guidedFieldSelectors {
        width: 100%
    }

    #ebsco #content-ebsco .handlerContent.en {
        width: 100%
    }
}

@media screen and (min-width:720px) {
    #ebsco.home-page {
        -webkit-transition: none;
        transition: none;
        width: 100%
    }

    #ebsco.home-page #content-ebsco {
        margin: 0 auto;
        width: 100%
    }

    #ebsco.home-page #content-ebsco .handlerFiltro {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-width: 450px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #ebsco.home-page .handlerContent {
        max-width: 520px;
        max-width: 400px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #ebsco.home-page input#ebscohostsearchtext,
    #ebsco.home-page input#catalogsearch,
    #ebsco.home-page input#repoSearch {
        font-size: 1.25rem;
        width: 50%
    }

    #ebsco.home-page #edsSearchWrapper>#auto-results {
        max-width: 550px
    }

    #ebsco {
        width: 50%;
        padding-top: 10px;
        margin-top: 5px
    }

    .Cencaja {
        display: none;
    }

    #ebsco #content-ebsco {
        margin-right: 5px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    #ebsco #content-ebsco .handlerContent select,
    #ebsco #content-ebsco .handlerContent input#ebscohostsearchtext,
    #ebsco #content-ebsco .handlerContent input#catalogsearch,
    #ebsco #content-ebsco .handlerContent input#repoSearch {
        font-size: 1.1rem
    }

    #ebsco #content-ebsco input#ebscohostsearchtext {
        height: 30px
    }

    #ebsco #content-ebsco .bt-buscar {
        height: 30px
    }

    #ebsco #content-ebsco .bt-buscar #search-icon {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6)
    }

    #ebsco #content-ebsco .bt-buscar button {
        margin-top: 0
    }
}

@media screen and (min-width:850px) {
    #ebsco.home-page #content-ebsco .handlerContent {
        max-width: 550px
    }
}

@media screen and (min-width:980px) {
    #ebsco {
        background-color: transparent;
        width: 35%;
        margin-top: 10px
            /* ;padding-left: 20% */
    }

    #ebsco #content-ebsco {
        padding: 0;
        margin: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%
    }

    #ebsco #content-ebsco .bt-buscar {
        height: 30px;
        width: 20%;
        overflow: hidden
    }

    #ebsco #content-ebsco .bt-buscar #search-icon {
        margin: 0;
        width: 35px;
        height: 35px;
        margin-top: -7px;
        padding-top: 5px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }

    #ebsco #content-ebsco .bt-buscar button>p {
        display: none;
        margin-right: 10px
    }

    #ebsco #content-ebsco .handlerContent select,
    #ebsco #content-ebsco .handlerContent input#ebscohostsearchtext,
    #ebsco #content-ebsco .handlerContent input#catalogsearch,
    #ebsco #content-ebsco .handlerContent input#repoSearch {
        font-size: 1.1rem;
        font-weight: normal;
        height: 30px;
        width: 80%;
        color: #8399a1;
        padding: 0 5px
    }

    #ebsco #content-ebsco .handlerContent p {
        font-size: 1.2rem;
        font-weight: normal;
        color: #8399a1
    }

    #ebsco #content-ebsco .handlerContent.input-search {
        width: 50%;
        max-width: 350px
    }

    #ebsco #content-ebsco .handlerFiltro {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 80%;
        max-width: 380px
    }

    #ebsco #content-ebsco .handlerFiltro .handlerContent.por {
        margin: 0;
        width: 40%
    }

    #ebsco #content-ebsco .handlerFiltro .handlerContent.por #searchFieldSelector {
        width: 70%
    }

    #ebsco #content-ebsco .handlerFiltro .handlerContent.en {
        width: 60%;
        margin: 0
    }

    #ebsco #content-ebsco .handlerFiltro .handlerContent.en #test {
        width: 80%
    }

    #ebsco.home-page {
        -webkit-transition: none;
        transition: none;
        width: 100%
    }

    #ebsco.home-page #content-ebsco {
        margin: 0 auto 20px auto;
        width: 100%
    }

    #ebsco.home-page #content-ebsco .handlerFiltro {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-width: 450px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #ebsco.home-page #content-ebsco .handlerFiltro .handlerContent.en #test {
        width: 90%
    }

    #ebsco.home-page #content-ebsco .handlerContent {
        max-width: 650px;
        width: 80%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #ebsco.home-page #content-ebsco .handlerContent input#ebscohostsearchtext,
    #ebsco.home-page #content-ebsco .handlerContent input#catalogsearch,
    #ebsco.home-page #content-ebsco .handlerContent input#repoSearch {
        font-size: 1.25rem;
        height: 40px;
        width: 85%;
        float: left;
        border-radius: 0
    }

    #ebsco.home-page #content-ebsco #search-icon {
        margin-top: 0
    }

    #ebsco.home-page #edsSearchWrapper>#auto-results {
        max-width: 550px
    }

    #ebsco.home-page .handlerContent.input-search {
        width: 100%
    }
}

.video-container {
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.video-container video,
.video-container .poster>img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover
}

.wp-video-shortcode.vsc-initialized {
    width: 100% !important
}

.wp-video {
    width: 100% !important
}

span.icono {
    background-image: url("../img/svg-grid.png");
    background-image: url("../img/svg-grid.svg");
    background-position: 0 0
}

span.icono:hover {
    background-position: -35px 0
}

span.bt-home {
    background-position: 0 0
}

span.bt-home.current-menu-item,
span.bt-home:hover {
    background-position: -35px 0
}

span.bt-news {
    background-position: 0 -35px
}

span.bt-news.current-menu-item,
span.bt-news.current_page_item,
span.bt-news:hover {
    background-position: -35px -35px
}

span.bt-calendar {
    background-position: 0 -webkit-calc(-70px);
    background-position: 0 calc(-70px)
}

span.bt-calendar.current-menu-item,
span.bt-calendar.current_page_item,
span.bt-calendar:hover {
    background-position: -35px -webkit-calc(-70px);
    background-position: -35px calc(-70px)
}

span.bt-statistics {
    background-position: 0 -webkit-calc(-105px);
    background-position: 0 calc(-105px)
}

span.bt-statistics.current-menu-item,
span.bt-statistics.current_page_item,
span.bt-statistics:hover {
    background-position: -35px -webkit-calc(-105px);
    background-position: -35px calc(-105px)
}

span.bt-success-stories {
    background-position: 0 -webkit-calc(-140px);
    background-position: 0 calc(-140px)
}

span.bt-success-stories.current-menu-item,
span.bt-success-stories.current_page_item,
span.bt-success-stories:hover {
    background-position: -35px -webkit-calc(-140px);
    background-position: -35px calc(-140px)
}

span.bt-about {
    background-position: 0 -webkit-calc(-175px);
    background-position: 0 calc(-175px)
}

span.bt-about.current-menu-item,
span.bt-about.current_page_item,
span.bt-about:hover {
    background-position: -35px -webkit-calc(-175px);
    background-position: -35px calc(-175px)
}

span.bt-student {
    background-position: 0 -webkit-calc(-210px);
    background-position: 0 calc(-210px)
}

span.bt-student.current-menu-item,
span.bt-student.current_page_item,
span.bt-student:hover {
    background-position: -35px -webkit-calc(-210px);
    background-position: -35px calc(-210px)
}

span.bt-teacher {
    background-position: 0 -webkit-calc(-245px);
    background-position: 0 calc(-245px)
}

span.bt-teacher.current-menu-item,
span.bt-teacher.current_page_item,
span.bt-teacher:hover {
    background-position: -35px -webkit-calc(-245px);
    background-position: -35px calc(-245px)
}

span.bt-alumni {
    background-position: 0 -webkit-calc(-280px);
    background-position: 0 calc(-280px)
}

span.bt-alumni.current-menu-item,
span.bt-alumni.current_page_item,
span.bt-alumni:hover {
    background-position: -35px -webkit-calc(-280px);
    background-position: -35px calc(-280px)
}

span.bt-dspace {
    background-position: 0 -webkit-calc(-315px);
    background-position: 0 calc(-315px)
}

span.bt-dspace.current-menu-item,
span.bt-dspace.current_page_item,
span.bt-dspace:hover {
    background-position: -35px -webkit-calc(-315px);
    background-position: -35px calc(-315px)
}

span.bt-external {
    background-position: 0 -webkit-calc(-350px);
    background-position: 0 calc(-350px)
}

span.bt-external.current-menu-item,
span.bt-external.current_page_item,
span.bt-external:hover {
    background-position: -35px -webkit-calc(-350px);
    background-position: -35px calc(-350px)
}

span.bt-olib {
    background-position: 0 -webkit-calc(-385px);
    background-position: 0 calc(-385px)
}

span.bt-olib.current-menu-item,
span.bt-olib.current_page_item,
span.bt-olib:hover {
    background-position: -35px -webkit-calc(-385px);
    background-position: -35px calc(-385px)
}

#content,
#masthead,
#colophon {
    -webkit-transition: margin .1s ease-in-out;
    transition: margin .1s ease-in-out
}

.wrap-content {
    max-width: 1320px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 10px
}

.wrap-content.inicio {
    max-width: none;
    border: 0;
    margin: 0;
    padding: 0
}

#secondary {
    position: fixed;
    height: 100%
}

#secondary:hover {
    width: 55px
}

#main>section:nth-child(odd) {
    background: -webkit-linear-gradient(135deg, #3dfce5 0, #1b9bff 100%);
    background: linear-gradient(-45deg, #3dfce5 0, #1b9bff 100%);
    padding: .67em 0;
    color: #fff
}

#main>section:nth-child(odd) .wrap-content>h1::after {
    background-color: #fff
}

#main>section:nth-child(even) {
    background-color: #fff;
    padding: .67em 0;
    color: #8399a1
}

.acercaBib {
    color:#FFF!important;
}

#main>section:nth-child(even) .wrap-content>h1.acercaBib::after 
{
    background-color: #FFF;
}

#main>section:nth-child(even) .wrap-content>h1::after {
    content: "";
    background-color: #8399a1
}

#main>section:nth-child(even) .wrap-content>.services {
    color: #fff
}

#main>section:nth-child(even) .wrap-content>.services::after {
    content: "";
    background-color: #fff
}

#main>section#inicio {
    background: black;
    margin: 0;
    padding: 0
}

#main>section#inicio .wrap-content {
    padding: 0
}

section>.wrap-content>h1 {
    padding-left: 10px;
    text-transform: uppercase
}

section>.wrap-content>h1::after {
    content: "";
    display: block;
    width: 18px;
    height: 4px;
    margin-top: -3px
}

@media screen and (min-width:240px) {
    #mobileMenu {
        float: left;
        width: 55px;
        height: 45px;
        border: 0;
        border-radius: 0;
        padding: 14px 0px 0px 18px;
        background: transparent;
        color: rgb(255, 255, 255);
        font-size: 25px;
        text-align: center;
        vertical-align: middle;
        position: fixed;
        left: 0;
        top: 0
    }

    .blue-menu {
        color: #fff
    }

    #secondary {
        background-color: white;
        top: 50px;
        padding-top: 50px;
        left: -60px;
        -webkit-transition: left .1s ease-out;
        transition: left .1s ease-out;
        height: 100%;
        -webkit-box-shadow: 0 0 10px -0 #b3b3b3;
        box-shadow: 0 0 10px -0 #b3b3b3;
        z-index: 100
    }

    .slideBodyContent {
        margin-left: 55px
    }

    .slideBodyContent .logoBibliotecaIcesi {
        margin: 0
    }

    .slideBodyContent #secondary {
        left: 0;
        -webkit-transition: left .15s ease;
        transition: left .15s ease;
        -webkit-box-shadow: 10px -4px 10px -10px #b3b3b3;
        box-shadow: 10px -4px 10px -10px #b3b3b3
    }

    .slideBodyContent #mobileMenu {
        background: #fff;
        color: #8399a1 !important;
        -webkit-box-shadow: 10px 10px 10px -10px #b3b3b3;
        box-shadow: 10px 10px 10px -10px #b3b3b3
    }
}

@media screen and (min-width:240px) and (orientation:landscape) {
    .slideBodyContent #secondary {
        margin-top: 0;
        padding-top: 0
    }
}

@media screen and (min-width:720px) {
    #secondary {
        left: 0;
        -webkit-transition: left 1.85 ease-out;
        transition: left 1.85 ease-out;
        padding: 0;
        top: 40%;
        height: auto
    }

    /* #mobileMenu{display:none} */
    .wrap-content {
        padding-left: 5%;
        padding-right: 5%;
        -webkit-transition: padding .15s ease;
        transition: padding .15s ease
    }
}

@media screen and (min-width:720px) and (orientation:landscape) {
    .slideBodyContent #secondary {
        margin-top: 0;
        padding-top: 0
    }
}

/* @media screen and (min-width:980px){#secondary{height:auto;top:40%;padding:0}
#mobileMenu{display:none}
} */
@media screen and (min-width:1339px) {
    .wrap-content {
        padding-left: 6%
    }
}

@media screen and (min-width:1340px) {
    .wrap-content {
        padding: 0
    }
}

.service-handler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1em;
    color: #8399a1
}

.service-handler article {
    background-color: white;
    height: 290px;
    overflow: hidden;
    padding: .5em 1.2em; 
    border-radius: 6px;  
}

.service-handler article h1,
.service-handler article h2,
.service-handler article h3 {
    margin: 5px 0 5px 0;
    padding: 0;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.service-handler article h1 {
    font-size: 3.3rem;
    line-height: 3.3rem;
    font-weight: 900
}

.service-handler article h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 700
}

.service-handler article h3 {
    font-size: 1.17rem;
    line-height: 1.5rem;
    font-weight: 300
}

.service-handler article p {
    font-size: 13px;
    font-size: 1.083rem;
    font-weight: 400
}

.service-handler article:hover {
    -webkit-transition: all ease-in-out;
    transition: all ease-in-out;
    border-bottom: 5px solid;
    -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2)
}

.service-handler article:hover h1,
.service-handler article:hover h2,
.service-handler article:hover h3 {
    color: #3dfce5
}

.service-handler article:hover .service-resume {
    opacity: 0;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.service-handler article:hover .service-bt-read {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.service-handler article .service-title {
    margin-top: 35%
}

.service-handler article .service-title a {
    /* color: #006cb6; */
    color: #313131; 
    text-decoration: none;
    font-size: 1.85rem;
    line-height: 2.2rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    box-orient: vertical;
    -webkit-box-orient: vertical
}

.service-handler article .service-resume {
    display: block;
    opacity: 1
}

.service-handler article .service-resume p {
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    box-orient: vertical;
    -webkit-box-orient: vertical
}

.service-handler article .service-bt-read {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.7)
}

.service-handler article a.service-read-more {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 24px
}

.service-handler article a.service-read-more:hover {
    -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2)
}

@media screen and (min-width:240px) {

    section#estudiantes>.wrap-content,
    section#profesores>.wrap-content,
    section#colaboradores>.wrap-content,
    section#graduados>.wrap-content,
    /* section#graduados>.wrap-content, */
    section#bases-datos>.wrap-content {
        margin-top: 40px
    }

    .service-handler {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .service-handler article {
        min-width: 250px;
        width: 40%;
        margin-bottom: 1em;
        margin-left: 1em;
        margin-top: 10px
    }
}

@media screen and (min-width:720px) {

    section#estudiantes>.wrap-content,
    section#profesores>.wrap-content,
    section#colaboradores>.wrap-content,
    section#graduados>.wrap-content,
    /* section#graduados>.wrap-content, */
    section#bases-datos>.wrap-content {
        margin-top: 0
    }

    section#estudiantes>.wrap-content h1,
    section#profesores>.wrap-content h1,
    section#colaboradores>.wrap-content h1,
    section#graduados>.wrap-content h1,
    /* section#graduados>.wrap-content h1, */
    section#bases-datos>.wrap-content h1 {
        border: 0;
        padding-left: 15px;
        padding-top: 15px;
        -webkit-transition: padding .5s ease-in-out;
        transition: padding .5s ease-in-out
    }

    .service-handler article {
        width: 25%;
        min-width: none
    }
}

@media screen and (min-width:980px) {
    .service-handler article {
        width: 28%;
        margin-bottom: 1em;
        margin-left: 1em
    }
}

@media screen and (min-width:1200px) {

    section#estudiantes>.wrap-content h1,
    section#profesores>.wrap-content h1,
    section#colaboradores>.wrap-content h1,
    section#graduados>.wrap-content h1,
    /* section#graduados>.wrap-content h1, */
    section#bases-datos>.wrap-content h1 {
        padding-left: 0;
        padding-left: 15px
    }

    .service-handler article {
        width: 22%;
        margin: 1em
    }
}

@media screen and (min-width:1450px) {

    section#estudiantes>.wrap-content h1,
    section#profesores>.wrap-content h1,
    section#colaboradores>.wrap-content h1,
    section#graduados>.wrap-content h1,
    /* section#graduados>.wrap-content h1, */
    section#bases-datos>.wrap-content h1 {
        padding-left: 15px
    }
}

#irServicio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2em 0
}

#irServicio a#linkServicio {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 24px
}

#irServicio a#linkServicio:hover {
    -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2)
}

#irServicio .iconoIrServicio {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    font-size: 1.5em
}

#terminosCondiciones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 1em
}

#terminosCondiciones p.condiciones {
    font-size: 1.1em;
    font-weight: bold;
    max-width: 350px
}

ul.post-meta-servicios-icons {
    padding: 0;
    margin: 2em 0
}

ul.post-meta-servicios-icons li {
    list-style: none
}

ul.post-meta-servicios-icons li span.icon {
    font-size: 2.2em;
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 3px
}

#more-info-handler {
    margin: 2em 0
}

#more-info-handler ul.post-meta-more-info {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0
}

#more-info-handler ul.post-meta-more-info li {
    border: 1px solid #797D7F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: .5em;
    margin-right: .5em;
    padding: 0;
    min-width: 60px
}

#more-info-handler ul.post-meta-more-info li .active {
    text-decoration: none;
    -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2)
}

#more-info-handler ul.post-meta-more-info li .active:hover {
    color: white
}

#more-info-handler ul.post-meta-more-info li:last-child {
    margin-right: 0
}

#more-info-handler ul.post-meta-more-info li a {
    min-width: 70px;
    min-height: 40px;
    color: #7b7d7d;
    font-size: 1.2em;
    font-weight: bold;
    padding: .5em 1em;
    background-color: rgba(0, 0, 0, 0.02);
    text-decoration: none;
    text-align: center;
    border: #7b7d7d1a 0.05px solid;
}

#more-info-handler ul.post-meta-more-info li a:hover,
#more-info-handler ul.post-meta-more-info li a:visited {
    -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    color: white
}

#more-info-handler ul.post-meta-expand {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin-bottom: 1em
}

#more-info-handler ul.post-meta-expand a,
#more-info-handler ul.post-meta-expand a:visited {
    color: #006cb6
}

#more-info-handler ul.post-meta-expand li {
    padding: 1em;
    display: none;
    background-color: rgba(0, 0, 0, 0.02);
    border: #7b7d7d1a 0.05px solid;
}

#more-info-handler ul.post-meta-expand li tr,
#more-info-handler ul.post-meta-expand li tr,
#more-info-handler ul.post-meta-expand li td {
    border: 1px solid;
    padding: .4em;
    font-size: 1.2rem
}

#more-info-handler ul.post-meta-expand li ul {
    margin: 0;
    padding: 0;
    font-size: 1.2rem
}

#more-info-handler ul.post-meta-expand li ul li {
    display: list-item;
    padding: .5em;
    background-color: transparent
}

.icon-icono-cerrar {
    cursor: pointer;
    float: right;
    font-size: 1.5em;
    height: 25px;
    position: relative;
    padding: 0 .8em;
    margin: 0;
    top: 0;
    width: 25px
}

#wrap-slides {
    max-width: 1080px;
    margin: 0 auto
}

article.noticias.hentry,
.entry-content {
    margin: 0
}

.slide-handler {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.slide-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    padding: 15px;
    -webkit-box-shadow: 0 0 20px 0 #d3d3d3;
    box-shadow: 0 0 20px 0 #d3d3d3
}

.slide-title {
    font-size: 2.1rem;
    width: 100%
}

.slide-title h2.entry-title {
    margin: 0;
    padding: 0;
    color: #006cb6;
    font-size: 2.15rem;
    font-weight: normal
}

.slide-title h2.entry-title a {
    color: #006cb6;
    text-decoration: none
}

.slide-date {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #1b9bff;
    width: 100%
}

.slide-date h2 {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    font-weight: normal
}

.slide-excerpt {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #8399a1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.slide-excerpt p {
    margin: 0
}

.slide-bt-read {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

a.slide-read-more {
    margin-top: 20px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 24px;
    background: -webkit-linear-gradient(135deg, #3dfce5 0, #1899ff 100%);
    background: linear-gradient(-45deg, #3dfce5 0, #1899ff 100%)
}

a.slide-read-more:hover {
    -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    background: -webkit-gradient(linear, right top, left top, from(#3dfce5), to(#1899ff));
    background: -webkit-linear-gradient(right, #3dfce5 0, #1899ff 100%);
    background: linear-gradient(-90deg, #3dfce5 0, #1899ff 100%)
}

@media screen and (min-width:240px) {
    .slide-handler {
        width: 70%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto
    }

    .slide-handler .slide-image {
        width: 100%
    }

    .slide-handler .slide-image img {
        height: auto;
        height: 200px
    }

    .slide-handler .slide-info {
        width: 100%
    }

    .slide-handler .slide-title {
        margin-top: 10px
    }

    .slide-handler .slide-title h2.entry-title {
        height: 70px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .slide-handler .slide-date h2 {
        font-size: 1.2rem
    }

    .slide-handler .slide-excerpt {
        font-size: 15px;
        font-size: 1.5rem
    }
}

@media screen and (min-width:520px) {
    .slide-handler .slide-title {
        margin-top: 10px
    }

    .slide-handler .slide-image img {
        height: 270px
    }
}

@media screen and (min-width:720px) {
    .slide-handler {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 90%
    }

    .slide-handler .slide-image {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .slide-handler .slide-image img {
        height: 250px;
        -ms-flex-item-align: center;
        align-self: center
    }

    .slide-handler .slide-info {
        width: 50%;
        padding-left: 15px
    }

    .slide-handler .slide-title {
        margin-top: 0
    }

    .slide-handler .slide-title h2.entry-title {
        height: 75px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .slide-handler .slide-date h2 {
        font-size: 1.2rem
    }

    .slide-handler .slide-excerpt {
        font-size: 1.3rem
    }
}

@media screen and (min-width:980px) {
    .slide-handler {
        width: 90%
    }

    .slide-handler .slide-image {
        width: 50%;
        min-width: none;
        max-width: none;
        margin-right: 1%;
        padding: 10px
    }

    .slide-handler .slide-image img {
        height: 350px;
        -ms-flex-item-align: center;
        align-self: center
    }

    .slide-handler .slide-info {
        width: 50%;
        min-width: 360px;
        margin-top: 10px;
        padding: 0
    }
}

@media screen and (min-width:1200px) {
    .slide-handler {
        width: 100%
    }

    .slide-handler .slide-date h2 {
        font-size: 1rem
    }

    .slide-handler .slide-excerpt {
        font-size: 1.2rem
    }
}

.blog-slider__container {
    position: relative;
    margin: auto
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    color: white;
    font-weight: bold;
    font-size: 2.1rem;
    -webkit-transition: .25s ease-in;
    transition: .25s ease-in;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 100px
}

.prev:hover,
.next:hover {
    -webkit-transition: .25s ease-in;
    transition: .25s ease-in;
    color: white;
    background-color: rgba(61, 252, 229, 0.7)
}

.blogSlider__dots {
    text-align: center;
    margin-top: 2%
}

.blogSlider__dots--dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background-color .6s ease;
    transition: background-color .6s ease
}

.blogSlider__dots--dot:hover {
    background-color: #717171
}

.blogSlider__dots--dot.active {
    background: -webkit-linear-gradient(135deg, #3dfce5 0, #1899ff 100%);
    background: linear-gradient(-45deg, #3dfce5 0, #1899ff 100%)
}

.fade {
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: .85s;
    animation-duration: .85s;
    -webkit-transition: all ease-out;
    transition: all ease-out
}

@-webkit-keyframes fade {
    from {
        opacity: .2
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .2
    }

    to {
        opacity: 1
    }
}

@media screen and (min-width:240px) {

    .prev,
    .next {
        width: 30px;
        height: 30px;
        padding-left: 9px
    }

    .next {
        right: 0;
        margin-right: 2%
    }

    .prev {
        left: 0;
        margin-left: 2%
    }
}

@media screen and (min-width:520px) {

    .prev,
    .next {
        width: 40px;
        height: 40px;
        font-size: 25px;
        padding-left: 13px
    }
}

@media screen and (min-width:720px) {

    .prev,
    .next {
        width: 40px;
        height: 40px;
        padding-top: 2px;
        padding-left: 13px
    }

    .next {
        right: 0;
        margin-right: 0
    }

    .prev {
        left: 0;
        margin-left: 0
    }
}

@media screen and (min-width:1200px) {
    .next {
        right: -5%
    }

    .prev {
        left: -5%
    }
}

.events-handler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    color: #8399a1
}

.events-handler article {
    background-color: white;
    height: 290px;
    overflow: hidden;
    padding: 5px 15px
}

.events-handler article h1,
.events-handler article h2,
.events-handler article h3 {
    margin: 5px 0 5px 0;
    padding: 0;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.events-handler article h1 {
    font-size: 3.3rem;
    line-height: 3.3rem;
    font-weight: 900
}

.events-handler article h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 700
}

.events-handler article h3 {
    font-size: 1.17rem;
    line-height: 1.5rem;
    font-weight: 300
}

.events-handler article p {
    font-size: 13px;
    font-size: 1.083rem;
    font-weight: 400
}

.events-handler article:hover {
    -webkit-transition: all ease-in-out;
    transition: all ease-in-out;
    border-bottom: 5px solid;
    -webkit-border-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #3dfce5), to(#1899ff)) 1;
    -webkit-border-image: -webkit-linear-gradient(right, #3dfce5 50%, #1899ff 100%) 1;
    -o-border-image: linear-gradient(-90deg, #3dfce5 50%, #1899ff 100%) 1;
    border-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #3dfce5), to(#1899ff)) 1;
    border-image: linear-gradient(-90deg, #3dfce5 50%, #1899ff 100%) 1;
    -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2)
}

.events-handler article:hover h1,
.events-handler article:hover h2,
.events-handler article:hover h3 {
    color: #3dfce5
}

.events-handler article:hover .event-resume {
    opacity: 0;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.events-handler article:hover .event-bt-read {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.events-handler article .event-place {
    float: left
}

.events-handler article .event-title {
    margin-top: 35%
}

.events-handler article .event-title a {
    color: #006cb6;
    text-decoration: none;
    font-size: 1.85rem;
    line-height: 2.2rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.events-handler article .event-resume {
    display: block;
    opacity: 1
}

.events-handler article .event-resume p {
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.events-handler article .event-bt-read {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.7)
}

.events-handler article a.event-read-more {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 24px;
    background: -webkit-linear-gradient(135deg, #3dfce5 0, #1899ff 100%);
    background: linear-gradient(-45deg, #3dfce5 0, #1899ff 100%)
}

.events-handler article a.event-read-more:hover {
    -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    background: -webkit-gradient(linear, right top, left top, from(#3dfce5), to(#1899ff));
    background: -webkit-linear-gradient(right, #3dfce5 0, #1899ff 100%);
    background: linear-gradient(-90deg, #3dfce5 0, #1899ff 100%)
}

.event-inside {
    width: auto;
    max-width: 200px;
    float: left;
    margin-bottom: 3rem;
    padding: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0
}

.event-inside h1.event-day {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 900;
    margin: 5px 0 5px 0;
    padding: 0;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.event-inside h2.event-month {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 700;
    margin: 5px 0 5px 0;
    padding: 0
}

.event-inside h3.event-place {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 300;
    margin: 5px 0 5px 0;
    padding: 0
}

@media screen and (min-width:240px) {
    .events-handler {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .events-handler article {
        margin-top: 10px;
        width: 30%;
        margin: 0 2% 2% 0;
        min-width: 230px
    }
}

@media screen and (min-width:720px) {
    .events-handler article {
        width: 30%;
        margin: 0 4% 3% 0
    }
}

@media screen and (min-width:980px) {
    .events-handler article {
        width: 23%;
        max-width: 230px;
        margin: 0 2% 2%
    }
}

.statistics-message {
    width: 100%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0
}

.statistics-message h3,
.statistics-message h4 {
    margin: 0;
    padding: 0
}

.statistics-message h3 {
    font-size: 1.85rem;
    font-weight: 400
}

.statistics-message h4 {
    font-size: 1.08rem;
    font-weight: 300
}

.statistics-handler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    color: #8399a1
}

.statistics-handler article {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: white;
    height: 220px;
    overflow: hidden;
    padding: 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.statistics-handler article h1 {
    margin: 5px 0 5px 0;
    padding: 0;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    font-size: 5rem;
    line-height: 5.5rem;
    font-weight: 700
}

.statistics-handler article p {
    font-size: 13px;
    font-size: 1.083rem;
    font-weight: 400
}

.statistics-handler article:hover {
    border-bottom: 5px solid;
    -webkit-border-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #3dfce5), to(#1899ff)) 1;
    -webkit-border-image: -webkit-linear-gradient(right, #3dfce5 50%, #1899ff 100%) 1;
    -o-border-image: linear-gradient(-90deg, #3dfce5 50%, #1899ff 100%) 1;
    border-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #3dfce5), to(#1899ff)) 1;
    border-image: linear-gradient(-90deg, #3dfce5 50%, #1899ff 100%) 1
}

.statistics-handler article:hover h1 {
    color: #3dfce5
}

.statistics-handler article:last-child {
    margin: 0;
    border-right: 0
}

.statistics-handler article .statistics-resume {
    display: block;
    opacity: 1
}

.statistics-handler article .statistics-resume p {
    font-size: 1.25rem;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.statistics-handler article .statistics-icon {
    font-size: 50px;
    color: #006cb6
}

@media screen and (min-width:240px) {
    .statistics-handler article {
        width: 25%;
        min-width: 250px
    }
}

@media screen and (min-width:720px) {
    .statistics-handler article {
        width: 35%;
        min-width: 250px
    }
}

@media screen and (min-width:980px) {
    .statistics-handler article {
        width: 25%;
        min-width: 220px
    }
}

.success-stories-handler article .entry-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.success-stories-handler article .entry-content .success-stories-text-handler h1.success-stories-question {
    margin: 5px 0 5px 0;
    padding: 0;
    margin-top: 20px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 900;
    text-align: left
}

.success-stories-handler article .entry-content .success-stories-text-handler .success-stories-resume {
    margin-top: 25px
}

.success-stories-handler article .entry-content .success-stories-text-handler .success-stories-resume p {
    color: white;
    font-size: 1.65rem;
    line-height: 2rem;
    font-weight: 400;
    text-align: left
}

.success-stories-handler article .entry-content .success-stories-photo-container .success-stories-photo {
    width: 210px;
    height: 210px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 100%;
    background-color: white;
    -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.success-stories-handler article .entry-content .success-stories-photo-container .success-stories-photo img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    padding-top: 5%;
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in
}

.success-stories-handler article .entry-content .success-stories-photo-container .success-stories-photo img:hover {
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.success-stories-handler article .entry-content .success-stories-photo-container .success-stories-photo:hover {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-box-shadow: -4px 3px 7px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 3px 7px rgba(0, 0, 0, 0.2)
}

.success-stories-handler article .entry-content .success-stories-info {
    text-align: right
}

.success-stories-handler article .entry-content .success-stories-info p {
    color: white;
    font-size: 14px;
    font-size: 1.165rem;
    margin: 0;
    font-weight: 300;
    font-style: italic
}

.success-stories-handler article .entry-content .success-stories-info .name {
    font-size: 1.2rem;
    font-weight: 700
}

@media screen and (min-width:240px) {
    .success-stories-handler {
        padding: 10px
    }

    article .entry-content .success-stories-text-handler {
        width: 100%
    }

    article .entry-content .success-stories-photo-container {
        width: 100%;
        max-width: none
    }

    article .entry-content .success-stories-info {
        width: 100%;
        max-width: none;
        margin: 0
    }
}

@media screen and (min-width:720px) {
    article .entry-content .success-stories-text-handler {
        width: 65%
    }

    article .entry-content .success-stories-photo-container {
        width: 35%;
        max-width: 430px
    }

    article .entry-content .success-stories-info {
        width: 100%
    }
}

@media screen and (min-width:980px) {
    article .entry-content .success-stories-info {
        padding-right: 100px;
        padding-right: 8%
    }
}

@media screen and (min-width:1200px) {
    .success-stories-handler {
        padding: 0
    }
}

.acercaBiblioteca .about-library-handler {
    padding: 10px 2em
}

.acercaBiblioteca .about-library-handler p {
    font-size: 1.4rem;
    text-align: justify
}

@media screen and (min-width:240px) {
    .acercaBiblioteca {
        font-size: 1.5rem
    }
}

@media screen and (min-width:980px) {
    .acercaBiblioteca {
        font-size: 1.2rem
    }
}

#main {
    margin-top: 60px;
    word-wrap: break-word
}

#main.landing {
    margin-top: 0
}

header.entry-header-image {
    overflow: hidden;
    height: 300px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    /* background-color:rgba(0,0,0,0.3) */
}

header.entry-header-image.default {
    margin: 0
}

.background-header-image {
    max-height: 300px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    ;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.entry-header-image h1.entry-title {
    width: 80%;
    color: white;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 2.65rem;
    margin: 0 auto;
    text-shadow: -2px 3px 15px rgba(0, 0, 0, 0.2)
}

.entry-header-image h2.entry-title {
    width: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    color: white;
    font-size: 1.1rem;
    font-weight: normal;
    text-shadow: -2px 3px 15px rgba(0, 0, 0, 0.2)
}

.entry-header-image h2.entry-title span>a {
    color: white;
    font-weight: bold;
    font-size: 1.15rem
}

article.wrap-content {
    padding-top: 30px
}

article.wrap-content .entry-content {
    width: 80%;
    margin: 0 auto;
    text-align: justify
}

#related-service {
    display: block;
    float: left;
    width: 100%;
    margin-top: 2em
}

#related-service h2.navigation.post-navigation {
    color: #5454E9;
    margin: 0
}

#related-service nav.post-navigation {
    padding: 5px
}

#related-service nav.post-navigation .nav-previous,
#related-service nav.post-navigation .nav-next {
    font-size: 1.15rem;
    padding: 10px 0
}

#related-service nav.post-navigation .nav-previous a,
#related-service nav.post-navigation .nav-next a {
    white-space: nowrap;
    padding: 10px;
    color: #5454E9;
    border: 1px solid #5454E9;
    border-radius: 4px;
    text-decoration: none
}

#related-service nav.post-navigation .nav-previous a:hover,
#related-service nav.post-navigation .nav-next a:hover {
    color: #fff;
    background-color: #5454E9
}

#related-service nav.post-navigation .nav-previous {
    float: right
}

#related-service nav.post-navigation .nav-previous a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #006cb6;
    margin-left: 15px
}

#related-service nav.post-navigation .nav-previous a:hover:after {
    border-left: 5px solid #fff !important
}

#related-service nav.post-navigation .nav-next {
    float: left
}

#related-service nav.post-navigation .nav-next a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #006cb6;
    margin-right: 15px
}

#related-service nav.post-navigation .nav-next a:hover:before {
    border-right: 5px solid #fff !important
}

@media screen and (min-width:240px) {
    p {
        font-size: 1.5rem
    }

    header.entry-header-image,
    .background-header-image {
        margin-top: 110px
    }

    header.entry-header-image.default {
        margin-top: 110px
    }

    nav.post-navigation .nav-previous,
    nav.post-navigation .nav-next {
        width: auto
    }

    nav.post-navigation .nav-previous a,
    nav.post-navigation .nav-next a {
        width: 100%;
        display: inline-block;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow: hidden;
        max-height: 3.5rem;
        line-height: 2rem
    }
}

@media screen and (min-width:720px) {

    header.entry-header-image,
    .background-header-image {
        margin-top: 60px
    }

    header.entry-header-image.default {
        margin: 0
    }

    nav.post-navigation .nav-previous,
    nav.post-navigation .nav-next {
        width: auto
    }
}

@media screen and (min-width:980px) {
    p {
        font-size: 1.3rem
    }

    nav.post-navigation .nav-previous,
    nav.post-navigation .nav-next {
        width: auto
    }

    nav.post-navigation .nav-previous a,
    nav.post-navigation .nav-next a {
        width: auto;
        display: block;
        max-height: none;
        line-height: auto
    }
}

@media screen and (min-width:1200px) {
    p {
        font-size: 1.25rem
    }

    nav.post-navigation .nav-previous,
    nav.post-navigation .nav-next {
        width: auto
    }

    .entry-header-image h1.entry-title {
        /* width: 44%; */
    }
}

#colophon {
    padding-bottom: 50px;
    padding-top: 10px
}

#colophon a {
    text-decoration: none
}

#colophon::before {
    width: 100%;
    height: 20px;
    -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1)
}

#colophon .site-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}

#colophon .site-info .footer-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#colophon .site-info .footer-info .logoIcesiFooter {
    min-width: 190px;
    height: 80px;
    font-size: 60px
}

#colophon .site-info .footer-info .logoIcesiFooter .icon-logo-icesi-footer:before {
    color: #000000;
}

#colophon .site-info .footer-info .footer-icesi-data {
    min-height: 80px
}

#colophon .site-info .footer-info .footer-icesi-data p {
    margin-top: 10px;
    color: #000000;
}

#colophon .site-info .footer-info .footer-social-media {
    padding-top: 10px;
    min-height: 80px
}

#colophon .site-info .footer-info .footer-social-media p {
    color: #000000;
}

#colophon .site-info .footer-info .footer-social-media .social-links {
    list-style: none;
    font-size: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 0
}

#colophon .site-info .footer-info .footer-social-media .social-links li {
    width: 25px;
    height: 25px
}

#colophon .site-info .footer-info .footer-social-media .social-links li::before {
    color: #000000
}

#colophon .site-info .footer-info .footer-social-media .social-links li a {
    padding: 12px;
    float: left;
    position: relative;
    top: -25px;
    text-indent: -9999px;
    height: 25px
}

#colophon .site-info .footer-credits {
    border-top: 1px solid rgba(100, 120, 100, 0.15)
}

#colophon .site-info .footer-credits p {
    color: #000000;
}

#colophon .site-info .footer-credits .logo-desarrollo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000000;
    text-align: right
}

#colophon .site-info .footer-credits .logo-desarrollo span {
    margin-top: 5px
}

#colophon .site-info .footer-credits .logo-desarrollo span.desarrollo {
    margin-right: 10px
}

#colophon .site-info .footer-credits .logo-desarrollo span.icon-logo-syri-desarrollo {
    font-size: 30px
}

#colophon .site-info .footer-explorer p.copyright,
#colophon .site-info .footer-explorer p.explorer {
    color: #000000;
}

@media screen and (min-width:240px) {
    .footer-info {
        font-size: 1.2rem
    }

    .footer-info .logoIcesiFooter {
        width: 100%;
        text-align: center
    }

    .footer-info .footer-icesi-data {
        width: 100%;
        text-align: center
    }

    .footer-info .footer-icesi-data p {
        font-size: 1.35rem
    }

    .footer-info .footer-social-media {
        text-align: center;
        padding: 20px;
        width: 100%
    }

    .footer-info .footer-social-media .social-links {
        max-width: 250px;
        margin: 0 auto
    }

    .footer-credits {
        font-size: 1.2rem;
        width: 100%;
        padding: 10px;
        margin-top: 10px
    }

    .footer-credits p {
        width: 100%;
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
        font-size: 1.3rem
    }

    .footer-credits .logo-desarrollo {
        width: 100%;
        margin-top: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer-credits .logo-desarrollo span {
        text-align: left
    }

    .footer-explorer {
        font-size: 1.2rem;
        width: 100%
    }

    .footer-explorer p.copyright,
    .footer-explorer p.explorer {
        text-align: center;
        font-size: 1.2rem;
        padding-left: 5px;
        padding-right: 5px
    }

    .logoIcesiFooter a img{
        width: 45%;
        margin-bottom: 25px;
    }
}

@media screen and (min-width:720px) {
    .logoIcesiFooter a img {
        width: 60%;
    }
}

@media screen and (min-width:720px) {
    .footer-info {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer-info .logoIcesiFooter {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center
    }

    .footer-info .footer-icesi-data {
        width: 50%;
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        padding-left: 10px;
        text-align: left
    }

    .footer-info .footer-social-media {
        width: 20%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media screen and (min-width:980px) {
    .footer-info .logoIcesiFooter {
        width: auto
    }

    .footer-info .footer-icesi-data {
        width: 60%
    }

    .footer-info .footer-social-media {
        width: 20%
    }

    .footer-credits {
        font-size: 1.1rem;
        width: 100%;
        padding-top: 10px;
        margin: 0
    }

    .footer-credits p {
        width: 65%;
        text-align: left;
        margin: 0
    }

    .footer-credits .logo-desarrollo {
        width: 35%;
        margin-top: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .footer-credits .logo-desarrollo span {
        text-align: left
    }

    .footer-explorer {
        font-size: 1.2rem;
        width: 100%
    }

    .footer-explorer p.copyright,
    .footer-explorer p.explorer {
        margin: 0;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0
    }

    .footer-explorer p.copyright {
        text-align: left;
        float: left;
        clear: both
    }

    .footer-explorer p.explorer {
        float: left;
        clear: both;
        text-align: right
    }
}

@media screen and (min-width:1200px) {
    .footer-info .logoIcesiFooter {
        width: auto
    }

    .footer-info .footer-icesi-data {
        width: 60%
    }

    .footer-info .footer-icesi-data p {
        font-size: 1.1rem
    }

    .footer-info .footer-social-media {
        width: 15%
    }

    .footer-credits p {
        font-size: 1.1rem
    }

    .footer-explorer p.copyright,
    .footer-explorer p.explorer {
        font-size: .9rem
    }
}

form.wpcf7-form textarea {
    max-width: 400px;
    font-size: 1.3rem;
    margin-top: .8rem
}

form.wpcf7-form span input {
    margin-top: .8rem;
    font-size: 1.3rem
}

form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
    margin-top: 2em;
    text-align: center;
    padding: 8px 25px;
    border-radius: 20px;
    background: -webkit-linear-gradient(135deg, #3dfce5 0, #1899ff 100%);
    background: linear-gradient(-45deg, #3dfce5 0, #1899ff 100%)
}

form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover {
    background: -webkit-gradient(linear, right top, left top, from(#3dfce5), to(#1899ff));
    background: -webkit-linear-gradient(right, #3dfce5 0, #1899ff 100%);
    background: linear-gradient(-90deg, #3dfce5 0, #1899ff 100%);
    -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2)
}

ul.info-bd {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.categories_bd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none
}

ul.categories_bd li {
    background: white;
    margin: 0.3em; 
    padding: 1em;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px; 
    
}

ul.categories_bd li a {
    width: 100%;
    color: #313131; 
    padding: 1em;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: normal;
    
}

ul.categories_bd li:hover {
    -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.2);
    border-bottom: 5px solid;
    -webkit-border-image: -webkit-gradient(linear, right top, left top, from(#e8383e), to(#ffb877)) 1;
    -webkit-border-image: -webkit-linear-gradient(right, #e8383e 0, #ffb877 100%) 1;
    -o-border-image: linear-gradient(-90deg, #e8383e 0, #ffb877 100%) 1;
    border-image: -webkit-gradient(linear, right top, left top, from(#e8383e), to(#ffb877)) 1;
    border-image: linear-gradient(-90deg, #e8383e 0, #ffb877 100%) 1
}

@media screen and (min-width:240px) {
    ul.info-bd {
        padding: .5em 1em
    }

    ul.info-bd li {
        font-size: 1.2rem;
        line-height: 1.9rem
    }

    ul.info-bd li span {
        padding: 0 .4em;
        text-align: center;
        font-size: 1.4rem
    }

    ul.info-bd li span.icon-lock {
        padding-left: .5em
    }

    ul.categories_bd {
        -ms-flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        margin: 0;
        padding: 0;
        flex-wrap: wrap;
    }

    ul.categories_bd li {
        width: 150px;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .type-search {
        text-align: right;
        float: right;
        font-size: 1.5em;
        color: #006cb6;
        margin-top: .3em
    }
}

@media screen and (min-width:980px) {
    ul.categories_bd {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }

    ul.categories_bd li {
        max-width: none;
        width: 250px;
        word-break: keep-all;
        height: 60px
    }
}

#acercaBiblioteca {
    background: #5454e9 !important;
}

.about-library-handler,
.about-library-handler p {
    color: #FFF !important;
}

.about-library-handler p a {
    color: #FFBD48 !important;
}

.about-library-handler p a:hover {

    color: #F7A500 !important;
}

#img-mano-recorrido {
    width: 15%;
    margin-top: 10px;
    vertical-align: middle;
}

#noticias {
    background: #fff !important;
    color: #8399a1 !important;
}

#noticias h1::after {
    content: "";
    background-color: #8399a1 !important;
}

.notInHome #ebsco{
    display: none;
}

.wp-block-button__link.has-white-color.has-text-color.has-background.wp-element-button {
    background-color: #5454E9 !important;
    background: #5454E9 !important;
  }
  
  #irServicio a#linkServicio {
    border-radius: 0px !important;
}

#cesa-tab p, #universidad-eafit-tab p, #universidad-icesi-tab p, #universidad-del-norte-tab p, .elementor-element-141465b .elementor-widget-container p {
text-align: center !important;
}

.elementor-2589 .elementor-element.elementor-element-a719576 .eael-advance-tabs .eael-tabs-nav > ul li, .elementor-2617 .elementor-element.elementor-element-50f5bcc .eael-advance-tabs .eael-tabs-nav > ul li {
     border-radius: 0px !important; 
}

#related-service nav.post-navigation .nav-previous a:after{
    border-left: 5px solid #5454E9 !important;
}
#related-service nav.post-navigation .nav-next a:before{
    border-right: 5px solid #5454E9 !important;
}

.accordion-item button, .tabcontent button{
    background-color: transparent !important;
}

.accordion-button:not(.collapsed), ul.post-meta-servicios-icons.profesores li span.icon {
    color: #5454E9 !important;
}

#more-info-handler.profesores ul.post-meta-more-info li .active {
    color: #5454E9 !important;
    border-bottom: 4px solid #5454E9 !important;
}

#irServicio.profesores a#linkServicio, #irServicio.graduados a#linkServicio, #irServicio.estudiantes a#linkServicio {
    background: #5454E9 !important; 
}

.fg-filter-wrap button {
    background: #f7f8ff !important;
}

.elementor-kit-4777 {
    --e-global-color-accent: #5454E9 !important;
}

#headingTwo, #headingSix{
    height: 75px !important;
}

 