:root {
    --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --animation-duration: 1s;

    --geometriaL: 'Geometria-Light';
    --geometria: 'Geometria';
    --geometriaM: 'Geometria-Medium', sans-serif;
    --geometriaB: 'Geometria-Bold', sans-serif;
}

html,body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

#cc-main {
  --cc-font-family: var(--geometriaM);
  font-size: 13px;
  max-width:700px;
}
#cc-main .cm {
  max-width: 30rem;
}

.cc--dark-turquoise {
  color-scheme: light;
  
  --cc-bg: #161a1c;
  --cc-primary-color: #00bac6
  --cc-secondary-color: #b1bdc3;

  --cc-btn-primary-bg: #60fed2;
  --cc-btn-primary-color: #000;
  --cc-btn-primary-hover-bg: #4dd4ae;
  --cc-btn-primary-hover-color: #000;

  --cc-btn-secondary-bg: #242c31;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-hover-bg: #d4dae0;
  --cc-btn-secondary-hover-color: #000;

  --cc-cookie-category-block-bg: #1e2428;
  --cc-cookie-category-block-border: #1e2428;
  --cc-cookie-category-block-hover-bg: #242c31;
  --cc-cookie-category-block-hover-border: #242c31;
  --cc-cookie-category-expanded-block-hover-bg: #242c31;
  --cc-cookie-category-expanded-block-bg: #1e2428;
  --cc-toggle-readonly-bg: #343e45;
  --cc-overlay-bg: rgba(4, 6, 8, .85)!important;

  --cc-toggle-on-knob-bg: var(--cc-bg);
  --cc-toggle-readonly-knob-bg: var( --cc-cookie-category-block-bg);

  --cc-separator-border-color: #222a30;

  --cc-footer-border-color: #212529;
  --cc-footer-bg: #0f1112;
} 

strong {
  font-family: 'Geometria-bold', serif;
  font-weight: bold;
}
i {
  font-style: italic;
}

.logoDBCV {
  width: 245px;
  margin: 0 auto;
  display: block;
  background-color: #fff;
  padding: 1.4em 2.2em;
  border-radius: 0 0px 20px 20px;
}

.badget-green .icon-apple {
    width: 26px;
    height: 26px;
    display: block;
}

.badget-green {
    width: 360px;
    margin: 35px auto;
    background: #9aca3c;
    border-radius: 100px;
    border: 1px #fff solid;
    color: #fff;
    padding: 0.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Geometria-Medium';
    font-size: 18px;
    line-height: 1;
    gap: 8px;
}
.badget-green h1{
    padding: 0; margin: 0;
    font-size: 18px;
    line-height: 1;
    font-family: 'Geometria-Medium';
    text-align: center;
}

.gradient {
  width: 100%;
  height: 100%;
  /*background-image: radial-gradient(at 300px 300px, rgba(38,21,83,.4) 0, #171c90 90%);*/ /* 004882 4D4FA7*/
/*background-image: radial-gradient(at 300px 300px, rgba(159,0,191,.3) 30, #4D4FA7 90%);*/
}

.cookie-notice {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 1rem 0 1rem 1rem;
  background-color: #3741f5;  /*41aef7*/
  color: white;
  z-index: 1000;
}
.cookie-notice .cookie-notice-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.cookie-notice p {
  flex-grow: 1;
  margin: 0;
  font-size: 0.9em;
  font-weight: 100;
  text-align: center;
}
.cookie-notice .cookie-notice-dismiss {
  display: inline-flex;
  padding: 10px;
  flex-shrink: 0;
  cursor: pointer;
}
.cookie-notice .cookie-notice-dismiss svg {
  display: block;
  width: 20px;
  height: 20px;
}
.cookie-notice .cookie-notice-dismiss path {
  stroke-width: 3px;
  stroke: white;
}
.cookie-notice .cookie-notice-dismiss:hover path {
  stroke: rgba(255, 255, 255, 0.75);
}
.shadowed {
  -webkit-filter: drop-shadow(1px 1px 1px #a04000);
    filter: drop-shadow(1px 1px 1px #a04000);
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#a04000')";
	    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#a04000')";
}
/*
html, body {
  width: 100%;
  height: 100vh;
}*/

body {
    /*background: #0a388a url(img/bg_new.jpg) repeat-x; 600px 
	background: #3741F5 url(img/bg-icon-right.png) no-repeat top right;
    background-position: calc(100vw - 40%) -350px;
	background-size: contain;	
	background: #f5f5f5 url(img/DOR_CalendarioAnualDeSaude_Nov_Out_Banner_Quiz_001.gif);
  background: #FFF; 
  
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(154, 202, 60, 1) 100%);*/
  background: #9aca3c url(img/bg-green-dbcv.gif) no-repeat left top;
	background-size: cover;
	background-position: center;
	transition: all 0.5s ease-out;
	background-repeat: no-repeat;
}

body.questions {
	/*background: #f5f5f5 url(img/DOR_CalendarioAnualDeSaude_Nov_Out_Banner_BGQuiz_001.png);*/
  background: #f2f4f7;
	background-size: cover;
	background-position: top;
	transition: all 0.5s ease-out;
	background-repeat: no-repeat;
}

.gradient {
	background: transparent url(img/bg-icon-left.png) no-repeat;
    background-position: -250px 160px;
	background-size: contain;
}
.contrast {
	filter: contrast(0.5);
}

@-webkit-keyframes backgroundScroll {
from {background-position: 0 0;
     background-size: 120%;}
to {background-position: -0px 0;
    background-size: 100%;}
}
        
@keyframes backgroundScroll {
from {background-position: 0 0;
     background-size: 120%;}
to {background-position: -50px 0;
    background-size: 100%;}
}
/*
.logoDOR {
	width: 200px;
	margin: 20px auto 0;
}

.logoDOR svg .b {
	fill: #a7a9ac;
}*/

.img-intro {
  width: 480px;
  display: block;
  margin: 10px auto 0px auto;
  border-radius: 30px;
  object-fit: cover;
}

.marquee {
  height: 170px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #a7a9ac;
}

.marquee div {
  display: block;
  width: 500%;
  height: 170px;
  position: absolute;
  overflow: hidden;

  animation: marquee 12s linear infinite;
}

.marquee span {
  float: left;
  font-family: "Gobold Lowplus Italic";;
  font-size: 4em;
  padding: 1.2em 0px;
  color: #ffffff !important;
  line-height: 1;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}

#quiz {
    /*height: 100%; /600px/
    max-height: 100%;
    min-height: 640px;
    display: block;*/
    /*border: 1px solid #fff;*/
	width: 100%;
}

h1, h2, h3, h4, .quiz-question, .btn {
   /* font-family: 'Roc Grotesk Wide';*/
    font-family: 'Geometria';
    font-weight: normal;
    font-style: normal;
}

h1, .quiz-question, .intro { color: #ffd902; color:#122545; color:#fff;}

p, input, button, .results-ratio, .correct-text {
    font-family: 'Geometria';
    font-weight: 400;
    font-style: normal;
}
ol {display:none;}

.results-ratio {color:white;}

#social-text {
    color:white;
}
/*.sweet-alert button {
    border-radius: 30px;
    padding-top: 15px;
}*/

.chamada-intro {
	max-width: 460px;
	/*margin: calc(50vh + 60px) auto 0;*/
  margin: 25px auto 10px;
  text-align: center;
	color: #fff;
	font-family: 'Geometria-Medium', sans;
	font-size: 1.85rem;
	line-height: 1.4;
}

.quiz-question {
	  color: #58595b;
  	width: 100%;
  	max-width: 570px;
  	display: block;
  	text-align: center;
  	font-family: 'Geometria-Medium';
    font-size: 2em;
    line-height: 1.24em;
	  margin: calc(10vh + 50px) auto 5vh
}

.container-fluid {
    /*height: auto;
    min-height: 100%;
    background:url(img/BG_covid.png) repeat-x;*/
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	/*
	height: 100vh;
	overflow: hidden;
	*/
}

/*style="background:url(img/BG_covid.png) bottom no-repeat; background-size: auto;"*/

.quiz-answers {
  text-align: center;
  /*width: 250px;*/
  max-width: 450px;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  padding-bottom: 3px;
  gap: 10px;
}
.quiz-answers .btn{
  /*float: left;
  clear: both;*/
  flex: 1;
  font-weight: bold;
}

.btn2 {
  width: 95%;
	margin: 0px auto 0;
	font-size: 1.2em;
	line-height: 1.2em;
	border: none;
  font-family: 'Geometria-Medium';
  font-style: normal;
  padding: 0.8em 1em;
  border-radius: 65px;
  /*background-color: #58595b;*/
	border: 2px solid #9aca3c;
  background-color: #fff;
  color: #9aca3c;
	transition: all 0.3s ease-out;
}
.btn2:hover {
  width: 95%;
	margin: 0px auto 0;
	font-size: 1.2em;
	line-height: 1.2em;
  font-family: 'Geometria-Medium';
  font-style: normal;
  padding: 0.8em 1em;
  border-radius: 65px;
  /*background-color: #58595b;*/
  border: 2px solid #fff;
  background-color: #9aca3c;
  color: #fff;
  transition: all 0.3s ease-out;
}
.btn3 {
  width: auto;
	margin: 10px auto 0;
	font-size: 1.4em;
	line-height: 1.2em;
	border: none;
  font-family: 'Geometria-Medium';
  font-style: normal;
  padding: 1em 1.4em;
  border-radius: 55px;
  /*background-color: #58595b;*/
	border: 2px solid #9aca3c;
  background-color: #fff;
  color: #9aca3c;
	transition: all 0.3s ease-out;
}
.btn3:hover {
  width: auto;
	margin: 10px auto 0;
	font-size: 1.4em;
	line-height: 1.2em;
  font-family: 'Geometria-Medium';
  font-style: normal;
  padding: 1em 1.4em;
  border-radius: 55px;
  /*background-color: #58595b;*/
  border: 2px solid #fff;
  background-color: #9aca3c;
  color: #fff;
  transition: all 0.3s ease-out;
}
.sweet-alert button {
    /*border-radius: 0;
    text-transform: uppercase;*/ 
    font-weight: 400;
	border-radius: 50px;
	-moz-border-radius: 50px;
  padding: 14px 32px;
  margin: 26px 5px 20px;
}
.quiz-button.btn {
  	margin: 0px auto;
    min-width: 180px;
    padding: 1.2em 1em;
    border: 2px solid #9aca3c;
	  background-color: #fff;
    color: #fff;
    border-radius: 70px;
    -moz-border-radius: 70px;
    font-size: 2.4rem;
    text-transform: uppercase;
    white-space: normal !important;
    font-weight: 300;
    color: #9aca3c;
	  transition-duration: 0.4s;
    font-family: 'Geometria-Medium';
}
/*
.quiz-button.btn span {
	margin-top: 5px;
	text-transform: none;
	font-size: 1.20rem;
	color: #337ab7; color:#050F4B;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 500;
}

.quiz-button.btn:first-child, .quiz-button.btn:first-child:hover {
	margin-right: 30px;
}*/

.quiz-button.btn:hover {
    margin: 0px auto;
    /*min-width: 200px;*/
    padding: 1.2em 1em;
    border: 2px solid #9aca3c;
	  background-color: #9aca3c;
    border-radius: 20px;
    -moz-border-radius: 20px;
    font-size: 2.4rem;
    text-transform: uppercase;
    white-space: normal !important;
    font-weight: 300;
    color: #fff;
	  transition-duration: 0.4s;
    font-family: 'Geometria-Medium';
}

/*.quiz-button.btn:last-child:before{
	content: '';
	width: 32px;
	height: 33px;
	position: absolute;
	top: 34px;
	left: -38px;
	cursor: not-allowed;
	background: url(img/ou.png) no-repeat;
}*/

.jogar-novamente {
  background: #f4f5f8;
    width: 155px;
    margin: 24px auto 0px;
    padding: 0.4em;
    border: 1px solid #ccc;
    border-radius: 100px;
    transition-duration: 0.4s;
}
.jogar-novamente:hover {
  background: #b4b4b5;
    width: 155px;
    margin: 24px auto 0px;
    padding: 0.4em;
    border: 1px solid #ccc;
    border-radius: 100px;
    font-family: var(--geometriaB);
    transition-duration: 0.4s;
}
/*.quiz-button.btn:first-child {
	margin-right: 30px;
}

.quiz-button.btn:nth-child(1):hover {
  background-color: #0096D2;
  color: #fff;
  -webkit-animation: ripple 0.3s linear infinite;
  animation: ripple 0.3s linear infinite;
}*/
@-webkit-keyframes ripple{
  0% {-webkit-transform:scale(1); }
  50% {-webkit-transform:scale(0.9)}
  100% {-webkit-transform:scale(1)}
}

@keyframes ripple{
  0% {transform:scale(1); }
  50% {transform:scale(0.9)}
  100% {transform:scale(1)}
}


.question-image {
    /*width: 100%;*/
    min-height: 160px;
    max-width: 160px;
    margin-bottom: -50px;
    margin: 0 auto;
}

.question-image img,
.results-ratio,
.results-social,
.quiz-title,
.quiz-result-title
{
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px !important;
}

.result-title {
	font-size: 3.2rem;
	font-family: "Geometria-Bold";
	color: #9aca3c;
	text-align: center;
	margin-top: 0px;
}

.question-image img {
  padding-top: 0px !important;
}

.results-ratio,
.results-social,
.quiz-title, 
.results-message 
{
  /*max-width: 600px;*/
}

.question-image img {
  margin-top: 20px;

}

.image-credit {
  font-size: 12px;
  color: #696969;
  font-weight: 400;
  text-align: right;
  max-width: 1100px;
  margin: 0 auto;
}

.results-social{
 display: table;
}

.correct-text {
  margin-top: 10px;
  font-style: normal;
  font-family: 'Geometria';
  line-height: 1.2em;
  font-size: 1em;
  color: #58595b;
}

/*
.results-message {
  font-weight: 400;
  font-family: 'Geometria';
  font-size: 1.2em;
  line-height: 1.4em;
  color: #58595b;
  max-width: 600px;
  width: 90%;
  margin: 10px auto 0px auto;
  text-align: center;
  padding-top: 0px !important;
}
*/
.results-message {
    font-weight: 400;
    font-family: 'Geometria';
    font-size: 1.6em;
    line-height: 1.3em;
    color: #58595b;
    max-width: 600px;
    width: 90%; 
    margin: 10px auto 0px auto;
    text-align: center;
    /* padding-top: 0px !important; 
    border: 1px solid #f;*/
    border-radius: 20px;
    padding: 1em;
    background: #e5e9ef;
}
.cards {
	max-width: 520px;
	margin: 0px auto;
  text-align: center;
	/*display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: nowrap;*/
}

.ctardsl, .ctardsl2 {
  font-weight: 400;
  font-family: 'Geometria';
  font-size: 0.8em;
  line-height: 1.3em;
  color: #ffd902; color: #fff;
  margin: 10px auto 0px auto;
  text-align: center;
  max-width: 180px;
  /*padding-top: 0px !important;*/
  padding: 10px;
  background: url(https://www.rededorsaoluiz.com.br/assets/imgs/bg_footer.jpg);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.ctardsl2 {
  /*background: url(https://dorconsultoria.com.br/coronavirus/quiz-vacina/img/DOR_QuizVacinas_bg_2.gif);*/
}

.ctardsl .btn2, .ctardsl2 .btn2 {
  margin: 15px auto 0px auto;
  font-size: 1em;
  line-height: 0.5em;
  border: none;
  /* font-family: 'Roc Grotesk Wide';*/
  font-family: 'Geometria';
  font-weight: 800;
  font-style: normal;
  padding: 20px 20px 15px;
  border-radius: 30px;
  background-color: #ffd902; background-color: #fff;
  color: #0a388a;
  display: block;
}

.btn33 {
  	margin: 25px auto 0px auto;
  	font-size: 1em;
    line-height: 1em;
  	border: 1px solid #fff;
    font-family: 'Geometria';
    font-style: normal;
  	padding: 15px;
  	border-radius: 30px;
  	background-color: rgba(255,255,255, 0.2);
  	color: #fff;
	display: block;
}

.btn33:hover {
  	margin: 25px auto 0px auto;
  	font-size: 1em;
    line-height: 1em;
  	border: 1px solid #fff;
    font-family: 'Geometria';
    font-style: normal;
  	padding: 15px;
  	border-radius: 30px;
  	background-color: rgba(255,255,255, 0.3);
  	color: #fff;
	display: block;
}

.resptec {
  margin: 10px auto;
  color: white;
  font-size: 0.80em;
  text-align: center;
  font-weight: 400;
  font-family: 'Geometria';
}

.quiz-title {
  font-size: 60px;
  font-weight: 300;
  margin-top: 100px;
  margin-bottom: 30px;
}

h2.quiz-result-title {
  font-size: 1.8em;
  font-family: var(--geometriaB);
  margin-top: 0px;
  margin-bottom: 0px;
  color: #58595b;
  font-weight: 600;
  }


.results-ratio {
  margin: 0px auto;
  font-size: 24px;
  font-size: 1.5em;
  line-height: 1.1;
  color: #58595b;
  width: 90%;
}

.results-social {
    width: 270px;
    clear: both;
    padding-top: 20px;
}
#social-text{
  margin-bottom: 10px;
  width: 340px;
  font-weight: 400;
  font-family: 'Geometria', serif;
  color:#58595b;
}

.results-social a:not(:first-child) {
  margin-left: 20px;
}

.results-social a.twitter{
  margin-left: 0px !important;
}

.appointment {
	padding: 2em 1.4em;
	background-color:#a7a9ac;
	border-radius: 35px;
	max-width: 670px;
	min-width: 300px;
	text-align: center;
	margin: 20px auto;
	width: 90%;
}

.appointment p {
    font-family: 'Geometria', serif;
    color:#fff;
	font-size: 1em;
}

.cardcamp {
	margin: 25px auto;
	width: 80%;
	text-align: center;
}

.cardcamp p  {
    font-family: 'Geometria', serif;
    color:#58595b;
	font-size: 1em;
	line-height: 1.1;
}

.cardcamp p a {
    font-family: 'Geometria', serif;
    color:#58595b;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
}
.cardcamp p a:hover {
    font-family: 'Geometria', serif;
    color:#58595b;
	font-size: 1em;
	text-decoration: underline;
	font-weight: bold;
}

.progress-circles {
  /*position: relative;
  padding: 0;
  margin: 0 auto;
  /*left: 40px;*/
  /*top: 10px;
  display: none;*/
  position: fixed;
  padding: 0;
  margin: 0 auto;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, -50%);
}

.progress-circles.show {
  display: block;
}

.show{
 display:table !important;
}

.progress-circles li{
  list-style: none;
  display: inline-block;
  background: #a7a9ac;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 10px;
}
.progress-circles li.dark{
	background-color: #58595b;
}


.follow-tw {
  display: inline-block;
  background-repeat: no-repeat;
  /*background-image: url(icons-s973202652e.png);*/
  background-image: url(img/ico-x.svg);
  /*background-position: 0 -993px;*/
  height: 24px;
  width: 24px;
}
.follow-tw:hover{
 /*background-position: 0 -1401px;*/
}

.follow-wp {
    display: inline-block;
    background-repeat: no-repeat;
    /*background-image: url(icons-s973202652e.png);*/
	background-image: url(img/ico-whats.svg);
    /*background-position: -33px -993px;*/
    height: 24px;
    width: 24px;
}
.follow-wp:hover{
    /*background-position: -33px -1401px;*/
}


.follow-fb {
  display: inline-block;
  background-repeat: no-repeat;
  /*background-image: url(icons-s973202652e.png);*/
  background-image: url(img/ico-facebook.svg);
  /*background-position: 0 -1880px;*/
  height: 24px;
  width: 24px;
}
.follow-fb:hover{
 /*background-position: 0 -1433px;*/
}



.sweet-alert {
      margin-top: -251px !important;
      position: absolute;
	  border-radius: 40px;
  }
  
  .sweet-alert p {
  	color: #58595b;
  }

  .sweet-alert h2 {
	  color: #58595b;
    font-family: 'Geometria-Medium';  
	      font-size: 30px;
	      text-align: center;
	      /* font-weight: 600; */
	      text-transform: no  ne;
	      position: relative;
	      /* margin: 25px 0; */
	      padding: 0;
	      /* line-height: 40px; */
	      /* display: block;*/	
  }
  
  
  .logo-rodape {
	  margin: 20px auto 0px;
	  text-align: center;
  }

  .auto {
    width: 100%;
    height: 260px;
    border-radius: 22px;
    object-fit: cover;
    margin-top: 10px;
  }

@media (max-width: 640px){
  .badget-green {
    width: 300px;
    margin: 35px auto;
    background: #9aca3c;
    border-radius: 100px;
    border: 1px #fff solid;
    color: #fff;
    padding: 0.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Geometria-Medium';
    font-size: 20px;
    line-height: 1;
    gap: 8px;
}
.badget-green h1{
    font-size: 16px;
    line-height: 1 !important;
    font-family: 'Geometria-Medium';
    text-align: center;
}

.quiz-question{
  font-size: 20px;
  padding: 0 1em;
}
.sweet-alert {
      margin-top: -251px !important;
      position: absolute;
  }
.sweet-alert h2{
  /*display: none;*/
}
body.questions {
	background: #f5f5f5;
	background-size: cover;
	background-position: top;
	transition: all 0.5s ease-out;
	background-repeat: no-repeat;
}
.marquee {
  height: 120px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #a7a9ac;
}

.marquee div {
  display: block;
  width: 500%;
  height: 120px;
  position: absolute;
  overflow: hidden;
  animation: marquee 12s linear infinite;
}
.marquee span {
    float: left;
    font-family: "Gobold Lowplus Italic";
    font-size: 2.6em;
    padding: 1.2em 0px;
    color: #ffffff !important;
    line-height: 1;
}
.chamada-intro {
    max-width: 400px;
    margin: 30px auto 0;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 1.60rem;
    line-height: 1.4;
    padding: 0 2em;
}

.quiz-answers {
  flex-direction: column;
  gap: 10px;
}

.img-intro {
  width: 90%;
  display: block;
  margin: 10px auto 0px auto;
  border-radius: 30px;
  object-fit: cover;
}

.btn2 {
  width: 90%;
	margin: 0px auto 0;
	font-size: 1.1em;
	line-height: 1.2em;
	border: none;
  font-family: 'Geometria-Medium';
  font-style: normal;
  padding: 1em 1.4em;
  border-radius: 55px;
  /*background-color: #58595b;*/
	border: 2px solid #9aca3c;
  background-color: #fff;
  color: #9aca3c;
	transition: all 0.3s ease-out;
}
.btn2:hover {
  width: 90%;
	margin: 0px auto 0;
	font-size: 1.1em;
	line-height: 1.2em;
  font-family: 'Geometria-Medium';
  font-style: normal;
  padding: 1em 1.4em;
  border-radius: 55px;
  /*background-color: #58595b;*/
  border: 2px solid #fff;
  background-color: #9aca3c;
  color: #fff;
  transition: all 0.3s ease-out;
}


.chamada-intro {
  font-size: 18px;
}
.results-message {
  padding: 1em;
  font-size: 1em;
}
.results-ratio {
  font-size: 1.2em;
}
}