/* * {
  border: 1px solid red;
} */

/* * {
  outline: 1px solid red;
} */

/* #sidebar {
  position: fixed;
} */

body {
  margin: 0;
  font-family: "Lato", sans-serif;
}

#divimgsidebar {
  padding: 20px; 
  margin-top: 0px;
  /* margin-bottom: 10px; */
}

#imgsidebar {
  width: 150px;
}
/* 
.menu-item {
  color: #c0bdb8;
  padding: 5px;
  font-size: 15px;
}

.menu-item:hover {
  color: #FFF;
  font-weight: bold;
} */

.titulo{
  color: #404040; font-weight: bold;
  font-size: 20px;
}

#slogan{
  color: #980000; font-weight: bold;
  font-size: 30px;
  margin: 30px;
}

.bgcard {
  height: 200px;
  background-size: cover;
  background-position: center center;
  transform: translate3d(0px, 0px, 0px);
}

.titulocard {
  margin: 20px;
}

.linkcard {
  margin-top: 20px;
  text-decoration: underline black;
  font-size: 20px;
  color: black;
}
/* 
a {
  text-decoration: none;
} */

/* .mt-cards {
  margin-top: 50px;
} */
/* 
.mt-cards2 {
  margin-top: 30px;
} */

#boxCapa {
  height: 280px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#imgcapa {
  height: 250px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  filter: brightness(50%);
  -webkit-filter: brightness(50%);
}



#tituloPagina {
  position: absolute;
  color: #FFF;
  border: 5px solid #FFF;
  padding: 20px 50px;
  font-size: 25px;
}

.card-text {
  font-size: 20px;
}

#redes-sociais {
  align-items: flex-end;
  display: flex;
  float: right;
}



.sidebar {
  /* margin: 0; */
  /* padding: 0; */
  width: 200px;
  background-color: #212529;
  position: fixed;
  top: 0;
  height: 100%;
  overflow: auto;
}

.sidebar a {
  display: block;
  color: #c0bdb8;
  padding: 10px;
  text-decoration: none;
  font-size: 15px;
}

.sidebar a.active {
  background-color: #555;
  color: #FFF;
}

.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}

div.content {
  margin-left: 200px;
  /* padding: 1px 16px; */
  /* padding: 0; */
  height: 1000px;
}

@media screen and (max-width: 1224px) {
  
  #boxCapaInicio {
    height: 200px !important;
  }
  
  #imgcapainicio {
    height: 200px !important;
    background-size: 50% !important;
  }

}

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }

  .sidebar a {
    float: left;
  }

  div.content {
    margin-left: 0;
  }

  #divimgsidebar {
    display: none;
  }

  #boxCapaInicio {
    height: 200px !important;
  }
  
  #imgcapainicio {
    height: 200px !important;
    background-size: 50% !important;
  }

  #slogan{
    color: #980000; font-weight: bold;
    font-size: 25px;
    margin: 25px;
  }
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }

  #divimgsidebar {
    display: none;
  }

  #boxCapaInicio {
    height: 180px !important;
  }
  
  #imgcapainicio {
    height: 180px !important;
    background-size: 80% !important;
  }

  #slogan{
    color: #980000; font-weight: bold;
    font-size: 20px;
    margin: 20px;
  }
  
}

#boxCapaInicio {
  height: 650px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#imgcapainicio {
  height: 650px;
  width: 100%;
  background-image: url(../imgs/capa-inicio-cinza.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
