@import url('https://fonts.googleapis.com/css?family=Volkhov:400,700');





/*Menu superior*/
#menu-top {
    background-color: #a74673;
    padding:10px 0;
    -webkit-box-shadow: 0px 6px 8px -2px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 6px 8px -2px rgba(0,0,0,0.21);
    box-shadow: 0px 6px 8px -2px rgba(0,0,0,0.21);
    transition: all ease-in .3s;
}

#menu-top .navbar-nav li a {
    color: #707070;
    text-transform: uppercase;
    align-self: center;
    margin: 0 40px 0 0;

}

#formulario h1,#documento h1 {
    font-size: 35px;
    color: #585858;
    font-weight: 500;
}
#formulario h2 {
    font-size: 18px;
    color: #6c6c6c;
    font-weight: 600;
}

#formulario .form-control {
    padding-left: 0;
    font-size: 1rem;
    border: 0px solid #ced4da;
    border-radius: 0;
    border-bottom: 2px solid #ced4da;
}


::-webkit-input-placeholder  { color:#ced4da!important; }
input:-moz-placeholder { color:#ced4da!important; }
textarea:-moz-placeholder { color:#ced4da!important; }



.roxo {
    background-color: #a74673;
    color: #fff !important;
}

.roxo:hover {
    background-color: #802558;
    color: #fff;
}

.bg-img {
    background-image: url("../img/bg-img-ok.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 500px;
}

@media (max-width:480px) {
    .bg-img{
        display: none;
    }
}

.form-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#documento .container{
    border-top: 2px solid #ccc;
}

#documento h4 {
    color: #707070;
    font-size: 17px;
}

#documento p {
    color: #707070;
    font-size: 14px;
}
#documento #the-canvas{
    margin: 0 auto;
    display: block;
    border: 1px solid #ccc;
}
.modal-documento .modal-body #the-canvas{
    width: 100%;
}
