:root {
    --fondo-1: #ffa500;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.cover {
    background: url(../images/cartianguis_pagina_inicio-2.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
}

.redesSO {
    color: var(--fondo-1) !important;
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

.bienvenida {
    color: #fff;
    text-shadow: -1px 0 0 #006198, 0 1px 0 #006198, 1px 0 15px #006198,
        0 -1px 25px #006198;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-color: #006198;
    -webkit-text-stroke-width: 0.2px;
}

.comboCover {
    margin-top: 10px;
}

.fondoVerde {
    background-color: #36a320;
    height: 5px;
}

.fondoGris {
    background-color: #ababab;
    height: 5px;
}

.fondoAzulTop {
    background-color: #1173ac;
    height: 25px;
}
.blueDivLine {
    display: block;
    clear: both;
    width: auto;
    height: 5px;
    background-color: #1173ac;
    margin-bottom: 10px;
}

.fondoAzul {
    background-color: #0e75aa;
    max-height: 75px;
}

.textoFondoAzul {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;

    font-size: 14px;
    font-weight: normal;
    padding-block: 1.5rem;
}

.textoMenu {
    font-size: 19px;
    color: #0063a4;
    padding-left: 0;
}

.activeSearch {
    color: #24aa01;
    font-weight: 700;
    font-size: 15px;
}

.bordeDiv {
    border: 0.5px solid #d6d6d6;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px #d6d6d6;
    -moz-box-shadow: 0 0 2px #d6d6d6;
    box-shadow: 0 0 2px #d6d6d6;
    margin-bottom: 10px;
}

.tituloAdd {
    /*background-color: #3CAF2A;
    color: #00F;*/
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;
}

.destacado,
.bgDestacado {
    background-color: #fffeab !important;
}

.todos_los_vehiculos_del_anunciante{
    color: green;
    font-weight: bold;
}

.contacto:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin: 10px 0 0;
    background: #cacaca;
}

/* .col-sm-4 {
  padding-bottom: 15px;
} */

#navbar a:hover {
    text-decoration: underline;
    color: #0063a4;
}

.buscarDiv {
    background-color: #ff9701;
    color: #fff;
    padding: 7px;
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
    cursor: pointer;
}

.alerta {
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid red;
}

.azul {
    color: #0e75aa;
    background-color: #fff;
    border: 2px solid #0e75aa;
}

.textoDerecha {
    padding-left: 6%;
}

.textoIzquierda {
    padding-left: 22%;
}

.azulFX {
    background-color: #27628c !important;
}

.azulFXVolver {
    background-color: #fff !important;
    border-color: #345c9c !important;
}

.verdeFX {
    background-color: #228b22 !important;
}

.naranjaFX {
    background-color: #d35026 !important;
}
.btnNaranja {
    background-color: #f15a23;
    transition: all ease 0.3s;
}
.btnNaranja:hover {
    background-color: #d35026;
}

.naranjaPuroFX {
    background-color: #ff8c00 !important;
}

.parsley-errors-list.filled {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 15px 20px;
    position: relative;
    background-color: #eb6357;
    color: #fff;
}

.parsley-errors-list.filled:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 20px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    -moz-transform: scale(0.9999);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #eb6357;
}

.parsley-errors-list.filled > li {
    list-style: none;
}

.glyphicon-modal-window:before {
    content: '\e237';
}

.text-danger {
    color: #ea4335;
}
.pl-70px {
    padding-left: 70px;
}
.pr-70px {
    padding-right: 70px;
}
.py-10px {
    padding-top: 10px;
    padding-bottom: 10px;
}

.modal-content {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    background-color: #fff;
    color: #404040;
    border: none;
}

.modal-header {
    border: 0;
    padding: 19px;
}

.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
    display: block;
    margin: 0;
}

.modal-header .close {
    font-size: 20px;
    opacity: 0.4;
    text-shadow: none;
}

.modal-header .close:hover {
    opacity: 0.8;
}

.modal-body {
    padding: 10px 20px 20px;
}

.modal-body .row:last-child .form-group {
    margin-bottom: 0;
}

.modal-main-icon {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: normal;
    font-size: 50px;
}

.modal-footer {
    padding: 20px;
    border: none;
}

.modal-full-color .modal-header {
    padding: 19px;
}

.modal-full-color .modal-content {
    color: #fff;
    background-color: transparent;
}

.modal-full-color .modal-content .close {
    color: #fff;
    line-height: 40px;
    opacity: 0.6;
}

.modal-full-color .modal-content .close:hover {
    opacity: 1;
}

.modal-full-color .modal-content .modal-footer {
    border: none;
}

.modal-full-color .btn-default {
    border-width: 2px;
    border-color: transparent;
}

.modal-full-color .btn-primary,
.modal-full-color .btn-success,
.modal-full-color .btn-warning,
.modal-full-color .btn-danger {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    border-width: 2px;
}

.modal-full-color .btn-primary:focus,
.modal-full-color .btn-success:focus,
.modal-full-color .btn-warning:focus,
.modal-full-color .btn-danger:focus {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.4);
}

.modal-full-color .btn-primary:hover,
.modal-full-color .btn-success:hover,
.modal-full-color .btn-warning:hover,
.modal-full-color .btn-danger:hover,
.modal-full-color .btn-primary .hover,
.modal-full-color .btn-success .hover,
.modal-full-color .btn-warning .hover,
.modal-full-color .btn-danger .hover {
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.8);
}

.modal-full-color .btn-primary:active,
.modal-full-color .btn-success:active,
.modal-full-color .btn-warning:active,
.modal-full-color .btn-danger:active {
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.8);
}

.modal-full-color-success .modal-header {
    background-color: #37b358;
}

.modal-full-color-success .modal-body,
.modal-full-color-success .modal-footer {
    background-color: #37b358;
}

.modal-full-color-success .btn-default {
    color: #37b358;
}

.modal-full-color-success .btn-default:active {
    color: #37b358;
}

.modal-full-color-primary .modal-header {
    background-color: #5f99f5;
}

.modal-full-color-primary .modal-body,
.modal-full-color-primary .modal-footer {
    background-color: #5f99f5;
}

.modal-full-color-primary .btn-default {
    color: #5f99f5;
}

.modal-full-color-primary .btn-default:active {
    color: #5f99f5;
}

.modal-full-color-warning .modal-header {
    background-color: #f6c163;
}

.modal-full-color-warning .modal-body,
.modal-full-color-warning .modal-footer {
    background-color: #f6c163;
}

.modal-full-color-warning .btn-default {
    color: #f6c163;
}

.modal-full-color-warning .btn-default:active {
    color: #f6c163;
}

.modal-full-color-danger .modal-header {
    background-color: #eb6357;
}

.modal-full-color-danger .modal-body,
.modal-full-color-danger .modal-footer {
    background-color: #eb6357;
}

.modal-full-color-danger .btn-default {
    color: #eb6357;
}

.modal-full-color-danger .btn-default:active {
    color: #eb6357;
}

.modal-full-color-dark .modal-header {
    background-color: #3d3c3c;
}

.modal-full-color-dark .modal-body,
.modal-full-color-dark .modal-footer {
    background-color: #3d3c3c;
}

.modal-full-color-dark .btn-default {
    color: #3d3c3c;
}

.modal-full-color-dark .btn-default:active {
    color: #3d3c3c;
}

.full-width {
    width: 90%;
    max-width: none;
}

.colored-header .modal-content .modal-header {
    background-color: #e6e6e6;
    color: #fff;
    padding: 30px 20px;
}

.colored-header .modal-content .modal-header .modal-title {
    font-size: 20px;
}

.colored-header .modal-content .modal-header .close {
    color: rgba(0, 0, 0, 0.7);
    margin-top: 2px;
}

.colored-header .modal-content .modal-body {
    padding: 35px 20px 20px;
    background-color: #fff;
    color: #404040;
}

.colored-header .modal-content .modal-footer {
    background-color: #fff;
}

.colored-header-success .modal-content .modal-header {
    background-color: #37b358;
}

.colored-header-primary .modal-content .modal-header {
    background-color: #5f99f5;
}

.colored-header-warning .modal-content .modal-header {
    background-color: #f6c163;
}

.colored-header-danger .modal-content .modal-header {
    background-color: #eb6357;
}

.colored-header-dark .modal-content .modal-header {
    background-color: #3d3c3c;
}

.shareWhats {
    width: 12%;
}

.areaAdvertencia {
    display: block;
    clear: both;
    width: auto;
    height: auto;
    padding: 20px;
    background-color: #d5e5b4;
}
.btnReportar,
.btnReportar:active,
.btnReportar:hover {
    color: #337ab7;
    font-weight: bold;
}

@media (max-width: 767px) {
    header {
        margin-bottom: -22px;
    }
    .modal-dialog {
        min-width: 100%;
        padding: 15px 12px;
    }

    .shareWhats {
        width: 8%;
    }
}

.be-modal-open {
    overflow-x: visible;
}

@media (max-width: 768px) and (orientation: landscape) {
    .logoBlancoCel {
        position: absolute;
        bottom: 10px;
        max-width: 25%;
        left: 38.5vw;
    }

    .bienvenida {
        font-size: 2vw;
    }

    .logoBlanco {
        margin-top: 25px;
        max-width: 30%;
    }

    .bannerPublicar {
        position: fixed;
        bottom: 15px;
        max-width: 60%;
        margin-left: 6.33333333%;
    }

    .buscarCover {
        margin-top: 5px;
        max-width: 15%;
    }

    .buscarExito {
        margin-top: 5px;
        max-width: 25%;
    }

    .logoImg {
        max-width: 180px;
        margin-top: 5px;
    }

    .tdFoto {
        width: 25%;
    }

    .tdInfo {
        width: 75%;
    }

    .tamanoAdd {
        font-size: 15px;
    }

    .infoIcons {
        width: 50%;
    }

    .precio {
        padding-left: 0;
        text-align: center;
    }

    .comentarios {
        display: none;
    }

    .detalles {
        display: block;
    }

    .detallesXS {
        display: none;
    }

    .Top {
        position: absolute;
        top: 0;
        left: 15px;
        width: 70px;
        margin-top: 4px;
        margin-left: 3px;
    }

    .anunciosBottom {
        display: block;
    }

    .sideBar {
        display: none;
    }

    .numeroFoto {
        position: absolute;
        color: #fff;
        background-color: #000;
        text-align: center;
        bottom: 15px;
        width: 60px;
        margin: 0 auto;
        filter: alpha(opacity=50);
        -khtml-opacity: 0.5;
        -moz-opacity: 0.5;
        opacity: 0.6;
    }

    .textoDerecha {
        text-align: center !important;
        font-size: 14px !important;
        padding-left: 3%;
    }

    .Izquierda {
        text-align: center !important;
    }

    .busqueda {
    }

    .ubicacion {
        text-align: center;
        margin-top: 25px;
    }

    .tituloAdd {
        text-align: center;
    }

    .buscarExitoP {
        margin-top: -20px;
    }

    .comboCoverImportant,
    .buscarDivImportant {
        margin-top: -5px !important;
    }
}

@media (max-width: 768px) and (orientation: portrait) {
    .logoBlancoCel {
        position: absolute;
        bottom: 70px;
        max-width: 55%;
        left: 22.5vw;
    }

    .bienvenida {
        font-size: 3.8vw;
    }

    .logoBlanco {
        margin-top: 25px;
        max-width: 60%;
    }

    .bannerPublicar {
        position: fixed;
        bottom: 25px;
        max-width: 100%;
    }

    .buscarCover {
        margin-top: 5px;
        max-width: 25%;
    }

    .buscarExito {
        margin-top: 5px;
        max-width: 25%;
    }

    .logoImg {
        max-width: 180px;
        margin-top: 5px;
    }

    .tdFoto {
        width: 40%;
    }

    .tdInfo {
        width: 50%;
    }

    .tamanoAdd {
        font-size: 12px;
    }

    .infoIcons {
        width: 100%;
    }

    .precio {
        text-align: center;
    }

    .comentarios {
        display: none;
    }

    .detalles {
        display: none;
    }

    .detallesXS {
        display: block;
    }

    .Top {
        position: absolute;
        top: 0;
        left: 0;
        width: 70px;
        margin-top: 4px;
        margin-left: 3px;
    }

    .anunciosBottom {
        display: block;
    }

    .sideBar {
        display: none;
    }

    .numeroFoto {
        position: absolute;
        color: #fff;
        background-color: #000;
        text-align: center;
        bottom: 10px;
        width: 60px;
        margin: 0 auto;
        filter: alpha(opacity=50);
        -khtml-opacity: 0.5;
        -moz-opacity: 0.5;
        opacity: 0.6;
    }

    /* .contenidoImagen {
    max-width: 100%;
    height: auto;
  } */

    .textoXS {
        margin-top: -30px;
    }

    .textoDerecha {
        text-align: center !important;
        padding-left: 4%;
    }

    .Izquierda {
        text-align: center !important;
    }

    .ubicacion {
        text-align: center;
    }

    .tituloAdd {
        text-align: center;
    }

    .buscarExitoP {
        margin-top: -20px;
    }

    .comboCoverImportant,
    .buscarDivImportant {
        margin-top: -5px !important;
    }
}

@media (min-width: 768px) and (orientation: landscape) {
    .ubicacion {
        margin-top: 85px;
    }

    .textoIzquierda {
        text-indent: 25.5%;
    }

    .bienvenida {
        font-size: 1.7vw;
    }

    .logoBlanco {
        margin-top: 25px;
        max-width: 30%;
    }

    .bannerPublicar {
        position: fixed;
        bottom: 25px;
        max-width: 45%;
        margin-left: 6.33333333%;
    }

    .buscarCover {
        margin-top: 5px;
        max-width: 12%;
    }

    .buscarExito {
        margin-top: 8px;
        max-width: 100%;
    }

    .logoImg {
        max-width: 165px;
        margin-left: 40px;
        margin-top: 5px;
    }

    .textoMenu {
        font-size: 15px;
        color: #0063a4;
    }

    .navbar-right {
        margin-right: 8px !important;
        margin-top: 11px;
    }

    .tdFoto {
        width: 25%;
    }

    .tdInfo {
        width: 75%;
    }

    .tamanoAdd {
        font-size: 16px;
    }

    .infoIcons {
        width: 50%;
    }
    
    .detallesXS {
        display: none;
    }

    .Top {
        position: absolute;
        top: -2px;
        left: 0;
        margin-top: 3px;
        margin-left: 2px;
    }

    .anunciosBottom {
        display: block;
    }

    .sideBar {
        display: none;
    }

    .numeroFoto {
        position: absolute;
        color: #fff;
        background-color: #000;
        text-align: center;
        bottom: 10px;
        width: 60px;
        margin: 0 auto;
        filter: alpha(opacity=50);
        -khtml-opacity: 0.5;
        -moz-opacity: 0.5;
        opacity: 0.6;
    }
    .detalleTop .numeroFoto {
        bottom: 8px;
    }

    /* .contenidoImagen {
    max-width: 100%;
    height: auto;
  } */
}

@media (min-width: 768px) and (orientation: portrait) {
    .ubicacion {
        margin-top: 85px;
    }

    .bienvenida {
        font-size: 1.7vw;
    }

    .logoBlanco {
        margin-top: 25px;
        max-width: 30%;
    }

    .bannerPublicar {
        position: fixed;
        bottom: 25px;
        max-width: 45%;
    }

    .buscarCover {
        margin-top: 5px;
        max-width: 12%;
    }

    .buscarExito {
        margin-top: 8px;
        max-width: 100%;
    }

    .tdFoto {
        width: 25%;
    }

    .tdInfo {
        width: 75%;
    }

    .tamanoAdd {
        font-size: 16px;
    }

    .infoIcons {
        width: 50%;
    }

    .detallesXS {
        display: none;
    }

    .Top {
        position: absolute;
        top: 1px;
        left: 0;
    }

    .anunciosBottom {
        display: none;
    }

    .sideBar {
        display: block;
    }

    .numeroFoto {
        position: absolute;
        color: #fff;
        background-color: #000;
        text-align: center;
        bottom: 10px;
        width: 60px;
        margin: 0 auto;
        filter: alpha(opacity=50);
        -khtml-opacity: 0.5;
        -moz-opacity: 0.5;
        opacity: 0.6;
    }
    .detalleTop .numeroFoto {
        bottom: 8px;
    }

    /* .contenidoImagen {
    max-width: 85%;
    height: auto;
  } */
}

@media (min-width: 992px) and (orientation: landscape) {
    .ubicacion {
        margin-top: 85px;
    }

    .bienvenida {
        font-size: 2vw;
    }

    .logoBlanco {
        margin-top: 25px;
        max-width: 27%;
    }

    .textoIzquierda {
        text-indent: 8%;
    }

    .bannerPublicar {
        position: fixed;
        bottom: 25px;
        max-width: 60%;
        margin-left: 6.33333333%;
    }

    .buscarCover {
        margin-top: 5px;
        max-width: 100%;
    }

    .buscarExito {
        margin-top: 5px;
        max-width: 100%;
    }

    .logoImg {
        max-width: 200px;
        margin-left: 75px;
        margin-top: 5px;
    }

    .textoMenu {
        font-size: 18px;
        color: #0063a4;
    }

    .navbar-right {
        margin-right: 30px !important;
        margin-top: 17px;
    }

    .tdFoto {
        width: 25%;
    }

    .tdInfo {
        width: 75%;
    }

    .tamanoAdd {
        font-size: 16px;
    }

    .infoIcons {
        width: 50%;
    }

    .detallesXS {
        display: none;
    }

    .anunciosBottom {
        display: none;
    }

    .sideBar {
        display: block;
    }

    .numeroFoto {
        position: absolute;
        color: #fff;
        background-color: #000;
        text-align: center;
        width: 60px;
        margin: 0 auto;
        filter: alpha(opacity=50);
        -khtml-opacity: 0.5;
        -moz-opacity: 0.5;
        opacity: 0.6;
    }

    /* .contenidoImagen {
    max-width: 85%;
    height: auto;
  } */
}

@media (min-width: 992px) and (orientation: portrait) {
    .ubicacion {
        margin-top: 85px;
    }

    .bienvenida {
        font-size: 2vw;
    }

    .logoBlanco {
        margin-top: 25px;
        max-width: 27%;
    }

    .textoIzquierda {
        text-indent: 8%;
    }

    .bannerPublicar {
        position: fixed;
        bottom: 25px;
        max-width: 60%;
        margin-left: 6.33333333%;
    }

    .buscarCover {
        margin-top: 5px;
        max-width: 100%;
    }

    .buscarExito {
        margin-top: 5px;
        max-width: 100%;
    }

    .logoImg {
        max-width: 300px;
        margin-left: 75px;
        margin-top: 5px;
    }

    .textoMenu {
        font-size: 18px;
        color: #0063a4;
    }

    .navbar-right {
        margin-right: 30px !important;
        margin-top: 30px;
    }

    .tdFoto {
        width: 25%;
    }

    .tdInfo {
        width: 75%;
    }

    .tamanoAdd {
        font-size: 16px;
    }

    .infoIcons {
        width: 50%;
    }

    .detallesXS {
        display: none;
    }

    .anunciosBottom {
        display: none;
    }

    .sideBar {
        display: block;
    }

    .numeroFoto {
        position: absolute;
        color: #fff;
        background-color: #000;
        text-align: center;
        bottom: 60px;
        width: 60px;
        margin: 0 auto;
        filter: alpha(opacity=50);
        -khtml-opacity: 0.5;
        -moz-opacity: 0.5;
        opacity: 0.6;
    }

    /* .contenidoImagen {
    max-width: 85%;
    height: auto;
  } */
}

@media (min-width: 1200px) and (orientation: landscape) {
    .bienvenida {
        font-size: 1.4vw;
    }

    .textoIzquierda {
        text-indent: 8%;
    }

    .logoBlanco {
        margin-top: 25px;
        max-width: 100%;
    }

    .bannerPublicar {
        position: fixed;
        bottom: 25px;
        max-width: 60%;
        margin-left: 6.33333333%;
    }

    .buscarCover {
        margin-top: 5px;
        max-width: 100%;
    }

    .buscarExito {
        margin-top: 10px;
        max-width: 100%;
    }

    .logoImg {
        max-width: 265px;
        margin-left: 75px;
        margin-top: 5px;
    }

    .textoMenu {
        font-size: 19px;
        color: #0063a4;
    }

    .navbar-right {
        margin-right: 25px !important;
        margin-top: 30px;
    }

    .tamanoAdd {
        font-size: 16px;
    }

    .infoIcons {
        width: 50%;
    }
    
    .detallesXS {
        display: none;
    }

    .anunciosBottom {
        display: none;
    }

    .sideBar {
        display: block;
    }

    .numeroFoto {
        position: absolute;
        color: #fff;
        background-color: #000;
        text-align: center;
        width: 60px;
        margin: 0 auto;
        filter: alpha(opacity=50);
        -khtml-opacity: 0.5;
        -moz-opacity: 0.5;
        opacity: 0.6;
    }
    .detalleTop .numeroFoto {
        bottom: 8px;
    }

    /* .contenidoImagen {
    max-width: 85%;
    height: auto;
  } */
}

@media (min-width: 1200px) and (orientation: portrait) {
    .bienvenida {
        font-size: 1.4vw;
    }

    .textoIzquierda {
        text-indent: 8%;
    }

    .logoBlanco {
        margin-top: 25px;
        max-width: 100%;
    }

    .bannerPublicar {
        position: fixed;
        bottom: 25px;
        max-width: 60%;
        margin-left: 6.33333333%;
    }

    .buscarCover {
        margin-top: 5px;
        max-width: 100%;
    }

    .buscarExito {
        margin-top: 5px;
        max-width: 100%;
    }

    .logoImg {
        max-width: 265px;
        margin-left: 75px;
        margin-top: 5px;
    }

    .textoMenu {
        font-size: 19px;
        color: #0063a4;
    }

    .navbar-right {
        margin-right: 30px !important;
        margin-top: 30px;
    }

    .tamanoAdd {
        font-size: 16px;
    }

    .infoIcons {
        width: 50%;
    }

    .detallesXS {
        display: none;
    }

    .anunciosBottom {
        display: none;
    }

    .sideBar {
        display: block;
    }

    .numeroFoto {
        position: absolute;
        color: #fff;
        background-color: #000;
        text-align: center;
        bottom: 60px;
        width: 60px;
        margin: 0 auto;
        filter: alpha(opacity=50);
        -khtml-opacity: 0.5;
        -moz-opacity: 0.5;
        opacity: 0.6;
    }
}

.whatsapp {
    background-color: #3ad958;
    color: #fff;
    margin-top: 20px;
}
.btnBorrar {
    color: #fff;
    background-color: #e31919;
    transition: all ease 0.3s;
}
.btnBorrar:hover {
    background-color: #a81111;
}

.whatsapp:hover {
    background-color: #248c24;
    color: #fff;
}

.rojo {
    color: red;
}
strong.verde {
    color: #097307;
}

/* New styles */

/* Para ver las dimensiones del screen en movil */
.msgScreen {
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    right: 0;
    top: 0;
    background-color: #ccc;
    color: #333;
}

.block {
    display: block;
    clear: both;
    width: auto;
    height: auto;
}
.btnGeneral {
    background-color: #3379bf;
    transition: all ease 0.3s;
}
.btnGeneral:hover {
    background-color: #2092d9 !important;
}

.navbar-toggle .icon-bar {
    background-color: #000 !important;
}
.bgGreyLight {
    background-color: #f5f5f5;
}
.font16 {
    font-size: 16px;
}
.font18 {
    font-size: 18px;
}
.pb-3 {
    padding-bottom: 8px;
}
.mb-1 {
    margin-bottom: 6px;
}
.mb-2 {
    margin-bottom: 10px;
}
.mb-3 {
    margin-bottom: 20px;
}
.mb-4 {
    margin-bottom: 32px;
}
.mb-5 {
    margin-bottom: 45px;
}
.mb-6 {
    margin-bottom: 70px;
}
.mt-2 {
    margin-top: 10px;
}
.mt-3 {
    margin-top: 20px;
}
.mt-4 {
    margin-top: 32px;
}
.mt-10px {
    margin-top: 10px;
}
.mr-1 {
    margin-right: 3px;
}
.mr-2 {
    margin-right: 6px;
}
.btnGreen {
    background-color: #41ad2c;
    transition: all ease 0.3s;
}
.btnGreen:hover {
    background-color: #30861f;
}
.btnSuccess {
    background-color: var(--fondo-1);
}
.btnSuccess:hover {
    background-color: #ff8c00;
}
.btnGrey {
    background-color: #969696;
}
.btnGrey:hover {
    background-color: #898888;
}
.btnSocial {
    display: inline-block;
    vertical-align: top;
}
.btnWhatsApp {
    display: inline-block;
    width: 50px;
}
.btnWhatsApp img {
    width: inherit;
}
.text-center {
    text-align: center;
}
.text-red {
    color: #e21919;
}
.text-gray {
    color: #747474;
}

.bannerDestacadoRojo {
    height: 135px;
    text-align: center;
    color: #fff;
    line-height: 18px;
    background-color: #a70101;
    padding: 15px;
}
small.nota {
    color: #666;
    font-size: 12px;
}

.btnStandar {
    display: inline-block;
    padding: 6px 36px;
    color: #fff;
    font-size: 1.1em;
}
.btnStandar:hover {
    color: #fff;
    text-decoration: none;
}
.btnBlue {
    background-color: #3478bf;
}
.btnBlue:hover {
    background-color: #2a66a7;
}
.txtGreen {
    color: #2aa641;
}
.txtBlack {
    color: #000;
}
.txtRed {
    color: #f00;
}
.gbMovileFooter {
    background-color: var(--fondo-1);
    font-size: 110% !important;
}

/* button whatsapp */

.btnEnviarWhatsapp {
    background-color: #008b3d;
    color: #fff;
    transition: all ease 0.3s;
}
.btnEnviarWhatsapp:hover {
    background-color: #067235;
    color: #fff;
}
.btn.btnEnviarWhatsapp img {
    width: 20px;
}
.btn.btnEnviarWhatsapp.wide {
    display: block;
}

/* MiniBanners y Banner Fijo */

.areaMiniBanner {
    display: block;
    clear: both;
    width: auto;
    max-width: 510px;
    height: auto;
    margin: 0 auto 10px auto;
}
.areaMiniBanner img {
    display: block;
    clear: both;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.bannerFijoMovil {
    display: block;
    clear: both;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}
.areaPagination {
    display: flex;
    justify-content: center;
    width: auto;
    height: auto;
    overflow: hidden;
}

.txtColAside {
    font-size: 1.3em;
    margin-bottom: 12px;
}
.menuAside {
    padding-left: 25px;
    font-size: 15px;
}
.iconWhatsAppButton {
    width: 22px;
}

/* Favoritos */
.btnFavorito {
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    background: url('../images/icon_star_off.svg') no-repeat;
}
.btnFavorito.on {
    background: url('../images/icon_star_on.svg') no-repeat;
}
.txtBlue {
    color: #0063a4;
}
.txtBlack {
    color: #000;
}
a.btnFavList {
    display: inline-block;
    font-size: 1em;
}
a.btnFavList.hide {
    display: none;
}
a.btnFavList span {
    padding-top: 2px;
}
a.btnFavList span,
a.btnFavList img,
.inline-middle {
    display: inline-block;
    vertical-align: middle;
}
a.btnFavList:hover span {
    text-decoration: underline;
    color: #0063a4;
}

/* Area de Publicación de Automóvil */

.areaPublicacion {
    display: block;
    clear: both;
    width: auto;
    height: auto;
    overflow: auto;
    /* border: 1px solid rgb(219, 219, 219);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; */
    margin-bottom: 10px;
    box-sizing: border-box;
    /* box-shadow: 0 0 2px #d6d6d6; */
    /* background-color: #f5f5f5; */
    padding: 10px;
}
.areaPublicacion .areaImagen {
    position: relative;
    display: block;
    float: left;
    width: 280px;
    height: auto;
    overflow: visible;
}
.areaPublicacion .areaImagen .ribbon {
    position: absolute;
    left: -8px;
    top: -7px;
}
.areaPublicacion .areaImagen .totalPics {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 5px;
    margin-bottom: 5px;
}
.areaPublicacion .areaInfo {
    display: block;
    overflow: hidden;
    padding: 0px 0px 0 12px;
    position: relative !important;
}
.areaPublicacion .areaInfo h3 {
    display: inline-block;
    height: 55px !important;
    padding: 0;
    margin: 0;
    font-size: 1.3em;
}
.areaPublicacion .areaInfo h4.txtPrecio {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 6px 0 !important;
}
.areaPublicacion .areaInfo .txtId {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
}
.areaPublicacion .areaInfo .btnGroup {
    position: relative;

    width: 100%;
}
.areaPublicacion .areaImagen .btnFav {
    position: absolute !important;
    display: block;
    float: left;
    width: 80%;
    height: auto;
    top: 5px !important;
    right: 5px !important;
}
.areaPublicacion .areaImagen .btnFav {
    width: 20%;
    /* border:solid 1px #f00; */
}
a.buttonAction {
    display: inline-block;
    margin-right: 10px;
}
a.buttonAction:hover {
    text-decoration: none;
}
.iconList {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}
.iconList.medio {
    width: 34px;
    height: 34px;
}
.txtWhatsapp,
.txtLlamar {
    display: inline-block;
    vertical-align: middle;
    color: #189d0e;
}
.txtLlamar {
    color: #757575;
}
.borderRed {
    border: solid 1px #f00;
}
.bgDestacado {
    background-color: #f5f5f5;
}
.fxBtn {
    /* background-color: #41AD2C; */
    border: none;
}
.bolder {
    color: #f87800;
}

@media screen and (max-width: 768px) {
    .areaPublicacion .areaImagen {
        width: 100%;
    }
    .areaPublicacion .areaImagen a.imagen,
    .areaPublicacion .areaImagen a.imagen img {
        display: block;
        width: 100%;
    }
    .areaPublicacion .areaImagen .ribbon {
        margin-left: 3px;
        margin-top: 3px;
    }
    .areaPublicacion .areaImagen .ribbon img {
        width: 90px;
        height: 90px;
    }
    .areaPublicacion .areaInfo {
        padding: 6px 1px 10px 0px;
    }
    .areaPublicacion .areaInfo a h3 {
        font-size: 1.2em !important;
        margin-top: 0;
        height: 30px !important;
        overflow: hidden;
    }
    .areaPublicacion .areaInfo h4.txtPrecio {
        font-size: 1.2em !important;
    }
    .areaPublicacion .areaInfo .btnGroup,
    .areaPublicacion .areaInfo .btnFav {
        text-align: left;
        font-size: 1.2em;
    }
    .areaPublicacion .areaInfo .btnFav {
        text-align: right;
    }
}

@media screen and (max-width: 450px) {
    .areaPublicacion .areaInfo a h3,
    .areaPublicacion .areaInfo h4.txtPrecio {
        font-size: 1em !important;
        padding: 0;
        margin-bottom: 0;
    }

    .areaPublicacion .areaInfo h4.txtPrecio {
        margin-bottom: 2px;
    }
    .btnGroup .buttonAction {
        font-size: 0.8em;
    }
    .btnGroup .buttonAction img {
        width: 20px;
        height: 20px;
    }

    .areaCelLocationFav {
        display: block;
        clear: both;
        height: auto;
        margin-bottom: 4px;
    }
    .areaCelLocationFav .breakSm {
        float: none;
        clear: both;
        width: 100%;
        text-align: left;
    }
    .areaCelLocationFav .breakSm .btnFavList {
        margin-bottom: 16px;
    }
    .frmDetalle,
    .areaPublicacion .areaInfo p,
    .areaPublicacion .areaInfo .llamar {
        display: none !important;
    }
    .areaPublicacion .areaInfo a h3 {
        text-align: center !important;
        width: 100% !important;
        font-size: 18px !important;
        height: auto !important;
        margin-top: 10px;
    }
    .areaPublicacion .areaImagen .totalPics {
        font-size: 14px !important;
    }
    .iconList {
        width: 35px !important;
        height: 35px !important;
    }
}

.lineBreak {
    line-break: anywhere;
}
.dividerText {
    display: block;
    border-bottom: solid 1px #000;
    max-width: 400px;
    margin: 30px auto;
}
.txtCafeClaro {
    color: #bb8460;
}
.btnHacerPremium {
    background-color: #008b3d;
    color: #fff;
    transition: all ease 0.3s;
}
.btnHacerPremium:hover {
    background-color: #067235;
    color: #fff;
}
.btnSubirAnuncio {
    background-color: #82c3e9 !important;
}

@media screen and (max-width: 768px) {
    .areaUserData,
    #dropBtnBorrarPub {
        width: 100%;
        clear: both;
        text-align: left !important;
    }
}
@media screen and (min-width: 768px) {
    .areaPublicacion .areaInfo .btnGroup > div {
        display: inline-block !important;
        width: 180px !important;
    }
    .areaPublicacion .areaInfo .btnGroup div:first-child {
        margin-right: 2px !important;
    }
}

.lightSlider .lightSliderDots {
    margin-top: 10px;
    text-align: center;
}
.lightSlider .lightSliderDots > div {
    width: 5.9rem;
    height: 0.875rem;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.lightSlider .lightSliderDots ul {
    margin: 0;
    padding: 0;
    zoom: 1;
    width: 500px !important;
    height: 0.875rem;
    margin-left: -36px;
}
.lightSlider .lightSliderDots ul li {
    height: 0.4rem;
    width: 0.4rem;
    border-radius: 50%;
    background-color: #d4d4d4;
    float: left;
    list-style: none;
    margin-top: 0.12rem !important;
    margin-left: 8px;
    cursor: pointer;
}
.lightSlider .lightSliderDots ul li:first-child {
    margin-left: 0px;
}
.lightSlider .lightSliderDots ul li.active {
    background-color: #333;
    height: 0.6rem;
    width: 0.6rem;
    border-radius: 50%;
    cursor: default;
}
.lightSlider .lightSliderDots ul li.large {
    height: 0.6rem;
    width: 0.6rem;
    border-radius: 50%;
    cursor: pointer;
}
.lightSlider .lightSliderDots ul li::before {
    content: '';
}
.lightSlider .gallery {
    width: 10320px;
    overflow: hidden;
    background-color: #000;
}
.lightSlider .gallery li {
    float: left;
    overflow: hidden;
}
.lightSlider {
    position: relative;
}
.lightSlider .zoom {
    position: absolute !important;
    color: white;
    font-size: 18px;
    right: 15px;
    top: 10px;
}
.lightSlider .zoom > * {
    cursor: pointer;
}
.lightSlider .arrowGallery {
    color: white;
    position: absolute;
    font-size: 22px;
    cursor: pointer;
}
.lightSlider .arrowGallery:hover {
    color: #efefef;
}
.lightSlider .arrowGallery.glyphicon-menu-left {
    left: 10px !important;
}
.lightSlider .arrowGallery.glyphicon-menu-right {
    right: 10px !important;
}

.footer-logo-mobile {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2rem 8rem;
    margin-bottom: 1rem;
    overflow: hidden;
}

.footer-logo-mobile svg {
    color: #747374;
    width: 100%;
    height:auto;
    object-fit: scale-down;
    object-position: center;
}
