﻿body{
    padding-top: 100px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 99;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.topHeader{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 57px;
}

.container{
    max-width: 1250px;
}

.logoHeader a img {
    /*width: 94px;*/
    /*width: 160px;*/
    max-width: 200px;
}

.menuDiv a{
    color: #7D7D7D;
    font-size: 18px;
    font-weight: 400;
    padding: 0 10px;
    text-decoration: none;
}

.menuDiv a:hover {
    color: #27509B;
}

.menuDiv a.active{
    color: #27509B;
    font-weight: 700;
}


.bottomHeader {
    height: 43px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.btnsHeader a {
    width: 46px;
    height: 34px;
    background-color: #27509B;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    margin-left: 10px;
}

.bottomHeader a.btnWA{
    background-color: #0C8B0C;
}

.divCarrito a{
    color: #000;
    text-decoration: none;
    position: relative;
}

.divCarrito a i{
    font-weight: 700;
    color: #000;
    font-size: 25px;
}

.divCarrito a font{
    background-color: #F5452E;
    color: #fff;
        width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    position: absolute;
    top: -11px;
    font-size: 11px;
    right: -9px;
}

.headMovil{
    display: none;
}

.menuHam{
    display: none;
}

.itemC.itemSucursal img{
    padding: 0;
}

.divPrecio2{
    width: 100px;
}
/*ANIMACION*/
@keyframes bounce {
    0% {
        transform: translateY(-15%);
    }

    100% {
        transform: translateY(5%);
    }
}

.pointerUB {
    animation: bounce .8s alternate infinite ease-in;
}

/*footer*/

footer {
    background-color: #27509B;
    padding: 50px 0;
    border-top: 2px solid #fff;
}

.link-xs a {
    color: #fff;
}
.logoxs {
    width: 230px;
    filter: brightness(1);
}

.contenFooter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.divFooter{
    width: 25%;
}

.divContacto {
    width: 25%;
    margin-left: 25%;
}

.divFooter ul {
    list-style: none;
    padding: 0;
}

.divFooter ul li{
    margin-bottom: 10px;
}

.divFooter ul li a{
        color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
}

.divContacto .linkTel {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.divContacto .linkTel i{
    margin-right: 10px;
}

.divContacto ul{
    padding: 0;
    list-style: none;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.divContacto ul li a{
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    margin-right: 10px;
}

.finFooter {
    padding-top: 50px;
    text-align: center;
}

.finFooter p {
    color: #fff;
    font-size: 18px;
}

.linkFin a{
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 0 25px;
}

.InfoDist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.InfoDist p{
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tallerDiv {
    margin-left: 10px;
    width: calc(100% - 33px);
}

.headTaller i{
    cursor: pointer;
}

/*.btnNameDist {
    text-decoration: none;
    color: #27509b;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    display: flex;
    align-items: center;
}*/
.btnNameDist {
    text-decoration: none;
    color: #27509B;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.btnNameDist i{
    margin-left: 15px;
}

.InfoDist i.icon-pin-ub_solid {
    font-size: 23px;
    color: #27509b;
}

#selectTaller {
    position: absolute;
    top: 45px;
    left: 0;
    width: 300px;
}

.headTaller {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headTaller p{
    font-size: 15px;
    font-weight: 500;
}

.itemTaller {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    border-bottom: 1px solid #33333324;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.itemTaller i {
    font-size: 30px;
}

.datosTaller {
    width: calc(100% - 30px);
    padding-left: 10px;
}

.datosTaller span {
    display: block;
    font-size: 15px;
    color: #333333;
    font-weight: 500;
}

.datosTaller p {
    font-size: 13px;
    color: #333333;
}

.input-group .input-group-prepend {
    height: 50px;
}

.input-group .input-group-prepend .input-group-text {
    height: 50px;
    border: none;
    background-color: #f2f4f7;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-text i{
    font-size: 25px;
}

.input-group .form-control{
    height: 50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.input-group {
    border: 1px solid #f2f4f7;
}

.btnUbicacion {
    text-decoration: none;
    font-size: 13px;
    color: #7D7D7D;
    display: flex;
    align-items: center;
}

.btnUbicacion i{
    margin: 0 !important;
    padding-right: 15px;
    font-size: 16px;
    padding-left: 5px;
}

.form-control:focus {
    box-shadow: none;
    background-color: #f2f4f7;
}

/*secciones carrito*/

#process02,
#process03,
#process04,
#process05,
#process06,
#process07,
#process08,
#process09,
#process10 {
    display: none;
}

#process01.open,
#process02.open,
#process03.open,
#process04.open,
#process05.open,
#process06.open,
#process07.open,
#process08.open,
#process09.open,
#process10.open{
    display: block;
}

.carritoStep01 {
    /*position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    padding: 50px 20px 0;
    margin: 0;
    z-index: 3;
    width: 450px;
    height: 100vh;
    transform: translate3d(0,0,0);
    transition: right .4s ease-in-out .1s;
    background-color: #fff;
    transform: translate3d(0px, 0px, 0px);
    color: #000;
    display: flex;
    flex-direction: column;
    z-index: 100;*/
    position: relative;
    padding: 30px 20px;
    margin: 0 auto;
    width: 450px;
    /*height: calc(100vh - 100px);*/
    transform: translate3d(0,0,0);
    transition: right .4s ease-in-out .1s;
    background-color: #fff;
    transform: translate3d(0px, 0px, 0px);
    color: #000;
    display: flex;
    flex-direction: column;
    box-shadow: 0 -3px 5px rgb(0 0 0 / 25%);
    /*overflow-y: hidden;*/
    /*z-index: 100;*/

    /*display: block;
    height: calc(100vh - 100px);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow-y: scroll;*/
}

.divProceso {
    display: block;
    height: calc(100vh - 130px);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow-y: scroll;
    padding-bottom: 60px;
}

.divProceso3 {
    display: block;
    height: calc(100vh - 130px);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow-x: hidden;
    overflow-y: scroll;
}

.carritoStep01.open {
    right: 0;
}

.headCarrito {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.headCarrito h4 {
    color: #27509b;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}

.headCarrito i{
    cursor: pointer;
    color: #000;
    font-size: 20px;
    margin-right: 15px;
    padding: 5px 10px;
}

.contentCarrito {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    text-align: center;
}

.contentCarrito i{
    display: block;
    font-size: 50px;
    margin-bottom: 25px;
}

.contentCarrito span{
    display: block;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.totalCarito {
    box-shadow: 0 -3px 5px rgb(0 0 0 / 25%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    padding: 0 20px;
    height: 60px;
    background-color: #fff;
}

.totalCarito p {
    font-size: 15px;
    color: #333333;
    margin: 0;
    width: 50%;
    text-align: center;
}

.totalCarito p span{
    font-weight: 600;
    font-size: 18px;
}

.divCupon .input-group .input-group-prepend,
.divCupon .input-group .input-group-prepend .input-group-text,
.divCupon .input-group .form-control {
    height: 40px;
}


.divCupon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}

.divCupon .input-group{
    width: 60%;
}

.divCupon button{
    width: 35%;
}

.desglosePrecios {
    /*border-top: 1px solid #D3D3D3;*/
    margin-bottom: 10px;
    /*padding-top: 15px;*/
}

ul.list01 {
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

ul.list01 li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

ul.list02 {
    padding: 0;
    list-style: none;
    width: 50%;
    margin-left: 50%;
    margin-bottom: 0;
    font-size: 14px;
}

.precioTotal{
    font-weight: 600;
}

ul.list02 li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.txtPrecio {
    font-size: 15px;
    font-weight: 600;
}

.filtroLlantas .col-12{
    margin-bottom: 20px;
}

.precioCarrito {
    /*height: 263px;
    position: absolute;
    bottom: 60px;*/
    width: 100%;
    /*left: 0;*/
    padding: 15px 0;
    border-top: 1px solid #D3D3D3;
    background-color: #fff;
}

.infoCarrito {
    margin-top: 15px;
    padding-bottom: 15px;
}

.alertCarrito {
    background-color: #F2F4F7;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    line-height: 14px;
    margin-bottom:10px;
}

.alertCarrito p{
    color: #27509B;
    font-size: 13px;
    width: calc(100% - 20px);
    margin: 0;
    padding-left: 15px;
}

.alertCarrito i{
    color: #27509B;
    font-size: 20px;
}

.itemC {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0;
    align-items: center;
    position: relative;
}

.itemC img {
    background-color: #f2f4f7;
    border-radius: 5px;
    padding: 10px;
    width: 80px;
}

.detalleItem {
    width: calc(100% - 80px);
    padding-left: 15px;
}

.detalleItem span {
    font-size: 15px;
    font-weight: 600;
}

.detalleItem p {
    color: #7D7D7D;
    font-size: 15px;
}

.selectOption {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.selectOption .input-group {
    width: 130px;
}

.selectOption span {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    padding-right: 10px;
}

.selectOption span sup{
    top: -3px;
}

.detalleItem .icon-eliminar {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #7D7D7D;
}

/*.itemsCarritos {
    border-bottom: 1px solid #D3D3D3;
}*/

.legalCarrito {
    /*font-size: 11px;*/
    font-size: 13px;
    font-weight:bold;
    margin-top: 16px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #D3D3D3;
}

.selectOption .input-group .input-group-text {
    background-color: #f2f4f7;
    color: #333;
}

.addSrvicios {
    padding: 15px 0;
}

.itemServicio {
    background-color: var(--color-grey-1);
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    padding: 15px;
    position: relative;
}

.itemServicio i.icon-eliminar{
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 22px;
    color: #7D7D7D;
}

.itemServicio.active{
    background-color: #D7EAFF;
}

.infoServicio {
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
    justify-content: space-between;
}

.infoServicio p {
    width: 80%;
    margin: 0;
}

.infoServicio span {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}

.itemServicio .form-check-input:checked {
    background-color: #2D8985;
    border-color: #2D8985;
}

.itemServicio .form-check label{
    font-size: 15px;
    font-weight: 600;
}

.infoCarrito {
    /*height: calc(100vh - 490px);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow-y: scroll;*/
}

.infoCarrito,
.formPagoLinea,
.ResumenDiv,
.divTallerSec,
.selectCita,
.divServices,
.talleresOptionHome,
.divProceso,
.modal-dialog-scrollable .modal-body {
    scrollbar-width: thin;
    scrollbar-color: #27509B #27509B;
    padding-right: 5px;
}

.datosTYP,
.divProceso3,
.modal-dialog-scrollable .modal-body {
    scrollbar-width: thin;
    scrollbar-color: #fff #fff;
    padding-right: 5px;
}

/* Works on Chrome, Edge, and Safari */
.infoCarrito::-webkit-scrollbar,
.formPagoLinea::-webkit-scrollbar,
.ResumenDiv::-webkit-scrollbar,
.divTallerSec::-webkit-scrollbar,
.selectCita::-webkit-scrollbar,
.divServices::-webkit-scrollbar,
.talleresOptionHome::-webkit-scrollbar,
.datosTYP::-webkit-scrollbar,
.divProceso::-webkit-scrollbar,
.divProceso3::-webkit-scrollbar,
.modal-dialog-scrollable .modal-body::-webkit-scrollbar
{
    width: 5px;
}

.infoCarrito::-webkit-scrollbar-track,
.formPagoLinea::-webkit-scrollbar-track,
.ResumenDiv::-webkit-scrollbar-track,
.divTallerSec::-webkit-scrollbar-track,
.selectCita::-webkit-scrollbar-track,
.divServices::-webkit-scrollbar-track,
.talleresOptionHome::-webkit-scrollbar-track,
.datosTYP::-webkit-scrollbar-track,
.divProceso::-webkit-scrollbar-track
.divProceso3::-webkit-scrollbar-track,
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track{
 
    background: transparent;
}

.infoCarrito::-webkit-scrollbar-thumb,
.formPagoLinea::-webkit-scrollbar-thumb,
.ResumenDiv::-webkit-scrollbar-thumb,
.divTallerSec::-webkit-scrollbar-thumb,
.selectCita::-webkit-scrollbar-thumb,
.divServices::-webkit-scrollbar-thumb,
.talleresOptionHome::-webkit-scrollbar-thumb,
.divProceso::-webkit-scrollbar-thumb,
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background-color: rgba(39, 80, 155, 0.2);
    border-radius: 20px;
    border: 3px solid transparent;
}

.datosTYP::-webkit-scrollbar-thumb,
.divProceso3::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    border: 3px solid transparent;
}

.divHoras {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 10px;
}

.itemHora {
    display: block;
    width: 31%;
    background-color: #F2F4F7;
    padding: 10px 15px;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 10px;
    margin-left: 1.1%;
    margin-right: 1.1%;
}

.itemHora.active {
    background-color: #27509b;
    color: #fff;
}

.itemTaller2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    background-color: #F2F4F7;
    padding: 10px;
    border-radius: 5px;
}

.infoSucursal {
    width: calc(100% - 35px);
    padding-left: 15px;
    padding-right: 40px;
    position: relative;
}

.infoSucursal .icon-editar,
.infoSucursal img{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    cursor: pointer;
}

.infoSucursal span {
    font-size: 15px;
    font-weight: 600;
    color: #333333;
}

.infoSucursal p{
    font-size: 13px;
    margin: 0;
}

.infoSucursal a {
    color: #27509B;
    text-decoration: none;
    font-size: 13px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 600;
}

.infoSucursal a i{
    margin-right: 10px;
}

.itemTaller2 .icon-sucursal {
    font-size: 35px;
}

.divSelect {
    margin: 30px 0 20px;
}

.itemHora.notSelect {
    opacity: 0.5;
}

.itemSucursal{
    cursor: pointer
}

.formPagoLinea {
    margin-top: 20px;
}

.formPagoLinea .form-group label{
    font-weight: 600;
    margin-bottom: 5px;
}

.formDiv,
.formDiv2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.formDiv .form-group{
    width: 48%;
}

.divMidSize{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 48%;
}

.divMidSize .form-group,
.formDiv2 .form-group{
    width: 48%;
}

.divMidSize label{
    width: 100%;
    font-weight: 600;
    margin-bottom: 5px;
}

.formPagoLinea {
    margin-top: 20px;
/*    height: calc(100vh - 160px);
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 100px;*/
}


.carritoStep01.bgBlue {
    background: transparent linear-gradient(180deg, #506FBE 0%, #27509B 100%) 0% 0% no-repeat padding-box;
}

.confirmarDiv {
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: column;*/
    justify-content: center;
    height: 100%;
    align-items: baseline;
    padding-bottom: 25px;
}

/*.datosTYP {
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}*/

.datosTYP ul {
    list-style: none;
    padding: 0;
}

.datosTYP ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5px;
}

.infoConfirmacion p span{
    font-size: 15px;
}

.detalleTxt{
    font-size: 15px !important;
    border-bottom: 2px solid #fff;
    width: 155px;
    margin: 10px auto 15px;
}

.datosTYP ul li span {
    margin: 0;
}

.datosTYP ul li span:first-child {
    font-size: 15px;
    width: 35%;
    text-align: right;
    display: block;
    padding-right: 10px;
}

.datosTYP ul li span font{
    text-align: left;
        margin: 0;
    font-size: 14px;
}

.datosTYP ul li span:last-child {
    font-weight: normal;
    width: 65%;
    display: block;
    text-align: left;
    padding-left: 10px;
    font-size: 15px;
}

.divImgConfirma img {
    width: 180px;
}

.finConfirmar p {
    color: #fff;
    margin: 00;
    font-size: 15px;
}

.finConfirmar p a {
    color: #fff;
    text-decoration: none;
    margin-left: 3px;
}

.infoConfirmacion {
    text-align: center;
}

.infoConfirmacion span {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.infoConfirmacion font {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
}

.infoConfirmacion p {
    color: #fff;
    font-size: 15px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.infoConfirmacion .button {
    margin: 20px 0;
    background-color: #fff;
    color: #27509B;
    font-weight: 600;
}

.infoConfirmacion i{
    font-size: 100px;
    color: #fff;
}

.totalCarito.pago a{

    /*width: 48%;*/
    /*edw jun 2023*/
    width:100%;
}

    .totalCarito.pago a:first-child {
        /*edw jun 2023*/
        background-color: #27509B;
        color: #fff;
        /*    background-color: #fff;
    color: #27509B;*/
        border: 1px solid #27509B;
    }

.btnCollapse{
    color: #333333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.itemC.servicioItem .detalleItem {
    width: calc(100% - 165px);
    padding-left: 10px;
    padding-right: 10px;
}

.itemC.servicioItem .detalleItem p {
    font-size: 13px;
    margin: 0;
}

.itemC.servicioItem .selectOption span {
    font-size: 16px;
    padding-right: 0;
}
.itemC.servicioItem .detalleItem .input-group {
    width: 130px;
    margin-top: 1rem;
}
.itemC.servicioItem  .selectOption {
    width: 85px;
}
.collapseServicios {
    border-bottom: 1px solid #D3D3D3;
}

.ResumenDiv {
    height: calc(100vh - 270px);
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 20px;
}

/*.divTallerSec {
    height: calc(100vh - 430px);
    overflow-x: hidden;
    overflow-y: scroll;
}*/

.divMapa{
    position: relative;
}

.itemTaller2 .icon-res_fecha-img {
    font-size: 30px;
}

.divMapa i {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #fff;
    font-size: 20px;
    padding: 5px;
    cursor: pointer;
}

.detalleMapa {
    height: calc(100vh - 100px);
    position: relative;
}

.detalleMapa i {
    position: absolute;
    right: 20px;
    top: 10px;
    background-color: #fff;
    font-size: 17px;
    padding: 8px;
    cursor: pointer;
}

.divStockMap2{
    display: none;
}

.tarjetaMapa .icon-cerrar {
    position: absolute;
    right: 10px;
    top: 5px;
    background-color: #fff;
    font-size: 15px;
    padding: 5px;
    cursor: pointer;
}

.tarjetaMapa {
    position: absolute;
    top: 100px;
    background-color: #fff;
    width: 80%;
    right: 20px;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.tarjetaMapa span {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.tarjetaMapa a{
    margin-top: 15px;
}

.divStockMap2 .alertCarrito {
    margin-top: 10px;
}

.infoCitaCarrito {
    border-top: 1px solid #D3D3D3;
    padding-top: 10px;
}

.sectionCarrito {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.imgCarrito {
    width: 50px;
    margin-bottom: 20px;
}

.button.primary.addSer {
    background-color: #EBEBEB;
    color: #000;
}

.card-services .button span{
    display: flex;
    align-items: center;
}

.card-services .button.primary.addSer span {
    display: none;
}

.card-services .button.primary font {
    display: none;
}

.card-services .button.primary.addSer font {
    display: block;
}

.bannerLlantas {
    height: calc(100vh - 100px);
    width: calc(100% - 450px);
    padding: 50px;
    border-radius: 5px;
    position: relative;
}

.bgCarrito {
    background-image: url(/assets/img/default_banner-carrito.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-position-x: center;
    background-position-y: bottom;
}

.linkMovil{
    display: none;
}

.selectCita {
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100vh - 220px);
    padding-bottom: 30px;
}

.buttons2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}

.buttons2 a{
    width: 48%;
}

/*.divServices{
    height: calc(100% - 130px);
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 30px;
}*/

.itemC.servicioItem i.icon-eliminar {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 22px;
    color: #7D7D7D;
}

.agendarCita.itemsCarritos {
    border-bottom: none;
    margin-top: 1rem;
}

.agendarCita .itemC.servicioItem {
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 10px;
}

.barraProceso {
    position: absolute;
    bottom: 55px;
    height: 10px;
    width: 100%;
    left: 0;
    background-color: #ebebeb;
}

.barraProceso span{
    display: block;
    background-color: #27509b;
    height: 5px;
}

.barraProceso span.width30{
    width: 33.3%;
}

.barraProceso span.width60{
    width: 66.6%;
}

.barraProceso span.width50{
    width: 50%;
}

.barraProceso span.width25{
    width: 25%;
}

.barraProceso span.width75{
    width: 75%;
}

/*datepicker*/
.fechaDato {
    margin: 15px 0;
}

.fechaDato .input-group{
    border: none !important;
}

.fechaDato .input-group span {
    background-color: #f2f4f7;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    position: absolute !important;
    font-size: 21px !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.gj-datepicker-bootstrap [role=right-icon] button {
    width: 50px !important;
    position: relative !important;
    border: none !important;
    height: 50px !important;
}

.gj-button, .gj-button-md, .gj-cursor-pointer {
    color: #27509b !important;
}

.divMapaSlect {
    margin-top: 30px;
}

.divMapaSlect .input-group {
    border: none;
}

.itemC.itemSucursal {
    border-bottom: 1px solid #D3D3D3;
    padding: 7px 10px;
    margin: 0;
}

.itemC.itemSucursal.active {
    background-color: #D7EAFF;
}

.btnStock span {
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    /*width: 90px;*/
    width: 145px;
    text-align: center;
    justify-content: center;
}

.btnStock span.stock02 {
    background-color: #EBEBEB;
}

.btnStock span.stock01 {
    background-color: #FCE500;
}

.btnStock span.stock01 i {
    margin-right: 5px;
    margin-top: 4px;
}

.talleresOption .itemC:first-child {
    border-top: 1px solid #D3D3D3;
}

.itemC.itemSucursal .detalleItem p {
    font-size: 13px;
    margin-bottom: 7px;
}

.talleresOptionHome {
    max-height: 360px;
    overflow-x: hidden;
    overflow-y: scroll;
}


.txtBanner {
    color: #fff;
    position: absolute;
    top: 150px;
    font-size: 45px;
    left: 150px;
    padding-right: 150px;
    line-height: 46px;
}


/*error 404*/

.pag404 {
    height: 75vh;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.img404 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.img404 span {
    color: #D6D6D6;
    font-size: 300px;
    font-style: italic;
}

.img404 img {
    position: absolute;
    bottom: 30px;
}

.pag404 .btn.btn-red {
    width: auto;
}


@media (max-width: 991px) {

    .txtBanner {
        left: 100px;
        padding-right: 100px;
        top: 220px;
        font-size: 32px;
    }

    .menuDiv {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 100%;
        padding: 0 !important;
        margin: 0;
        z-index: 3;
        width: 100%;
        height: 100vh;
        transform: translate3d(0,0,0);
        transition: right .4s ease-in-out .1s;
        background-color: #27509B;
        transform: translate3d(0px, 0px, 0px);
        color: #fff;
        display: flex;
        flex-direction: column;
    }

    .menuDiv.open{
        right: 0;
    }

    .menuDiv a {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
        margin-bottom: 0;
        padding: 40px 30px 0;
    }

    .btnVerMas {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
        margin-bottom: 0;
        padding: 40px 30px 0;
    }

    .menuDiv a:first-child{
        padding: 50px 30px 25px;
    }

    .menuDiv a:hover{
        color: #fff;
    }

    .menuDiv a.active {
        color: #fff;
    }

    .menuDiv .itemVerMas .dropdown-menu {
        background-color: #27509B;
        border: none;
    }
    .menuDiv .itemVerMas .dropdown-item {
        color: #fff !important;
        padding: 10px 30px;
    }

    .headMovil {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 30px 30px;
        background-color: #fff;
    }

    .headMovil img{
        width: 160px;
    }

    .headMovil i {
        font-size: 20px;
        font-weight: 700;
        color: #000;
    }

    .menuHam {
        display: block;
    }

    .menuHam i{
        font-size: 25px;
    }


    .linkMovil {
        display: block;
        position: relative;
        display: flex;
        align-items: center;
    }

    .linkMovil i{
        margin-right: 10px;
    }

    .linkMovil span{
       background-color: #F5452E;
        color: #fff;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
        position: absolute;
        bottom: 3px;
        font-size: 12px;
        right: 60px;
        padding: 5px;
    }

    .linkWeb2{
        display: none;
    }

}

@media (max-width: 991px) {

    .menuDiv {
        padding: 50px 30px;
    }

}


@media (max-width: 768px){

    .InfoDist {
        width: calc(100% - 130px);
    }
   
    .divFooter {
        width: 48%;
        margin-bottom: 20px;
    }

    .divContacto {
        width: 48%;
        margin-left: 0;
    }

    .contenFooter {
        padding: 0 15px;
    }

    .bannerLlantas{
        display: none;
    }

    .sectionCarrito {
        justify-content: flex-end;
    }

    /*error404*/
    .img404 span {
        font-size: 250px;
    }

    .img404 {
        width: 100%;
    }

}

@media (max-width: 575px) {

    .divFooter {
        width: 100%;
        margin-bottom: 0;
        text-align: center;
    }

    .linkFin a,
    .finFooter p {
        font-size: 16px;
        display: block;
    }

    .divContacto ul {
        justify-content: center;
    }

    .divContacto .linkTel {
        display: inline-flex;
    }

    .divContacto {
        width: 100%;
        text-align: center;
    }

    .finFooter {
        padding-top: 25px;
    }

    .carritoStep01 {
        width: 100%;
    }

    .divCarritoSec{
        width: 100%;
    }

    .totalCarito {
        bottom: unset;
        position: relative;
        box-shadow: none;
        padding: 0;
    }

    .divProceso {
        height: auto;
        padding-bottom: 0;
        padding-right: 0;
        overflow-y: auto;
    }

    .barraProceso {
        position: relative;
        bottom: unset;
        height: 5px;
    }

    .selectCita {
        overflow-x: unset;
        overflow-y: unset;
        height: auto;
        padding-bottom: 30px;
        padding-right: 0;
    }

    .ResumenDiv {
        overflow-x: unset;
        overflow-y: unset;
        height: auto;
        padding-right: 0;
    }

    .infoCitaCarrito {
        padding-bottom: 30px;
    }

    .pag404 {
        height: 80vh;
        padding: 25px;
        text-align: center;
    }

    .img404 img {
        width: 260px;
    }

    .img404 span {
        font-size: 230px;
    }

}


/*loadincarritos*/

.hiddenload {
    display: none;
}

.b2c-loader.hiddenload {
    position: absolute;
    top: 409px;
    left: 37%;
    margin: auto;
}

.b2c-loader--spinner:after {
    animation: dual-ring-loader 1.2s linear infinite;
    border-color: #27509b transparent;
    border-radius: 50%;
    border-style: solid;
    border-width: 6px;
    content: "";
    display: block;
    height: 64px;
    margin: 8px;
    width: 64px;
}

.b2c-loader--spinner {
    display: inline-block;
    height: 80px;
    width: 80px;
}

.apos-slideshow .apos-slideshow-item h4 {
    position: absolute
}

.apos-slideshow .apos-slideshow-item img {
    display: block;
    width: 100%
}

.dark-background {
    color: #fff
}

    .dark-background .light-background {
        color: #333
    }

@media screen and (min-width:1280px) {
    .b2c-body__main-content {
        margin-top: 5.6rem
    }
}

.apos-field-help {
    display: block
}

.b2c-loader {
    text-align: center
}

.b2c-loader--spinner {
    display: inline-block;
    height: 80px;
    width: 80px
}

    .b2c-loader--spinner:after {
        animation: dual-ring-loader 1.2s linear infinite;
        border-color: #27509b transparent;
        border-radius: 50%;
        border-style: solid;
        border-width: 6px;
        content: "";
        display: block;
        height: 64px;
        margin: 8px;
        width: 64px
    }

.b2c-loader-failure {
    align-items: baseline;
    color: #c90000;
    display: flex;
    flex-flow: row;
    font-weight: 700;
    justify-content: center;
    line-height: 2.5rem
}

.b2c-loader-failure--icon_wrapper {
    align-content: center;
    background-color: #c90000;
    border-radius: 100%;
    display: grid;
    height: 24px;
    justify-content: center;
    margin-right: 8px;
    width: 24px
}

.b2c-loader-failure--icon {
    fill: #fff;
    background-color: #c90000;
    border-radius: 100%;
    height: 12px;
    width: 12px
}

@keyframes dual-ring-loader {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.b2c-round-button {
    border-radius: 2rem;
    height: 4rem;
    width: 4rem
}

    .b2c-round-button svg {
        height: 1.6rem;
        width: 1.6rem
    }

@keyframes spinning-animation {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

.apos-modal .apos-image-widget-image-title, .dgad-accordion .apos-image-widget-image-title {
    visibility: hidden
}

@keyframes loading {
    0% {
        width: 100%
    }

    to {
        width: 0
    }
}

@keyframes blinking {
    50% {
        opacity: 0
    }
}

.b2c-atomic-tooltip {
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 0;
    position: relative
}

.b2c-atomic-tooltip__container {
    align-items: center;
    display: inline-flex;
    justify-content: center
}

.tippy-box[data-theme~=b2c-experience] a {
    color: #fff;
    text-decoration: underline
}

.checkout-test-bar-inner {
    position: absolute;
    background: #f05050;
    padding: 8px 15px;
    width: 100%;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .dropdown-menu {
        max-height: 200px; /* Altura máxima del menú desplegable en dispositivos móviles */
        overflow-y: auto; /* Agregar barra de desplazamiento vertical si el menú es largo */
    }

    .dropdown-item {
        padding: 10px; /* Espaciado interno para que sea fácil de tocar en pantallas táctiles */
    }

    .coloritem{
        color:black !important; 
    }
}