.h3prod {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
}
.imgusuario {
    display: block;
    border: 0;
    width: 40px;
    height: 40px;
    text-align: right;
    cursor: pointer;
    padding: 15px;
}
.cuerpo {
    padding-top: 10.5rem;
    background-color: #cfc977;
}

.divcatalogo {
    width: 100%;
    background-color: #cfc977;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
/*    padding: 0px,8px ; */
    box-sizing: border-box;
}

.divprod {
    padding: 10px 5px;
    height: auto;
    width: 230px;
    margin: 1px;
    background-color: #E6EFFF; /* interior */
    border: 4px solid #c9605d; /* borde */
    box-shadow: 3px 3px #b42512; /* sobra */
    text-align: center;
    line-height: 0.8em;
    border-radius: 20px;
}

.fcod {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    color: blue;
    font-weight: bold;
    line-height: 1.3em;
    border-radius: 50px;
    border: 2px solid #9e1d0a;
    background-color: #dadac4;
    padding: 2px;
}

.imgcat {
    border: 0;
    width: 230px;
    height: auto;
    padding: 7px 2px;
}

.agregarcant {
            font-family: verdana, arial;
            width: 90px;
            padding: 10px;
            font-size: 1.2rem;
            color: #031e03;
            border: 2px solid #9e1d0a;
            background-color: #dadac4;
            border-radius: 50px;
            text-align: center;
}

.btnagregar{
    font-size: 1.2rem;
    border: 2px solid #9e1d0a;
    padding: 10px;
    width: 90px;
    cursor:pointer;
    background-color: #e1a708;
    color: #100f0f;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 50px;
}
 

.fimpo {
    text-shadow: 2px 1px 16px #e38124;
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight:bold;
    line-height: 1.3em;
}

.frub {
    font-family: Arial, sans-serif;
    color: blue;
    font-size: 0.6em;
    line-height: 1em;
}

.fdes {
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.8em;
    color: black;
    line-height: 1.2em;
}

.p-cant{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0rem;
    line-height: 0em;
    color: #11054c;
}

@media only screen and (max-width:1220px) {
.div-cabecera {
        justify-content: center;
    }

    .cuerpo {
            padding-top: 175px;
            background-color: #cfc977;
        }

    .divcatalogo {
            width: 100%;
            background-color: #cfc977;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            padding: 5px;  
            box-sizing: border-box;
        }
    
    .divprod {
            height: auto;
            width: 46%;
            margin: 3px;
            background-color: #E6EFFF;
            border: 2px solid #c9605d;  /* borde */
            box-shadow: 2px 2px #b42512;    /* sobra */
            text-align: center;
            line-height: 0.8em;
            padding: 1rem 0rem;
            border-radius: 20px;
        }

    .fcod {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.8rem;
        color: blue;
        font-weight: bold;
        line-height: 0.5em;
        border-radius: 50px;
        border: 1px solid #9e1d0a;
        background-color: #dadac4;
        padding: 2px;
        }

        .imgcat {
            border: 0;
            width: 100%;
            height: auto;
            padding: 5px,7px;
            box-sizing: border-box;
        }



    .agregarcant {
        font-family: verdana, arial;
        width: 55px;
        font-size: 1rem;
        color: #031e03;
        border: 2px solid #9e1d0a;
        background-color: #dadac4;
        border-radius: 50px;
        text-align: center;
    }

    .btnagregar {
        font-size: 0.8rem;
         border: 2px solid #9e1d0a;
        padding: 8px;
        width: 65px;
        cursor: pointer;
        background-color: #e1a708;
        color: #100f0f;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        border-radius: 50px;
    }

    .fimpo {
            text-shadow: 2px 1px 16px #e38124;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 1.5rem;
            color: red;
            font-weight: bold;
            line-height: 1.3em;
        }

    .frub {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.7rem;
        color: blue;
        line-height: 1em;
        }

    .fdes {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 0.7rem;
        color:black;    
        line-height: 1em;
        }

    .p-cant {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.65rem;
        line-height: 0em;
        color: #11054c;
        }
    .imgusuario {
        display: block; 
        border: 0;
        width: 40px;
        height: 40px;
        text-align: right;
    }
    .h3prod{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.6rem;
        text-align: center;
    }
}

