body,
html {
    width: 100vw;
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #f8fffc;
}

body {
    overflow-x: hidden;
}

.box {
    width: 100%;
    min-width: 1280px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.box>h1 {
    font-size: 6vw;
    margin: 0;
    position: relative;
    z-index: 1;
}

.box>h5 {
    font-size: 3vw;
    margin-bottom: 15%;
}

.box>div {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.collapsible {
    width: 100%;
}

.scale {
    margin: -40px 0;
    transform: scale(0.8)
}

.box>div>p {
    width: 100%;
}

.box>div>.row {
    margin-top: 20px;
}

.down-page {
    position: absolute;
    bottom: 10px;
    color: white;
}

.down-page i {
    font-size: 50px;
}


.box>svg {
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
    -webkit-filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 1));
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 1));
}

#secundario {
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
}

#secundario>iframe {
    border: none;
    width: 100%;
    height: 100%;
}

.tap-target {
    color: #fff;
}

#tesss {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 1000000;
}

.var-list {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-inline-start: 40px !important;
}

.var-list>li {
    list-style-type: disc !important;
}

.space {
    padding-inline-start: 40px;
}

variable {
    color: #4b4b4b;
}

GET {
    color: #256bc7;
    background-color: #f2f5f9;
    border-radius: 4px
}

.bg-GET {
    background-color: #f2f5f9;
}

POST {
    color: #25c72d;
    background-color: #f2f9f2;
    border-radius: 4px
}

.bg-POST {
    background-color: #f2f9f2;
}

PUT {
    color: #ffbb00;
    background-color: #f9f9f2;
    border-radius: 4px
}

.bg-PUT {
    background-color: #f9f9f2;
}

DELETE {
    color: #ff0000;
    background-color: #f9f2f4;
    border-radius: 4px
}

.bg-DELETE {
    background-color: #f9f2f4;
}

GET,
POST,
PUT,
DELETE {
    padding: 2px 4px
}

.topic-description {
    transform: scale(1.2)
}

.collapsible-body {
    background-color: #fff;
}

.loading {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    z-index: 10000000;
    top: 0;
}

#loading-validate {
    display: none;
}

.div-validate {
    display: flex;
    justify-content: center;
    align-items: center;
}