/* Cassiopeia modifications */
:root {
  --cassiopeia-color-primary: #00615e;
  --cassiopeia-color-link: #00615e;
  --link-color: #00615e;
  --link-color-rgb: 0,97,94;
  --cassiopeia-color-hover: #A3007D;
  --link-hover-color: #A3007D;
  --link-hover-color-rgb: 163,0,125;
}
body {
  font-family: 'Fira Sans', Arial, sans-serif;}

.mod-languages { max-width: 1500px; margin: auto;}
.site-grid {grid-template-columns: [full-start]minmax(0,1fr)[main-start]repeat(4,minmax(0,23rem))[main-end]minmax(0,1fr)[full-end];}
.container-banner {margin-bottom: 0;}
.grid-child {max-width: 1500px;}
/* Header */
.container-header {
 background-image: none;
 background-color: #ffffff;
}
.container-header .mod-menu, .container-header .mod-menu a {color: #00615e; padding: 10px 15px;}
.mod-menu a:hover {color: #00615e !important; text-decoration:underline;}
.container-search .mod-menu a:hover {color: #A3007D !important;text-decoration:underline !important;background-color: #eee;}

.brand-logo {
 text-decoration: none;
}

.page-header {
 margin-top: 0px !important;
 margin-right: 0px !important;
 margin-bottom: 30px !important;
 margin-left: 0px !important;
 padding: 12px;
 background-color: #078188;
 text-align: right;
 color: #ffffff;
 text-transform: uppercase;
 font-weight: 300;
 background: url(https://www.sefh.es/img/icn-title.png) no-repeat #078188 10px center;
}
.page-header h1, h1.page-header{font-family: 'Fira Sans',Arial, sans-serif;margin:0 0 0 35px;font-weight: 350;font-size: 24px;line-height: 30px;}
.page-header h1::after {
 content: '';
height:12px;
 width: 5rem;
 display: block;
 margin-top: -1rem;
}
/*indice del articulo*/
.card.article-index {display: none;}
/*paginacion dentro de articulo*/
.com-content-article__body .pagenavcounter{display:none}
/*tabs dentro de articulo*/
.com-content-article__body .nav.nav-tabs {margin-bottom: 2em;border:0;border-bottom:1px solid #dfe3e7;box-shadow: none;background-color: transparent;}
.com-content-article__body .nav.nav-tabs .nav-link.active {background-color: #fff;}
.com-content-article__body .nav.nav-tabs .nav-link.active:after{height:1px;bottom: 0;top: 0;}
.com-content-article__body .nav.nav-tabs .nav-item{border:0;}
.com-content-article__body .nav.nav-tabs .nav-item:last-of-type .nav-link {box-shadow: none;}
.com-content-article__body .toclink.nav-link:hover {text-decoration:underline;}

.com-content-article__body h2{font-family: "Roboto","Helvetica","Arial",sans-serif;font-size: 24px;line-height: 30px;font-weight: 400;}
.com-content-article__body h3{font-family: "Roboto","Helvetica","Arial",sans-serif;font-size: 22px;line-height: 28px;font-weight: 400;}

.com-content-article__body table > tbody > tr > td, .com-content-article__body table > tbody > tr > th, .com-content-article__body table > tfoot > tr > td, .com-content-article__body table > tfoot > tr > th, .com-content-article__body table > thead > tr > td, .com-content-article__body table > thead > tr > th {border-top:1px solid #ddd;line-height: 1.42857;padding:8px;vertical-align: top;}

/* topbar */
.container-topbar { 
 background-color: #000000;
}

/* Sidebar */
.container-sidebar-right .card {
 background-color: #F0FAF9;
 margin-top: 1rem;
 padding: 0;
 border: none;
}
.container-sidebar-left .card {
 background-color: #F0FAF9;
 margin-top: 1rem;
 padding: 0; 
 border: none; 
}

.mod-list li a { color: #333;}
.mod-list li.nav-item.active a {color: #00615e !important;}
.mod-list li.nav-item.active.deeper.parent > a, .mod-list li.nav-item.active.deeper.parent > span.separator {color: #00615e !important;}
.mod-list li.nav-item.active.deeper.parent ul li a {color: #333 !important;}
.mod-list li.nav-item.active.deeper.parent ul li a:hover {color: #00615e !important;}
.mod-list li.nav-item.active.deeper.parent ul li.active a {color: #00615e !important;}

/* card */
.card-header {
 background-color: #87DAE9;
 padding: 10px;
 text-align: center;
 color: #333333;
 text-transform: uppercase;
 font-weight: 350;
 font-size: 1.5rem;
border: none;
font-family: 'Fira Sans',Arial, sans-serif;  
}
.card-body .mod-menu a:hover {
  background-color: transparent;
}
.article-info.text-muted {display: none;}

.alert-info {
    background-color: transparent;
    border: 0;
    clear: both;
}
.bg-info {background-color: #F0FAF9 !important;}

/* Footer */
footer {
  background-image: none !important;
  background-color: #3F3D41 !important;
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.85em;
  margin:0 !important;
  padding:15px !important;
}
footer .mod-custom.custom {margin-left: auto;}
footer p {margin-bottom: 0;}
.footer .grid-child{padding:0 !important;}


.bg-color-azul-palido{background-color:#EFF9F8;}
.bg-color-mostaza-palido{background-color:#F7EDC4;}
.bg-color-gris-palido01{background-color:#F4F2F2;}
.bg-color-gris-palido02{background-color:#E5E5E5;}
.bg-color-rosado-palido{background-color:#F7D2F3;}
.bg-color-verdoso-palido{background-color:#cbf2ef;}
.bg-color-azul-verdoso{ background-color:#36859B;}

.pdd-for-descargas {
    padding: 0 0 50px 0;
    position: relative;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
@media (min-width: 1201px){
div.contenido-descargas{ height: 250px;}
}
@media (min-width: 1568px) { 
	div.contenido-descargas{ height: 250px;}
}
.contenido-descargas p {
    background-color: transparent;
    color: #000000;
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 0 1em 1em;
}
.contenido-descargas h3, .contenido-descargas h3 a{ color:#555555;}
.contenido-descargas a:not([class]) {text-decoration: none;}
.plus {
  width: 23px;
  display: inline-block;
  height: 23px;
  text-align: center;
  color: #5C666F;
  background-color: #FFFFFF;
  font-size: 16px;
  font-weight: 200;
}
.plus-dark {
  color: #FFFFFF;
  background-color: #5C666F;
}
.plus-align-right {
  bottom: 25px;
  position: absolute;
  right: 25px;
}
.accordion-collapse h3 {padding: 1rem;}

.btn-audio, .btn-outline-secondary {
    border-color: #A3007D;
    color: #A3007D;
    margin-right: 20px;
}
.btn-pdf, .btn-outline-warning {
    border-color: #857700;
    color: #857700;
    margin-right: 20px;
}
.btn-audio:hover, .btn-outline-secondary:hover {
    background-color: #A3007D;
    color: #ffffff;
}
.btn-pdf:hover, .btn-outline-warning:hover {
    background-color: #857700;
    color: #ffffff;
}

/*gefp*/
.bg-rosado-ff99cc{background-color:#ff99cc !important;}
.bg-amarillo-bdb137{background-color:#bdb137 !important;}
.bg-azulceleste-4bacc6{background-color:#4bacc6 !important;}
.bg-morado-4e81bd{background-color:#4e81bd !important;}
.bg-azuloscuro-375d8a{background-color:#375d8a !important;}
.bg-azulomedio-87dae9{background-color: #87dae9 !important;}

.bg-morado-4e81bd a:hover, .bg-rosado-ff99cc a:hover, .bg-amarillo-bdb137 a:hover, .bg-azulceleste-4bacc6 a:hover, .bg-azuloscuro-375d8a a:hover, .bg-azulomedio-87dae9 a:hover{color: #ffffff !important;}

._menu.bg-rosado-ff99cc, ._menu.bg-amarillo-bdb137, ._menu.bg-azulceleste-4bacc6, ._menu.bg-morado-4e81bd, ._menu.bg-azuloscuro-375d8a, ._menu.bg-azulomedio-87dae9 {text-align: center;margin-top: 0; border-radius: 0;}

._menu.bg-rosado-ff99cc a, ._menu.bg-amarillo-bdb137 a, ._menu.bg-azulceleste-4bacc6 a, ._menu.bg-morado-4e81bd a, ._menu.bg-azuloscuro-375d8a a, ._menu.bg-azulomedio-87dae9 a{color: #ffffff;}

._menu.inicio .card-body {
    margin-top: 1em;
    background-color: #87dae9;
}
._menu.inicio .card-body .nav-item a {
    text-decoration: none;
    color: #ffffff !important;
}

.home .custom h3 {
    margin: 0;
    line-height: normal;
    padding: 10px;
}
.home .custom{
    width: 100%;
    min-height: 205px;
    margin: 0 auto 20px;
    border-radius: 0;
}
.home .custom a {
    display: inline-block;
    color:#ffffff;
    text-decoration:none;
    cursor: pointer;
}
.home .custom a:hover {
    text-decoration: underline;
}
.home .custom p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: normal;
}
.esquina .custom {
    background-image: url(https://gruposdetrabajo.sefh.es/gefp/images/stories/imagenes/esquina.jpg);
    background-repeat: no-repeat;
    background-position: 101% 100%;
}
._menu .bannergroup img {
    max-height: 70px;
}
.ico-folder {
  width: 92px;
  height: 82px;
  background-image: url(https://gruposdetrabajo.sefh.es/gefp/images/publicaciones/ico-folder.png);
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 2rem;
  color: #fff;
  padding: 2rem 0 0 1.25rem;
  margin: 1rem;
  text-decoration: none;
}
.bloques a{text-decoration:none;}
.bloques span.h4 {
    font-size: 1.25rem;
    margin: 1rem 0.25rem;
}
.bloques img {
    text-align: center;
    margin: auto;
}
/*end gefp*/