header{
    width:100%;
    background:url(../images/seguros-empresas-metal.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}
section,footer{
    padding:50px 0;
}
header{
    padding:25px 0;
}
footer{
    background: #383838;
}
h1,h2,h3{
    font-family: 'Roboto', sans-serif;
}
h2{
    font-size:1.3rem;
}
canvas{
    height:200px !important;
}
#img-fedeme{
    height:49px;
}
#img-benjumea{
    height:29px;
}
.black{
    background-color:rgba(0,0,0,0.8);
    padding:20px;
    color:#fff;
    height:100%;
}
.black h1{
    font-size:20px;
}
.grey{
    background:#dedede;
}
#signature{
    padding:10px 0;
}
#signature > canvas{
    background:#fff;
}
.custom-file-input{
    display:none;
}
footer p,footer a,footer a:hover{
    color:#fff;
}
.margin_15{
    margin:15px;
}
@media(min-width:768px){
    #img-fedeme{
        height:98px;
    }
    #img-benjumea{
        height:58px;
    }
    .black h1 {
        font-size: 30px;
    }
    h2{
        font-size:2rem;
    }
    header{
        padding: 50px 0;
    }
}
@media(min-width:992px){
    
}
@media(min-width:1200px){
    
}