.borde44{
    border-top: 3px solid black;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    margin-left: 0px;
    align-items: center;
  }

  .borde45{
    border-top: 1px solid black;
    padding-left: 0px;
    padding-right: 0px;
    width: 27%;
    margin-left: 0px;
  }

  body {
    font-family:'Franklin Gothic Medium';
  }

  .artigos {
    float: left;
    margin-right: 25px;
  }

  p {
    text-align: justify; 
    font-size: 14pt; 
    color: #555;
  }

  footer p{
    color: white !important;
    margin-left: 0px;
    font-size: 14px;
  }

  #imgblog{

    height: 108px;
    width: 210px;
  }

  .cardBox1 {
    display:block;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 3px black;
    border-radius: 8px;
    max-width: 210px;
    max-height: 240px;
    height: 240px;
  }
  
  header {
    top: 0;
    background-color: black;
    color: white;
    /* height: 50px; */
    width: 100%;
    position: fixed;
    z-index: 1;
    display: block;
}

nav {
    overflow: hidden;
    width: 100%;
    box-sizing: inherit;
}

nav a {
    color: inherit;
    text-decoration: none;
    font-size: 15px;
}

nav a:hover {
    color: rgba(255, 255, 255, 0.812);
    text-decoration: solid;
}

footer {
    margin-top: 0;
    background-color: gainsboro;
    font-size: 10px;
    /* position: absolute; */
    position: fixed;
    /* min-height: 100vh; */
    bottom: 0;
    width: 100%;
    height: 2.5rem;
}

.button {
    text-align: center;
    white-space: normal;
}

.nav-items {
    padding: 8px 16px;
    width: auto;
    border: none;
    /* outline: 0; */
}

.nav-card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.to-right {
    float: right !important;
}

.to-left {
    float: left !important;
}


.padding-large {
    padding: 12px 24px !important;
}

.content {
    margin-left: auto;
    margin-right: auto;
    max-width: 2000px;
   
}

.container {
    padding: 0.01em 16px;
    padding-left: 0px;
    padding-right: 0px;
    justify-content: center;
    align-items: center;
}

.padding-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important
}

.wide {
    letter-spacing: 4px;
}

h2 {
    font-size: 30px;
}

.opacity {
    opacity: 0.60;
}

.justify {
    text-align: justify;
}

.center {
    text-align: center;
}

.padding-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

section {
    max-width: 800px;
    box-sizing: inherit;
}

section p.justify {
    width: auto;
    margin: auto;
    padding: 10px 100px 10px 100px;
}

#inicio {
    margin-top: 0px;
}

.black-ground {
    background-color: black;
    color: white;
}


.card-container {
    display: flex;
    gap: 20px;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

