/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

.chart {
  font-family:'Roboto Slab', serif;
}
.antetitulo {
  font-family: Roboto,Arial,Helvetica,sans-serif;
  font-size: 1.3rem;
  color: #cd5a13;
  text-align: center;
  margin: 120px 0px 0px 0px;
}

.titulo{
  font-family:'Roboto Slab', serif;
  font-size: 1.3rem;
  text-align:center;
}

.titulo_2 {
  margin-top: 0px;
}

.autores {
  color: #505050;
  font-size: 0.65em;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}



.chart h1 {
  font-size: 2em;
  margin: .67em 0;
  margin: 10px 0 15px 0;
}
.chart h2 {
  font-size: 20px;
  text-align: center;
  margin: 8px 0 10px 0;
}
.chart p {
  line-height: 1.3;
}
.chart a:hover {
  text-decoration: underline;
}
.final_message{
    font-family: Roboto,Arial,Helvetica,sans-serif;
    margin-bottom: 5%;
}

.emoji_size {
  width:80px;
}

.showAction {
  font-family: Roboto,Arial,Helvetica,sans-serif;
}

.question .result .text ul {
  text-align: left;
}
.hidden {
  display: none!important;
}
.pull-right {
  float: right;
}
.container {
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
}

.you-draw-it {
  margin: 30px 0 0 0;
  position: relative;
  overflow: hidden;
}
.you-draw-it #gradient-black .start {
  stop-color: #000;
  stop-opacity: .3;
}
.you-draw-it #gradient-black .end {
  stop-color: #000;
  stop-opacity: 0;
}
.you-draw-it #gradient-red .start {
  stop-color: red;
  stop-opacity: .3;
}
.you-draw-it #gradient-red .end {
  stop-color: red;
  stop-opacity: 0;
}

.you-draw-it #gradient-blue .start {
  stop-color: #0074ff;
  stop-opacity: .3;
}
.you-draw-it #gradient-blue .end {
  stop-color: #0074ff;
  stop-opacity: 0;
}
.line.blue {
  stroke: #0074ff;
}
.you-draw-it .labels .data-label.blue span {
  background-color: #0074ff;
}
.you-draw-it .labels .data-label.blue:after {
  border-top-color: #0074ff;
}
.you-draw-it .axis {
  opacity: .5;
}
/*.you-draw-it .axis text {*/
  .you-draw-it .axis .tick {
  font-size: 15px;
}
.you-draw-it .line {
  fill: none;
  stroke-width: 3;
}
.you-draw-it .line.black {
  stroke: #000;
}
.you-draw-it .line.red {
  stroke: red;
}
.you-draw-it .dots circle {
  transition: opacity .3s;
}
.you-draw-it .dots circle.median {
  cursor: pointer;
}
.you-draw-it .dots circle.black {
  fill: #000;
}
.you-draw-it .dots circle.red {
  fill: red;
}
.you-draw-it .dots circle.result {
  fill: #ffcc00;
}
.result .final-score-result {
  fill: rgba(216, 0, 50, 0.3);
  stroke: #353535;
  stroke-width: 1px;
}
.you-draw-it .labels {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.you-draw-it .labels .data-label {
  position: absolute;
  transition: opacity .3s;
  z-index: 2;
}
.you-draw-it .labels .data-label span {
  position: relative;
  margin-top: -43px;
  left: -50%;
  padding: 5px 15px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 16px;
  white-space: nowrap;
  font-weight: 700;
}

.you-draw-it .labels .data-label span.no-dot {
  margin-top: -38px;
}
.you-draw-it .labels .data-label.edge-left span {
  left: -10px;
}

.you-draw-it .labels .data-label:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-width: 12px 6px;
  margin-left: -6px;
}
.you-draw-it .labels .data-label.black span {
  background-color: #000;
}
.you-draw-it .labels .data-label.black:after {
  border-top-color: #000;
}
.you-draw-it .labels .data-label.red span {
  background-color: red;
}
.you-draw-it .labels .data-label.red:after {
  border-top-color: red;
}
.you-draw-it .labels .data-label.your-result {
  position: absolute;
  z-index: 1;
}
.you-draw-it .labels .data-label.your-result span {
  background-color: #ffcc00;
}
.you-draw-it .labels .data-label.your-result:after {
  border-top-color: #ffcc00;
}

.question .result.finished .tooltipcontainer {
  display: none;
}

.question-referenceValues {
  color: grey;
  stroke: grey;
}

.question-referenceValues.referenceLine .referencePath{
  stroke-width: 1;
  stroke-dasharray: 5, 5;
}
.you-draw-it .question-referenceValues.referenceLine {
  fill: grey;
  stroke: grey;
  
  font-family: Thesis, Helvetica, Arial, sans-serif;
  stroke-width: 0.01;
  font-size: 14px;
}

.you-draw-it .wave {
  fill:  #ffcc00;
  fill: grey;
}
.you-draw-it .titles {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  padding-top: 20px;
}
.you-draw-it .titles span {
  display: block;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  white-space: pre-line;
  line-height: 1.5;
  font-size: 14px;
  background-color:#ffcc00; 
  color: grey;
  }

.you-draw-it .controls {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  text-align: center;
  color: #696969;
}
.you-draw-it .controls span {
  text-align: left;
  white-space: pre-line;
  font-size: 14px;
  display: block;
  position: absolute;
}

.you-draw-it .controls .box {
  margin-top: 230px;
  display: inline-block;
  border: 2px dotted #696969;
  padding: 10px;
}
.you-draw-it .grid .domain {
  stroke-width: 0;
}
.you-draw-it .grid .tick line {
  stroke-dasharray: 1, 1;
  opacity: .2;
}
.you-draw-it .grid .tick line.highlight {
  opacity: .7;
}
.you-draw-it .draggable {
  cursor: pointer;
}
.you-draw-it .preview-line, .you-draw-it .your-line {
  stroke-width: 4;
  stroke-dasharray: 1 7;
  stroke-linecap: round;
  fill: none;
}

.you-draw-it .your-rect {
  fill: #ffcc00;
}

.you-draw-it .truth rect {
  fill: #0074ff;
}

.you-draw-it .preview-pointer{
    fill: none;
    stroke: #aaa;
    stroke-width: 1.5px;
}
.you-draw-it #preview-arrowp{
  fill: #aaa;
}

.you-draw-it .your-line {
  stroke: #ffcc00;
}
.you-draw-it .preview-line {
  opacity: 0;
  stroke: #aaa;
}
.you-draw-it:hover .preview-line {
  opacity: 1;
}
.drawn .controls, .hideLabels {
  display: none;
}
.drawn:hover .preview-line {
  opacity: 0;
}
#preview-arrow path {
  fill: #aaa;
}

/* The container */
.answer-container {
  display: block;
  position: relative;
  padding-left: 135px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1.17em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.answer-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.answer-checkmark {
  position: absolute;
  top: 0;
  left: 100px;
  height: 20px; /* 25px */
  width: 20px; /* 25px */
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.answer-container:hover input ~ .answer-checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.answer-container input:checked ~ .answer-checkmark {
  background-color: #ffcc00;
}

/* Create the checkmark/indicator (hidden when not checked) */
.answer-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.answer-container input:checked ~ .answer-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.answer-container .answer-checkmark:after {
  left: 6px; /* 9px */
  top: 2px; /* 5px */
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Create a custom checkbox for the true result */
.answer-checkmark-truth {
  position: absolute;
  display: block;
  top: 0;
  left: 75px;
  height: 20px; /* 25px */
  width: 20px; /* 25px */

}


.answer-container div.input.checked {
  display: block;
  position: relative;
  box-sizing: initial;
  left: 6px; /* 9px */
  top: 2px; /* 5px */
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#content {
  overflow: hidden;
}
#content.container {
  padding: 0px 30px 20px 30px;
  margin: 0 auto;
  background: #fff;
  font-family: 
}
.category {
  overflow: hidden;
  background-size: auto 80%
}
.category a {
  display: block;
  text-decoration: none;
  padding: 10px 0;
  margin: 30px 0 20px 0;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.category a:hover {
  text-decoration: underline;
}
.intro {
  text-align: center;
  margin: 0 auto 50px auto;
}

.globals-header {
  padding-bottom: 5px;
}

.intro h1 {
  -webkit-font-smoothing: antialiased;
  border-width: 0;
  font-size: 1em;
  font-weight: 400;
  list-style: none;
}
.intro p {
  line-height: 1.6;
}
.question h2, .question h3 {
  margin: 10px auto;
  text-align: center;
  font-weight: 400;
}
.question h2 {
  font-size: 1.5rem;
}
.question .accessibility {
  margin: 20px 0 10px 0;
  text-align: right;
}
.question .result {
  position: relative;
  margin-bottom: 10px; 
}
.question .result .actionContainer {
  position: absolute;
  left: 0;
  right: 0;
}
.actionContainer button {
  display: block;
  margin: 20px auto;
  
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
 
  padding: 10px 15px;
  border: none;
  background: #0074ff;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  outline: 0;
  border: 2px solid white;
  border-radius: 0px;
}
.actionContainer.finalScore button {
  background: #d80032;
  color: white;
  font-size: 2rem;
}
/*.question .result .actionContainer button[disabled] {*/
  .actionContainer button[disabled] {
  background: #ccc;
  cursor: not-allowed;
}
.question .result .actionContainer .tooltipcontainer {
  display: none;
  left: 50%;
  position: absolute;
  opacity: 0;
  padding-top: 7px;
}
.question .result .actionContainer .tooltipcontainer .tooltiptext {
  position: relative;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 12px;
  z-index: 1;
  left: -50%;
  transition: opacity 1s;
  white-space: nowrap;
}
.question .result .text {
  margin: 10px auto;
  visibility: hidden;
  text-align: center;
  font-size: 1.4rem;
}

.question .result .text p {
  line-height: 1.3;
}
.question .result .text a, .question .result .text .finalScore {
  display: block;
  text-align: center;
  padding: .3em 0;
  border-bottom: 1px solid #606365;
  color: #1d2124;
  position: relative;
  left: 0;
  right: 0;
}

.link_answer {
  font-family: Roboto,Arial,Helvetica,sans-serif;
  display: inline-block !important;
  text-align: center;
  border-bottom: 0px !important;
  border-top: 0px !important;
  color: #1d2124;
  position: relative;
  text-decoration: underline;
  left: 0;
  right: 0;
}

.subtext_result {
  font-size: 18px;
  padding-bottom: 30px;
  margin-top: 5px;
  padding-left:30px;
  padding-right:30px;
}

.emoji_result {
  font-size: 4rem;
  margin: 0 0;
}

.question-multipleChoice {
  margin-left: 35%;
  font-size: 0.9rem;
}

.question .result .scoreText{
  opacity: 0;
  font-weight: bold;
}
.question .result .text a:first-of-type, .question .result .text .finalScore:first-of-type{
  border-top: 1px solid #606365;
}
.question .result .text .question .result .text .finalScore:hover {
  background-color: #f0f0f0;
}

.question-resultHtml a:hover {
  background-color: #f0f0f0;
}

.question .result .text .before-finalScore {
  display: block;
  padding-left: 5px;
}
.question .result.finished .tooltipcontainer {
  display: block;
}
.question .result.shown .actionContainer {
  display: none;
}
.question .result.shown .actionContainer.finalScore {
  display: block;
}
.question .result.shown .text {
  visibility: visible;
}

.question-resultHtml {
  font-size: 1.5rem;
}

.answer-subHeading {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 100px;
}

.question .tooltiptext::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #555;
  border-width: 15px;
  margin-left: -15px;
}
.question .showAction:hover+.tooltipcontainer {
  opacity: 1;
}
.credits h3, .credits h4 {
  margin: 30px 0 10px 0;
}
.credits p {
  margin: 0 0 5px 0;
}
.credits a {
  display: block;
}
.credits p+a {
  margin-bottom: 20px;
}
.updatedAt {
  margin-top: 20px;
  text-align: right;
}



/* SHARE BUTTONS  */


/* Sharing buttons */

#share {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  font-family:Roboto,Arial,Helvetica,sans-serif;
}


/* buttons */

#share a {
  font-size: 0.8rem;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 10px;
  border-radius: 50%;
  color: #fff;
  opacity: 0.75;
  transition: opacity 0.15s linear;
}


#share2 a {
  font-size: 1rem;
  width: 30px;
  height: 20px;
  display: inline-block;
  margin: 5px;
  border-radius: 50%;
  color: #fff;
  opacity: 0.75;
  transition: opacity 0.15s linear;
}




/* icons */

#share i {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}

#share2 i {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* colors */


.facebook {
  background: #3b5998;
}

.twitter {
  background: #55acee;
}

.whatsapp {
  background: #25d366;
  display: none !important;
}

.linkedin {
  background: #0077b5;
}

.messeger {
  background: #0084ff;
  display: none !important;
}



.fake-button {
  position: relative;
  margin-top: -70px;
}



@media (max-width:996px) {
  .container {
  padding-left: 10px;
  padding-right: 10px;
}
  .question-multipleChoice {
    margin-left: 25%;
  }
}@media (max-width:760px) {
  .you-draw-it {
  margin: 0 -30px;
}
  #content.container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .question-multipleChoice {
    margin-left: 25%;
  }
}@media (max-width:500px) {
.question-multipleChoice {
  margin-left: 16%;
}
  .whatsapp, .messeger {
    display: inline-block !important;
  }
  #share a {
    margin: 0px;
    margin-bottom: 20px;
  }
  .question-multipleChoice {
    font-size: 0.9rem;
  }

}@media (max-width:400px) {
  .question-multipleChoice {
    margin-left: 12%;
  }
}@media (max-width:320px) {
  .question-multipleChoice {
    margin-left: 8%;
  }
}

.answer-subHeading a,
.subtext_result a,
.question-resultHtml a {
  display: inline !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.answer-subHeading a:hover,
.subtext_result a:hover,
.question-resultHtml a:hover {
  background-color: #FFF !important;
  text-decoration: none !important;
}