.h3prod {
/*    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8rem;*/
        text-align: center;
        border: 2px solid #2e518b;
        padding: 5px;
        color: #fdba55;
        background-color: black;
        font-family: 'Helvetica', sans-serif;
        border-radius: 50px;
        padding: 5px 5px;
        box-sizing: border-box;
        font-size: 1rem;
        line-height: 1rem;
        font-weight: bold;
        width: 100%;
}

.h3prod1 {
    /*    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8rem;*/
    text-align: center;
    border: 2px solid #2e518b;
    color: #fdba55;
    background-color: black;
    font-family: 'Helvetica', sans-serif;
    border-radius: 50px;
    padding: 5px 5px;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: bold;
    width: 100%;
}

.imgusuario {
    display: block;
    border: 0;
    width: 40px;
    height: 40px;
    text-align: right;
    cursor: pointer;
    padding: 15px;
}
.cuerpo {
    padding-top: 10.5rem;
    background-color: #87a2ca;
}

.divcatalogo {
    width: 100%;
    background-color: #87a2ca;
    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 #221dbf; /* borde */
    box-shadow: 3px 3px #747682; /* sobra */
    text-align: center;
    line-height: 0.8em;
    border-radius: 20px;
}



.divprodofer {
    padding: 10px 5px;
    height: auto;
    width: 230px;
    margin: 1px;
    background-color: #fbf4cf; /*#F6F9AB;  interior amarillo */
    border: 4px solid #c9605d; /* borde */
    box-shadow: 3px 3px #b42512; /* sobra */
    text-align: center;
    line-height: 0.8em;
    border-radius: 20px;
}



.divprodnuevos {
    padding: 10px 5px;
    height: auto;
    width: 230px;
    margin: 1px;
    /*background-color: #F3CBB3;   interior rojo */ 
    /*background-color: #F6F9AB ; /* interior amarillo */
    background-color: #cff8d2 ; /* interior verde */

    border: 4px solid #207b23; /* 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: 0.8rem;
        color: blue;
        font-weight: bold;
        line-height: 1.3em;
        border-radius: 50px;
        border: 2px solid #9e1d0a;
        background-color: #dadac4;
        padding: 2px;
    }

    .fnuevo {
        text-shadow: 2px 1px 16px #e38124;
        color: green;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        font-weight:bold;
        line-height: 1.3em;
        padding: 1px 20px;
/*        animation: parpadeo 1.5s ease-in-out infinite;*/
/*        animation: neonefecto1 1s infinite; */
        text-shadow: 0 0 10px #00ff00, 0 0 20px #00ff00, 0 0 30px #00ff00;
    }

    .fnuevo1{
        text-shadow: 2px 1px 16px #e38124;
        color: green;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.8em;
        font-weight:bold;
        line-height: 1.3em;
        padding: 1px 20px;
        animation: parpadeo 1.5s ease-in-out infinite;
    }


    .fofer {
        text-shadow: 2px 1px 16px #e38124;
        color: red;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        font-weight:bold;
        line-height: 1.3em;
        padding: 1px 20px;
        /*animation: parpadeo 1.5s ease-in-out infinite;*/
        /*animation: neonefecto 1s infinite;    */
        text-shadow: 0 0 10px #d799da, 0 0 20px #d997db, 0 0 30px #f87171;
       
    }


    .fofer1 {
        text-shadow: 2px 1px 16px #e38124;
        color: red;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.8em;
        font-weight:bold;
        line-height: 1.3em;
        padding: 1px 20px;
        animation: parpadeo 1.5s ease-in-out infinite;
    }


        @keyframes parpadeo {
            0% {
                opacity: 1;
            }
            50% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }


    @keyframes neonefecto {
      0% {
          text-shadow: 0 0 10px #c919ce, 0 0 20px #c919ce, 0 0 30px #f87171;
        }
    }

    @keyframes neonefecto1 {
      0% {
          text-shadow: 0 0 10px #00ff00, 0 0 20px #00ff00, 0 0 30px #00ff00;
        }
    }


    .imgcat {
        border: 0;
        width: 180px;
        height: auto;
        padding: 7px 2px;
    }
    .agregarcant {
                font-size: 0.8rem;
                font-family: verdana, arial;
                width: 110px;
                height: 25px;
                padding: 1px;
                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: 1px;
        width: 75px;
        height: 25px;
        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: #0C3B9F ;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.2em;
        font-weight:bold;
        line-height: 1.3em;
    }
    .fimpoofer {
        text-shadow: 2px 1px 16px #e38124;
        color: blue;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.5em;
        font-weight:bold;
        line-height: 1.3em;
    }
    .fimpodes {
        text-shadow: 2px 1px 16px #e38124;
        color: red;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.6em;
        font-weight:bold;
        line-height: 1.3em;
    }

    .fsinstk {
        text-shadow: 2px 1px 16px #e38124;
        color: red;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.2em;
        font-weight:bold;
        line-height: 1.3em;
    }
    .fdesc {
        text-shadow: 2px 1px 16px #e38124;
        color: red;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.8em;
        font-weight:bold;
        line-height: 1.3em;
    }
    .fimpoant {
        text-shadow: 2px 1px 16px #e38124;
        color: black;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration:line-through;
        font-size: 0.8em;
        font-weight:bold;
        line-height: 1.3em;
    }
    .ffrac {
        font-family: Arial, sans-serif;
        font-weight:bold;
        color: blue;
        font-size: 0.7em;
        line-height: 1em;
    }
    .frub {
        font-family: Arial, sans-serif;
        color: #E8042A ;
        font-size: 1em;
        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.1rem;
    line-height: 0em;
        font-weight: bold;
    color: #fdba55;    
    
}

@media only screen and (max-width:1220px) {
.div-cabecera {
        justify-content: center;
    }

    .cuerpo {
            padding-top: 175px;
            background-color: #87a2ca;
        }

    .divcatalogo {
            width: 100%;
            background-color: #87a2ca;
            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 #221dbf;  /* borde */
            box-shadow: 2px 2px #747682;    /* sobra */
            text-align: center;
            line-height: 0.8em;
            padding: 1rem 0rem;
            border-radius: 20px;
        }


    .divprodofer {
            height: auto;
            width: 46%;
            margin: 3px;
            background-color: #fbf4cf; /*#F6F9AB;  interior amarillo */
            border: 2px solid #c9605d;  /* borde */
            box-shadow: 2px 2px #b42512;    /* sobra */
            text-align: center;
            line-height: 0.8em;
            padding: 1rem 0rem;
            border-radius: 20px;
        }

    .divprodnuevos {
            height: auto;
            width: 46%;
            margin: 3px;
            background-color: #cff8d2 ; /* interior verde */
            border: 4px solid #207b23; /* 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;
            }
    
    .fofer {
            text-shadow: 2px 1px 16px #e38124;
            color: red;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 1em;
            font-weight:bold;
            padding: 0px 5px;
            text-shadow: 0 0 10px #d799da, 0 0 20px #d997db, 0 0 30px #f87171;
        }

    .fnuevo {
            text-shadow: 2px 1px 16px #e38124;
            color: green;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 1em;
            font-weight:bold;
            padding: 0px 5px;
            text-shadow: 0 0 10px #00ff00, 0 0 20px #00ff00, 0 0 30px #00ff00;
        }

    
    .imgcat {
            border: 0;
            width: 100%;
            height: auto;
            padding: 5px,7px;
            box-sizing: border-box;
        }
    
    .agregarcant {
            font-size: 0.8rem;
            font-family: verdana, arial;
            width: 65px;
            height: 25px;
            padding: 1px;
            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: 1px;
            width: 65px;
            height: 25px;
            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.2rem;
            color: #0C3B9F;
            font-weight: bold;
            line-height: 1.3em;
        }
    
    .fimpoofer {
            text-shadow: 2px 1px 16px #e38124;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 1.5rem;
            color: blue;
            font-weight: bold;
            line-height: 1.3em;
        }
    
    .fimpoant {
            text-shadow: 2px 1px 16px #e38124;
            font-family: Arial, Helvetica, sans-serif;
            text-decoration:line-through;
            font-size: 0.7rem;
            color: black;
            font-weight: bold;
            line-height: 1.3em;
        }
    
    .fimpodes {
            text-shadow: 2px 1px 16px #e38124;
            color: red;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 0.7rem;
            font-weight:bold;
            line-height: 1.3em;
        }
        
    .fsinstk {
            text-shadow: 2px 1px 16px #e38124;
            color: red;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 1.2em;
            font-weight:bold;
            line-height: 1.3em;
        }
    
    .fdesc {
            text-shadow: 2px 1px 16px #e38124;
            color: red;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 0.7em;
            font-weight:bold;
            line-height: 1.3em;
        }
    
    .frub {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 0.7rem;
            color: #E8042A ;
            line-height: 1em;
            }
    
    .ffrac {
            font-family: Arial, sans-serif;
            font-weight:bold;
            color: blue;
            font-size: 0.7em;
            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-weight: bold;
        font-size: 0.8rem;
        line-height: 0em;
        color: #fdba55;    
        }
    .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;
            border: 2px solid #2e518b;
            padding: 5px;
            color: #fdba55;
            background-color: black;
            border-radius: 50px;
            padding: 5px 5px;
            box-sizing: border-box;
            line-height: 1rem;
            font-weight: bold;
            width: 100%;
    }
        .h3prod1 {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 0.6rem;
            text-align: center;
            border: 2px solid #2e518b;
            padding: 5px;
            color: #fdba55;
            background-color: black;
            border-radius: 50px;
            padding: 5px 5px;
            box-sizing: border-box;
            line-height: 1rem;
            font-weight: bold;
            width: 100%;
        }

}

