.produto-main-box {
    display: flex;
    width: 100%;
    margin-top: 30px;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    





}

.produto-main {
    display: flex;

    align-items: center;
    flex-direction: column;

}

.produto-icones {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;

}

.item-2-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    height: 300px;

    width: 100%;


}

.produto-icone-div {
    margin-top: 30px;
    /* min-width: 150px; */
    width: 100%;
    max-width: 300px;



}
.aba-display-none{
    display: none;
}

.produto-icone-div-img {
    cursor: pointer;
    width: 100%;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;


}
.produto-aba{
    
    width: 100%;
    flex-direction: column;
    
}
.produto-icone-div-img-2 {
    cursor: pointer;

    width: 90%;
    transition: 0.4s;

}

.produto-icone-div-img-2:hover {
    width: 100%;
}

.produto-icone-div-text {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-font-1);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    height: 40px;

}

.produto-icone-div-mais-detalhes {
    display: flex;
    justify-content: end;
    color: var(--color-2);
    font-weight: 600;
    cursor: pointer;
}

.produto-icone-div-mais-detalhes:hover {
    color: var(--color-3);
}
.produto-quadro-box{
display: flex;
width: 100%;
justify-content: space-around;

}
.produto-uniformes{
    margin-top: 20px;
}
.produto-quadro-box-quadro{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
max-width: 350px;
width: 30%;
min-width: 240px;
margin-top: 20px;



}
.produto-quadro-box-quadro-title{
    background-color: var(--color-1);
    color: #ffffff;
    font-weight: 500;
    padding: 15px 15px;
    box-sizing: border-box;
    border-radius: 7px 7px 0px 0;
    text-align: center;
    width: 100%;
    height: 130px;


}
.produto-uniformes span{
    color:var(--color-font-1);
    font-weight: 700;
}
.produto-quadro-box-quadro-text{
text-align: justify;
border-radius: 0px 0px 7px 7px;
background-color: #f1f1f165;
padding: 10px;
box-sizing: border-box;
width: 100%;
height: 100%;
}
.produto-detalhes{
    width: 100%;
}
.produto-detalhes-opcao{
    display: flex;
   
    justify-content: flex-start;
    
}
.produto-detalhes-icone-div {
    margin-top: 30px;
    /* min-width: 150px; */
    width: 100%;
    max-width: 300px;



}

.produtos-detalhes-opcao-text{
    background-color: var(--color-1);
    padding: 30px;
    border-radius: 15px;
    max-width: 70%;
    margin-left: 1%;
    
}
.produto-detalhes-icone-div-img {
    
    width: 100%;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;


}

.produto-detalhes-icone-div-img-2 {
    

    width: 90%;
    transition: 0.4s;

}



@media screen and (max-width: 1000px) {
    .produto-main {
        margin-top: 110px;
    }

    .produto-icone-div {
        margin-top: 30px;
        /* min-width: 150px; */
        width: 100%;
        gap: 30px;
        height: 300px;
        
        flex-direction: column;



    }

    .produto-icones {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        

    }

    .item-2-4 {
        display: flex;
        align-items: center;
        justify-content: space-around;

        height: 300px;
        margin-top: 10px;
        width: 100%;
       
    }
    .produto-icone-div-img-2 {
        cursor: pointer;
    
        width: 100%;
        transition: 0.4s;
    
    }

    .produto-icone-div-text {
        margin-top: 20px;
        font-size: 1em;
        font-weight: 600;
        color: var(--color-font-1);
        display: flex;
        align-items: flex-start;
        justify-content: center;
        text-align: center;
        height: 60px;

    }

    .produto-icone-div-mais-detalhes {
        display: flex;
        justify-content: end;
        color: var(--color-2);
        font-weight: 600;
        cursor: pointer;
        font-size: 1em;
        
    }


    .produto-aba{
    
        width: 100%;
        flex-direction: column;
        margin-top: 50px;
        
    }
    .produto-quadro-box{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        
        
        }
        .produto-uniformes{
            margin-top: 20px;
        }
        .produto-quadro-box-quadro{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        width: 90%;
        min-width: 240px;
        margin-top: 20px;
        
        
        }
        .produto-quadro-box-quadro-title{
            background-color: var(--color-1);
            color: #ffffff;
            font-weight: 500;
            padding: 15px 15px;
            box-sizing: border-box;
            border-radius: 7px 7px 0px 0;
            text-align: center;
            width: 100%;
            height: 200px;
        
        }
        .produto-quadro-box-quadro-text{
        text-align: justify;
        border-radius: 0px 0px 7px 7px;
        background-color: #f1f1f165;
        padding: 10px;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        }
        .title-font-em1{
            font-size: 25px;

        }
        .text-font-em1{
            font-size: 25px;
            
        }

        .produto-detalhes{
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .produto-detalhes-opcao{
            display: flex;
           
            justify-content: flex-start;
            
        }
        .produto-detalhes-icone-div {
            margin-top: 30px;
            /* min-width: 150px; */
            width: 100%;
            max-width: 300px;
        
        
        
        }
        
        .produtos-detalhes-opcao-text{
            background-color: var(--color-1);
            padding: 30px;
            border-radius: 15px;
            max-width: 70%;
            margin-left: 1%;
            
        }
        .produto-detalhes-icone-div-img {
            
            width: 100%;
            min-height: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
        
        
        }
        
        .produto-detalhes-icone-div-img-2 {
            
        
            width: 90%;
            transition: 0.4s;
        
        }
}