
:root {
    --color-principal: #016cb5;
    --color-secundario: #b2cce5;
    --color-terceario: #bfbfbf;
    --color-principal-claro:#0084db;
    --color-seleccionado:#D01D25;
}


@font-face {
    font-family: "Din Alternate Bold";
    font-weight:bold;
    src: url("../core/fonts/DIN-Alternate-Bold.otf") format('opentype');
    src:url('../core/fonts/DIN-Alternate-Bold.woff') format('woff');

}
@font-face {
    font-family: "Din Condensed Bold";
    font-weight:bold;
    src: url("../core/fonts/din-condensed-bold.ttf") format('truetype');
    src:url('../core/fonts/din-condensed-bold.woff') format('woff');

}
body
{
    background-color: #FFF;
    font-family: 'Arial';
}

main{
    margin: 0 auto;
    overflow: hidden;
    min-height:55vh;
}
div>header{
    padding-left: 15px;
    padding-top:15px;
}
.fecha-header{
    margin-left: 10px;
    font-family: "Arial";
}
.imgcar-width{
    width: 100%;
}
.dropdown-item {
    display: block;
    color: black;
    padding: 7px 17px;
    font-size: 16px;
    font-weight: 400;
}
hr{
    margin-top: 10px;
    margin-bottom: 10px;
}
.icon-drop-navbar{
    padding-right: 9px;
}
.slider-nav {
    display: none!important;
}

.slick-arrow{
    position:absolute !important;
    top:50%!important;
    transform:translateY(-50%) ;
}

.nextA,.prevA{
    border-radius: 50%;
    background: #016cb5;
    font-size:20px;
    padding:0.3em;
    color:white;
    margin: 0px 0.5em;
}
.nextA:hover,.prevA:hover {
    background:#0084db;
    color:whitesmoke;
    padding:0.4em;
}

.carouselRubros .nextA,.carouselRubros .prevA{
    font:normal normal normal 14px/1 'Font Awesome 5 Brands';
    font-size:45px;
    background-color: transparent;
}
.carouselRubros .ileft:before{
    content: "\f0d9";
}
.carouselRubros .iright:before{
    content: "\f0da";
}
.ileft {
    left:0px;
}
.iright {
    right: 0px;
}

.relacionados .ileft {
    left:-1em;
}
.relacionados .iright {
    right: -1em;
}


.bottom-header {
    z-index: 1;
}

ul.categories-header li a:link{
    text-decoration:none;
}

.layout-header .column-header
{
    height: 75px;
}

.layout-header .column-header.layout-logo
{
    padding-top: 10px;
    text-align: center;
}
.layout-header .bottom-header{
    background-color: #F2F2F2;
}
.layout-header .bottom-header>div{
    max-width: 1600px;;
    width:90%;
    margin:5px auto;
}
.layout-header .user-option,
.layout-header .user-option a,
.layout-header .user-option a:hover{
    font-size:15px;
    font-weight: 400;
    text-decoration: none;
    color:#000;
    font-family:"Arial";
}
.layout-header .user-option .user-name{
    font-weight: 700;
}
.layout-header .user-option span{
    padding-right: 7px;
    padding-left: 7px
}



.layout-search
{
    padding-top: 15px;
    text-align: center;
}


.layout-search form
{
    padding: 3px;
    text-align: left;
    display: inline-block;
    background-color: #FFF;
    border-radius: 6px;
    border: 1px solid #A3A3A3;
}

.layout-search form *
{
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.layout-search input.form-control
{
    width:60%;
}

.layout-search select.form-control
{
    width:40%;
    border-left: 1px solid;
}


.layout-publish
{
    text-align: center;


}
.layout-publish > div
{
    display: inline-block;
    margin: 0 auto;
    min-width: 200px;
    max-width: 250px;
}

.layout-login
{
    padding: 4px 8px;;
    color: rgba(255,255,255,.9);

}

.layout-login a
{
    color: rgba(255,255,255,.8);
    text-decoration: none;
}

.layout-login a:hover
{
    color: rgba(255,255,255,1);
    text-decoration: underline;
}

.layout-login-account
{
    text-align: left;
    margin-bottom: 3px;
}

.layout-login-register
{
    text-align: right;
    border-left: 1px solid #FFF;
    margin-bottom: 3px;
}

.btn.btn-publish.captura-btn {
    background-color: #FF8500;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
.mw1300centered {
    overflow: hidden;
    max-width: 1300px;
    margin: 0 auto;
}

/* CONTENIDO DESTACADO */

.block-publish
{
    position: relative;
    display: block;
    padding: 0;
    margin-top: 20px;
    text-align: left;
    padding-bottom: 10px;
}

a.block-publish,
a.block-publish:hover
{
    color: #000;
    text-decoration: none;
}

.block-publish .image
{
    width: 100%;
}

.block-publish .price
{
    font-size: 20px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.block-publish .title
{
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    padding: 0 10px;
    color: rgba(0,0,0,.6);
    text-align: center;
}

.block-publish .code
{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #FEC551;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding: 3px 20px;
}


@media (min-width: 992px)
{


    .block-publish .price
    {
        font-size: 18px;
    }

    .block-publish .title
    {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }

    .block-publish .code
    {
        font-size: 12px;
    }
}




/*** BREADCRUMBS ***/
.layout-breadcrumbs{
    margin: 5px 0;}
/*** BREADCRUMBS ***/
.box-seach .layout-breadcrumbs {
    margin: 0px -15px 10px;
    background-color: #F05110;
    padding: 5px;
}
.rubro-empleos .box-seach .adaptar {
    background: #d8fcd1!important;
}
.rubro-empleos .box-seach .layout-breadcrumbs {
    background-color: #66c941;
}

.rubro-vehiculos .box-seach {
    background: #f7d1fc!important;
}

.rubro-vehiculos .box-seach .adaptar {
    background: #e6bdff!important;
}
.rubro-vehiculos .box-seach .layout-breadcrumbs {
    background-color: #a141c9;
}


.rubro-varios .box-seach {
    background: #dce9fb!important;
}

.rubro-varios .box-seach .adaptar {
    background: #8fbdf5!important;
}
.rubro-varios .box-seach .layout-breadcrumbs {
    background-color: #6ca6fd;
}


.rubro-edictos .box-seach {
    background: #fcd1e1!important;
}

.rubro-edictos .box-seach .adaptar {
    background: #e08dc3!important;
}
.rubro-edictos .box-seach .layout-breadcrumbs {
    background-color: #f0106d;

}

.breadcrumb {
    list-style: none;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    background-color: transparent;
    text-align: left;
    padding: 5px;
    padding-left: 0;
}
.layout-breadcrumbs,
.breadcrumb > li.active,
.breadcrumb > li a
{
    color: #000;
    font-size: 15px;
}

.breadcrumb > li
{
    display: inline-block;
}



.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

/*NAV-BAR FIXED*/

div#fixed-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #d11417;
    height: 50px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    transition: 0.4s;
    border-bottom: 2px solid #fff;
}
div#fixed-navbar div {
    padding: 0;
}
div#fixed-navbar a.img-logo-inside img {
    height: 100%;
    padding: 10px;
}
div#fixed-navbar a.img-logo-inside {
    height: 50px;
    display: block;
    text-align: center;
}
div#fixed-navbar.noShow .arrow-to-top,
div#fixed-navbar.noShow {
    height: 0px !important;
    border-bottom: 0;
}
div#fixed-navbar .btn.btn-publish.header-btn {
    background-color: #21b14b !important;
    color: #FFF !important;
    border-radius: 0;
    font-size: 23px !important;
    max-width: 545px;
    width: 100%;
    line-height: 34px;
    padding: 6px;
}
div#fixed-navbar .arrow-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 45px !important;
    color: #f7a600;
    font-size: 40px;
    transition: 0.4s;
    cursor: pointer;
    overflow: hidden;
    height: 57px !important;
    text-align: center;
}

@media (max-width: 545px){
    div#fixed-navbar div{
        width:100% !important;
    }
    div#fixed-navbar{
        height: 89px !important;
    }
    div#fixed-navbar .btn.btn-publish.header-btn {
        line-height: 24px !important;
    }
}

a.elterrifooter img{
    width: 100%;
}
a.elterrifooter {
    border: 0;
    border-radius: 0 !important;
    background: none !important;
    padding: 0 !important;
    width: 270px !important;
    height: 55px !important;
    float: left;
    overflow: hidden;
    max-width: 100%;
}
.elterri-text-footer span{
    display:inline-block;
}
.elterri-text-footer {
    padding: 40px 0 0 23px;
    width: 100%;
}

@media (max-width: 500px){
    .contact-icons a {
        padding-top: 5px;
        font-size: 22px;
        height: 40px;
        width: 40px;
    }
}
@media (max-width: 423px){
    .layout-footer .contact-icons .aAfip {
        vertical-align: top;
    }
    .contact-icons a {
        margin-top: 5px;
    }
}
@media (max-width: 340px){

}

.text-a-r{
    text-align: right;
}
.text-a-l{
    text-align: left;
}
.no-pad-r{
    padding-right: 0;
}

.black-pub-header img{
    width:100%
}
.black-pub-header {
    max-width: 728px;
    width: 100%;
    margin: 0 auto;
    margin-top: 5px;
}
.black-pub-container {
    background: #FFF;
    padding:3px;
    position: relative;
}

.no-pad{
    padding:0;
}

/*FOOTER PANORAMA*/

footer.layout-footer {
    background: #F2F2F2;
    overflow: hidden;
    padding:0;
    font-size: 15px;
    font-family: "Arial";
    color:#000;
}

footer .copyright{
    font-size: 15px;
    background-color:#0f6fb5;
    color:white;
    text-align: center;
}
footer .footer-redes{
    text-align: center;
}
.ft-info-title{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
footer .container-custom{
    padding: 30px 10px;
}

footer .container-custom{
    width:90%;
    max-width: 1300px;
    margin: 0 auto;
}

/*RUBROS MAS BUSCADOS*/

.rubros-mas-buscados {
    overflow: hidden;
}

.rubros-mas-buscados span.rubros {
    font-size: 21px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.75);
}

.rubros-mas-buscados ul.rubro,
.rubros-mas-buscados ul.rubro li a,
.rubros-mas-buscados ul.rubro li {
    display: inline-block;
}

.rubros-mas-buscados ul.rubro {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 400;
}

.rubros-mas-buscados li.rubro-name-mb {
    margin-left: 30px;
}

.rubros-mas-buscados .text-container {
    text-align: center;
    background: #DBDBDB;
    margin: 10px 0;
    line-height: 35px;
}

.rubros-mas-buscados li.rubro-name-mb a:hover {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
}
.rubros-mas-buscados li.rubro-name-mb a {
    color: rgba(0, 0, 0, 0.67);
    transition: 0.4s;
}
/*********************/


/*PUBLICIDADES*/

.gray-matter {
    max-height: 90px;
    max-width: 970px;
    width: 100%;
    background: #dbdbdb;
    overflow: hidden;
    margin: 20px auto 15px auto;
}
.mini-fakecard {
    max-height: 100px;
    background: #dbdbdb;
    max-width: 320px;
    margin: 5px auto 15px auto;
    overflow: hidden;
    width: 100%;
}
.fakecard {
    margin-top: 3px;
    width: 100%;
    max-width: 336px;
    margin: 3px auto 0 auto;
}
.publica-liberal {
    margin: 10px 0 15px 0;
    background: #dbdbdb;
    text-align: center;
}
.publica-liberal img {
    max-width: 100%;
}

/* MAS VISTOS */

.home-destacados.mas-vistos .category-destacados {
    display: none;
}

.home-destacados.mas-vistos .block-publish .title {
    text-align: left !important;
    padding-left: 10px !important;
    height: 63px !important;
    font-size: 13px !important;
    line-height: 13px;
    font-weight: 400;
    padding-top: 10px;
    word-wrap: break-word;
}
.home-destacados.mas-vistos .block-publish .price {
    font-size: 16px !important;
    text-align: left !important;
    padding-top: 5px;
    padding-left: 10px !important;
}
.home-destacados.mas-vistos .img-container-destacados {
    padding: 10px;
}

/*AVISOS DESTACADOS*/

.home-destacados {
    font-size: "arial";
    color:#000;
    font-size: 15px;;
}

@media (min-width:920px){
    .pregon-container,
    .sm-home-categories
    .sm-home-categories>div,
    .sm-home-categories>header,
    .home-destacados>div,
    .home-destacados>header{
        width: 90%;
        max-width: 1600px;
        margin: auto;
    } 


}

.Avisos-destacado{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    flex-wrap: wrap;
    width:100%;
}

.Avisos-destacado .list-item{
    width:25%;
}
.Avisos-destacado .list-item>*{
    width: 100%!important;
}

@media(max-width:768px){
    .Avisos-destacado .list-item{
        width:50%;
    }

}
/*PROMOS-HOME*/
.promos-home {
    margin-top: 15px;
    margin-bottom: 20px;
}
.promos-home .promo-container {
    text-align: center;
}
.promos-home i.icon-container img {
    max-width: 100px;
}
.promos-home i.icon-container {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.promos-home .left-border {
    border-left: 1px solid rgba(128, 128, 128, 0.36);
}
span.promo-title {
    display: block;
    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
}
span.promo-title-2 {
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 27px;
}
a.promo-title-3:hover {
    text-decoration: none;
}
a.promo-title-3 {
    display: inline-block;
    color: #006797;
    font-weight: 500;
}
/****/
div#idBtnAccount, div#idBtnExit {
    display: inline-block;
    background: #FFF;
    vertical-align: middle;
    margin-top: 12px;
    margin-right: 10px;
}
.login-btns {
    text-align: right;
}
.login-btns a:hover {
    color: rgba(35, 67, 119, 1);
    text-decoration: none;
}
.login-btns a {
    padding: 5px 15px;
    display: block;
    color: rgba(35, 67, 119, 0.77);
    font-weight: 500;
}

.ov-h {
    overflow: hidden;
}
.layout-content.gray-back {
    background: #dbdbdb;
}
.layout-content.gray-back .destacado-header i {
    color: #FFF;
}
a.block-publish {
    background: #FFF;
    margin-bottom: 10px;
}

/*MAPA*/

.search-map-container ul.list-buttons {
    margin-left: 15px;
}
.search-map-container ul.list-buttons li.selected {
    background: #234377;
    color: #FFF;
}
.search-map-container ul.list-buttons li {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px 20px;
    margin-right: -1px;
    cursor:pointer;
    text-transform: uppercase;
    line-height: 16px;
    font-size: 15px;
    padding-top: 6px;
}

.search-map-inside {
    background: #d4d4d4;
    height: 400px;
    margin: 15px;
}

.bottom-header {
    z-index: 1;
    padding: 0;
}

/******/




/* LO MAS VISTO */
section.mas-vistos.panorama-props .destacado-header .pre,
section.mas-vistos.panorama-props .destacado-header .pos
{
    color: #670859;
}

section.mas-vistos.solo-auto header .pre,
section.mas-vistos.solo-auto header .pos
{
    color: #7A0329;
}

section.mas-vistos header .pos{
    font-weight: 900;
}


.responsive900x100,.responsive900x230,.responsive320x320,.responsive160x600{
    display: block;
    margin: 0 auto;
}

.responsive900x100{
    width: 100%;
    height: 90px;
}

.responsive900x230{
    width: 100%;
    height: 230px;
}

.responsive320x320{
    width: 100%;
    height: 150px;
}

.responsive160x600{
    width: 160px;
    height: 600px;
}

.responsiveMobileVisible{
    display: inline-block !important;
}

.responsiveMobileHidden{
    display: none !important;
}

@media (min-width: 768px) { 
    .responsive320x320{
        width: 195px;
        height: 200px;
    }

    .responsiveMobileVisible{
        display: none !important;
    }

    .responsiveMobileHidden{
        display: inline-block !important;
    }
}

@media (min-width: 992px) {
    .responsive320x320{
        width: 270px;
        height: 270px;
    }


}

@media (min-width: 1200px) {
    .responsive320x320{
        width: 320px;
        height: 320px;
    }

}
@media (min-width:1600px){


    .nextA,.prevA{

        font-size:2em;;

    }


}

.slider-single h3 {
    line-height: 10rem;
}

.slider-nav h3::before {
    content: "";
    display: block;
    padding-top: 75%;
}

.slider-nav h3 span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-nav .slick-slide { cursor: pointer; }


.carouselRubros .slick-track,
.carouselDest .slick-track{
    min-height: 520px !important;
    height: calc(66vw/1.7);
    max-height: 540px;


}


.slick-slide img{
    object-fit: cover;
    object-position:center center;
}

.slick-slide.is-active h3 {
    color: #c00;
    background-color: #fff
}

.slick-adentro-c{
    margin: auto;
    width:100%;
    height:calc(100%);

}
.slick-adentro-i{
    margin: auto;
    padding: 5px;
    max-width:-webkit-fill-available;
    height:103.33px;
    width: auto;
    height: auto;
}
.slick-flotador{
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    width:90%;
    height: 25%;
    overflow: hidden;
    background: #b2cce569;
    padding: 10px;
    border-radius: 5px;

}
.carouselRubros .slick-flotador{
    background-color: rgba(0,0,0,.4);
    width:100%;
    bottom:0;
    border-radius: 0;
    padding-left: 5%;
    padding-right: 5%;

    height: 30%;
}
.carouselRubros .slick-text{    
    -ms-flex-item-align: center;
    align-self: center;
    padding-left:15px;
}
.carouselRubros .slick-text a,
.carouselRubros .slick-text a:hover{
    text-decoration: none;
    color:#FFF;
}
.slick-title-c{
    background: transparent;
    font-family: "Din Alternate Bold","Roboto";
    text-align: left;
    padding: 0px;
    margin: 0px;
    color: #ffffff;
    font-size: 50px;
    line-height: 4rem !important;
    text-transform: uppercase;
}

.slick-par-c{
    color: white;
    font-family: "arial";
    font-size: 18px;
    margin-top:1em;
    text-decoration:underline;
}
.im .slick-slide{
    height: 486px;
    padding:3px;
}


.carousel-center{
    margin-top: 20px;
    padding: 0px 45px;
}

.carousel-style{
    height: 425px;
}



.carousel-caption{
    bottom: initial;
    text-align: left;
}

.carousel-caption h3{
    font-size: 40px;
    font-weight: bold;
}

.carousel-caption p{
    font-size: 20px;
}

.carousel-vermas{
    background: none;
    color: white;
    border: none;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    background-color: #F05110;
    display:block;
    border-radius: 5%;
    line-height:3em;
    font-size:25px;
    font-weight: 600;
    padding: 5px 10px;
    min-width: 90px;
    font-family: "Din Alternate Bold","Roboto";
}
.carouselRubros  a:hover{
    text-decoration:none;
}
.carouselRubros .carousel-vermas{
    background-color:#CE3338;
    line-height: 1.1em;
    padding: 1em;
    border-radius: 0;
}
.slick-slide{
    position:relative;
}
.carouselDest {
    max-width: 1170px;
    margin: auto;
    position: relative
}

.publique{
    background-color: #ffec00;
}
[id*="div-gpt-ad"]{
    padding-top:5px;
    padding-bottom:5px;
}

@media (max-width: 776px){
    .burger-menu {
        position: absolute;
        z-index: 200;
        width: fit-content;
        top:54px;
        right:0;
        padding:0 15px;
        background-color: #F2F2F2;
    }

    .layout-breadcrumbs{
        text-align: left;
        padding: 12px!important;
    }
    .layout-breadcrumbs .filter{
        padding: 0px;
        margin-top: -3px;
        margin-right: 0px;
        margin-bottom: 0px;
        font-size: 1.1em;
        color:white;
    }
    .layout-breadcrumbs .filter{
        vertical-align: middle;
    }

}



.header-container{
    font-family: 'Roboto';
    margin-bottom: 20px;
    margin-top: 20px;
}

.header-container .header-title{
    font-family: "Din Condensed Bold","Roboto";
    color:#0F6DB5;    
    text-align: center;
    font-size: 75px;
    line-height: 1em;
}
.header-container .logo-cabecera{
    padding-bottom: 7px;
}
.rubroheader-container{
    font-family: 'Oswald', sans-serif;
}

.cssVisible0 {
    display: none !important;
}

.cssVisible1 {
    display: block !important;
}

.icono-ayuda{
    position: relative;
    top: 3px;
    color: white;
}
.navbar{
    background-color: #016cb5;
}


.barra-colores{
    margin: auto; 
    margin-top: 30px;
    line-height: 0px;
}

.fb-adj{
    text-align: right;
    float: right;
    top: 2px;
    font-size: 27px;
    position: relative;
}

.barra-colores .barra{
    height: 10px; 
    width: 15%; 
    display: inline-block;
    vertical-align: auto;
}

.respHeaderBtns{
    float: right; 
    padding-right: 10px;
}

.boton-header{
    color: #999;
}

.barra-colores .barra:nth-child(1) {
    background-color: #FCDDD0; 
}

.barra-colores .barra:nth-child(2) {
    background-color: #E5F3DE; 
}

.barra-colores .barra:nth-child(3) {
    background-color: #DAD5F4 
}

.barra-colores .barra:nth-child(4) {
    background-color: #D9E5F1;
}

.barra-colores .barra:nth-child(5) {
    background-color: #FEDDFE; 
}

.contain-header{
    margin: auto;
}


.burger-menu{
    display: inline-block;
}



.layout-header .column-header.layout-logo
{
    padding-top: 10px;
    text-align: center;
}


.layout-footer .column-footer
{
    color: #FFF;
    text-align: center;
    padding: 30px;
}

.layout-footer .column-footer a
{
    color: rgba(255,255,255,.8);
}

.layout-footer .column-footer a:hover
{
    color: rgba(255,255,255,1);
}

.layout-search
{
    padding-top: 15px;
    text-align: center;
}


.layout-search form
{
    padding: 4px;
    text-align: left;
    display: inline-block;
    background-color: #FFF;
    border-radius: 6px;
    border: 1px solid #A3A3A3;
}

.layout-search form *
{
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.layout-search input.form-control
{
    width:60%;
}

.layout-search input.form-control[name="q"]
{
    width:100% !important;
}

input.form-control[name="q"]:focus {
    outline: 0;
    border: 0;
    box-shadow: none;
}

.layout-search select.form-control
{
    width:40%;
    border-left: 1px solid;
}

.navbar-toggler.toggler-example {
    cursor: pointer;
    float:right;
    font-size: 22px;
    margin-right: 10px;
    position: absolute;
    top: 7px;
    right: 0;
    vertical-align: middle;
    border-width: 0;
    color:#000;
    z-index:10;
}

.layout-publish
{
    text-align: center;


}
.layout-publish > div
{
    display: inline-block;
    margin: 0 auto;
    min-width: 200px;
    max-width: 250px;
}

.layout-login
{
    padding: 4px 8px;;
    color: rgba(255,255,255,.9);

}

.layout-login a
{
    color: rgba(255,255,255,.8);
    text-decoration: none;
}

.layout-login a:hover
{
    color: rgba(255,255,255,1);
    text-decoration: underline;
}

.layout-login-account
{
    text-align: left;
    margin-bottom: 3px;
}

.layout-login-register
{
    border-left: 0 !important;
}


.btn.btn-publish {
    background-color: #FFCF01;
    color: #000;
    font-weight: 700;
    font-size: 16px;
}
.btn.btn-publish.header-btn {
    background-color: #FFCF01;
    color: #000;
    font-weight: 700;
    font-size: 16px;
}

.btn.btn-publish.captura-btn {
    background-color: #FF8500;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
/*
    DESTACADO
*/

.layout-content .prominent-header
{
    position: relative;
    height: 40px;
}

.layout-content .prominent-line
{
    height: 30px;
    border-bottom: 1px solid #000;
}

.layout-content .prominent-title
{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -150px;
    background-color: #FFF;
    width: 300px;
    text-align: center;
    font-size: 35px;
    font-weight: 300;
}

.layout-content .prominent-list
{
    margin-bottom: 10px;
}


/* CONTENIDO DESTACADO */

.block-publish
{
    position: relative;
    display: block;
    padding: 0;
    margin-top: 20px;
    text-align: left;
    padding-bottom: 10px;
}

a.block-publish,
a.block-publish:hover
{
    color: #000;
    text-decoration: none;
}

.block-publish .image
{
    width: 100%;
}

.block-publish .price
{
    font-size: 20px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.block-publish .title
{
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    padding: 0 10px;
    color: rgba(0,0,0,.6);
    text-align: center;
}

.block-publish .code
{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #FEC551;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding: 3px 20px;
}


@media (min-width: 992px)
{

    .block-publish .price
    {
        font-size: 18px;
    }

    .block-publish .title
    {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }

    .block-publish .code
    {
        font-size: 12px;
    }
}



/*** BREADCRUMBS ***/
.layout-breadcrumbs{
    margin: 10px 0;
}

.breadcrumb {
    list-style: none;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    background-color: transparent;
    text-align: left;
    padding: 5px;
}
.layout-breadcrumbs,
.breadcrumb > li.active,
.breadcrumb > li a
{
    color: #000;
    font-size: 16px;
}

.breadcrumb > li
{
    display: inline-block;
}

/********EL TERRITORIO***********/

.column-header.layout-logo a.mar-b-50 {
    margin-bottom: 10px;
    display: block;
    text-align: right;
    max-width: 400px;
}

.column-header.layout-logo a.a-territorio{
    position: absolute;
    right: 15px;
    display: block;
    width: auto;
    bottom: 0;

}

.cssVisible0
{
    display: none !important;
}

.layout-header .column-header
{
    height: auto !important;
}

.column-header.layout-logo a img.mini-right {
    max-width: 300px;
    text-align: right;
}

.over-hidden{
    overflow: hidden;
}

.layout-header .column-header.layout-logo {
    padding: 20px !important;
}

span.home-rubro-question {
    color: #FFF;
    padding-left: 0px;
    text-align: left;
    display: inline-block;
}

span.home-rubro-query{
    color: #f7a600;
    padding-left: 0px;
    text-align: left;
    display: inline-block;
}

.text-home-header {
    padding-left: 0;
    font-size: 26.5px;
    font-weight: 500;
    text-align: left;
}

.layout-publish > div {
    max-width: 300px !important;
}

.btn.btn-publish.header-btn {
    background-color: #21b14b !important;
    color: #FFF !important;
    border-radius: 0;
    font-size: 30px !important;
    padding: 8px 50px;
    max-width: 300px;
}

.form-search-header button.btn.btn-default.my-group-button {
    padding: 0 8px;
}

.row.layout-login div a:hover {
    text-decoration: none !important;
}

.row.layout-login div a {
    background: #21b14b;
    padding: 9px 15px 8px;
    color: #fff;
    font-weight: 500;
    line-height: 16px;
    display: block;
    margin-top: 10px;
    margin-bottom: 25px;
    text-align: center;
}

.layout-header .column-header {
    text-align: left;
}

.row.layout-login {
    width: 300px;
    text-align: right;
    padding: 0;
}

.row.layout-login div {
    display: inline-block;
    text-align: center;
}

header .over-hidden {
    max-width: 1300px;
    margin: 0 auto;
}

.user-buttons {
    overflow: hidden;
    width: 330px;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
}

.column-footer .links a
{
    display: block;
    padding: 5px;
}

@media (min-width: 992px)
{
    .column-footer .links a
    {
        display: inline;
    }

    .layout-footer .column-footer {
        height: 130px;
    }
}

.home-microsite
{
    padding: 0 5px;
}
.home-microsite .microsite-block
{
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 20px 0;
    padding: 10px 40px;
    text-align: center;
}

.microsite-block.inmobiliaria
{
    background-color: #ff8a00;
}

.microsite-block.automotores
{
    background-color: #00afe9;
}

.microsite-block.crear-micrositio
{
    background-color: #2bd0a5;
}

.microsite-block .guia {
    font-weight: 500;
    font-size: 16px;
}

.microsite-block .microsite-name {
    display: block;
    font-size: 32px;
    color: #FFF;
    font-weight: 500;
}

.microsite-block .san-juan {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #FFF;
}

.microsite-block a{
    display: inline-block;
    width: 215px;
    height: 70px;
    position: relative;
    text-align: left;
    line-height: initial;
    color: inherit;
}

.microsite-block a:hover{
    text-decoration: none;
}

/*Home micrositios*/

.micro-ul-home {
    list-style: none;
    padding: 0 15px;
    margin: 0 auto;
    overflow: hidden;
}
li.micro-home {
    padding: 3px;
    padding-bottom: 0;
    overflow: hidden;
}
a.micro-home-a {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
img.micro-home-img {
    width: 100%;
}
.destacado-header.color-automovil {
    background: #474747;
    color: rgba(255, 255, 255, 0.95);
}

.logo-container-header {
    text-align: left !important;
    padding-left: 7px !important;
}

/*CAMBIO DE LOGO FOOTER*/

.dropdown{
    display: inline-block;
}

.icono-usuario{
    font-size: 20px !important;
    background-color: white;
    color: darkgrey;
    padding: 10px;
    border-radius: 50%;
    top: 7px;
    position: relative;
    width: 40px;
    position: relative;
    height: 40px;
    text-align: center;
}

.center-header {
    background-color: #bfbfbf;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding: 20px 0px;
    font-family: 'Poppins';
}

header .upper-header {
    background-color: #016cb5;
    color: rgba(255, 255, 255, 0.9);
    padding: 0;
}

.social-header {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    text-align: left;
}

.social-header a {
    background: #0f6db5;
    font-size: 35px;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    padding-top: 1px;
    color: #FFF;
    margin: 2px 2px;
    padding-top: 7px;
    margin-bottom: 10px;
    border:2px solid;
    line-height: 30px;
}

.bottom-header .social-header a{
    font-size: 25px;
    width: 36px;
    height: 36px;
    line-height: 27px;
    padding-top:3px;
    margin-bottom:0px;
}

.text-register-here {
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 55px;
    color: rgba(255, 255, 255, 0.84);
}

.text-register-here a{
    font-weight: bold;
    color:#FFF;
}

input#txtLoginClave,
input#txtLoginUsuario {
    width: 100%;
    margin-right: 2%;
    display: inline-block;
}

button.btn.btn-publish {
    color: rgba(255, 255, 255, 0.8);
    background: #000;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    max-width: 60%;
}

img.header-logo{
    margin: 20px auto;
    width: 100%;
    max-width: 300px;
}

span.slogan {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-shadow: 0 0 13px white, 0 0 7px white, 0 0 11px white;
    position: relative;
}

@media(min-width:768px){
    form.form-search-header {
        min-width: 380px;
    }
}
select[name="r"], select[name="rd"],select[name="rdm"]{
    display: inline-block;
    padding:0 10px;
    z-index: 10;
    border-right: none;
    box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.59);
    font-family: "Din Alternate Bold","Roboto";
    font-size: 20px;
    width: fit-content;
}
select[name="r"]:focus, select[name="rd"]:focus,select[name="rdm"]:focus{
    border: 1px solid #ccc!important;
    outline: none;
    border-right: none!important;
}

input[name="q"] {
    display: inline-block;
    box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.59);
    position: relative;
    flex:auto;
    margin-left: -5px;
}
input[name="q"]:focus{
    border: 1px solid #ccc!important;
    outline: none;
    border-left: none!important;
}

@media(max-width:768px){
    select[name="rdm"]{
        font-size: 14px;
        max-width: 35%;
    }
    input[name="q"] {
        font-size:14px;
    }
    .form-search-header{
        margin-top: 7px;
    }
    .search-header{
        max-width:97%;
    }

}
.search-header{
    position: relative;
    isplay: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search-header button:hover{
    color:#000A;
    background: transparent;
}

.search-header button {
    border: 0;
    border-radius: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 15px;
    font-weight: bold;
    position: absolute;
    bottom: 3px;
    right: 3px;
    padding: 6px 10px;
}

.slogan-row {
    margin: 15px 0 55px 0;
}

/*.selected-menu{
    background-color: #0084db;
    border-bottom: 5px solid #FEDDD3;
}*/
@media(min-width:768px){

    .logo-cabecera{
        height: 63px;
        float: left;
    }
}

.hr-cabecera{
    margin-top: 0px;
    margin-bottom: 20px;
}

.img-cabecera{
    margin-bottom: 20px;
    text-align: center;
}

.navbar-toggler{
    display: none;
}

ul.categories-header {
    text-align: center;
    width: 100%;
}

ul.categories-header li {
    display: inline-block;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    margin:0 3px;

}

ul.categories-header li a:hover {
    text-decoration: none;
    color:#FFF;
}
ul.categories-header li a {
    color: rgba(255, 255, 255, 0.86);
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    line-height: 40px;
    font-size: 18px;
    padding: 0px;
    font-weight: 600;
    font-family: "Din Alternate Bold","Roboto";
}

.btn-publicar,
.btn-publicar:hover{
    background-color: #F00;
    color: rgba(255, 255, 255, 0.86);
    text-transform: uppercase;
    width: 95%;
    display: inline-block;
    line-height: 20px;
    font-size: 18px;
    padding: 0px;
    font-weight: 600;
    font-family: "Din Alternate Bold","Roboto";
    text-align: center;
    padding: 10px 5px;
}


@media(min-width:768px){
    ul.categories-header{
        display: flex;
        justify-content: space-around;
    }
}
@media (min-width:920px){
    .respHeader2 div:first-child{
        margin-right: 10px;
    }
}
nav.navbar.navbar-inverse.navbar-static-top {
    background: #393a39;
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 40px;
}

.home-destacados.container, 
.home-micros.container {
    overflow: hidden;
    padding: 0px 50px;
}
.home-micros .destacado-header{
	font-family: "Din Alternate Bold";
    font-size: 20px;
}
a.logo-home-a {
    display: inline-block;
}
a.logo-foot-a {
    display: inline-block;
}
@media (max-width: 992px){
    ul.categories-header li {
        width: auto !important;
        padding: 0 5px;
    }
    ul.categories-header li a{
        border:0;

    }

    .adLateral{
        display: none;
    }

    .fecha-header{
        display: none;
    }

    .social-ocultar{
        display: none;
    }
    .img-cabecera{
        margin-left: -20%;
    }
    v

}

.sm-home-categories .row{
    display: flex;
    flex-wrap: wrap;
    justify-items: flex-start;
    width: 100%;
    margin: 10px 0;
}
@media (min-width:775px){
    .burger-menu {
        display: flex!important;
        justify-content: space-around;
    }
    ul.categories-header li{
        margin: 0;
        flex: auto;
    }

}

@media (max-width: 775px){
    .burger-menu{
        display: none;
    }
    .navbar-toggler{
        display: inline-block;
    }
    .contain-header{
        min-height: 55px;
        background-color: #F2F2F2;
    }
    ul.categories-header li{
        display: block;
        background-color:transparent!important;
        text-align:right;

    }
    ul.categories-header li a{
        color:#000;
    }
    .btn-publicar{
        display: block;
        background-color: #EE3035; 
        font-size: 18px;
        padding:10px;
        text-align: center;
		width:100%;

    }

}
@media (max-width: 639px){
    img-cabecera{
        display: none;
    }
}
@media (max-width: 768px){
    .container.mini-fake-card-container {
        text-align: center;
    }
    select[data-name="o"], select[name="s"] {
        width: 48%;
    }

    .img-cabecera{
        width: 600px;
        margin: auto;
        margin-bottom: 20px;
    }
    .img-cabecera img{
        width: 100%;
    }


}

@media (max-width: 570px){ 
    button.btn.btn-publish {
        padding: 6px 3px;
    }
}
@media (max-width: 470px){
    select[data-name="o"], select[name="s"] {
        padding-right:0;
    }
}
@media (max-width: 440px){
    select[data-name="o"], select[name="s"] {
        width: 100%;
        margin-right: 0;
    }
    select[name="s"] {
        margin-bottom: 10px;
    }
}
@media (max-width: 396px){
    ul.categories-header li:after {
        left: 48%;
    }
}

.bottom-header-publish{
    background-color: #172A52;
    text-align: center;
}


.bottom-header-publish a{
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    width: 100%;
    display: inoe-block;
    line-height: 40px;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    padding: 5px;
    max-width: 500px;

    background-color: #2B4C81;
}
@media only screen and (max-width:1600px) and (min-width:1200px){
    .listadoBusqueda .result-item {
        height: 320px;
    }
} 
@media only screen and (max-width:1200px) and (min-width:992px){
    .listadoBusqueda .result-item {
        height: 275px;
    }
} 
@media (max-width: 1160px){
    .pubLateral{
        width: 80%;
    }
}

/******POPUP******/
.pr-close {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    text-shadow: 0px 0px 3px #6d6d6d;
    -webkit-transition: all ease 200ms;
    -moz-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    transition: all ease 200ms;
    z-index: 1000;
}

.pr-close::before,
.pr-close:after {
    content: "";
    height: 4px;
    width: 32px;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.pr-close:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.pr-close::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pr-close::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pr-content {
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)!important;

}

[id*="popup"] {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(102, 102, 102, 0.8);
    z-index: 2000;

}

.pr-content img{
    max-width: 100% !important;
    max-height: 97vh;
}


.pr-content {
    transform: scale(1);

    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;

}

@media (max-width:768px){
    .pr-content{
        width: 94%;
    }
}
/****************************************/



/*** OCULTO LOS ICONOS DEL MENU***/
.burger-menu .sm-category-icon{
    display:none;
} 

/** estilo para el banner de micrositio**/
.specials-pages{
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
.specials-pages .item{
    background: #ccc;
    text-align: center;
    padding: 30px 0px;
    flex:auto;
    width:25%;
}
.specials-pages .item:hover{
    background-color: #F15A24;
    text-decoration: none;
}
.specials-pages .item a:hover{

    text-decoration: none;
}
.specials-pages .item img{
    max-width:89px;
    display: block;
    margin: auto;
}

.specials-pages .itemConcecionarias img{
    padding-top: 5px;
}
.specials-pages .item.itemTiendas-Vituales img{
    padding-top: 4px;
}
.specials-pages .item-name{
    font-family:"Din Alternate Bold","Roboto";
    color:#FFF;
    font-size: 30px;
    line-height: 36px;
}

@media (max-width:768px){
    .specials-pages{
        padding: 0 2.5px;
    }
    .specials-pages .item img{
        max-width:55px;
    }
    .specials-pages .item{
        width: 40%;
        margin: 2.5%;
    }
    .specials-pages .item-name{
        font-size: 18px;
    }
    .specials-pages .itemInmobiliarias{
        background-color: #9E005D;
    }

    .specials-pages .itemConcecionarias{
        background-color: #F15A24;
    }
    .specials-pages .itemTiendas-Vituales{
        background-color: #29ABE2;
    }
    .specials-pages .itemDelivery{
        background-color: #0071BC;
    }
}

.adB{
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}
.ads{
    width:100%;
}


.sm-home-categories>header, .home-destacados>header {
    font-family: "Din Alternate Bold";
    font-size: 40px;
}



/****CARTA***/
.result-item{     
    height: 370px;
    font-family: "Arial";
}
.r-item-body{
    position: relative;
    z-index: 2;
}
.r-item-body .microsite{
    position:absolute;
    top:0;
    transform: translateY(-50%);
    right:5px;
    display: block;
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 50%;
    z-index: -1;

}
.r-item-body .microsite img{
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    object-position: 50% 50%;
    transform: rotate(-16deg);

}
.div-precio-anuncio{
    font-family: "Din Alternate Bold","Roboto";
    color:#000;
    font-size: 25px;
    /*text-align: left;*/
}
div.r-image:after{
    display:none;
}
/*.div-lugar-anuncio,
.div-operacion-anuncio,
.div-descripcion-anuncio,
.div-titulo-anuncio,
.div-fecha-anuncio{
    color:#000;
    text-align: left;
}

.div-fecha-anuncio{
    left:0;
    transform: translateX(0px);
}*/

@media(max-width:768px){
    .sm-home-categories>header, .home-destacados>header {
        text-align: center;
        font-size: 28px;
    }
}


/*RESPONSIVE*/

@media (max-width: 1200px){
    ul.categories-header li a {
        font-size: 16px;
        line-height: 18px;
        padding: 10px 0;
    }
    .home-destacados.mas-vistos .block-publish .price {
        font-size: 14px !important;
    }
    .btn-footer{
        width:235px;
    }
    .header-container .header-title{
        font-size: 60px;
    }
    .logo-cabecera{
        height:50px;
    }
    .fecha-header{
        font-size: 13px;
    }
    .social-header a {
        background: #000;
        font-size: 28px;
        width: 38px;
        height: 38px;
    }
    .bottom-header .social-header a{
        font-size: 18px;
        width: 27px;
        height: 27px;        
        line-height: 20px;
    }
    form.form-search-header {
        min-width: 250px;
    }
    select[name="r"], select[name="rd"], select[name="rdm"]{
        font-size: 16px;  
    }
    .home-destacados .result-item {
        height: 266px;
    }
    .r-item-body .microsite{
        width:50px;
        height:50px;
    }
}
@media (max-width: 1060px) and (min-width: 768px){
    /*.social-header a{
        font-size: 25px !important;
        width:28px;
        height: 28px;
    }*/
    img.footer-logo{
        margin:5px;
    }
    .btn-footer{
        width: 200px !important;
        font-size: 12px;
    }
    .ft-info-body{
        font-size:12px;
    }
    .links-footer-col{
        margin-left: -40px;
    }
    img.footer-logo{
        max-width: 105px;
    }

}
@media (max-width: 991px){ /*COL-MD PASAN AL 100%*/
    form.form-login {
        padding-bottom: 15px;
        text-align: center;
    }
    .row-top-header {
        padding: 0 15px;
    }
    .footer-logo{
        margin-left: 4px;
        margin-right: 4px;
    }
    .text-register-here {
        padding-right: 40px !important;
    }

    span.category-destacados {
        font-size: 14px;
    }
    .block-publish .price {
        font-size: 20px !important;
    }
    .home-destacados.mas-vistos .block-publish .price {
        font-size: 15px !important;
    }
    .destacado-header {
        font-size: 30px;
    }
    span.promo-title-2 {
        line-height: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    span.promo-title {
        font-size: 23px;
        line-height: 23px;
    }

}
@media (max-width: 767px){ /*COL-SM PASAN AL 100%*/
    .search-header button {
        margin-top: 10px;
    }

}
@media (max-width: 835px){ 
    ul.categories-header li{
        padding: 0 10px;
    }
}
@media (max-width: 640px){ 
    .social-header {
        padding-left: 15px !important;
    }
    .text-register-here {
        padding-right: 15px !important;
    }
    .text-register-here {
        padding-top: 15px !important;
        font-size: 15px;
        line-height: 15px;
    }
    span.no-break {
        display: block;
        padding-top: 5px;
    }
}
@media (max-width: 600px){ /*********************ACÁ*******************************/
    .destacado-header {
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .destacado-header i {
        font-size: 40px;
        padding-top: 0px;
        vertical-align: top;
        line-height: 30px;
    }
    span.category-destacados {
        font-size: 12px;
        padding: 4px 10px;
        line-height: 12px;
    }
    .block-publish .title {
        padding-left: 5px !important;
        height: 31px !important;
        font-size: 14px !important;
        line-height: 14px;
        padding-top: 5px;
    }
    .block-publish .price {
        font-size: 17px !important;
        padding-left: 5px !important;
    }
    .home-destacados.mas-vistos, .home-destacados.mas-vistos .destacado-header,.home-micros .destacado-header {
        margin-bottom: 10px;
    }
    .micro-ul-home {
        margin-bottom: 15px;
    }
    ul.concecionarias-home.micro-ul-home {
        margin-bottom: 0;
    }
    .promos-home .promo-container {
        margin-bottom: 20px;
    }
    .promos-home .left-border {
        border-top: 1px solid rgba(128, 128, 128, 0.20);
        padding-top: 20px;
        border-left: 0;
    }
    span.promo-title {
        font-size: 21px;
        line-height: 21px;
    }
    .promos-home i.icon-container img {
        max-width: 80px;
    }
    .promos-home i.icon-container {
        margin-bottom: 10px;
    }
    .promos-home {
        margin-bottom: 0;
    }
    /*FOOTER*/
    .upper-footer {
        display: inline-block;
    }
    img.footer-logo {
        margin: 5px;
        max-width: 200px;
    }
    ul.footer-links {
        text-align: center;
        position: relative;
        margin-top: 15px;
        top:0;
    }
    .img-container-footer {
        position: relative;
        height: 100%;
        width: 100%;
        text-align: center;
    }
    .img-container-footer .right-logo {
        position: relative;
        margin-bottom: 15px;
    }
    .slogan-row {
        margin: 15px 0 25px 0;
    }
} 
@media (max-width: 570px){   /*********VISTA CELULAR***********/
    ul.categories-header li {
        width: 49%;
    }
    .search-header button{
        width: auto;
        right: 17px;
    }
    img.header-logo {
        margin: 10px auto;
        max-width: 200px;
    }
    span.slogan {
        font-size: 18px;
    }
    .rubros-mas-buscados ul.rubro, 
    .rubros-mas-buscados span.rubros {
        font-size: 19px;
    }
    .rubros-mas-buscados ul.rubro {
        font-size: 19px;
        overflow: hidden;
        line-height: 17px;
    }
    .rubros-mas-buscados .text-container {
        line-height: 30px;
        padding-top: 6px;
    }
    select[name="rdm"] {
        font-size: 14px;
        max-width: 27%;
        padding: 2px;
    }

}
@media (max-width: 550px){
    /*.home-destacados li {
        width: 50%;
    }*/
    .mini-fakecard {
        display: none;
    }
    .fake-card-6 {
        display: none;
    }
    .home-destacados li.col-xs-12.text-center {
        width: 100%;
    }
}
@media (max-width: 500px){
    button.btn.btn-publish {
        padding: 6px 5px;
    }
    .home-destacados.container, .home-micros.container {
        overflow: hidden;
        padding: 0px 15px;
    }
    .upper-footer .clas-pano {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    img.footer-logo {
        max-width: 150px;
    }
    .links-footer-col {
        width: 100%;
        padding-bottom: 15px;
    }
}
@media (max-width: 396px){
    .social-header a {
        margin: 5px 2px 0px 2px;
    }
    input#txtLoginClave, input#txtLoginUsuario {
        width: 100%;
    }
    button.btn.btn-publish {
        max-width: 50%;
        margin-top: 10px;
    }
    img.header-logo {
        margin-bottom: 0;
    }
    .slogan-row {
        margin: 15px 0 15px 0;
    }
    header .upper-header, header .upper-header .container {
        padding: 0;
    }
    .home-destacados.mas-vistos .block-publish .title {
        height: 54px !important;
        font-size: 13px !important;
        line-height: 13px;
        padding-top: 0px;
    }
} 
@media (max-width: 390px){ 

    ul.categories-header li.border-top {
        border-top: none;
    }
    .destacado-header {
        font-size: 20px;
        line-height: 20px;
    }
    .destacado-header i {
        font-size: 33px;
        line-height: 21px;
    }
}
@media (max-width: 360px){ 
    .rubros-mas-buscados li.rubro-name-mb {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 5px;
    }
}

/*FOOTER*/
@media (max-width: 991px){
    ul.footer-links {
        text-align: center;
        position: absolute;
        top: 5px;
        bottom: 0;
    }

}
@media (max-width: 895px){
    ul.footer-links {
        text-align: center;
        position: relative;
        top: 0px;
        bottom: 0;
        padding-top: 4px;
    }
}
@media (max-width: 798px){
    .upper-footer {
        display: inline-block;
    }
    .img-container-footer .right-logo {
        position: relative;
    }
    img.footer-logo {
        width: 100%;
        margin: 5px;
        max-width: 175px;
    }
    ul.footer-links {
        padding-top: 18px;
    }
    .img-container-footer {
        text-align: center;
    }
    footer.layout-footer .justify-content-between{
        flex-wrap: wrap;
        padding: 0;
    }
    .footer-info{
        width:100%;
        order:3;
    }
    footer .footer-redes{
        width:100%;
        margin-bottom: 10px;
    }
    footer .footer-redes a{
        font-size:50px;
        width:60px;
        height:60px;
    }
    .footer-info-terminos,
    .links-footer-col{
        margin:10px;
        width: 100%;
        text-align: center;
    }
    footer .copyright{
        padding:10px;
        text-align: left;
    }
    footer .copyright span{
        display: block;
    }


}
@media (max-width: 640px){
    ul.footer-links {
        padding-top: 9px;
    }
}
@media (max-width: 590px){
    ul.footer-links {
        padding-top: 0px;
        margin-top: 5px;
    }

    .botonera{
        width: 100%;
    }

    .footer-logo{
        max-width: 120px !important;
    }

    .social-header{
        padding-left: 0px !important;
    }
    /*
    .social-header a {
        font-size: 21px !important;
        width: 26px;
        height: 26px;
    }*/
}

/*FIX HEADER STRANGER THINGS*/
@media (max-width: 1076px){
    span.grupo-texto {
        padding-left: 45px;
    }

}
@media (max-width: 992px){
    span.home-rubro-question {
        padding-left: 0px;
    }
}

@media (max-width: 992px)
{
    a.mar-b-50 {
        margin: 0 auto !important;
    }
    .column-header.layout-search {
        padding: 0;
    }
    .text-home-header {
        text-align: center;
        margin-top: 10px;
    }
    ul.territorio .price, .result-find-ad .price .value {
        font-size: 18px !important;
    }
}



@media (max-width: 768px){
    span.grupo-texto {
        padding-left: 0;
    }
    .mw1300centered .logo-container-header {
        text-align: center !important;
        padding-bottom: 25px;
    }
    .mw1300centered .text-a-r{
        text-align: center;
    }
    .respHeader{
        margin: auto;
    }
    .logo-cabecera {
        padding-left: 10px;
    }

    .respHeaderBtns{
        float: none;
        text-align: center;
    }
    .header-container{
        margin: 0;
    }
    .respHeaderContBtns{
        text-align: center;
    }

    .menu-logos{
        display:inline-block;
    }
    .header-container>*{
        padding: 0;
    }
    .header-container .header-title{
        font-size: 46px;
        text-align: right;
        padding-right: 10px;
    }
    .result-item{     
        height: auto;
    }
    .home-destacados .result-item {
        height: 350px;
    }

}


@media (max-width: 600px){
    .column-header.layout-logo a.mar-b-50 {
        margin-bottom: 10px;
        display: block;
        text-align: right;
        max-width: 200px;
    }
    .mw1300centered .logo-container-header {
        padding-bottom: 0px;
    }
    .btn.btn-publish.header-btn {
        background-color: #5BB359 !important;
        color: #FFF !important;
        border-radius: 0;
        font-size: 23px !important;
        padding: 2px 50px;
        max-width: 300px; 
    }
    .text-home-header {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 500;
        text-shadow: none !important;
        text-align: center;
        padding-right: 0;
    }
    span.home-rubro-question {
        display: inline-block;
    }
    .logo-container-header .logo div {
        max-width: 160px !important;
        margin-bottom: 25px;
        text-align: center;
    }
    span.text-inside.tel {
        font-size: 13px !important;
        line-height: 20px !important;
    }
    span.text-inside.mail {
        line-height: 15px !important;
        font-size: 13px !important;
    }
    .layout-search form {
        padding: 0 4px;
        border-radius: 5px;
    }
    .row.layout-login div a {
        margin-bottom: 8px;
    }
    .layout-header .column-header.layout-logo {
        padding: 15px !important;
        margin-bottom: 10px !important;
    }
    .row.layout-login {
        margin-bottom: 20px !important;
    }
    .logo-container-header span.grupo-texto {
        display: block !important;
        text-align: center !important;
        padding-right: 0 !important;
    }
    .rubro-name {
        font-size: 24px !important;
        text-align: left !important;
        padding-left: 10px !important;
    }
    .home-destacados .result-item {
        height: 300px;
    }
}
@media (max-width: 410px){
    span.home-rubro-question {
        padding-left: 0;
        display: block;
    }
    .text-home-header {
        text-align: center;
        font-size: 30px;
    }
    span.home-rubro-query {
        padding-left: 0;
    }
    .header-container .logo-cabecera {
        padding-bottom: 15px;
        height:44px;
    }
    .header-container .header-title {
        font-size: 40px;
        padding-bottom: 10px;
    }
    .home-destacados .result-item {
        height: 250px;
    }
}

[class*="adB"] article{
    max-width:100% !important;
}