@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
@import '~/lib/compass/css3';


body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  background-image: url("bground.png");
  background-attachment: fixed;
  background-size:100% 100%;
  overflow-y: scroll;
}


.quais {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse 2s infinite;
  cursor: pointer;
}

#quaisamea {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse 2s infinite;
  cursor: pointer;
  display: grid;
  margin: 0 auto;
}



header {
  background: #111;
}

.headline {
  position: relative;
  height: 400px;
  color: #fff;
  text-align: center;
  background: url("alert_bg.png") no-repeat center center;
  background-size: cover;
}
.headline:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.5);
}

.inner {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 10;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-animation: fade-in 0.75s 0.25s ease-in forwards;
          animation: fade-in 0.75s 0.25s ease-in forwards;
}
.inner h1 {
  margin: 0;
  font-size: 4em;
  line-height: 1.2em;
}
.inner p {
  margin: 0;
  font-size: 1.4em;
  font-style: italic;
  font-family: serif;
}

nav {
  position: fixed;
  width: 100%;
  z-index: 10;
}
nav.scrolled {
  background: rgba(17, 17, 17, 0.9);
}
nav ul {
  float: right;
  list-style: none;
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  text-align: center;
  padding: 25px;
  margin: 0;
 
}

nav li {
  box-shadow: 0px 0px 9px 0px rgba(148, 216, 70, 0.575);
}
nav a {
  font-size: 0.9em;
  color: #fff;
  text-decoration: none;
  margin: 2px 0 0 2px;

}
nav a:hover {
  color: #ededed;
}

.logo {
  height: 75px;
  float: left;
  margin: 10px 0px 0px 25px;
}

section {
  width: 100%;
  margin: 25px auto;
  padding: 20px;
  max-width: 800px;
  font-size: 1.2em;
  line-height: 1.6em;
  box-sizing: border-box;
}

.section_comp {
  width: 100%;
  margin: 25px auto;
  padding: 20px;
  max-width: 800px;
  font-size: 1.2em;
  line-height: 1.6em;
  box-sizing: border-box;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}


.cabe {
  background-color: #174117a9;
  font-size: 14px;
  text-transform: uppercase;
  color: rgb(147, 212, 156);
  letter-spacing: 0.03em;
  text-align: center;
}

.cabe:before { content: "\00a0 "; }
.cabe:after  { content: "\00a0 "; }



.linha {
  box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
}


.col0:before { content: "\00a0 "; }
.col0:after { content: "\00a0 "; }

.col1 {
  box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
  text-align: center;
  
}

.col3 {
  box-shadow: none;
  content: "\00a0 "
}

.col4 {
  box-shadow: none;
  content: "\00a0 "
}

tbody tr:nth-child(even)
{
  background: rgba(102, 255, 0, 0.233);
}


.bloco{
  text-align: center;
}

.vermelho {
  list-style: none;
  text-align: center;
  color: crimson;
  text-shadow: 1px 1px hsl(347, 43%, 30%),
  -1px 1px hsl(347, 43%, 30%),
  1px -1px hsl(347, 43%, 30%),
  -1px -1px hsl(347, 43%, 30%),
  0px -1px hsl(51, 44%, 22%),
  1px 0px hsl(51, 44%, 22%),
  -1px 0px hsl(51, 44%, 22%),
  0px 1px hsl(51, 44%, 22%);
}

.amarelo {
  list-style: none;
  text-align: right;
  color: yellow;
  text-shadow: 1px 1px hsl(51, 66%, 22%),
  -1px 1px hsl(51, 44%, 22%),
  1px -1px hsl(51, 42%, 22%),
  -1px -1px hsl(51, 44%, 22%),
  0px -1px hsl(51, 44%, 22%),
  1px 0px hsl(51, 44%, 22%),
  -1px 0px hsl(51, 44%, 22%),
  0px 1px hsl(51, 44%, 22%);
}

.verde {
  list-style: none;
  text-align: left;
  color: #4ee755;
  text-shadow: 1px 1px hsl(120, 69%, 17%),
  -1px 1px hsl(120, 69%, 17%),
  1px -1px hsl(120, 69%, 17%),
  -1px -1px hsl(120, 69%, 17%),
  0px -1px hsl(51, 44%, 22%),
  1px 0px hsl(51, 44%, 22%),
  -1px 0px hsl(51, 44%, 22%),
  0px 1px hsl(51, 44%, 22%);
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #9A9A9A;
  align-content: center;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 25px;
  line-height: 10px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  width: 80%;
  display: none;
  overflow: hidden;
  background-color: #f1f1f186;
  font-size: 15px;
  line-height: 10px;
  
}

.vermelhinho {
    
    
  color: rgb(255, 4, 54);
  font-weight: bold;
  -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.amarelinho {
  color: yellow;
  font-weight: bold;
  -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.verdinho {
  color: rgb(10, 243, 10);
  font-weight: bold;
  -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 15; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 70%; /* Full height */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
  position: fixed;
  bottom: 0;
  z-index: 15;
  overflow: auto; /* Enable scroll if needed */
  background-color: #fefefe;
  width: 100%;
  height: 70%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s

  
}


/* The Modal (background) */
.modal-download {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 15; /* Sit on top */
  /*left: 25%;*/
  top: 1%;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.;
}

/* Modal Content */
.modal-content-download {
  position: fixed;
  top: 40%;
  left: 20%;
  overflow: auto; /* Enable scroll if needed */
  background-color: #146d32;
  width: 60%;
  height: 40%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}


.modal_confirm-wrapper{
  background: rgba(0, 0, 0, 0.508);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 15;
  display: none;

}
.modal_confirm{
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  max-width: 300px;
  width: 100%;
  background: rgb(134, 136, 7);
  padding: 20px;
  margin: 35vh auto;
  border-radius: 5px;
  position: relative;
}
.aceitar{
  text-decoration: none;
  background: rgb(19, 68, 4);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 10px;
}

.cancelar{
  text-decoration: none;
  background: crimson;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 10px;
}

.modal_confirm-close{
  color: red;
  border: 1px solid black;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor:pointer;
  width: 20px;
  border-radius: 5px;
}


#loading-bar{
  width: 50vw;
  height: 5vw;
  max-width: 280px;
  min-width: 280px;
  min-height: 24px;
  background-color: #eaeaea;
  border: 1vw solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 2vw rgba(0,127,255,.25);
  overflow: hidden !important
}
  
#progress{
  width: 0%;
  height: 100%;
  background: linear-gradient(#25C42F, #25c491);
  transition: .5s ease
}


/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
input::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 3;
}



.tabs {
  width: 100%;
  height:30px;
  padding-left: 0;
  margin-top: 30px;
  margin-bottom:0;
  padding-bottom:0;
}
a {
  cursor:pointer;
}
.tabs li {
  float:left;
  list-style:none;
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  /*margin-right:5px;*/
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  outline:none;
}
.tabs li a {
  font-family:Arial, Helvetica, sans-serif;
  font-size: small;
  color: #FFF;
  padding-top: 5px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 8px;
  display:block;
  background: #666666;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  text-decoration:none;
  outline:none;
}

.tabs li a.active{
  font-family:Arial, Helvetica, sans-serif;
  font-size: small;
  color: #5685bc;
  padding-top: 5px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 8px;
  display:block;
  background: #FFF;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  text-decoration:none;
  outline:none;
}
.tabs li a.inactive {
  padding-top:5px;
  padding-bottom:8px;
  padding-left: 8px;
  padding-right: 8px;
  color:#666666;
  background: #666666;
  outline:none;
}
.tabs li a:hover, #tabs li a.inactive:hover {
  color: #5685bc;
  outline:none;
}
.container {
  clear:both;
  width:100%;
  text-align:left;
  padding-top: 20px;
  display: none;
}
.container.active {
  
  display: block;
}

.collapsible span {
  float: right;
}
.spacer {
  height: 29px;
  width: 5px;
  border-top: 0 !important;
  border-bottom: 1px solid #ccc;
  padding: 0 !important;
  border-left:0 !important;
  border-right:0 !important;
}
.spacer:last-child {
  width:58%;
}

#vs_but {
  justify-self:center;
  cursor: pointer;
}

#ppt1{
  width: 49%;
  float: left;
  background-color: #4ee755;
}

#ppt2{ 
  width: 49%;
  justify-self:right;
  background-color: #fff382;
}

.tabelas-hist{
  margin: 0 auto;
}

#tabela_aves{
  list-style: none;
  margin: 0 auto;
  text-align: center;
}

h2 {
  font-size: 1.2em;
  text-align: center;
}

.loading{
  display: grid;
  justify-self: center;
  margin: 0 auto;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@media (max-width: 880px) {
  body{
    display: inline-block;
    max-width: 100%;
    overflow-x: hidden !important;
  }
  .logo {
    justify-self: center;
    margin: 0
  }


  .headline {
    display: none;
  }

  nav { 
    display: grid;
    background: rgba(17, 17, 17, 0.5);

  }

  nav a {
    font-size: 0.9em;
    color: #fff;
    text-decoration: none;
    margin: 0;
  }

  nav ul {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
    list-style: none;
    padding: 0px;
    margin: 0;
    text-align: center;
  }

  section {
    margin-top: 140px;
      max-width: 100% !important;
      overflow-x: hidden !important;
  }

  .section_comp {
    margin-top: 140px;
    max-width: 100% !important;
    overflow-x: hidden !important;
}



  table {
    font-size: 0.8em;
  }

  .content {
    font-size: 12px;
    line-height: 10px;
  }

  .collapsible {
    background-color: #9A9A9A;
    cursor: pointer;
    padding: 9px;
    font-size: 18px;
  }
  
  .modal-content {
      z-index: 15;
    height: 60%;
    font-size: 12px;
    line-height: 10px;
  }

  .bloco{
    justify-self: center;
  }

  .bloco-select{
    display: grid; 
  }



  #escore{
    text-align: center;
    justify-self: center;
  }

  .botao-lista { 
    display: grid;
    margin: 0 auto;

  }

  input::-webkit-input-placeholder {
    font-size: 13px;
    line-height: 3;
}

}
@media (max-width: 400px) {
  body{
    max-width: 100% !important;
    display: inline-block;
    overflow-x: hidden !important;
  }
  .logo {
    justify-self: center;
    margin: 0
  }


  .headline {
    display: none;
  }

  nav { 
    display: grid;
    background: rgba(17, 17, 17, 0.5);

  }

  nav a {
    font-size: 0.7em;
    color: #fff;
    text-decoration: none;
    margin: 0;
  }

  nav ul {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
    list-style: none;
    padding: 0px;
    margin: 0;
    text-align: center;
  }

  section {
    margin-top: 100px;
      overflow-x: hidden !important;
  }

  .section_comp {
    margin-top: 100px !important;
    overflow-x: hidden !important;
 }



  table {
    table-layout: fixed;
    max-width: 100% !important;
    white-space: nowrap; overflow: hidden; text-overflow:ellipsis;
    font-size: 0.6em;
  }


  .content {
    font-size: 8px;
    line-height: 8px;
  }

  .collapsible {
    background-color: #9A9A9A;
    cursor: pointer;
    padding: 9px;
    font-size: 12px;
  }
  
  .modal-content {
      z-index: 15;
    height: 60%;
    font-size: 8px;
    line-height: 8px;
  }

  input::-webkit-input-placeholder {
    font-size: 9px;
    line-height: 3;
}
.col4 {
  display: none;
}
.cabe {
  display: none;
}
}



@media print{
  body{ background-color:#FFFFFF; 
    background-image:none; 
    color:#000000;
    font-size: x-small;
  
  }
  ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
section{
  margin-top: 13px;
}
  .headline{ display: none;}
  nav {display: none;}
  #ad{ display:none;}
  #leftbar{ display:none;}
  #contentarea{ width:100%;}
}

.conquistascontainer {
  padding: 3em;
  display: flex;
  flex-wrap: wrap;
  /*display: grid;*/
  /*grid-gap: 5em;*/
  /*grid-template-columns: repeat(auto-fit ,minmax(200px, 1fr));*/
  
}

  /**.conquistanormal {
    padding: 2em;
    border-radius: .3em;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1)
  }
  .conquistarara{
    padding: 2em;
    border-radius: .7em;
    box-shadow: 10px 10px 30px rgba(255, 255, 0, 0.5)
  }**/


/* Mixins */
/* Variables */
/* Bagde Styles 100 166*/
.conquistanormal {
  position: relative;
  height: 66px;
  width: 100px;
  margin: 50px auto;
}
.conquistanormal .dotted {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5), inset 0px 0px 5px 1px rgba(0, 0, 0, 0.4);
  background: white;
}
.conquistanormal .dotted:before, .conquistanormal .dotted:after {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  border-radius: 50%;
}
.conquistanormal .dotted:before {
  content: "";
  z-index: 2;
  top: 5px;
  width: 90px;
  height: 90px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.8), inset 0px 0px 5px 1px rgba(0, 0, 0, 0.4);
  background: #2989d8;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF7ABCFF', endColorstr='#FF4096EE');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmYjllOCIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjNTRhMWUwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7fb9e8), color-stop(60%, #54a1e0), color-stop(100%, #2989d8));
  background-image: -moz-linear-gradient(top, #7fb9e8 0%, #54a1e0 60%, #2989d8 100%);
  background-image: -webkit-linear-gradient(top, #7fb9e8 0%, #54a1e0 60%, #2989d8 100%);
  background-image: linear-gradient(to bottom, #7fb9e8 0%, #54a1e0 60%, #2989d8 100%);
}
.conquistanormal .dotted:after {
  content: "";
  z-index: 3;
  top: 10px;
  width: 70px;
  height: 70px;
  border: 1px dashed white;
  font-size: 50px;
  color: white;
  text-align: center;
  text-shadow: 0px 0px 4px #262626;
  padding-top: 4px;
  padding-right: 2px;
}
.conquistanormal .bubble {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  z-index: 4;
  top: 18px;
  width: 60px;
  height: 60px;
  padding: 0px;
  background: white;
  border-radius: 50%;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.4);
}
.conquistanormal .bubble:before {
  content: attr(data-icon);
  text-align: center;
  font-size: 25px;
  color: #2989d8;
  display: block;
  padding-top: 11px;
  padding-right: 2px;
}

.conquistanormal .tail {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 0;
  top: 88px;
  height: 70px;
  width: 62px;
  background: #2989d8;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2989D8', endColorstr='#FF2989D8');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTZlMSIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4Ii8+PHN0b3Agb2Zmc2V0PSI3NiUiIHN0b3AtY29sb3I9IiMyOTg5ZDgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZGE2ZTEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5da6e1), color-stop(60%, #2989d8), color-stop(76%, #2989d8), color-stop(100%, #5da6e1));
  background-image: -moz-linear-gradient(top, #5da6e1 0%, #2989d8 60%, #2989d8 76%, #5da6e1 100%);
  background-image: -webkit-linear-gradient(top, #5da6e1 0%, #2989d8 60%, #2989d8 76%, #5da6e1 100%);
  background-image: linear-gradient(to bottom, #5da6e1 0%, #2989d8 60%, #2989d8 76%, #5da6e1 100%);
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.4);
}
.conquistanormal .tail:before, .conquistanormal .tail:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -13px;
  width: 0px;
  height: 0px;
  border-style: solid;
}
.conquistanormal .tail:before {
  border-width: 15px 31px 0 0;
  border-color: #5da6e1 transparent transparent transparent;
}
.conquistanormal .tail:after {
  right: 0;
  border-width: 0 31px 15px 0;
  border-color: transparent #5da6e1 transparent transparent;
}
.conquistanormal .tail .inner {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 1;
  top: -1%;
  height: 75px;
  width: 50px;
  border-left: 1px dashed white;
  border-right: 1px dashed white;
}


/*AMARELO*/
/* Mixins */
/* Variables */
/* Bagde Styles 100 166*/
.cnormalama {
  position: relative;
  height: 66px;
  width: 100px;
  margin: 100px auto;
}
.cnormalama .dotted {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5), inset 0px 0px 5px 1px rgba(0, 0, 0, 0.4);
  background: white;
}
.cnormalama .dotted:before, .cnormalama .dotted:after {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  border-radius: 50%;
}
.cnormalama .dotted:before {
  content: "";
  z-index: 2;
  top: 5px;
  width: 90px;
  height: 90px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.8), inset 0px 0px 5px 1px rgba(0, 0, 0, 0.4);
  background: #cfd829;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF7ABCFF', endColorstr='#FF4096EE');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmYjllOCIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjNTRhMWUwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dee87f), color-stop(60%, #c2e054), color-stop(100%, #d8c129));
  background-image: -moz-linear-gradient(top, #d3e87f 0%, #e0e054 60%, #d8d829 100%);
  background-image: -webkit-linear-gradient(top, #d3e87f 0%, #e0e054 60%, #d8d829 100%);
  background-image: linear-gradient(to bottom, #d3e87f 0%, #e0e054 60%, #d8d829 100%);
}
.cnormalama .dotted:after {
  content: "";
  z-index: 3;
  top: 10px;
  width: 70px;
  height: 70px;
  border: 1px dashed white;
  font-size: 50px;
  color: white;
  text-align: center;
  text-shadow: 0px 0px 4px #262626;
  padding-top: 4px;
  padding-right: 2px;
}
.cnormalama .bubble {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  z-index: 4;
  top: 18px;
  width: 60px;
  height: 60px;
  padding: 0px;
  background: white;
  border-radius: 50%;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.4);
}
.cnormalama .bubble:before {
  content: attr(data-icon);
  text-align: center;
  font-size: 25px;
  color: #242709;
  display: block;
  padding-top: 11px;
  padding-right: 2px;
}

.cnormalama .tail {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 0;
  top: 88px;
  height: 70px;
  width: 62px;
  background: #c6d829;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2989D8', endColorstr='#FF2989D8');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTZlMSIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4Ii8+PHN0b3Agb2Zmc2V0PSI3NiUiIHN0b3AtY29sb3I9IiMyOTg5ZDgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZGE2ZTEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d8e15d), color-stop(60%, #d8d229), color-stop(76%, #c6d829), color-stop(100%, #cfe15d));
  background-image: -moz-linear-gradient(top, #d2e15d 0%, #bed829 60%, #b8d829 76%, #cde15d 100%);
  background-image: -webkit-linear-gradient(top, #d2e15d 0%, #bed829 60%, #b8d829 76%, #cde15d 100%);
  background-image: linear-gradient(to bottom, #d2e15d 0%, #bed829 60%, #b8d829 76%, #cde15d 100%);
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.4);
}
.cnormalama .tail:before, .cnormalama .tail:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -13px;
  width: 0px;
  height: 0px;
  border-style: solid;
}
.cnormalama .tail:before {
  border-width: 15px 31px 0 0;
  border-color: #d2e15d transparent transparent transparent;
}
.cnormalama .tail:after {
  right: 0;
  border-width: 0 31px 15px 0;
  border-color: transparent #d2e15d transparent transparent;
}
.cnormalama .tail .inner {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 1;
  top: -1%;
  height: 75px;
  width: 50px;
  border-left: 1px dashed white;
  border-right: 1px dashed white;
}

/*VERMELHO*/
/* Mixins */
/* Variables */
/* Bagde Styles 100 166*/
.cnormalred {
  position: relative;
  height: 66px;
  width: 100px;
  margin: 50px auto;
}
.cnormalred .dotted {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5), inset 0px 0px 5px 1px rgba(0, 0, 0, 0.4);
  background: white;
}
.cnormalred .dotted:before, .cnormalred .dotted:after {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  border-radius: 50%;
}
.cnormalred .dotted:before {
  content: "";
  z-index: 2;
  top: 5px;
  width: 90px;
  height: 90px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.8), inset 0px 0px 5px 1px rgba(0, 0, 0, 0.4);
  background: #d8292c;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF7ABCFF', endColorstr='#FF4096EE');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmYjllOCIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjNTRhMWUwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e8ca7f), color-stop(60%, #e08354), color-stop(100%, #d83b29));
  background-image: -moz-linear-gradient(top, #e8ca7f 0%, #e08354 60%, #d83b29 100%);
  background-image: -webkit-linear-gradient(top, #e8ca7f 0%, #e08354 60%, #d83b29 100%);
  background-image: linear-gradient(to bottom, #e8ca7f 0%, #e08354 60%, #d83b29 100%);
}
.cnormalred .dotted:after {
  content: "";
  z-index: 3;
  top: 10px;
  width: 70px;
  height: 70px;
  border: 1px dashed white;
  font-size: 50px;
  color: white;
  text-align: center;
  text-shadow: 0px 0px 4px #262626;
  padding-top: 4px;
  padding-right: 2px;
}
.cnormalred .bubble {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  z-index: 4;
  top: 18px;
  width: 60px;
  height: 60px;
  padding: 0px;
  background: white;
  border-radius: 50%;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.4);
}
.cnormalred .bubble:before {
  content: attr(data-icon);
  text-align: center;
  font-size: 25px;
  color: #31080e;
  display: block;
  padding-top: 11px;
  padding-right: 2px;
}

.cnormalred .tail {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 0;
  top: 88px;
  height: 70px;
  width: 62px;
  background: #d82929;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2989D8', endColorstr='#FF2989D8');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTZlMSIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4Ii8+PHN0b3Agb2Zmc2V0PSI3NiUiIHN0b3AtY29sb3I9IiMyOTg5ZDgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZGE2ZTEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e1b75d), color-stop(60%, #d88129), color-stop(76%, #d86329), color-stop(100%, #e15d5d));
  background-image: -moz-linear-gradient(top, #e15d80 0%, #d88129 60%, #d85e29 76%, #e15d5d 100%);
  background-image: -webkit-linear-gradient(top, #e15d80 0%, #d88129 60%, #d85e29 76%, #e15d5d 100%);
  background-image: linear-gradient(to bottom, #e15d80 0%, #d88129 60%, #d85e29 76%, #e15d5d 100%);
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.4);
}
.cnormalred .tail:before, .cnormalred .tail:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -13px;
  width: 0px;
  height: 0px;
  border-style: solid;
}
.cnormalred .tail:before {
  border-width: 15px 31px 0 0;
  border-color: #e15d7e transparent transparent transparent;
}
.cnormalred .tail:after {
  right: 0;
  border-width: 0 31px 15px 0;
  border-color: transparent #e15d7e transparent transparent;
}
.cnormalred .tail .inner {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 1;
  top: -1%;
  height: 75px;
  width: 50px;
  border-left: 1px dashed white;
  border-right: 1px dashed white;
}

/*VERDE*/
/* Mixins */
/* Variables */
/* Bagde Styles 100 166*/
.cnormalgreen {
  position: relative;
  height: 66px;
  width: 100px;
  margin: 100px auto;
}
.cnormalgreen .dotted {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5), inset 0px 0px 5px 1px rgba(0, 0, 0, 0.4);
  background: white;
}
.cnormalgreen .dotted:before, .cnormalgreen .dotted:after {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  border-radius: 50%;
}
.cnormalgreen .dotted:before {
  content: "";
  z-index: 2;
  top: 5px;
  width: 90px;
  height: 90px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.8), inset 0px 0px 5px 1px rgba(0, 0, 0, 0.4);
  background: #29d83b;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF7ABCFF', endColorstr='#FF4096EE');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmYjllOCIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjNTRhMWUwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #84e87f), color-stop(60%, #48b43f), color-stop(100%, #168123));
  background-image: -moz-linear-gradient(top, #47B557 0%, #48b43f 60%, #168123 100%);
  background-image: -webkit-linear-gradient(top, #47B557 0%, #48b43f 60%, #168123 100%);
  background-image: linear-gradient(to bottom, #47B557 0%, #48b43f 60%, #168123 100%);
}
.cnormalgreen .dotted:after {
  content: "";
  z-index: 3;
  top: 10px;
  width: 70px;
  height: 70px;
  border: 1px dashed white;
  font-size: 50px;
  color: white;
  text-align: center;
  text-shadow: 0px 0px 4px #262626;
  padding-top: 4px;
  padding-right: 2px;
}
.cnormalgreen .bubble {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  z-index: 4;
  top: 18px;
  width: 60px;
  height: 60px;
  padding: 0px;
  background: white;
  border-radius: 50%;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.4);
}
.cnormalgreen .bubble:before {
  content: attr(data-icon);
  text-align: center;
  font-size: 25px;
  color: #071d0c;
  display: block;
  padding-top: 11px;
  padding-right: 2px;
}

.cnormalgreen .tail {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 0;
  top: 88px;
  height: 70px;
  width: 62px;
  background: #29d846;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2989D8', endColorstr='#FF2989D8');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTZlMSIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4Ii8+PHN0b3Agb2Zmc2V0PSI3NiUiIHN0b3AtY29sb3I9IiMyOTg5ZDgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZGE2ZTEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5de163), color-stop(60%, #179e3d), color-stop(76%, #1f9b21), color-stop(100%, #215322));
  background-image: -moz-linear-gradient(top, #47B557 0%, #69d829 60%, #26b937 76%, #4db55d 100%);
  background-image: -webkit-linear-gradient(top, #47B557 0%, #69d829 60%, #26b937 76%, #4db55d 100%);
  background-image: linear-gradient(to bottom, #47B557 0%, #69d829 60%, #26b937 76%, #4db55d 100%);
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.4);
}
.cnormalgreen .tail:before, .cnormalgreen .tail:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -13px;
  width: 0px;
  height: 0px;
  border-style: solid;
}
.cnormalgreen .tail:before {
  border-width: 15px 31px 0 0;
  border-color: #5AB55A transparent transparent transparent;
}
.cnormalgreen .tail:after {
  right: 0;
  border-width: 0 31px 15px 0;
  border-color: transparent #5AB55A transparent transparent;
}
.cnormalgreen .tail .inner {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 1;
  top: -1%;
  height: 75px;
  width: 50px;
  border-left: 1px dashed white;
  border-right: 1px dashed white;
}    

/*VERDE QUADRADO*/
/* Mixins */
/* Variables */
/* Bagde Styles 100 166*/
.cnormalgreensquare {
  position: relative;
  height: 66px;
  width: 100px;
  margin: 50px auto;
}
.cnormalgreensquare .dotted {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  /*border-radius: 50%;*/
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5), inset 0px 0px 5px 1px rgba(0, 0, 0, 0.4);
  background: white;
}
.cnormalgreensquare .dotted:before, .cnormalgreensquare .dotted:after {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  /*border-radius: 50%;*/
}
.cnormalgreensquare .dotted:before {
  content: "";
  z-index: 2;
  top: 5px;
  width: 90px;
  height: 90px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.8), inset 0px 0px 5px 1px rgba(0, 0, 0, 0.4);
  background: #29d83b;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF7ABCFF', endColorstr='#FF4096EE');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmYjllOCIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjNTRhMWUwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #84e87f), color-stop(60%, #48b43f), color-stop(100%, #168123));
  background-image: -moz-linear-gradient(top, #47B557 0%, #48b43f 60%, #168123 100%);
  background-image: -webkit-linear-gradient(top, #47B557 0%, #48b43f 60%, #168123 100%);
  background-image: linear-gradient(to bottom, #47B557 0%, #48b43f 60%, #168123 100%);
}
.cnormalgreensquare .dotted:after {
  content: "";
  z-index: 3;
  top: 10px;
  width: 70px;
  height: 70px;
  border: 1px dashed white;
  font-size: 50px;
  color: white;
  text-align: center;
  text-shadow: 0px 0px 4px #262626;
  padding-top: 4px;
  padding-right: 2px;
}
.cnormalgreensquare .bubble {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  z-index: 4;
  top: 18px;
  width: 60px;
  height: 60px;
  padding: 0px;
  background: white;
  /*border-radius: 50%;*/
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.4);
}
.cnormalgreensquare .bubble:before {
  content: attr(data-icon);
  text-align: center;
  font-size: 25px;
  color: #071d0c;
  display: block;
  padding-top: 11px;
  padding-right: 2px;
}

.cnormalgreensquare .tail {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 0;
  top: 88px;
  height: 70px;
  width: 62px;
  background: #29d846;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2989D8', endColorstr='#FF2989D8');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTZlMSIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjMjk4OWQ4Ii8+PHN0b3Agb2Zmc2V0PSI3NiUiIHN0b3AtY29sb3I9IiMyOTg5ZDgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZGE2ZTEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5de163), color-stop(60%, #179e3d), color-stop(76%, #1f9b21), color-stop(100%, #215322));
  background-image: -moz-linear-gradient(top, #47B557 0%, #69d829 60%, #26b937 76%, #4db55d 100%);
  background-image: -webkit-linear-gradient(top, #47B557 0%, #69d829 60%, #26b937 76%, #4db55d 100%);
  background-image: linear-gradient(to bottom, #47B557 0%, #69d829 60%, #26b937 76%, #4db55d 100%);
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.4);
}
.cnormalgreensquare .tail:before, .cnormalgreensquare .tail:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -13px;
  width: 0px;
  height: 0px;
  border-style: solid;
}
.cnormalgreensquare .tail:before {
  border-width: 15px 31px 0 0;
  border-color: #5AB55A transparent transparent transparent;
}
.cnormalgreensquare .tail:after {
  right: 0;
  border-width: 0 31px 15px 0;
  border-color: transparent #5AB55A transparent transparent;
}
.cnormalgreensquare .tail .inner {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 1;
  top: -1%;
  height: 75px;
  width: 50px;
  border-left: 1px dashed white;
  border-right: 1px dashed white;
}


/*BIGER BADGE*/

ul.ribbon-badge {
  padding: 0;
  /*margin: 150px auto;*/
  /*width: 245px;*/
  /*height: 245px;*/
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 25px 0 black, 0 0 25px 0 #000 inset;
}
ul.ribbon-badge li {
  z-index: 0;
  display: inline-block;
  background: #3875ff;
  width: 250px;
  height: 35px;
  /*left: -3px;*/
  top: 105px;
  position: absolute;
}

ul.ribbon-badge li.strip:nth-child(2) {
  /*transform*/
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
ul.ribbon-badge li.strip:nth-child(3) {
  /*transform*/
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
ul.ribbon-badge li.strip:nth-child(4) {
  /*transform*/
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
ul.ribbon-badge li.strip:nth-child(5) {
  /*transform*/
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}
ul.ribbon-badge li.strip:nth-child(6) {
  /*transform*/
  -webkit-transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  transform: rotate(150deg);
}

ul.ribbon-badge li.strip:after {
  content: "";
  display: inline-block;
  background: #3875ff;
  width: 250px;
  height: 35px;
  left: -3px;
  top: 105px;
  /*transform*/
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
}

ul.ribbon-badge,
ul.ribbon-badge li.strip,
ul.ribbon-badge li.strip:after,
ul.ribbon-badge li.strip:before {
  background: #0093ff;
  background: linear-gradient(
      45deg,
      transparent 40%,
      rgba(113, 113, 113, 0.28) 40%,
      rgba(178, 216, 255, 0.85) 60%,
      transparent 60%
    ),
    linear-gradient(rgba(0, 147, 255, 0.6), rgba(0, 147, 255, 0.6));
  background: -webkit-linear-gradient(
      45deg,
      transparent 40%,
      rgba(113, 113, 113, 0.28) 40%,
      rgba(178, 216, 255, 0.85) 60%,
      transparent 60%
    ),
    -webkit-linear-gradient(rgba(0, 147, 255, 0.6), rgba(0, 147, 255, 0.6));
  background: -webkit-gradient(
      linear,
      left bottom,
      right top,
      color-stop(40%, transparent),
      color-stop(40%, rgba(113, 113, 113, 0.28)),
      color-stop(60%, rgba(178, 216, 255, 0.85)),
      color-stop(60%, transparent)
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 147, 255, 0.6)), to(rgba(0, 147, 255, 0.6)));
  background: -moz-linear-gradient(
      45deg,
      transparent 40%,
      rgba(113, 113, 113, 0.28) 40%,
      rgba(178, 216, 255, 0.85) 60%,
      transparent 60%
    ),
    -moz-linear-gradient(rgba(0, 147, 255, 0.6), rgba(0, 147, 255, 0.6));
  background: -o-linear-gradient(
      45deg,
      transparent 40%,
      rgba(113, 113, 113, 0.28) 40%,
      rgba(178, 216, 255, 0.85) 60%,
      transparent 60%
    ),
    -o-linear-gradient(rgba(0, 147, 255, 0.6), rgba(0, 147, 255, 0.6));
  background: -ms-linear-gradient(
      45deg,
      transparent 40%,
      rgba(113, 113, 113, 0.28) 40%,
      rgba(178, 216, 255, 0.85) 60%,
      transparent 60%
    ),
    -ms-gradient(rgba(0, 147, 255, 0.6), rgba(0, 147, 255, 0.6));
  background-size: 4px 4px;
}

ul.ribbon-badge li.strip:before {
  content: "";
  display: inline-block;
  background: radial-gradient(circle, black, rgba(62, 151, 255, 0.25));
  width: 250px;
  height: 40px;
  position: absolute;
}

ul.ribbon-badge li.inner {
  z-index: 7;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #0093ff;
  background: linear-gradient(
      90deg,
      transparent 30%,
      rgba(0, 130, 226, 0.59) 30%,
      rgba(106, 192, 255, 0.72) 70%,
      transparent 70%
    ),
    linear-gradient(#67bfff, #22a2ff);
  background: -webkit-linear-gradient(
      0deg,
      transparent 30%,
      rgba(0, 130, 226, 0.59) 30%,
      rgba(106, 192, 255, 0.72) 70%,
      transparent 70%
    ),
    -webkit-linear-gradient(#67bfff, #22a2ff);
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(30%, transparent),
      color-stop(30%, rgba(0, 130, 226, 0.59)),
      color-stop(70%, rgba(106, 192, 255, 0.72)),
      color-stop(70%, transparent)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#67bfff), to(#22a2ff));
  background: -moz-linear-gradient(
      0deg,
      transparent 30%,
      rgba(0, 130, 226, 0.59) 30%,
      rgba(106, 192, 255, 0.72) 70%,
      transparent 70%
    ),
    -moz-linear-gradient(#67bfff, #22a2ff);
  background: -o-linear-gradient(
      0deg,
      transparent 30%,
      rgba(0, 130, 226, 0.59) 30%,
      rgba(106, 192, 255, 0.72) 70%,
      transparent 70%
    ),
    -o-linear-gradient(#67bfff, #22a2ff);
  background: -ms-linear-gradient(
      0deg,
      transparent 30%,
      rgba(0, 130, 226, 0.59) 30%,
      rgba(106, 192, 255, 0.72) 70%,
      transparent 70%
    ),
    -ms-linear-gradient(#67bfff, #22a2ff);
  background-size: 3px 3px;
  position: absolute;
  left: 121px;
  top: 121px;
  box-shadow: 0 0 0 1px rgba(253, 253, 253, 0.26) inset, 0 0 0 3px #33a9ff inset,
    0 0 0 4px #2fa7ff inset, 0 0 2px 5px rgba(0, 57, 98, 0.62) inset,
    0 0 5px 0 rgba(0, 0, 0, 0.57), 0 0 40px 5px rgba(0, 0, 0, 0.42);
}

ul.ribbon-badge li.inner:after,
ul.ribbon-badge li.inner:before {
  display: none;
}
ul.ribbon-badge li.inner span {
  position: absolute;
  color: #3379ff;
  color: rgba(51, 121, 255, 0.48);
  text-align: center;
  font-size: 25px;
  font-weight: bolder;
  font-family: verdana;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: -3px;
  top: 45px;
  left: -2px;
}
/*following lines will add inner shadow effect to text*/
ul.ribbon-badge li.inner span:before,
.inner span:after {
  content: attr(title);
  position: absolute;
}
ul.ribbon-badge li.inner span:before {
  top: 1px;
  left: 1px;
  color: #262626;
  color: rgba(38, 38, 38, 0.39);
}
ul.ribbon-badge li.inner span:after {
  top: 2px;
  left: 2px;
  color: #1b8eff;
  color: rgba(27, 142, 255, 0.29);
}

ul.ribbon-badge li.tail {
  position: absolute;
  top: 220px;
  background: none;
  z-index: -1;
}
ul.ribbon-badge li.tail:before,
ul.ribbon-badge li.tail:after {
  content: "";
  position: absolute;
  background-color: #1b8eff;
  background-image: linear-gradient(
      0deg,
      transparent 20%,
      rgba(113, 113, 113, 0.28) 20%,
      rgba(178, 216, 255, 0.85) 40%,
      transparent 40%,
      rgba(113, 113, 113, 0.28) 60%,
      rgba(178, 216, 255, 0.85) 80%,
      transparent 80%
    ),
    linear-gradient(rgba(26, 134, 214, 0.6), rgba(0, 89, 154, 0.6));
  background-image: -webkit-linear-gradient(
      90deg,
      transparent 20%,
      rgba(113, 113, 113, 0.28) 20%,
      rgba(178, 216, 255, 0.85) 40%,
      transparent 40%,
      rgba(113, 113, 113, 0.28) 60%,
      rgba(178, 216, 255, 0.85) 80%,
      transparent 80%
    ),
    -webkit-linear-gradient(rgba(26, 134, 214, 0.6), rgba(0, 89, 154, 0.6));
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(20%, transparent),
      color-stop(20%, rgba(113, 113, 113, 0.28)),
      color-stop(40%, rgba(178, 216, 255, 0.85)),
      color-stop(40%, transparent),
      color-stop(60%, rgba(113, 113, 113, 0.28)),
      color-stop(80%, rgba(178, 216, 255, 0.85)),
      color-stop(80%, transparent)
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(26, 134, 214, 0.6)), to(rgba(0, 89, 154, 0.6)));
  background-image: -moz-linear-gradient(
      90deg,
      transparent 20%,
      rgba(113, 113, 113, 0.28) 20%,
      rgba(178, 216, 255, 0.85) 40%,
      transparent 40%,
      rgba(113, 113, 113, 0.28) 60%,
      rgba(178, 216, 255, 0.85) 80%,
      transparent 80%
    ),
    -moz-linear-gradient(rgba(26, 134, 214, 0.6), rgba(0, 89, 154, 0.6));
  background-image: -o-linear-gradient(
      90deg,
      transparent 20%,
      rgba(113, 113, 113, 0.28) 20%,
      rgba(178, 216, 255, 0.85) 40%,
      transparent 40%,
      rgba(113, 113, 113, 0.28) 60%,
      rgba(178, 216, 255, 0.85) 80%,
      transparent 80%
    ),
    -o-linear-gradient(rgba(26, 134, 214, 0.6), rgba(0, 89, 154, 0.6));
  background-image: -ms-linear-gradient(
      90deg,
      transparent 20%,
      rgba(113, 113, 113, 0.28) 20%,
      rgba(178, 216, 255, 0.85) 40%,
      transparent 40%,
      rgba(113, 113, 113, 0.28) 60%,
      rgba(178, 216, 255, 0.85) 80%,
      transparent 80%
    ),
    -ms-linear-gradient(rgba(26, 134, 214, 0.6), rgba(0, 89, 154, 0.6));
  background-size: 4px 4px;
  box-shadow: 8px 0 10px 2px rgba(0, 0, 0, 0.28);
  /*backface-visibility*/
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  left: 0;
  border-left: 25px solid rgb(190, 211, 190);
  border-right-width: 150px;
}

ul.ribbon-badge li.tail:before {
  -webkit-transform: rotate(-75deg);
  -moz-transform: rotate(-75deg);
  -ms-transform: rotate(-75deg);
  -o-transform: rotate(-75deg);
  transform: rotate(-75deg);
}
ul.ribbon-badge li.tail:after {
  -webkit-transform: rotate(-105deg);
  -moz-transform: rotate(-105deg);
  -ms-transform: rotate(-105deg);
  -o-transform: rotate(-105deg);
  transform: rotate(-105deg);
  top: 0;
  left: 70px;
}




.shrinkterc{
    width: 190px;
    height: 190px;
-webkit-transform:scale(0.7);
-moz-transform:scale(0.7);
-ms-transform:scale(0.7);
transform:scale(0.7);
}

.shrinksec{
    width: 200px;
    height: 200px;
-webkit-transform:scale(0.75);
-moz-transform:scale(0.75);
-ms-transform:scale(0.75);
transform:scale(0.75);
}

.shrinkpr{
    width: 230px;
    height: 230px;
-webkit-transform:scale(0.9);
-moz-transform:scale(0.9);
-ms-transform:scale(0.9);
transform:scale(0.9);
}


.enlarge{
    width: 200px;
    height: 200px;
-webkit-transform:scale(1.3);
-moz-transform:scale(1.3);
-ms-transform:scale(1.3);
transform:scale(1.3);
}

.conquistatipo{
    margin-top: 50px;
  width: 138px;
  /*content: attr(data-tooltip);*/
  
}

[data-tooltip]:hover::after {
  display: block;
  position: absolute;
  width: 200px;
  content: attr(data-tooltip);
  border: 1px solid black;
  background: #eee;
  padding: .25em;
  z-index: 10;
  /*top: -165px;*/
}

.modal-body-participante{
    padding: 1px 8px;
    background-color: #C3D7C3;
}

.conquistaliferestadual{
    margin-top: 30px;
  width: 138px;
  
  /*content: attr(data-tooltip);*/
  
}

.imgglow{
    animation: glow 1s infinite alternate;
}

@keyframes glow {
  from {
    -webkit-filter: drop-shadow(10px 10px 0 #aef4af) drop-shadow(-10px -10px 0 #aef4af);
    filter:drop-shadow(10px 10px 0 #aef4af) drop-shadow(-10px -10px 0 #aef4af);
    /*box-shadow: 0 0 10px -10px #aef4af;*/
  }
  to {
    -webkit-filter: drop-shadow(1px 1px 0 #aef4af) drop-shadow(-1px -1px 0 #aef4af);
    filter:drop-shadow(1px 1px 0 #aef4af) drop-shadow(-1px -1px 0 #aef4af);
    /*box-shadow: 0 0 10px 10px #aef4af;*/
  }
}


@font-face {
  font-family: "Rocher";
  src: url("../fonts/Rocher-Inline.woff2");
}


.grays {
    color: rgb(255, 4, 54);
    font-size: large;
    text-align: center;
  font-family: "Rocher";
  line-height: 10px;
  
}

.purples {
      color: rgb(5, 71, 42);
      font-size: x-large;
     line-height: 10px;
     text-align: center;
  font-family: "Rocher";
  
  
}

/* CSS */
.botaocopia1 {
    align-self: center;
  background-color: #05472A;
  border: 2px solid #422800;
  border-radius: 30px;
  box-shadow: #422800 4px 4px 0 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  padding: 0 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.botaocopia1:hover {
  background-color: #5EAF00;
}

.botaocopia1:active {
  box-shadow: #422800 2px 2px 0 0;
  transform: translate(2px, 2px);
}

.botaocopia2 {
  background-color: #F90436;
  border: 2px solid #422800;
  border-radius: 30px;
  box-shadow: #422800 4px 4px 0 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  padding: 0 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.botaocopia2:hover {
  background-color: #FF8800;
}

.botaocopia2:active {
  box-shadow: #422800 2px 2px 0 0;
  transform: translate(2px, 2px);
}

@media (min-width: 768px) {
  .botaocopia1 {
    min-width: 120px;
    padding: 0 25px;
  }
    .botaocopia1 {
    min-width: 120px;
    padding: 0 25px;
  }
}

