/*********************************PRODUCTOS*************************************/
.productos{
    max-width: 1000px;
    padding-left:2%;
    padding-right:2%;
    margin: 0 auto;
}

.categoria a{
    font-weight: bold;
    color:#382F2D;  
}
.categoria a{
    border: none; 
    background: none;
    transition: all 300ms ease-out;
}

.categoria a:hover {
    cursor: pointer;
    transition: all 300ms ease-in;
    transform: scale(1.2);
    opacity: 10;
    color:#5c5351;
} 

.pic_principal img{
    width: 100%;
    height: auto;
}

.text-time {
    font-size: 0.8em;
}

.detalle_envio{
    color:#382F2D;
}
.detalle_envio a{
    text-decoration: none;
}
.detalle_cotizacion{
    padding: 8px;
    text-align: center;
    background-color: #FFBF3C;
    color: #382F2D;
    font-weight: 500;
    font-size: .8em;
}
.detalle_cotizacion a{
    text-decoration: none;
}

.card-text {
    font-weight: 500;
    font-size: 1.1em;
    color: #575756;
}
.txt_dimension{
    font-size: 0.9em;
    COLOR:GRAY;
}
.card-body table {
    width: 100%;
}
.card-body a:hover {
    background-color: gray;
}
.card{
    border: #7a746a09 solid 1px;
}

.card a{
    transition: background-color .5s;
    border: #ffffff solid 1px;
    text-decoration:none;
}
.card a:hover{
    transition: all 300ms ease-in;
    transform: scale(1.05);
    opacity: 10;    
    background-color: rgba(123, 238, 148, 0.1);
    border: #44e214 solid 1px;
    border-radius: 1%;
    cursor: pointer;
}

.card a{
    transition: all 300ms ease-out;
}
.card-title_offer{
    color:red;
    text-align: right;
}
.carrito span{
    position:relative;
    top:-8px;
    left:-12px;
}

.titulo_productos {
    width: 100%;
    text-align: center;
}
.titulo_productos h5{
    color: black;
}
.titulo_productos h1{
    width: 100%;
    display: inline-block;
    position: relative;
    color: black;
}
.titulo_productos h1::before, .titulo_productos h1::after{
    content: "";
    position: absolute;
    width: 47%;
    height: 3px;
    background-color: currentColor;
    top: 6px;
} 
.titulo_productos h1::before{  
    left:-1px;    
} 
.titulo_productos h1::after{  
    right:-1px;    
} 

.img_principal img{
    width: 100%;
}
@media only screen and (max-width: 499px) {
    .categorias_productos{
        width: 100%;
        height: auto;
    }
}