﻿
:root {
    --white: #FFFFFF;
}

.span-description {
    font: normal normal 900 16px/18px Avenir;
    letter-spacing: -0.32px;
    color: var(--white);
    width: auto !important;
}

.spnUnidad {
    font: normal normal 300 12px/18px Avenir;
    letter-spacing: -0.24px;
    color: var(--white);
}

a {
    color: transparent !important;
}

.box-item h4::first-letter {
    text-transform: uppercase;
}

.ContDescripcion label:first-letter {
    text-transform: uppercase !important;
}

.span-description:first-letter {
    text-transform: uppercase !important;
}

.image {
    box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
    border-radius: 10px;
}

.spnPrecio span {
    font: normal normal 900 20px/26px Avenir;
    letter-spacing: -0.5px;
    color: var(--white);
}

.imgLupa {
    width: 43px;
    height: 43px;
}

.img-estrellas {
    width: 55px;
    height: 10px;
}

#carousel_section_1 {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    display: flex;
}

.box-item {
    scroll-snap-align: start;
    flex: 0 0 auto;
}
/*--------------------revision*/
.MultiCarousel {
    float: left;
    overflow: hidden;
    width: 100%;
    position: relative;
}

    .MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left;
    }

        .MultiCarousel .MultiCarousel-inner .item {
            float: left;
        }

        .MultiCarousel .MultiCarousel-inner .item {
            width: 6% !important;
        }

    .MultiCarousel .leftLst, .MultiCarousel .rightLst {
        position: absolute;
        border-radius: 50%;
        top: calc(50% - 20px);
    }

    .MultiCarousel .leftLst {
        left: 0;
    }

    .MultiCarousel .rightLst {
        right: 0;
    }

        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
            pointer-events: none;
            background: var(--white);
        }

@media (max-width: 576px) {
    .container-car {
        width: 300px;
    }

    .MultiCarousel .MultiCarousel-inner .item {
        width: 3% !important;
    }
}

@media (min-width: 576px) {
    .container-car {
        width: 540px;
    }
}

@media (min-width: 768px) {
    .container-car {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .container-car {
        width: 960px;
    }

    #section3 .content-welcome {
        width: 50%;
    }

    #section7 {
        min-height: 400px;
    }
}

@media (min-width: 1200px) {
    .container-car {
        width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-car {
        width: 1320px;
    }
}

.carouselTienda {
    margin-top: 0px;
    display: grid;
    grid-template-columns: repeat(2,100%);
    overflow: hidden;
    scroll-behavior: smooth;
    overflow-x: auto;
}

    .carouselTienda section {
        width: 100%;
        position: relative;
        display: grid;
        grid-template-columns: repeat(4,auto);
        margin: 0 0;
    }

        .carouselTienda section .box-item {
            margin: 1em 3.5em;
            border: none;
            border-radius: 5px;
            margin-top: auto;
            margin-bottom: auto;
            height: auto;
            margin-bottom: 5px;
            /*box-shadow: 0 3px 10px rgb(0 0 0 / 20%);*/
            margin-top: 5px;
            width: 411px;
            height: 411px;
            padding: 15px 0 0 20px;
            transition: 250ms all;
        }

            .carouselTienda section .box-item:hover {
                margin: 0 40px auto 20px;
                transform: scale(1);
            }

.carouselCat {
    margin-top: 0px;
    /*display: grid;
    grid-template-columns: repeat(3,100%);*/
    overflow: hidden;
    scroll-behavior: smooth;
    overflow-x: auto;
}

    .carouselCat section {
        width: 100%;
        position: relative;
        width: max-content;
        display: flex;
        /*    display: grid;
        grid-template-columns: repeat(6,auto);*/
        margin: 0 0;
        flex: 0 0 auto;
    }

        .carouselCat section .box-item {
            margin: 0 .5em;
            border: none;
            border-radius: 5px;
            margin-top: auto !important;
            margin-bottom: auto !important;
            height: auto;
            margin-bottom: 5px;
            margin-top: 5px;
            padding: 15px 0 0 20px;
            transition: 250ms all;
            min-width: 16%;
            width: auto;
        }

            .carouselCat section .box-item:hover {
                margin: 0 40px auto 20px;
                transform: scale(1);
            }

.item {
    display: flex
}

.infoProducto {
    padding-top: 3%;
    height: 75%;
}

.box-item h4 {
    height: 46px;
    max-height: 46px;
    text-align: left;
    font: normal normal bold 14px/20px Roboto;
    letter-spacing: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-transform: lowercase;
    color: #F19000;
    margin-bottom: 10%;
}

    .box-item h4 a {
        color: #F19000;
        white-space: initial;
    }

        .box-item h4 a:hover {
            border-bottom: 3px solid rgba(241,144,0,1);
            cursor: pointer;
        }

@media only screen and (max-width:600px) {

    .carouselCat section button:nth-of-type(1), carouselCat section button:nth-of-type(2) {
        display: none;
    }

    .carouselTienda section button:nth-of-type(1), carouselTienda section button:nth-of-type(2) {
        display: none;
    }

    .box-item h4 {
        width: 65% !important;
        padding-left: 10px;
        padding-top: 2%;
    }

        .box-item h4 a {
            font: normal normal bold 14px/20px Roboto;
        }

    .carouselTienda section {
        width: 100%;
        position: relative;
        display: grid;
        grid-template-columns: repeat(15,auto);
    }

    .carouselCat section {
        width: 100%;
        position: relative;
        display: grid;
        /*grid-template-columns: repeat(15,auto);*/
        grid-auto-columns: max-content;
        grid-auto-flow: column;
        overflow-x: auto;
    }

    .section-img {
        width: 30% !important;
        margin-top: -45%;
    }
}

@media (max-width:1250px) {

    .section-img {
        width: auto !important;
    }
}


@media (max-width:800px) {
    .card {
        padding-left: 25px;
    }

    .bi-image, .div-img-product, .image {
        height: 95px !important;
        width: 95px !important;
    }
}

@media (max-width:700px) {

    .MiLista {
        width: 170px;
    }

    .contact {
        margin-right: 25px;
    }

    .contactBackground img {
        height: 25px;
        width: 25px;
    }

    .contactBackground span {
        font-size: 13px;
    }

    .imgbgcompras {
        width: 31px;
        height: 31px;
    }

    .imgBolsaCompras {
        margin-left: -32%;
    }

    .milistaBackground span {
        margin-top: 3px;
    }

    #divSearch {
        display: block !important;
    }
}

@media (max-width: 560px) {
    .align-image-empresa {
        display: flex;
        margin-top: -90px;
        justify-content: center;
    }

    .card {
        width: 100%;
        margin-left: 2.5%;
        padding-bottom: 10px;
    }

    .card {
        padding: 0;
        width: 100%;
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 0;
        margin-top: 45px;
        margin-bottom: 25px;
        padding-top: 10px;
        padding-left: 13px;
        padding-bottom: 10px;
        padding-right: 13px;
        font: normal normal normal 10px/11px Raleway;
    }

    .box-item {
        padding: 10px 4px 10px 13px !important;
        font: normal normal normal 10px/11px Raleway;
    }


    .item {
        margin-top: 20%;
        margin-left: 15px;
        width: auto !important;
        margin-bottom: 5%;
        min-height: 132px;
        height: auto;
    }

    .span-description {
        width: auto;
        font: normal normal 300 14px/18px Roboto;
    }

    .description {
        width: auto !important;
    }

    .section-img {
        left: 70%;
    }

    .align-stars {
        display: flex;
    }

    .MiLista {
        width: auto;
    }

    .milistaBackground {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .contact {
        margin-top: 30px;
        margin-right: 0;
        padding: 5px;
    }

    .contactBackground {
        height: 35px;
    }

        .contactBackground img {
            height: 20px;
            width: 20px;
        }

        .contactBackground span {
            font-size: 10.5px;
        }

    .section-img {
        width: 86px !important;
    }
}

@media (max-width: 460px) {
    .item {
        margin-left: 5px;
        margin-bottom: 4%;
    }

    .card {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .contactBackground {
        height: 30px;
    }

        .contactBackground img {
            height: 30px !important;
            width: 30px !important;
        }

        .contactBackground span {
            font-size: 8px;
        }

    .milistaBackground {
        width: 83px;
        height: 21px;
    }

        .milistaBackground span {
            margin-left: 30%;
        }

    .imgLupa {
        width: 36px;
        height: 36px;
    }

    .carouselTienda section .box-item {
        width: 110px;
    }

    .carouselCat section .box-item {
        width: max-content;
    }
}

@media (width:360px) {
    .image_empresa {
        margin-left: 20%;
    }
}

@media (width:320px) {
    .image_empresa {
        width: 90px !important;
        margin-left: 30%;
    }

    .imgSec7 {
        margin-top: 81%;
    }
}

@media (max-width:767px) {
    .card {
        height: auto;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width:460px) {
    .spnEmpresa {
        margin-top: 0;
        text-align: left;
        font: normal normal bold 12px/17px Helvetica;
    }

    .section-img {
        left: 64%;
    }

    .span-description {
        font: normal normal 300 12px/16px Roboto;
    }

    .carouselTienda-control-next, .carouselTienda-control-prev {
        display: none;
    }

    .carouselTienda-control-next-Cat, .carouselTienda-control-prev-Cat {
        display: none;
    }
}

a {
    color: transparent;
}

@media (max-width:280px) {
    .card {
        padding-left: 9px !important;
        width: 96% !important;
    }
}

@media (width:280px) {
    .imgSec7 {
        margin-top: 96% !important;
        width: 150px !important;
        height: 350px !important;
    }
}

@media (width:540px) {
    .imgSec7 {
        margin-top: 14% !important;
        width: 250px !important;
        height: 330px !important;
    }
}

.description {
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
    display: grid;
}

.span-description {
    width: 100%;
    overflow: visible;
    text-align: left;
}

.spnEmpresa {
    overflow: hidden;
    text-align: left;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: rgba(0,0,0,1);
    font: normal normal bold 12px/14px Helvetica;
    letter-spacing: 0px;
    margin-bottom: 0px;
}

    .spnEmpresa label {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

.section-img {
    margin-top: -30px;
}

.align-image-empresa {
    display: flex;
    margin-top: -140px;
    margin-bottom: 20px;
    justify-content: center;
}

.image_empresa {
    margin-top: 0px;
}

.milistaBackground:active {
    box-shadow: 2px 3px 5px 3px #cbcbcb;
}

.contact {
    margin-top: 35px;
    width: 100%;
    height: 40px;
    display: flex;
    padding-right: 50px;
}

.whatsapp {
    margin-left: 2%;
    justify-content: flex-start;
    align-items: flex-start;
}

.email {
    overflow: visible;
    width: 100%;
    align-items: flex-start;
}

.contactBackground {
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

    .contactBackground span {
        margin-top: 2.5px;
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        color: rgba(112,112,112,1);
    }

.imgCheck {
    width: 18px;
    height: 18px;
    transform: translateY(50%);
    margin-right: 3%;
}

.imgCorreo {
    height: 30px;
    width: 30px;
}

.whats {
    margin-top: 0;
    height: 100%;
}

.llamada {
    margin-left: 2%;
}

.ubicacion {
    margin-left: 2%;
}

.carousel-item {
    display: block;
}

@media screen and (min-width:768px) {
    .carousel-inner {
        display: flex;
    }

    .carousel-item {
        margin-right: 0;
        flex: 0 0 33.33333%;
        display: block;
    }

    #section7 #divBtnSec7 {
        width: 75%;
        margin: auto auto auto auto;
    }
}

.carousel-inner {
    padding: 1em;
}

.card {
    margin: 0 .5em;
    box-shadow: 2px 6px 8px 0 rgba(22,22,26,0.18);
    border: none;
    border-radius: 5px;
    background-color: rgba(255,255,255,1);
    height: auto;
    padding-top: 15px;
    padding-left: 20px;
    padding-left: 20px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 45px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    margin-top: 5px;
}

.carouselTienda-control-prev, .carouselTienda-control-next {
    background-color: #E26E7F;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.carousel-control-prev-Cat, .carousel-control-next-Cat {
    background-color: white;
    box-shadow: 0px 3px 20px #000000;
    width: 6vh !important;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

#section5 {
    background-image: url("/img/TrazadoCurvaGris.svg");
    background-size: 105%;
    height: 400px;
    background-repeat: no-repeat;
    background-position-x: center;
}

#section6 {
    /*height: 500px;*/
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: multiply;
    background-blend-mode: multiply;
    background: url(/img/bgSec6.png) center center no-repeat, linear-gradient(101deg, rgb(37 75 159 / 75%) 0%, rgb(13 46 108 / 75%) 100%) 0% 0% no-repeat padding-box
}

.Title {
    text-align: center;
    font: normal normal bold 35px/44px Helvetica;
    letter-spacing: 0px;
    color: #020202;
}

.Title1 {
    text-align: center;
    font: normal normal bold 30px/45px Helvetica;
    letter-spacing: 0px;
    color: #022C43;
}

.Title2 {
    text-align: center;
    font: normal normal bold 33px/41px Helvetica;
    letter-spacing: 0px;
    color: #050505;
}

.TitleWhite {
    text-align: center;
    font: normal normal bold 39px/46px Poppins;
    letter-spacing: 0px;
    color: var(--white);
}

.subTitle {
    text-align: center;
    font: normal normal 300 20px/30px Helvetica;
    letter-spacing: 0px;
    color: #022C43;
}

.lblImage {
    text-align: center;
    font: normal normal bold 20px/25px Helvetica;
    letter-spacing: 0px;
    color: #022C43;
}

.btn-orange {
    text-align: center;
    display: flex;
    width: 222px;
    height: 45px;
    align-items: center;
    background-color: rgba(241, 144, 0, 1);
    color: var(--white);
    border-radius: 45px;
    justify-content: center;
    font: normal normal bold 18px/22px Helvetica;
}

.btn-white {
    text-align: center;
    display: flex;
    width: 222px;
    height: 45px;
    align-items: center;
    background-color: var(--white);
    color: black;
    border-radius: 45px;
    justify-content: center;
    border: 1px solid #030303;
    font: normal normal bold 18px/22px Helvetica;
}

.divWhite {
    background: var(--white) 0% 0% no-repeat padding-box;
    box-shadow: 0px 7px 31px #000000;
    border-radius: 9px;
    height: fit-content;
    width: 20%;
    text-align: center;
    font: normal normal bold 18px/25px Helvetica;
    letter-spacing: 0px;
    color: #707070;
    padding-bottom: 2%;
}

.imgSec7 {
    margin-top: auto;
    margin-bottom: -9%;
    max-width: 355px;
    max-height: 468px;
    width: 256px;
    height: 343px;
}

.divSec5 {
    margin-left: 10%;
    margin-top: auto;
    margin-bottom: auto;
}

    .divSec5 p {
        text-align: left;
        font: normal normal bold 20px/30px Helvetica;
        letter-spacing: 0px;
        color: #022C43;
    }

.bgCircle {
    background-color: var(--white);
    border-radius: 45px;
    width: 66px;
    height: 66px;
    margin-top: -15%;
}

.imgBaranda {
    overflow: visible;
    width: 32px;
    text-align: center;
    height: 37px;
    margin-top: 12%;
}

#section5 #agente {
    max-height: 400px;
    max-width: 400px;
}

.imgBgSec5 {
    width: 100%;
    margin-left: -5%;
    margin-top: -13%;
}

.ball {
    animation: float 3.5s ease-in-out infinite;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    position: fixed;
    background-color: #3EC250;
    z-index: 100;
    margin-left: auto;
    right: 5%;
    bottom: 10%;
}

.imgWhats {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 18%;
    top: 18%;
    width: 60px;
    height: 60px;
}

.carouselTienda-indicators li {
    width: 11px;
    height: 11px;
    background: var(--white);
    border: 1px solid #F08F00;
    opacity: 1;
    border-radius: 50%;
}

.carouselTienda-indicators .active {
    background-color: #F08F00;
}

.carouselTienda-control-next, .carouselTienda-control-prev {
    color: #FFFFFF;
}

.carousel-control-next-Cat, .carousel-control-prev-Cat {
    color: #000000;
}

@media screen and (max-width: 700px) {

    .lblImage {
        font: normal normal bold 15px/20px Helvetica;
        width: 100%;
        margin-bottom: 10%;
    }

    .Title {
        font: normal normal bold 22px/30px Helvetica;
    }

    .Title1 {
        font: normal normal bold 22px/33px Helvetica;
    }

    .Title2 {
        font: normal normal bold 24px/29px Helvetica;
    }

    .TitleWhite {
        font: normal normal bold 30px/46px Poppins;
    }

    .subTitle {
        font: normal normal 300 15px/22px Helvetica;
    }

    .divSec5 {
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
        margin-top: 10%;
    }

        .divSec5 p {
            font: normal normal bold 13px/22px Helvetica;
        }

    .imgSec7 {
        margin-top: 28%;
        margin-bottom: -9%;
        margin-left: -30%;
        width: 178px;
        height: 356px;
    }

    .divWhite {
        margin-bottom: 35%;
        width: auto;
        font: normal normal bold 13px/16px Helvetica;
        padding-bottom: 7%;
    }

    .bgCircle {
        width: 44px;
        height: 44px;
        margin-top: -15%;
    }

    .imgBaranda {
        width: 22px;
        height: 22px;
        left: 43%;
    }

    .container {
        margin-top: 80px;
    }

    .ball {
        width: 40px;
        height: 40px;
    }

    .imgWhats {
        width: 25px;
        height: 25px;
    }

    #beneficiosArmafa figure {
        display: contents;
    }

    #div1Sec3 {
        width: 60%;
    }

    #section4 {
        height: auto;
    }

    #section5 {
        background-position-y: 105%;
        height: auto;
        width: 100%;
        background-position-x: center;
        background-image: url("/img/TrazadoCurvaGris.svg");
    }

    #section6 {
        height: auto;
    }

        #section6 .container {
            flex-direction: row-reverse;
        }

    #div1sec7 {
        flex-direction: column-reverse;
    }

    #fig2Sec7 {
        display: none;
    }
}

:root {
    --white: #FFFFFF;
}

#mainContent {
    padding-bottom: 0px !important;
}

section {
    font-family: 'Poppins', sans-serif;
    display: grid;
}

.content-top-c {
    justify-content: center;
    align-items: center;
    display: grid;
    height: 360px;
    background: var(--white);
    margin-top: -20px;
}

.home-titulo {
    display: flex;
    justify-content: center;
}

.content-text {
    text-align: center;
    font: normal normal bold 28px/35px Helvetica;
    width: 550px;
    margin-top: 125px;
    line-height: 2rem;
    color: #050505;
}

.content-welcome {
    margin-top: 15px;
    width: 600px;
    height: 350px;
    border-radius: 10px;
}

    .content-welcome h2 {
        color: #a9a9a9;
        font-size: 1.45rem;
        text-align: center;
        padding-top: 20px;
    }

.content-options {
    margin-top: 20px;
    height: 60%;
    display: flex;
    justify-content: space-between;
    padding-left: 75px;
    padding-right: 75px;
}

a {
    height: 100%;
    color: black;
}

    a:hover {
        text-decoration: none;
        color: black;
    }

.option {
    overflow: hidden;
    height: 100%;
    font-size: 20px;
    border-radius: 34px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .option img {
        height: 140%;
        margin-left: 5px;
        margin-top: 10px;
    }

.imgLogoArmafa {
    width: 44px;
    height: 44px;
}

.content-buttom-c {
    height: 300px;
    z-index: -1;
}

.content-option-name {
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 34px;
    margin-left: auto;
    margin-right: auto;
    font: normal normal bold 24px/29px Helvetica;
}

.products {
    background-image: url(/img/productos.png);
    opacity: 0.5;
    background-repeat: no-repeat;
    background-size: auto;
}

.div-btnOfrecerProductos label {
    text-align: center;
    display: flex;
    width: 425px;
    height: 45px;
    align-items: center;
    background-color: rgba(241, 144, 0, 1);
    color: var(--white);
    border-radius: 45px;
    justify-content: center;
    font: normal normal bold 18px/22px Helvetica;
}

    .div-btnOfrecerProductos label:hover {
        cursor: pointer;
    }

.carousel-control-next-Cat, .carousel-control-prev-Cat {
    position: absolute;
    /*top: 0;*/
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #000000;
    text-align: center;
    /*background: none;*/
    border: 0;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease;
}

@media screen and (max-width: 700px) {
    .content-top-c {
        margin-top: 15%;
    }

    .content-options {
        justify-content: space-evenly;
        padding: 0;
    }

    .home-titulo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .home-titulo h2 {
            width: 90%;
        }

    .home-option {
        width: 40%;
    }

    .home-select {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .home-select .content-welcome {
            width: 80%;
        }

    .imgLogoArmafa {
        width: 34px;
        height: 34px;
    }
}

@media (min-width:520px) and (max-width:750px) {
    .img-servicios {
        margin-right: 10px;
    }
}

@media (max-width:550px) {
    .content-text {
        font: normal normal bold 22px/30px Helvetica;
    }

    .content-option-name {
        font: normal normal bold 13px/16px Helvetica;
    }

    .home-select .content-welcome {
        width: 90%;
    }

    .home-option {
        width: 45%;
    }

    .option img {
        height: 125%;
    }

    .div-btnOfrecerProductos label {
        width: 325px;
    }

    .content-buttom-c {
        height: 250px;
    }

    footer a {
        width: auto;
    }
}

@media (max-width:480px) {
    .option img {
        height: 100%;
        margin-top: -1px;
    }

    .img-productos {
        margin-top: 0 !important;
        margin-left: 0 !important;
    }

    .img-servicios {
        margin-left: 5px !important;
    }

    .image_empresa {
        margin-left: 20%;
    }

    .carouselTienda section .box-item {
        height: auto;
    }
}

@media (max-width:395px) {
    #btnWhiteSec7 {
        width: 180px;
    }

    #btn2WhiteSec7 {
        width: 180px;
    }

    #btnOrangeSec7 {
        width: 180px;
    }
}

@media (width:360px) {
    .home-select {
        width: 350px;
    }

    .home-titulo {
        width: 350px;
    }
}

@media (width:320px) {
    footer {
        width: 100%;
    }

    .div-btnOfrecerProductos label {
        width: 274px;
    }

    .home-select {
        width: 300px;
    }

    .home-titulo {
        width: 300px;
    }

    #btnWhiteSec7 {
        width: 170px;
    }

    #btn2WhiteSec7 {
        width: 170px;
    }

    #btnOrangeSec7 {
        width: 170px;
    }

    .Title2 {
        font: normal normal bold 18px/30px Helvetica;
    }

    .content-options {
        height: 50%;
    }
}

@media (max-width: 280px) {
    .div-btnOfrecerProductos label {
        width: 140px;
    }

    .imgSec7 {
        width: 190px;
        height: 290px;
    }

    #btnWhiteSec7 {
        width: 140px;
    }

    #btn2WhiteSec7 {
        width: 140px;
    }

    #btnOrangeSec7 {
        width: 140px;
    }
}
/*  ----------------------- ipads  ------------------- */
@media (min-width: 767px) and (max-width:1260px) {
    .imgClientes {
        height: auto !important;
    }

    .info {
        margin-top: 3% !important;
    }

    .marginconteiner {
        padding-left: 40px;
        padding-right: 0px;
    }

    .span-description {
        width: auto;
        font: normal normal 300 14px/18px Roboto;
    }

    .align-image-empresa {
        margin-top: -140px;
        margin-bottom: 20px;
    }

    .spnPrecio span {
        text-align: left;
    }

    .milistaBackground span {
        font-size: 11px;
        margin-top: 2px;
    }

    .MiLista {
        width: auto !important;
    }

    .card h4 a {
        font: normal normal bold 14px/20px Roboto;
    }

    .section-img {
        margin-left: 75% !important;
        margin-top: -120px !important;
    }

    .img-estrellas {
        width: 47px;
        height: 10px;
    }

    .align-stars {
        display: flex;
    }

    .imgBolsaCompras {
        margin-left: -37%;
    }

    .imgbgcompras {
        margin-left: -20%;
    }

    .span-description {
        width: auto;
        font: normal normal 300 14px/18px Roboto;
    }

    .Verificada {
        text-align: left;
    }

    .contactBackground {
        height: 30px;
    }

        .contactBackground img {
            height: 30px !important;
            width: 30px !important;
        }

        .contactBackground span {
            font-size: 8px;
        }

    .card h4 {
        margin-bottom: 15%;
    }

    .btn-white, .btn-orange {
        width: 160px;
    }

    .Title1 {
        font: normal normal bold 22px/33px Helvetica;
    }

    .divSec5 p {
        font: normal normal bold 13px/22px Helvetica;
    }

    .divWhite {
        font: normal normal bold 13px/16px Helvetica;
    }

    .imgBaranda {
        width: 22px;
        height: 22px;
    }

    .bgCircle {
        width: 44px;
        height: 44px;
        margin-top: -15%;
    }

    .TitleWhite {
        font: normal normal bold 30px/46px Poppins;
    }

    .Title2 {
        font: normal normal bold 24px/29px Helvetica;
    }

    #section7 #divBtnSec7 {
        width: 100%;
    }

    #section7 {
        min-height: 320px;
    }

    #fig2Sec7 {
        margin-left: -3%;
    }

    .imgSec7 {
        width: 190px;
        height: 290px;
    }

    .imgLupa {
        width: 36px;
        height: 36px;
    }

    .btn-orange {
        font: normal normal bold 16px/22px Helvetica;
    }
}

.card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
}

.titleOrange {
    text-align: center;
    font: normal normal bold 20px/30px Helvetica;
    letter-spacing: 0px;
    color: #F19000 !important;
}

.titleWhiteMenu {
    text-align: center;
    font: normal normal normal 20px/30px Helvetica;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.imgMenu {
    width: 20px;
    height: 24px;
}

.carousel-control-prev-Cat {
    left: 0;
}

.carousel-control-next-Cat {
    right: 0;
}
