.install {
  display: none;
}

.aviso {
  width:38px;
  height:38px;
  right: 20px;
  top:0;
  cursor: pointer
}
.bg-autora-grey {
  background-color: #f5f5f5;
}

.piramid-line {
  max-height: 70px;
}

.border-b {
  border: 1px solid #333!important;
}
.border-top-b {
  border-top: 1px solid #333!important;
}
.border-right-b {
  border-right: 1px solid #333!important;
}
.border-bottom-b {
  border-bottom: 1px solid #333!important;
}
.border-left-b {
  border-left: 1px solid #333!important;
}

.piramid-square {
  width: 70px;
  height: 70px;
  background-color: #ffefd5;
}

.piramid-square-small {
  width: 70px;
  height: 70px;
}
#treino-left {
  left:10%;
  bottom: 15%
}
#treino-right {
  right:15%;
  top: 20%
}
/* ipad and tablets */
@media screen and (max-width: 1366px) {
  .piramid-square-small {
    width: 50px;
    height: 50px;
  }
  #treino-right {
    right:5%
  }
}

#cor-preferida-teste .piramid-square, #cor-preterida-teste .piramid-square {
  cursor: pointer;
}
#cor-preferida-teste .piramid-square:hover, #cor-preterida-teste .piramid-square:hover {
  -webkit-box-shadow:0 0 5px 5px rgba(255, 0, 0, 0.3);
  box-shadow:0 0 5px 5px rgba(255,0,0,.3);
}

.preferida-pyramid-selected {
  -webkit-box-shadow:0 0 5px 5px rgba(255, 0, 0, 0.3);
  box-shadow:0 0 5px 5px rgba(255,0,0,.3);
}

.select-pyramid {
  cursor: pointer;
}
.select-pyramid:hover {
  -webkit-box-shadow:inset 0 0 5px 10px rgba(255,255,0,.3);
  box-shadow:inset 0 0 5px 10px rgba(255,255,0,.3);
}
.select-pyramid-selected {
  -webkit-box-shadow:inset 0 0 5px 10px rgba(0, 255, 100, 0.3);
  box-shadow:inset 0 0 5px 10px rgba(0,255,100,.3);
}

.piramid-card {
  width: 70px;
  height: 70px;
  cursor: all-scroll;
  z-index: 5;
}

/* ajustes de margens pra piramides do mais e menos gostei */

.right25or15 {
  right: 2.5px
}
.right5or6 {
  right: 5px
}
.right35or25 {
  right: 3.5px
}
.left10or9 {
  left: 10px
}

/* notebooks */
@media screen and (max-width: 1366px) {
  .right25or15 {
    right: 1.5px
  }
  .right5or6 {
    right: 6px
  }
  .right35or25 {
    right: 2.5px
  }
  .left10or9 {
    left: 9px
  }
}

/* fim ajustes de margens pra piramides do mais e menos gostei */

/* ipad and tablets */
@media screen and (max-width: 1024px) {
  .left-part, .right-part {
    width: 30%;
  }
}
/* notebooks */
@media screen and (min-width: 1366px) {
  .left-part, .right-part {
    width: 35%;
  }
}
/* desktops */
@media screen and (min-width: 1367px) {
  .left-part, .right-part {
    width: 40%;
  }
}

/* posições */
.translate-middle {
  transform: translate(-50%,-50%)!important;
}
.start-44 {
  left: 44%!important;
}
.start-50 {
  left: 50%!important;
}
.start-56 {
  left: 56%!important;
}
.top-25 {
  top: 25%!important;
}
.top-50 {
  top: 50%!important;
}
.top-90 {
  top: 90%!important;
}
.top-97 {
  top: 97%!important;
}

/* cores de cards */
/* azuis */
.az1 {
  background-color: rgb(155, 203, 235);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.az2 {
  background-color: rgb(0, 125, 138);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.az3 {
  background-color: rgb(0, 125, 186);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.az4 {
  background-color: rgb(0, 45, 114);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
/* vermelhos */
.vm1 {
  background-color: rgb(246, 117, 153);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.vm2 {
  background-color: rgb(213, 0, 50);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.vm3 {
  background-color: rgb(171, 35, 40);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.vm4 {
  background-color: rgb(128, 47, 45);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
/* verdes */
.vd1 {
  background-color: rgb(196, 214, 0);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.vd2 {
  background-color: rgb(67, 176, 42);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.vd3 {
  background-color: rgb(0, 150, 57);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.vd4 {
  background-color: rgb(34, 55, 43);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
/* violetas */
.vi1 {
  background-color: rgb(173, 150, 220);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.vi2 {
  background-color: rgb(138, 27, 97);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.vi3 {
  background-color: rgb(94, 54, 110);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
/* laranjas */
.la1 {
  background-color: rgb(255, 143, 28);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.la2 {
  background-color: rgb(254, 80, 0);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
/* amarelos */
.am1 {
  background-color: rgb(247, 234, 72);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.am2 {
  background-color: rgb(255, 181, 0);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
/* marrons */
.ma1 {
  background-color: rgb(134, 74, 51);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.ma2 {
  background-color: rgb(79, 44, 29);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
/* preto, branco, cinza */
.preto {
  background-color: rgb(0, 0, 0);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.branco {
  background-color: rgb(255, 255, 255);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.cinza {
  background-color: rgb(117, 120, 123);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
/* cores de cards fim */

.lh-0 {
  line-height: 0;
}
/* x menu */
.menu-btn {
  display: inline-block;
  cursor: pointer;
  z-index: 21;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
  background-color: #fff;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
  background-color: #fff;
}
/* fim x menu */

.w-10 {
  width: 10%;
}

footer ul {
  list-style-type: none;
}

footer ul li {
  display: inline;
}

footer ul li a {
  text-decoration: none;
  color: black;
  padding: 3px;
}

/* back to top btn */
#toTopBtn {
  position: fixed;
  bottom: 12px;
  right: 16px;
  z-index: 98;
  padding: 21px;
  background-color: rgb(243, 82, 36, 0.8);
  display: none;
}

.js .cd-top--fade-out {
  opacity: .5
}

.js .cd-top--is-visible {
  visibility: visible;
  opacity: 1
}

.js .cd-top {
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s, visibility .3s, background-color .3s
}

.cd-top {
  position: fixed;
  bottom: 20px;
  bottom: var(--cd-back-to-top-margin);
  right: 20px;
  right: var(--cd-back-to-top-margin);
  display: inline-block;
  height: 40px;
  height: var(--cd-back-to-top-size);
  width: 40px;
  width: var(--cd-back-to-top-size);
  box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
  background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg) no-repeat center 50%;
  background-color: hsla(5, 76%, 62%, .8);
  background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8)
}

/* Anno.js by @iamdanfox */
.anno {
  position: absolute;
  padding: 15px;
  z-index: 5000;
  width: 300px;
  cursor: default;
  text-transform: none;
  text-align: left;
  line-height: 0.9em;
  -webkit-transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
  -moz-transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
  -ms-transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
  -o-transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
  -webkit-transition-property: opacity, margin;
  -moz-transition-property: opacity, margin;
  transition-property: opacity, margin;
}
.anno .anno-inner {
  position: relative;
  background: white;
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.35);
}
.anno .anno-inner .anno-content {
  padding: 15px 20px;
  line-height: 1.3em;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #56565a;
}
.anno .anno-inner .anno-btn-container {
  text-align: right;
}
.anno .anno-inner .anno-btn-container .anno-btn {
  margin: 0 20px 15px -10px;
  padding: 7px 14px;
  height: auto;
  width: auto;
  background: #11a2dc;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: white;
  -webkit-transition: all 150ms cubic-bezier(0.68, 0, 0.265, 1);
  -moz-transition: all 150ms cubic-bezier(0.68, 0, 0.265, 1);
  -ms-transition: all 150ms cubic-bezier(0.68, 0, 0.265, 1);
  -o-transition: all 150ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 150ms cubic-bezier(0.68, 0, 0.265, 1);
}
.anno .anno-inner .anno-btn-container .anno-btn:hover {
  background: #0f91c4;
}
.anno .anno-inner .anno-btn-container .anno-btn:active {
  background: #0d7fad;
}
.anno .anno-inner .anno-btn-container .anno-btn.anno-btn-low-importance {
  background: none;
  color: #bbbbbd;
}
.anno .anno-inner .anno-btn-container .anno-btn.anno-btn-low-importance:hover {
  color: #78787b;
}
.anno .anno-arrow {
  position: absolute;
  border: 8px solid white;
}
.anno.anno-target-center-bottom .anno-arrow,
.anno.anno-target-bottom .anno-arrow {
  top: 100%;
  left: 20px;
  border-bottom: none;
  border-color: white transparent;
}
.anno.anno-target-center-bottom.anno-hidden,
.anno.anno-target-bottom.anno-hidden {
  margin-top: -20px;
}
.anno.anno-target-center-left .anno-arrow,
.anno.anno-target-left .anno-arrow {
  right: 100%;
  top: 15px;
  border-left: none;
  border-color: transparent white;
}
.anno.anno-target-center-left.anno-hidden,
.anno.anno-target-left.anno-hidden {
  margin-left: 20px;
}
.anno.anno-target-center-top .anno-arrow,
.anno.anno-target-top .anno-arrow {
  bottom: 100%;
  left: 20px;
  border-top: none;
  border-color: white transparent;
}
.anno.anno-target-center-top.anno-hidden,
.anno.anno-target-top.anno-hidden {
  margin-top: 20px;
}
.anno.anno-target-center-right .anno-arrow,
.anno.anno-target-right .anno-arrow {
  left: 100%;
  top: 15px;
  border-right: none;
  border-color: transparent white;
}
.anno.anno-target-center-right.anno-hidden,
.anno.anno-target-right.anno-hidden {
  margin-left: -20px;
}
.anno.anno-target-center-left .anno-arrow,
.anno.anno-target-center-right .anno-arrow {
  top: 50%;
  margin-top: -8px;
}
.anno.anno-target-center-bottom .anno-arrow,
.anno.anno-target-center-top .anno-arrow {
  left: 50%;
  margin-left: -8px;
}
.anno.anno-hidden {
  opacity: 0;
}
.anno.anno-width-400 {
  width: 400px;
}
.anno.anno-width-250 {
  width: 250px;
}
.anno.anno-width-200 {
  width: 200px;
}
.anno.anno-width-175 {
  width: 175px;
}
.anno.anno-width-150 {
  width: 150px;
}
.anno-overlay {
  position: fixed;
  z-index: 1000;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /*pointer-events:none; // allows clickthrough*/
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
  -moz-transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
  -ms-transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
  -o-transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
}
.anno-overlay.anno-hidden {
  pointer-events: none;
  opacity: 0;
}
.anno-emphasise-target {
  z-index: 1001 !important !important;
}