body {
  background-color: rgba(155, 155, 155, 0);
  background-repeat: no-repeat;
  background-size: cover; 
  background-attachment: fixed;
}

h1.titulo-atuacao {
  margin-left: 8.5%;
  margin-bottom: 20px;
}

.fundo-atuacao {
  width: 1920px;
  height: 957px; 
  object-fit: contain;
  opacity: 0.65;
}

.titulo-atuacao {
  color: #ededed;
  margin-top: 30px;
}
.subtitulo-atuacao {
  color: #fbd969;
  opacity: 1;
  margin-top: 2%;
}

.amarelo {
  color: #fbd969;
}

.titulo-atuacao-cursos {
  margin-bottom: 2%;
  color: #254367;
  text-align: left;
  margin-left: 8.5%;
  margin-right: 8.5%;
}

.subtitulo-atuacao-cursos {
  color: #fbd969;
  opacity: 1;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  flex-wrap: nowrap;
}

.textocorpo-atuacao {
  color: #ededed;
  margin-right: 1%;
}

.div-titulo {
  margin-top: 0px;
}

.right {
  text-align: left;
  padding-left: 2%;
  padding-right: 1%;
}

.textocurso {
  text-align: left;
  margin-left: 8.5%;
  margin-right: 8.5%;
}

.left {
  text-align: right;
  padding-left: 1%;
  padding-right: 2%;
}

.image-left {
  background-position: right;
  z-index: inherit 999;
  margin-top: 1%;
  margin-left: 1%;
  margin-right: 2%;
  float: left;
}

.image-right {
  z-index: inherit 999;
  margin-top: 1%;
  margin-right: 1%;
  margin-left: 2%;
  float: right;
  box-sizing: border-box;
}

#lista {
  margin-bottom: 0;
}

.fundo {
  width: 100%;
  height: 100%;
  opacity: 0.95;
  background-color: #ffffff;
  position: static;
  top: 28px;
  bottom: 10em;
  padding-top: 20px;
}

.azul {
  color: #254367;
}

.cinza {
  color: #bfbfbf;
}

.container {
  display: flex;
  height: 100%;
  flex-direction: row;
}

.areas-atuacao{
  background-color: rgba(142, 141, 141, 0.9);
  margin-left: 8.5%;
  margin-right: 8.5%;
  margin-bottom: 2%;
  padding-bottom: 1%;
  height:auto;
  display: flex;
}
.direita{
  display: flex;
  align-items: flex-end;
}

.areas-atuacao div.content {
  display: flex;
  flex-direction: column;
}

.areas-atuacao div.content div {
  color: #ededed;
  display: none;
  text-align: left;
}

.areas-atuacao div.content button {
  border-radius: 50%;
  height: 34px;
  width: 34px;
  background-color: #fbd969;
  color: #254367;
  font-weight: bold;
  border: 0;
}

.subtitulo {
  font-size: 20px !important;
}

.left button {
  margin-left: auto;
}

.subtitulo-atuacao {
  margin-bottom: 0;
}

.subtitulo-atuacao-texto {
  margin-bottom: 1%;
  margin-top: -8px;
}

.box {
  margin-bottom: 15%;
  justify-content: space-between;
  height: 100px;
}

.cinzaescuro {
  color: #8e8d8d;
}

@media screen and (max-width: 768) {
  .subtitulo-atuacao-curso {
    max-width: 55em;
  }
}

div.cursos {
  padding-left: 8.5%;
  padding-right: 8.5%;
}

div.cursos ul {
  list-style: none;
  padding-left: 0%;
  padding-right: 0%;
}

div.cursos ul li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

div.cursos ul li img {
  width: 200px;
  height:200px;
}
div.cursos ul li div.infos {
  padding-left: 30px;
}

div.cursos ul li div.infos strong {
  font-family: Lato Light;
  font-size: 24px;
  font-weight: normal;
  color: #fbd969;
}

div.cursos ul li div.infos p{
  color: #8e8d8d;
  font-family: Lato Light;
  text-align: justify;
  font-size: 18px;
  font-weight: normal;
}

@media screen and (max-width:880px) {
  .cursos ul li {
    flex-direction: column;
  }

  img{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
  }

  div.cursos ul li div.infos {
    padding-left: 0;
  }  

  .left, .right {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width:450px) {
  .areas-atuacao {
    display: flex;
    flex-direction: column;
  }

  .left {
    text-align: left;
    margin-left: 5%;
  }
}
