/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29-ago-2019, 16:25:11
    Author     : MGarcia
*/

.result-item {
    position: relative;
    /*height: 340px;*/
    -webkit-box-shadow: 0px 1px 7px -1px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 1px 7px -1px rgba(0,0,0,0.35);
    box-shadow: 0px 1px 7px -1px rgba(0,0,0,0.35);
    border-radius: 5px;
    /*max-width: 220px;
    max-height: 340px;*/
    margin: auto;
    margin-bottom: 20px;
    overflow-y: hidden;
    padding-bottom: 20px;
}
.result-item img{
    border-radius: none!important;
}
.result-item-empvar{
    height: 140px;
    width: -webkit-fill-available;
    max-width: unset;
}

.p-empleos{
    text-decoration: none;
    color: black;
    margin-top: 15px;
    text-align: justify;
    height: 40px;
    display: -webkit-box;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top:0.5em;
}
.result-item .r-item-body{
    padding-top: 16px;
}				  

.result-item .r-item-header .r-title {
    color: #1C2F5A;
    padding-left: 10px;
    margin: 5px 0;
    text-align: left;
}
.result-item .r-item-body .r-type-date {
    color: #666;
    padding-left: 10px;
    font-size: .8em;
    text-align: left;
}
.result-item .r-item-body .r-type {
    display: block;
}
.result-item .r-item-body .r-info {
    text-align: center;
    padding: 5px 3px;
}
.result-item .r-item-body .r-info .r-outstanding {
    background-color: #E2231A;
    color: #fff;
    font-size: .9em;
}
.result-item .r-item-body .r-info .r-description {
    font-weight: 600;
}
.result-item .r-item-body .r-info .r-phone {
    color: #666;
    font-size: .85em;
}
.result-item .r-item-body .r-image .r-img {
    height: 120px;
    margin: 0 auto;
}
/*				  
.r-image img{
   width: 100%;
   border-radius: 10px;
   margin: 0 auto;

 object-fit: cover;
*/
.r-image img {
    width: 100%;
    margin: 0 auto;
    height: auto!important;
}

.r-image{
    position: relative;
}

div.r-image:after {
    content: "Ver más";
    padding-top: 8px;
    height: 40px;
    width: 40px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background: #b2cce5;
    color: #fff;
    text-align: center;
    line-height: 1em;
    font-size: 12px;
    padding-top: 8px;
    bottom: -20px;
    left: 8px;
}
.rubro-empleos div.r-image:after {
    background: #b2cce5;
}
.rubro-vehiculos div.r-image:after {
    background: #b2cce5;
}
.rubro-varios div.r-image:after {
    background: #b2cce5;
}
.rubro-edictos div.r-image:after {
    background: #b2cce5;
}
.result-item .r-item-body .r-image .cssGalleryView img {
    display: block;
    height: 120px;
    margin: 0 auto;
}
.result-item .r-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
.result-item .r-footer .btn {
    border-radius: 0;
    padding: 3px 20px;
}

.etiqueta-container {
    position: absolute;
    top: 0;
    left: 7px;
    width: 0px;
    height: 0px;
}
.etiqueta-container-empleo,
.etiqueta-container-varios {
    position: absolute;
    top: 0;
    left: 5%;
    width: 0px;
    height: 0px;
}

.anuncio-vermas{
    background: none;
    color: white;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;

    background-color: #F05110;
    display:block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: relative;
    bottom: 35px;
    bottom: 35px;
    right: 80px;
    margin: 0 auto;
}
.div-titulo-anuncio,
.div-operacion-anuncio{
    position: relative;
    font-size: 16px;
    text-align: center;
    font-weight: bolder;
    margin-top: 0px;
    color: #8F8F8F;
}
.div-precio-anuncio{
    position: relative;
    text-align: center;
    color: #007bbf;
    font-weight: 900;
    font-size: 16px;
}
.div-lugar-anuncio{
    position: relative;
    text-align: center;
    color: #8F8F8F;
    font-weight: 300;
    font-size: 14px;
    overflow:hidden;
    height:1.5em;
}
.div-fecha-anuncio{
    color: #337ab7;
    position: relative;
    text-align: center;
}
.div-titulo-anuncio{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5px;

}

.div-descripcion-anuncio{
    font-size: 16px;
    text-align: center;
    font-weight: bolder;
    margin-top: 0px;
    color: #555;
}

.listadoDestacado .slick-track > div ,.listadoBusqueda li > div {
    padding-top: 7px;
}

.caja-empleos-adentro{
    margin-left: 15px;
    margin-right: 15px;
}

.titulo-empleos{
    font-size: 20px;
    font-weight: bold;
    color: #66C941;
    border-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 20px 30px 10px 15px;
    min-width:300px;
}


.titulo-edictos{
    font-size: 20px;
    font-weight: bold;
    color: black;
    border-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 20px 30px 10px 15px;
    display: -webkit-box;
    height: 54px;
    margin: 0 auto;
    line-height: 1.5;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.titulo-varios{
    font-size: 20px;
    font-weight: bold;
    color: #8FBDF5;
    border-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 20px 30px 10px 15px;
}

.fecha-varios{
    color: #8FBDF5;
    font-weight: bolder;
    margin-top: 15px;
    text-align: center;
}
.ver-mas-empleos{
    background: none;
    color: #66c941;
    /* border: none; */
    border: 1px solid black;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    background-color: #ffffff;
    display: block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-top: 30px;
    position: absolute;
    bottom: 173px;
}

.fecha-empleos{
    color: #333;
    font-weight: normal;
    min-width: 180px;
}

.fecha-edictos{
    color: #333;
    font-weight: normal;
    padding-left: 15px;
    padding-bottom: 5px;
}

.block-ellipsis {
    display: -webkit-box;
    max-width: 96%;
    height: 63px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

@media (min-width:768px){
    .fecha-empleos{
        padding-top:20px;
    }

}

@media (min-width:1280px){
    .div-precio-anuncio{
        font-sze:18px;
    }
}
.relacionados .fecha-empleos {
    padding-top: 0px !important;
}
.relacionados .titulo-empleos {
    padding-right: 10px !important;
    width:100%;
}



/**sino tiene foto EL PREGON*/

.div-descripcion-anuncio span{
    display: -webkit-box;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.div-fecha-anuncio{
    position: absolute!important;
    bottom: 2px;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
}

.img-default{
    z-index: -1;
    opacity: 0.5;
}

.r-image .div-descripcion-anuncio{
    min-height:161px;
    padding: 10px 5px;
    position: absolute;
    width:100%;
    top: 50%;
    transform: translateY(-50%);
}
.r-image .div-descripcion-anuncio span{
    line-height: 1.3;
    -webkit-line-clamp: 8;
}