body,
html {
    width: 100%;
    height: 100%;
    background: #e6e6e6;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    color: #3b4151;
}

h4{
    text-decoration: underline;
    font-weight: bold;
}

header div {
    width: 100%;
    margin: 0;
}

.mobileLogo {
    display: none;
    height: 80px;
    padding: 0px 0px 0px 25%;
    margin-top: 40px;
}

.desktopLogo {
    display: initial;
    height: 80px;
    padding: 0px 0px 0px 25%;
    margin-top: 40px;
}

@media (max-width: 1024px) {
    .desktopLogo {
        display: none;
    }

    .mobileLogo {
        display: initial;
    }
}

.headerlogo {
    height: 80px;
    padding: 0px 0px 0px 25%;
    margin-top: 40px;
    margin-left: 0;
    position: absolute;
}

.second-header {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 25px;
    flex-direction: row;
}

    .second-header img {
        padding-left: 80px;
        height: 70px;
        transform: translate(0px, 10px);
        position: relative;
    }

    .second-header h1 {
        padding-top: 25px;
    }

.container {
    width: 100%;
    max-width: 1280px;
    min-height: auto;
    margin: auto;
    background: white;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 10px 1em rgb(0 0 0 / 10%);
}

.contact-div {
    background-color: #eaeff9;
    padding: 2% 0% 2% 0;
    color: #3b4151;
    height: fit-content;
}

    .contact-div h4 {
        max-width: 80%;
    }

.logo {
    text-align: center;
    margin: 10px auto;
    display: block;
}

    .logo img {
        width: 300px;
        height: 100%;
    }

.go-back-button {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    margin: 30px;
    border: 2px solid #292f45;
    text-decoration: none;
    color: #292f45;
    position: relative;
    transition: 0.3s;
    background-color: rgba(0, 0, 0, 0);
    z-index: 999;
}


    .go-back-button a {
        width: 40px;
        height: 40px;
        border-radius: 99px;
        display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #3b4151;
        background: white;
        box-shadow: 0 0 1em rgba(0,0,0,0.1);
    }

        .go-back-button a:hover {
            color: white;
            border: 2px solid #888a8f;
            background: #888a8f;
        }

.box-nome-aplicacao {
    display: flex;
    flex-direction: column;
    padding: 20px;
    text-align: center;
}

.content {
    width: 100%;
    max-width: 1025px;
    height: auto;
    margin: 0 auto 20px auto;
    display: block;
    padding: 0 0 5% 0;
}

.text-content {
    width: 100%;
    max-width: 500px;
    text-align: justify;
    margin-right: 10px;
    display: inline-block;
}

.summary-container {
    display: flex;
    flex-direction: row;
    width: fit-content;
    height: 100%;
    margin: auto;
}

.release-content {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
}

.release-content ul {
    list-style-type: circle;
}

ul, #myUL {
     list-style-type: none;
}

#myUL {
    margin: 0;
    padding: 0;
}

.caret {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

    .caret::before {
        content: "\25B6";
        color: black;
        display: inline-block;
        margin-right: 6px;
    }

.caret-down::before {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    ' transform: rotate(90deg);
}

.nested {
    display: none;
}

.active {
    display: block;
}

.swaggerContent {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding-top: 96px;
}



.box-nome-aplicacao iframe {
    padding: 5%;
    width: 800px;
    height: 98.2%;
    margin: 0;
    overflow: hidden;
    border: none;
    scroll-behavior: unset;
    position: relative;
}

.released-versions {
    background-color: #eaeff9;
    margin: 0;
    width: 20%;
    left: 0;
    padding: 2% 0% 1% 0;
    position: relative;
    min-height: 800px;
    height: auto;
}

    .released-versions h2 {
        margin: auto;
        width: 90%;
        padding-bottom: 2%;
    }

.releaseBtns {
    text-align: left;
    align-content: left;
    position: relative;
    left: 5%;
    padding-bottom: 2%;
    width: fit-content;
}

    .releaseBtns button {
        width: fit-content;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 99px;
        padding: 10px 40px 10px 40px;
        margin: 5px;
        border: 2px solid #292f45;
        text-decoration: none;
        color: #292f45;
        position: relative;
        transition: 0.3s;
        background-color: rgba(0, 0, 0, 0);
    }

        .releaseBtns button:hover {
            color: white;
            border: 2px solid #888a8f;
            background: #888a8f !important;
        }

.release-text-content {
    width: 90%;
    text-align: justify;
    display: inline-block;
    padding-bottom: 5%;
}

.img-content {
    width: 100%;
    max-width: 500px;
    display: inline-block;
    margin-left: 10px;
}

    .img-content img {
        width: 400px;
    }

.api-button {
    width: fit-content;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    padding: 10px 40px 10px 40px;
    margin: 30px auto;
    border: 2px solid #292f45;
    text-decoration: none;
    color: #292f45;
    position: relative;
    transition: 0.3s;
    background-color: rgba(0, 0, 0, 0);
}

    .api-button:hover {
        color: white;
        border: 2px solid #888a8f;
        background: #888a8f;
    }

footer {
    max-width: 1280px;
    width: 100%;
    min-height: 40px;
    height: auto;
    /* bottom: 0; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    display: flex;
    /* position: relative; */
    justify-content: space-between;
    background-color: #3b4151;
    flex-direction: column;
    padding: 2% 0% 1% 0;
    /* margin: 0; */
    font-family: Arial, Helvetica, sans-serif;
}

    footer h3 {
        color: #fff;
        padding: 0% 0% 2% 2%;
    }

.versao-aplicacao {
    font-size: 12px;
    color: #fff;
    padding: 0% 2% 0% 2%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .versao-aplicacao a {
        font-size: 12px;
        color: #fff;
        text-decoration: none;
        font-weight: 900;
    }

.copyright {
    font-size: 12px;
    color: #fff;
}

    .copyright img {
        height: 15px;
    }

    .copyright a {
        font-size: 12px;
        color: #fff;
        text-decoration: none;
    }

h1 {
    background-position: left;
    background-size: 42px;
    padding-left: 47px;
    font-size: 36px;
    margin: 0;
}

h2 {
    font-weight: 600;
    text-align: left;
    display: block;
    font-size: 30px;
    color: #404044;
}

h3 {
    text-align: left;
    font-weight: bold;
    font-size: 20px;
}

h4 {
    width: 100%;
    max-width: 1020px;
    margin: 20px auto;
    font-weight: 400;
    text-align: justify;
}

    h4 a {
        text-decoration: none;
        color: #3b4151;
        font-size: 17px;
        font-weight: 600;
        border-bottom: solid transparent 1px;
        transition: 0.3s;
    }

        h4 a:hover {
            border-bottom: solid black 1px;
        }

h6 {
    font-weight: 100;
    font-size: 16px;
}

@media screen and (max-device-width: 960px) {
    header {
        background-size: auto;
        background-position-x: 18%;
    }

    h1 {
        font-size: 4em !important;
        width: 90%;
    }

    h2 {
        font-size: 3em !important;
        padding: 0% !important;
        text-align: center;
    }

    h3 {
        font-size: calc(1vw + 1em);
        font-weight: bold;
    }

    .contact-div {
        width: 100%;
        margin: auto;
    }

    .text-content {
        max-width: 90% !important;
    }

        .text-content p {
            font-size: calc(2vw + 1em);
        }

    .img-content {
        max-width: 90% !important;
    }

        .img-content img {
            width: 600px !important;
        }

    .api-button {
        height: 70px;
        display: flex;
        border-radius: 99px;
        font-size: calc(2vw + 1em);
    }

    h4 {
        margin: 30px auto;
        width: 90%;
        font-size: calc(2vw + 1em);
    }

        h4 a {
            font-size: calc(2vw + 0.4em);
        }
}
