#val{
    width: 95%;
    float: none;
}

#val .valores{
    width: 40%;
    height: 50px;
    border: 1px solid transparent;
    float:left;
    margin: 25px;
    margin-left: 5px;
    text-align: center;
    line-height: 45px;
    text-transform: uppercase;
    /*box-shadow: 5px 5px 10px gray;*/
    width: 150px; height: 150px;
    padding: 2px;
    
    
}

#val h1{
    color: #001033;
}

#val .valores:hover{
    border-radius: 15px;
    background: #FDA12B;
    border: 5px solid yellowgreen;
    filter: blur(0px);
    color: #FDA12B;
    
}



.valores img:hover{
    filter: blur(1px);
    border-radius: 15px;
    display: block;
}

.centrado{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    color: #001033;
    border-radius: 15px;
    font-size: 20px;
    text-shadow: 1px 1px 2px white;
    display: block;
}

#colorletra:hover{
    color: #FDA12B;
}


