.blue-back {
    background-color: #263f7a;
    color: #fff;
}

.h1, h1,h3 {
    font-family: Arial;
}
.h1{
    color: #012169;
}
.title {
    font-family: Arial;
    font-size: 13px;
    color:#fff;
}

.product {
    background: #ffffff;
    /*background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 67%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(67%,#f7f7f7), color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 67%,#ededed 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 67%,#ededed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 67%,#ededed 100%);
    /* background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 67%,#ededed 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    border: 1px solid #ededed;
    margin-bottom: 20px;
}
.product h3 {
    color: #fff;
    background-color: #263F7A;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Arial;

}
.product h5 {
    color: #fff;
    background-color: #2A2A2A;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-family: Arial;
    font-size: 25px;

}
.pdf-descarga{
    text-align: center;
    word-wrap: break-word;
}

.axis:hover .move-up {
    transform: translate(0,-20px);
    -webkit-transform: translate(0,-20px);
    -o-transform: translate(0,-20px); 
    -moz-transform: translate(0,-20px);
}
.object {
    margin-top: 25px;
    position: absolute;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear; /** Chrome & Safari **/
    -moz-transition: all 0.5s linear; /** Firefox **/
    -o-transition: all 0.5s linear; /** Opera **/
}
