* {
    margin: 0;
    padding: 0 auto;
    border: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shop-container {
    /* background-color: black; */
    position: relative;
    z-index: 1;
}
.contend-text-shop {
    margin: 10px;
    margin-top: 0;
    position: relative;
    z-index: 2;
}
.img-shop {
    width: 70%;
    margin-left: 15%;
    margin-right: auto;
    margin-top: 30px;
}
.invima {
    width: 40%;
    margin-left: 10%;
    margin-right: auto;
}

.text-shop {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 50px;
    font-family: "Poppins", sans-serif;
    color: white;
    text-align: center;
    font-size: 5vw;
    font-weight: 100;
}
/* Carusel */
.slideshow-container {
    max-width: 100vw;
    position: relative;
    margin: auto;
    position: relative;
    z-index: 3;
}
.fade{
    opacity: 100;
}

.mySlides {
    display: none;
}

.mySlides img {
    position: relative;
    z-index: -1;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

.next {
    right: -50px;
    border-radius: 3px 3px 3px 3px;
}

.prev {
    left: -50px;
    border-radius: 3px 3px 3px 3px;
}

.prev:hover,
.next:hover {
    color: #f2f2f2;
    background-color: rgba(0, 0, 0, 0.8);
}

/* .text {
    color: #f2f2f2;
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #222428;
} */

/* .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
} */

/* .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
} */

/* .active,
.dot:hover {
    background-color: #717171;
} */

.full-shop-container {
    padding-top: 25px;
    background-color: black;
}
.bot-shop {
    position: relative;
    z-index: 1;
    transform: translateX(0%) rotateY(0deg);
    bottom: -6px;
}

.elementor-shape-fill {
    fill: #222222;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

/*
****************************************************************************
*****************************no view mobil**********************************
****************************************************************************
*/

@media (max-width: 1024px) {
    .no-mobil {
        display: none;
    }
}

/*
****************************************************************************
***********************************tablet***********************************
****************************************************************************
*/

@media (min-width: 768px) {
    /* .no-mobil {
        display: none;
    } */
    .full-shop-container {
        background: url(../img/shop/bg-shop.png) no-repeat left center/cover black;
        background-size: auto 100%;
    }

    .shop-container {
        /* background-color: black; */
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .contend-text-shop {
        margin: 0;
    }
    .text-shop {
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 50px;
        font-family: "Poppins", sans-serif;
        color: white;
        text-align: center;
        font-size: 2.5vw;
        line-height: 4vw;
    }
    .img-shop {
        width: 50%;
        margin-left: 25%;
        margin-right: auto;
        margin-top: 150px;
    }
    .invima {
        width: 40%;
        margin-left: 15%;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 35px;
    }
    .slideshow-container {
        max-width: 80vw;
    }
    .bot-shop {
        width: 100%;
        height: 150px;
    }
}

/*
****************************************************************************
*******************************Escritorio***********************************
****************************************************************************
*/

@media (min-width: 1025px) {
    /* .no-mobil {
        display: none;
    } */
    .full-shop-container {
        background: url(../img/shop/bg-shop.png) no-repeat left center/cover black;
        background-size: auto 100%;
    }

    .shop-container {
        /* background-color: black; */
        margin-left: 15%;
        margin-right: 15%;
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .contend-text-shop {
        margin: 0;
    }
    .text-shop {
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 50px;
        font-family: "Poppins", sans-serif;
        color: white;
        text-align: center;
        font-size: 1.3vw;
        line-height: 3vw;
    }
    .img-shop {
        width: 50%;
        margin-left: 25%;
        margin-right: auto;
        margin-top: 200px;
    }
    .invima {
        width: 40%;
        margin-left: 15%;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 35px;
    }
    .slideshow-container {
        max-width: 40vw;
    }
    .bot-shop {
        width: 100%;
        height: 150px;
    }
}
