@import url('seofertasadm.css') print, screen;

.caja.seofertaspublicadas .caja h4{
    margin-bottom:5px;
    padding:0;
}

.caja.seofertaspublicadas div.oferta_de_empleo > a {
    text-decoration:none;
}

.caja.seofertaspublicadas div.oferta_de_empleo > a h4 {
    background-color:#23476B;
    color: #fff;
    font-family: var(--openhr-primary-font-family), var(--openhr-secondary-font-family), var(--openhr-tertiary-font-family), sans-serif;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.caja.seofertaspublicadas div.oferta_de_empleo > a:hover {
    text-decoration:none;
}

.caja.seofertaspublicadas div.entradilla_oferta {
    color:#666666;
    padding: 20px;
}

.caja.seofertaspublicadas .oferta_de_empleo a .oferta_detalle{
    background-color:#FFEFD8; 
    border-top: 1px #666666 solid; 
    font-weight: normal;
    font-size: 0.7em;
    margin-top: 5px;
    margin-bottom: 0;
}

.caja.seofertaspublicadas .oferta_de_empleo a .oferta_detalle .categoria_de_la_oferta{
    width:49%;
    float:left;
    text-align:left;
    color:#000;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 1%;
}

.caja.seofertaspublicadas .oferta_de_empleo a .oferta_detalle .fecha_limite{
    width:49%;
    float: right;
    text-align:right;
    color:#000;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 1%;
}

.caja.seofertaspublicadas .oferta_de_empleo a .entradilla_oferta{
    min-height:150px;
    overflow-y:auto;
    margin-bottom:10px;
}

.caja.seofertaspublicadas .detalles_oferta{
    border:1px #91B8C9 solid;
    padding:10px ;
    margin:10px 0;
    background-color:#E3F5FD;
}

.caja.seofertaspublicadas .botonera_oferta{
    font-size:11px;
}

.caja.seofertaspublicadas .detalle{
    width: 25%;
    float:left;
    margin-bottom:10px;
}

.caja.seofertaspublicadas .titulo{
    font-weight:bold;
}

.caja.seofertaspublicadas .valor{
    margin-left:15px
}

.caja.seofertaspublicadas .oferta_validez{
    background-color:#FFEBD6;
    padding:5px;	
}

/*---------------------------------------------------------*/

.caja.seofertaspublicadas .categorias_ofertas ul li {
    list-style: none;
}

.caja.seofertaspublicadas .categorias_ofertas ul,
.caja.seofertaspublicadas .categorias_ofertas ul ul {
    margin: 5px 0;
    padding: 0;
    list-style: none;
}

.caja.seofertaspublicadas .categorias_ofertas ul {
    width: auto;
    height: auto;
}

.caja.seofertaspublicadas .categorias_ofertas ul > li > a {
    position: relative;
    display: block;
    margin: 0 0 6px 0;
    padding: 5px 10px;
    padding-right: 50px;
    /*
    border-top: 1px #B9B9B9 solid;
    border-left: 1px #B9B9B9 solid;
    border-right: 1px #B9B9B9 solid;
    border-bottom: 2px #B9B9B9 solid;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    */


    text-transform: uppercase;
    text-decoration: none;
}

.caja.seofertaspublicadas .categorias_ofertas ul > li > a span.pendientes {
    color: #fff;
    background: #D4470F;
    font-size: 0.757em; 
    display: inline-block;
    position: absolute;
    right: 2.8em; 
    top: 50%; 
    line-height: 1em;
    height: 1em;
    padding: .3em;
    margin: -.8em 0 0 0; 
    text-indent: 0;
    text-align: center;
    -webkit-border-radius: .569em;
    -moz-border-radius: .569em;
    border-radius: .569em;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
    text-shadow: 0px 1px 0px rgba(0,0,0,.5);
    font-weight: 500;
    text-align:center;
    width:16px; 
}

.caja.seofertaspublicadas .categorias_ofertas ul > li > a span.total {
    color: #fff;
    background: #3399FF;
    font-size: 0.757em; 
    display: inline-block;
    position: absolute;
    right: 0.5em;
    top: 50%; 
    line-height: 1em;
    height: 1em;
    padding: .3em;
    margin: -.8em 0 0 0; 
    text-indent: 0;
    text-align: center;
    -webkit-border-radius: .569em;
    -moz-border-radius: .569em;
    border-radius: .569em;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
    text-shadow: 0px 1px 0px rgba(0,0,0,.5);
    font-weight: 500;
    text-align:center;
    width:16px; 
}

/*
.contenedor_ofertas .oferta_de_empleo{
    border-bottom:1px #666666 dashed;
    margin:5px 5px 35px 5px;
    padding:0;
}

.contenedor_ofertas .oferta_de_empleo:hover{
    border-bottom:1px #ffffff solid;
}
*/

.caja.seofertaspublicadas .contenedor_ofertas .oferta_de_empleo {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50,50,50,0.20);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50,50,50,0.20);
    box-shadow: 0px 0px 5px 0px rgba(50,50,50,0.20);
    padding: 10px;
    margin: 5px 0 20px 0;
}


.caja.seofertaspublicadas .contenedor_ofertas .oferta_de_empleo:hover {
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #ededed 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #ededed 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #ededed 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #ededed 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
    -webkit-box-shadow: 0px 0px 5px 0px rgba(100,100,100,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(100,100,100,0.75);
    box-shadow: 0px 0px 5px 0px rgba(100,100,100,0.75);
    padding: 10px;
    margin: 5px 0 20px 0;
}

.caja.seofertaspublicadas .botonera_oferta{
    background-color:#E3F5FD;
    color:#E3F5FD;
    border-top:1px #91B8C9 solid;
    padding:10px;
    text-align:center;
    position: relative;
    display: block;
    margin: 3px 0 0 0;
    padding: 5px 0;
}

.caja.seofertaspublicadas .botonera_oferta .leermas , 
.caja.seofertaspublicadas .botonera_oferta .ncandidatos {
    color: #fff;
    background: #34495E;
    border: 1px #34495E solid;
}

.caja.seofertaspublicadas .botonera_oferta .leermas:hover , 
.caja.seofertaspublicadas .botonera_oferta .ncandidatos:hover {
    color: #fff;
    background: #5D6D7E;
    border: 1px #34495E solid;
}

.caja.seofertaspublicadas .botonera_oferta .ncandidatos {
    display: inline-block;
    position: absolute;
    left: 0.5em;
    top: 50%; 
    line-height: 1em;
    height: 1.6em;
    padding: .3em;
    margin: -.8em 0 0 0; 
    text-indent: 0;
    text-align: center;
}

.caja.seofertaspublicadas .botonera_oferta .leermas{
    display: inline-block;
    position: absolute;
    right: 0.5em;
    top: 50%; 
    line-height: 1em;
    height: 1.6em;
    padding: .3em;
    margin: -.8em 0 0 0; 
    text-indent: 0;
    text-align: center;
}

/*.caja.seofertaspublicadas .categorias_ofertas ul li a{
    font-weight:bold;
    color:#666666;
    background: #E6EFFF;
}*/

.caja.seofertaspublicadas .categorias_ofertas ul li a:hover{
    /*background: #FFD29B;
    background: -moz-linear-gradient(top, #FFE9CF 0%, #FFD29B 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #FFE9CF), color-stop(100%, #FFD29B));
    background: -webkit-linear-gradient(top, #FFE9CF 0%, #FFD29B 100%);
    background: -o-linear-gradient(top, #FFE9CF 0%, #FFD29B 100%);
    background: -ms-linear-gradient(top, #FFE9CF 0%, #FFD29B 100%);
    background: linear-gradient(to bottom, #FFE9CF 0%, #FFD29B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE9CF', endColorstr='#FFD29B', GradientType=0 );
    color:#990000;*/
}

.caja.seofertaspublicadas .categorias_ofertas ul li.categoria_oferta_activa a{
    /*background: #666666;
    background: -moz-linear-gradient(top, #FFD29B 0%, #FF9933 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #FFD29B), color-stop(100%, #FF9933));
    background: -webkit-linear-gradient(top, #FFD29B 0%, #FF9933 100%);
    background: -o-linear-gradient(top, #FFD29B 0%, #FF9933 100%);
    background: -ms-linear-gradient(top, #FFD29B 0%, #FF9933 100%);
    background: linear-gradient(to bottom, #FFD29B 0%, #FF9933 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD29B', endColorstr='#FF9933', GradientType=0 );
    color:#000000;*/
    
    background-color: #091e35!important;
    border-color: #091e35!important;
    color:white!important;
}

.caja.seofertaspublicadas div.categorias_ofertas ul.d-flex.flex-wrap li.categoria_oferta_activa a.badge.bg-light {
    color:white!important;
}

.caja.seofertaspublicadas div.categorias_ofertas ul.d-flex.flex-wrap li.categoria_oferta_activa a.badge.bg-light span {
    background-color: white!important;
    border-color: white!important;
    color:#091e35!important;
}

.caja.seofertaspublicadas .categorias_ofertas ul li a.active:hover{
    background: #333333;
}

.caja.seofertaspublicadas .categorias_ofertas ul > li > a:hover span.pendientes {
    background-color:#990000;
}

.caja.seofertaspublicadas .categorias_ofertas ul > li > a:hover span.total {
    background-color:#3366FF;
}

/*.contenedor_error {
    width:700px; 
    float:right;    
}*/

/**** Movil ****/
/*@media (max-width: 549px) {
     .contenedor_ofertas{
	width:95%; 
        margin: 5px auto;
    }
    
    .categorias_ofertas{
	width:95%; 
        margin: 5px auto 25px auto ;
    }
}*/

/**** Tablet ****/
@media (min-width: 550px) and (max-width: 1024px) {
     /*.contenedor_ofertas{
	width:100%; 
        margin: 5px auto;
        clear: both;
    }
    
    .categorias_ofertas{
	width:100%; 
        margin: 0 auto;
    }*/
    
    .caja.seofertaspublicadas .categorias_ofertas ul li {
    list-style: none;
    width: 32%;
    float: left;
    margin: 2px 0 2px 1%;
    }
}

/**** Web ****/
/*@media (min-width: 1025px) {
    .contenedor_ofertas{
	width:75%; 
	float:right; 
    }
    
    .categorias_ofertas{
        width:24%;
        float:left;
    }

}*/



.caja.seofertaspublicadas .oferta_de_empleo_completa h1, .caja.seofertaspublicadas .oferta_de_empleo h1{font-size: 2em;}
.caja.seofertaspublicadas .oferta_de_empleo_completa h2, .caja.seofertaspublicadas .oferta_de_empleo h2{font-size: 1.75em;}
.caja.seofertaspublicadas .oferta_de_empleo_completa h3, .caja.seofertaspublicadas .oferta_de_empleo h3{font-size: 1.5em;}
.caja.seofertaspublicadas .oferta_de_empleo_completa h4, .caja.seofertaspublicadas .oferta_de_empleo h4{font-size: 1.25em;}
.caja.seofertaspublicadas .oferta_de_empleo_completa h5, .caja.seofertaspublicadas .oferta_de_empleo h5{font-size: 1em;}




/* NUEVOS ESTILOS AGOSTO 2022 */
@font-face {
    font-family: var(--openhr-tertiary-font-family);
    src: url('Righteous.ttf') format('truetype');
}

.caja.seofertaspublicadas .card-img-overlay {
    margin-top: 225px;
}

.caja.seofertaspublicadas .card-img {
    border-radius: 0px !important;
}

.caja.seofertaspublicadas .headerCard {
    margin-bottom: 25px;
}

.caja.seofertaspublicadas .btn.btn-primary {
    background-color: var(--openhr-primary-color) !important;
    border-color: var(--openhr-primary-color) !important;
}

.caja.seofertaspublicadas .btn.btn-primary:hover {
    background-color: var(--openhr-secondary-color) !important;
    border-color: var(--openhr-secondary-color) !important;
}

.caja.seofertaspublicadas .container .row .col-4 .boton {
    text-align: center !important;
}

.caja.seofertaspublicadas .container .row .col-4 .boton div > * {
    vertical-align: middle;

}

.caja.seofertaspublicadas .container .row .col-4 .boton div .btn.btn-link {
    color: var(--openhr-primary-color) !important;
    padding-left: 0px;
}

.caja.seofertaspublicadas h3,
.caja.seofertaspublicadas p:not([class~="card-text"]),
.caja.seofertaspublicadas section {
    color: #091e35 !important;
}

.caja.seofertaspublicadas p,
.caja.seofertaspublicadas ul li {
    font-size: 14px;
    text-align: justify;
}

.caja.seofertaspublicadas .listaDeatil {
    text-align: left;
}

.caja.seofertaspublicadas .list-group-item.active {
    background-color: var(--openhr-primary-color) !important;
    border-color: var(--openhr-primary-color) !important;
}

.caja.seofertaspublicadas i.bi {
    font-size: 18px;
}

.caja.seofertaspublicadas section {
    margin-bottom: 25px;
}

.caja.seofertaspublicadas hr.divider.azul {
    background-color: #091e35 !important;
}

.caja.seofertaspublicadas .container .row .col-4 .boton div .btn:focus {
    box-shadow: 0 0 0 0.25rem rgb(244 98 58 / 0%) !important;
    outline: none !important;
}

.caja.seofertaspublicadas .accordion .container .row .col * {
    font-size: 20px !important;
    color: #091e35 !important;
}

.caja.seofertaspublicadas .accordion .container .row .col *:hover {
    color: var(--openhr-primary-color) !important;
}

.caja.seofertaspublicadas .boton div > * {
    vertical-align: middle;
}

.caja.seofertaspublicadas .btn.btn-link:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.caja.seofertaspublicadas .contenedor_ofertas .card.m-2.shadow-sm {
    border: 2px var(--openhr-primary-color) solid!important;
}

.caja.seofertaspublicadas .contenedor_ofertas .card h5.card-header {
    background-color: var(--openhr-primary-color) !important
}

.caja.seofertaspublicadas .contenedor_ofertas .card .card-body {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: left;
}

.caja.seofertaspublicadas .contenedor_ofertas .card .card-body .card-title {
    color: #091e35 !important;
    font-size: 15px;
}

.caja.seofertaspublicadas .contenedor_ofertas .card .card-body a.btn.btn-primary:hover {
    background-color: #091e35 !important;
    border-color: #091e35 !important;
    color: white !important;
}


/* Estilos 2022 */
.caja.seofertaspublicadas div.categorias_ofertas ul.d-flex.flex-wrap li a.badge.bg-light {
	font-size: 14px;
	color: #091e35!important;
    text-transform: none;
    white-space: break-spaces;
}

.caja.seofertaspublicadas div.categorias_ofertas ul.d-flex.flex-wrap li span.total.badge.bg-primary.rounded-pill.border-0 {
	padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    width: auto;
    height: auto;
}

.caja.seofertaspublicadas div.categorias_ofertas ul.d-flex.flex-wrap li a.badge.bg-light:hover {
	box-shadow: 0px 6px 10px 0px rgb(0 0 0 / 14%), 0px 1px 18px 0px rgb(0 0 0 / 12%), 0px 3px 5px -1px rgb(0 0 0 / 20%) !important;
    -webkit-box-shadow: 0px 6px 10px 0px rgb(0 0 0 / 14%), 0px 1px 18px 0px rgb(0 0 0 / 12%), 0px 3px 5px -1px rgb(0 0 0 / 20%) !important;
    cursor: pointer !important;
}

.caja.seofertaspublicadas div.categorias_ofertas ul.d-flex.flex-wrap li.categoria_oferta_activa a.badge.bg-light i.fa-circle:before {
    content: "\f192";
}

.caja.seofertaspublicadas .oferta_de_empleo_completa section.headerCard .card.bg-dark.text-white .card-img-overlay label.card-text {
	font-size: 16px;
}

.caja.seofertaspublicadas .oferta_de_empleo_completa section.headerCard .card.bg-dark.text-white .card-img-overlay h1.card-title {
	font-size: 2.5rem;
}

.caja.seofertaspublicadas .oferta_de_empleo_completa .container .row .col-sm-6.col-md-8 h3 {
	font-size: 1.75rem;
	font-weight: 700;
    font-size: 1.75rem;
}

.caja.seofertaspublicadas .oferta_de_empleo_completa .container .row .col-sm-6.col-md-8 img {
    width: 100%;
}

.caja.seofertaspublicadas .row.contenedor_ofertas2022 .col-12 .card .card-header {
    background-color: #F5F8FA!important;
}

.caja.seofertaspublicadas .row.contenedor_ofertas2022 .col-12 .card .card-body h5.card-title {
    color: #212529 !important;
    font-size: 20px;
    font-family: var(--openhr-primary-font-family), var(--openhr-secondary-font-family), var(--openhr-tertiary-font-family), sans-serif;
}

.caja.seofertaspublicadas .row.contenedor_ofertas2022 .col-12 .card .card-body h6.card-title {
    color: #212529 !important;
    font-size: 15px;
    font-family: var(--openhr-primary-font-family), var(--openhr-secondary-font-family), var(--openhr-tertiary-font-family), sans-serif;
}

.caja.seofertaspublicadas .row.contenedor_ofertas2022 .col-12 .card .card-body p.card-text.mb-0 small.text-muted span {
    font-size: 13px;
    font-family: var(--openhr-primary-font-family), var(--openhr-secondary-font-family), var(--openhr-tertiary-font-family), sans-serif;
}

@media (orientation: portrait) {
	.caja.seofertaspublicadas section.headerCard img.card-img {
    	height: 100%;
	}
}

.caja.seofertaspublicadas .card-header span.badge.bg-primary {
    background-color: #2C3E50 !important;
    white-space: normal;
    font-size: 12px;
    text-align: left;
}
/* Estilos 2022 */


body:has(.mdl-layout__content.seofertaspublicadas.ini-V1.inicio) {
    background-color: rgb(245, 248, 250);
}

.caja.seofertaspublicadas .d-flex.flex-column.flex-md-row.justify-content-between.mb-3.w-100 {
    width: auto!important;
}