a {
    text-decoration: none !important;
}

.header {
    background: #fff;
    width: 100%;
    position: fixed;
    z-index: 1000;
}

.nav-div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    position: relative;
    border-bottom: 1px solid #c6c6c6;
}

.nav-logo {
    width: 300px;
}

.nav-div2 {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-nav {
    border-radius: 20px !important;
    background: #f5f2ee;
    border: none !important;
}

.input-group {
    position: relative;
}

.input-group .form-control {
    padding-right: 40px;
}

.input-group-text {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0;
}

.img-search-icon {
    width: 15px;
    height: auto;
}

.nav-div3 {
    margin-left: 15px;
    position: relative;
}

#buscadorProductos {
    width: 300px;
    max-height: 300px;
    background: #fff;
    position: absolute;
    top: 90px;
    right: 60px;
    display: none;
    overflow-y: scroll;
    z-index: 1000 !important;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#buscadorProductos.visible {
    display: block;
}

#buscadorProductos::-webkit-scrollbar {
    width: 8px;
}

#buscadorProductos::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

#buscadorProductos::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

#buscadorProductos::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.producto-buscado {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0 !important;
}

.producto-buscado:last-child {
    border-bottom: none;
}

.img-buscado {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 10px;
    background: #f6f3ef;
}

.producto-buscado div {
    flex: 1;
}

.producto-buscado p {
    margin: 0;
    font-size: 0.8rem;
    color: #333;
    ;
}

.producto-buscado p:first-child {
    font-weight: 600;
}

.btn-car {
    background: #f5f2ee;
    border: none !important;
    border-radius: 15px;
    padding: 5px 15px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.img-carrito {
    width: 22px;
}

.label-carrito {
    position: absolute;
    top: -15px;
    right: -5px;
    background: #ff0000;
    color: #fff;
    border-radius: 50%;
    padding: 0px 5px;
}

.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    width: 100%;
    border-bottom: 3px solid #e1d6d2;
}

.nav-ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
}

.nav-ul li a {
    margin: 0 20px;
    color: #011961;

}

.nav-ul li a:hover {
    color: #000000;
}

.nav-div4 {
    background: #011961;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-p {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0 !important;
}

.nav-div5 {
    margin: 0 40px;
}

.nav-a2 {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 300;
    margin: 0 !important;
}

.one-section {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}

.os-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 10%;
}

.os-p {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3.4rem;
    font-weight: 600;
    text-align: center;
    white-space: pre-line;
    filter: drop-shadow(0 0 5px #000);
    line-height: 1;
}


.two-section {
    background: #f9f7f4;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    padding-bottom: 10%;
}

.ts-div {
    width: 100%;
    margin-top: 5%;
    overflow: hidden;
}

.ts-p {
    font-size: 1.5rem;
    font-weight: 400;
    color: #000;
    margin-left: 10%;
}

.ts-div2 {
    width: 80%;
    margin: 0 auto;
}

#categorias-row {
    margin-top: 30px;
}

.cmd {
    position: relative;
    padding: 0 !important;
}

.ts-img {
    width: 100%;
    height: 252px;
    object-fit: cover;
}

.ts-p2 {
    color: #fff;
    font-size: 2rem;
    position: absolute;
    bottom: 5px;
    left: 20px;
    font-weight: 600;
    filter: drop-shadow(0 0 5px #00000060);
}


.three-section {
    background: #fff;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-bottom: 10%;
}

.ths-div {
    width: 100%;
    margin-top: 5%;
}

.ths-p {
    font-size: 1.5rem;
    font-weight: 400;
    color: #000;
    margin-left: 10%;
}

.ths-div2 {
    width: 80%;
    margin: 5% auto;
}

.ths-img {
    width: 100%;
    height: 320px;
    background: #F2EEE7;
    padding: 20px;
    object-fit: cover;
}

.ths-p2 {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0 !important;
}

.ths-p3 {
    color: #000;
    font-size: .9rem;
    font-weight: 300;
    margin: 0 !important;
    width: 90%;
}

.cmd3 {
    margin: 20px 0;
}

.btn-custom {
    background: #011961;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
}

.btn-custom:hover {
    background: #fff;
    color: #011961;
    border: 1px solid #011961;
}


.four-section {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-bottom: 5%;
}

.fs-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.fs-p {
    position: absolute;
    top: 50%;
    left: -100%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 4rem;
    font-weight: 600;
    white-space: nowrap;
    animation: slideText 10s linear infinite;
}

.fs-span {
    font-size: 2rem;
}

@keyframes slideText {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

.five-section {
    background: #fff;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-bottom: 10%;
}

.fis-div {
    width: 100%;
    margin-top: 5%;
}

.fis-p {
    font-size: 1.5rem;
    font-weight: 400;
    color: #000;
    margin-left: 10%;
}

.fis-div2 {
    width: 80%;
    margin: 5% auto;
}

.carousel-indicators [data-bs-target] {
    background-color: #000 !important;
}

.fis-div3 {
    position: relative;
    background: linear-gradient(to bottom, #fff 75%, #f9f7f4 25%);
    border-radius: 5px;
    padding: 20px 20px 10px;
    filter: drop-shadow(0 0 5px #00000060);
    width: 95%;
    margin: 0 auto;
}

.fis-img {
    width: 100%;
    height: 90px;
    padding: 10px;
}

.fis-p2 {
    color: #000;
    margin: 10px 0 0 !important;
    text-align: right;
}


.fis-p2:hover {
    color: #011961;
}

.carousel-control-next {
    margin-right: -10%;
}

.carousel-control-prev {
    margin-left: -10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: none;
}

.carousel-control-prev i,
.carousel-control-next i {
    color: black;
    font-size: 2rem;
}

.carousel-indicators {
    bottom: -50px;
}

.six-section {
    background: #f9f7f4;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    padding-bottom: 5%;
}

.ss-div {
    width: 100%;
    margin-top: 5%;
}

.ss-p {
    font-size: 1.5rem;
    font-weight: 400;
    color: #000;
    margin-left: 10%;
}

.ss-div2 {
    width: 80%;
    margin: 5% auto;
}

.ss-img {
    width: 100%;
    height: 320px;
    padding: 20px;
    object-fit: cover;
}

.ss-p2 {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 0 !important;
}

.seven-section {
    background: #fff;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 1% 0;
}

.ses-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.ses-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    margin: 0 auto;
}

.ses-p {
    font-size: 6rem;
    color: #fff;
    text-align: left;
    font-weight: 600;
}

.ses-div2 {
    color: #fff;
    font-size: 2rem;
    display: flex;
    align-items: center;
    margin: 0 !important;
    font-weight: 300;
}

.ses-a {
    color: #fff;
    margin: 0 10px;
}

.ses-a2 {
    color: #fff;
    margin: 10px 10px 0 !important;
    font-weight: 600;
    font-size: 2rem;
}

.footer {
    background: #011961;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 20px 0;
}

.footer-div {
    width: 80%;
    margin: 5% auto;
}

.footer-img {
    width: 250px;
    height: auto;
    margin: 0 auto;
}

.footer-ul {
    display: flex;
    justify-content: end;
    align-items: center;
    list-style: none;
    margin: 0;
}

.footer-ul li a {
    color: #fff;
    margin-left: 10px;
    font-size: 0.9rem;
    font-weight: 300;
}

.footer-hr {
    opacity: 1;
    background: #fff;
    height: 1px;
    border: none;
}

.footer-div2 {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.footer-a {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 300;
}

.productos-one-section {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}

.pos-img {
    margin-top: 10%;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.pos-p {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3rem;
    width: 80%;
    font-weight: 600;
    text-align: center;
}


.productos-two-section {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    padding-bottom: 10%;
}

.pts-div {
    width: 100%;
    margin-top: 5%;
}

.pts-p {
    font-size: 1.5rem;
    font-weight: 400;
    color: #000;
    margin-left: 10%;
}


.pts-div2-wrapper {
    width: 90%;
    margin-left: 10%;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    touch-action: pan-x;
    position: relative;
}

.pts-div2-wrapper::-webkit-scrollbar {
    display: none;
}

.pts-div2 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 20px 0;
}

.underline-hover {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.underline-hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10px;
    width: 0;
    background-color: #016cff;
    transition: width 0.8s ease;
}

.underline-hover:hover::after {
    width: 100%;
}

.select-img {
    border-bottom: 10px solid #016cff;
}

.pts-container {
    position: relative;
    width: 250px;
    height: 150px;
    flex-shrink: 0;
    margin-right: 20px;
    overflow: hidden;
}

.pts-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    flex-shrink: 0;
    user-select: none;
    -webkit-user-drag: none;
    position: relative;
}

.pts-p2 {
    font-size: 1.5rem;
    font-weight: 600;
    filter: drop-shadow(0 0 5px #00000060);
    color: #fff;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.pts-img2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    flex-shrink: 0;
    user-select: none;
    -webkit-user-drag: none;
    position: relative;
}

.pts-div3 {
    width: 80%;
    margin: 10% auto 0;
}

.pts-marcas,
.pts-categorias {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    border: 1px solid #bdb7b4;
    background: #f0ece4;
    padding: 10px 15px;
    width: 50%;
    cursor: pointer;
}

.pts-filtros {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    border: 1px solid #ff293e;
    background: #fff;
    padding: 10px 15px;
    width: 50%;
    cursor: pointer;
}

.pts-filtros:hover {
    background: #ff293e;
}

.pts-filtros .pts-text {
    color: #ff293e;
    text-align: center;
}

.pts-filtros:hover .pts-text {
    color: #fff;
}

#marca-list {
    margin-bottom: 5%;
}

.pts-text {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.pts-list {
    list-style: none;
    padding: 0;
    font-weight: 600;
    margin: 0 0 10px;
    cursor: pointer;
}

.pts-list:hover {
    color: #007bff;
}

.select {
    color: #007bff;
}



.pts-p3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
}

.pts-img3 {
    width: 100%;
    height: 320px;
    background: #F2EEE7;
    padding: 20px 0;
    object-fit: cover;
}


.pts-img4 {
    width: 100%;
    height: 320px;
    background: #F2EEE7;
    object-fit: cover;
}

.pts-p4 {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0 !important;
}

.pts-p5 {
    color: #000;
    font-size: .9rem;
    font-weight: 300;
    margin: 0 !important;
    width: 90%;
}

.paginador {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.paginador-boton,
.paginador-flecha {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    color: #333;
    padding: 10px 15px;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.paginador-boton.activo {
    background-color: #011961;
    color: #fff;
}

.paginador-boton:hover,
.paginador-flecha:hover {
    background-color: #011961;
    color: #fff;
}

.detalles-producto-one-section {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 12% 0 10%;
}

#imagenes-producto {
    padding: 0 !important;

}

.cmd-custom {
    padding: 0 !important;
    height: 400px !important;
}

.color-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
    filter: drop-shadow(0 0 4px #00000060);
    cursor: pointer;
}

.color-circle.selected {
    border: 5px solid #0199ff;
}

.dpos-div {
    margin-left: 15%;
    padding-left: 10px;
    width: 50%;
    overflow: hidden;
}


.dpos-div2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.dpos-p {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
}

.dpos-p2 {
    font-size: 1rem;
    font-weight: 400;
    color: #011961;
    background: #f5f2ee;
    padding: 0 20px;
    border-radius: 10px;
    text-transform: uppercase;
}

.dpos-p3 {
    font-size: 0.9rem;
    color: #000;
}

.dpos-p4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
}

.dpos-p5 {
    font-size: 0.9rem;
    color: #000;
    font-weight: 600;
    margin-top: 20px;
}

.btn-mas,
.btn-menos {
    background: #f5f2ee;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    color: #000;
    font-weight: 700;
}

.btn-mas {
    margin-left: -5px;
}

.input-cantidad {
    width: 90px;
    padding: 5px 10px;
    text-align: center;
    border: none;
    background: #f5f2ee;
    margin-left: -5px;
}


.btn-agregar {
    background: #011961;
    color: #fff;
    border: none;
    padding: 5px 30px;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 50px;
    font-weight: 600;
    font-size: 0.9rem;
}

.img-carrito2 {
    width: 18px;
    margin-right: 15px;
}

.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detalles-producto-two-section {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 5% 0;
}

.dpts-div {
    width: 100%;
}

.dpts-p {
    font-size: 1.5rem;
    font-weight: 400;
    color: #000;
    margin-left: 10%;
}

.dpts-div2-wrapper {
    width: 90%;
    margin-left: 10%;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    touch-action: pan-x;
    position: relative;
}

.dpts-div2-wrapper::-webkit-scrollbar {
    display: none;
}

.dpts-div2 {
    display: flex;
    flex-wrap: nowrap;
    align-items: start;
    margin: 20px 0;
}

.dpts-container {
    position: relative;
    width: 150px;
    flex-shrink: 0;
    margin-right: 20px;
    overflow: hidden;
    user-select: none;
}


.dpts-img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    cursor: pointer;
    flex-shrink: 0;
    user-select: none;
    -webkit-user-drag: none;
    position: relative;
}


.carrito-one-section {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 15% 0;
}

.cos-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.cos-p {
    font-size: 1.5rem;
    font-weight: 400;
    color: #000;
}

.cmd8 {
    padding-left: 5%;
}

.cos-div {
    margin-top: 5%;
}

.cmd4 {
    position: relative;
    margin-bottom: 20px;
}

.btn-delate {
    background: transparent;
    border: 1px solid #181c18;
    padding: 1px 10px;
    border-radius: 5px;
    color: #181c18;
    cursor: pointer;
    margin-left: 30px;
}

.btn-delate:hover {
    color: #ff0000;
    border: 1px solid #ff0000;
}

.cos-img2 {
    width: 100%;
    height: 200px;
    object-fit: cover;
    background: #f8f7f6;
    padding: 5px;
}

.cos-p2,
.cos-p3 {
    margin-left: 5%;
    margin-bottom:  0 !important;
}

.cos-p2 {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
}

.cos-p3 {
    font-size: 0.9rem;
    font-weight: 300;
    color: #000;
    width: 40%;
}

.col-md-9 p {
    width: 40% !important;
    margin-left: 5%;
}

.col-md-9 p span {
    font-weight: 300 !important;
    font-size: 0.9rem !important;
    color: #000 !important;
}

#form-cotizacion {
    margin-left: 5%;
    background: #f8f7f6;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    height: 600px;
}

.btn-enviar {
    background: #011961;
    color: #fff;
    border: none;
    padding: 5px 30px;
    border-radius: 20px;
    cursor: pointer;
    margin: 50px auto;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

.form-control {
    border: 1px solid #fff;
}

.form-p {
    font-size: 1.5rem;
    color: #000;
    text-align: center;
}

.cos-div2{
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 20px;
}

.cos-div2 .cos-p3{
    width: auto !important;
}

.btn-increment:hover{

    color: #198754;
}

.btn-decrement:hover{

    color: #dc3545;
}
/* medias */

@media screen and (min-width:1100px) and (max-width:1350px) {
    .nav-logo {
        width: 250px;
    }

    .os-p {
        font-size: 3rem;
        width: 80%;
    }

    .ts-img {
        height: 160px;
    }

    .ths-img {
        height: 200px;
    }

    .fis-img {
        height: 60px;
    }

    .ss-img {
        height: 200px;
    }

    .ss-p2 {
        margin-left: 0;
    }

    .ses-p {
        font-size: 4rem;
    }

    .ses-a2 {
        font-size: 1.4rem;
        white-space: nowrap;
    }

    .footer-img {
        width: 200px;
    }

    .pts-categorias {
        padding: 5px 10px;
    }

    .pts-img3 {
        height: 200px;
    }

    .cmd-custom {
        height: 300px !important;
    }

    .detalles-producto-one-section {
        padding: 17% 0 10%;
    }

    .carrito-one-section {
        padding: 20% 0 10%;
    }

    .cos-img2 {
        height: 160px;
    }
}

@media screen and (min-width:900px) and (max-width:1099px) {
    .nav-logo {
        width: 200px;
    }

    .nav-div2 {
        right: 40px;
    }

    .nav-div3 {
        margin-left: 10px;
    }

    .nav-div5 {
        margin: 0 20px;
    }

    .navbar {
        padding: 20px 0;
    }

    .input-group .form-control {
        width: 150px !important;
    }

    #buscadorProductos {
        right: 0px;
    }

    .nav-p {
        font-size: 0.8rem;
    }

    .nav-a2 {
        font-size: 0.8rem;
    }

    .os-img {
        margin-top: 20%;
    }

    .os-p {
        font-size: 2rem;
        width: 80%;
    }

    .ts-img {
        height: 160px;
    }

    .ts-p {
        font-size: 1.2rem;
    }

    .ts-p2 {
        font-size: 1.5rem;
    }

    .ths-img {
        height: 160px;
    }

    .ths-p {
        font-size: 1.2rem;
    }

    .ths-p2 {
        font-size: 1.2rem;
    }

    .ths-p3 {
        font-size: 0.8rem;
    }

    .fs-p {
        font-size: 2rem;
    }

    .fis-p {
        font-size: 1.2rem;
    }

    .fis-p2 {
        font-size: .9rem;
    }

    .fis-p2:hover {
        font-size: 1.5rem;
    }

    .fis-div3 {
        padding: 20px 20px 10px;
        background: linear-gradient(to bottom, #fff 70%, #f9f7f4 30%);
    }

    .fis-img {
        height: 50px;
    }

    .carousel-control-prev i,
    .carousel-control-next i {
        font-size: 1.5rem;
    }

    .carousel-indicators {
        bottom: -40px;
    }

    .ss-p {
        font-size: 1.2rem;
    }

    .ss-img {
        height: 200px;
    }

    .ss-p2 {
        font-size: 1rem;
        margin-left: 0;
    }

    .ses-p {
        font-size: 3rem;
    }

    .ses-div2 {
        font-size: 1.5rem;
    }

    .ses-a2 {
        font-size: 1rem;
        white-space: nowrap;
    }

    .footer-img {
        width: 150px;
    }

    .pos-img {
        margin-top: 20%;
    }

    .pos-p {
        font-size: 2rem;
    }

    .pts-container {
        width: 220px;
        height: 120px;
    }

    .pts-marcas,
    .pts-categorias {
        padding: 5px 10px;
        width: 70%;
    }

    .pts-img3,
    .pts-img4 {
        height: 200px;
    }

    .pts-p {
        font-size: 1.2rem;
    }

    .pts-p3 {
        font-size: 1rem;
    }

    .pts-p4 {
        font-size: 1rem;
    }

    .pts-p5 {
        font-size: 0.8rem;
    }

    .detalles-producto-one-section {
        padding: 21% 0 10%;
    }

    .cmd-custom {
        height: 250px !important;
    }

    .dpos-div {
        width: 70%;
    }

    .carrito-one-section {
        padding: 22% 0 10%;
    }

    .cos-img2 {
        height: 130px;
    }

    #form-cotizacion {
        height: 580px;
    }

}

@media screen and (min-width:768px) and (max-width:899px) {

    .nav-logo {
        width: 180px;
    }

    .input-nav {
        width: 120px !important;
    }

    #buscadorProductos {
        right: 0px;
    }

    .os-img {
        margin-top: 20%;
    }

    .os-p {
        font-size: 2rem;
    }

    .ts-img {
        height: 140px;
    }

    .ts-p2 {
        font-size: 1.5rem;
    }

    .ths-img {
        height: 150px;
    }

    .fs-p {
        font-size: 2rem;
    }

    .fis-div3 {
        background: linear-gradient(to bottom, #fff 70%, #f9f7f4 30%);
        padding: 15px 15px 10px;
    }

    .fis-p2 {
        font-size: .7rem;
    }

    .fis-img {
        height: 50px;
    }

    .ss-img {
        height: 150px;
        padding: 0;
    }

    .ss-p2 {
        margin-left: 0;
    }

    .ses-p {
        font-size: 3rem;
    }

    .ses-div2 {
        font-size: 1rem;
    }

    .ses-a2 {
        font-size: .9rem;
        white-space: nowrap;
    }

    .footer-img {
        width: 150px;
    }

    .pos-img {
        margin-top: 20%;
    }

    .pos-p {
        font-size: 2rem;
    }

    .pts-container {
        width: 200px;
        height: 100px;
    }

    .pts-marcas,
    .pts-categorias {
        padding: 5px 10px;
        width: 80%;
        cursor: pointer;
    }

    .pts-text {
        font-size: 0.9rem;
    }

    .pts-img3,
    .pts-img4 {
        height: 150px;
        padding: 0;
    }

    .detalles-producto-one-section {
        padding: 22% 0 10%;
    }

    .cmd-custom {
        height: 200px !important;
    }

    .img-fluid {
        padding: 0 20px;
    }

    .dpos-div {
        width: 75%;
    }

    .carrito-one-section {
        padding: 30% 0 10%;
    }

    #form-cotizacion {
        height: 560px;
    }

    .cos-img2 {
        height: 120px;
    }

}

@media screen and (max-width:767px) {
    .nav-div4 {
        display: none;
    }

    .nav-div {
        flex-direction: column;
    }

    .nav-logo {
        width: 150px;
    }

    .nav-div2 {
        position: relative;
        transform: none;
        right: 0;
        top: 0;
        margin-top: 20px;
    }

    #buscadorProductos {
        top: 130px;
        right: 0;
        left: 20px;
    }

    .nav-ul {
        width: 100%;
        padding: 0 !important;
    }

    .nav-a {
        margin: 0 5px !important;
        font-size: 0.8rem;
    }

    .os-img {
        height: 300px;
        margin-top: 195px;
    }

    .os-p {
        top: 68%;
        font-size: 1.5rem;
        width: 90%;
    }

    .ts-img {
        height: 150px;
    }

    .ths-img {
        height: 250px;
    }

    .fs-img {
        height: 300px;
    }

    .fs-p {
        font-size: 2rem;
    }

    .five-section {
        height: 900px;
    }

    .ss-p2 {
        margin-left: 0;
    }

    .ses-img {
        height: 400px;
    }

    .ses-div {
        width: 90%;
    }

    .ses-p {
        font-size: 3rem;
        text-align: center;
    }

    .ses-div2 {
        justify-content: center;
        font-size: 1.2rem;
    }

    .ses-a2 {
        font-size: 1rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-div {
        width: 95%;
    }

    .footer-img {
        width: 150px;
        margin-bottom: 20px;
        display: block;
    }

    .footer-ul {
        justify-content: center;
        padding: 0 !important;
    }

    .footer-ul li a {
        margin-left: 0px;
        margin-right: 5px;
    }

    .footer-div2{
        width: 90%;
    }

    .footer-a{
        font-size: 0.6rem;
    }

    .pts-container{
        width: 200px;
        height: 100px;
    }

    .cmd-custom{
        height: 350px !important;
    }

    .detalles-producto-one-section{
        padding: 200px 0 10%;
    }

    .dpos-div{
        width: 70%;
    }

    .carrito-one-section{
        padding: 200px 20px 10%;
    }

    #form-cotizacion{
        margin-left: 0;
        height: 600px;
    }

    #nombre{
        margin-bottom: 20px;
    }

    .cos-img2{
        height: 100%;
    }

}