/* body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

header {
    background-color: #0056b3;
    color: white;
    padding: 1rem 0;
    text-align: center;
}

header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

header nav a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5rem;
}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

header nav ul li {
    margin-left: 20px;
}

header nav ul li a {
    font-size: 1rem;
    font-weight: normal;
}

main {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

footer {
    text-align: center;
    padding: 1rem 0;
    background-color: #0056b3;
    color: white;
    margin-top: 20px;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

li:last-child {
    border-bottom: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}


teste
body {
    font-family: "Open Sans", sans-serif;
}

.title-header {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #015a77;
}


.title-brand{
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #012e4c;
}

.nav-link {
    color: #015a77;
}

.heros-section .banner-gradient{
    background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
}

.heros-section .display-6{
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

h2,.h5, .h4, .h3 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

p {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #272727;
}

.article-home a {
    text-decoration: none;
}

.article-home a:hover {
    color:#015a77;
}

.article-home .title-brand {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 1.5em;
    color:#015a77;
}

article .title-article {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    color:#015a77;
}


 */

.title-header {
  color: #012e4c;
  font-weight: 600;
}

.title-medium {
  color: #012e4c;
  font-weight: 600;
}

.heading-content {
  color: #074f8a;
  font-weight: 600;
}

.nav-link {
    color: #1b7bb0;
}

.nav-link:hover {
    color: #074f8a;
}

.link-autor {
    color: inherit;
    /* text-decoration: none; */
}

.article-home a {
  text-decoration: none;
}

.heros-section .banner-gradient {
  background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
}
