.header-dev {
    background-image: url('../../img/documentacao-para-desenvolvedores.jpg');
    height: 455px;
    box-shadow: inset 0px 0px 369px 200px rgb(0 0 0 / 40%);
}

.header-dev .fst-italicc{
    font-size: min(54px, 12vw);
    font-weight: 300;
}

.header-dev .title-header h2{
    font-size: min(50px, 14vw);
    font-weight: 800;
}

.content-dev .nav-link {
    color: #000;
    border-bottom: #ccc;
}

.content-dev .nav-sub {
    color: #7c6c6c !important;
}

.content-dev h2 {
    color: #212644;
    font-size: 39px;
    font-weight: bold;
}

.content-dev h3 {
    color: #212644;
    font-weight: bold;
}

.content-dev p {
    color: #000;
    font-size: 18px !important;
}

#swagger-ui hgroup h2.title {
    display: none;
}

#swagger-ui hgroup span.url {
    display: none;
}

#swagger-ui div.info {
    display: none;
}

/* form */
.content-dev form {
    /* width: 50% !important; */
    text-align: center;
}

.content-dev form h2 {
    font-size: 35px;
}

.content-dev form span {
    font-size: 25px;
    color: #9b9b9b;
}

.content-dev form input {
    padding: 10px !important;
}

.content-dev form input[type="submit"] {
    background-color: #212644;
    color: #fff;
    transition: 0.2s;
}

.content-dev form input[type="submit"]:hover {
    background-color: #2f36648a;
    color: #ccc;
}


.content-dev .offcanvas-body .sidebar-sticky .nav-link{
    color: #fff;
}

.content-dev .btn-primary{
    background-color: #212644;
}

.content-dev .offcanvas-start{
    background-color: #212644;
}
