/* reset */
body {
    padding: 0;
    margin: 0;
}

body {
    font-size: 15px;
    line-height: 1.5;
    font-family: "Lato", sans-serif;
    background-color: rgb(180, 185, 185);
    justify-content: center;
    align-items: center;

}
.logoimg{
    width: 108px;
    height: 35px;
}
.header {
    top: 0;
    background-color:#4f2621;
    color: #faefc2;
    /* 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);
}

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

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

.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: 100%;
    margin-top: 46px
}

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

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

.wide {
    letter-spacing: 4px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    margin: 10px 0;
}

h2 {
    font-size: 30px;
}

.opacity{
    opacity: 0.60;
}

.justify{
    text-align: justify;
    font-size: 20px;
}


.center {
    text-align: center;
    position: relative;
}

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

section{
    max-width:100%;
    box-sizing: inherit;
  }

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

  #inicio{
    margin-top: 50px;
  }

  .black-ground{
    background-color: #4f2621;
    color: #faefc2;
  }




   


  .cardBox {
    background-color: #fce7d2;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
    width: 300px;
    height: 200px;
    max-width:300px;
    max-height: 200px;
    text-align: center;
    flex-shrink: 1;
    
  }
  
  .cardBox1{
   width: 100%;
   height: 350px; 
  }


  .btn-card {
    background-color: #c48c62;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
  }

  .black-ground .cardBox{
    background-color: #fce7d2;
    color: black;
  }

  .btn-card:hover {
    background-color: inherit;
    color: inherit;
  }

  .card-container {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    
  }

  #logo{
    font-size: 1.7em;
  }
  
  .icones img{
    height: 90px;
    padding: 15px;
  }

  #imagemArtigo1, #imagemArtigo2, #imagemArtigo3 {
    width: 100%;
    height: 400px; 
    background-image: url(../imagens/filme.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
#imagemArtigo2{
  background-image: url(../imagens/musica.png);
}
#imagemArtigo3{
  background-image: url(../imagens/series.png);
 
}

#carouselExampleCaptions{
  height: 400px;
  background-color: aqua;
}

#carousel-inner{
  height: 400px;
}
#artigos{
  margin-top: 0;
  height: 400px;
}

#contato{
  margin-top: 0;
}
.cortext1{
  color: #ddb99d;
}
.cortext3{
  color: #e6cbb6;
}

footer{
  margin-top: 0;
  background-color: gainsboro;
  font-size: 10px;
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  
}