* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
    margin: 0;
    overflow-x: hidden;
    font-family: "Red Hat Display", sans-serif;
}

.navbar {
    padding-top: 23px;
    padding-bottom: 23px;
    --tw-bg-opacity: 1;
    background-color: #ffffff;
    border-top-color: #33333366;
    justify-content: center;
    display: flex;
    z-index: 9999999;
    drop-shadow(0px 4px 4px rgba(0,0,0,.25))
}

.navbar-box {
    width: 100%;
    display: grid;
    max-height: 48px;
    max-width: 1028px;
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.navbar-box img {
    max-width: inherit;
    width: 260px;
    height: 46px;
    margin-left: -40px;
}

main {
    width: 100%;
    padding: 40px 20px 40px 20px;
    display: grid;
}

.container {
    padding: 20px;
    column-gap: 20px;
    max-width: 1028px;
    place-self: center;
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid {
    text-align: -webkit-center;
}
.grid .container {
    display: grid;
    max-width: 1028px;
    place-self: center;
    align-items: center;
    column-gap: 20px;
    text-align: left;
 }

.container,
.title h3 {
  margin-bottom: 10px;
}


.header-doc {
    background-color: #172536;
    height: 213px;
    position: relative;
    overflow: hidden;
}

.header-grid {
    width: 100%;
    display: grid;
    max-width: 1028px;
    padding: 40px 20px 40px 20px;
}

.group-a {
    margin-top: 36px;
    margin-bottom: 39px;
    grid-column: span 4 / span 4;
}

.header-doc  .illustration {
    right: 0;
    top: 0;
    max-height: 300px;
    position: absolute;
}

.header-doc h1 {
  color: #FFF;
}

.title h2 {
  margin-bottom: 20px;
}

section {
  text-align: left;
  padding: 10px;
}

section,
h3 {
  font-size: larger;
  margin-bottom: 10px;
}

.request-http p {
  margin-bottom: 10px;
}

.request-http,
.request-http-list {
  padding-left: 18px;
}

.request-http-list li {
  padding-left: 24px;
}

.response-codes ul {
  list-style: none;
}

.box-swagger-actions {
  display: flex;
  flex-direction: column;
  margin: 30px 0 0 20px;
}

.box-swagger-actions h3 {
  font-weight: bold;
  font-size: 40px;
}

.container-button {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
}

.container-button a {
  font-size: small;
}

.btn-example {
    border-radius: 6px;
    font-weight: bold;
    text-align: center;
    margin-right: 0.5em;
    text-decoration: none;
    color: #FFF;
    border-color: #FFF;
    border-style: solid;
    background-color: #1F2E45;
    padding: 10px 20px;
    min-width: 25em;
    display: flex;
    justify-content: space-between;
}

.btn-example img {
    width: 1.5em;
    height: 1.5em;
    filter: invert(1);
}

.btn-example:hover {
  background-color: #df763a;
}

.btn-serp {
    color: #FFFFFF;
    width: 48px;
    height: 48px;
    border-radius: 25px;
    margin-right: 10px;
    padding: 10px;
    border: 1px solid #df763a;
    background-color: #df763a;
}
.btn-serp:hover {
    background-color: #172536;
}
.btn-serp img {
    filter: invert(1);
}

.box-support {
    display: flex;
    flex-direction: row;
}

.col-span-2 {
    grid-column: span 2 / span 2;
    display: flex;
    flex-direction: column;
}

.footer {
    width: 100%;
    color: #FFFFFF;
    padding-top: 2.5em;
    background-color: #172536;
    line-height: 20px;
}

@media screen and (max-width: 1288px) {
    .header-doc  .illustration {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: smaller;
    }

    main {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

  .container {
    width: 110%;
  }

  .container,
  .title h3 {
    margin-bottom: 10px;
  }

  .title h2 {
    font-size: medium;
    margin-bottom: 20px;
  }

  .box-swagger-actions {
    display: flex;
    flex-direction: column;
    margin: 30px 0 0 20px;
    align-items: center;
    text-align: center;
  }

  .box-swagger-actions h3 {
    font-size: large;
  }

  .container-button {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 8px;
  }

  .container-button a {
    font-size: small;
  }
}

@media screen and (max-width: 768px) {
    .grid .container {
        display: flex;
        flex-direction: column;
        width: 80%;
        text-align: justify;

        .col-span-2 {
            padding: 20px;
        }
    }
    .header-doc {
        height: auto;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  body {
    font-size: smaller;
  }

  main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container {
    width: 110%;
  }


  .box-swagger-actions {
    display: flex;
    flex-direction: column;
    margin: 30px 0 0 20px;
    align-items: center;
    text-align: center;
  }

  .box-swagger-actions h3 {
    font-size: x-large;
  }

  .container-button {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
  }

  .container-button a {
    font-size: larger;
  }
    .box-address {
        width: 65%
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  body {
    font-size: medium;
  }
    .header-doc {
        height: auto;
    }

  main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  section,
  h3 {
    margin-bottom: 10px;
  }

  .box-swagger-actions {
    display: flex;
    flex-direction: column;
    margin: 30px 0 0 10px;
    align-items: center;
    text-align: center;
  }

  .box-swagger-actions h3 {
    font-size: xx-large;
  }

  .container-button {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
  }

  .container-button a {
    font-size: medium;
  }
}