/*edit emi 16-02*/
header {
    background: #042354;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #555555;
    line-height: 1.63;
}

a,
button {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a {
    color: #0f75da;
    font-size: 1em;
    letter-spacing: 0.3px;
}

a:hover {
    color: #152c3e;
}

.btn {
    font-size: 1em;
    border-radius: 0;
}

.btn:hover {
    color: #fff;
}

input,
.form-control {
    border-color: #e2dddd;
    border-radius: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
    font-weight: 300;
}

h1 {
    font-size: 2.53em;
    color: #182d39;
}

h2 {
    font-size: 2.15em;
    color: #182d39;
}

h3 {
    font-size: 1.4667em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.93em;
}

/*fin edit emi 16-02*/
ul {
    padding-left: 20px;
    padding-bottom: 10px;
}

.flecha-link {
    position: relative;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 0.93em;
}

.flecha-link:after {
    content: '\e080';
    font-family: "Glyphicons Halflings";
    font-size: 10px;
    position: absolute;
    margin-left: 5px;
    bottom: 0;
}

.btn-flecha {
    position: relative;
    background-color: #182d39;
    color: #fff;
    text-transform: uppercase;
    padding-right: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-flecha:after {
    content: '\e080';
    font-family: "Glyphicons Halflings";
    font-size: 10px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    margin-left: 5px;
}

.btn-flecha:hover {
    background-color: #0f75da;
}

.btn-flecha2 {
    position: relative;
    background-color: transparent;
    border-color: #182d39;
    color: #152c3e;
    padding-right: 25px;
}

.btn-flecha2:after {
    content: '\e080';
    font-family: "Glyphicons Halflings";
    font-size: 10px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    margin-left: 5px;
}

.btn-flecha2:hover {
    background-color: #182d39;
}

.divider {
    border-bottom: 1px solid #bcc4c7;
    margin: 5% 0;
}

.primera-barra {
    background-color: #bcc4c7;
    height: 42px;
}

.primera-barra a {
    display: inline-block;
    position: relative;
    color: #555555;
    font-size: 13px;
    height: 42px;
    text-transform: uppercase;
    padding: 12px 15px 12px 20px;
    margin-left: -8px;
}

.primera-barra a:before {
    content: '\e079';
    font-family: "Glyphicons Halflings";
    font-size: 10px;
    position: absolute;
    left: 5px;
    top: 13px;
}

.primera-barra a:hover {
    background-color: #414545;
    color: #ffffff;
    text-decoration: none;
}



/*styles logos*/
.logo-wrapper {
    /*padding-top:12px;
    padding-bottom:12px;*/
    padding: 0;
}

.logo-wrapper img {
    margin: 25px 20px 25px 0px;
    height: 60px;

}

/*edit emi 16-02*/
.logo-pucp {
    background: url(https://s3-us-west-2.amazonaws.com/cdn01.pucp.education/template/cvpucp/images/logo-pucp.png) right no-repeat;
    background-size: 100%;
    height: 45px;
    width: 144px;
    display: inline-block;
    float: right;
}

/*fin edit emi 16-02*/
.logo-unidad {
    background: url(https://s3-us-west-2.amazonaws.com/cdn01.pucp.education/template/cvpucp/images/logo-unidad.png) no-repeat;
    background-size: 90%;
    height: 10px;
    width: 90px;
    display: inline-block;
    margin-top: 20px;
}

footer {
    background-color: #152c3e;
    color: #7b8c9e;
}

footer h4 {
    padding-top: 1.5em;
    color: #b8c8cf;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

footer ul {
    list-style: none;
    padding: 0;
    border-top: 1px solid #2d4157;
}

footer li a {
    display: block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #2d4157;
    color: #7b8c9e;
}

footer li a:before {
    content: '\e080';
    font-family: "Glyphicons Halflings";
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    color: #0f75da;
}

footer li a:hover {
    color: #fff;
    text-decoration: none;
}

footer p {
    margin-bottom: 20px;
}

footer .btn-default {
    position: relative;
    background-color: #2f3d55;
    border: solid 1px #157ed3;
    color: #2893eb;
    padding: 0 15px 0 0;
    margin-bottom: 30px;
}

/*edit emi 16-02*/
footer .btn-default:before {
    content: "";
    position: relative;
    display: inline-block;
    background: url(https://s3-us-west-2.amazonaws.com/cdn01.pucp.education/template/cvpucp/images/mail.png) center no-repeat;
    background-size: 45%;
    width: 45px;
    height: 32px;
    top: 0;
    margin-right: 15px;
    vertical-align: middle;
    border-right: 1px solid #157ed3;
}

/*fin edit emi 16-02*/
footer .btn-default:hover {
    border: solid 1px #2893EB;
    background-color: #2f3d55;
    color: #2893EB;
}

footer .btn-default:hover:before {
    border-right: solid 1px #2893EB;
}

footer .licencia {
    background-color: #112534;
    text-align: center;
    padding: 1.9em;
}

/*estilos contenido*/
.bloque-sombra {
    background: #e5e9eb url(https://s3-us-west-2.amazonaws.com/cdn01.pucp.education/template/cvpucp/images/sombra.png) top repeat-x;
}


#home h3 {
    padding-top: 1%;
    font-size: 1.145em;
    line-height: 1.5;
}

#home .img-home {
    height: 220px;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

#home .img-home img {
    width: 100%;
}

#home .busqueda {
    margin-top: 3%;
    margin-bottom: 3%;
}

#home p {
    margin-top: 10px;
    font-size: 0.93em;
}

#home p.lead {
    font-size: 1.3em;
}

/*estilos buscadores*/
.barra-busqueda label,
#home label {
    margin-top: 3.5%;
    color: #004b91;
    font-weight: 400;
}

#home .input-group {
    position: relative;
}

.barra-busqueda .input-group img,
#home .input-group img {
    position: absolute;
    left: 0px;
    padding: 5px;
    z-index: 5;
}

.barra-busqueda .left-addon input,
#home .left-addon input {
    padding-left: 35px;
    font-size: 14px;
}

.input-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666666;
}

.input-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: #666666;
}

.input-group input::-ms-input-placeholder {
    /* IE 10+ */
    color: #666666;
}

.input-group input::-moz-placeholder {
    /* Firefox 18- */
    color: #666666;
}

.barra-busqueda .left-addon button,
#home .left-addon button {
    background-color: #0f75da;
    color: #ffffff;
    font-size: 14px;
}

.barra-busqueda .left-addon button:hover,
#home .left-addon button:hover {
    background-color: #004B91;
}

.barra-busqueda {
    padding-bottom: 4%;
    border-bottom: 3px solid #d3dadb;
}

.barra-busqueda button {

    line-height: 21px;
}

.resumen {
    padding-top: 2%;
}

.resumen img {
    margin-bottom: 1em;
}

.resumen select.form-control {
    background-color: #ffd200;
    color: #152c3e;
    border: #ffd200;
}

.resumen .nav-tabs {
    position: relative;
    padding-top: 4%;
    padding-bottom: 0;
    border-bottom: 0;
    bottom: -2px;
}

.resumen .nav-tabs>li>a {
    background-color: #d3dadb;
    position: relative;
    color: #152c3e;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 5px;
    border-bottom: 1px solid transparent;
}

.resumen .nav-tabs>li>a:hover {
    background-color: #fff;
    color: #0f75da;
    border-color: #fff;
    border-bottom: 1px solid transparent;
}

.resumen .nav-tabs>li.active a {
    background-color: #ffd200;
    border-color: #ffd200;
    border-bottom: 1px solid transparent;
}

.resumen .nav-tabs>li.active a:after {
    top: 100%;
    left: 50%;
    border: solid #ffd200;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(255, 210, 0, 0);
    border-top-color: #ffd200;
    border-width: 12px;
    margin-left: -12px;
}

.resumen-contenido {
    padding: 25px 0;
}

.sumilla {
    background-color: rgba(241, 247, 248, 0.5);
    border: solid 1px #dce1e2;
    padding: 20px;
    margin-bottom: 5%;
}

.resumen h1 {
    font-size: 32px;
}

.resumen-contenido h2 {
    font-size: 1.4667em;
    font-weight: 500;
    color: #004b91;
    margin-top: 0;
}

.resumen-contenido h3 {
    color: #004b91;
    font-size: 22px;
    margin-top: 0px;
}

.resumen-contenido h4 {
    color: #182d39;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}

.resumen-contenido a {
    color: #182d39;
}

.resumen-contenido .divider {
    border-bottom: 1px solid #dce1e2;
    margin: 25px 0;
}

.resumen-bloque {
    background-color: #f1f7f8;
    padding: 20px 20px 5px 20px;
    margin-top: 3%;
    margin-bottom: 5%;
}

.resumen-bloque .btn-flecha2 {
    margin-bottom: 25px;
}

.bloque-detalle {
    background-color: #fff;
    padding: 12px;
    margin-bottom: 20px;
    text-align: left;
    word-break: break-word;
}

.bloque-detalle p {
    margin-bottom: 0;
    padding: 5px 0;
}

.bloque-detalle ul {
    margin-bottom: 0;
}

.resumen-contenido .filtros {
    background-color: #fff;
    border: solid 1px #dce1e2;
    border-top: 3px solid #e0e6e7;
}

.resumen-contenido .filtros b {
    display: block;
    border-bottom: solid 1px #dce1e2;
    padding: 10px 15px 5px 15px;
}

.resumen-contenido .filtros label {
    margin: 10px 15px 0px 15px;
}

.resumen-contenido .filtros .divider {
    margin: 10px 0;
}

.resumen-contenido .filtros .form-control {
    margin: 15px;
    width: auto;
    max-width: 85%;
}

.resumen-contenido .filtros2 .form-control {
    width: 85%;
    max-width: 85%;
}

#prof-interna .resumen-bloque {
    margin-top: 0;
}

#prof-interna h3 {
    margin-bottom: 2%;
}

#prof-interna .resumen-bloque h3 {
    display: block;
    color: #004b91;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 8px;
}

.etiqueta {
    border: solid 1px rgba(74, 144, 226, 0.5);
    border-radius: 0;
    color: #4d83b8;
    padding: 2px 6px;
    font-size: 0.9375em;
}

.fecha {
    color: #182d39;
    font-weight: 500;
}

nav.text-center {
    border-top: 1px solid #dce1e2;
    border-bottom: 1px solid #dce1e2;
    line-height: 0.5;
}

/*edit emi 16-02*/
ul.pagination {
    padding-bottom: 0;
    margin: 0;
    border: 0;
}

.pagination span {
    font-size: 0.7em;
}

.pagination>li>a {
    border: none;
}

.pagination>li>a:hover {
    color: #0f75da;
    background-color: #f1f7f8;
}

.pagination .active>a {
    color: #ffffff !important;
    background-color: #1d478e !important;
    font-weight: 800;
}

/*fin edit emi 16-02*/
.bloque-prof {
    /*border: solid 1px #dce1e2;*/
    margin-bottom: 40px;
}

.bloque-prof p {
    margin: 10px 0;
    color: #666666;
}

.bloque-prof h4 {
    color: #004b91;
    font-weight: 500;
    font-size: 1.2em;
    margin-top: 0;
}

.bloque-prof img {
    display: inline-block;
    float: left;
    padding-top: 15px;
    margin-right: 20px;
    margin-bottom: 10px;
    max-width: 120px; 
    max-height:144px;
}

.bloque-prof .info-prof {
    display: inline-block;
}

.bloque-prof-sup {
    padding: 15px;
    border: 1px solid #dce1e2;
}

.bloque-prof-inf {
    padding: 2px 15px;
    background-color: #dce1e2;
}

.bloque-prof-inf a {
    color: #0f75da;
    text-decoration: underline;
}

.resultados-wrapper {
    position: relative;
}

.resultados-wrapper h1 {
    margin-top: 3.5%;
}

.resultados-wrapper .link-abc {
    margin-top: 3.5%;
    border-top: solid 1px #bcc4c7;
    ;
    border-bottom: solid 2px #bcc4c7;
    padding: 7px 0;
    background-color: #e5e9eb;
    text-align: center;
}

.resultados-wrapper .link-abc a {
    border-right: solid 1px #bcc4c7;
    padding: 0 13px;
    line-height: 0.8;
    text-transform: uppercase;
    color: #555555;
}

.resultados-wrapper .link-abc a.link {
    border-right: 0;
    text-transform: initial;
    color: #0f75da;
    text-decoration: underline;
}

.prof-wrap {
    margin-top: 3.5%;
    margin-bottom: 5%;
}

#busqueda-avanzada form {
    margin-bottom: 8%;
}

#busqueda-avanzada h1 {
    margin-top: 3.5%;
}

#busqueda-avanzada .divider {
    margin: 20px 0;
}

#busqueda-avanzada .form-group {
    margin: 2.5% 0;
}

#busqueda-avanzada .form-group label {
    font-size: 1.2em;
    font-weight: normal;
}

#busqueda-avanzada h4 {
    font-size: 1.2em;
    font-weight: normal;
    color: #1f3946;
    margin: 0;
    padding-right: 15px;
}

#busqueda-avanzada .checkbox {
    margin-bottom: 3%;
}

#busqueda-avanzada .checkbox label {
    display: block;
    margin-bottom: 5px;
    color: #555555;
}

#busqueda-avanzada .sub-checkbox {
    margin-left: 15px;
}

#busqueda-avanzada .btn-primary {
    padding: 10px 40px;
}

#busqueda-avanzada .flecha-link {
    margin-left: 35px;
    display: inline-block;
}

#busqueda-avanzada .flecha-link:after {
    top: 1px;
}

#accordion {
    margin-top: 20px;
    margin-bottom: 40px;
}

.panel-group .panel {
    border: none;
}

.panel-group .panel-heading {
    padding: 0;
}

.panel-group .panel-heading h4 {
    padding-right: 0 !important;
}

.panel-group .panel-heading h4 a {
    display: block;
    position: relative;
    padding: 15px 15px 15px 65px;
    text-decoration: none;
    background: rgba(188, 196, 199, 0.6);
    border: 1px solid #bcc4c7;
}

.panel-group .panel-heading h4 a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e259";
    position: absolute;
    background-color: #182d39;
    padding: 18px;
    display: block;
    font-size: 15px;
    color: #fff;
    left: 0px;
    top: -1px;
    z-index: 2;
}

.panel-group .panel-heading h4 a[aria-expanded="true"]:before {
    content: '\e260';
}

.panel-body {
    border: solid 1px #bcc4c7;
    padding-left: 40px;
    padding-right: 30px;
}

.panel-group .panel+.panel {
    margin-top: 10px;
}


@media (max-width: 767px) {
    .bloque-prof {
        margin-bottom: 30px;
    }

    .resumen h1 {
        font-size: 24px;
        font-weight: 400;
    }

    .sumilla {
        border: 0;
    }

    .resumen-bloque {
        padding: 15px 15px 5px 15px;
        text-align: center;
    }

    .resumen-contenido .filtros2 .form-control {
        width: 90%;
        max-width: 90%;
    }

    .pagination li a {
        font-size: 15px;
        padding: 9px 14px;
    }

    .filtros-wrapper {
        background-color: #f1f7f8;
        padding: 15px;
    }

    .resultados-wrapper h1 {
        font-size: 32px;
    }

    #busqueda-avanzada h1 {
        font-size: 24px;
    }

    #busqueda-avanzada .flecha-link {
        margin-left: 0px;
        text-align: center;
        width: 100%;
        margin-top: 15px;
    }

    #busqueda-avanzada .btn-primary {
        display: block;
        width: 100%;
    }

    #accordion {
        margin-bottom: 30px;
    }

    .panel-group .panel-heading h4 a {
        padding: 10px 10px 10px 45px;
    }

    .panel-group .panel-heading h4 a:before {
        padding: 13px 10px;
        font-size: 14px;
    }

    .panel-body {
        padding-left: 25px;
        padding-right: 15px;
    }

    .logo-wrapper img {
        margin: 20px 20px 20px 20px;
        height: 48px;
    }
}

@media (min-width: 768px) {
    body {
        font-size: 15px;
    }

    .logo-pucp {
        height: 60px;
        width: 204px;
    }

    .logo-unidad {
        background-size: 100%;
        margin-top: 25px;
    }

    a.top-fb,
    a.top-mapa {
        width: 50px;
    }

    #home h3 {
        font-size: 1.2em;
        line-height: 1.42;
    }

    #home .img-home {
        height: 100%;
        padding: 0 15px;
        margin: 0;
    }

    .barra-busqueda label,
    #home label {
        font-weight: 500;
    }

    #home .busqueda {
        margin-top: 5%;
    }

    footer h4 {
        min-height: 5em;
        padding-top: 2em;
        font-size: 1.267em;
    }

    footer .btn-default:before {
        width: 50px;
        height: 42px;
        background-size: 50%;
    }

    .barra-busqueda {
        border-bottom: 5px solid #fff;
        background: #004b91;
        padding-bottom: 15px;
    }

    .barra-busqueda label {
        color: #fff;
        margin-right: 15px;
    }

    .barra-busqueda button {
        padding-left: 20px;
        padding-right: 20px;

    }

    .barra-busqueda .flecha-link {
        color: #fff;
        top: 10px;
        left: 15px;
    }

    .resumen-contenido {
        padding: 45px 0;
    }

    .resumen {
        background: #e5e9eb url(https://s3-us-west-2.amazonaws.com/cdn01.pucp.education/template/cvpucp/images/sombra.png) top repeat-x;
        border-bottom: solid 3px #d3dadb;
    }

    .resumen .info-prof {
        display: inline-block;
    }

    .resumen p {
        padding-top: 2%;
    }

    .resumen img {
        display: inline-block;
        float: left;
        margin-top: 25px;
        margin-right: 25px;
    }

    .fondo-resultados {
        position: absolute;
        top: 0;
        content: "";
        background: #e5e9eb url(https://s3-us-west-2.amazonaws.com/cdn01.pucp.education/template/cvpucp/images/sombra.png) top repeat-x;
        height: 350px;
        width: 100%;
        z-index: -5;
    }

    .prof-wrap {
        background-color: #fff;
        padding: 15px;
    }

    #busqueda-avanzada .form-control {
        width: 45%;
        height: 45px;
    }

    #busqueda-avanzada .form-group label {
        display: inline-block;
        float: left;
        margin-right: 20px;
        line-height: 45px;
    }
}

@media (min-width: 992px) {
    .btn-flecha {
        padding: 10px 35px 10px 20px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .btn-flecha:after {
        margin-left: 10px;
    }

    #home h3 {
        font-size: 1.6em;
        padding-top: 3%;
    }

    #home p {
        margin-top: 0px;
    }

    #home .input-group img {
        padding: 12px 10px;
    }

    #home .left-addon input {
        padding-left: 45px;
        height: 50px;
    }

    #home .left-addon button {
        height: 50px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 18px;
    }

    .barra-busqueda span {
        width: 1% !important;
    }

    .barra-busqueda .input-group {
        width: 500px;
    }
}


/*estilos error404*/
#error {
    padding-bottom: 7%;
}

#error img {
    margin-top: 6%;
}

#error h1 {
    margin-top: 15px;
    margin-bottom: 2%;
}

#error h1 b {
    font-size: 50px;
    font-weight: 600;
}

#error p>b {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #182d39;
    margin-top: 0;
}

#error ul {
    margin-bottom: 4%;
}

#error .input-group {
    margin-bottom: 4%;
}

#error .input-group-addon {
    padding: 0;
    background-color: #0f75da;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/*edit emi 16-02*/
#error button {
    content: "";
    background: url(https://s3-us-west-2.amazonaws.com/cdn01.pucp.education/template/cvpucp/images/ico-buscar.png) center center no-repeat;
    display: inline;
    height: 32px;
    width: 40px;
    border: 0;
}

/*fin edit emi 16-02*/
#error .input-group-addon:hover {
    background-color: #152c3e;
}

@media (min-width: 768px) {
    #error img {
        float: right;
        margin-top: 60px;
    }

    #error h1 {
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    #error img {
        float: right;
        margin-top: 60px;
    }

    #error input {
        height: 42px;
    }

    #error button {
        width: 50px;
    }

    #error .btn-flecha {
        margin-right: 10px;
    }
}