header {
    height: 300px;
    background: rgb(250, 214, 131);
    background: linear-gradient(90deg, rgb(243, 205, 118) 0%, rgba(253,255,184,1) 51%, rgba(255,255,255,1) 100%);
    -webkit-box-shadow: -3px 10px 9px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -3px 10px 9px -10px rgba(0, 0, 0, 0.75);
    box-shadow: -3px 10px 9px -10px rgba(0, 0, 0, 0.75);
}

header h1 {
    font-size: 70px;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to left, #ff0000, #d4d4d4);
    color: transparent;
    background-clip: text;
    text-shadow: 2px 2px;
    -webkit-background-clip: text;
    
    
}

header p {
    font-size: 25px;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to left, #ff3700, #d4d4d4);
    color: transparent;
    background-clip: text;
    text-shadow: 2px 2px;
    -webkit-background-clip: text;
}

.articulosDescripcion p{
       font-size: 12px; !important;
}
.articulosDescripcion span{
       font-size:12px; 
       font-weight:bold;
}