img {
    max-width: 100%;
}

.slick-dots{
    display: none !important;
}

.shop_slider_container {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.shop_slider_next {
    position: absolute;
    color: #2c2e43;
    z-index: 99;
    top: 53%;
    right: 20px;
    font-size: 3em;
    transform: translateY(-50%);
    cursor: pointer;
}

.shop_slider_prev {
    position: absolute;
    color: #2c2e43;
    z-index: 99;
    top: 50%;
    left: 20px;
    font-size: 3em;
    transform: translateY(-50%);
    cursor: pointer;
}

.shop_products_slider {
    width: 90%;
    overflow-x: visible !important;
    overflow: visible !important;
    margin-left: 52%;
    transform: translateX(-50%);
}

@media (max-width: 996px) {
    .shop_slider_container {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .shop_products_slider {
        width: 90%;
        margin-left: 55%;
    }
}

@media (max-width: 600px){
    .shop_slider_container {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .shop_products_slider {
        width: 90%;
        margin-left: 50%;
        transform: translateX(-100px);
    }
}


.shop_product_slide {
    width: 200px;
    height: 300px;
    background-color: #FFF;
    border-radius: 70px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 2px 4px 42px 1px rgba(255,236,183,0.68);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
}

.shop_product_slide img {
    height: 40%;
    margin-bottom: 20px;
    transition: 0.5s;
}

.shop_product_slide img:hover{
    transform: scale(1.1);
    transition: 0.5s;
}

/* #large_product {
    width: 30%;
} */

.shop_product_slide span {
    text-transform: uppercase;
    font-size: 18px;
    font-family: "SemplicitaModernMedium";
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    text-decoration: none !important;
    color: #000;
}

.shop_title_section {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 250px;
    margin-bottom: 100px;
}

.shop_title_section h1 {
    width: fit-content;
    background-color: #fff;
    padding: 10px 40px;
    border-radius: 10px;
    font-family: "MontserratBlack";
    color: #2c2e43;
    font-size: 65px;
    -webkit-box-shadow: 4px 7px 37px 1px rgba(255,238,187,0.64); 
    box-shadow: 4px 7px 37px 1px rgba(255,238,187,0.64);
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
}

@media (max-width: 996px) {
    .shop_title_section {
        margin-top: 60px;
        margin-bottom: 50px;
    }
    
    .shop_title_section h1 {
        width: 90%;
        padding: 10px 40px;
        font-size: 30px;
    }
}

/*CATEGORIAS*/

.shopSection01 {
    background-color: #fff;
}

.shopSlide {
    padding: 100px 0;
    background-color: #fff9e7;
    box-sizing: border-box;
}

.shopTitle01 {
    background-color: #fff9e7;
}

.shopTitle01 h2 {
    width: fit-content;
    margin: 0 0 0 200px;
    padding: 10px 20px;
    background-color: white;
    border-radius: 20px 20px 0 0;
    font-family: "MontserratBlack";
    font-size: 40px;
}

.shopContainer01 {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 20px 200px;
}

.shopContainer01 div {
    margin: auto;
    display: flex;
    flex-direction: column;
}

.shopContainer01 p {
    font-family: "SemplicitaModernMedium";
    font-size: 30px;
}

.shopGallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 18px 200px;
    column-gap: 0;
}

.imagenDiagnostico{
    width: 75%;
    align-self: center;
    padding-top: 30px;
}

.one-shop{
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
    padding-top: 18px;
    padding-bottom: 18px;
}

.two-shop{
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0;
    padding-top: 18px;
    padding-bottom: 18px;
}

.shopSection02 {
    background-color: #fff9e7;
}

.shopTitle02 {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px!important;
}

.shopTitle02 h2 {
    font-size: 40px;
    text-align: right;
    font-family: "MontserratBlack";
    width: fit-content;
    background-color: white;
    padding: 10px 20px;
    border-radius: 20px;
}

.shopSection02 p {
    text-align: right;
    font-size: 30px;
    font-family: "SemplicitaModernMedium";
}

@media(max-width: 996px) {
    .shopContainer01,
    .shopGallery {
        grid-template-columns: 1fr;
        padding: 30px 20px;
    }
    .shopGallery div{
        display: flex;
        justify-content: center;
    }
    .shopTitle01 h2 {
        margin: 0 0 0 0px;
        font-size: 19px; 
    }

    .shopTitle02{
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .shopTitle02 h2 {
        width: 100%;
        font-size: 19px;
        text-align: center;
    }
    .shopContainer01 p {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .shopSection02 .shopContainer01 div:nth-child(2) {
        order: -1;
    }
    .imagenDiagnostico{
        width: 100%;
    }
}