/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/index.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
@media only screen and (max-width: 600px) {
  .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 43px 0px 43px;
    z-index: 1;
  }
  .header-pages {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 43px 0px 43px;
    margin-bottom: -60px;
  }
  .header-logo {
    height: 58px;
    width: 58px;
    background-color: #0055d4;
  }
  .header-nav-icon {
    height: 23px;
    width: 32px;
  }
  .close-nav-menu {
    height: 37px;
    width: 37px;
  }
  .nav-menu {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 30px;
    background-color: white;
    transition: opacity 0.2s ease-in-out;
  }
  .nav-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 13px 0px 13px;
    margin-bottom: 25px;
  }
  .visible {
    visibility: visible;
    opacity: 1;
  }
  .body-no-scroll {
    overflow: hidden;
  }
  .nav-menu > ul {
    list-style: none;
    height: 80vh;
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;
  }
  .nav-menu > ul > li {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .hero-image {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: gray;
  }
  .hero-text {
    position: absolute;
    width: 260px;
    top: 50%;
    left: 32px;
    transform: translate(0, -50%);
  }
  .hero-title {
    font-family: Impact;
    font-size: 42px;
    letter-spacing: 3px;
    color: white;
    margin-bottom: 15px;
    border: 0;
  }
  .hero-paragraph {
    font-family: Arial;
    font-size: 18px;
    letter-spacing: 2px;
    color: white;
    margin-bottom: 50px;
  }
  .hero-button {
    background-color: #0055d4;
    width: 177px;
    height: 53px;
    padding: 3px 18px;
    border-radius: 8px;
    border-color: transparent;
    font-family: Arial;
    font-size: 21px;
    color: white;
    font-weight: bold;
    letter-spacing: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .hero-arrow {
    width: 12px;
    height: 21px;
  }
}
@media only screen and (max-width: 600px) {
  .section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 38px;
  }
  .section div {
    display: flex;
    align-items: center;
  }
  .section-title {
    display: inline-block;
    font-family: sans-serif;
    font-size: 13px;
    color: black;
  }
  .section-line {
    display: inline-block;
    height: 1.5px;
    width: 44px;
    margin-right: 8px;
    background-color: #0055d4;
  }
  .body-spacer {
    padding-right: 10vw;
    padding-left: 10vw;
  }
  h1.body-title {
    font-family: Arial;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    color: #0055d4;
    margin-bottom: 38px;
  }
  p.body-paragraph {
    font-family: Arial;
    font-size: 18px;
    color: black;
    text-align: justify;
    margin-bottom: 10px;
  }
  div.correction-spacer {
    height: 40px;
  }
  .body-topics {
    display: flex;
    margin-bottom: 33px;
    align-items: center;
    text-align: left;
  }
  .body-topics-marker {
    display: inline-block;
    font-family: Arial;
    font-size: 33px;
    font-weight: bolder;
    margin-right: 10px;
    color: #0055d4;
  }
  .body-topics-text {
    display: inline-block;
    font-family: Arial;
    font-size: 20px;
    font-weight: bolder;
    color: black;
  }
  .body-banner {
    width: 100vw;
    height: 237px;
    margin-bottom: 50px;
    margin-top: 50px;
    background-color: gray;
  }
  div.body-end-lines {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .body-small-end-line {
    background-color: #0055d4;
    height: 1px;
    width: 161px;
    margin-bottom: 10px;
  }
  .body-big-end-line {
    background-color: #0055d4;
    height: 1px;
    width: 243px;
  }
}
@media only screen and (max-width: 600px) {
  .post-div {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
  }
  .post-proscenium {
    position: relative;
    width: 300px;
    display: inline-block;
    margin-bottom: 30px;
  }
  .post-image {
    height: 200px;
    width: 300px;
    background-color: gray;
    margin-bottom: 10px;
  }
  h1.post-title {
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    color: black;
    margin-bottom: 3px;
  }
  h2.post-info {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #2a7fff;
    word-spacing: -1px;
    margin-bottom: 10px;
  }
  p.post-paragraph {
    font-family: Arial;
    font-size: 16px;
    word-spacing: -1px;
  }
  p.post-veja-mais {
    position: absolute;
    right: 0;
    bottom: -16px;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #2a7fff;
    text-decoration: underline;
  }
  .post-button {
    display: flex;
    background-color: #0055d4;
    padding: 10px 22px;
    border-radius: 8px;
    border: none;
    align-items: center;
    justify-content: space-between;
    color: white;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
  }
  .post-button-container {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  button.post-button > p {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 600px) {
  footer.footer {
    width: 100vw;
    background-color: #0055d4;
    padding: 50px 33px 33px 33px;
    color: white;
  }
  div.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  div.footer-flex-container {
    display: flex;
    justify-content: center;
    margin-bottom: 33px;
  }
  h1.footer-title {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
  }
  ul.footer-nav {
    list-style: none;
  }
  ul.footer-nav > li {
    font-family: Arial;
    font-size: 14px;
    margin-bottom: 7px;
  }
  .footer-copyright-container {
    text-align: center;
    font-family: Arial;
    font-size: 8px;
    font-style: italic;
    margin-top: 50px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 600px) {
  .contact-section {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
  }
  .contact-container {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 38px;
  }
  .contact-title {
    text-align: left;
  }
  .contact-icon {
    height: 50px;
    width: 50px;
    margin-right: 10px;
  }
  .contact-info {
    font-family: Arial;
    font-size: 30px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*# sourceMappingURL=index.css.map*/