:root{
    /*-- brand color --*/
    --brandcolor1:hsl(186, 100%, 17%);--brandcolor2:hsl(178, 100%, 29%);--brandcolor3:hsl(177, 41%, 47%);--brandcolor4:hsl(43, 88%, 60%);
    --brandcolor1-shade1:hsl(186, 100%, 95%);--brandcolor2-shade1:hsl(178, 100%, 95%);--brandcolor3-shade1:hsl(177, 41%, 95%);--brandcolor4-shade1:hsl(43, 88%, 95%);
  
    /*-- generic color --*/
    --transparent:--transparent;--black:black;--white:#fff;--red:red;--purple:rgb(255, 0, 166);--green:green;--yellow:yellow;--blue:blue;--fuchsia:fuchsia;--yellow:yellow;
    
    /*-- generic neutral grayscale --*/
    --gray0:#fafafa;--gray1:#e5e5e5;--gray2:#ccc;--gray3:#b2b2b2;--gray4:#999;--gray5:#7f7f7f;--gray6:#666;--gray7:#4c4c4c;--gray8:#333;--gray9:#191919;
    }

.navbar-default .navbar-toggle, .header_view .navbar-toggle{background: var(--brandcolor1);}

.navbar-default .nav > li > a, .header_view .nav > li > a {
	color: var(--brandcolor1);font-size: 1.35rem;font-weight: 600;
}
.dropdown-menu>li>a, .dropdown-menu>li>a{font-size: 1.35rem;}

.headerClient {
    background: #051148;
    text-align: center;
}

.homepage-image{display:none;}

.navbar-default, .header_view, .header_view {
    background: #051148;
    border: none;
    border-radius: unset;
}

a, h1, h2 {
    color: #051148;
}

a:hover{
    color: #faa61a;
}

.btn-default {font-size: 1.35rem;}


.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #faa61a;
    border-radius: 10px;
}

.panel-default, .pkp_block, .pkp_block {
    border-color: #0a2290;
}

.panel-default>.panel-heading, .pkp_block .title, .pkp_block .title {
    background: #051148;
    color: #faa61a;
    font-weight: 500;
    font-size:14px;
}

.file {
    background: #faa61a;
    color: #051148;
}

.pdf {
    color: #fff;
    background-color: #051148;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid var(--gray1);
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    color: #051148;
    font-weight: bold;
    font-size: 0.9em;
}

.read-more {
    color: #fff;
    background-color: #051148;
    border-color: transparent;
}

footer {
    background: #fff !important;
    color: #000;
    border-top: 1px solid #000;
    text-align: center;
}

.myFooter {
    margin: 1.5em 0 0;
    background: #00444c;
}

.footerAddress {
    background: #00444c;
    min-height: 100px;
    padding: 1.5em 0 0;
    color: #fff;
}

@media only screen and (min-width: 1200px){
.myFooterBox {
    padding: 0 2em;
}}

.myFooterBox {
    max-width: 1170px;
    margin: 0 auto;
}

.singleCol {
    width: 25%;
    float: left;
}

.doubleCol {
    width: 50%;
    float: left;
    font-family: 'Open Sans',sans-serif;
    color: #fff;
    text-align: right;
    font-size: .7em;
}

.singleCol img {
    width: 50%;
}
/*
.galley_view {
    position:relative;
}

#pdfCanvasContainer {
    margin-top:-5em;
}*/

/*--- JFGC add ---*/

.indexadas,
.indexadas-nolabel {
 display:grid;
 align-items:center;

}
.indexadas {
 justify-items:stretch;
align-items:stretch;
margin: 2rem 0;
}
.indexadas-nolabel {
 justify-items:center;
 gap:1rem
}

.indexadas p,.indexadas a{padding:.75rem;display: flex; align-items: center;}
.indexadas p{border-bottom: 1px solid #47A9A4;margin:0;}

.indexadas-nolabel p {
 display:none
}
.indexadas a,
.indexadas-nolabel a {
 display:flex;
 justify-content:center;
 align-items:center
}
.indexadas img,
.indexadas-nolabel img {
 max-width:100%;
 height:auto;
max-width:10rem;
}
.indexadas-cell {
 display:flex;
 justify-content:center;
 align-items:center
}
.indexadas-nolabel--cell {
 display:flex;
 justify-content:center;
 align-items:center;
 gap:1rem;
 padding:1rem;
 border-bottom:.125rem solid #eee
}

#customblock-universidad img{max-height: 7rem;display: table;margin: auto;}

@media only screen and (max-width:543px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a, .header_view .navbar-nav .open .dropdown-menu>li>a {color: var(--brandcolor1);}
    .indexadas,
    .indexadas-nolabel {
     grid-template-columns:1fr
    }
.indexadas p:nth-child(odd){border-bottom: none;}
   }
   @media only screen and (min-width:544px) and (max-width:767px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a, .header_view .navbar-nav .open .dropdown-menu>li>a {color: var(--brandcolor1);}
    .indexadas,
    .indexadas-nolabel {
     grid-template-columns:repeat(2, 1fr)
    }
   .indexadas p:nth-child(odd){border-bottom: none;}
   }
   @media only screen and (min-width:768px) and (max-width:991px) {

    .indexadas,
    .indexadas-nolabel {
     grid-template-columns:1fr
    }
   .indexadas p:nth-child(odd){border-bottom: none;}
   }
   @media only screen and (min-width:992px) and (max-width:1199px) {

    .indexadas-nolabel {
     grid-template-columns:repeat(2, 1fr)
    }
    .indexadas {
     grid-template-columns:repeat(2, 1fr)
    }
   }
   @media only screen and (min-width:1200px) {

    .indexadas-nolabel {
     grid-template-columns:repeat(2, 1fr)
    }
    .indexadas {
     grid-template-columns:repeat(2, 1fr)
    }
   }

#headerNavigationContainer{background: var(--white);border-bottom: 1px solid var(--gray1);}
#headerNavigationContainer .row:first-child{background: var(--white);border-bottom: 1px solid var(--gray1);}

.form-control{border: 2px solid var(--brandcolor1) !important;}

.badge {
    color:var(--white);background-color: var(--brandcolor1);
}

