@charset "UTF-8";
/* CSS Document */

.pkp_navigation_primary {font-weight: bold;}

.sub_mine {font-size: 16px; font-weight: bold; color:#0063A7;}

.pkp_structure_main {height: 100%; box-shadow: -10px 0 10px -10px lightgray, 10px 0 10px -10px lightgray;}

.pkp_structure_head {background-image: linear-gradient(-45deg, #011833 0%, #0063A7 50%);}


.pkp_navigation_primary>li:first-child a {
    margin-left: 1em;
}

/* fondo del footer */
.pkp_structure_footer_wrapper {
background: #F2F2F2 !important;
}

pkp_navigation_user>li:last-child>a {
    margin-right: 1rem;
}

/*  redondes de los bordes    */
.pkp_site_nav_menu {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


/*  fondo del contenido   */
.pkp_structure_content {
    background-color: #fff;
}

/*  fondo de la pagina    */
html, body {
    background: #e5e5e5;
}

/* breadcums */
.cmp_breadcrumbs {
    width: 100%;
    padding: 0 10px;
    background: #f2f2f2;
    margin-top: 8px;
    border-radius: 5px;
}

.cmp_breadcrumbs ol {
    margin: 0 auto;
}


/* mover el h1 mas abajo */
.pkp_structure_main .page h1 {
    margin-top: 10px;
}


/* poner lo de contactar para revisor mas grande */
div#reviewerOptinGroup {
    font-size: 1.2rem;
}