@font-face {
    font-family: "Outfit-Regular";
    src: url("../fonts/Outfit-Regular.ttf") format("ttf"), url("../fonts/Outfit-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    font-size: 16px;
    --color-primary: #27509b;
    --color-primary-2: #dcedff;
    --color-primary-4: #7d95c2;
    --color-accent: #333;
    --color-font: #7d7d7d;
    --color-white: #fff;
    --color-black: #333;
    --color-grey: #888;
    --color-grey-1: #f2f4f7;
    --color-grey-2: #ebebeb;
    --color-grey-3: #d3d3d3;
    --color-yellow: #fce500;
    --color-confirmar: #2d8985;
    --color-whatsapp: #0c8b0c;
    --color-blue: #27509b;
    --color-danger: #f5452e;
}

html, body {
    height: 100%;
    box-sizing: border-box;
}

body {
    font-size: 0.875rem !important;
    margin: 0;
    font-family: "Outfit-Regular";
}

.tallerselected {
    padding: 10px;
    background-color: #d7eaff;
}

.boton-ayuda {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 5;
    display: flex;
    align-items: center;
    color: var(--color-white);
    line-height: 1;
    background-color: var(--color-primary);
    padding: 10px 15px;
    border-radius: 100px;
}

.btn-filtros-mov {
    display: none;
}

.btn-filtros {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 100%;
    font-size: 20px;
}

    .btn-filtros .num {
        position: absolute;
        top: -8px;
        right: -6px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        color: #fff;
        font-size: 11px;
        line-height: 0;
        background-color: var(--color-primary);
        border-radius: 50%;
    }

.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--color-font);
    font-size: 24px;
    background-color: var(--color-grey-2);
    border-radius: 50%;
}

    .icon-circle.primary {
        color: var(--color-primary);
        background-color: var(--color-primary-2);
    }

    .icon-circle.grey-2 {
        color: var(--color-font);
        background-color: var(--color-grey-2);
    }

    .icon-circle.white {
        color: var(--color-font);
        background-color: var(--color-white);
    }

.textRecort {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.circle-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    background-color: #fff;
    border-radius: 50%;
}

    .circle-num.sm {
        width: 18px;
        height: 18px;
        font-size: 12px;
    }

.names p img {
    max-width: 130px;
}

.names img {
    max-width: 130px;
    margin-bottom: 10px;
}

.datos-llanta img {
    max-width: 130px;
}

#collapseVerMas {
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 30px;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 0.375rem;
    padding: 10px 0;
    width: auto;
}

.itemVerMas {
    position: relative;
}

.owl-theme.sliderHomeMC .owl-nav [class*="owl-"] {
    width: 50px;
    height: 50px;
    background-color: transparent;
    position: absolute;
    top: 40%;
}

    .owl-theme.sliderHomeMC .owl-nav [class*="owl-"] i {
        font-size: 30px;
        color: #fff;
        display: block;
        height: 50px;
        width: 50px;
    }

.owl-theme.sliderHomeMC .owl-nav .owl-next {
    right: 25px;
}

.owl-theme.sliderHomeMC .owl-nav .owl-prev {
    left: 25px;
}

.owl-theme.sliderHomeMC .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

.carousel-main .carousel-indicators {
    margin-bottom: 45px;
}

    .carousel-main .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
        background: none;
        border: solid 1px var(--color-white);
        border-radius: 50%;
        opacity: 1;
    }

    .carousel-main .carousel-indicators .active {
        background: var(--color-white);
    }

.carousel-main .carousel-control-next, .carousel-main .carousel-control-prev {
    width: 4%;
}

.card {
    border-radius: 8px;
}

.card-item {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 500px;
    margin-bottom: 20px;
}

    .card-item .image {
        min-height: 240px;
        text-align: center;
        background-color: var(--color-grey-1);
        padding: 40px 10px 10px;
        margin-bottom: 10px;
    }

        .card-item .image img {
            max-width: 100%;
            width: 190px;
            margin: auto;
        }

    .card-item .top {
        position: absolute;
        left: 10px;
        right: 10px;
        top: 5px;
    }

    .card-item .info {
        min-height: 232px;
    }

    .card-item .buttons {
        margin-top: auto;
    }

.tu-llanta {
    max-width: 400px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
}

    .tu-llanta .btn-group {
        width: 100%;
    }

    .tu-llanta .image {
        min-height: 140px;
    }

        .tu-llanta .image img {
            max-width: 100%;
            width: auto;
        }

.tu-llanta2 .image {
    min-height: auto;
}

    .tu-llanta2 .image img {
        margin-top: -40px;
    }

.tu-llanta2 .btn-group .btn {
    min-height: 42px;
}

.tabs-main .nav-link {
    color: var(--color-font);
    font-size: 15px;
    line-height: 1;
    padding: 8px 5px;
    margin-bottom: 0;
    border: 0;
    border-bottom: solid 3px transparent;
}

    .tabs-main .nav-link.active {
        color: var(--color-primary);
        border-bottom-color: var(--color-primary);
    }

.dropdown-noarrow .dropdown-toggle::after {
    content: none;
}

.dropdown-select .button {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: var(--color-white);
    padding: 0 20px 0 10px;
    border: solid 1px var(--color-grey-4);
}

.dropdown-select .dropdown-toggle[aria-expanded="false"]::after {
    content: "";
    position: absolute;
    right: 6px;
    font-family: "icomoon" !important;
    border: 0;
}

.dropdown-select .dropdown-toggle[aria-expanded="true"]::after {
    content: "";
    position: absolute;
    right: 6px;
    font-family: "icomoon" !important;
    border: 0;
}

.dropdown-select .dropdown-menu {
    width: 100%;
}

.dropdown-select .list-options {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 180px;
    overflow: auto;
}

    .dropdown-select .list-options .item {
        padding: 5px 0;
    }

.btn-group .btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: left;
    width: calc(100% / 4);
}

.bg-green {
    background-color: #cfebe9;
    color: #2d8985 !important;
}

    .bg-green i {
        font-size: 20px;
    }

.btn-group span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    white-space: nowrap;
    margin-right: 0 !important;
    text-overflow: ellipsis;
    overflow: hidden;
}

.btns-group-primary {
    color: var(--color-white);
}

    .btns-group-primary .btn {
        color: var(--color-white);
        background-color: var(--color-primary);
        border-color: var(--color-white);
    }

        .btns-group-primary .btn:disabled {
            opacity: 0.3;
        }

            .btns-group-primary .btn:disabled i {
                display: none;
            }

.desact {
    opacity: 0.3;
}

    .desact i {
        display: none;
    }

.color-primary {
    color: var(--color-primary);
}

.color-accent {
    color: var(--color-accent);
}

.color-font {
    color: var(--color-font);
}

.color-white {
    color: var(--color-white);
}

.color-black {
    color: var(--color-black);
}

.color-yellow {
    color: var(--color-yellow);
}

.color-confirmar {
    color: var(--color-confirmar);
}

.color-whatsapp {
    color: var(--color-whatsapp);
}

.color-danger {
    color: var(--color-danger);
}

.font-11 {
    font-size: 11px;
}

.font-12 {
    font-size: 12px;
}

.font-18 {
    font-size: 1.125rem;
}

.font-14 {
    font-size: 0.875rem;
}

.font-16 {
    font-size: 1rem;
}

.font-20 {
    font-size: 1.25rem;
}

.font-24 {
    font-size: 1.5rem;
}

.font-28 {
    font-size: 1.75rem;
}

.font-32 {
    font-size: 2rem;
}

.back-primary {
    background-color: var(--color-primary);
}

.back-primary-2 {
    background-color: var(--color-primary-2);
}

.back-accent {
    background-color: var(--color-accent);
}

.back-white {
    background-color: var(--color-white);
}

.back-black {
    background-color: var(--color-black);
}

.back-grey {
    background-color: var(--color-grey);
}

.back-grey-1 {
    background-color: var(--color-grey-1);
}

.back-grey-2 {
    background-color: var(--color-grey-2);
}

.back-yellow {
    background-color: var(--color-yellow);
}

.back-whatsapp {
    background-color: var(--color-whatsapp);
}

.back-blue {
    background-color: var(--color-blue);
}

.back-danger {
    background-color: var(--color-danger);
}

.shadow-main {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.gap-40 {
    gap: 40px;
}

.max-width-120 {
    max-width: 120px;
    width: 100%;
}

.max-width-200 {
    max-width: 200px;
    width: 100%;
}

.max-width-280 {
    max-width: 280px;
    width: 100%;
}

.max-width-320 {
    max-width: 320px;
    width: 100%;
}

.max-width-400 {
    max-width: 400px;
    width: 100%;
}

.min-height-30 {
    min-height: 30px;
}

.min-height-40 {
    min-height: 40px;
}

.pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 100px;
}

.border-right {
    border-right: solid 1px var(--color-grey-3);
}

.border-left {
    border-left: solid 1px var(--color-grey-3);
}

.bullet-blue li::marker {
    color: var(--color-primary);
    font-size: 20px;
}

.slide-main {
    position: relative;
}

    .slide-main .tu-llanta {
        position: absolute;
        top: 50%;
        left: 80px;
        transform: translateY(-50%);
        z-index: 1;
    }

.carousel-topdeals .owl-nav {
    position: absolute;
    left: -50px;
    right: -50px;
    top: 41%;
    height: 1px;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
}

    .carousel-topdeals .owl-nav [class*="owl-"] {
        color: var(--color-font);
        font-size: 32px;
        line-height: 1;
        background: none;
    }

        .carousel-topdeals .owl-nav [class*="owl-"]:hover {
            color: var(--color-font);
            background: none;
        }

    .carousel-topdeals .owl-nav button.owl-next, .carousel-topdeals .owl-nav button.owl-prev {
        font-size: 32px;
        line-height: 1;
        margin: 0;
    }

.carousel-topdeals .names p {
    line-height: 1;
    min-height: 28px;
}

.marcas-list-home {
    display: flex;
    gap: 30px;
    padding: 10px 6px;
    overflow-x: auto;
}

    .marcas-list-home .card {
        width: 240px;
        height: 240px;
    }

    .marcas-list-home .card-body {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .marcas-list-home .image {
        text-align: center;
    }

        .marcas-list-home .image img {
            max-width: 100%;
            width: auto;
        }

.buttons-cita-taller {
    max-width: 500px;
    margin: auto;
}

.filters {
    padding-top: 15px;
}

    .filters .top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 0 0 15px;
    }

    .filters .content {
        overflow: auto;
    }

address ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

address li {
    display: flex;
    margin-bottom: 10px;
}

    address li .icon {
        display: block;
        width: 30px;
        font-size: 18px;
    }

.res-head {
    position: relative;
    background-color: var(--color-primary);
    padding: 20px 0;
    margin-bottom: 10px;
}

    .res-head .tu-llanta {
        margin-top: 0;
    }

.aviso-sinres {
    max-width: 450px;
    text-align: center;
    padding: 100px 15px;
}

.cantidadElementos {
    font-size: 16px;
    line-height: 17px;
}

    .cantidadElementos span {
        display: block;
    }

.carousel-detalle-producto .item {
    position: relative;
}

    .carousel-detalle-producto .item .top {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }

.carousel-detalle-producto .image {
    text-align: center;
    background-color: var(--color-grey-2);
    padding: 40px 10px 20px;
    margin-bottom: 20px;
}

    .carousel-detalle-producto .image img {
        display: inline-block !important;
        max-width: 100% !important;
        width: auto !important;
    }

.cantidad-comprar {
    background-color: var(--color-white);
    padding: 15px 0;
}

    .cantidad-comprar .cant {
        width: 130px;
    }

.tabla-seleccion-medida {
    background-color: var(--color-white);
    border: solid 1px var(--color-grey-2);
    border-radius: 10px;
}

    .tabla-seleccion-medida table th {
        font-weight: bold;
    }

    .tabla-seleccion-medida table td {
        vertical-align: middle;
    }

    .tabla-seleccion-medida table th, .tabla-seleccion-medida table td {
        text-align: center;
    }

        .tabla-seleccion-medida table th:first-child, .tabla-seleccion-medida table td:first-child {
            text-align: left;
        }

        .tabla-seleccion-medida table th:last-child, .tabla-seleccion-medida table td:last-child {
            text-align: right;
        }

    .tabla-seleccion-medida .cant {
        width: 130px;
        margin: auto;
    }

.grid-seleccion-medida {
    background-color: var(--color-white);
    border: solid 1px var(--color-grey-2);
    border-radius: 10px;
    padding: 10px 20px;
}

    .grid-seleccion-medida .top {
        display: flex;
        font-weight: bold;
        gap: 10px;
        padding: 10px 0;
        border-bottom: solid 1px var(--color-grey-2);
    }

        .grid-seleccion-medida .top > div {
            flex: 1;
        }

            .grid-seleccion-medida .top > div:not(:first-child) {
                text-align: center;
            }

    .grid-seleccion-medida .list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .grid-seleccion-medida .list li {
            align-items: center;
            padding: 10px 0;
            border-bottom: solid 1px var(--color-grey-2) !important;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
            gap: 12px 10px;
            grid-template-areas: "disp mspn tipo2 tipo descuentorin precio cant buttons";
        }

            .grid-seleccion-medida .list li:last-child {
                border: 0;
            }

            .grid-seleccion-medida .list li > div:not(:first-child) {
                text-align: center;
            }

            .grid-seleccion-medida .list li .cant .input-group {
                width: 105px;
                margin: auto;
            }

            .grid-seleccion-medida .list li .cant label {
                font-size: 14px;
                line-height: 1;
                padding: 5px;
            }

            .grid-seleccion-medida .list li .cant select {
                height: auto;
                font-size: 14px;
                line-height: 1;
            }

            .grid-seleccion-medida .list li .buttons .button {
                max-width: 150px;
                width: 100%;
            }

            .grid-seleccion-medida .list li .disp {
                grid-area: disp;
                font-weight: bold;
            }

            .grid-seleccion-medida .list li .mspn {
                grid-area: mspn;
            }

            .grid-seleccion-medida .list li .tipo2 {
                grid-area: tipo2;
            }

            .grid-seleccion-medida .list li .tipo {
                grid-area: tipo;
            }

            .grid-seleccion-medida .list li .descuentorin {
                grid-area: descuentorin;
            }

            .grid-seleccion-medida .list li .precio {
                grid-area: precio;
            }

            .grid-seleccion-medida .list li .cant {
                grid-area: cant;
            }

            .grid-seleccion-medida .list li .buttons {
                grid-area: buttons;
            }

.interesar .owl-nav {
    position: absolute;
    left: -42px;
    right: -42px;
    top: 40%;
    height: 1px;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
}

    .interesar .owl-nav [class*="owl-"] {
        color: var(--color-font);
        font-size: 32px;
        background: none;
    }

    .interesar .owl-nav button.owl-next, .interesar .owl-nav button.owl-prev {
        font-size: 32px;
        margin: 0;
    }

.mensaje-comprar {
    position: fixed;
    right: 15px;
    bottom: -120%;
    z-index: 5;
    width: 400px;
    transition: all 0.25s;
}

    .mensaje-comprar .image {
        width: 80px;
        background-color: var(--color-grey-2);
        padding: 5px;
    }

        .mensaje-comprar .image img {
            width: 100%;
        }

    .mensaje-comprar.show {
        bottom: 20px;
    }

.servicio-header img {
    width: 100%;
}

.card-services {
    border: 0;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}

    .card-services .icon {
        width: 60px;
        height: 60px;
        background-color: var(--color-white);
        border-radius: 50%;
        margin-top: -50px;
        margin-bottom: 10px;
    }

        .card-services .icon img {
            width: 100%;
        }

    .card-services .card-text {
        min-height: 120px;
        text-align: justify;
    }

.dropdown-serv-massucursales {
    position: relative;
}

    .dropdown-serv-massucursales .button-outline {
        position: relative;
        justify-content: start;
        text-align: left;
        padding-right: 24px;
    }

        .dropdown-serv-massucursales .button-outline::after {
            content: "";
            position: absolute;
            right: 10px;
            color: var(--color-font);
            font-family: "icomoon" !important;
            border: 0;
        }

        .dropdown-serv-massucursales .button-outline.show::after {
            content: "";
        }

.card-blog .card-title {
    min-height: 48px;
}

.grid-buscartaller {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto 1fr 1fr;
    gap: 20px;
    grid-template-areas: "mapa mapa info" "mapa mapa sucursales" "mapa mapa sucursales";
    height: calc(100vh - 130px);
}

    .grid-buscartaller .a-mapa {
        grid-area: mapa;
    }

    .grid-buscartaller .a-info {
        grid-area: info;
    }

    .grid-buscartaller .a-sucursales {
        grid-area: sucursales;
    }

.buscartaller-mapa {
    position: relative;
    height: 100%;
}

    .buscartaller-mapa .card-direccion {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 340px;
    }

    .buscartaller-mapa .btn-full-map {
        position: absolute;
        right: 10px;
        top: 10px;
    }

.column-buscartaller {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 100px);
}

    .column-buscartaller .list-sucursales {
        flex: 1;
        padding: 0 5px 0 0;
        overflow: auto;
    }

.list-sucursales {
    height: 100%;
    overflow: auto;
}

.buscartaller-item .image {
    width: 80px;
}

    .buscartaller-item .image img {
        width: 100%;
    }

.collapse-horario .link-open {
    position: relative;
    display: block;
    padding-right: 20px;
}

    .collapse-horario .link-open::after {
        content: "";
        position: absolute;
        right: 0;
        top: 45%;
        color: var(--color-font);
        font-family: "icomoon" !important;
        line-height: 0;
    }

    .collapse-horario .link-open.collapsed::after {
        content: "";
    }

.mapa-fullscreen {
    position: fixed;
    right: -100%;
    bottom: 0;
    width: 100%;
    height: calc(100vh - 100px);
    background-color: var(--color-white);
    transition: all 0.4s;
}

    .mapa-fullscreen .content {
        height: 100%;
    }

    .mapa-fullscreen .card-direccion {
        position: absolute;
        right: 10px;
        top: 70px;
        width: 350px;
    }

    .mapa-fullscreen .btn-close-map {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .mapa-fullscreen.show {
        right: 0;
    }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    color: var(--color-white);
    text-align: center;
    text-decoration: none;
    line-height: 1;
    padding: 5px 10px;
    border: 0;
    border-radius: 8px;
    transition: all 0.25s;
}

    .button.primary {
        background-color: var(--color-primary);
        cursor: pointer;
    }

    .button.primary-4 {
        background-color: var(--color-primary-4);
        cursor: pointer;
    }

    .button.accent {
        background-color: var(--color-accent);
    }

    .button.grey-2 {
        color: var(--color-black);
        background-color: var(--color-grey-2);
        cursor: pointer;
    }

    .button.white {
        color: var(--color-primary);
        background-color: var(--color-white);
    }

.button-copiar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: var(--color-white);
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 2px;
    border-radius: 50%;
}

    .button-copiar .msj-tooltip {
        position: absolute;
        bottom: 40px;
        display: none;
        width: 120px;
        max-width: 300px;
        color: #fff;
        font-size: 14px;
        text-align: center;
        background: #2d8985;
        padding: 7px;
        border-radius: 5px;
    }

.button:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.desactivar {
    opacity: 0.5;
    pointer-events: none;
}

.button-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    padding: 5px 10px;
    background: var(--color-white);
    border-radius: 8px;
    transition: all 0.25s;
}

    .button-outline.primary {
        color: var(--color-primary);
        border: solid 1px var(--color-primary);
    }

    .button-outline.accent {
        color: var(--color-accent);
        border: solid 1px var(--color-accent);
    }

    .button-outline.white {
        color: var(--color-white);
        background: none;
        border: solid 1px var(--color-white);
    }

    .button-outline.grey-font {
        color: var(--color-font);
        background: none;
        border: solid 1px var(--color-font);
    }

    .button-outline:disabled {
        opacity: 0.5;
        pointer-events: none;
    }

.form-control {
    height: 40px;
    font-size: 0.875rem;
    background-color: var(--color-grey-1);
    border: 0;
}

    .form-control.white {
        background-color: var(--color-white);
    }

.form-select {
    height: 40px;
    font-size: 0.875rem;
    background-color: var(--color-grey-1);
    background-position: right 1rem center;
    padding: 6px 18px 6px 8px;
    border: 0;
}

    .form-select:focus {
        border-color: #86b7fe;
        box-shadow: none !important;
    }

.input-group {
    font-size: 0.875rem;
}

    .input-group label, .input-group span {
        border: 0;
    }

    .input-group select {
        background-color: var(--color-grey-1);
    }

    .input-group.outline-primary label {
        color: var(--color-primary);
        background: none;
        border: solid 1px var(--color-primary);
        border-right: 0;
    }

    .input-group.outline-primary select {
        color: var(--color-primary);
        background-color: transparent;
        border: solid 1px var(--color-primary);
        border-left: 0;
    }

    .input-group.outline-grey-3 label {
        color: var(--color-font);
        background: none;
        border: solid 1px var(--color-grey-3);
        border-right: 0;
    }

    .input-group.outline-grey-3 select {
        color: var(--color-font);
        background-color: transparent;
        border: solid 1px var(--color-grey-3);
        border-left: 0;
    }

.input-tarjeta-icon {
    position: relative;
}

    .input-tarjeta-icon .tj-icon {
        position: absolute;
        right: 6px;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
    }

    .input-tarjeta-icon .form-control {
        padding-right: 52px;
    }

.form-check-input:checked {
    background-color: var(--color-confirmar);
    border-color: var(--color-confirmar);
}

.form-check-input:focus {
    box-shadow: none;
}

.linkDisp {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.itemTienda {
    border-bottom: 2px solid #f2f4f7;
    padding: 15px;
    cursor: pointer;
}

    .itemTienda:hover {
        background-color: #d7eaff;
    }

    .itemTienda p {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .itemTienda p .pill {
            text-wrap: nowrap;
            flex: none;
        }

.divTarjeta p {
    width: 55%;
    margin: 0 !important;
}

.divTarjeta span {
    width: 45%;
    text-align: right;
    cursor: pointer;
    font-size: 13px;
    color: #7d7d7d;
    margin-top: -2px;
}

.content-seguimiento {
    width: 100%;
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.content-seg, .content-seg-2 {
    max-width: 350px;
}

.txt-red {
    line-height: 14px;
    color: #f00;
    font-size: 13px;
}

.content-seg img {
    width: 180px;
    margin: 0 auto 20px;
    display: block;
}

.info-seguimiento {
    display: none;
}

    .info-seguimiento.show {
        display: block;
        width: 80%;
    }

.content-seg.hide {
    display: none;
}

.content-seg {
    display: block;
}

.div-sup, .div-inf {
    border-bottom: 2px solid #d3d3d3;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

    .div-inf .info-item {
        width: 31.3%;
    }

.info-item h5 {
    color: #767677;
    font-size: 15px;
}

.info-item span {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-flex;
}

.info-item p {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 18px;
}

.div-resumen ul {
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 5px;
    margin-bottom: 7px;
}

    .div-resumen ul:last-child {
        border-bottom: 0;
    }

    .div-resumen ul li {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

.div-resumen {
    height: 42px;
    overflow: hidden;
    transition: all linear 0.3s;
}

    .div-resumen.open {
        height: auto;
    }

.btn-seg {
    height: 40px;
    padding: 8px 0;
    border: 0;
    cursor: pointer;
}

    .btn-seg:active {
        outline: 0;
        border: 0;
    }

    .btn-seg span {
        color: var(--color-primary);
        display: flex;
        align-items: center;
    }

        .btn-seg span i {
            margin-left: 5px;
        }

.btn-cerrar.open, .btn-collapse.open {
    display: block !important;
}

.btn-cerrar, .btn-collapse {
    display: none !important;
}

.div-sup .itemsServicios, .div-sup .listado-llantas-resumen {
    width: 50%;
}

.tarjeta-item {
    display: flex;
    align-items: center;
}

    .tarjeta-item img {
        max-width: 45px;
        margin-right: 5px;
    }

    .tarjeta-item span {
        margin: 0;
        display: flex;
        align-items: center;
    }

        .tarjeta-item span i {
            font-size: 8px;
            margin: 0 3px;
        }

            .tarjeta-item span i:last-child {
                margin-right: 10px;
            }

.pogress-tracking {
    position: relative;
    max-width: 600px;
    margin: 0 auto 50px;
}

.buttons-tracking {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: -7px;
}

    .buttons-tracking span {
        width: 25px;
        height: 25px;
        background-image: url(/assets/img/bullet-inactive.png);
        background-position: center;
        background-size: 25px;
    }

        .buttons-tracking span.active {
            background-image: url(/assets/img/bullet-active.png);
        }

.progress {
    background-color: #d3d3d3;
    height: 10px;
}

.progress-bar {
    background-color: #06a88e;
}

.txt-tracking {
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    width: 100%;
}

    .txt-tracking font.active {
        font-weight: 600;
    }

.filtroLlantas .card-item {
    min-height: 150px;
    height: auto;
}

.div-MSI {
    position: relative;
    margin: 10px 0;
}

    .div-MSI span {
        font-size: 15px;
        display: flex;
        align-items: center;
    }

        .div-MSI span small {
            font-size: 15px;
            font-weight: 600;
            margin-left: 5px;
        }

        .div-MSI span i {
            font-size: 14px;
            margin-left: 5px;
            cursor: pointer;
        }

.txt-PromosMsi {
    position: absolute;
    bottom: 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    display: none;
    opacity: 0;
    transition: 0.3s all ease-in-out;
    border: 1px solid #d3d3d3;
}

    .txt-PromosMsi.detalle-Msi {
        width: 350px;
        text-align: left;
        border: 1px solid #d3d3d3;
    }

.txtMSI {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 10px;
    font-size: 13px;
}

    .txtMSI p {
        margin: 0 0 0 10px;
        line-height: 15px;
    }

    .txtMSI img {
        width: 30px !important;
    }

.txt-PromosMsi.show {
    display: block;
    opacity: 1;
}

.btn-disp {
    cursor: pointer;
    background-color: #dcedff;
    padding: 7px 15px;
    border-radius: 10px;
    color: #27509b;
    width: max-content;
    margin-bottom: 5px;
    display: inline-block;
}

.img-mich {
    width: 125px;
}

.collapse-apgo .accordion-button:not(.collapsed)::after {
    background-image: none !important;
}

.active.accordion-button::after {
    background-image: none;
    transform: var(--bs-accordion-btn-icon-transform);
    width: 20px;
    height: 20px;
    background-color: var(--color-primary);
    border-radius: 50%;
    border: 3px solid #fff;
    border-style: double;
}

.accordion-button::after {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 3px solid #d3d3d3;
    border-style: double;
    background-image: none;
}

.select-pago .accordion-button img {
    width: 20px;
    margin-right: 10px;
}

.select-pago .accordion-button {
    color: #27509b;
    box-shadow: none;
    background-color: #fff;
}

.divTallerSec {
    height: 530px;
    overflow-y: scroll;
}

.encuesta-div {
    position: relative;
    padding-top: 50px;
}

.bg-encuestas {
    background-image: url(/Assets/img/encuesta-head_banner.jpg);
    height: 300px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.encuesta-content {
    width: 540px;
    margin: 0 auto 50px;
    box-shadow: 0 3px 6px #33333324;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    text-align: center;
}

    .encuesta-content img {
        width: 150px;
        margin-bottom: 20px;
    }

    .encuesta-content h3, .typ-encuesta h3 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .encuesta-content p span {
        color: #767677;
    }

    .encuesta-content textarea {
        height: auto !important;
        margin-bottom: 20px;
    }

.stars-encuesta {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

    .stars-encuesta i {
        font-size: 25px;
        margin: 0 10px;
        color: #d3d3d3;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

        .stars-encuesta i.active, .stars-encuesta i:hover {
            color: #ffca5b;
        }

.df-options2 span {
    width: auto;
    height: 40px;
    display: inline-flex;
    background-color: #ebebeb;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 24px;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    padding: 0 15px;
    margin-bottom: 10px;
}

    .df-options2 span i {
        margin-left: 5px;
        display: none;
        font-size: 18px;
    }

    .df-options2 span.active {
        background-color: #dcedff;
        color: #27509b;
    }

        .df-options2 span.active i {
            display: flex;
        }

.encuesta-content .icon-cta_cita_ic {
    width: 70px;
    height: 70px;
    position: relative;
    display: flex;
    background-color: #dcedff;
    border-radius: 50px;
    margin: 10px auto;
    color: #27509b;
    font-size: 40px;
    justify-content: center;
    align-items: center;
}

.selecion-servicio {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

    .selecion-servicio .form-check-inline {
        display: inline-block;
        margin: 0 10px;
    }

    .selecion-servicio .form-check-input {
        width: 20px;
        height: 20px;
    }

.typ-encuesta {
    width: 500px;
    margin: 0 auto 50px;
    text-align: center;
    padding: 0 30px;
}

    .typ-encuesta img {
        width: 150px;
        display: block;
        margin: 0 auto 20px;
    }

    .typ-encuesta .img-typ {
        width: 300px;
        margin: 20px auto;
    }

.modal-cupon .modal-footer button {
    width: 48%;
}

.modal-cupon img {
    margin-bottom: 20px;
    width: 70px;
}

.modal-cupon p {
    color: #f00;
}

.modal-cupon h3 {
    font-weight: bold;
    font-size: 18px;
}

.exclusive-online {
    color: #2d8985;
    background-color: #e1eeee;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    height: 30px;
    padding: 0 15px;
    font-size: 15px;
    margin: 5px 0;
    width: 150px;
}

.tag-cupon {
    color: #f5452e;
    margin: 5px 0;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

    .tag-cupon i {
        font-size: 20px;
        margin-right: 5px;
    }

    .tag-cupon font {
        text-decoration: underline;
    }

.info-tag-cupon {
    position: absolute;
    bottom: 30px;
    border-radius: 10px;
    padding: 10px;
    display: none;
    opacity: 0;
    transition: 0.3s all ease-in-out;
    border: 1px solid #d3d3d3;
    background-color: var(--color-primary);
    color: #fff;
}

    .info-tag-cupon.show {
        opacity: 1;
        display: block;
    }

.carrito-vacio {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

    .carrito-vacio .contentCarrito {
        position: relative;
        padding: 30px 20px;
        width: 48%;
        background-color: #fff;
        color: #000;
        border-radius: 10px;
        border: 1px solid #d3d3d3;
    }

        .carrito-vacio .contentCarrito p {
            height: 40px;
            margin-bottom: 10px;
        }

.imgCarrito2 {
    width: 100px;
    margin-bottom: 20px;
}

.pago-cupon {
    border-top: 1px solid #d3d3d3;
    margin-top: 5px;
    padding-top: 5px;
}

#garantias {
    background-color: #f2f4f7;
    padding: 50px;
    border-radius: 24px;
    margin: 50px 0;
}

.txt-garantia article {
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
}

.txt-garantia span {
    color: #27509b;
    font-weight: 600;
    display: block;
}

.txt-garantia a {
    font-weight: 600;
    margin-top: 15px;
}

.txt-garantia p {
    font-size: 15px;
}

.CopiarEnlace {
    color: var(--color-primary);
    text-decoration: none;
}

@media (max-width: 768px) {
    .btnBlogCel {
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media (max-width: 1400px) {
    .txt-PromosMsi.detalle-Msi {
        left: -40%;
    }
}

@media (max-width: 1200px) {
    .txt-PromosMsi.detalle-Msi {
        left: -150px;
    }
}

@media (max-width: 1024px) {
    .txt-PromosMsi.detalle-Msi {
        left: -260px;
    }

    .slide-main .tu-llanta {
        position: initial;
        max-width: 500px;
        width: 100%;
        margin: auto;
        margin-top: -40px;
        transform: translateY(0);
        position: relative;
        left: unset;
    }

    .owl-theme.sliderHomeMC .owl-dots {
        bottom: 45px;
    }

    .info-seguimiento.show {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .divTallerSec {
        height: auto;
        overflow-y: unset;
    }

    .grid-buscartaller {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto 1fr 1fr;
        grid-template-areas: "mapa info" "mapa sucursales" "mapa sucursales";
    }

    .owl-theme.sliderHomeMC .owl-nav .owl-next {
        right: 0;
    }

    .owl-theme.sliderHomeMC .owl-nav .owl-prev {
        left: 0;
    }

    .div-inf .info-item {
        width: 48%;
    }

    .txt-PromosMsi.detalle-Msi {
        left: -100%;
    }

    #garantias {
        padding: 25px;
    }
}

@media (max-width: 576px) {
    .modal-cupon .modal-footer button {
        width: 100%;
        margin-bottom: 10px;
    }

    .typ-encuesta {
        width: 100%;
        padding: 0 15px;
    }

    .encuesta-content {
        width: 90%;
        padding: 30px 15px;
    }

    .txt-PromosMsi.detalle-Msi {
        left: unset;
        max-width: 270px;
        right: 0;
    }

    .filters {
        position: fixed;
        left: 0;
        right: 0;
        bottom: -120%;
        z-index: 5;
        height: calc(100vh - 200px);
        background-color: var(--color-white);
        padding: 15px 15px 0;
        transition: all 0.5s;
    }

        .filters .content {
            height: calc(100% - 130px);
        }

        .filters.show {
            bottom: 0;
        }

    .btn-filtros-mov {
        display: block;
    }

    .cantidad-comprar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
        padding: 15px;
        border-top: solid 1px var(--color-grey-2);
    }

    .grid-seleccion-medida .top {
        display: none;
    }

    .grid-seleccion-medida .list .disp {
        text-align: center;
    }

    .grid-seleccion-medida .list li {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: auto auto auto 1fr auto;
        grid-auto-rows: min-content;
        grid-template-areas: "disp disp tipo2 tipo2" "mspn mspn tipo tipo" "descuentorin descuentorin descuentorin descuentorin" "precio precio cant cant" ". . buttons buttons";
    }

    .mensaje-comprar {
        left: 15px;
        top: -120%;
        bottom: initial;
        width: auto;
    }

        .mensaje-comprar.show {
            top: 110px;
            bottom: initial;
        }

    .grid-buscartaller {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto 1fr;
        grid-template-areas: "info" "mapa" "sucursales";
        height: auto;
    }

    .buscartaller-mapa {
        height: 400px;
    }

    .itemsServicios, .listado-llantas-resumen {
        width: 100%;
    }

    .div-inf .info-item {
        width: 100%;
    }

    .df-options2 span {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 425px) {
    .max-width-320 {
        max-width: 100%;
    }
}

.input-mayuscula {
    text-transform: uppercase;
}

.sinFocus:focus {
    box-shadow: none;
}

.texto-justificado {
    text-align: justify;
}

.bOpacidadDisabled {
    opacity: 0.3;
}

.bOpacidad {
    opacity: 1;
}

body.azul {
    --color-primary: #27509b !important;
}

.azul .btnNameDist {
    color: var(--color-primary);
}

.azul article.color-primary.font-24.fw-bold.mb-3 {
    color: var(--color-primary);
}

.azul .icon-sucursal:before {
    color: var(--color-primary);
}

.azul .icon-circle.primary {
    background-color: #dcedff;
}

.azul .btnsHeader a {
    background-color: var(--color-primary);
}

.azul .headCarrito h4 {
    color: var(--color-primary);
}

.azul .menuDiv a:hover {
    color: var(--color-primary);
}

.azul .menuDiv a.active {
    color: var(--color-primary);
}

.azul .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-primary);
}

.azul .outline.primary {
    color: var(--color-primary);
    border: solid 1px var(--color-primary);
}

.azul .back-primary {
    background-color: var(--color-primary);
}

.azul .form-check-input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.azul footer {
    background-color: var(--color-primary);
}

body.verde {
    --color-primary: #278384 !important;
}

.verde .btnNameDist {
    color: var(--color-primary);
}

.verde .color-primary {
    color: #333;
}

.verde article.color-primary.font-24.fw-bold.mb-3 {
    color: var(--color-primary);
}

.verde .icon-sucursal:before {
    content: "";
    color: var(--color-primary);
}

.verde .icon-circle.primary {
    background-color: #d9f6e4;
}

.verde .btnsHeader a {
    background-color: var(--color-primary);
}

.verde .headCarrito h4 {
    color: var(--color-primary);
}

.verde .menuDiv a.active {
    color: var(--color-primary);
}

.verde .menuDiv a:hover {
    color: var(--color-primary);
}

.verde .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-primary);
}

.verde .outline.primary {
    color: var(--color-primary);
    border: solid 1px var(--color-primary);
}

.verde .form-check-input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.verde .button.primary {
    color: var(--color-white);
}

.verde footer {
    background-color: var(--color-primary);
}

.verde .tabs-main .nav-link.active {
    color: var(--color-primary);
    border-bottom-color: var(--color-primary);
}

body.rojo {
    --color-primary: #f00013;
}

.rojo .btnNameDist {
    color: var(--color-primary);
}

.rojo .color-primary {
    color: var(--color-black);
}

.rojo .button.primary {
    color: var(--color-white);
}

.rojo .button.white {
    color: var(--color-black);
    background-color: var(--color-white);
}

.rojo .button-outline.primary {
    color: #333;
    border: solid 1px #333;
}

.rojo .icon-sucursal:before {
    color: var(--color-primary);
}

.rojo .icon-circle.primary {
    background-color: #feddde;
}

.rojo .btnsHeader a {
    background-color: var(--color-primary);
}

.rojo .headCarrito h4 {
    color: var(--color-primary);
}

.rojo .menuDiv a:hover {
    color: var(--color-primary);
}

.rojo .menuDiv a.active {
    color: var(--color-primary);
}

.rojo .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-primary);
}

.rojo .outline.primary {
    color: var(--color-primary);
    border: solid 1px var(--color-primary);
}

.rojo .form-check-input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.rojo footer {
    background-color: var(--color-accent);
}

.rojo #footer-mich {
    background-color: var(--color-accent);
}

body.amarillo {
    --color-primary: #fadd00;
}

.amarillo .btnNameDist {
    color: var(--color-primary);
}

.amarillo .color-primary {
    color: #333;
}

.amarillo .button-outline.primary {
    color: #333;
    border: solid 1px #333;
}

.amarillo .button-outline.white {
    color: var(--color-white);
    background: var(--color-black);
    border: solid 1px var(--color-black);
}

.amarillo .btns-group-primary .btn {
    color: #333;
}

.amarillo .icon-sucursal:before {
    color: #333;
}

.amarillo .icon-circle.primary {
    background-color: #fbed95;
}

.amarillo .btnsHeader a {
    background-color: var(--color-primary);
}

.amarillo .headCarrito h4 {
    color: var(--color-primary);
}

.amarillo .menuDiv a.active {
    color: var(--color-primary);
}

.amarillo .menuDiv a:hover {
    color: var(--color-primary);
}

.amarillo .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-primary);
}

.amarillo .outline.primary {
    color: var(--color-black);
    border: solid 1px var(--color-black);
}

.amarillo .button.white {
    color: var(--color-white);
    background-color: var(--color-black);
}

.amarillo .form-check-input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.amarillo .button.primary {
    color: var(--color-black);
}

.amarillo .tabs-main .nav-link.active {
    color: var(--color-primary);
    border-bottom-color: var(--color-primary);
}

.amarillo .back-primary {
    background-color: var(--color-primary);
}

.amarillo footer {
    background-color: var(--color-primary);
    padding: 50px 0;
    border-top: 2px solid #fff;
}

.amarillo section#footer-mich {
    color: var(--color-black);
}

.amarillo .divFooter ul li a {
    color: var(--color-black);
}

.amarillo .finFooter p {
    color: var(--color-black);
}

.amarillo .linkFin a {
    color: var(--color-black);
}

.amarillo .divContacto .linkTel {
    color: var(--color-black);
}

.amarillo .divContacto ul li a {
    color: var(--color-black);
}

body.naranja {
    --color-primary: #fca32f;
}

.naranja .btnNameDist {
    color: var(--color-primary);
}

.naranja .color-primary {
    color: var(--color-black);
}

.naranja .button-outline.primary {
    color: var(--color-black);
    border: solid 1px var(--color-black);
}

.naranja .button-outline.white {
    color: var(--color-white);
    background: var(--color-black);
    border: solid 1px var(--color-black);
}

.naranja .button.white {
    color: var(--color-white);
    background-color: var(--color-black);
}

.naranja .btns-group-primary .btn {
    color: var(--color-black);
}

.naranja .icon-sucursal:before {
    color: var(--color-primary);
}

.naranja .icon-circle.primary {
    background-color: #ffe7cb;
}

.naranja .btnsHeader a {
    background-color: var(--color-primary);
}

.naranja .headCarrito h4 {
    color: var(--color-primary);
}

.naranja .menuDiv a.active {
    color: var(--color-primary);
}

.naranja .menuDiv a:hover {
    color: var(--color-primary);
}

.naranja .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-primary);
}

.naranja .outline.primary {
    color: var(--color-black);
    border: solid 1px var(--color-black);
}

.naranja .button-outline {
    background: var(--color-white);
}

.naranja .form-check-input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.naranja .button.primary {
    color: #333;
}

.naranja .tabs-main .nav-link.active {
    color: var(--color-primary);
    border-bottom-color: var(--color-primary);
}

.naranja .back-primary {
    background-color: var(--color-primary);
}

.naranja footer {
    background-color: var(--color-primary);
    padding: 50px 0;
    border-top: 2px solid #fff;
}

.naranja section#footer-mich {
    color: var(--color-black);
}

.naranja .divFooter ul li a {
    color: var(--color-black);
}

.naranja .finFooter p {
    color: var(--color-black);
}

.naranja .linkFin a {
    color: var(--color-black);
}

.naranja .divContacto .linkTel {
    color: var(--color-black);
}

.naranja .divContacto ul li a {
    color: var(--color-black);
}

body.negro {
    --color-primary: #333;
}

.negro .btnNameDist {
    color: var(--color-primary);
}

.negro .color-primary {
    color: #333;
}

.negro .icon-sucursal:before {
    color: var(--color-primary);
}

.negro .icon-circle.primary {
    background-color: #dcedff;
}

.negro .btnsHeader a {
    background-color: var(--color-primary);
}

.negro .headCarrito h4 {
    color: var(--color-primary);
}

.negro .menuDiv a:hover {
    color: var(--color-primary);
}

.negro .menuDiv a.active {
    color: var(--color-primary);
}

.negro .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-primary);
}

.negro .outline.primary {
    color: var(--color-primary);
    border: solid 1px var(--color-primary);
}

.negro .form-check-input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.negro footer {
    background-color: var(--color-primary);
}

.imgLogo1 a {
    padding: 40px 0;
    color: #013e6b;
    display: inline-block;
    text-decoration: underline !important;
}

.btn1 {
    cursor: pointer;
    background-color: #27509b;
    color: #fff !important;
    border-radius: 10px;
    font-size: 14px;
    height: 48px;
    text-transform: uppercase;
    min-width: 170px;
    padding: 12px 10px;
    font-family: "Kanit-Regular";
}

.pagination .page-item.active .page-link {
    background-color: #27509b;
    color: #fff;
}

.pagination a.page-link {
    color: #27509b;
}

.logox {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    margin-right: 10px;
    filter: invert(1);
}
