/*.foto_cand_nome_container {
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #d6dadc;
  border-radius: 25em;
  color: #444;
  cursor: pointer;
  display: inline-block;
  margin: 0 4px 4px 0;
  overflow: visible;
  position: relative;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 0;
}

.foto_cand_nome {
  font-size: 24px;
  height: 52px;
  width: 52px;
  font-weight: 700;
  left: 0;
  line-height: 52px;
  overflow: hidden;
  position: absolute;
  text-align: center;
}*/



.foto_cand_nome_circle_big {
  position: relative;
  display: block;
  margin: 2em 0;
  background-color: transparent;
  color: #222;
  text-align: center;
  max-width: 152px;
  max-height: 152px;
}

.foto_cand_nome_circle_little {
  position: relative;
  display: block;
  margin: 0.5em 0;
  background-color: transparent;
  color: #222;
  text-align: center;
  max-width: 102px;
  max-height: 102px;
  min-width: 52px;
  min-height: 52px;
}

.foto_cand_circle_little {
  position: relative;
  display: block;
  margin: 0.5em 0;
  background-color: transparent;
  color: #222;
  text-align: center;
  max-width: 102px;
  max-height: 102px;
  min-width: 52px;
  min-height: 52px;
}

.foto_cand_nome_circle_big:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  max-width: 152px;
  height: 0;
  border-radius: 50%;
  background-color: #ddd;
  content: "";
}

.foto_cand_circle_little:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  max-width: 102px;
  min-width: 52px;
  height: 0;
  border-radius: 50%;
  background-color: #ddd;
  content: "";
}

.foto_cand_nome_circle_little:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  max-width: 102px;
  min-width: 52px;
  height: 0;
  border-radius: 50%;
  background-color: #ddd;
  content: "";
}

.foto_cand_nome_circle_big__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 152px;
  max-height: 152px;
}


.foto_cand_circle_little__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 102px;
  max-height: 102px;
  min-width: 52px;
  min-height: 52px;
}

.foto_cand_nome_circle_little__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 102px;
  max-height: 102px;
  min-width: 52px;
  min-height: 52px;
}


.foto_cand_nome_circle_big__wrapper {
  display: table;
  width: 100%;
  height: 100%;

  max-width: 152px;
  max-height: 152px;
}

.foto_cand_circle_little__wrapper {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 102px;
  max-height: 102px;
  min-width: 52px;
  min-height: 52px;
}

.foto_cand_nome_circle_little__wrapper {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 102px;
  max-height: 102px;
  min-width: 52px;
  min-height: 52px;
}

.foto_cand_nome_circle_big__content {
  display: table-cell;
  padding: 1em;
  vertical-align: middle;
}

.foto_cand_circle_little__content {
  display: table-cell;
  /*padding: 1em;*/
  vertical-align: middle;
}

.foto_cand_nome_circle_little__content {
  display: table-cell;
  /*padding: 1em;*/
  vertical-align: middle;
}

@media (min-width: 480px) {
  .foto_cand_nome_circle_big__content {
    font-size: 20px;
  }
  .foto_cand_nome_circle_little__content {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .foto_cand_nome_circle_big__content {
    font-size: 24px;
  }
  .foto_cand_nome_circle_little__content {
    font-size: 16px;
  }
}


@media (min-width: 1380px) {
  .foto_cand_nome_circle_big__content {
    font-size: 38px;
  }
  .foto_cand_nome_circle_little__content {
    font-size: 16px;
  }
}
