.features-blue {
  color: #fff;
  padding-bottom: 30px;
}

@media (max-width:767px) {
  .features-blue {
    padding-bottom: 10px;
  }
}

.features-blue p {
  color: rgba(255,255,255,0.6);
}

.features-blue h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .features-blue h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.features-blue .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 60px;
}

@media (max-width:767px) {
  .features-blue .intro {
    margin-bottom: 40px;
  }
}

.features-blue .item {
  min-height: 100px;
  padding-left: 80px;
  margin-bottom: 40px;
}

@media (max-width:767px) {
  .features-blue .item {
    min-height: 0;
  }
}

.features-blue .item .name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  color: inherit;
}

.features-blue .item .description {
  font-size: 15px;
  margin-bottom: 0;
}

.features-blue .item .icon {
  font-size: 40px;
  color: #ffcc1e;
  float: left;
  margin-left: -65px;
}

.link_fazemos {
  color: #fff;
}

.link_fazemos:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(255,255,255,0.35);
}

.link_fazemos:visited {
  color: #fff;
}

.link_fazemos:active {
  color: #fff;
}

.link_fazemos:link {
  color: #fff;
}

.drop_topo {
  color: #fff;
}

.seletor_idioma {
  margin-right: auto;
  text-align: right;
}

.btn_idioma {
  background-color: rgba(255,255,255,0);
}

.btn_idioma:hover {
  background-color: rgba(255,255,255,0.27);
}

.btn_idioma:link {
  background-color: rgba(255,255,255,0);
}

.btn_idioma:visited {
  background-color: rgba(255,255,255,0);
}

.btn_idioma:active {
  background-color: rgba(255,255,255,0) !important;
  border: 1px solid #fff !important;
}

.drop_selected {
  color: #212529;
}

@media (max-width: 600px) {
  #clientes {
    padding-top: 0px;
    height: auto;
  }
}

@media (min-width: 720px) {
  #clientes {
    padding-top: 120px;
    height: 100vh;
  }
}

@media (max-width: 576px) {
  #projetos {
    height: auto;
  }
}

#projetos {
  height: 100vh;
}

.introducao {
  height: auto;
  background: url("../img/bg-pattern.png") top left / auto repeat, linear-gradient(to left top, #212121, #939393);
  background-size: auto, auto;
}

@media (min-width: 768px) {
  .introducao {
    height: 75vh;
    background: url("../img/bg-pattern.png") top left / auto repeat, linear-gradient(to left top, #212121, #939393);
    background-size: auto, auto;
  }
}

dificuldade {
  height: auto;
}

.desafio {
  height: auto;
  background: var(--bs-gray-800);
}

@media (min-width: 768px) {
  .desafio {
    height: 70vh;
    background: var(--bs-gray-800);
  }
}

@media (max-width: 768px) {
  .execucao {
    height: auto;
  }
}

.resultado {
  height: auto;
  background: var(--bs-gray-800);
}

@media (min-width: 576px) {
  .resultado {
    height: 70%;
    background: var(--bs-gray-800);
  }
}

.coluna {
  background: url("../img/clipboard-image-8.png") right / cover no-repeat;
  height: 100%;
  float: left;
  width: 50%;
  margin-right: 15px;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 576px) {
  .some-mobile {
    display: initial;
  }
}

@media (min-width: 576px) {
  .some-pc {
    display: initial;
  }
}

.some-pc {
  display: none;
}

