body {
    font-family: 'Roboto', sans-serif;
    color: #5c5c5c;
    background: #fff;
    padding: 0px;
}

a {
    text-decoration: none;
    color: #222;
}

a:hover {
    color: #111;
    text-decoration: none;
}

.no-padding {
    padding: 0;
}

#textoOp {
    font-size: 20pt;
    /*margin-top: 30px;*/
}

.card-block{
    overflow: auto;
    max-height: 200px;
}

#modalLogin, #modalCropImage, #modal_recibirSms{
  display: none;
  width: 481px;
  height: 580px;
  position: fixed;
  top: 0px;
  margin: auto;
  left: 0px;
  bottom: 0;
  right: 0;
  z-index: 999999;
  background-color: white;
  border-radius: 5px;
  overflow: auto;
  transition: all 0.3s ease;
}


/* CROP IMAGENES PERFIL */
.image-editor{
  margin:0 auto;
  margin-top: 88px;
  width: 360px;
}

#modalCropImage .cropit-preview {
  background-color: #f8f8f8;
  background-size: cover;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 7px;
  width: 360px;
  height: 240px;
}

#modalCropImage .cropit-preview-image-container {
  cursor: move;
}

#modalCropImage .image-size-label {
  margin-top: 10px;
}

#modalCropImage input, #modalCropImage .export {
  display: block;
}

#modalCropImage button {
  margin-top: 10px;
}


.label-estado {
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 12pt;
    font-weight: normal;
}

.btn-caduco {
    background-color: #b568b5;
    color: white;
}

.itemGallery img {
    width: 100%;
    height: auto;
}

.row-interior-clasificado .label {
    width: 100%;
    display: inline-block;
    padding: 6px 0;
    font-size: 12pt;
    text-transform: uppercase;
}

.row-interior-clasificado .precio {
    padding: 9px 0 0 0;
    margin-bottom: 0;
}

.tablaFavoritos .panel_imagen {
    max-width: 128px;
}

.card-block-auto label {
    font-weight: normal;
    width: 50px;  
    margin-bottom: 10px;
}

.card-block-auto input {
    width: 100px;  
}

#button-buscar {
    font-size: 15pt;
    margin: 10px 0 0 0;
    display: inline-block;
    font-weight: normal;
    line-height: 30px;
    cursor: pointer;
}

.btn.btn-estado {
    background-color: firebrick;
    color: white;
}

.btn.btn-editar {
    background-color: #757575;
    color: white;
}

.btn.btn-eliminar {
    background-color: #f04e4e;
    color: white;
}

/******* MustangCloud *******/
/****GENERAL****/
.main_container{
    position: relative;
    overflow: hidden;
    width: 100%;
}

.contenedor-general{
    padding: 15px 0px;
}

.contenedor-general.interior{
    padding: 0px 0px 15px 0px;
}

.imagenes_contenedor {
    overflow: hidden;
    line-height: 0;
}

.imagenes_contenedor img {
    position: relative;
    z-index: 99;
    max-width: 100%;
    max-height: 100%;
    margin: 0px auto;
    display: block;
}

#main_body {
    /*max-width: 1170px;
    margin: 0px auto 0px auto;*/
    z-index: 1;
    overflow: hidden;
    position: relative;
    clear: left;
}

.cont-general {
    width: 100%;
    max-width: 1170px;
    margin: 0px auto 0px auto;
    z-index: 1;
    overflow: hidden;
    position: relative;
    clear: left;
}

.text-center{
    text-align: center;
}

.sitio{
    overflow: hidden;
    position: relative;
    /*background: url(../../img/background_clasificados.png) center repeat;
    background-attachment: fixed;*/
}
.not_visible {
    display: none;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
    clear: left;
}

.videoWrapper iframe, .videoWrapper img, .videoWrapper source, .videoWrapper picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*404*/
.error_container{
    width: 100%;
    max-width: 1170px;
    margin:0px auto;
    padding:15px 0px;
}
.error_cuerpo{
    background-color: 
}
.error_title2{
    font-size: 30px;
    margin-bottom: 20px;
}

/*Publis*/
div.ppp{
    text-align: center;
}

.ppp.nota_pub_1{
    width: auto;
    text-align: center;
    margin: 0px auto;
}

.ppp.nota_pub_2{
    width: 49%;
    text-align: center;
    margin: 0px auto;
    float: left;
}

.ppp.nota_pub_3{
    width: 100%;
    text-align: center;
    margin: 0px auto;
}

.bloque-ppp{
    width: 100% !important;
}

.bloque-ppp > div{
    display: inline-block;
    vertical-align: middle;
    margin:10px 0px;
}

.bloque-ppp > div div{
    margin:0px auto !important;
}



/*spinner*/
.loader {
    width: 73px;
    height: 73px;
    margin: 50px auto;
    position: relative;
    transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
    display: none;
}
.loader .cssload-cube {
    position: relative;
    transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
}
.loader .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
}
.loader .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(187,61,65);
    animation: cssload-fold-thecube 2.76s infinite linear both;
        -o-animation: cssload-fold-thecube 2.76s infinite linear both;
        -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
        -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
        -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
    transform-origin: 100% 100%;
        -o-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        -webkit-transform-origin: 100% 100%;
        -moz-transform-origin: 100% 100%;
}
.loader .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
        -o-transform: scale(1.1) rotateZ(90deg);
        -ms-transform: scale(1.1) rotateZ(90deg);
        -webkit-transform: scale(1.1) rotateZ(90deg);
        -moz-transform: scale(1.1) rotateZ(90deg);
}
.loader .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
        -o-transform: scale(1.1) rotateZ(180deg);
        -ms-transform: scale(1.1) rotateZ(180deg);
        -webkit-transform: scale(1.1) rotateZ(180deg);
        -moz-transform: scale(1.1) rotateZ(180deg);
}
.loader .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
        -o-transform: scale(1.1) rotateZ(270deg);
        -ms-transform: scale(1.1) rotateZ(270deg);
        -webkit-transform: scale(1.1) rotateZ(270deg);
        -moz-transform: scale(1.1) rotateZ(270deg);
}
.loader .cssload-c2:before {
    animation-delay: 0.35s;
        -o-animation-delay: 0.35s;
        -ms-animation-delay: 0.35s;
        -webkit-animation-delay: 0.35s;
        -moz-animation-delay: 0.35s;
}
.loader .cssload-c3:before {
    animation-delay: 0.69s;
        -o-animation-delay: 0.69s;
        -ms-animation-delay: 0.69s;
        -webkit-animation-delay: 0.69s;
        -moz-animation-delay: 0.69s;
}
.loader .cssload-c4:before {
    animation-delay: 1.04s;
        -o-animation-delay: 1.04s;
        -ms-animation-delay: 1.04s;
        -webkit-animation-delay: 1.04s;
        -moz-animation-delay: 1.04s;
}


@keyframes cssload-fold-thecube {
    0%, 10% {
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
                75% {
        transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
                100% {
        transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes cssload-fold-thecube {
    0%, 10% {
        -o-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
                75% {
        -o-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
                100% {
        -o-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-ms-keyframes cssload-fold-thecube {
    0%, 10% {
        -ms-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
                75% {
        -ms-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
                100% {
        -ms-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%, 10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
                75% {
        -webkit-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
                100% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cssload-fold-thecube {
    0%, 10% {
        -moz-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
                75% {
        -moz-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
                100% {
        -moz-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

.loader {
  margin: 100px auto;
  width: 75px;
  height: 75px;
  position: relative;
}
.loader .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.loader .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #d30a12;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.loader .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.loader .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.loader .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.loader .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.loader .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.loader .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.loader .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.loader .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.loader .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.loader .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.loader .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.loader .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.loader .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.loader .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.loader .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.loader .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.loader .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.loader .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.loader .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.loader .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.loader .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.loader .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* content styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}


@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}
@media (max-width: 992px) {
   .row-height {
        display:block;
    }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}


/****************************************/
/* Clasificados */
/****************************************/

/* botones */
.btn{
    box-shadow: 0px 2px 2px #ccc;
    border-radius:2px;
}
.btn-red{
    background: #e70300;
    color:#FFFFFF;
}
.btn-red:hover{background-color: #c2474c; color: #FFFFFF;}

.btn-yellow{
    background: #ffb400;
    color:#FFFFFF;
}
.btn-yellow:hover{background-color: #f1aa00; color: #FFFFFF;}

.btn-black{
    background: #000000;
    color:#FFFFFF;
    box-shadow: 0px 2px 2px #222;
}
.btn-black:hover{background-color: #222222; color: #FFFFFF;}


/* labels */
.label-red{
    background-color:#e20300;
    font-weight: normal;
}

/* header */
.header_gral {
    background: #d30a12;
}
.header_top > div {
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
}

.header_top {
    
    height: 73px;
    line-height: 73px;
    /*width: 100%;*/
    max-width: 1170px;
    margin:0px auto;
    /*overflow: hidden;*/
}


@media (max-width: 518px){
    .logueado{
        right: -50px;
        left: inherit;
    }
}

.header_top .logo{
    width: 120px;
    height: inherit;
}

.header_top .logo span{
    margin-top:7px;
}

.header_top .buscador{
    width: calc(100% - 520px);
    height: inherit;
    position: relative;
    text-align: right;
    padding:0px 20px;
}

.header_top .buscador .lupa{
    vertical-align: middle;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin:auto;
    right: 35px;
    zoom: 0.7;
    display: none;
}

.header_top .buscador input{
    outline: 0;
    border: 0px;
    width: 100%;
    line-height: normal;
    height: 45px;
    box-shadow: 0px 0px 4px #000000;
    padding: 15px;
    display: none;
}

.header_top .buscador input:focus,
.header_top .header_input_search:focus{
    color: #136fff;
}

.header_top .lupa.lupa_focus{
    background-position: -194px -68px;
}

.header_top .lupa.lupa_mobile{
    margin-right: 15px;
}

.header_top .lateral{
    width: 400px;
    height: inherit;
    text-align: right;
}

.header_top .lateral .publica_mobile{
    border-radius: 70px;
    padding:6px 7px;
    box-shadow: none;
    display: none;
}
.header_top .lateral .publica_mobile span{
    zoom: 0.5;
}

.header_top .lateral .btn{
    margin-left: 15px;
}

.header_barra {
    background: #FFFFFF;
    vertical-align: middle;
    box-sizing: content-box;
    position: relative;
    z-index: 99;
    margin-top: 15px;
}
.header_barra .breadcrumb{
    margin: 0px;
    background: none;
    padding: 20px 0px;
}
.header_barra .breadcrumb li{
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
}
.header_barra .breadcrumb li,
.header_barra .breadcrumb li a{
    color:#b6b6b6;
}
.header_barra .breadcrumb li.active.seccion,
.header_barra .breadcrumb li.active.seccion a{
    color:#333333;
    font-weight: bold;
    font-size: 15px;
}
.header_barra .breadcrumb>li+li:before {
    content: " > ";
    color: #a1a1a1;
    font-weight: normal;
}
.header_barra .seccion{
    text-transform: capitalize;
}
.header_barra .seccion a:hover,
.header_barra .seccion a span:hover{
    cursor: pointer;
}
.header_barra .derecho > div{
    display: inline-block;
    margin-left: 0px;
}
.header_barra .derecho .resultados{
    padding: 20px 15px;
}
.header_barra .derecho .filtro_orden select{
    border:0px;
    text-align: center;
    outline: none;
    vertical-align: middle;
}
.header_barra .derecho .filtro_orden .orden_clasif {
    padding:20px 15px 20px 35px;
    background: url(/img/icono_filtro.png) no-repeat 12px center;
}

@media (min-width: 992px){
    .principal .header_barra{
        width: 100%;
    }

}

@media (max-width: 992px){
    .header_barra .derecho .resultados,
    .header_barra .breadcrumb,
    .header_barra .derecho .filtro_orden .orden_clasif{
        padding-top: 5px;
    }
    .header_barra .derecho .filtro_orden .orden_clasif{
        padding-bottom: 8px;
    }
}

@media (max-width: 768px){
    .header_barra .breadcrumb{
        float: none !important;
        text-align: left;
        margin:0px auto;
        border-bottom: 1px solid #dbdbdb;
    }
    .header_barra .derecho{
        float: none !important;
        text-align: center;
        margin:0px auto;
    }
    .home_block .col_home{
        width: 100% !important;
    }

    .lista_clasificados .container{
      /*  padding:0px 15px;*/
    }
}

@media (max-width: 500px){
    .header_barra .derecho .filtro_orden select{
        border:0px;
    }
}


@media (max-width: 767px){
    .header_top .lateral .lupa,
    .header_top .lateral .publica_mobile{
        display: inline-block;
    }
    .header_top .logo{
        padding:0px 5px;
    }
    .header_top .logo img{
        width: 100%;
        max-width: 170px;
    }
    .header_top .buscador{
        display: none;
    }
    .header_top .lateral{
        width: calc(100% - 120px);
    }
    .header_top .buscador{
        display: none;
    }
}

@media (max-width: 600px){
    .dropdown_login_name{
        display: none;
    }
}
.main_buscador {
    height: 0px;
    -webkit-transition: height ease-in-out .30s;
    -o-transition: height ease-in-out .30s;
    transition: height ease-in-out .30s;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    line-height: 73px;
    margin: auto;
    overflow: hidden;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
}
.main_buscador > * {
    display: inline-block !important;
    margin-right: -4px;
    vertical-align: middle;
}

.main_buscador .lupa{
    margin: 0px 5px 0px 10px;
}
.main_buscador .icono_close{
    zoom: 0.6;
}
.header_input_search{
    width: calc(100% - 85px);
    border: 0px;
    outline:none;
    box-shadow: none !important;
}
.stickyClasif{
    position: fixed;
    z-index: 999;
    top:0;
    left: 0;
    right: 0;
}

/*******************************************
***************Footer 0223******************
********************************************/
.footer_clasificados .col_footer{
    display: inline-block;
    margin:0px;
    margin-right: -4px;
    width: 25%;
    box-sizing: border-box;
    margin-top:15px;
    vertical-align: top;
}

.footer_clasificados .col_footer ul li{
    display: block;
    padding: 0px 10px;
}

.footer_clasificados .col_footer ul li a{
    color:#FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 1.6;
    font-family: "Roboto Slab"
}

.footer_clasificados .footer_bottom_right,
.footer_clasificados .footer_bottom_left{
    display: inline-block;
    margin:0px;
    margin-right: -4px;
    box-sizing: border-box;
    font-size: 13px;
    color:#820002;
}

.footer_clasificados .footer_bottom_left{
    width: 75%;
}

.footer_clasificados .footer_bottom_left p{
    margin-bottom: 0px;
}

.footer_clasificados .footer_bottom_right{
    width: 25%;
    padding: 0px 10px;
}


.footer_menu{
   height: 80px;
}

.footer_menu a{
    color: #166eff !important;
}

.footer_clasificados ul li a{
    font-weight: 100;
}

.footer_clasificados h4{
    text-align: center;
}

.footer_clasificados .logo img{
    width: 120px;
}


/*******************************************
*****************Home 0223******************
********************************************/
.home_block .col_home{
    display: inline-block;
    margin:0px;
    width: 20%;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    padding:30px 10px;
    height: 120px;
}

.home_block .col_home a{
    color:#FFFFFF;
    font-family: "Roboto Slab";
}

.home_block .col_home a span{
    display: block;
    margin:0px auto 10px auto;
}

.icono_perfil img {
  width: 100%;
  border-radius: 20px;
}

.home_block .col_home.autos{background-color: #454174;}
.home_block .col_home.inmuebles{background-color: #3db0b3;}
.home_block .col_home.empleos{background-color: #fdae4f;}
.home_block .col_home.servicios{background-color: #a25579;}
.home_block .col_home.varios{background-color: #e96f6c;}


.home_block .home_block_cont{
    background-color: #FFFFFF;
    box-shadow: 0px 0px 2px #777;
    background: url('/img/home_clasificados.jpg') center right no-repeat;
    height: 534px;
    position: relative;
}

.home_block .home_block_cont .bx-wrapper {
    position: absolute;
    top: 50%;
    margin-top: -100px !important;
}

.home_block .home_block_cont_auto{
    background: url('/img/home_clasificados_auto.jpg') center right no-repeat;
}

.home_block .home_block_cont .bloque{
    background-color: rgba(255,255,255,0.5);
    width: 100%;
    height: 200px;
    padding:15px;
}

.home_block .home_block_cont .bloque .texto{
    font-size: 60px;
    font-family: "Roboto Slab";
    line-height: 55px;
    font-weight: bold;
    display: inline-block;
    margin: 50px;
    vertical-align: top;
}

.home_block .home_block_cont .bloque .logo{
    margin: 50px;
}

@media (max-width: 992px){
    .home_block .home_block_cont .bloque .texto{
        font-size: 40px;
    }
    .slider_clasificados {
      display: none;
    }
}

/*******************************************
***************Iconos 0223******************
********************************************/
.iconos-clasificados {
    background-image: url(/img/iconos_clasificados_0223.png);
    display: inline-block;
    margin-right: -4px;
    background-repeat: no-repeat;
}

.iconos-clasificados.automoviles{
    background-position: 0px 0px;
    width: 35px;
    height: 24px;
}
.iconos-clasificados.inmuebles{
    background-position: 0px -24px;
    width: 29px;
    height: 24px;
}
.iconos-clasificados.empleos{
    background-position: -35px 0px;
    width: 22px;
    height: 28px;
}
.iconos-clasificados.servicios{
    background-position: -29px -27px;
    width: 29px;
    height: 27px;
}
.iconos-clasificados.varios{
    background-position: -57px 0px;
    width: 43px;
    height: 32px;
}

.iconos-clasificados.logo{
    background-position: 0px -68px;
    width: 201px;
    height: 104px;
}

.iconos-clasificados.logo_small_white{
    background-position: -201px -68px;
    width: 115px;
    height: 59px;
}

.iconos-clasificados.logo_extrasmall_color{
    background-position: -58px -32px;
    width: 65px;
    height: 35px;
    vertical-align: middle;
    margin-left: 15px;
}

.iconos-clasificados.fb{
    background-position: -133px 0px;
    width: 33px;
    height: 33px;
}

.iconos-clasificados.tw{
    background-position: -100px 0px;
    width: 33px;
    height: 33px;
}

.iconos-clasificados.wsp_contacto{
    background-position: -166px 0px;
    width: 47px;
    height: 47px;
}

.iconos-clasificados.fb_contacto{
    background-position: -213px 0px;
    width: 24px;
    height: 47px;
}



/*Iconos*/
.iconos_clasif {
    background-image: url(/img/iconos_clasificados.png);
    display: inline-block;
    background-repeat: no-repeat;
    cursor: pointer;
}

.iconos_clasif.icono_trabajo{
    width: 49px;
    height: 53px;
    position: relative;
    top: 22px;
    margin: 0 5px;
    background-position: -63px 0px;
}

.iconos_clasif.icono_lupa_negra{
    width: 27px;
    height: 27px;
    background-position: -224px -68px;
    vertical-align: middle;
}

.iconos_clasif.icono_close{
    width: 34px;
    height: 36px;
    background-position: -234px -115px;
    vertical-align: middle;
}

.iconos_clasif.icono_perfil{
    width: 34px;
    height: 34px;
    background-position: -140px -115px;
    vertical-align: middle;
}

.iconos_clasif.icono_puntitos{
    width: 6px;
    height: 21px;
    background-position: -114px -69px;
    vertical-align: middle;
}

.iconos_clasif.icono_lapiz{
    width: 39px;
    height: 39px;
    background-position: -38px -171px;
    vertical-align: middle;
}

.iconos_clasif.icono_inmuebles {
    width: 49px;
    height: 53px;
    position: relative;
    top: 22px;
    margin: 0 5px;
    background-position: -7px 0px;
}

.iconos_clasif.icono_filtro_small {
    width: 15px;
    height: 15px;
    position: relative;
    background-position: -327px -31px;
    vertical-align: middle;
}

.iconos_clasif.icono_servicios {
    width: 49px;
    height: 53px;
    position: relative;
    top: 22px;
    margin: 0 5px;
    background-position: -113px 0px;
}

.iconos_clasif.icono_varios {
    width: 49px;
    height: 53px;
    position: relative;
    top: 22px;
    margin: 0 5px;
    background-position: -167px 0px;
}

.iconos_clasif.icono_fb {
    width: 49px;
    height: 53px;
    position: relative;
    top: 22px;
    margin: 0px;
    background-position: -274px 0px;
}

.iconos_clasif.icono_tw {
    width: 49px;
    height: 53px;
    position: relative;
    top: 22px;
    margin: 0px;
    background-position: -221px 0px;
}

.iconos_clasif.icono_gp {
    width: 49px;
    height: 53px;
    position: relative;
    top: 22px;
    margin: 0px;
    background-position: -292px -247px;
}

.iconos_clasif.icono_corazon_rojo {
    width: 29px;
    height: 27px;
 
    margin: 0px;
    padding: 0;
    background-position: -161px -67px;
}

.iconos_clasif.icono_corazon_gris {
    width: 29px;
    height: 27px;
 
    margin: 0px;
    padding: 0;
    background-position: -129px -67px;
}
.iconos_clasif.icono_corazon_rojo_big {
    width: 40px;
    height: 40px;
    margin: 0px;
    padding: 0;
    background-position: -293px -204px;
}
.iconos_clasif.icono_corazon_gris_big {
    width: 40px;
    height: 40px;
    margin: 0px;
    padding: 0;
    background-position: -293px -165px;
}

.iconos_clasif.icono_automoviles_small {
    width: 38px;
    height: 25px;
    position: initial;
    background-position: -62px -66px;
    vertical-align: sub;
    margin-right: 5px;
    cursor: default;
}

.iconos_clasif.icono_varios_small {
    width: 38px;
    height: 25px;
    position: initial;
    background-position: -142px -157px;
    vertical-align: sub;
    margin-right: 0px;
    cursor: default;
}

.iconos_clasif.icono_inmuebles_small {
    width: 38px;
    height: 25px;
    position: initial;
    background-position: -174px -157px;
    vertical-align: sub;
    margin-right: 0px;
    cursor: default;
}

.iconos_clasif.icono_servicios_small {
    width: 38px;
    height: 25px;
    position: initial;
    background-position: -142px -157px;
    vertical-align: sub;
    margin-right: 0px;
    cursor: default;
}

.iconos_clasif.icono_empleos_small {
    width: 38px;
    height: 25px;
    position: initial;
    background-position: -240px -157px;
    vertical-align: sub;
    margin-right:0px;
    cursor: default;
}

.iconos_clasif.icono_automoviles {
    width: 49px;
    height: 53px;
    position: relative;
    top: 19px;
    
    margin: 0 5px;
    background-position: -5px -50px;
}

.login_redes .icono_fb, .login_redes .icono_tw, .login_redes .icono_gp{
    position: initial;
}

.boton_categorias{
    margin-bottom: 30px;
}
.boton_categorias:hover{
    cursor: pointer;
}

.boton_categorias .iconos_clasif.icono_trabajo{
    width: 49px;
    height: 53px;
    position: initial;
    margin: 0 11px;
    background-position: -63px 0px;
}




.boton_categorias.active > .iconos_clasif.icono_automoviles {
    width: 54px;
    height: 53px;
    position: initial;
    margin: 0 11px;
    background-position: -87px -158px;
}

.boton_categorias.active > .iconos_clasif.icono_trabajo  {
    width: 49px;
    height: 53px;
    position: initial;
    margin: 0 11px;
    background-position: -54px -208px;
}

.boton_categorias.active > .iconos_clasif.icono_inmuebles  {
    width: 49px;
    height: 53px;
    position: initial;
    margin: 0 11px;
    background-position: 0px -208px;
}

.boton_categorias.active > .iconos_clasif.icono_servicios  {
    width: 49px;
    height: 53px;
    position: initial;
    margin: 0 11px;
    background-position: -105px -207px;
}

.boton_categorias.active > .iconos_clasif.icono_varios  {
    width: 49px;
    height: 53px;
    position: initial;
    margin: 0 11px;
    background-position: -160px -206px;
}

.boton_categorias .iconos_clasif.icono_inmuebles {
    width: 49px;
    height: 53px;
    position: initial;
    margin: 0 11px;
    background-position: -7px 0px;
}

.boton_categorias .iconos_clasif.icono_servicios {
    width: 49px;
    height: 53px;
    position: initial;
    margin: 0 11px;
    background-position: -113px 0px;
}

.boton_categorias .iconos_clasif.icono_varios {
    width: 49px;
    height: 53px;
    position: initial;
    margin: 0 11px;
    background-position: -167px 0px;
}


.boton_categorias .iconos_clasif.icono_automoviles {
    width: 49px;
    height: 53px;
    position: initial;
    margin: 0 11px;
    background-position: -5px -50px;
}

.boton_categorias .iconos_clasif.icono_automoviles_blanco {
    width: 54px;
    height: 53px;
    position: initial;
    margin: 0 11px;
    background-position: -87px -158px;
}

.iconos_clasif.icono_fotos{
    width: 82px;
    height: 68px;
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    top: 33%;
    left: 33%;
    position: absolute;
    margin: 0 11px;
    background-position: -2px -100px;
    z-index: 9;
    opacity: 0.6;
}

.seguinos{
    text-align: center; 
}

.seguinos li{
    margin:0 !important; 
}

.footer_clasificados{
    box-shadow: 0 -3px 5px #ddd;
    position: relative;
    z-index: 99;
    background-color:#d30a12;
}

.footer_clasificados ul{
    padding:0;
    margin:0; 
}

.otros_clasif{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; 
}

.busca_trabajo{
    border-left: 1px solid #ccc;
}

.links_footer{
    height: 48px;
    border-top: 1px solid #ccc;
    line-height: 45px;
}

@media (max-width:  992px){

    .footer_clasificados{
        padding-top: 15px;
    }

    .footer_clasificados .col_footer:first-child{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .footer_clasificados .container{
        text-align: center;
    }

    .footer_clasificados .col_footer{
        width: 30%;
        margin:0px auto;
        text-align: left;
    }

    .footer_clasificados .footer_bottom_right,
    .footer_clasificados .footer_bottom_left{
        text-align: left;
        padding-top: 15px;
    }

    .footer_clasificados .footer_bottom_right{
        width: 35%;
    }
    .footer_clasificados .footer_bottom_left{
        width: 55%;
    }
}

@media (max-width: 768px){
    .footer_clasificados .col_footer,
    .footer_clasificados .footer_bottom_right,
    .footer_clasificados .footer_bottom_left{
        width: 100%;
        text-align: center;
    }

    .iconos_clasif.icono_tw{
        margin-right: 10px;
    }

    .otros_clasif li{
        display: block !important;
    }

    .otros_clasif {
        height: 220px !important;
       margin-bottom: 25px !important;
    }
}

.texto_terminos{
    background: #fff;
    padding: 48px 74px;
    border: 1px solid #ccc;
}

.recuadro_publicar{
    background: #fff;
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

.recuadro_publicar .label {
    padding: 6px;
}

.promo_clasificado a{
    color:#0664ff;
}

.modulo_clasificados{
    margin:0px -15px !important;
}

.clasificado {
 margin-bottom: 20px;
 border-radius: 0px 0px 3px 3px;
}

.clasificado img{
 /*   max-height: 300px;*/
}

.clasificado .icono_corazon_gris,
.clasificado .icono_corazon_rojo{
    position: absolute;
    top: 17px;
    right: 30px;
}

.clasificado .padding_nota{
    background: #fff !important;
    padding: 10px 15px;
    border-radius: 0px 0px 3px 3px;
    height: 70px;
    display: flex;
    align-items: center;
}

.clasificado .padding_nota h3{
    font-size: 16px;
    height: 40px;
    margin: 0px;
    font-weight: bold;
    width: calc(100% - 30px);
    font-family: "Roboto Slab";
}

.clasificado .padding_nota .precio{
    color:#c3343a;
    font-size: 19px;
    font-weight: bold;
    margin:0px;
    font-family: "Roboto Slab";
}

.clasificado .padding_nota .datos_user{
    width: 65%;
}
.clasificado .padding_nota .precio_li{
    width: 35%;
    text-align: center;
}

.clasificado .padding_nota .datos_user p{
    margin:0px;
    font-size: 14px;
    padding-left: 10px;
    text-align: left;
    text-overflow: ellipsis;
    font-family: "Roboto";
    white-space: nowrap;
    overflow: hidden;
}

.clasificado .padding_nota .datos_user .por{
    color:#000000;
    font-weight: bold;
}
.clasificado .padding_nota .datos_user .fecha,
.clasificado .padding_nota .datos_user .precio_texto{
    font-size: 13px;
    color:#bcbcbc;
}

.clasificado, .clasificado_interior .contenido{
    box-shadow: 0px 0px 5px #999999;
}

.clasificado, .clasificado_interior .lateral{
    padding-right: 0px;
}

.clasificado_interior .lateral{
    padding-left: 30px;
}
.clasificado_interior .lateral .lateral_cont{
    padding:15px;
    background: #e9e9e9;
}

@media (max-width: 992px){

    .clasificado_interior.container,
    .pg_publicar .container,
    .pg_publicar.contenedor-general{
        padding: 0px 15px;
        /*width: 95% !important;
        margin:0px 2.5%;*/
    }

    .pg_publicar .contenedor-general{
        padding:15px !important;
    }

    .clasificado_interior .lateral{
        padding:0px;
    }
    .interior .header_barra .breadcrumb{
        border-bottom: 0px;
        /*padding:5px 15px 10px 15px;*/
    }
    .contenedor_interior .redes{
        text-align: center;
    }
    .contenedor_interior .reportar_anuncio{
        display: block;
        text-align: center;
        position: static !important;
        float: none !important;
        margin-top: 10px;
    }

    .interior .promo_clasificado{
        width: 95%;
        margin: 40px auto 30px auto !important;
        padding:0px 15px;
    }
    .interior .modulo_clasificados{
        width: 95%;
        margin: 0px auto !important;
    }
}

.espacio_interior{
    padding-top: 3px !important;
}

.datos_clasif{
    font-size: 19px;
    color: #333;
    vertical-align: middle;
    margin:0px;
    width: 100%;
}

.datos_clasif li{
    vertical-align: middle;
    padding:0px;
    display: inline-block;
    margin-right: -4px;
    margin-top: 5px;
}

.datos_clasif li.separador{
    border-right: 1px solid #dedede;
    height: 25px;
    margin: 0 5px;
}

@media (min-width: 1200px) and (max-width: 1460px){
    .datos_clasif li{
    }
}
.datos_clasif span{
    font-size: 12px;
    color: #afafaf;
}

@media (max-width:  992px){
   .texto_terminos {
        padding: 30px;
        
    }
}

@media (max-width: 767px){
    .texto_terminos {
        padding: 25px;  
    }
    .header_barra{
        padding:0px 15px !important;
    }
    .titulo_clasificado{
        font-size: 25px !important;
    }
}

.boton_categorias{
    background: #fff;
    padding: 5px 15px;
    margin-right: -4px !important;
    color: #FFFFFF;
    font-family: "Roboto Slab";
    text-align: center;
    display: inline-block !important;
    vertical-align: center;
}

.boton_categorias.active{
    background-color: #d30a12 !important;
}

.boton_categorias .nombre_categoria{

    display: block;
    margin-top: 10px;
}

.imagenes_contenedor .publicar_cruz {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 100;
  background: white;
  padding: 5px;
  border-radius: 18px;
  cursor: pointer;
}

.imagenes_contenedor .publicar_cruz:hover {
    background: gainsboro;
    transition: background ease-in-out .15s;
}

.subirFoto{
    position: relative;
    background: #ccc;
    height: 160px;
}

@media (max-width:  992px){
    .iconos_clasif.icono_fotos{
        top: 33%;
        left: 26%;
    }

    .subirFoto{
        height: 151px !important;
        margin-bottom: 30px;
     }

     .boton_categorias {
        margin-bottom: 12px;
    }
}

@media (max-width: 768px){
    .subirFoto{
       height: 151px !important;
       margin-bottom: 30px;
    }

    .iconos_clasif.icono_fotos{
       top: 25%;
       left: 31%;
    }

    .boton_categorias {
        margin-bottom: 12px;
    }
}

.mustang_div {
  clear: both;
  width: 100%;
  text-align: center;
  margin: 0 auto 0 auto;
  font-size: 12pt;
  color: #ffffff !important;
  padding: 8px 0;
  float: left;
  background-color: #3f3f41;
}
.mustang_div span{
    color: #FFFFFF;
    position: relative;
    top: 2px;
}

.form-group {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
}

.form-group input[type=text], .form-group input[type=tel], .form-group input[type=password], .form-group textarea, .form-group select {
    width: 100%;
}

label {
    font-weight: 100;
}

#modalLogin {
    display: none;
    width: 481px;
    height: 650px;
    position: fixed;
    top: 0px;
    margin: auto;
    left: 0px;
    bottom: 0;
    right: 0;
    z-index: 99999;
    background-color: white;
    border-radius: 5px;
    overflow: auto;
}

#opacityBody {
    background-color: #000000;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    z-index: 99999;
    opacity: 0.7;
    display: none;
}

#login_cruz, #login_cruz_pass, #login_cruz_clasif {
    position: absolute;
    right: 13px;
    cursor: pointer;
    top: 16px;
}

#login_icon {
    position: absolute;
    top: 16px;
    left: 22px;
}

#login_texto {
    font-size: 16pt;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    padding: 20px;
    display: block;
}

.login_title {
    overflow: hidden;
    padding: 0 20px;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 12pt;
    line-height: 1.2;
}

.login_title img {
    width: 96px;
    margin-right: 20px;
    float: left;
}

.login_title label {

}

#login_pad {
    padding: 20px;
}

.login_linea {
    display: block;
    padding: 20px 0;
    font-family: 'Roboto Slab', serif;
    color: #e20000;
    text-align: center;
    font-size: 20pt;
    line-height: 1.2;
    clear: both;
    width: 100%;
}

#formLogin div {
    float: left;
    width: 48%;
}

#formLogin div:nth-child(1) {
    margin-right: 1%;
}

#formLogin div:nth-child(2) {
    margin-left: 1%;
}

.nota_busqueda_img {
    float: left;
    width: 30%;
    margin: 0 2.5% 2.5% 0;
    position: relative;
}

#ingresar {
    cursor: pointer;
    background-color: #E20000;
    color: white;
    font-family: 'Roboto Slab', serif;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
    font-size: 15pt;
    position: relative;
    left: 50%;
    margin-left: -63px;
    margin-top: 10px;
    float: left;
    clear: both;
}

#login_recuperar {
    font-family: 'Roboto Slab', serif;
    display: block;
    clear: both;
    font-size: 12pt;
    text-align: center;
    padding: 10px 0 20px 0;
    cursor: pointer;
}

#response {
    float: left;
    clear: both;
    margin: 5px 0;
}

#suscribir {
    cursor: pointer;
    background-color: #E20000;
    color: white;
    font-family: 'Roboto Slab', serif;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
    font-size: 15pt;
    position: relative;
    left: 50%;
    margin-left: -80px;
}

#sus_loading {
    display: none;
    width: 20px;
    position: absolute;
    right: 120px;
    top: 290px;
}


.ocasionalmente {
    display: none;
}

.ocasionalmente input {
    margin: 10px !important;
    cursor: pointer;
}

.ocasionalmente label {
    display: block;
    cursor: pointer;
}

.nota_relacion_icono {
    background-position: -449px -22px;
    background-image: url('/img/iconos.png');
    width: 35px;
    height: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
}

.nota_relacion {
    cursor: pointer !important;
    font-size: 15px;
    line-height: 1.3;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}

#formSuscripcion input, #formSuscripcion select, #formLogin input {
    margin:  6px 2px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#suscripcion_line {
    position: absolute;
    top: 38px;
    width: 462px;
    font-size: 13pt;
    line-height: 21px;
}

.button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 4px;
}

#modal_changePassword {
    width: 481px;
    height: 400px   ;
    position: fixed;
    top: 0px;
    margin: auto;
    left: 0px;
    bottom: 0;
    right: 0;
    z-index: 99999;
    background-color: white;
    border-radius: 5px;
}

#login_respuesta {
    font-size: 12pt;
    display: block;
    padding: 15px 0;
}

#cambio {
    padding-top: 5px;
    float: right;
    width: 100px;
    background-color: #CD2027;
    color: white;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
    border-radius: 22px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
}

.terminos {
    height: 200px;
    width: 595px;
    overflow-y: scroll;
    margin: 0px;
    resize: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/****/



/*HOME*/

#contenedor_filtros{
    background: #ececec;
    margin:15px;
    height: 100%;
}

#contenedor_filtros .filtros_activos{
    padding:15px;
    border-bottom: 1px solid #dbdbdb;
}

@media (max-width: 992px){
    #contenedor_filtros{
        background: none;
    }
    #formFiltros{
        background: #ececec;
        overflow: hidden;
    }
}

.tag_close {
  font-size: 14px;
  padding: 10px 7px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.tag_close a {
  color: #bbb;
  cursor: pointer;
  opacity: 0.6;
}
.tag_close a:hover {
  opacity: 1.0
}
.tag_close .remove {
  vertical-align: bottom;
  top: 0;
}
.tag_close a {
  margin: 0 0 0 .3em;
}
.tag_close a .glyphicon-white {
  color: #fff;
  margin-bottom: 2px;
  font-size: 11px;
}

#contenedor_filtros a{
    color: inherit;
    text-decoration: none;
}

#contenedor_filtros #accordion_filtros{
    position: relative;
}

#contenedor_filtros #accordion_filtros .card{
    border-bottom: 1px solid #dbdbdb;
    padding:4px 15px;
    position: relative;
}


#contenedor_filtros .desplegable-filtro.arrow-down:before{
    content: "";
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QcHDxQ5RMyeTgAAAGxJREFUGNON0LEKwlAQRNHzFfmilFqaLtYptEmttX6wIMLTZzOBIFEzMM3dC8suy9mlq9KjpP0/ecATr1mHb/IYoWCflrDxUz6h4oFuxruwivMELwF3bBc2bzKruMIBN7Q/bmvjHCfQrPheA29aURxWo/0EvAAAAABJRU5ErkJggg==') center no-repeat;
    position: absolute;
    right: 15px;
    top:10px;
    width: 12px;
    height: 8px;
    display: block;
}
#contenedor_filtros .desplegable-filtro.arrow-up:before{
    content: ""; /* arrow unicode filtros */
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QcHDxQqwHLfkAAAAHFJREFUGNON0D0KwmAQhOEH2/Q2XiellqbTOoU2qfVUXs1G+DQpMor4FwcGltmXYVlGzU3rwexwRv0DrsPsZ1igwgmrD/AyuyosOKDHBc0T3CTrcXxt6nBDwTYuybpvt7a4Brq7nfrGJs0l819ax28aAEmzGQ+3LB49AAAAAElFTkSuQmCC')
    center no-repeat;
    position: absolute;
    right: 15px;
    top:10px;
    width: 12px;
    height: 8px;
    display: block;
}

.general-filtros > .card-header{
    padding:0px 15px;
}

.general-filtros.arrow-up:before,
.general-filtros.arrow-down:before{
    top:3px !important;
}

#contenedor_filtros .filtros_lista .check{
    display: block;
    font-weight: normal;
    cursor: pointer;
}

#contenedor_filtros .filtros_lista .check span{
    color:#9a9a9a;
}

#contenedor_filtros .filtros_lista .check input[type="checkbox"]{
    margin-right: 15px !important;
}

#contenedor_filtros .filtros_lista .mas_opciones{
    color:#048dfe;
    margin-left: 17px
}

@media (max-width: 992px){
    #contenedor_filtros{
        margin:0px;
    }
    #main_body{
        margin:0px;
    }
    .panel_side{
        padding-left: 0px !important;
    }
    .header_top.container{
        padding:0px 15px;
    }
}

#formSuscripcion label, #formLogin label {
    display: block;
    font-size: 11pt;
    
    line-height: 1.2;
}

#modal_changePassword {
    width: 481px;
    height: 400px   ;
    position: fixed;
    top: 0px;
    margin: auto;
    left: 0px;
    bottom: 0;
    right: 0;
    z-index: 99999;
    background-color: white;
    border-radius: 5px;
}

#login_respuesta {
    font-size: 12pt;
    display: block;
    padding: 15px 0;
}

#cambio {
    padding-top: 5px;
    float: right;
    width: 100px;
    background-color: #CD2027;
    color: white;
    height: 31px;
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
}

 .user_cont{
   width: 20px;
   margin-right: 10px;
}

.cerrarSesion {
  cursor: pointer;
}

.dropdown_login{
    display: inline;
    color:#FFFFFF;
}

.logueado{
  top: 42px !important;  
}

.button_verde {
  background-color: #009038 !important;
}

.nombreUsr{
    margin-right: 10px;
}

.nombreUsr:hover{
    cursor: pointer;
}

.no-padding{
    padding:0px;
}

/*Paginacion Clasificados*/
.pagination>li>a, .pagination>li>span{
    background: none;
    border:0px;
    color:#000000;
    border-radius: 3px !important;
    margin-left: 1px;
}

.pagination>.active>a, .pagination>.active>span,
.pagination>.active>a:hover, .pagination>.active>span:hover,
.pagination>.active>a:focus, .pagination>.active>span:focus,.pagination>li:hover>a{
    background: rgba(255,38,22,0.8);
    border:0px;
    color:#FFFFFF;
}

@media (min-width: 1200px){
    .container.principal{
        width: calc(100% - 50px);
        width: 1170px;
    }
}

.error{
    color:red !important;
    font-size: 13px;
}

@media (min-width: 992px){
    .container.principal{
        width: calc(100% - 50px);
        max-width: 1170px;
    }

    


    #contenedor_filtros .desplegable-filtro.arrow-down:before,
    #contenedor_filtros .desplegable-filtro.arrow-up:before{
        top: 17px;
    }


}
input[type="checkbox"]:before {
  border: 1px solid #595959;
  background: #ffffff;
  content: "\00a0";
  display: inline-block;
  font: 14px/1em sans-serif;
  height: 16px;
  margin: 0 5px 0 0px;
  padding: 1px;
  vertical-align: top;
  width: 16px;
}
input[type="checkbox"]:checked:before {
  background: #e20300;
  color: #ffffff;
  content: "\2713";
  text-align: center;
  border:0px;
}

.panel_side{
    min-width: 280px;
    background-color: #FFFFFF;
    padding-left: 15px;
}

/*CLASIFICADO PAGE*/
.titulo_clasificado{
    font-size: 35px;
    font-family: "Roboto Slab";
    padding:15px;
    margin:0px;
}
.titulo_clasificado .label{
    font-size: 11px;
    vertical-align: middle;
    margin-right: 10px;
    background: #d901fc;
    color: #FFFFFF;
    font-weight: normal;
    padding: 5px 7px;
}

.header_clasificado{
    padding:0px 15px;
    overflow: hidden;
}
.header_clasificado .publicado_fecha,
.header_clasificado .precio{
    display: inline-block;
    margin:0px;
    margin-right: -4px;
    vertical-align: middle;
    padding:10px 0px 20px 0px;
}

.header_clasificado .publicado_fecha .fecha{
    font-size: 15px;
    color:#bcbcbc;
}

.header_clasificado .publicado_fecha{
    float: left;
}

.header_clasificado .precio{
    float: right;
}

.contenedor_interior{
    background: #fff;
    border-radius:3px;
    position: relative;
}
.contenedor_interior .gallery .col2{
    position: relative;
}

.left_ppp {
    position: absolute;
    right: -170px;
}

.rigth_ppp {
    position: absolute;
    left: -170px;
}

.publi_tapa {
    float: left;
}

.publi_tapa:nth-child(2) {
    margin-left: 20px;
}

@media (max-width: 1500px) {
    .contenedor_interior {
     /*   width: 970px !important;*/
    }
    .clasificados_ads {
        width: 970px !important;
        margin: auto;
    }
    .clasificados_ads > .mediakit {
        width: 100% !important;
    }
    .publi_tapa {
        width: 49%;
    }
    .publi_tapa:nth-child(2) {
        margin-left: 2%;
    }
    .publi_tapa .mediakit {
        width: 100% !important;
    }
}

@media (max-width: 1315px) {
    .contenedor_interior, .clasificados_ads {
       /* width: 800px !important;*/
    }
}

@media (max-width: 1150px) {
    .contenedor_interior, .clasificados_ads {
        /*width: 640px !important;*/
    }
}

@media (max-width: 992px) {
    .contenedor_interior, .clasificados_ads {
       /* width: 100% !important;*/
    }
    .left_ppp, .rigth_ppp {
        display: none;
    }
    .publi_tapa {
        width: 100%;
        margin-bottom: 10px;
    }
    .publi_tapa:nth-child(2) {
        margin-left: 0;
    }
}

.contenedor_interior .publicado_por{
    font-size: 15px;
    padding:15px 0px;
    font-weight: bold;
    margin:0px;
    overflow: hidden;
    font-family: "Roboto";
}

.contenedor_interior .publicado_por.contactar{
    font-size: 16px;
    font-weight: normal;
    font-family: "Roboto Slab";
}
.contenedor_interior .publicado_por .por{
    color: #0564fe;
    text-transform: uppercase;
    margin:0px;
}

.contenedor_interior .publicado_por img{
    border-radius: 40px;
    max-width: 40px;
    margin-right: 15px;
    float: left;
}

.contenedor_interior .publicado_por .fecha{
    color:#999999;
    font-weight: normal;
}

.contenedor_interior .precio{
    color: #e20300;
    font-size: 35px;
    font-family: "Roboto Slab";
}

.contenedor_interior .datos_clasificados{
    font-size: 19px;
    color: #333;
    vertical-align: middle;
    margin:0px 0px 10px 0px;
    font-weight: bold;
    overflow: hidden;
}

.contenedor_interior .dato_bloque{
    background-color: #FFFFFF;
    padding:20px 15px 10px 15px;
    box-sizing: border-box;
    text-align: center;
    color:#e60500;
    font-weight: bold;
    font-family: "Roboto Slab";
    font-size: 16px;
    display: inline-block;
    margin:0px 2.5px;
    width: auto;
    min-width: 120px;
    min-height: 120px;
}

.contenedor_interior .dato_bloque .iconos-clasificados{
    display: block;
    margin:0px auto 20px auto;
}

.contenedor_interior .datos_clasificados li{
    float:left;
    text-align: left;
    margin-bottom: 10px;
    width: 50%;
}
.contenedor_interior .datos_clasificados li span{
    width: 50%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}

.contenedor_interior .datos_clasificados span{
    font-size: 15px;
    font-weight: bold;
    font-family: "Roboto Slab";
}

.contenedor_interior .datos_clasificados li span.etiqueta{
    color:#000000;
}

.contenedor_interior .datos_clasificados li span.valor{
    color:#e10302;
}



.contenedor_interior .cuerpo_mensaje{
    min-height: 175px;
    margin-bottom:25px;
    resize: none;
}

.contenedor_interior .enviar_mensaje{
    width: 100%;
    text-transform: uppercase;
}


.contenedor_interior .cuerpo_anuncio{
    padding:15px;
}


.contenedor_interior .redes{
    margin-top: 20px;
}
.contenedor_interior .redes span{
    margin-right: 3px;
}


.contenedor_interior .reportar_anuncio{
    position: absolute;
    right: 15px;
    bottom: 15px;
    color:#a1a1a1;
    font-size: 14px;
}

.contenedor_interior .compartir_anuncio{
    list-style: none;
    margin:15px auto;
    padding: 0px;
    text-align: center;
}
.contenedor_interior .compartir_anuncio li{
    display: inline-block;
    vertical-align: middle;
    padding:0px 10px;
    border-right: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
}
.contenedor_interior .compartir_anuncio li:first-child,
.contenedor_interior .compartir_anuncio li:last-child{
    border:0px;
}
.contenedor_interior .compartir_anuncio .iconos_clasif{
    top: 0px;
}
.contenedor_interior .compartir_anuncio .iconos_clasif.icono_corazon_gris_big{
    position: relative;
    top:3px;
}
@media (min-width: 992px) and (max-width: 1200px){
    .contenedor_interior .cuerpo_mensaje{
        min-height: 100px;
    }
}

.card-block.marca, .card-block.modelo, .card-block.anio{
    height: 200px;
    overflow-y: scroll;
}

/* scroll */
.card-block.marca::-webkit-scrollbar-track, .card-block.modelo::-webkit-scrollbar-track, .card-block.anio::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    border-radius: 8px;
    background-color: #F5F5F5;
}

.card-block.marca::-webkit-scrollbar, .card-block.modelo::-webkit-scrollbar, .card-block.anio::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

.card-block.marca::-webkit-scrollbar-thumb, .card-block.modelo::-webkit-scrollbar-thumb, .card-block.anio::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #c4343a;
}
/* fin scroll */

.aqui:hover{
    cursor: pointer;
}

.cargar_mas{
  clear: both;
  display: block;
  text-align: center;
  border: none;
  padding: 10px 12px 6px 12px;
  font-size: 17px;
  margin: 20px auto 40px auto;
  transition: all .3s;
  cursor: pointer;
  background: #000000;
  color: #FFFFFF;
  box-shadow: 0px 2px 2px #222;
  border-radius: 2px;
}


@media (min-width: 992px) and (max-width: 1199px){
    .footer_lista_autos{
        position: relative;
        top: -20px;   
    }
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
    .clear_md_lg{
        clear: both;
    }

    .clear_sm{
        display: none;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .clear_sm{
        clear: both;
    }

    .clear_md_lg{
        display: none;
    }
}

.lista_clasificados{
    min-height: 500px;
    margin-top: 20px;
}

.link_azul{
    color: #2679ff !important;
    text-decoration: none; 
}

.link_azul:hover{
    text-decoration: underline; 
}

#opFadeIn {
    z-index: 99999;
}

#opFadeIn div {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    text-align: center;
    font-size: 24pt;
    height: 110px;
    background: white;
    padding: 10px;
}

.panel_imagen {
    width: 100%;
    height: auto;
    margin: 0px;
}

.imagen_fondo {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: -1;
    background-size: cover;
    background-position: center;

    z-index: 100;
    border: 1px solid #ccc;
}

.empleos .imagen_fondo {
    height: 35%;
}

.empleos .cont_img_clasif {
    height: 82px;
}

.imagen_fondo.servicios {
      background-image: url('/img/clasificados/servicios.jpg');
}

.imagen_fondo.empleos{
      background-image: url('/img/clasificados/empleos.jpg');
}

.imagen_fondo.varios{
      background-image: url('/img/clasificados/varios.jpg');
}

.imagen_fondo.automoviles{
      background-image: url('/img/clasificados/automoviles.jpg');
}

.imagen_fondo.inmuebles{
      background-image: url('/img/clasificados/inmuebles.jpg');
}

.capitalize {
    text-transform: capitalize;
}

.cont_img_clasif {
    overflow: hidden;
    background: white;
    position: relative;
    background: url(/img/no_imag_clasif.png) center;
    min-height: 240px;
}

.cont_img_clasif .labels-clasificado{
    position: absolute;
    bottom: 15px;
    left: 10px;
}

.padding_nota_2.padding_nota {
  height: 100px;
}

.cont_img_clasif .labels-clasificado span{
    padding: 6px 15px;
    font-size: 12pt !important;
    text-transform: uppercase;
}

@media(max-width: 514px){
    .nombreUsr {
        display: none !important;
    }
}

.mediakit {
    width: 100%;
    background: rgba(167, 167, 167, 0.74);
    height: 200px;
    margin: 10px 0;
    text-align: center;
    font-size: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1px auto;
}

.mediakit p {
    line-height: 100%;
}

.mediakit p:nth-child(2) {
    margin-left: 15px;
}

.mediakit.ocupado{
    color: red;
}

.mediakit.libre{
    color: green;
}

.clasificados_ads {

}

.publi_tapa{
    margin:0px;
}


#login_cruz, #login_cruz_pass {
  position: absolute;
  right: 13px;
  cursor: pointer;
  top: 16px;
}

#login_icon {
  position: absolute;
  top: 16px;
  left: 22px;
}

#login_texto {
  font-size: 16pt;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  padding: 20px;
  display: block;
}

.login_title {
    overflow: hidden;
    padding: 0 20px;
    text-align: center;
  font-family: 'Roboto Slab', serif;
    font-size: 12pt;
    line-height: 1.2;
}

.login_title img {
  width: 96px;
  margin-right: 20px;
  float: left;
}

.login_title label {

}

#login_pad {
  padding: 20px;
}

.login_linea {
    display: block;
    padding: 20px 0;
    font-family: 'Roboto Slab', serif;
    color: #e20000;
    text-align: center;
    font-size: 20pt;
    line-height: 1.2;
    clear: both;
    width: 100%;
}

#formLogin div {
    float: left;
    width: 48%;
}

#formSms div {
    margin: 0 auto;
    width: 300px;
}

#formSms #sus_loading{
  width: 20px;
  position: relative;
  right: -13px;
  top: 5px;
}

#formLogin div:nth-child(1) {
    margin-right: 1%;
}

#formLogin div:nth-child(2) {
    margin-left: 1%;
}

.nota_busqueda_img {
  float: left;
  width: 30%;
  margin: 0 2.5% 2.5% 0;
  position: relative;
}

#ingresar, #enviarAlias {
    cursor: pointer;
    background-color: #E20000;
    color: white;
    font-family: 'Roboto Slab', serif;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
    font-size: 15pt;
    position: relative;
    left: 50%;
    margin-left: -63px;
    margin-top: 10px;
    float: left;
    clear: both;
}

#login_recuperar {
  font-family: 'Roboto Slab', serif;
    display: block;
    clear: both;
    font-size: 12pt;
    text-align: center;
    padding: 10px 0 20px 0;
    cursor: pointer;
}

#response {
  float: left;
  clear: both;
  margin: 5px 0;
  width: 100%;
}

#suscribir{
    cursor: pointer;
    background-color: #E20000;
    color: white;
    font-family: 'Roboto Slab', serif;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
    font-size: 15pt;
    position: relative;
    left: 50%;
    margin-left: -80px;
}

#confirmar_mail {
    cursor: pointer;
    background-color: #E20000;
    color: white;
    font-family: 'Roboto Slab', serif;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 15pt;
    display: inline-block;
}

#reenviarSms, #ingresar_codigo, #enviarCodigo, #reenviarSms_2, #reenviarSms_codigo {
    cursor: pointer;
    background-color: #E20000;
    color: white;
    font-family: 'Roboto Slab', serif;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 13pt;
    display: inline-block;
}

#enviarSms, button.saveProfilePic {
    cursor: pointer;
    background-color: #E20000;
    color: white;
    font-family: 'Roboto Slab', serif;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 10px;
    font-size: 14pt;
    border: 0px;
    
}

.aclaracion_tel {
    color: #337ab7;
    line-height: 16px;
}

.nota_relacion_icono {
  background-position: -449px -22px;
  background-image: url('/img/iconos.png');
  width: 35px;
  height: 20px;
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
}

.nota_relacion {
  cursor: pointer !important;
  font-size: 15px;
  line-height: 1.3;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}

#formSuscripcion input, #formSuscripcion select, #formLogin input, #formConfirmarMail input, #formConfirmarCelular input, #formSms .ingresarCodigo, .login_pad_reenviar #celular, #alias, #codigo {
  margin:  6px 2px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  width: 100%;
}



#suscripcion_line {
  position: absolute;
  top: 38px;
  width: 462px;
  font-size: 13pt;
  line-height: 21px;
}

.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 4px;
}

#modal_changePassword {
  width: 481px;
  height: 400px ;
  position: fixed;
  top: 0px;
  margin: auto;
  left: 0px;
  bottom: 0;
  right: 0;
  z-index: 999999;
  background-color: white;
  border-radius: 5px;
}

#login_respuesta {
  font-size: 12pt;
  display: block;
  padding: 15px 0;
}

#cambio {
  padding-top: 5px;
  float: right;
  width: 100px;
  background-color: #CD2027;
  color: white;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  margin-top: 10px;
  border-radius: 22px;
  text-transform: uppercase;
  cursor: pointer;
    font-weight: bold;
}

.cont_audios {
  border-top: solid gray 2px;
    padding: 10px 0;
    font-weight: bold;
    margin: 10px 0;
}

.cont_audios audio {
  width: 100%;
}

.cont_audios label {
    margin-top: 10px;
    display: block;
    font-size: 12pt;
}

.terminos {
  height: 200px;
  width: 595px;
  overflow-y: scroll;
  margin: 0px;
  resize: none;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.ocasionalmente {
  display: none;
}

.ocasionalmente input {
  margin: 10px !important;
  cursor: pointer;
}

.ocasionalmente label {
  display: block;
  cursor: pointer;
}

.iconConcursos {
  cursor: pointer;
  float: right;
  margin-top: -10px;
  width: 28px;
}

.detalle {
  display: inline;
  color: rgb(78, 97, 96);
  font-weight: bold;
  font-size: 10pt;
}

.clima_label_extendido {
  font-family: 'Roboto Slab', serif; 
  font-size: 14pt;
  margin: 0 0 20px 0; 
  display: block;
}
/*************/