@import "global.css";

#redoc {
    flex-grow: 1;
}

.menu-content {
   top: 100px !important; 
   height: calc(100vh - 100px) !important;
} 

/* Botão de Download */
.btn-download-doc {
    border: 1px solid #818181;
    font-weight: normal;
    border-radius: 2px;
    padding: 10px 20px !important;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.btn-download-doc:hover {
    background-color: #119D89;
    color: #fff !important;
}


@media only screen and (max-width: 710px) {
    .dropdown,#swagger,#ajuda {
        display: none;
    }
}

@media only screen and (max-width: 900px) {

    #nav-header {
        flex-grow: 0;
    }

    #btn-download {
        display: none;
    }
}

a[href="https://redocly.com/redoc/"] {
  	display: none !important;
}

