@charset "UTF-8";
/* This CSS will print because %message-shared is extended... */
.message, .success, .error, .warning {
    border: 3px solid #ccc;
    padding: 10px;
    color: #333;
}

.success {
    border-color: #000;
}

.error {
    border-color: #fff;
}

.warning {
    border-color: #09c;
}

.info {
    background: DarkGray;
    box-shadow: 0 0 1px rgba(169, 169, 169, 0.25);
    color: #fff;
    padding: 20px;
    margin: 5px auto 5px auto;
}

/*! $theme: darkred */
.alert {
    background: DarkRed;
    box-shadow: 0 0 1px rgba(139, 0, 0, 0.25);
    color: #fff;
    padding: 20px;
    margin: 5px auto 5px auto;
}

.success {
    background: DarkGreen;
    box-shadow: 0 0 1px rgba(0, 100, 0, 0.25);
    color: #fff;
    padding: 20px;
    margin: 5px auto 5px auto;
}

body {
    background-color: #fff;
    color: #000;
    font-size: 18px;
    font-family: "Proxima Nova", "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
}

h1 {
    color: #000;
    font-size: 18px;
    font-family: "Proxima Nova", "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
}

h2 {
    color: #000;
    font-size: 18px;
    font-family: "Proxima Nova", "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
}

h3 {
    color: #000;
    font-size: 18px;
    font-family: "Proxima Nova", "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
}

h4 {
    color: #000;
    font-size: 18px;
    font-family: "Proxima Nova", "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
}

h5 {
    color: #000;
    font-size: 18px;
    font-family: "Proxima Nova", "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
}

h6 {
    color: #000;
    font-size: 18px;
    font-family: "Proxima Nova", "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
}

.bt-1 {
    width: auto;
}

.modal.login a.bt-login {
    background: #00BAFF;
    color: #fff;
    background-image: linear-gradient(#00ffff, #008dff 52.52%, #0068c7 52.52%, #00a5ff);
    text-decoration: none;
    border-radius: 30px;
    text-align: center;
    width: 100%;
    float: left;
    padding: 20px 10px;
    font-weight: 800;
    font-size: 18px;
    box-shadow: 0px -3px 0px #ddd, 0px -2px 0px rgba(0, 0, 255, 0.1) inset, 0px 15px 14px 0px rgba(255, 255, 255, 0.6) inset;
    border: 2px solid #00BAFF;
    margin: 10px auto 0 auto;
}

.modal.login a.bt-login:hover,
.submenu.publicar a:hover {
    background: #00c700;
    color: #fff;
    background-image: linear-gradient(#b8ff00, #1fd300 9.24%, #00c715 67.23%, #e9ff00);
    box-shadow: none;
}

.submenu.publicar a:hover {
    background: #00c6ff;
    background-image: linear-gradient(#00c6ff, #00f3eb);
}

.modal.login a.bt-login:hover {
    border: 2px solid #00c700;
}

.wrap {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    text-align: center;
    display: block;
}

/* HEADER */
body.page-feed .content {
    padding: 130px 0 0 0;
}

body.page-feed .search-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

header.top.bar {
    background: #000;
    color: #fff;
    padding: 10px 0px;
    float: left;
    width: 100%;
    position: fixed;
    z-index: 9999;
}

.head-wrap {
    max-width: 930px;
    margin: auto;
    float: none;
}

header figure.logo {
    width: auto;
    float: left;
    margin: 8px 0 0 15px;
}

header figure.logo img {
    width: 100px;
}

nav.menu.profile {
    float: right;
    margin: 10px 20px 0 0;
}

nav.menu.profile a {
    color: #fff;
}

nav.menu.profile img {
    margin: 0px 20px 0 0;
    width: 40px;
}

/* CONTENT + search.menu */
.searchbar {
    width: auto;
}

.search-wrap {
    width: auto;
    z-index: 2;
}

.searchbar.form {
    width: 100%;
    float: left;
    padding: 15px 5%;
    background-color: #F8F8F8;
    height: auto;
    margin: 55px 0 0 0;
}

body.landing .searchbar.form {
    width: 100%;
    float: left;
    padding: 15px 5%;
    background-color: #F8F8F8;
    height: auto;
    margin: 55px 0 0 0;
}


body.mini-search .searchbar.form form {
    width: 96%;
    padding: 10px 2%;
    border-radius: 30px;
    border: 1px solid gainsboro;
    background: #fff;
    margin: auto;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.sticky .content {
    height: auto;
}

.searchbar.form form, .searchbar div {
    width: 96%;
    padding: 10px 2%;
    border-radius: 30px;
    border: 1px solid gainsboro;
    background: #fff;
    margin: auto;
    max-width: 900px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.searchbar.form input[type=text] {
    width: 90%;
    background-color: transparent;
    box-shadow: none;
    padding: 0px 0;
    font-size: 13px;
    font-weight: 400;
    border: none;
    color: #666;
}

.searchbar.form input[type=image] {
    width: 20px;
    height: auto;
    margin: 0px 0px 0 0;
}

nav.search.menu {
    padding: 10px 0 0 0;
    margin: 0 0 -70px 0;
    background: #F8F8F8;
    float: left;
    height: auto;
    width: 100%;
    border-bottom: 5px solid #00BAFF;
    z-index: 99;
}

nav.search.menu ul {
    width: 100%;
    overflow: auto;
    height: auto;
    white-space: nowrap;
    max-width: 940px;
    margin: auto;
    text-indent: 4px;
}

nav.search.menu ul li {
    width: 80px;
    display: inline-block;
    text-align: center;
    color: #B4B4B4;
}

nav.search.menu ul li:first-child a {
    width: 80px;
}

nav.search.menu ul li a {
    width: auto;
    float: none;
}

nav.search.menu ul li a img {
    width: auto;
    height: 20px;
    filter: invert(54%) sepia(4%) saturate(14%) hue-rotate(353deg) brightness(0%) contrast(81%);
}

nav.search.menu ul li a:active {
    width: auto;
    height: 20px;
    filter: invert(60%) sepia(29%) saturate(5823%) hue-rotate(163deg) brightness(102%) contrast(106%);
}

nav.search.menu ul li a:hover {
    width: auto;
    height: 20px;
    filter: invert(60%) sepia(29%) saturate(5823%) hue-rotate(163deg) brightness(102%) contrast(106%);
    cursor: pointer;
}

nav.search.menu ul li a span {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0px 0px;
    margin: 10px 0 10px 0;
    font-size: 12px;
    color: #000;
    cursor: pointer;
}

nav.search.menu ul li a span:hover {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0px 0px;
    margin: 10px 0 10px 0;
    font-size: 12px;
    color: #00BAFF;
}

nav.search.menu a.active {
    color: #000;
}

nav.search.menu .active span {
    color: #000;
}

.active, a.active {
    color: #000;
}

.nav.overflow.left {
    width: 50px;
    height: 65px;
    background-image: url(../img/overflow_bg.png);
    background-position: center;
    z-index: 99;
    position: absolute;
    margin: -10px 0 0 0px;
    background-size: cover;
}

.nav.bar.bottom {
    width: 33px;
    height: 33px;
    background-image: url(../img/scroll_arrow_right.png);
    background-position: center;
    z-index: 99;
    /* position: absolute; */
    margin: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    right: 0px;
    float: right;
}

.arrows.scroll.wrap {
    width: 100%;
    max-width: 930px;
    float: none;
    height: 0px;
    position: relative;
    margin: 0 auto;
    z-index: 9;
}

.nav.overflow.right {
    width: 33px;
    height: 33px;
    background-image: url(../img/scroll_arrow_right.png);
    background-position: center;
    z-index: 99;
    margin: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    right: 0px;
    position: absolute;
    float: none;
}

.nav.overflow.left {
    width: 33px;
    height: 33px;
    background-image: url(../img/scroll_arrow_left.png);
    background-position: center;
    z-index: 99;
    margin: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0px;
    position: absolute;
}

.modal.login {
    width: 100%;
    font-size: 13px;
    padding: 40px 30px;
}

.modal.login img {
    width: 100%;
    height: auto;
}

.modal.login h6 {
    width: 100%;
    color: #444;
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 10px 0;
}

.jquery-modal.blocker {
    z-index: 9999;
}

.modal.login input {
    width: 100%;
    padding: 15px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin: 0 auto 10px auto;
}

.modal.login a {
    color: #000;
}

.modal.login .pwd a {
    color: #fff;
    background: #00BAFF;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin: 8px auto;
    float: none;
    width: 110px;
}

.login-bts {
    width: 100% !important;
    margin: 15px auto 0 auto;
    text-align: center;
}

.modal .login-bts a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    float: left;
    text-align: center;
    margin: 3px auto 5px auto;
    border-radius: 0px;
    padding: 0px;
}

.modal .login-bts a img {
    width: 320px;
    height: auto;
}

.modal-wrap {
    width: 100%;
}

.col-1 {
    width: 95%;
    float: left;
}

.col-2 {
    width: 100%;
}

.col-2 div {
    width: 50%;
    float: left;
    text-align: center;
    margin: 25px auto 0 auto;
}

.col-3 {
    width: 100%;
}

.col-3.divider.text span {
    width: 50%;
    text-align: center;
    float: left;
    margin: 19px auto 20px auto;
    font-size: 13px;
    color: #000;
}

.divider.text span {
    width: 50%;
}

.divider.text span:nth-child(odd) {
    border-bottom: 1px solid #bbb;
    padding: 3px 0;
    float: left;
    display: inline;
    color: #666;
    width: 25%;
}

/* CONTENT + FEED + MAIN */
main {
    width: auto;
    padding: 5px 0 50px 0;
    text-align: center;
    margin: 65px auto 0 auto;
}

.content {
    width: 100%;
    display: flex;
    margin: auto;
    float: none;
    padding: 170px 0 0 0;
}

.feed.tools .wrap {
    width: 90%;
    max-width: 940px;
}

body.page-feed .feed.list {
    width: auto;
    margin: 50px 0 0 0;
}

.feed.tools {
    width: 100%;
    background: #fafafa;
    border-bottom: 1px solid #eee;
    padding: 10px 0 7px 0;
    margin: 34px auto 10px auto;
    color: #000;
    display: inline-block;
    position: fixed;
    left: 0;
    z-index: 9;
}

.feed.tools .breadcrumbs {
    width: auto;
    text-align: left;
    float: left;
    margin: 0 auto;
    display: block;
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    padding: 5px 0 0 0;
    clear: none;
}

.feed.tools .collapse {
    width: 100%;
    float: left;
    margin: 15px auto 0 auto;
    padding: 0;
}

.feed.tools .toggle {
    width: auto;
    float: left;
    display: inline;
    margin: -4px 10px 0 0;
    padding: 7px 20px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 2px 2px rgba(172, 172, 172, 0.2);
    border-radius: 5px;
    cursor: pointer;
}

.results.tools {
    width: auto;
    float: right;
}

article .tools {
    position: relative;
    margin: -65px auto 0 0;
    height: 45px;
    background: #fafafa!important;
    display: block;
    color: #fff;
    border-radius: 0 0 15px 15px;
    width: 400px;
    outline: 1px solid #eee;
}

article .tools li {
    width: auto;
    float: left;
}

article .tools {
    font-size: 35px;
}

article .tools li a {
    width: auto;
    padding: 15px;
    margin: 0;
    display: inline-block;
}

article .tools a.share {
    width: auto;
    float: right;
    padding: 5px 11px;
    border: 1px solid #ddd;
    margin: 8px 7px 0px 0px;
    border-radius: 30px;
    font-size: 15px !important;
    line-height: 0;
    background: #fff;
}

.feed.list {
    width: auto;
}

h2.feed.heading {
    width: 100%;
    text-align: center;
    border: 0px solid #ddd;
    border-radius: 30px;
    display: inline-block;
    padding: 5px 15px;
    margin: auto;
}

.feed.list article {
    height: 370px;
    width: 400px;
    padding: 15px;
    display: block;
    margin: 0 auto;
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
}

.feed.list article ul {
    width: 400px;
    margin: 0;
}

.feed.list article ul.slider {
    width: 400px;
    margin: 0;
}

.feed.list article figure {
    height: 300px;
    width: 400px;
    border-radius: 15px 15px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.feed.list article .slider figure {
    margin-left: -20px;
}

.feed.list article a {
    width: auto;
    height: auto;
    color: #8E8E8E;
    font-size: 20px;
}

.feed.list article a:hover {
    color: #00BAFF;
}

.feed.list article li {
    width: auto;
    list-style: none;
}

.feed.list article img {
    border-radius: 15px;
    width: 300px;
    height: 200px;
}

.feed.list article .meta {
    width: 400px !important;
    float: none;
    display: block;
    margin: 15px 0 25px 0;
    max-width: 100%;
}


article .meta h4 {
    width: 100%;
}

article .meta h5 {
    text-align: left;
    float: left;
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 20px;
}

article .meta span {
    width: 100%;
    text-align: left;
    float: left;
}

article .meta .title {
    width: 100%;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0;
}

article .meta .miles {
    width: auto;
    float: left;
    background: #fff;
    display: inline;
    outline: 0px solid;
    padding: 5px 5px;
    border-radius: 4px;
    font-weight: 400;
    color: #444;
    margin-top: 5px;
    border: 1px solid #ccc;
    font-size: 11px;
    letter-spacing: 0px;
    text-transform: lowercase;
    display: flex;
}

article .meta .price {
    width: auto;
    clear: none;
    text-align: right;
    float: right;
    font-size: 25px;
    font-weight: 700;
    margin: -22px 0 0 0;
    letter-spacing: 0px;
    color: #000;
    display: block;
}

article .meta .location {
    width: auto;
    text-align: left;
    float: left;
    padding: 9px 0 0 10px;
    clear: right;
    letter-spacing: 0px;
    color: #555;
    font-size: 11px;
    font-weight: 400;
    display: block;
}

article.destacado {
    width: inherit;
    outline: 3px solid #faeb87 !important;
    border-radius: 25px;
    margin: 10px auto 0 auto !important;
}

.feed.list article figure.destaque.label {
    width: auto;
    position: absolute;
    top: 30px;
    z-index: 1;
}

.feed.list article figure.destaque.label img {
    width: 33px;
    height: 33px;
}

aside.ad.list {
    width: 432px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    float: none;
    display: inline;
}

.feed.detail article {
    height: 330px;
    width: 400px;
    padding: 15px;
    display: block;
    margin: 0 auto;
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
}

.feed.detail article ul {
    width: 400px;
    margin: 0;
}

.feed.detail article ul.slider {
    width: 400px;
    margin: 0;
}

.feed.detail article figure {
    height: 300px;
    width: 400px;
    border-radius: 15px 15px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.feed.detail article .slider figure {
    margin-left: -20px;
}

.feed.detail article a {
    width: auto;
    height: auto;
    color: #8E8E8E;
}

.feed.detail article a:hover {
    color: #00BAFF;
}

.feed.detail article li {
    width: auto;
    list-style: none;
}

.feed.detail article img {
    border-radius: 15px;
    width: 400px;
    height: 300px;
}

.feed.detail article .meta {
    width: 400px !important;
    float: left;
    display: block;
    margin: 20px 0 15px 0;
    max-width: 100%;
}

.feed.detail article .desc {
    width: 100%;
    float: left;
    margin: 10px auto 0 auto;
    font-size: 13px;
    line-height: 19px;
    text-align: left;
}

.feed.detail article .widget .desc p {
    width: auto;
    text-align: left;
}

.feed.detail article .widget .desc ul {
    width: auto;
    border-top: 0px solid #000;
    padding: 0px;
    margin: 5px 0 0 0;
    border-left: 0px solid #000;
}

.feed.detail article .widget .desc li {
    width: auto;
    display: block;
    margin: 0 0 2px 0;
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

body.page-detail main {
    width: auto;
    padding: 5px 0 50px 0;
    text-align: center;
    margin: 35px auto 0 auto;
}

body.page-detail .feed.detail article .tools {
    position: relative;
    background: #fafafa;
    outline: 1px solid #eee;
    display: block;
    color: #fff;
    border-radius: 0 0 15px 15px;
    width: 400px;
    font-size: 25px;
    margin: 0px auto 0 0;
    height: 50px;
    max-width: 400px;
}

article .detail .meta .title {
    font-weight: 700;
    letter-spacing: 0;
    font-size: 18px;
    color: #000;
}

aside.ad figure {
    width: auto;
}

aside.ad img {
    width: 432px;
    height: auto;
}

footer nav.pagenavi {
    width: 100%;
    margin: 30px auto 10px auto;
    float: left;
}

footer nav.pagenavi ul {
    width: 100%;
}

footer nav.pagenavi ul li {
    width: auto;
    float: none;
    text-align: center;
    display: inline;
    margin: auto;
}

footer nav.pagenavi ul li a {
    width: auto;
    padding: 10px 15px;
    border: 1px solid #ddd;
    min-width: 10px;
    display: inline;
    text-decoration: none;
    color: #000;
    border-radius: 5px;
    font-weight: 700;
}

/* HOME */
.home.cta.hero.featured {
    width: 100%;
    height: auto;
    float: left;
    padding: 100px 10px;
    position: relative;
    margin: 70px auto 0 auto;
    text-align: center;
    border-bottom: 5px solid #0abaff;
}

.home.cta.hero.featured aside {
    width: 100%;
    max-width: 900px;
    margin: auto;
}

.home.cta.hero.featured aside .cta-wrap {
    width: 45%;
    float: left;
    display: inline-block;
}

.home.cta.hero.featured h2 {
    font-size: 31px;
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
    letter-spacing: -1px;
    max-width: 500px;
    width: 95%;
    text-align: center;
    margin: 0 auto 10px auto;
}

.home.cta.hero.featured h4 {
    width: auto;
    font-size: 14px;
    color: #000;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 300;
}

.home.cta.hero.featured h6 {
    width: auto;
    font-style: italic;
    color: #fff;
    text-shadow: 0 2px 10px #000;
    font-weight: 200;
    font-size: 20px;
    margin: 0 auto 20px auto;
}

.home.cta.hero.featured .cta.bt {
    width: auto;
}

.home.cta.hero.featured .cta.bt ul {
    width: auto;
}

.home.cta.hero.featured .cta.bt li {
    width: auto;
    float: none;
    display: inline-block;
}

.home.cta.hero.featured .cta.bt a {
    width: 235px;
    background: #fff;
    padding: 15px 40px;
    margin: 0 10px 5px 10px;
    float: left;
    border-radius: 10px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    background-image: linear-gradient(#f3d900, #ffab00);
}

.home.cta.hero.featured .cta.bt.tile.icon {
    width: 100%;
    float: none;
    display: block;
    margin: 10px auto -20px auto;
    background-image: none;
}

.home.cta.hero.featured .cta.bt.tile.icon ul {
    width: auto;
    text-align: center;
    display: inline-flex;
}

.home.cta.hero.featured .cta.bt.tile.icon li {
    width: 100%;
    display: block;
    text-align: center;
    float: none;
    margin: 0 auto 0 auto;
}

.home.cta.hero.featured .cta.bt.tile.icon a {
    width: auto;
    padding: 15px 40px;
    margin: 0 10px 5px 10px;
    float: left;
    border-radius: 10px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    background-color: #ffae00;
    background: linear-gradient(#ffe400, #ffae00 76.05%, #ffdc00 98.74%);
    box-shadow: 0px -2px 0 #ffae00 inset, 0px 1px 0 #fff inset, 0 9px 10px rgba(0, 60, 80, 0.3);
    text-shadow: 0 1px 0 #ffe600;
    outline: 1px solid #d6a600;
    transition: background-image 1s, background 1s;
}

.home.cta.hero.featured .cta.bt.tile.icon a:hover {
    width: auto;
    background: linear-gradient(#ffae00, #ffcb00 53.36%, #ffe400);
    box-shadow: 0px -1px 0 #ffae00 inset;
    border: 0px solid #00ccff;
    color: #000;
    padding: 16px 40px 15px 40px;
}

.home.cta.hero.featured .cta.bt.tile.icon img {
    width: auto;
    height: 50px;
    margin: auto;
    padding: 0px 0 0 0;
}

.home.cta.hero.featured .cta.bt.tile.icon li:first-child img {
    width: auto;
}

.home.cta.hero.featured .cta.bt.tile.icon li:last-child img {
    width: auto;
}

.home.cta.hero.featured .cta.bt.tile.icon span {
    width: 100%;
    float: left;
    font-size: 17px;
    font-weight: 800;
}

.tablilla.vin.widget {
    width: 100%;
    height: auto;
    margin: 0px auto 0px auto;
    display: block;
    text-align: center;
    padding: 30px 0 0 0;
    background: #fff;
    /*border-bottom: 1px solid #eee;*/
    padding: 30px 0;
}

.tablilla.vin.widget h2 {
    width: 100%;
    font-size: 25px;
    letter-spacing: -1px;
}

.tablilla.vin.widget .widget.form {
    width: 340px;
    height: auto;
    margin: 10px auto 0px auto;
    display: block;
    text-align: center;
    padding: 10px 0 20px 0;
    background: #fff;
    border: 1px solid #ddd;
    float: none;
    box-shadow: 0 3px 5px 1px #eee;
    border-radius: 25px;
}

.tablilla.vin.widget .widget.form input {
    width: 300px;
    float: none;
    margin: 10px auto 0 auto;
    display: block;
    padding: 10px 10px;
    border: 2px solid #ccc;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
}

.tablilla.vin.widget .widget.form select {
    width: 300px;
    float: none;
    margin: 10px auto 0 auto;
    display: block;
    padding: 10px 10px;
    border: 2px solid #ccc;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    height: 40px;
    appearance: none;
}

.widget.wrap {
    width: 100%;
}

.tablilla.vin.widget nav {
    width: auto;
    margin: 10px 0 0 0;
}

.tablilla.vin.widget ul {
    width: auto;
}

.tablilla.vin.widget li {
    width: 131px;
    display: inline-block;
    float: none;
}
/* Cambio de color de boton */
.tablilla.vin.widget nav ul li.ui-state-active a {
    background: #00BAFF;
    color: #fff;
    border: 2px solid #00BAFF;
}

.tablilla.vin.widget nav ul li a {
    width: 134px;
    text-align: center;
    background: #fff;
    color: #000;
    text-decoration: none;
    padding: 10px 0px;
    display: inline-block;
    font-weight: 600;
    margin: 0 auto 0 auto;
    font-size: 14px;
    border: 2px solid #ddd;
}

.tablilla.vin.widget nav ul li:first-child a {
    border-radius: 20px 0 0 20px;
}

.tablilla.vin.widget nav ul li:last-child a {
    border-radius: 0px 20px 20px 0px;
    border-left: 0;
}


.tablilla.vin.widget.default {
    width: 100%;
    height: auto;
    margin: 0px auto 0px auto;
    display: inline-block;
    text-align: center;
    padding: 34px 0;
    background: #fbfbfb;
    border-bottom: 1px solid #eee;
    background-image: url(https://imgcache.clasificadosonline.com/UDClasMedia/AR21/bg-pattern.png);
    background-size: 120%;
    background-attachment: fixed;
    background-position: center;
}

.btnWidget {
    text-decoration: none;
    background: #00BAFF;
    color: #fff;
    padding: 10px 10px;
    float: none;
    margin: 10px auto 0 auto;
    text-align: center;
    display: block;
    width: 210px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;
}

.btnWidget:hover {
    background-image: linear-gradient(#00c6ff, #00f3eb);
}

.widget.form a {
    text-decoration: none;
    background: #00BAFF;
    color: #fff;
    padding: 7px 10px;
    float: none;
    margin: 15px auto 0 auto;
    text-align: center;
    display: block;
    width: 100px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.tablilla.vin.widget.search {
    width: 100%;
    height: auto;
    margin: 60px auto 0px auto;
    display: inline-block;
    text-align: center;
    background: #fff;
}

.tablilla.vin.widget.search h6 {
    margin: 15px auto -5px auto;
}

.tablilla.vin.widget.search nav ul li:last-child a {
    border-radius: 0px 20px 20px 0px;
    border-left: 2px solid #ddd;
}

body.page-search main {
    width: auto;
    padding: 5px 0 50px 0;
    text-align: center;
    margin: 0px auto 0 auto;
}

.tablilla.vin.widget li {
    width: 102px;
    display: inline-block;
    float: none;
}

.tablilla.vin.widget nav ul li a {
    width: 105px;
    text-align: center;
    background: #fff;
    color: #000;
    text-decoration: none;
    padding: 10px 0px;
    display: inline-block;
    font-weight: 600;
    margin: 0 auto 0 auto;
    font-size: 12px;
    border: 2px solid #ddd;
}

.tablilla.vin.detail.widget .desc h6 {
    font-size: 13px;
    border-bottom: 4px solid #000;
    margin: 15px 0 0 0;
}

/* FOOTER */
footer.tapbar {
    background: #000;
    color: #fff;
    width: 100%;
    height: 70px;
    text-align: center;
    position: fixed;
    bottom: -2px;
}

.tapbar nav {
    width: 100%;
    display: inline-block;
    padding: 10px 0 0 0;
}

    .tapbar nav ul li {
        list-style: none;
        float: none;
        width: calc(100%/4);
        display: inline-block;
        /*width: 19%;*/ /*se aumenta en numero de items ne el footer tapbar */
        text-align: center;
    }

.tapbar nav ul li a {
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.tapbar nav ul li a span {
    width: 100%;
    float: left;
    font-size: 13px;
    font-weight: 200;
    height: 13px;
}

.tapbar nav ul li a i {
    font-size: 20px;
    margin: 0 0 10px 0;
    text-decoration: none;
}

.tapbar li.publicar a {
    width: 100%;
    text-decoration: none;
}

.tapbar li.publicar img {
    width: 80px;
    position: absolute;
    margin: -45px auto 0 -58px;
    text-align: center;
}

.bt-add {
    width: 80px;
    height: 80px;
    background: url(https://imgcache.clasificadosonline.com/UDClasMedia/AR21/bt_publica.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin: -60px auto 0 auto;
    text-align: center;
    display: block;
    float: none;
}

.tapbar li.publicar span {
    margin: 0 0 -35px 0;
}

/* #sticky {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 999; } */

.indicator {
    height: auto;
    margin-bottom: 0px;
    /* background-color: #e8e8e8; */
    /* font-weight: 600; */
    /* line-height: 50px; */
    /* text-align: center; */
    /* font-size: 20px; */
    position: relative;
}

.sticky {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 999;
    background: none;
    border-bottom: 1px solid #e8e8e8;
    background-image: linear-gradient(rgba(10, 186, 255, 0.76) 36.13%, rgba(255, 255, 255, 0.83));
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.slider {
    width: 50%;
    margin: 100px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 0.2;
}

.slick-active {
    opacity: 0.5;
}

.slick-current {
    opacity: 1;
}

.slick-next {
    right: 5px !important;
    top: 55% !important;
}

.slick-prev {
    left: 5px !important;
    z-index: 9;
    top: 55%!important;
}

.slick-dots {
    bottom: 0px!important;
}

.slick-dots li button:before {
    position: absolute;
    top: -10px !important;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 9px !important;
    line-height: 20px;
    text-align: center;
    color: white !important;
    opacity: 0.8 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.col {
    padding: 0 !important;
}

.multisteps.steps.indicator {
    text-align: center;
    top: 10px;
    position: relative;
    float: left;
    width: 100%;
    margin: 0px auto 50px auto;
}

body.page-post .tablilla.vin.widget {
    width: 100%;
    height: auto;
    margin: 0px auto 0px auto;
    display: inline-block;
    text-align: center;
    padding: 0px 0 20px 0;
    background: #fff;
    border-bottom: 0px solid #eee;
    border-top: 0px solid #eee;
}

.form.navigation {
    overflow: auto;
    margin: 0px auto 0 auto;
}

.form.navigation div {
    float: none;
    margin: 0 auto 20px auto;
    overflow: auto;
    border-bottom: 0px solid #ddd;
    padding: 0 0 15px 0;
}

.form.navigation button {
    background-color: #00BAFF;
    color: #ffffff;
    border: none;
    padding: 10px 30px;
    font-size: 14px;
    font-family: inherit;
    cursor: pointer;
    border-radius: 20px;
    font-weight: 700;
}

body.page-post .tablilla.vin.widget .widget.form {
    width: 90%;
    height: auto;
    margin: 10px auto 0px auto;
    display: block;
    text-align: center;
    padding: 20px 0 20px 0;
    background: #fff;
    border: 1px solid #ddd;
    float: none;
    box-shadow: 0 3px 5px 1px #eee;
    border-radius: 25px;
    max-width: 400px;
}

.multisteps.steps .step {
    height: 20px;
    width: 20px;
    margin: 0 30px;
    background-color: #eee;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
    border: 2px solid #00BAFF;
}

.multisteps.steps .step.active,
.multisteps.steps .step.finish {
    border: 0px solid #00BAFF;
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 30px;
    width: 35px;
    height: 35px;
    margin: 0 20px -4px 20px;
}

.multisteps.steps .step.active {
    background-image: url("../img/icon-check2.svg");
}

.multisteps.steps .step.finish {
    background-image: url("../img/icon-check.svg");
}

.widget.upload {
    width: auto;
}

.widget.upload .uploads {
    width: auto;
    margin: 0 0 -5px 0;
}

.widget.upload .uploads span,
.widget.paso-1 span,
.widget.paso-4 span {
    width: auto;
    font-size: 12px;
    margin: -5px auto 10px auto;
    float: none;
    display: block;
    text-align: center;
    font-weight: 600;
}

body.page-post .tablilla.vin.widget.paso-4 .millaje span {
    width: auto;
    font-size: 12px;
    margin: 15px auto 10px auto;
    float: none;
    display: block;
    text-align: center;
    font-weight: 600;
}

body.page-post .tablilla.vin.widget.paso-4 .millaje {
    width: auto;
}

body.page-post .tablilla.vin.widget.paso-4 .millaje input[type="radio"] {
    width: auto;
    float: none;
    display: inline;
    background: #eee;
    appearance: none;
    border: 1px solid #ddd;
    border-radius: 0;
    text-align: center;
    margin: 0 auto;
    clear: both;
    padding: 10px 25px;
}

body.page-post .tablilla.vin.widget.paso-4 .millaje input[type="radio"]::before {
    content: " ";
}

body.page-post .tablilla.vin.widget.paso-4 .millaje input[type="radio"]::after {
    content: " ";
}

body.page-post .tablilla.vin.widget.paso-4 .millaje input[type="radio"]:checked {
    background: red;
}

body.page-post .tablilla.vin.widget.paso-4 .millaje input[type="radio"]:first-child {
    border-radius: 5px 0 0 5px;
}

body.page-post .tablilla.vin.widget.paso-4 .millaje input[type="radio"]:last-child {
    border-radius: 0 5px 5px 0;
}

body.page-post .tablilla.vin.widget.paso-4 .millaje label {
    width: auto;
}

body.page-post .tablilla.vin.widget .widget.form .togglebts input.millaje {
    width: 50%;
    float: none;
    margin: 10px auto 0 auto;
    display: block;
    padding: 10px 10px;
    border: 2px solid #ccc;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 700;
    max-width: 370px;
    background: #eee;
    text-align: center;
}

fieldset.togglebts {
    width: 90%;
    margin: 20px auto 0 auto;
    text-align: center;
    float: none;
    display: block;
}

.togglebt {
    margin: 10px auto 0 auto;
    box-sizing: border-box;
    font-size: 0;
    display: block;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
}

.togglebt input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

.togglebt input + label {
    margin: 0;
    padding: 0.75rem 20px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border: solid 1px #DDD;
    background-color: #FFF;
    font-size: 13px;
    line-height: 140%;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
}

.togglebt input + label:first-of-type {
    border-radius: 6px 0 0 6px;
    border-right: none;
}

.togglebt input + label:last-of-type {
    border-radius: 0 6px 6px 0;
    border-left: none;
}

.togglebt input:hover + label {
    border-color: #999;
}

.togglebt input:checked + label {
    background-color: #00BAFF;
    color: #FFF;
    box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
    border-color: #4B9DEA;
    z-index: 1;
}

.togglebt input:focus + label {
    outline: dotted 1px #CCC;
    outline-offset: 0.45rem;
}

.widget.upload img {
    width: 75px;
    height: 75px;
}

.widget.upload a {
    width: 75px;
    background: #fff;
    color: #000;
    padding: initial;
    margin: 5px;
    float: none;
    height: 80px;
    text-align: center;
    display: inline-block;
}

.widget.form .precio span {
    width: auto;
    margin: 15px auto 0 auto;
    float: none;
    display: block;
    font-size: 12px;
}

.widget.form .precio img.range {
    width: 360px;
    margin: 30px auto 30px auto;
    float: none;
    display: block;
    height: auto;
}

.widget.form .precio img.col.logo {
    width: 250px;
    margin: 10px auto 20px auto;
    float: none;
    display: block;
    height: auto;
}

body.page-post .tablilla.vin.widget .widget.form input.nameyourprice {
    width: 50%;
    float: none;
    margin: 20px auto 0 auto;
    display: block;
    padding: 10px 10px;
    border: 2px solid #ccc;
    border-radius: 10px;
    font-size: 35px;
    font-weight: 800;
    max-width: 370px;
    letter-spacing: -1px;
    text-align: center;
    background: #eee;
}

.timeline {
    width: 350px;
    height: 10px;
    margin: -26px auto 0px auto;
    padding: 0 0 12px 0;
    border-top: 0px solid #000;
    z-index: 0;
    opacity: 1;
    background: #eee;
    border-radius: 30px;
}

body.page-post .tablilla.vin.widget .widget.form select {
    width: 91%;
    float: none;
    margin: 10px auto 0 auto;
    display: block;
    padding: 10px 10px;
    border: 2px solid #ccc;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    height: 40px;
    appearance: none;
    max-width: 395px;
    color: #000;
}

body.page-post .tablilla.vin.widget .widget.form input {
    width: 85%;
    float: none;
    margin: 10px auto 0 auto;
    display: block;
    padding: 10px 10px;
    border: 2px solid #ccc;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    max-width: 370px;
}

body.page-post .tablilla.vin.widget .widget.form textarea {
    width: 85%;
    float: none;
    margin: 10px auto 0 auto;
    display: block;
    padding: 10px 10px;
    border: 2px solid #ccc;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    max-width: 370px;
}

#regForm {
    background-color: #ffffff;
    margin: 0px auto;
    padding: 0;
    width: 100%;
    min-width: 300px;
}

input.invalid {
    background-color: #ffdddd;
}

.tab {
    display: none;
}

.ad.preview figure {
    display: inline-block;
    height: 200px;
    width: 90%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin: 0px auto 20px auto;
}

.ad.preview p {
    width: 90%;
    font-size: 12px;
    text-align: center;
    padding: 10px 0 0 0;
    line-height: 15px;
    border-top: 1px solid #eee;
    margin: 45px auto 0 auto;
}

.ad.preview .meta h4.title {
    width: auto;
    margin: auto;
    text-align: left;
    padding: 0 0 0 5%;
}

.ad.preview .meta .miles {
    width: auto;
    margin: 5px 0 0 5%;
    float: left;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 15px;
}

.ad.preview .meta .location {
    width: auto;
    margin: 10px 0 0 10px;
    float: left;
    font-size: 14px;
}

.ad.preview .meta .price {
    width: auto;
    margin: -19px 5% 0 0;
    float: right;
    display: block;
    font-size: inherit;
}

.flyout a {
    font-family: "Proxima Nova", "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.flyout img {
    width: 15px;
    height: auto;
    margin: 0 10px 0 0;
}

li.mmenu-trigger {
    width: auto;
    margin: 9px 0 0 20px !important;
}

li.mmenu-trigger a {
    width: auto;
    margin: 12px 0px 0 10px !important;
    font-size: 21px;
    padding: 0 !important;
}

.menu.profile li {
    width: auto;
    float: left;
    margin: 0 0 0 25px;
}

.menu.profile li .submenu.profile {
    width: auto;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 0px dotted black;
    font-size: 12px;
    background: none;
    padding: 5px 10px;
    border-radius: 30px;
    margin: 0px auto 0 auto;
    font-weight: 600;
    cursor: pointer;
}

.feed.list article figure.destaque.label.tooltip {
    position: absolute;
    display: block;
    border-bottom: 0px dotted black;
    font-size: 12px;
    background: none;
    padding: 0px;
    border-radius: 30px;
    margin: 0px auto 0 auto;
    font-weight: 600;
    cursor: pointer;
}

.feed.list article figure.destaque.label.tooltip span.tooltiptext {
    bottom: 87%;
    left: 221%;
}

.feed.list article figure.destaque.label.tooltip span.tooltiptext::after {
    content: "";
    position: absolute;
    top: 37%;
    left: -4%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}

.tooltip span.tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 999999;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

figure.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.dropdown {
    display: inline-block;
    position: relative;
    width: 100%;
}

.results.tools .dropdown {
    display: inline-block;
    position: relative;
    width: auto;
}

.dropdown button {
    background: #fff;
    border: 2px solid #ddd;
    padding: 5px 10px;
    border-radius: 5px;
    font-family: inherit;
    font-size: 12px;
    width: 100px;
    font-weight: 700;
    color: inherit;
    line-height: 20px;
}

.results.tools .dropdown button {
    width: auto;
    float: left;
    display: inline;
    margin: -4px 10px 0 0;
    padding: 7px 20px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 2px 2px rgba(172, 172, 172, 0.2);
    border-radius: 5px;
    cursor: pointer;
    font-family: inherit;
    font-size: 12px;
    font-weight: inherit;
    color: inherit;
    line-height: 13px;
}

.dropdown button img {
    width: 10px;
    margin: 0 -5px 0 0;
    height: auto;
}

.dropdown-content {
    display: none;
    position: absolute;
    width: 200px;
    overflow: auto;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 1px solid #ddd;
    z-index: 9999;
    background: #fff;
    padding: 10px 0px;
    left: 0;
}

.feed.tools.filter.sort .dropdown-content {
    right: 10px;
    top: 25px;
    left: revert;
}

.dropdown-content img {
    width: 12px;
    height: auto;
    margin: 0 10px 0 0;
}

.dropdown:hover .dropdown-content {
    display: block;
    z-index: 99;
}

.dropdown-content a {
    display: block;
    color: #000000;
    padding: 6px 0;
    text-decoration: none;
    text-align: left;
    text-indent: 8px;
    font-size: 12px;
}

.dropdown-content a:hover {
    color: #000;
    background-color: #d9faff;
}

.dd-divider {
    border-bottom: 1px solid #eee;
    margin: 5px 0;
    float: none;
}

.jumpMenu {
    width: auto;
    float: left;
    display: inline;
    margin: -4px 10px 0 0;
    padding: 7px 20px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 2px 2px rgba(172, 172, 172, 0.2);
    border-radius: 5px;
    cursor: pointer;
    font-family: inherit;
    font-size: 12px;
    font-weight: inherit;
    color: inherit;
    line-height: 13px;
}

footer {
    padding-top: 30px;
}

.searchbarDiv {
    width: 96%;
    padding: 12px 2%;
    border-radius: 30px;
    border: 1px solid gainsboro;
    box-shadow: 0px 5px 10px #ddd;
    background: #fff;
    margin: auto;
    max-width: 956px;
}

.contentGallery {
    padding: 20px 0 0 0;
}

.footerGallery {
    padding-top: 0px !important;
}


.contentDetail {
    padding: 20px 0 0 0 !important;
}

.tablilla.vin.widget h2, h2.feed.heading {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
    text-align: center;
}

.bt-post-car .tooltip {
    position: fixed;
    display: block;
    border-bottom: 0px dotted black;
    font-size: 12px;
    background: none;
    padding: 5px 10px;
    border-radius: 30px;
    margin: -71px auto 0 auto;
    font-weight: 600;
    cursor: pointer;
}

.bt-post-car .tooltip span.tooltiptext {
    width: 150px;
    padding: 5px 0;
    bottom: 85%;
    left: 50%;
    margin-left: -76px;
    transition: opacity 0.3s;
}

.bt-post-car a, .tapbar nav ul li.bt-post-car a {
    color: #00BAFF;
    transition: color 2s;
}

.bt-post-car a:hover, .tapbar nav ul li.bt-post-car a:hover {
    color: #00BAFF;
}

article .tools a.share span {
    width: auto;
    float: right;
    padding: 5px 5px;
    font-size: 10px;
    font-weight: 800;
    line-height: 0px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: "Proxima Nova", "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
}

.tablilla.vin.detail.widget .specs {
    font-size: 13px;
    padding: 10px 0 0 0px;
    margin-bottom: 63px;
}

.tablilla.vin.detail.widget .specs li {
    width: auto;
    display: block;
    float: none;
    text-align: left;
    line-height: 20px;
    padding: 5px 0;
}

.tablilla.vin.detail.widget .specs h6 {
    font-size: 13px;
    border-bottom: 4px solid #000;
}

.tablilla.vin.detail.widget .desc h6 {
    font-size: 13px;
    border-bottom: 4px solid #000;
    margin: 15px 0 0 0;
}

.tablilla.vin.detail.widget .specs img {
    width: 20px;
    height: auto;
    border-radius: 0;
}

#mc_showPhone a {
    border: none;
    width: auto;
    padding: 0px;
}

.tools.share .dropdown {
    width: auto;
}

.tools.share .dropdown-content {
    display: none;
    position: absolute;
    width: 200px;
    overflow: auto;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 1px solid #ddd;
    z-index: 9999;
    background: #fff;
    padding: 10px 0px;
    left: 0;
    margin: -5px 0 0 0;
}

.tools.share .dropdown-content::before {
    width: auto;
}

.tools.share .dropdown::before {
    width: auto;
}

.tools.share.like .dropdown-content a {
    /*display: block;*/
    color: #000000;
    padding: 6px 0;
    text-decoration: none;
    text-align: left;
    text-indent: 8px;
    font-size: 14px;
    display: -webkit-box;
}

.tools.share.like .dropdown-content a i {
    padding: 0px 10px 0px 0px;
}

.dropdown {
    display: inline-block;
    position: relative;
    width: 100%;
}

.results.tools .dropdown {
    display: inline-block;
    position: relative;
    width: auto;
}

.dropdown button {
    background: #fff;
    border: 2px solid #ddd;
    padding: 5px 10px;
    border-radius: 5px;
    font-family: inherit;
    font-size: 12px;
    width: 100px;
    font-weight: 700;
    color: inherit;
    line-height: 20px;
}

.results.tools .dropdown button {
    width: auto;
    float: left;
    display: inline;
    margin: -4px 10px 0 0;
    padding: 7px 20px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 2px 2px rgba(172, 172, 172, 0.2);
    border-radius: 5px;
    cursor: pointer;
    font-family: inherit;
    font-size: 12px;
    font-weight: inherit;
    color: inherit;
    line-height: 13px;
}

.dropdown button img {
    width: 10px;
    margin: 0 -5px 0 0;
    height: auto;
}

.dropdown-content {
    display: none;
    position: absolute;
    width: 200px;
    overflow: auto;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 1px solid #ddd;
    z-index: 9999;
    background: #fff;
    padding: 10px 0px;
    left: 0;
}

.feed.tools.filter.sort .dropdown-content {
    right: 10px;
    top: 25px;
    left: revert;
}

.dropdown-content img {
    width: 12px;
    height: auto;
    margin: 0 10px 0 0;
}

.dropdown:hover .dropdown-content {
    display: block;
    z-index: 99;
}

.dropdown-content a {
    display: block;
    color: #000000;
    padding: 6px 0;
    text-decoration: none;
    text-align: left;
    text-indent: 8px;
    font-size: 12px;
}

.dropdown-content a:hover {
    color: #000;
    background-color: #d9faff;
}

.dd-divider {
    border-bottom: 1px solid #eee;
    margin: 5px 0;
    float: none;
}

#mc_details div:first-child ul .slick-dots {
    bottom: 0 !important;
}

article .detail .meta .title {
    width: 60%;
}

.titleDetail {
    width: 100%;
    display: inline-block;
}

.cta.profile aside {
    width: 80%;
    height: auto;
    float: none;
    margin: auto;
    display: inline-block;
    max-width: 1080px;
}

.biz-pic figure {
    width: auto;
}

.biz-pic figure img {
    /*width: auto;*/
    width: 172px;
    height: 172px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px, 0 0 0 1px #eee;
    border-radius: 10px;
    padding: 5px;
    background: #fff;
    border: none;
}
.biz-pic .badge {
    width: auto;
    font-size: 12px;
    padding: 10px 0 0 0;
    color: #999;
}
.biz-meta {
    width: auto;
    float: left;
    text-align: left;
    color: #000;
}

.profile.cta.hero .biz-meta h2 {
    font-size: 24px;
    text-transform: inherit;
    font-weight: 800;
    color: #000;
    letter-spacing: -1px;
    max-width: 980px;
    width: auto;
    text-align: left;
    margin: 0 auto 10px auto;
}

.biz-meta h3 {
    width: auto;
    font-size: 17px;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-style: italic;
}

.biz-meta ul {
    width: auto;
}

.biz-meta ul li {
    list-style: none;
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 300;
}

.biz-meta i {
    width: 25px;
}

.tienda .content {
    padding: 20px 0 0 0;
}

.badge {
    display: inline-flex;
}

.dealers .search-wrap .searchbar {
    width: 90%;
    float: left;
    padding: 15px 5%;
    background-color: #F8F8F8;
    height: auto;
    margin: 60px 0 0 0;
}

.dealers .search-wrap .searchbar div {
    padding: 12px 2%;
}

#dvContainer {
    background: #fbfbfb;
    background-image: url(https://imgcache.clasificadosonline.com/UDClasMedia/AR21/bg-pattern.png);
    background-size: 120%;
    background-attachment: fixed;
    background-position: center;
}

@font-face {
    font-family: "karro";
    src: url("/fonts/karro.eot?28388623");
    src: url("/fonts/karro.eot?28388623#iefix") format("embedded-opentype"), url("/fonts/karro.woff?28388623") format("woff"), url("/fonts/karro.ttf?28388623") format("truetype"), url("/fonts/karro.svg?28388623#karro") format("svg");
    font-weight: normal;
    font-style: normal;
}

.karro-icons {
    font-family: "karro";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-single .content {
    padding: 20px 0 0 0;
}
.heading.cta.hero h1 {
    font-size: 40px;
    text-transform: inherit;
    font-weight: 900;
    color: #000;
    letter-spacing: -1px;
    max-width: 980px;
    width: auto;
    text-align: left;
    margin: 0 auto 10px auto;
}
.page-single .content main {
    width: auto;
    margin: 10px auto 0 auto;
    padding: 0;
}
.page-single .content article {
    width: 90%;
    max-width: 960px;
    line-height: 30px;
    padding: 0 0 120px 0;
    margin: 0 auto 0 auto;
    text-align: left;
}

.page-single .content article p {
    margin: 0 0 15px 0;
}

.page-single .content article a {
    font-style: italic;
    text-decoration: none;
    font-size: 90%;
    color: #09f;
    word-break: break-all;
}
.contentFooter {
    font-size: 12px;
    border-top: 1px solid #eee;
    padding: 10px 0;
}
.flyout a.powered img {
    width: 150px;
    height: auto;
    margin: auto;
    text-align: center;
    display: block;
}
.contentFooter a {
    color: #666!important;
}
.dealersContainer {
    height: 180px !important;
    width: 45% !important;
    max-width: none !important;
}

.dealersContainer .partnerPhoto {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    float: left;
    width: 30%;
}

.dealersContainer div:nth-of-type(2) {
    float: right;
    width: 67%;
    color: #000000;
    text-align: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.dealersContainer div:nth-of-type(2) ul li {
    margin: 0 0 7px 0;
    font-size: 14px;
    list-style: none;
}

.dealersContainer div:nth-of-type(2) ul li a {
    color: #000000 !important;
    font-size: 14px;
}

.dealersContainer div:nth-of-type(2) ul li:first-child a span {
    font-weight: 600;
    font-size: 18px;
}

.dealersContainer div:nth-of-type(2) ul li div {
    width: fit-content;
}

.dealersContainer div:nth-of-type(2) ul li div span {
    padding: 5px 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.imgSms {
    height: 25px !important;
    width: 25px !important;
}
.imgMain {
    width: 90% !important;
    border-radius: 0 !important;
    height: auto !important;
    border: 1px solid #eee;
    aspect-ratio: 1 / 1;
}
#mc_GalleryPartner {
    display: contents;
}

/*Actualización de clases*/
