

@-webkit-keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 2550, 255, 0.8);
            box-shadow: 0 0 0 0px rgba(255, 2550, 255, 0.8);
  }
  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 2550, 255, 0);
            box-shadow: 0 0 0 15px rgba(255, 2550, 255, 0);
  }
}

@keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 2550, 255, 0.8);
            box-shadow: 0 0 0 0px rgba(255, 2550, 255, 0.8);
  }
  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 2550, 255, 0);
            box-shadow: 0 0 0 15px rgba(255, 2550, 255, 0);
  }
}






body#pageBuscador{
    background: url(../images/bckg_01.png) no-repeat right;
    background-size: contain;
    background-color: #fbfcff;
}
#pageBuscador .page-content{
    padding: 20px 0;  
}


.boxFiltroYResultados{
    padding-left: 0px;
    position: relative;
}
    .camposFiltrosEmpleos .close{
        position: absolute;
        top: -40px;
        right:10px;
        opacity: 1;
        display: none;
        text-shadow: none;
    }
        .camposFiltrosEmpleos.active .close{display: inline-block;}
        .camposFiltrosEmpleos .close i{
            color: #ffc3c3;
            font-size: 30px;
        }
        .camposFiltrosEmpleos .close:hover{
            opacity: 1;
        }
        .camposFiltrosEmpleos .close:hover i{
            color: #fbc63a;
            font-size: 30px;
        }
    .boxFiltroYResultados > div {
        display: grid;
        grid-template-columns: 300px auto;
    }
        .boxFiltroYResultados.D2 > div {
            display: grid;
            grid-template-columns: 100%;
        }
        .boxFiltroYResultados > div > div{
               
        }
        .boxFiltroYResultados .listEmpleos{
            padding-left: 25px;
        }
        .boxFiltroYResultados .camposFiltrosEmpleos{
              
                
              
      
        }
        .boxFiltroYResultados .camposFiltrosEmpleos > div{
            position: -webkit-sticky;
            position: sticky;
            top: 65px;      
            border-radius: 10px;
            
            overflow: hidden;
            border: 1px solid rgba(6, 18, 36, 0.1);
            margin-bottom: 40px;
            
            /*
            overflow-y: auto;
            scroll-behavior: smooth;
            scrollbar-color: #9777fa #e5e5e5 ;
            */
        }

    .boxFiltroYResultados .camposFiltrosEmpleos{


    }
        .boxFiltroYResultados .camposFiltrosEmpleos > div > div{
            
            padding: 29px 33px;
            
            background-color: #ffffff;
            -webkit-box-shadow: 0px 9px 26px 0px rgb(31 31 51 / 6%);
            box-shadow: 0px 9px 26px 0px rgb(31 31 51 / 6%);

            max-height: 80vh; 
            
            /*
            border: 1px solid rgba(6, 18, 36, 0.1);
            border-radius: 10px;
            margin-bottom: 40px;
            */
            overflow-y: auto;
            
            /*
            scroll-behavior: smooth;
            scrollbar-color: #9777fa #e5e5e5 ;
            */
            
        }
            .boxFiltroYResultados .camposFiltrosEmpleos > div > div::-webkit-scrollbar {
                width: 7px;
                background-color: transparent; 
                overflow: hidden;
            }
            .boxFiltroYResultados .camposFiltrosEmpleos > div > div::-webkit-scrollbar-thumb {
                -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
                background-color: #b79fff; 
                border: none;
                border-radius: 0;
                opacity: .2;
                border-radius: 8px 8px 8px 8px;
            }
            .boxFiltroYResultados .camposFiltrosEmpleos > div > div::-webkit-scrollbar-track {
                background: #f9f9f9;
                border: none;
                border-radius: 0;
                border-radius: 8px 8px 8px 8px;
            }
            
            



@media screen and (max-width: 992px) {
    
    .boxFiltroYResultados .camposFiltrosEmpleos > div{
        overflow: visible;    
    }
    .boxFiltroYResultados .camposFiltrosEmpleos > div > div{
        border: 5px solid #a084ff;
        border-radius: 10px;
    }
    .boxFiltroYResultados .camposFiltrosEmpleos > div > div::-webkit-scrollbar-thumb {
        background-color: #b1b1b1; 
    }
    
    .boxFiltroYResultados > div {
        display: grid;
        grid-template-columns: 100% 100%;
    }
    .boxFiltroYResultados .listEmpleos{
        padding-left: 0px;
        border-radius: 10px;
    }

    .boxFiltroYResultados .camposFiltrosEmpleos{
        display: block; 
        position: fixed;
        top:-100vh;
        left: 0px;
        height: 100vh;
        z-index: 99;
        
        width: 100%;
        background-color: rgb(129 129 129 / 70%);
        
        transition: .5s all ease; 
    }
        .boxFiltroYResultados .camposFiltrosEmpleos.active{
            top:0px;  
        }
        .boxFiltroYResultados .camposFiltrosEmpleos > div{

        }
        
            .boxFiltroYResultados .camposFiltrosEmpleos.active > div{

            }
        
    .boxFiltroYResultados .camposFiltrosEmpleos > div{
        position: relative;
        top: 65px;  
        
        max-width: 400px;
        margin: auto;
    }
}



.camposFiltrosEmpleos{

    
}
    .camposFiltrosEmpleos h6{
        background-color: transparent;
        padding: 4px 0px 4px 0px;
        font-size: 18px;
        margin-top: 30px;
        margin-left: 0px;  
        margin-bottom: 15px;
        font-weight: 600;   
    }
        .camposFiltrosEmpleos h6.localidad{margin-top: 30px;}
        
    .camposFiltrosEmpleos h5{
        font-size: 18px;
        font-weight: 500;   
        text-align: center;
        padding-top: 15px;
        padding-bottom: 10px;
        text-transform: uppercase;        
    }
    
    .camposFiltrosEmpleos ul{
         
    }
    .camposFiltrosEmpleos li{
        
    }
    .camposFiltrosEmpleos li button{
        position: relative; 
        text-align: left; 
        margin: 3px 0;
        padding: 9px 30px 9px 40px;
        font-size: 15px;
        font-weight: 400;
        display: block;
        width: 100%;
        border-radius: 0px;
        border: 0px;
    }
        .camposFiltrosEmpleos li button:hover{
            
        }
    .camposFiltrosEmpleos li button:after{
        content: '';
        display: inline-block;
        width: 25px;
        height: 25px;
        border: 3px solid #efefef;
        background-color: #fff;
        position: absolute;
        left: 4px;
        top: 7px;
        border-radius: 9px;
    }
    .camposFiltrosEmpleos li button > span:nth-child(1){
        color: #606060; 
    }
    .camposFiltrosEmpleos li button > span:nth-child(2){
        position: absolute;
        right: 0px;
        top: 11px;
        display: inline-block;
        width: 30px;
        text-align: center;
        padding: 5px 8px 4px 8px;
        font-size: 12px;
        line-height: 12px;
        border-radius: 5px;
        border: 1px solid #f9f9f9;
        color: #606060;
    }
    .camposFiltrosEmpleos li button:hover:after{
        font-family: 'Font Awesome\ 5 Free';
        content: "\f00c";
        color: #9777fa;
        font-weight: 900;
        font-size: 15px;
        line-height: 21px;
        text-align: center;
    }
    .camposFiltrosEmpleos li button.active:after{
        font-family: 'Font Awesome\ 5 Free';
        content: "\f00c";
        color: #d2c4ff;
        font-weight: 900;
        font-size: 15px;
        line-height: 21px;
        text-align: center;
        border: 3px solid #d2c4ff;
    }
    .camposFiltrosEmpleos li button.principal > span:nth-child(1) 
    {
        color: #a1a1a1;    
    }
    .camposFiltrosEmpleos li button.principal:after{
        color: #a1a1a1;
        border: 3px solid #a1a1a1;    
    }
    .camposFiltrosEmpleos li button.principal{
        pointer-events: none;    
    }
        
    

    .camposFiltrosEmpleos .buscarText{
        position: relative;  
    }      

        .camposFiltrosEmpleos .buscarText input{
            width: 100%;
            border-radius: 9px 9px 9px 9px;
            padding: 2px 9px;
            font-size: 15px;
            height: auto;
            border: 1px solid #efefef;
        }
        .camposFiltrosEmpleos .buscarText > i{
            position: absolute;
            right: 175px;
            top: 12px;
        }
        .camposFiltrosEmpleos .buscarText .btn{
            position: absolute; 
            right: 0px;
            top: 0px; 
            height: 100%;
            line-height: 100%;
            border-radius: 0px 5px 5px 0px;
            background: #fff;
            border: 1px solid #efefef;
        }  
            .camposFiltrosEmpleos .buscarText .btn i{
                color: #606060;
                font-size: 12px;
            }
            .camposFiltrosEmpleos .buscarText .btn:focus,  
            .camposFiltrosEmpleos .buscarText .btn:hover{
                background-color: #5192ff;
            }  
                .camposFiltrosEmpleos .buscarText .btn:focus i, 
                .camposFiltrosEmpleos .buscarText .btn:hover i{
                    color: #fff;
                }


.buscadorTop{
    padding-right: 270px;    
    position: relative;
    margin-bottom:20px;
}

    .buscadorTop .OrdenYCantResultados{
        position: absolute;
        right: 0px;
        top: 0px; 
        
        display: inline-block;   
    }
    
        .buscadorTop .cantResultados{
            display: inline-block; 
            vertical-align: middle; 
            padding-right: 10px;
            font-size: 14px;  
            color: #606060;
        }
        .buscadorTop .filtroD3 *{
            font-size: 14px; 
        }
        
    .buscadorTop .filtrosActuales{
        
    }
        .buscadorTop .filtrosActuales > a{
            display: inline-block;
            background-color: #e6f3ff;
            border: 0px;
            border-radius: 7px 7px 7px 7px;
            overflow: hidden;
            position: relative;  
            padding: 5px 7px 5px 7px;  
            color: #606060;
            font-size: 14px; 
            
        }
            .buscadorTop .filtrosActuales > a i{    
                color: #fff;
                line-height: 16px;
            }
            .buscadorTop .filtrosActuales .borrar{
                background-color: #ffcfc5;
            }
                .buscadorTop .filtrosActuales > a i.fa-trash{    
                    color: #fff;
                    line-height: 19px;
                }
            .buscadorTop .filtrosActuales > a:hover{    
                background-color: #9777fa;
            }
                .buscadorTop .filtrosActuales > a:hover i{    
                
                }
        .buscadorTop .filtrosActuales > span{
            display: inline-block;
            
            border-radius: 7px 7px 7px 7px;
            overflow: hidden;
            position: relative;  
            padding: 4px 35px 4px 7px;  
            color: #606060;
            font-size: 14px; 
            
            border: 1px solid #d2c4ff;
            background-color: #fff;
            
            margin: 0 4px 4px 0;
        }
            .buscadorTop .filtrosActuales > span.principal button,
            .buscadorTop .filtrosActuales > span.principal{
                color:#fff;  
                border-color: #d2c4ff;
                background-color: #d2c4ff;
            }
                .buscadorTop .filtrosActuales > span.principal button i{
                    color:#fff;     
                }
                .buscadorTop .filtrosActuales > span.principal{
                    padding-right: 30px;
                }

            .buscadorTop .filtrosActuales > span button{
                display: inline-block;
                width: 25px;
                text-align: center;
                height: 29px;
                line-height: 31px;
                position: absolute;
                right: 0px;
                top:0px;
                background-color: #d2c4ff;
                
                border-radius: 0px;
                font-size: 14px;    
                border-left: 0px;
            }
            .buscadorTop .filtrosActuales > span button i{    
                color: #fff;
                line-height: 28px;
            }
            .buscadorTop .filtrosActuales > span button:hover{
                background-color: #ffcfc5;
            }
            .buscadorTop .filtrosActuales > span button:hover i{
                color: #fff;
            }

    
    @media screen and (max-width: 992px) {
        
        .buscadorTop{
            padding-right: 0px; 
            margin-bottom: 10px;
            display: flex;
            flex-flow: row wrap-reverse
        }
        
        .buscadorTop .filtrosActuales > span{
            white-space: nowrap;
            max-width: 240px;
            overflow: hidden;
            margin-bottom: 10px;
        }
        
        .buscadorTop .OrdenYCantResultados{
            position: relative;
            right: auto;
            top: auto; 
            margin-bottom: 15px;
            display: block; 
            text-align: center;
            width: 100%;  
        }    
        .buscadorTop .filtrosActuales{
            width: 100%;
            text-align: center;    
        }
    }


.listEmpleos{

}
    .listEmpleos.loading{
        opacity: 0.4;
        position: relative;
        min-height: 400px;
    }
    .listEmpleos.loading:before{
        content: " ";
        display: block;
        width: 100px;
        height: 100px;
        margin: 0px auto;
        border-radius: 50%;
        border: 3px solid #9777fa;
        border-color: #9777fa transparent #5936c7 transparent;
        animation: lds-dual-ring 1.2s linear infinite;
        
        position: fixed;
        top: 35%;
        left: 58%;
        right: auto;
        z-index: 9;
    }
    @media screen and (max-width: 576px) {
        
        .listEmpleos.loading:before{
            left: 37%;    
        }
    }
    .listEmpleos > div{
        overflow: hidden;
        
        border: 1px solid rgba(6, 18, 36, 0.1);
        padding: 30px 23px; /* 26px 23px */
        border-radius: 10px;
        background-color: #ffffff;
        margin-bottom: 30px;
        
        position: relative;
    }
        .listEmpleos > div:nth-child(even){
            
        }         
    .listEmpleos .urgente{
        display: inline-block;
        padding: 10px 8px 6px 8px;
        color: #fff;
        background: #e91e63;
        font-size: 14px;
        margin-top: -5px;
        margin-bottom: 8px;
        text-transform: uppercase;
        font-weight: 500;
        
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
    }    
        .listEmpleos > div.pUrgente{
            padding-top: 38px;
        }
    .listEmpleos .postulado{
        display: inline-block;
        padding: 8px 8px 6px 10px;
        color: #fff;
        border-radius: 0 0 10px 10px;
        background: #48bf4b;
        font-size: 14px;
        margin-top: -5px;
        margin-bottom: 8px;
        text-transform: uppercase;
        font-weight: 500;
        position: absolute;
        top: 0px;
        left: 40%;
    } 
        .listEmpleos .postulado *{
            color: #fff; 
            vertical-align: middle;     
        }
        .listEmpleos .postulado i{
            padding-right: 10px;
              
        }
        .listEmpleos .postulado span{
            letter-spacing: 1px;
        }
               

    
    .listEmpleos .estados{
        display: inline-block;
        position: absolute;
        right: 0px;
        top:0px;    
        
        padding: 5px 8px 5px 5px;
    }
        .listEmpleos .pUrgente .estados{
            padding-top: 1px;
        }
        .listEmpleos > div.pUrgente .estados .iconoDestacado{
            color: #fff;
        }
        .listEmpleos > div.destacado .estados .iconoDestacado{
            display: inline-block;
        }
        .listEmpleos > div  .estados .iconoDestacado{
            color: #fbc63a;
            display: none;
            font-size: 16px;
        }
        .listEmpleos > div.destacado .estados i{
            vertical-align: middle;    
        }
            
    .listEmpleos .top
    {
        position: relative;
        display: block;    
    }
        .listEmpleos a.top:hover{
            /*
            background-color: #f3f3f3;
            */
        }
        .listEmpleos .sinImg .top > div{
            margin: 10px;
            padding-left: 0px;
        }
        .listEmpleos .top > div{
            margin-bottom: 15px;
        }
        .listEmpleos .top > div{
            display: flex;
            align-items: center;  
            padding-left: 8px;       
        }
        .listEmpleos .top > div > div:nth-child(2)
        {
            width: 100%;
        }
        .listEmpleos .top img{
            width: 150px; 
            padding-right: 20px;     
        }
        .listEmpleos .top h2{
            font-size: 20px;
            font-weight: 700;     
            padding-right: 60px;
            /*color: #9777fa;*/
        }
        .listEmpleos .top p{
            padding-top: 4px;
            padding-bottom: 5px;
            font-size: 14px; 
            padding-right: 60px;   
        }
            .listEmpleos .top p span.empresa{
                padding-right: 15px;
                margin-right: 15px;
                border-right: 1px solid #c5c5c5;  
                font-weight: 400;     
            }
            .listEmpleos .top p span.dias{
                color: #a7a7a7;
                font-weight: 400;
            }
        .listEmpleos a.top:after{
            font-family:'Font Awesome\ 5 Free';
            content: "\f054";
            font-size: 28px;
            display: none;
            color: #dbdbdb;
            font-weight: 900;
            position: absolute;
            top: 28%;
            right: 20px;
        }
        .listEmpleos a.top:after{
            display: inline-block;
            color: #9777fa;
        }
        /*
        .listEmpleos a.top:hover:after{
            display: inline-block;
            color: #9777fa;
        }
        */

    .listEmpleos .filtros{
        padding: 8px 0 8px 8px;
    }
        .listEmpleos .filtros > *{
            display: inline-block;
            border: 1px solid #f9f9f9;
            color: #606060;
            padding: 3px 10px;
            border-radius: 4px 4px 4px 4px;
            font-size: 12px;
            margin-bottom: 4px;
            margin-right: 4px;
        }


    .listEmpleos a.desplegar{
        border-top: 0px solid #ebebeb;
        display: block;
        background: #fff;
        padding: 5px;
        text-align: left;
        font-size: 12px;
        color: #59bba9;
        
        padding-right: 109px;
        position: relative;
        
        padding-left: 10px;
    }
        .listEmpleos .desplegar p{
            max-height: 52px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            text-overflow: ellipsis;
            overflow: hidden;
            font-size: 15px;
            color: #606060;
            font-weight: 400;
        }
               
        .listEmpleos .desplegar > span{
            position: absolute;
            top: 11px;
            right: 6px;  
            
            text-align: center;  
            height: 28px;
            line-height: 28px;
            width: 96px;
            
            font-weight: 500;
            background-color: #9777fa;
            
            border-radius: 5px 5px 5px 5px;
        }
            .listEmpleos .desplegar > span *{
                color: #fff;    
            }
        
        .listEmpleos .desplegar:focus p,
        .listEmpleos .desplegar:hover p{ color: #2b2b2b;} 
        
        .listEmpleos .desplegar:focus > span,
        .listEmpleos .desplegar:hover > span{ 
            background-color: #7863b7;
            color: #fff;
        } 
        .listEmpleos .desplegar:focus span span:after,
        .listEmpleos .desplegar:hover span span:after,
        .listEmpleos .desplegar:focus > span *,
        .listEmpleos .desplegar:hover > span *{ 
            color: #fff!important;
        } 
    
        .listEmpleos a.desplegar[aria-expanded="true"] span i{
            transform: rotate(180deg);
            line-height: 15px;
            height: 15px;
            vertical-align: middle;
        }
        .listEmpleos a.desplegar[aria-expanded="false"] span span:after{
            content: 'VER  ';
            display: inline;
            color: #fff;
        }
        .listEmpleos a.desplegar[aria-expanded="true"] span span:after{
            content: 'OCULTAR ';
            display: inline;
            color: #fff;
        }
        .listEmpleos a.desplegar[aria-expanded="true"]{
            background-color: #fff;    
        }
        .listEmpleos a.desplegar[aria-expanded="true"] p{
            color: #fff;
        }
        .listEmpleos a.desplegar span i{
            line-height: 24px;
        }
        .listEmpleos a.desplegar:hover{
            color: #5192ff;
        }

    .listEmpleos .card-body{
        padding: 20px 15px 0px 15px;
        border: 0px;
        border-radius: 0px;    
    }
    
    .listEmpleos .botonera{
        padding: 30px 0;  
        text-align: center;       
    }
        .listEmpleos .botonera button.btn{
            max-width: 450px;
            width: 100%;
            border-radius: 20px 20px 20px 20px;
        }
            .listEmpleos .botonera button.btn i{
                font-size: 30px;
            }
            .listEmpleos .botonera button.btn span{
                font-size: 30px;
                font-weight: 400;
                padding-left: 18px;
            }
        .listEmpleos .botonera button.ok{
            max-width: 450px;
            width: 100%;
            padding: 15px 0;
            border-top: 1px solid #48bf4b;
            border-bottom: 1px solid #48bf4b;
            border-radius: 0px;
        }
            .listEmpleos .botonera button.ok i{
                font-size: 60px;
                color: #48bf4b;
                vertical-align: middle;
                display: block;
                text-align: center;
                margin-bottom: 10px;
            }
            .listEmpleos .botonera button.ok span{
                font-size: 30px;
                font-weight: 400;
                padding-left: 18px;
                color: #48bf4b;
                vertical-align: middle;
                display: block;
                text-align: center;
            }
            
            
            
            
            
.listEmpleos.D2{
    
}  
    .listEmpleos.D2 a.desplegar{
        padding-right:0px;    
    }  
    .listEmpleos.D2 a.desplegar{
        cursor:auto;     
        border-top:0px;
    }            
    .listEmpleos.D2 a.top:after{
        display: inline-block!important;
    }       
    .listEmpleos.D2 .filtros{
        display: none;
    }     
    
    
    
.empleoTxtDetalle{
    
}    
    .empleoTxtDetalle *{
        font-size: 15px;   
    }
    .empleoTxtDetalle p{
        padding-bottom: 7px;  
    }
    .empleoTxtDetalle strong,
    .empleoTxtDetalle b{
        font-weight: 600; 
    }
    .empleoTxtDetalle .compartir{
        text-align: center;
        padding: 10px 0;
    }        
    .empleoTxtDetalle .compartir p{
        text-align: center;
        line-height: 11px;
        padding: 0px;
    }      
    .empleoTxtDetalle .compartir *{
        line-height: 11px;
    }
    .empleoTxtDetalle .txtGestionado ol,
    .empleoTxtDetalle .txtGestionado ul{
        padding-bottom: 10px;    
    }
        .empleoTxtDetalle .txtGestionado ol > li,
        .empleoTxtDetalle .txtGestionado ul > li{
            padding-left: 20px;
            position: relative;
            line-height: 22px;
        }
        .empleoTxtDetalle .txtGestionado ol > li:before,
        .empleoTxtDetalle .txtGestionado ul > li:before{
            content: '•';
            position: absolute;
            left: 5px;  
            font-weight: 900;
            font-size: 20px;
        }
        
        
#pageEmpleoDatos{
    
}
    #pageEmpleoDatos  > .page{
        background: transparent;
        background: -webkit-linear-gradient(bottom left, transparent, #e7e0ff);
        background: -moz-linear-gradient(bottom left, transparent, #e7e0ff);
        background: linear-gradient(to bottom left, transparent, #e7e0ff);
    
    }
    #pageEmpleoDatos .page-content{
        background-color: #f6f2ff;  
        padding: 0px 0 50px 0;  
        
        background: transparent;
        background: -webkit-linear-gradient(bottom right, transparent, #faf8ff 90%);
        background: -moz-linear-gradient(bottom right, transparent, #faf8ff 90%);
        background: linear-gradient(to bottom right,transparent, #faf8ff 90%); 
    }
        #pageEmpleoDatos .page-content section .container{
            margin: auto;
            max-width: 900px; 
            padding-top: 13px;
        }





#pageEmpleoDatos .volver{
    padding: 0px 0 13px 0;  
}

.empleoDatos .top
{
    position: relative;
    display: block;  
    margin-top: 13px; 
}
    .empleoDatos .sinImg .top > div{
        margin: 10px;
    }
    .empleoDatos .top > div{
        display: flex;
        align-items: center;  
        padding-left: 0px;  
        padding-right: 0px;     
    }
    .empleoDatos .top > div > div:nth-child(2)
    {
        width: 100%;
    }
    .empleoDatos .top img{
        width: 150px; 
        padding-right: 20px;     
    }
    .empleoDatos .top h1{
        font-size: 25px;
        font-weight: 500;     
        padding-right: 60px;
        color: #2b2b2b;
    }
    .empleoDatos .top p{
        padding-top: 4px;
        padding-bottom: 5px;
        font-size: 14px; 
        padding-right: 60px;   
    }
        .empleoDatos .top p span.empresa{
            padding-right: 15px;
            margin-right: 15px;
            border-right: 1px solid #c5c5c5;  
            font-weight: 400;     
        }
        .empleoDatos .top p span.dias{
            color: #a7a7a7;
            font-weight: 400;
        }
    .empleoDatos a.top:after{
        font-family:'Font Awesome\ 5 Free';
        content: "\f054";
        font-size: 28px;
        display: none;
        color: #dbdbdb;
        font-weight: 900;
        position: absolute;
        top: 28%;
        right: 20px;
    }
    .empleoDatos a.top:hover:after{
        display: inline-block;
        color: #5192ff;
    }
    
    .empleoDatos .filtros{
        padding: 6px 0px 6px 0px;
    }
        .empleoDatos .filtros > *{
            display: inline-block;
            background-color: #fff;
            color: #898989;
            padding: 3px 10px;
            border-radius: 4px 4px 4px 4px;
            font-size: 15px;
            font-weight: 400;
            margin-bottom: 4px;
            margin-right: 4px;
            border: 1px solid #d2c4ff;
        }

    .empleoDatos .empleoTxtDetalle{
        border-radius: 6px 6px 6px 6px;
        background-color: #fff;
        padding: 20px;
    }
    
    
    .empleoDatos .botoneraEmpleo{
        position: sticky;
        bottom: 0px;  
        
        background-color: rgb(255 255 255 / 70%);
    }


    .empleoDatos .cartelesTop{
        
    }
        .empleoDatos .cartelesTop .postulado{
            display: inline-block;
            padding: 5px 12px 5px 10px;
            color: #fff;
            border-radius: 15px 0px 10px 5px;
            background: #48bf4b;
            font-size: 14px;
            margin-top: 0px;
            margin-bottom: 4px;
            margin-right: 4px;
            text-transform: uppercase;
            font-weight: 500;
        }
        .empleoDatos .cartelesTop .es_urgente{
            display: inline-block;
            padding: 5px 12px 5px 10px;
            color: #fff;
            border-radius: 10px 5px 15px 0px;
            background: #e91e63;
            font-size: 14px;
            margin-top: 0px;
            margin-bottom: 4px;
            margin-right: 4px;
            text-transform: uppercase;
            font-weight: 500;  
        }
    
    
.botoneraEmpleo{
    padding: 30px 0 10px 0;  
    text-align: center;     
}
    .botoneraEmpleo .btnPostularmeEnlace,
    .botoneraEmpleo .btn.btnPostularme{
        max-width: none!important;
        display: inline-block;
        width: auto;
        padding: 16px 29px;
        line-height: 14px;
        font-size: 25px; 
    }
        .botoneraEmpleo .btnPostularmeEnlace span,
        .botoneraEmpleo .btn.btnPostularme span{
            line-height: 25px!important;
            font-size: 25px!important;     
        }
    .botoneraEmpleo .btnPostularmeEnlace,
    .botoneraEmpleo button.btn{
        
        width: auto;
        border-radius: 10px 10px 10px 10px;
        position: relative;
    }
        .botoneraEmpleo .btnPostularmeEnlace i,
        .botoneraEmpleo button.btn i{
            font-size: 30px;
            
            -webkit-transition: all .3s ease 0s;
            transition: all .3s ease 0s;
        }
        
        #modalPostulame .btnPostularme i:before,
        .botoneraEmpleo .btnPostularmeEnlace i:before,
        .botoneraEmpleo .btn.btnPostularme i:before{
            content: "";
            background: #fff;
            display: inline-block;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            vertical-align: middle;
            margin-top: -3px;
            -webkit-animation: shadow-pulse 1s infinite;
            animation: shadow-pulse 1s infinite;
        }
        
        .botoneraEmpleo .btnPostularmeEnlace span,
        .botoneraEmpleo button.btn span{
            font-size: 30px;
            font-weight: 400;
            padding-left: 18px;
        }
    .botoneraEmpleo button.ok{
        max-width: 450px;
        width: 100%;
        padding: 15px 0;
        border-top: 1px solid #48bf4b;
        border-bottom: 1px solid #48bf4b;
        border-radius: 0px;
    }
        .botoneraEmpleo button.ok i{
            font-size: 60px;
            color: #48bf4b;
            vertical-align: middle;
            display: block;
            text-align: center;
            margin-bottom: 10px;
        }
        .botoneraEmpleo button.ok span{
            font-size: 30px;
            font-weight: 400;
            padding-left: 18px;
            color: #48bf4b;
            vertical-align: middle;
            display: block;
            text-align: center;
        }
     
            
@media screen and (max-width: 576px) {
    
   #pageEmpleoDatos{
    
   } 
        #HTMLOfertasRelacionadas .listEmpleos .desplegar p,
        #pageEmpleoDatos .listEmpleos .desplegar p{
            margin-bottom: 0px;
        }  


    .empleoDatos{
        
    }
        .empleoDatos .top > div{
            display: block;        
        }
        .empleoDatos .top h1{
            padding-top: 7px;
        }
        .empleoDatos .top p{
            padding-right: 0px;    
        }
        .empleoDatos .top p span.empresa
        {
            padding-right: 0px;
            margin-right: 0px;
            border-right: 0px;  
            display: block;  
        }
        .empleoDatos .top p span.dias
        {
            display: block;    
        }       

        
    .listEmpleos{
        
    }    
        .listEmpleos .top > div{
            display: block;    
        }
        .listEmpleos a.desplegar,
        .listEmpleos .filtros {
            padding-left: 0px;
            padding-right: 0px;
        }
        .listEmpleos .top h2{
            padding-top: 7px;
            padding-right: 0px;
        }
        .listEmpleos > div {
            padding-left: 15px;
            padding-right: 15px;
        }
        .listEmpleos .top p span.empresa
        {
            padding-right: 0px;
            margin-right: 0px;
            border-right: 0px;  
            display: block;  
        }
        .listEmpleos .top p span.dias
        {
            display: block;    
        }
        .listEmpleos .sinImg .top > div {
            margin: 0px; 
            
        }
        .listEmpleos .desplegar p{
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;   
            max-height: 60px; 
            margin-bottom: 40px;
        }
        
        .listEmpleos .desplegar > span{
            position: absolute;
            bottom: 2px;
            top: auto;
            left: 0px;
            margin: auto;
            right: 0px;
            display: inline-block;    
        }

    .listEmpleos{
        
    }
        .listEmpleos a.top:after{
            top: 25px;
            right: 1px;    
        }
        .listEmpleos.D2 a.desplegar,
        .listEmpleos .top > div{
            padding-left: 0px    
        }
        
        
    .empleoDatos .botoneraEmpleo{
        bottom: 40px;    
    }
}          
   
























#modalPostulame{
    
}
    #modalPostulame .modal-body{
        padding-top: 8px;    
    }
    #modalPostulame .close{
        top: 10px;
        position: absolute;
        right: 23px;
    }
    #modalPostulame .modal-body .titulo{
        font-size: 24px;
        border-bottom: 1px solid #9777fa;
        padding-bottom: 8px;
    }
    #modalPostulame .modal-body .titulo i{
        vertical-align: middle;
    }
    #modalPostulame .modal-body .titulo span{    
        vertical-align: middle;
        padding: 0 0 0 8px;

    }

    #modalPostulame ul{
        margin: 0px;    
        padding: 15px;
        background-color: #efefef;
        border-radius: 3px 3px 3px 3px;
    }
        #modalPostulame ul li{
            background-color: #fff;
            border-bottom: 0px solid #a1a1a1;
            padding: 14px 10px 14px 53px;
            position: relative;
            margin-bottom: 2px;
        }
        #modalPostulame ul li span{
            font-size: 14px;
        }
        
        #modalPostulame li button.checkbox{
            position: relative; 
            text-align: left; 
            margin: auto;
            padding: 0px;
            font-size: 15px;
            font-weight: 400;
            display: inline-block;
            width: 25px;
            height: 25px;
            border-radius: 0px;
            border: 0px;
            position: absolute;
            left: 10px;
            top: 0px;
            bottom: 0px;
        }
            #modalPostulame li button.checkbox:hover{
                
            }
            #modalPostulame li button.checkbox:after{
                content: '';
                display: inline-block;
                width: 25px;
                height: 25px;
                border: 3px solid #efefef;
                background-color: #fff;
                position: absolute;
                left: 0px;
                top: 0px;
                border-radius: 9px;
            }
            #modalPostulame li button.checkbox:hover:after{
                font-family: 'Font Awesome\ 5 Free';
                content: "\f00c";
                color: #9777fa;
                font-weight: 900;
                font-size: 15px;
                line-height: 21px;
                text-align: center;
            }
            #modalPostulame li button.checkbox.active:after{
                font-family: 'Font Awesome\ 5 Free';
                content: "\f00c";
                color: #d2c4ff;
                font-weight: 900;
                font-size: 15px;
                line-height: 21px;
                text-align: center;
                border: 3px solid #d2c4ff;
            }
            #modalPostulame li button.checkbox.active + span{
                color: #9777fa;   
                font-weight: 600; 
            }
        