html, body{
    background: #fff !important;
}
header.fusion-header-wrapper{
    background: #035392;
}
h1{
    color:#444; 
    font-size: 35px;
    font-family: Mulish;
    font-weight: 700;
}
.ty{
    min-height: 71vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ty p, .download p{font-size: 16px;}

.download .content{
    display: flex;
    justify-content: center;

}
.download #formulario{
    border:1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:0px;
}
.download #formulario .vc_column-inner{
    padding:0;
}

@media (max-width:1024px){
    .download .content {       
        flex-wrap: wrap;    
    }
    .vc_col-sm-8, #formulario{
        width:100%
    }
}