* {
  box-sizing: border-box;
}

.tabelamaneira {
  display: table;
  height: 100%;
  width: 100%;
}

.vertical-align {
  display: table-cell;
  vertical-align: middle;
  min-height: 200px;
}

.button-link {
  text-decoration: none;
}

.fila-botoes {
  background-color: #EDB61E;
  background-image: linear-gradient(100deg, #EDB61E 0%, #EDB61E 30%, #2F2823 70%, #2F2823 100%);
  z-index: 0;
  height: 40px;
  float: none;
  margin: auto 20px;
  width: 100%;
  /*width: 800px;*/
  max-width: 100%;
  border-radius: 40px;
  display: block;
  -webkit-box-shadow: 0 2px 4px -1px rgba(25, 25, 25, 0.2);
          box-shadow: 0 2px 4px -1px rgba(25, 25, 25, 0.2);
}

.fila-botoes input {
  display: none;
}

.fila-botoes label {
  display: table;
  float: left;
  padding: 0;
  width: 25%;
  height: 100%;
  margin: 0;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.fila-botoes label:first-child {
  border-left: none;
  border-radius: 40px 0 0 40px;
}

.fila-botoes label:last-child {
  border-radius: 0 40px 40px 0;
}

.fila-botoes .botaoselect {
  font-size: 19px;
  cursor: pointer;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  font-weight: 300;
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: inset 0 30px 20px -20px rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 30px 20px -20px rgba(255, 255, 255, 0.15);
  -webkit-transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -webkit-transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-box-shadow 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.fila-botoes .botaoselect:hover {
  -webkit-box-shadow: inset 0 30px 30px -20px rgba(50, 50, 50, 0.02);
          box-shadow: inset 0 30px 30px -20px rgba(50, 50, 50, 0.02);
  -webkit-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fila-botoes .botaoselect:after {
  content: '\2714';
  margin-left: -10px;
  display: inline-block;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, -webkit-transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, -webkit-transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.fila-botoes .first {
  border-radius: 40px 0 0 40px;
}

.fila-botoes .last {
  border-radius: 0 40px 40px 0;
}

.fila-botoes input:checked + .botaoselect {
  color: #FFFFFF;
  text-shadow: 	black 0.1em 0.1em 0.2em;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(65%, rgba(25, 25, 25, 0)), to(rgba(25, 25, 25, 0.08)));
  background-image: linear-gradient(to top, rgba(25, 25, 25, 0) 65%, rgba(25, 25, 25, 0.08));
  -webkit-box-shadow: inset 0 10px 50px rgba(25, 25, 25, 0.08);
          box-shadow: inset 0 10px 50px rgba(25, 25, 25, 0.08);
  -webkit-transition: color 500ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 150ms;
  -webkit-transition: color 500ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 150ms;
  transition: color 500ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 150ms;
  transition: color 500ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 150ms;
  transition: color 500ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 150ms, -webkit-box-shadow 150ms;
}

.fila-botoes input:checked + .botaoselect:after {
  margin-left: 12px;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms, margin 500ms;
  -webkit-transition: margin 500ms, -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms;
  transition: margin 500ms, -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms;
  transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms, margin 500ms;
  transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms, margin 500ms, -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms;
}

.atributos {
	background-color: #EDB61E !important;
	font-weight: 900 !important;
	text-transform: uppercase;
	font-style: italic;
	
}

.respondente {
	background-color: #EDB61E !important;
	font-weight: 900 !important;
	
}

.lateral-amarela {
	border-left: solid 1px #EDB61E;
}

.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
  width: 100%;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 3px solid #2F2823;
  outline: 0;
  font-size: 1.3rem;
  color: #EDB61E;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;

  &::placeholder {
    color: transparent;
  }

  &:placeholder-shown ~ .form__label {
    font-size: 1.3rem;
    cursor: text;
    top: 20px;
  }
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #2F2823;
}

.form__field:focus {
  ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #EDB61E;
    font-weight:700;    
  }
  padding-bottom: 6px;  
  font-weight: 700;
  border-width: 3px;
  border-image: linear-gradient(to right, #EDB61E,#2F2823);
  border-image-slice: 1;
}
/* reset input */
.form__field{
  &:required,&:invalid { box-shadow:none; }
}

.center {
	width: 100%;
}

.skillbox {
	width: 100%;
	margin: 20px 0;
}

.skillbox p {
	margin: 0 0 10px;
	padding: 0;
	letter-spacing: 1px;
	font-weight: 900;
	color: #2F2823;
}

.skillbox p:nth-child(2) {
	float: right;
	position: relative;
	top: -35px;
}

.skill {
	background: #2F2823;
	padding: 4px;
	box-sizing: border-box;
	border: 1px solide #EDB61E;
	border-radius: 2px;
}

.skill_level {
	background: #EDB61E;
	width: 100%;
	height: 10px;
}

/* Media Queries */

/* Tamanho xs */
@media (max-width: 767px) {

	.fila-botoes {
	height: 40px;
	}

	.lateral-amarela {
	border-left: none;
	}

}