body {
    margin: 0;
    padding: 0;
}

.md_container {
    max-width: 100%;
    width: 990px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.md_header {
    /* overflow: hidden; */
    max-width: 100%;
}

.md_header .md_header_top {
    background-color: white;
    color: black;
    font-family: "Source Serif 4", serif;
    font-size: 12px;
    line-height: 13px;
    display: flex;
    overflow-x: auto;
    position: relative;
    justify-content: center;
}

.md_header .md_header_top .md_wrap_hoy_interesa {
    display: flex;
}

.md_header .md_header_top .md_wrap_hoy_interesa > div {
    width: 90px;
    line-height: 13px;
    color: #000;
    background-color: transparent;
    font-size: 12px;
    font-weight: 700;
    padding: 11.1px 0px;
    padding-left: 10px;
}

.md_header .md_header_top .md_wrap_hoy_interesa > ul {
    width: calc(100% - 90px);
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    list-style: none;
    margin: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 6.1px 10px;
    max-width: 100%;
}

/* width */
.md_header .md_header_top .md_wrap_hoy_interesa > ul::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

/* Track */
.md_header .md_header_top .md_wrap_hoy_interesa > ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.md_header .md_header_top .md_wrap_hoy_interesa > ul::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.md_header .md_header_top .md_wrap_hoy_interesa > ul::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.md_header .md_header_top .md_wrap_hoy_interesa > ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
}


.md_header .md_header_top .md_wrap_hoy_interesa > ul li .topic-link {
    position: relative;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    color: #000;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
}

.md_header .md_header_top .md_wrap_hoy_interesa > ul li .topic-link:hover {
    text-decoration: underline;
}

.md_header .md_header_top .md_wrap_hoy_interesa > ul li .topic-link:before {
    content: "";
    background: #000;
    width: 4px;
    height: 4px;
    position: absolute;
    border-radius: 50%;
    top: 9px;
    left: -2px;
}

.md_header .md_header_black {
    height: 40px;
    background: #242626;
    display: flex;
    align-items: center;
    justify-content: center;
}

.md_header .md_header_black .logo {
    max-width: none;
    width: 319px;
    height: 40px;
    background-image: url(../../assets/images/logos/logo-md.svg);
    background-position: center -7px;
    background-size: cover;
    position: relative;
    top: auto;
    left: auto;
    font-size: 0;
    margin: 0 auto;
}

.md_header .md_header_black .logo a {
    display: block;
    height: 40px;
}

.md_header .md_header_logo {
    height: 91px;
    background-color: rgb(239, 237, 237);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 0;
    border-top: 1px solid #fff;
}

.md_header .md_header_logo .logo {
    display: block;
    width: 205px;
    position: relative;
    margin: 0 auto;
}

.md_header .md_header_logo .logo a {
    font-size: 0;
}

.md_header .md_header_logo .logo a img {
    display: none;
}

.md_header .md_header_logo .logo a img.logo_v {
    display: block;
    height: 75px;
}

.md_header .md_header_logo .md_botonera_fija {
    position: absolute;
    bottom: 5px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.md_header .md_header_logo .md_botonera_fija a,
.md_header .md_header_publica_moto a {
    font-size: 13px;
    line-height: 13px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    padding: 7px 15px;
    display: block;
    position: relative;
    text-decoration: none;
    background-color: var(--md-black);
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
}

.md_header .md_header_logo .md_botonera_fija a.btn_login {
    position: relative;
    padding-left: 35px;
    background-color: var(--md-red);
}

.md_header .md_header_publica_moto {
    background-color: transparent !important;
}

.md_header .md_header_publica_moto a {
    margin-top: 0;
}

.md_header .md_header_logo .md_botonera_fija a.btn_login img {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    transform: translateY(-50%);
}

.md_header .md_header_logo .md_botonera_fija a:hover {
    background-color: white;
    color: black;
}

body > .md_header {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    z-index: 998;
}

body {
    padding-top: 253px;
}

.noBreadCrumb body {
    padding-top: 203px;
}

html.pagina404 body {
    padding-top: 0px !important;
}
html.pagina410 body {
    padding-top: 0px !important;
}

html.header_sticky .md_header .md_header_top,
html.header_sticky .md_header .md_header_breadcrumb {
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}

html.header_sticky body {
    padding-top: 170px;
}

.md_header_mobile {
    display: none !important;
}

@media (max-width: 1023px) {

    html.header_sticky .md_header .md_header_menu,
    html.header_sticky .md_header .md_header_publica_moto {
        height: 0;
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0;
    }

    html.header_sticky body {
        padding-top: 131px;
    }
}

@media (max-width: 767px) {

    body > .md_header{
        height: 115px;
    }
    html.header_sticky  body > .md_header{
        height: 75px;
    }

    body {
        padding-top: 165px !important;
    }

    .md_header_desktop {
        display: none !important;
    }

    .md_header_mobile {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        background-color: #242626 !important;
        padding: 10px 0;
    }

    .md_header_mobile .md_header_mobile_logo_md {
        max-width: none;
        width: 100px;
        height: 30px;
        background-image: url(../../assets/images/logos/md_logo_small.png);
        background-position: center;
        background-size: auto 100%;
        background-repeat: no-repeat;
        position: relative;
        top: auto;
        left: auto;
        font-size: 0;
        margin: 0 auto;
    }

    .md_header_mobile .md_header_mobile_logo_clasificados {
        width: calc(100% - 140px - 40px);
        text-align: center;
    }

    .md_header_mobile .md_header_mobile_logo_clasificados img {
        height: 55px;
    }

    .md_header_mobile .md_header_mobile_botonera {
        width: 100px;
        text-align: center;
    }

}


.md_header .md_header_breadcrumb {
    background-color: rgb(239, 237, 237);
    display: block;
    text-align: center;
    border-top: 1px solid #fff;
    box-sizing: border-box;
    padding: 10px 0;
    font-family: "Source Serif 4", serif;
}

.md_header .md_header_breadcrumb ol {
    max-width: 100%;
    padding-left: 55px;
    padding-right: 21px;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: left;
}

.md_header .md_header_breadcrumb ol li {
    display: inline-block;
    position: relative;
    padding-right: 24px;
    line-height: inherit;
    font-size: inherit;
    margin: inherit;
}

.md_header .md_header_breadcrumb ol li a {
    font-size: 26px;
    display: block;
    height: 100%;
    font-weight: 900;
    line-height: 26px;
    font-style: italic;
    color: #242626;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}

.md_header .md_header_breadcrumb ol li:after {
    content: ">";
    font-size: 18px;
    color: #cf0013;
    position: absolute;
    top: 0;
    right: 5px;
    width: 9px;
    height: 18px;
}

.md_header .md_header_breadcrumb ol li:last-child:after {
    content: "";
}

.md_header .md_header_menu ul {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    overflow-x: visible;
    justify-content: center;
}


.md_header .md_header_menu ul li {
    display: inline-block;
    white-space: nowrap;
    width: auto;
    list-style: none;
    margin: 0;
    padding: 0;
}

.md_header .md_header_menu ul li:hover,
.md_header .md_header_menu ul li.selected {
    background: #efeded;
}

.md_header .md_header_menu ul li a {
    font-size: 13px;
    line-height: 13px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    padding: 13px 15px;
    display: block;
    position: relative;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}


.md_header .md_header_menu ul li.li_publicarMoto {
    background-color: var(--md-black) !important;
}


.md_header .md_header_menu ul li.li_miCuenta {
    background-color: var(--md-red) !important;
}

.md_header .md_header_menu ul li.li_publicarMoto:hover {
    background-color: #414973 !important;
}


.md_header .md_header_menu ul li.li_miCuenta:hover {
    background-color: #e34f59 !important;
}

.md_header .md_header_menu ul li.li_publicarMoto > a,
.md_header .md_header_menu ul li.li_miCuenta > a {
    color: white;
}


.md_footer {
    background-color: #242626;
    padding: 5rem 0 4rem;
    text-align: center;
    overflow: hidden;
    max-width: 100%;
}

.md_footer .md_footer_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}


.md_footer .md_footer_logo .logo {
    max-width: none;
    width: 319px;
    height: 40px;
    background-image: url(../../assets/images/logos/logo-md.svg);
    background-position: center -7px;
    background-size: cover;
    position: relative;
    top: auto;
    left: auto;
    font-size: 0;
}

.md_footer .md_footer_logo .logo a {
    display: block;
    height: 40px;
}

.md_footer .md_footer_logo .logoAppmoto {
    max-width: none;
    width: 219px;
    height: 40px;
    background-image: url(../../assets/images/appmoto-logo-white.svg);
    background-position: center center;
    position: relative;
    top: auto;
    left: auto;
    font-size: 0;
    background-size: auto 35px;
    background-repeat: no-repeat;
}

.md_footer .md_footer_logo .logoAppmoto a {
    display: block;
    height: 40px;
}

.md_footer .md_footer_copy {
    font-family: "Libre Franklin", sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: .875rem;
    padding: 1rem 0 0;
    text-align: center;
    line-height: 12px;
    width: 100%;
    display: block;
}


.md_footer .md_footer_menu {
    margin-top: 5rem;
    text-align: center;
}

.md_footer .md_footer_menu ul {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    list-style: none;
}

.md_footer .md_footer_menu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-bottom: 5px;
}

.md_footer .md_footer_menu ul li a {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 500;
    line-height: 14px;
    padding: 5px 10px;
    font-size: .75rem;
    color: #fff;
    padding-left: .375rem;
    padding-right: .375rem;
    text-decoration: none;
}

@media (max-width: 990px) {
    .md_header .md_header_breadcrumb ol,
    .md_header .md_header_top ul,
    .md_header .md_header_menu ul {
        white-space: nowrap;
        justify-content: flex-start;
        overflow-y: hidden;
        overflow-x: auto;
    }


    /* width */
    .md_header .md_header_breadcrumb ol::-webkit-scrollbar,
    .md_header .md_header_top ul::-webkit-scrollbar,
    .md_header .md_header_menu ul::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

    /* Track */
    .md_header .md_header_breadcrumb ol::-webkit-scrollbar-track,
    .md_header .md_header_top ul::-webkit-scrollbar-track,
    .md_header .md_header_menu ul::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .md_header .md_header_breadcrumb ol::-webkit-scrollbar-thumb,
    .md_header .md_header_top ul::-webkit-scrollbar-thumb,
    .md_header .md_header_menu ul::-webkit-scrollbar-thumb {
        background: #888;
    }

    /* Handle on hover */
    .md_header .md_header_breadcrumb ol::-webkit-scrollbar-thumb:hover,
    .md_header .md_header_top ul::-webkit-scrollbar-thumb:hover,
    .md_header .md_header_menu ul::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .md_header .md_header_breadcrumb ol {
        padding-left: 10px;
    }

    .md_header .md_header_breadcrumb ol li a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {

    .md_footer .md_footer_logo {
        gap: 20px;
        flex-direction: column;
    }

    .md_footer .md_footer_logo .logoAppmoto {
        margin-bottom: 10px;
    }


}
