/* Mudanca do orginal */


/* TAB */
.pill.controller {
  font-size: 0;
  border: 1px solid;
  display: inline-block;
  border-radius: 6px;
}
.pill.controller li {
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid #fff;
  font-size: initial;
}

.pill.controller li:first-child {
  border-radius: 4px 0 0 4px;
}
.pill.controller li:last-child {
  border-radius: 0 4px 4px 0;
}

.pill.controller li.selected {
  background: #fff;
  color: #303030;
}
/*TAB*/

.amarelo{
  background-color: #ffc24d;
  color:#000;
}
.azul{
  background-color: #87a6ff;
  color:#000;
}
.azulEscuro{
  background-color: #445380;
  color:#000;
}

.vermelho{
  background-color: #ff6666;
}
.circle {
  display: inline-block;
  border-radius: 50%;
  min-width: 15px;
  min-height: 15px;
  padding: 3px;
  color: white;
  text-align: center;
  line-height: 1;
  box-sizing: content-box;
  white-space: nowrap;
}

.btn-azul{
  background-color: #1b1b35;
  border: 1px solid;
  border-color: #fff;
  padding: 10%;
}
.btn-azul:hover{
  background-color: #101020;
}
.img-btn{
  vertical-align: middle;
}

.obj3D{
  width: 100%;
  height: 800px;
}
@media screen and (max-width:767px) {
  .obj3D{
    width: 100%;
    height: 400px;
  }
}
