@font-face {
    font-family: 'metropolisB';
    src: url('./fonts/metropolis/Metropolis-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'metropolisL';
    src: url('./fonts/metropolis/Metropolis-Light.otf') format('opentype');
}

@font-face {
    font-family: 'avenir';
    src: url('./fonts/avenir/Avenir-Medium.ttf') format('opentype');
}


.imgBanProTi {
    height: 40vh;
}

.carousel-captionPT {
    position: absolute;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.titleProdTie {
    text-align: center;
    font-size: 142px;
    font-family: 'metropolisB';
    letter-spacing: 28.4px;
    color: #E4E021;
    margin-bottom: -25px;
}

.iCar {
    font-size: 80px;
    color: #E4E021;
}

.subProdTie {
    text-align: center;
    font-size: 105px;
    font-family: 'metropolisL';
    letter-spacing: 21px;
    color: #E4E021;
    margin-bottom: -15px;
}

.espa-disenio {
    height: 50px;
}

/* .cajacon {
    border: 2px solid;
    border-color: rgb(189, 189, 189);
} */


.caja1 {
    background-color: rgb(242, 255, 239);
    text-align: center;
    padding: 10px;
    display: inline-block;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}

.caja2 {
    background-color: rgb(227, 227, 227);
    text-align: center;
    padding: 10px;
    display: inline-block;
    clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
    margin-left: -51px;
}

.flecha {
    float: left;
    position: relative;
    background-color: rgb(242, 255, 239);
}

.flecha2 {
    float: left;
    position: relative;
    background-color: rgb(227, 227, 227);
}

.flecha3 {
    float: left;
    position: relative;
    background-color: #F3F3F3;
}

.Verd {
    background-color: rgb(242, 255, 239);
    clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 10% 50%, 0% 0%);
    margin-left: -33px;
}

.Gri {
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    background-color: rgb(227, 227, 227);
}

.GriF {
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    background-color: rgb(227, 227, 227);
    margin-left: -35px;
}

.VerdF {
    background-color: rgb(242, 255, 239);
    clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 10% 50%, 0% 0%);
    margin-left: -33px;
}

.ressearch {
    top: 23% !important;
    z-index: 1;
}

.spCar {
    top: 55% !important;
}

.CatCot {
    top: 22.5% !important;
    z-index: 1;
    left: 41%;
}

@media screen and (max-width:1440px) {
    .spCar {
        top: 58% !important;
        left: 30%;
    }
}

@media screen and (max-width:1024px) {
    .spCar {
        top: 55% !important;
        left: 22%;
    }

    .CatCot {
        top: 21.5% !important;
        left: 33%;
    }
}

@media screen and (max-width:991px) {
    .CatCot {
        top: 22.5% !important;
        left: 32%;
    }
}

@media screen and (max-width:768px) {
    .CatCot {
        top: 21.5% !important;
        left: 27%;
    }

    .spCar {
        top: 55% !important;
        left: 13%;
    }
}

@media screen and (max-width:712px) {
    .CatCot {
        top: 21.5% !important;
        left: 25%;
        width: 45%;
    }
}

@media screen and (max-width:468px) {
    .iCar {
        font-size: 50px;
    }

    .CatCot {
        top: 21.5% !important;
        left: 35%;
    }
}

.caja-num {
    background-color: rgb(96, 116, 83);
    text-align: center;
    display: inline-block;
    color: white;
    border-radius: 20px;
    width: 40px;
}



.caja-num2 {
    background-color: rgb(118, 118, 118);
    text-align: center;
    display: inline-block;
    color: white;
    border-radius: 20px;
    width: 40px;
    margin-left: 10px;
}

.cot {
    display: inline-block;
    color: rgb(55, 108, 16);
    vertical-align: middle;
    margin-bottom: 0px;
}

.cot2 {
    color: rgb(134, 134, 134);
    display: inline-block;
    margin-bottom: 0px;
}


@media only screen and (max-width: 991px) {
    .cot2 {
        font-size: 15px;
    }

    .cot1 {
        font-size: 15px;
        font-weight: bold;
    }
}

.basura1 {
    color: rgb(213, 20, 20);
    font-size: 35px;
}


/*responsivo compras*/
@media only screen and (min-width: 1201px) {
    .caja-cotizar-res {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .datos-sin {
        display: none;
    }
}

@media only screen and (max-width: 920px) {
    .tabla-sin {
        display: none;
    }

    .catalNom {
        line-height: 24px;
    }

    .catalMode {
        line-height: 5px;
    }

    .catalOem {
        line-height: 5px;
    }
}

@media only screen and (min-width: 920px) {
    .tabla-con {
        display: none;
    }
}


@media only screen and (max-width: 1100px) {
    .mostrar-tarjeta {
        margin-left: 500px;
    }
}

@media only screen and (max-width: 600px) {
    .mostrar-tarjeta {
        margin-left: 400px;
    }
}

@media only screen and (max-width: 514px) {
    .mostrar-tarjeta {
        margin-left: 300px;
    }
}

@media only screen and (max-width: 400px) {
    .mostrar-tarjeta {
        margin-left: 200px;
    }
}





.cajacotizar {
    background-color: rgb(240, 240, 240);
}

.cotizar-responsivo {
    background-color: rgb(240, 240, 240);
}



.text-nombre {
    font-family: 'avenir';
    font-size: 20px;
    color: #03377E;
    text-align: center;
}

.tit-Gen-Compra {
    color: #4BA102;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
}

.text-modelo,
.text-piezas,
.text-piezas {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #585858;
}


.basuraImg {
    fill: rgb(213, 20, 20);
}

.basura1 {
    height: 55px;
}

.basura1:hover {
    cursor: pointer;
}

.cantidad-resta {
    background-color: rgb(255, 255, 255);
    border: 1px solid #E3E3E3;
    border-radius: 15px;
    width: 35px;
    height: 25px;
    font-weight: normal;
    margin: auto;
}

.cantidad-suma {
    background-color: rgb(255, 255, 255);
    border: 1px solid #E3E3E3;
    border-radius: 15px;
    width: 35px;
    height: 25px;
    font-weight: normal;
    margin: auto;
}

.cantidad-suma:hover {
    cursor: pointer;
}


.cantidad-resta:hover {
    cursor: pointer;
}

.cajacotizar2 {
    height: 10px;
}

.botecolor {
    fill: rgb(219, 75, 75);
}


.cajacarrito {
    background-color: rgb(240, 240, 240);
}

.caja-carrito-responsivo {
    background-color: rgb(240, 240, 240);
}


/*responsivo compras*/
@media only screen and (min-width: 1000px) {
    .carrito-responsivo {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    .caja-sin {
        display: none;
    }

    .cantidad-suma {
        width: 30px;
    }

    .cantidad-resta {
        width: 30px;
    }

}

@media only screen and (min-width: 1000px) {
    .ocultar-caja2 {
        display: none;
    }

}

@media only screen and (max-width: 1000px) {
    .ocultar-caja {
        display: none;
    }

}

.pedidoTabla {
    display: flex;
    align-items: center;
}

.text {
    color: #3C3C3C;
    font-weight: bold;
    text-align: center;
    height: 79px;
    line-height: 79px;
}

.textCotiz {
    color: #3C3C3C;
    font-weight: bold;
    text-align: center;
}


.cantentr {
    width: 81px;
    height: 47px;
    border-radius: 13px;
    border: 1px solid #c3c3c3;
    text-align: center;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.cajadatos {
    background-color: rgb(240, 240, 240);
}

.agregarProducto {
    margin-right: 10px;
    border-radius: 10px;
    background-color: white;
    color: rgb(181, 186, 47);
    border-color: rgb(181, 186, 47);
}


.text-enviar {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: rgb(96, 116, 83);
    margin-top: -20px;
}


.precio-total {
    text-align: center;
}

.text-label {
    color: rgb(124, 124, 124);
    text-align: justify;
    margin-left: 10px;
}

.text-label-dif {
    color: rgb(124, 124, 124);
}

.mg2 {
    padding-bottom: 20px;
}

.rfg {
    display: none;
}

.rfc {
    display: flex;
}

.def {
    display: none;
}

.dep {
    display: block;
}

.cuadroDetalleCompra {
    background-color: #E6E6E6;
    font-size: 18px;
    color: #5A5A5A;
    width: 70%;
    height: 38px;
    padding-left: 3%;
    vertical-align: middle;
    line-height: 38px;
}

svg#Capa_2 {
    height: 150px;
    fill: rgb(96, 116, 83);
    float: ce;
    cursor: pointer;
}

.text-carrito {
    text-align: left;
    font-size: 22px;
    font-family: 'avenir';
    font-weight: 500;
    color: #5A5A5A;
}
.text-carrito.tod{
    font-size: 29px;
    font-weight: bold;
}
@media screen and (max-width:468px){
    .cuadroDetalleCompra {
        width: 100%;
    }
    .text-carrito {
        text-align: center;
    }
    .cent{
        text-align: center;
        width: 100%;
    }
}