/* STYLE GALERY - DESC */

.title-produc{
    width: 100%;
    font-size: 21px;
    color: #DC0613;
    padding-bottom: 15px;
    margin-bottom: 35px;
    border-bottom: 2px solid #DC0613;
}

.content-galery{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 45px;
    padding: 0 20px;
}

.img-producto{
    width: 100%;
    /* padding: 15px; */
    margin-bottom: 55px;
    background-color: white;    
}

.img-producto{
    width: 100%;
    /* padding: 15px; */
    margin-bottom: 55px;
    background-color: white;    
}

/* .img-producto img{
    display: block;
    width: 90%;
    margin: 0 auto;
} */

.featured{
    width: 100%;
    display: block;
    margin: auto;
    padding: 9px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
  
.gallery{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.thumb{
    width: 17%;
    padding: 5px;
    cursor: pointer;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.panel h2{
    font-size: 21px;
    color: #575757;
    margin: 29px 0 21px;
}

.panel ul{
    font-size: 16px;
    color: #575757;
    margin-left: 35px;
    margin-bottom: 31px;
}

.panel ul li{
    margin: 5px 0;
}

.panel p{
    color: #575757;
    font-size: 16px;
    border-bottom: 0;
}

.tabcontent {
    display: block !important;
}

/* BUTTON TABS */

.tab a {
    width: 80% !important;
    margin: 0 auto 19px !important;
    background-color: #969695;
    border: none !important;
    outline: none !important;
    cursor: pointer !important;
    padding: 14px 16px !important;
    transition: 0.3s !important;
    font-size: 19px !important;
    color: #FFFFFF !important;
    border-radius: 7px !important;
    text-transform: uppercase !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-decoration: none !important;
}

.bg_red{
    background-color: #DC0613 !important;
}


/* STYLE GALERY - DESC */

@media screen and (min-width: 768px){

/* GALERY - DESC */

    .title-produc{
        font-size: 27px;
    }

    .content-galery{
        margin-top: 35px;
        /* display: flex;
        justify-content: space-between; */
    }

    .img-producto{
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .desc-producto{
        width: 100%;
    }

    .gallery {
        width: 12%;
        margin-top: 0px;
        flex-direction: column;
    }

    .thumb{
        width: 100%;
    }

    .featured {
        width: 75%;
        margin: 0;
    }

    /* BUTTON TABS */

    .tab a {
        width: 32% !important;
        margin: 0 !important;
    }

}

@media screen and (min-width: 1024px){

    .title-produc {
        width: 77%;
        margin: 0 auto 35px;
    }
    
    .img-producto {
        width: 77%;
        margin: 0 auto;
    }

    .desc-producto {
        width: 77%;
        margin: 0 auto;
    }

    .panel h2 {
        font-size: 25px;
        margin: 37px 0 21px;
    }

    .panel p {
        font-size: 19px;
    }

    /* BUTTON TABS */

    .tab a {
        font-size: 25px !important;
    }

}

@media screen and (min-width: 1200px){

/* GALERY - DESC */
/* 
    .img-producto{
        width: 51%;
    }

    .desc-producto{
        width: 43%;
    } */

}