.conteinerBlue {
    text-align: center;
    background-color: #F0F3FA;
    width: 100%;
    padding: 45px 0px;
}
.conteinerBlue>hr {
    margin: 45px 0px 40px;
    border: 1px solid #E6E8EE;
}
.conteinerBlue2 {
    background-color: #F0F3FA;
    padding: 5% 0%;
    width: 100%;
}
.inputSearch {
    width: 40%;
    height: 50px;
    border-color: transparent;
    border-radius: 10px;
    font-weight: 300;
    font-size: medium;
    padding-left: 20px;
    color: black;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
}
.alert-message {
    color: red !important;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-property: all;
    opacity: 1;
    margin-top: 0px;
    margin-bottom: 15px;
}
.button {
    left: 60%;
    top: 4px;
    text-align: center;
    width: 10%;
    min-height: 40px;
    max-height: 40px;
    border-radius: 7px;
    font-weight: 700;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    margin: 5px;
}
.buttonIcon {
    width: 20px;
}
.textarea {
    width: 100%;
    padding-left: 2%;
    resize: none;
    border-radius: 10px;
    font-size: 14px;
    padding-top: 15px;
    border: 1px solid #DFE6EE;
    box-shadow: 1px 1px 0px #ededee;
}
.imgEstiloBreadcrumbs {
    height: 12px;
}
.inventary-detail-container {
    max-width: 1366px;
    min-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
    margin-bottom: 2%;
    padding: 0 20px;
}
.imgBreadcrumbs {
    color: var(--filtrobg);
    font-weight: 500;
}
.imgDot {
    color: var(--filtrobg);
    font-size: 17px;
    font-weight: 600;
}
.imgDot2 {
    color: var(--filtrobg);
    font-size: 11px;
    font-weight: 600;
}
.breadcrumbs {
    font-weight: 600;
    font-size: 14px;
    color: #6A6A6A;
    vertical-align: middle;
    cursor: pointer;
}
.iconCompartir {
    cursor: pointer;
    float: right;
}
.separacion {
    margin-top: 2%;
}
.name {
    font-size: 30px;
    cursor: auto;
    font-weight: 600;
}
.year {
    border-radius: 3px;
    color: white;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    padding-top: 5px;
    width: 44px;
    height: 22px;
    margin-right: 10px;
    cursor: auto;
}
.labels {
    font-weight: 500;
    font-size: 13px;
    line-height: 30px;
    color: #6A6A6A;
    cursor: auto;
}
.precio {
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    cursor: auto;
}
.precioAnterior {
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: line-through;
    color: #BBBBBB;
    cursor: auto;
}
.contenedorGris {
    margin-top: 10px;
    background-color: #F4F4F4;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 20px 20px;
}
.etiquetas {
    font-weight: 700;
    font-size: 14px;
    line-height: 197%;
    cursor: auto;
}
.etiqueta {
    font-weight: 400;
    font-size: 14px;
    line-height: 197%;
    cursor: auto;
}
.att-label {
    font-weight: 700;
    font-size: 14px;
    line-height: 197%;
    cursor: auto;
    width: 50%;
    float: left;
}
.att-value {
    font-weight: 400;
    font-size: 14px;
    line-height: 197%;
    cursor: auto;
    width: 50%;
    float: right;
}
.vector4 {
    width: 100%;
}
.contacto {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 197%;
    margin-top: 20px;
    background-color: transparent;
}
.mensaje {
    width: 90%;
    height: 50px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    margin-top: 20px;
    border: 1px solid var(--filtrobg);
    padding: 15px 0;
    text-align: center;
}
.botonFicha {
    height: 47px;
    border-radius: 7px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-left: 20px;
}
.redes {
    filter: grayscale(100%);
    margin: 1% 1%;
    width: 90px;
    height: 90px;
}
.redes:hover {
    filter: none;
}
.img-container {
    width: 100%;
    height: 400px;
}
.img-container img {
    width: 100%;
    height: inherit;
    border-radius: 10px;
    object-fit: cover;
}
.div-modal {
    width: 100%;
    height: 100%;
}
.div-modal .img-modal {
    height: 100%;
    object-fit: contain;
    vertical-align: middle;
    border: 0px !important;
}
.siguienteModal {
    height: 80px !important;
    width: 80px !important;
}
.noImg {
    background-color: rgb(101, 100, 100);
    opacity: 0.8;
    width: max-content;
    padding: 5px 20px;
    border-radius: 5px;
    right: 0%;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.botonesImg {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    width: 80px;
    height: 34px;
    border-radius: 10px;
    border-color: transparent;
}
.over-CarImg {
    right: 2%;
    bottom: 2%;
    padding: 5px;
    border-radius: 2px;
    cursor: pointer;
    opacity: .8;
}
.siguiente {
    width: 65.35px;
    height: 65.35px;
    top: -10px;
    left: -10px;
    position: relative;
}
.siguiente2 {
    width: 50px;
    height: 50px;
}
.siguiente2-container {
    border-radius: 50%;
    background-color: white;
    margin: 5px;
    padding: 0;
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
}
.siguiente2-container img {
    width: 50px;
    height: 50px;
    top: -8px;
    position: relative;
    left: -8px;
}
.caursel {
    width: 100%;
    margin-top: 20px;
}
.margen {
    padding-left: 4%;
}
.espacios {
    margin: 5% 0;
}
.wrap {
    max-width: 100%;
}
ul.tabs {
    width: 100%;
    background: transparent;
    list-style: none;
    margin-bottom: 7px;
    position: relative;
    left: -40px;
}
ul.tabs li a,
ul.tabs li p {
    background-color: #EEEEEE;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: #EEE;
    margin-right: 5px;
    padding: 10px 30px;
    font-size: medium;
    font-weight: 700;
}
.tab-active {
    background: transparent !important;
    color: #000;
    border: 2px solid #EEEE;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.tab-second-active {
    color: #000 !important;
    font-weight: bold;
    background: #EEEE !important;
}
.tab-hove {
    background: #EEEE !important;
    color: #908F8F;
}
.tab-second-hove {

    background: #fff !important;
    color: #000 !important;
    font-weight: bold;
    border: 2px solid #f0ecec;
}
.secciones {
    width: 100%;
    background: transparent;
    border: 2px solid #EEEE;
    border-top-left-radius: 0px !important;
    ;
    border-top-right-radius: 10px;
    border-radius: 10px;
}
.secciones article {
    padding: 30px 30px;
}
.secciones article p {
    text-align: justify;
}
.attribute-label2 {
    color: #000;
    font-size: medium;
    text-align: left;
}
.atributos {
    margin-top: 10%;
    margin-bottom: 2%;
}
.formulario {
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #DFE6EE;
    box-sizing: border-box;
    box-shadow: 1px 1px 0px #EDEDEE;
    border-radius: 10px;
    padding-left: 5%;
    margin-bottom: 16px;
    font-size: 14px;
}
.form {
    padding: 0% 0%;
}
.tituloform {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 4%;
}
.total {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.estiloBoton {
    height: 46px;
    border-radius: 7px;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    float: right;
}
.botonMensaje {
    width: 100%;
}
.contenedorAgencia {
    background-color: transparent;
    width: 80%;
    height: 100%;
    border-radius: 10px;
    padding: 5% 5%;
    float: right;
    margin-top: 1%;
}
.nameAgencia {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
}
.direccionAgencia {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: var(--filtrobg);
}
.calleAgencia {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
.imagenAgencia {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.margen0 {
    padding: 0% 0%;
}
.politica {
    color: var(--linkcl);
    margin-bottom: 11px;
    text-align: left;
    font-size: 14px;
}
.featured {
    width: 100%;
    height: 149px;
    border-radius: 10px 10px 0px 0px;
    background-color: #1F232B;
}
.ribbon {
    transform: rotate(-45deg);
    border: 30px solid transparent;
    border-bottom: 30px solid var(--filtrobg);
    padding: 0px 14px;
    width: 150px;
    left: -44px;
    justify-content: center;
    pointer-events: auto;          /* También debe permitir eventos */
    overflow: visible;             /* Muy importante */
    z-index: 1;
}
#detail .ribbon {
    border-width: 56px;
    width: 336px;
    left: -88px !important;
    top: 25px;
}
#detail .textRibbon {
    font-size: 25px;
}
.textRibbon,
.fotosDestacado,
.button,
.noImg,
.over-CarImg,
.ribbon,
.favorite-car,
.car-carousel .carousel-pagination a,
.car-carousel .carousel-pagination p {
    position: absolute;

}
.textRibbon {
    color: var(--filtrocl);
    text-align: center;
    top: 6px;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    pointer-events: auto;
}
.ribbon-container {
    position: absolute;
    left: -1px;
    top: 1px;
}
.ribbon-list {
    top: -3px
}
.camara {
    width: 15px;
    height: 15px
}
.fotosDestacado {
    background-color: rgb(40, 40, 40);
    opacity: 0.8;
    width: max-content;
    border-radius: 5px;
    color: #fff;
    bottom: 55%;
    right: 8%;
    padding: 5px;
    font-weight: 600;
    font-size: 12px;
}
.nameFeatured {
    font-size: 18px;
    cursor: auto;
    color: #FFF;
    font-weight: 400;
}
.infoFeatured {
    background-color: #1F232B;
    min-width: 100%;
    max-height: 100%;
    border-radius: 0px 0px 10px 10px;
    padding: 7% 7%;
}
.infoFeatured hr {
    border-top: 1px solid #2E3440;
}
/* .img-containerFeatured {
    width: 100%;
    height: 100%;
}
.img-containerFeatured img {
    width: 100%;
    height: inherit;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
} */
/* .yearFeatured {
    border-radius: 3px;
    color: white;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    padding: 3px 8px;
    width: 44px;
    height: 22px;
    margin-right: 2%;
    cursor: auto;
} */
/* .textFeatured {
    font-weight: 500;
    font-size: 12px;
    color: #7f7c7c;
    cursor: auto;
} */
/* .priceFeatured {
    font-weight: 900;
    font-size: 17px;
    cursor: auto;
    color: #FFFFFF;
} */
/* .lastPriceFeatured {
    font-style: italic;
    font-weight: 600;
    font-size: 12px;
    text-decoration-line: line-through;
    color: #BBBBBB;
    cursor: auto;
} */
.center-horizontal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.circleArrow {
    width: 7.5%;
}
.gallery {
    width: 103px;
    height: 78px;
    object-fit: cover;
    border-radius: 5%;
    margin: 0 1%;
    padding: 0px 0px;
    border: 1px solid rgba(223, 220, 220, 0.831);
}
.gallery-active {
    border: 2px solid var(--filtrobg);
}
.center-inside-image-zoom {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 100%;
    object-fit: contain;
}
.cerrarModal {
    color: grey;
    margin-right: 20px;
}
.cerrarModal:hover {
    background: rgb(210, 206, 206);
    color: #000;
    padding: 5px 5px;
    border-radius: 5px;
}
.succcessModal {
    color: var(--filtrobg);
    border-radius: 5px;
}
.cerrarModal,
.succcessModal {
    cursor: pointer;
    padding: 7px;
    border-color: transparent;
    background-color: transparent;
}

.succcessModal:hover {
    background: var(--filtrobg);
    opacity: 0.8;
    color: #FFF;
}
html {
    scroll-behavior: smooth;
}
.itemsModal {
    color: #fff;
    font-size: 18px;
}
.accordion-container {
    width: 100%;
    margin: 0 0 20px;
    clear: both;
}
.accordion-second-titulo {
    position: relative;
    padding: 10px 30px;
    font-size: medium;
    border-radius: 5px;
    font-weight: 700;
    background: #2c3e50;
}
.accordion-content {
    overflow: auto;
    border-radius: 5px;
    border: 1px solid #EEEE;
    width: 100%;
}
.showmore {
    color: var(--filtrobg);
    margin-top: 10px;
    font-weight: 700;
    font-size: 14px;
}
.flecha {
    float: right;
    color: rgba(185, 178, 178, 0.933);
}
@media screen and (max-width: 400px) {
    .contenedorGris,
    .contacto {
        width: 100%;
    }
    .button {
        width: 40px;
        position: relative;
    }
}

@media screen and (max-width: 500px) {
    .contenedorGris,
    .contacto {
        width: 90%;
    }
    ul.tabs li a,
    ul.tabs li p {
        padding: 10px 10px;
    }
    #detail .textRibbon {
        top: 10px;
        font-size: 14px;
    }
    #detail .ribbon {
        left: -57px !important;
        border-width: 40px;
        width: 193px;
        top: 0;
    }
}

@media screen and (max-width: 620px) {
    .ribbon-list {
        top: 0 !important;
    }
}

@media screen and (max-width: 700px) {
    .contenedorGris,
    .contacto {
        width: 80%;
    }
    .img-container {
        height: auto;
    }
}

@media screen and (max-width:767px) {
    .form { padding: 0% 0%; }
    .formulario { margin-bottom: 3%; }
    .botonMensaje {
        margin-top: 3%;
        margin-bottom: 5%;
    }
    .featured { height: 300px; }
    /* .img-containerFeatured { height: 300px; } */
    .nameFeatured { font-size: 25px; }
    /* .yearFeatured {
        font-size: 14px;
        padding: 8px 13px;
    } */
    /* .textFeatured { font-size: 14px; } */
    /* .priceFeatured { font-size: 20px; } */
    /* .lastPriceFeatured { font-size:  14px; } */
    .camara {
        width: 18px;
        height: 18px
    }
    .ribbon {
        left: -59px !important;
        border: 40px solid transparent;
        border-bottom: 40px solid var(--filtrobg);
        padding: 0px 22px;
        width: 193px;
    }
    .textRibbon{
        top: 10px;
        font-size: 14px;
    }
    .ribbon-list { top: -20px }
    .fotosDestacado {
        bottom: 43%;
        right: 3%;
        padding: 8px 15px;
        font-weight: 600;
        font-size: 15px;
    }
    .botonFicha {
        width: 100%;
        margin-left: 0px;
    }
}



@media screen and (max-width: 800px) {
    .contenedorGris,
    .contacto {
        width: 70%;
    }
}

@media screen and (max-width: 900px) {
    .contenedorGris,
    .contacto {
        width: 60%;
    }
}

@media screen and (max-width: 991px) {
    .contenedorAgencia { width: 100%; }
    .button { left: 80%; }
    .inputSearch { width: 85%; }
    .margen { padding-left: 0% !important; }
}

@media screen and (max-width: 992px) {
    .inventary-detail-container {
        margin-left: 0px;
        margin-right: 0px;
    }
    .ribbon { left: -45px; }
}

@media screen and (max-width: 1000px) {
    .contenedorGris,
    .contacto {
        width: 50%;
    }
}

@media screen and (max-width: 1264px) {
    .contenedorGris,
    .contacto,
    .vector4 {
        width: 100%;
    }
    .margen { padding-left: 2%; }
}

.fast-answer {
    color: var(--filtrobg);
    border-radius: .4rem;
    margin: .3rem .5rem;
    padding: .3rem ;
    font-weight: 400;
    font-style: normal;
    position: relative;
}