.custom-scrollbar::-webkit-scrollbar {
    width: 10px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #282828;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #1b2637;
}

/* navbar */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.nav-gris {
    background-color: #282828;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ng-a {
    color: white;
    text-decoration: none;
    font-size: .8rem;
    font-weight: 600;
    margin: 4px 50px;
}


.navbar {
    background: #fff;
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
    width: 100%;
    padding: 10px 0 !important;
}

.nav-left,
.nav-center,
.nav-right {
    display: flex;
    align-items: center;
    position: relative;
}

.nav-center {
    justify-content: center;
}

.nav-img {
    width: 300px;
    display: block;
}

.nav-ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding: 0;
    width: auto;
    margin: 0;
}

.nav-li {
    margin: 0 30px;
}

.nav-a {
    color: #282828;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    transition: .3s;
}

.nav-search {
    background-image: url(../img/iconos/search.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 45px;
    margin-right: 40px;
    border-radius: 0px;
    background-color: #ebebeb !important;
    border: none !important;
    height: 35px;
    width: 250px;
}

#search-results {
    position: absolute;
    top: 33px;
    left: 0;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: column;
    background: #fff;
    border: 1px solid #ebebeb;
    z-index: 1000;
    width: 250px;
    max-height: 450px;
    overflow-y: auto;
}

.search-div {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 0;
    justify-content: left;
    border: 1px solid #EBEBEB;
}

.search-a {
    text-decoration: none !important;
}

.search-img {
    width: 70px;
}

.search-p {
    color: #282828;
    font-size: .8rem;
    font-weight: 700;
    text-align: left;
    width: 90%;
    margin-left: 10px;
}

.search-p2 {
    color: #07399a;
    font-size: .8rem;
    font-weight: 700;
    text-align: left;
    margin-left: 10px;
}

.nav-carrito {
    position: relative;
    margin-right: 20px;
}

.btn-car {
    background: #ee313c;
    color: #fff;
    border-radius: 200px;
    padding: 5px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    min-width: 20px;
    text-align: center;
    font-size: 0.6rem;
}

.nav-gris2 {
    background-color: #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    /* Sombra ejemplo */
}

.ng2-a {
    color: #282828;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 700;
    margin: 4px 20px;
}

/* navbar */

/* one section */
.one-section {
    width: 100%;
    height: auto;
    overflow: visible;
    position: relative;
    left: 0;
    right: 0;
    padding-top: 156px;
}

.os-img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* one section */

/* two section */
.two-section {
    width: 100%;
    height: auto;
    overflow: visible;
    position: relative;
    left: 0;
    right: 0;
    margin-top: 5%;
}

.ts-p {
    color: #282828;
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
}

.ts-card {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: end;
    background: #fff;
    border: 1px solid #ebebeb
}

.card-body {
    margin-bottom: 20px !important;
}

.ts-img {
    height: 180px;
    padding: 10px 0 0 10px;
}

.button-carrito {
    background: #fff;
    border: none;
    font-size: .9rem;
    border-radius: 20px;
    padding: 5px 10px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #1b2637;
    text-decoration: none !important;
}

.icon-black {
    color: black;
    font-size: 20px;
}

.carousel-control-next {
    right: -110px !important;
}

.ts-p2 {
    color: #282828;
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
    margin-top: 10%;
    margin-bottom: 20px;
}

.ts-p3 {
    color: #3b3b3b;
    font-size: 1rem;
    text-align: left;
    width: 80%;
    margin-bottom: 5%;
}

.ts-cmd {
    display: flex !important;
    flex-wrap: wrap !important;
}

.ts-div {
    width: 100%;
    position: relative;
}

.ts-img2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.office {
    position: absolute;
    bottom: 25px;
    right: 30px;
}

.office-p {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
    white-space: pre-line;
}

.ts-div2 {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.printing {
    position: absolute;
    bottom: 25px;
    right: 30px;
}

.printing-p {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
    white-space: pre-line;
}


.marcas-div {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 50px;
    margin: 10px;
    width: 90%;
    height: 180px;
    border: 1px solid #ebebeb;
    overflow: hidden;
}

.marcas-img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* two section */

/* three section */
.three-section {
    width: 100%;
    height: auto;
    overflow: visible;
    position: relative;
    left: 0;
    right: 0;
    background: linear-gradient(to right, #e2e4f1 50%, #fff 50%);
    margin-top: 5%;
    margin-bottom: 10%;
}

.ths-container {
    background: #fff;
    padding-left: 90px !important;
}

.ths-p {
    color: #282828;
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
    margin-top: 10%;
}

.ths-p2 {
    color: #3b3b3b;
    font-size: 1rem;
    text-align: left;
    width: 80%;
}

.ths-p3 {
    color: #3b3b3b;
    font-size: 1rem;
    text-align: left;
    width: 80%;
    margin-bottom: 10%;
}

.ths-p4 {
    color: #282828;
    font-size: 2rem;
    font-weight: 700;
    text-align: left;

}

.ths-img {
    width: 80%;
}

.ths-p5 {
    color: #282828;
    font-size: 1.2rem;
    text-align: left;
    font-weight: 700;
    margin-top: 10px;
}

.ths-p6 {
    color: #3b3b3b;
    font-size: 1rem;
    text-align: left;
}

/* three section */

/* four section */

.four-section {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    left: 0;
    right: 0;
    margin-top: 5%;
}

.fs-img {
    width: 100%;
}

.fs-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fs-p {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
}


.cao-div6 {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 20px 0;
}

.cao-img {
    width: 300px;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0 auto;
}

.cao-p7 {
    font-size: 3rem;
    font-weight: 800;
    color: #000;
}

.cao-p8 {
    font-size: 1.3rem;
    font-weight: 500;
    color: #000;
}

.cao-btn3 {
    background-color: #1b2637 !important;
    border-radius: 5px !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    padding: 5px 20px !important;
    transition: all 0.3s ease-in-out;
}

.cao-btn3:hover {
    box-shadow: 0 0 10px rgba(27, 38, 55, 0.8),
        0 0 10px rgba(27, 38, 55, 0.6),
        0 0 10px rgba(27, 38, 55, 0.4),
        0 0 10px rgba(27, 38, 55, 0.2);
}


/* four section */

/* five section */
.five-section {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    left: 0;
    right: 0;
    padding-top: 10%;
    padding-bottom: 10%;
}

.fIs-p {
    color: #282828;
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
}

.fIs-p2 {
    color: #3b3b3b;
    font-size: 1rem;
    text-align: left;
    margin-bottom: 10%;
}

/* five section */

/* footer */

footer {
    background: #282828;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 0;
}

.footer-img {
    width: 210px;
    display: block;
    margin: 20px auto;
}

.footer-div {
    display: flex;
    justify-content: center;
    align-items: start;
}

.footer-div1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 20px 0;
}

.footer-a {
    color: #fff;
    text-decoration: none;
    font-size: .9rem;
    text-align: left;
    font-weight: 700;
    margin: 4px 50px;
}

.footer-div2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 20px 0;
    width: 100%;
}

.footer-a1 {
    color: #fff;
    text-decoration: none;
    font-size: .9rem;
    text-align: left;
    margin: 4px 50px;
}


.footer-div3 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 20px 0;
    width: 100%;
}

.footer-a2 {
    color: #fff;
    text-decoration: none;
    font-size: .9rem;
    text-align: left;
    margin: 4px 50px 20px;
}

.footer-div4 {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    width: 100%;
}

.footer-a3 {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    text-align: left;
    margin: 20px 0px 4px;
    margin-right: 30px;
}

/* footer */

/* business one section */
.business-one-section {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    left: 0;
    right: 0;
    padding-top: 156px;
}

.bos-img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.bos-p {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    text-align: left;
    position: absolute;
    bottom: 40px;
    left: 137px;
}

/* business one section */

/* business two section */
.business-two-section {
    width: 100%;
    height: auto;
    overflow: visible;
    position: relative;
    left: 0;
    right: 0;
    padding: 100px 0;
}

.bts-div {
    display: flex;
    justify-content: center;
    align-items: start;
}

.bts-img {
    display: block;
    margin: 0 auto;
}

.bts-div2 {
    margin-left: 30px;
}

.bts-p {
    color: #282828;
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
}

.bts-p2 {
    color: #3b3b3b;
    font-size: .9rem;
    text-align: justify;
}

/* business two section */

/* products one section */
.products-one-section {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    left: 0;
    right: 0;
    margin: 200px 0;
}

.pos-h1 {
    color: #282828;
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
}

.pos-span {
    color: #07399a;
}

#toggleDiv {
    cursor: pointer;
    border-left: 6px solid #07399a;
    display: flex;
    justify-content: left;
    align-items: center;
    width: 80%;
    margin: 10px;
    padding: 10px;
    background: #ebebeb;
    position: relative;
}

#toggleDiv::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    border-left: 5px solid #fff
}

.pos-p {
    color: #282828;
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
    margin: 0;
    margin-left: 10px;
}

#contentDiv {
    transition: opacity 0.5s ease;
    opacity: 0;
    display: none;
}

.pos-ul {
    list-style-type: none;
}

.pos-li {
    display: flex;
    justify-content: left;
    align-items: center;
}

.pos-all {
    cursor: pointer;
    border-left: 6px solid #07399a;
    display: flex;
    justify-content: left;
    align-items: center;
    width: 80%;
    margin: 10px;
    padding: 10px;
    background: #ebebeb;
    position: relative;
}

.pos-all::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    border-left: 5px solid #fff
}

.pos-all-a {
    margin: 1px 0 0 10px;
    font-size: .9rem;
    color: #000;
    font-weight: 700;
    text-decoration: none;
}

.pos-all-a:hover {
    color: #07399a;

}

.pos-a {
    margin: 1px 0;
    font-size: .9rem;
    color: #000;
    font-weight: 700;
    text-decoration: none;
}

.pos-a:hover {
    color: #07399a;

}

.selected {
    color: #07399a !important;
}

.product-box {
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 10%;
    transition: transform 0.3s ease-in-out;
    border: 1px solid #e7e7e7;
    padding: 0 5px;
}

.product-box:hover {
    transform: translateY(-10px);
}


.product-div {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.product-img {
    height: 100%;
    padding: 25px;
}

.pos-p2 {
    color: #282828;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pos-p3 {
    color: #3a5f9d;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

.product-div2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.pos-btn {
    background: #314697;
    color: #fff;
    border-radius: 200px;
    padding: 5px;
    text-align: center;
    font-size: 0.8rem;
    margin: 5px 5px 5px 0;
    border: none;
    font-weight: 600;
    text-decoration: none !important;
}

.pos-btn2 {
    background: #282828;
    color: #fff;
    border-radius: 200px;
    padding: 5px;
    text-align: center;
    font-size: 0.8rem;
    margin: 5px;
    border: none;
    font-weight: 600;
    text-decoration: none !important;
}


.pagination-container {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 20px;
}

.pos-div {
    margin-top: 10%;
}

.pos-a2 {
    text-decoration: none !important;
    color: #3b3b3b !important;
}

.pos-a2:hover {
    text-decoration: underline !important;
    color: #3b3b3b !important;
}

.pos-a2.active {
    color: #fff !important;
    background-color: #07399a;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* products one section */

/* view product one section */
.viewproduct-one-section {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    left: 0;
    right: 0;
    margin: 200px 0;
}

.vipos-div {
    width: 90%;
    display: block;
    margin: 0 auto;
    background: #fff;
    padding: 20px 20px 50px;
    border: 1px solid #e7e7e7;
}

.vipos-div2 {
    display: flex;
    justify-content: left;
    align-items: start;
    padding: 10px;
    margin-bottom: 5%;
}

.vipos-a {
    color: #000;
    font-size: 1rem;
    text-decoration: none;
}

.vipos-i {
    margin: 0 10px !important;
}

.vipos-a:hover {
    color: #07399a;
    text-decoration: underline;
}

.vipos-div3 {
    width: 95%;
    display: block;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
}

.vipos-img {
    width: 90%;
    height: 100%;
    padding: 20px;
    display: block;
    margin: 0 auto;
}

.vipos-p {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.vipos-p2 {
    font-size: .8rem;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.vipos-hr {
    opacity: 1;
}


.vipos-p3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a4e9a;
    margin: 20px 0 40px;
}

.vipos-p4 {
    font-size: .8rem;
    font-weight: 700;
    color: #000;
    margin: 0 0 5px;
}

.vipos-p5 {
    font-size: .8rem;
    color: #000;
    margin: 0;
}

.vipos-cmd {
    position: relative !important;
}

.vipos-btn {
    background: #314697;
    color: #fff;
    border-radius: 200px;
    padding: 5px 15px 5px 10px;
    text-align: center;
    font-size: 0.9rem;
    border: none;
    font-weight: 600;
    text-decoration: none !important;
    position: absolute;
    bottom: 0;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90px;
}

/* view product one section */

/* view product two section */
.viewproduct-two-section {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    left: 0;
    right: 0;
    margin-bottom: 5%;
}

.vipts-p {
    color: #282828;
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;

}

/* view product two section */

/*  shopping cart one section */

.shoppingcart-one-section {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    left: 0;
    right: 0;
    margin: 200px 0;
}

.scos-div {
    background: #f5f5f5;
    width: 100%;
    padding: 20px;
}

.scos-p {
    color: #282828;
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
}

.scos-hr {
    background-color: #282828;
    height: 1px;
    opacity: 1;
}

.scos-div2 {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 10px;
}

.scos-img {
    width: 120px;
}

.scos-div3 {
    width: 60%;
    display: block;
    margin: 0 auto;
    padding: 10px;
}

.btns-div {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 20px;
}

.scos-div4 {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-right: 40px;
    background: #fff;
    border-radius: 5px;
    padding: 2px 10px;
}

.scos-p3 {
    text-align: left;
    margin: 0;
}

.scos-select {
    background: #0000;
    border: none;
}

.scos-btn {
    background: #00000000;
    color: #000;
    text-align: center;
    font-size: 1rem;
    border: none;
    text-decoration: none !important;
}

.scos-btn:hover {
    color: #ee313c;
    text-decoration: underline !important;
}

.scos-p4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #184b9e;
}

.scos-p5 {
    font-size: 1rem;
    color: #000;
    display: flex;
    justify-content: right;
}

.scos-form {
    width: 100%;
    margin-top: 20px;
}

.form-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-control {
    border: none !important;
    margin: 5px 5px 10px 0;
    border-radius: 0 !important;

}

.form-div2 {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 20px;
}

.scos-btn2 {
    background: #314697;
    color: #fff;
    border-radius: 200px;
    padding: 5px 10px;
    text-align: center;
    font-size: 0.9rem;
    border: none;
    font-weight: 600;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
}

/*  shopping cart one section */

/* notyf */

.notyf__ripple {
    background-color: #fff !important;
    background: #fff !important;
}

.notyf__toast--success {
    background-color: #fff !important;
    color: #000 !important;
    border-left: 5px solid #00A650 !important;
}

.notyf__toast--error {
    background-color: #fff !important;
    color: #000 !important;
    border-left: 5px solid #FF0000 !important;
}

.notyf__toast--success .notyf__message {
    color: #000 !important;
}

/* notyf */

/* screen dimensions */

@media screen and (min-width: 1200px) and (max-width:1335px) {

    .nav-img {
        width: 280px;
    }

    .btn-car {
        left: 18px;

    }

    .one-section {
        padding-top: 160px;
    }

    .carousel-control-next {
        right: -40px !important;
        width: 5% !important;
    }


    .ths-container {
        padding-left: 40px !important;
    }



}

@media screen and (min-width: 1000px) and (max-width:1199px) {

    .nav-img {
        width: 240px;
    }

    .btn-car {
        left: 18px;

    }

    .nav-carrito {
        margin-right: 25px;
    }

    .ng2-a {
        font-size: .8rem;
        margin: 4px 12px;
    }

    .one-section {
        padding-top: 145px;
    }

    .carousel-control-next {
        right: -40px !important;
        width: 5% !important;
    }

    .ts-img {
        height: 130px;
    }

    .ths-container {
        padding-left: 40px !important;
    }

    .bos-p2 {
        font-size: 1.5rem;
    }

    .bts-img2 {
        width: 80px;
    }

    .bts-p {
        font-size: 1.6rem;
    }

    .scos-div3 {
        width: 50%;
    }

}

@media screen and (min-width: 850px) and (max-width: 999px) {

    .ng-a {
        margin: 4px 40px;
    }

    .nav-img {
        width: 200px;
    }

    .btn-car {
        left: 18px;

    }

    .nav-carrito {
        margin-right: 25px;
    }

    .ng2-a {
        font-size: .7rem;
        margin: 4px 10px
    }

    .one-section {
        padding-top: 130px;
    }

    .carousel-control-next {
        right: -25px !important;
        width: 3% !important;
    }

    .ts-card {
        height: 150px;
    }

    .ts-img {
        height: 90px;
    }

    .ts-title {
        font-size: 1rem !important;
    }

    .button-carrito {
        font-size: .7rem !important;
    }

    .marcas-div {
        padding: 25px;
        height: 120px;
    }

    .ths-container {
        padding-left: 40px !important;
    }

    .ths-p5 {
        font-size: 1rem;
    }

    .fs-p {
        font-size: 2.5rem;
    }

    .business-one-section {
        padding-top: 182px;
    }

    .bos-p {
        font-size: 2rem;
        bottom: 25px;
        left: 70px;
    }

    .bos-p2 {
        font-size: 1.5rem;
    }

    .bts-img {
        width: 100%;
    }

    .bts-img2 {
        width: 70px;
    }

    .bts-p {
        font-size: 1rem;
    }

    .scos-div3 {
        width: 50%;
    }

    .footer-a,
    .footer-a1,
    .footer-a2 {
        margin: 4px 0px;
    }

    .footer-div2,
    .footer-div3 {
        margin-left: 40px;
    }

    .pos-p2,
    .pos-p3 {
        font-size: .9rem;
    }

    .pos-btn,
    .pos-btn2 {
        font-size: .6rem;
    }

    .scos-img {
        width: 100px;
    }

    .scos-p4 {
        font-size: 1rem;
        margin-top: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 849px) {

    .ng-a {
        margin: 4px 30px;
    }

    .nav-img {
        width: 180px;
    }

    .btn-car {
        left: 18px;

    }

    .nav-carrito {
        margin-right: 25px;
    }

    .ng2-a {
        font-size: .7rem;
        margin: 4px 9px
    }

    .one-section {
        padding-top: 120px;
    }

    .carousel-control-next {
        right: -25px !important;
        width: 3% !important;
    }

    .ts-card {
        height: 150px;
    }

    .ts-img {
        height: 90px;
    }

    .ts-title {
        font-size: 1rem !important;
    }

    .button-carrito {
        font-size: .7rem !important;
    }

    .marcas-div {
        padding: 25px;
        height: 120px;
    }

    .ths-container {
        padding-left: 40px !important;
    }

    .ths-p5 {
        font-size: 1rem;
    }

    .fs-p {
        font-size: 2rem;
    }

    .business-one-section {
        padding-top: 182px;
    }

    .bos-p {
        font-size: 2rem;
        bottom: 25px;
        left: 70px;
    }

    .bos-p2 {
        font-size: 1.5rem;
    }

    .bts-img {
        width: 100%;
    }

    .bts-img2 {
        width: 70px;
    }

    .bts-p {
        font-size: 1rem;
    }

    .scos-div3 {
        width: 50%;
    }

    .footer-a,
    .footer-a1,
    .footer-a2 {
        margin: 4px 0px;
    }

    .footer-div2,
    .footer-div3 {
        margin-left: 40px;
    }

    .pos-p2,
    .pos-p3 {
        font-size: .9rem;
    }

    .pos-btn,
    .pos-btn2 {
        font-size: .6rem;
    }

    .scos-img {
        width: 100px;
    }

    .scos-p4 {
        font-size: 1rem;
        margin-top: 10px;
    }

    .vipos-p {
        font-size: 1.5rem;
    }


}

@media screen and (max-width: 767px) {

    .nav-gris,
    .nav-gris2 {
        display: none !important;
    }

    .navbar {
        justify-content: center !important;
    }

    .nav-img {
        width: 150px;
    }

    .nav-li {
        margin: 10px 8px 20px;
    }

    .btn-car {
        left: 18px;

    }

    .nav-a {
        font-size: .8rem;
    }

    .nav-i {
        font-size: 1rem !important;
    }

    .nav-carrito {
        margin-right: 25px;
    }

    .ng-a {
        margin: 4px 20px;
    }

    .ng2-a {
        font-size: .6rem;
        margin: 4px 5px
    }

    .one-section {
        padding-top: 150px;
    }

    .carousel-control-next {
        right: 0px !important;
        width: 15% !important;
    }

    .icon-black {
        color: #fff;
        font-size: 20px;
    }

    .ts-card {
        height: 150px;
    }

    .ts-img {
        height: 90px;
    }

    .ts-title {
        font-size: 1rem !important;
    }

    .ts-div {
        margin: 20px 0;
    }

    .button-carrito {
        font-size: .7rem !important;
    }

    .marcas-div {
        padding: 25px;
        height: 120px;
    }

    .ths-container {
        padding-left: calc(var(--bs-gutter-x)* .5) !important;
    }

    .ths-img {
        width: 80%;
        display: block;
        margin: auto;
    }

    .ths-p4 {
        text-align: center;
    }

    .ths-p5 {
        font-size: 1rem;
    }

    .fs-img {
        height: 160px;
    }

    .fs-p {
        font-size: 1.1rem;
    }

    .business-one-section {
        padding-top: 182px;
    }

    .bos-p {
        font-size: 2rem;
        bottom: 25px;
        left: 70px;
    }

    .bos-p2 {
        font-size: 1.5rem;
    }

    .bts-img {
        width: 100%;
    }

    .bts-img2 {
        width: 70px;
    }

    .bts-p {
        font-size: 1rem;
    }

    .shoppingcart-one-section {
        margin: 200px 0 50px;
    }

    .scos-div {
        margin: 20px 0;
    }

    .scos-div2 {
        padding: 10px 0;
    }

    .scos-div3 {
        width: 55%;
    }

    .scos-img {
        width: 80px;
    }

    .scos-p4 {
        font-size: 0.9rem;
        margin-top: 11px;
        margin-left: -15px;
        white-space: nowrap;
    }

    .scos-div4 {
        margin-right: 20px;
        padding: 2px 0px;
    }

    .footer-div {
        flex-direction: column;
    }

    .footer-a,
    .footer-a1,
    .footer-a2 {
        margin: 4px 0px;
    }

    .footer-div2,
    .footer-div3 {
        margin-left: 0px;
    }

    .product-div {
        height: 200px;
    }

    .product-box {
        margin-top: 15% !important;
        margin-bottom: 0 !important;
    }

    .pos-p2,
    .pos-p3 {
        font-size: .9rem;
    }

    .vipos-div2 {
        padding: 0;
        flex-direction: column;
    }

    .vipos-a {
        font-size: .9rem;
    }

    .vipos-i {
        margin: 0 5px !important;
    }

    .pos-btn,
    .pos-btn2 {
        font-size: .6rem;
    }

}


/* screen dimensions */