@import url('font-awesome.min.css');
/* Simulador Adwords */

/* Fonte */
html,body,input,textarea,select, button{
   font-family: 'Raleway', sans-serif;
}
input,textarea,select, button{
  text-transform: uppercase;
}


/* Fundo e Logotipo */
html,body{
  width: 100%;
  height: 100%;
  margin:0;
  padding: 0;
  top: 0;
  margin:auto;
  }
html{
  background-color: #EEE;
}
body{
  max-width: 1400px;
}

header .bannertotal{
  width: 100%;
  color:#FEFEFE;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .bannertotal h2{
  font-size: 2.4em;
  margin:0;
  text-align: center;
  font-weight: bold;
  padding-top: 25px;
}
header .bannertotal h3{
  color:#F8FE09;
  font-size: 2em;
  margin:0;
  text-align: center;
  font-weight: bold;

}

header .bannertotal h4{
  font-size: 1.7em;
  margin:0;
  text-align: center;
  padding-bottom: 25px;

}

header .bannertotal .bannerparte1{
  width: 100%;
  background-color: #0DC143;
  height: 130px;
}

header .bannertotal .bannerpartemeio{

  width: 10%;
  height: 100%;
 border-style: solid;
 border-color: #993365 #0DC143 ;border-width:0 0px 130px 100px;
}

header .bannertotal .bannerparte2{
  height: 130px;
  width: 100%;
  background-color: #993365;
}

@media screen and (max-width: 800px){
  header .bannertotal{
  display: block;
}

header .bannertotal .bannerparte1{
height: auto;
min-height: 130px;
height: auto;
}

header .bannertotal .bannerpartemeio{
display: none;
}

header .bannertotal .bannerparte2{
height: auto;
min-height: 130px;
height: auto;
}
}

.imagensrotativas .item div {
  width: 100%;
  padding:0 !important;
}
.imagensrotativas img{
  width: 100%;
  display: block;
  margin:auto;
  height: 250px !important;
  object-fit: cover;
  object-position: center;
  padding-right: 0px;
}


figcaption{
display: none;
}

figure{
  top: 0;
  padding: 0;
  margin:0;
}
.row{
  padding: 0;
  margin:0 !important;
}
/* Header */
header{
  padding: 0;
  margin: 0;
}

.imagemmazukim{
  max-width: 250px;
}

header h1{
  color: #555;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

/* Barra Progresso */
.progresso{
  margin: 2% !important;
  margin-left: 6% !important;
  margin-right: 6% !important;
  text-transform: uppercase;
  border-radius: 5px;
}

.progresso span{
  font-size: 4em;
  color: #CCC;
  border:4px #CCC solid;
  height: 90px;
  width: 90px;
  line-height: 90px;
  border-radius: 90px;
  transition: 0.2 all;
}
.progresso span.active{
  color: #0dc142;
  border-color: #0dc142;
  transition: 0.2 all;
}

.progresso p{
  text-align: center;
  margin-bottom: 10px !important;
  font-weight: bold;
  color: #CCC;
  transition: 0.2 all;
}

.progresso p.active{
  color: #0dc142;
  transition: 0.2 all;
}

/* Avatar */
.avatar{
  margin: 2% !important;
  margin-left: 6% !important;
  margin-right: 6% !important;
  text-transform: uppercase;
  border-radius: 5px;
}

.avatar img{
  object-fit: contain;
  object-position: center;
  border:4px #333 solid;
  padding: 2px;
  height: 150px;
  width: 150px;
  line-height: 150px;
  border-radius: 150px;
  transition: 0.2 all;
}

.avatar p{
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  margin-top: 10px;
  transition: 0.5s all;
}

.avatar .balao{
  transition: 0.5s all;
  display: none;
  background: #fce088;
  border-radius: 20px 20px 20px 20px;
  width: 100%;
  min-height: 100px;
  margin-top: 20px;
  padding: 30px;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 20px;
  position: relative;
}
.avatar .balao:after{

  transition: 0.5s all;
  content: "";
  z-index: -1;

  width: 0;
  height: 0;

  position: absolute;
  
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fce088;
  
  -webkit-transform:rotate(90deg);
-moz-transform:rotate(90deg);
-o-transform: rotate(90deg);
  
  top: 20px;
  left: -27px;
}

@media(max-width: 600px){
  .avatar .balao:after{  
  transition: 0.5s all;
  top: -13px;
  left: 5px;  
  -webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-o-transform: rotate(180deg);
  }
}


/* Usuário Step */
.inicial{
  background-color: #333;
  margin: 2% !important;
  margin-left: 6% !important;
  margin-right: 6% !important;
  padding: 2%;
  text-transform: uppercase;
  border-radius: 5px;
}

.inicial h2{
  color: #FFF;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}
.inicial input{
  color: #FFF;
}

.inicial .envelope{
  font-size: 1.6em;
  margin-left: -2px;
}

.inicial .prefix{
  color:#FFF;
  margin-top: 10px;
}

.inicial .active{
  color:#7bd7e0 !important;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]){
  border-bottom-color: #7bd7e0;
  box-shadow: #7bd7e0 0em 0.01em 0em;
}

.inicial .botaoiniciar{
  margin-top: 10px;
  background-color: #0DC142;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.inicial .botaoiniciar span{
  font-size: 2em;
  float: right;
  margin-top: 9px;
}

/* Primeiro Step */
.primeirostep{
  display: none;
  background-color: #333;
  margin: 2% !important;
  margin-left: 6% !important;
  margin-right: 6% !important;
  padding: 2%;
  text-transform: uppercase;
  border-radius: 5px;
}

.primeirostep h2{
  font-weight: bold;
  color: #FFF;
  font-size: 1.4em;
  text-align: center;
}

.primeirostep .iconeclasse{
  margin-top: 10px;
  margin-bottom: 20px;
}

.primeirostep .iconeclasse{
  cursor: pointer;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 3px;
  border:3px solid transparent;
  transition: all 0.2s;
}
.activeicone{
  border:3px solid #FFF !important;
  background-color: #111;
  transition: all 0.2s;
}
.primeirostep .iconeclasse span{
  font-size: 9em;
  color: #FFF;
}

.primeirostep .iconeclasse p{
  color: #FFF;
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: -10px;
  font-weight: bold;
  text-align: center;
}

.primeirostep .botaoiniciar{
  margin-top: 10px;
  background-color: #0DC142;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.primeirostep .botaoiniciar span{
  font-size: 2em;
  float: right;
  margin-top: 9px;
}





/* Segundo Step */
.segundostep{
  display: none;
  background-color: #333;
  margin: 2% !important;
  margin-left: 6% !important;
  margin-right: 6% !important;
  padding: 2%;
  text-transform: uppercase;
  border-radius: 5px;
}

.segundostep h2{
  color: #FFF;
  font-weight: bold;
  font-size: 1.4em;
  text-align: center;
}

.segundostep .valor{
  color: #FFF;
  font-size: 3.5em;
  text-align: center;
}

.segundostep input[type=range]+.thumb{
  background-color: #0DC142;
}

.segundostep input[type=range]{
  background-color: none;
  border-color:#CCC;
  color: #FFF;
  border-radius: 100px;
}
.segundostep .slidetotal{
  margin-top: -20px;
  margin-bottom: 30px;
}

.segundostep .slidetotal div{
  color: #999;
  font-weight: bold;
  text-align: center;

}

@media(max-width: 600px){
.segundostep .slidetotal{
  margin-top: -50px;
  margin-bottom: 30px;
}
}

.segundostep .sliderange{
  width: 90%;
  margin: auto;
}

.segundostep input,.caret{
  color: #FFF !important;
}


.segundostep .prefix{
  color:#FFF;
  margin-top: 10px;
}

.segundostep .active{
  color:#7bd7e0 !important;
}

.segundostep .botaoiniciar{
  margin-top: 10px;
  background-color: #0DC142;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.segundostep .botaoiniciar span{
  font-size: 2em;
  float: right;
  margin-top: 9px;
}




/* Resultado */
.resultado{
  display: none;
  background-color: #333;
  margin: 2% !important;
  margin-left: 6% !important;
  margin-right: 6% !important;
  padding: 2%;
  text-transform: uppercase;
  border-radius: 5px;
}

.resultado h2{
  color: #FFF;
  font-weight: bold;
  font-size: 1.4em;
  text-align: center;
}

.resultado h3{
  color: #EEE;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}
.resultado .resultadototal{
  padding: 1px 5px;
  border-radius: 5px;padding-bottom: 10px;
  margin-bottom: 15px;
}

.resultado .resultadototal .linha{
  display: flex;
  clear: both;
  border:2px solid #333;
margin-top: -2px;}

.resultado .resultadototal div.coluna{
  color: #333;
  width: 100%;
  background-color: #EEE;
  font-size: 1.1em;
  font-weight: bold;
  padding: 5px !important;
}

@media(max-width: 900px){
  .resultado .resultadototal div.coluna{
  font-size: 0.8em;}
}

.resultado .resultadototal span{
  width: 18px;
  height: 18px;
  line-height: 20px;
  text-align: center;
  background-color: #333;
  color: #FFF;
  border-radius: 2px;
}


/*avaliacao*/
.estrelas input[type=radio]{
  display: none !important;
  font-size: 30px;
}.estrelas label i.fa:before{
  content: '\f005';
  font-size: 2.7em;
  transition: all 0.5s;
  color: #e4ae00;
-webkit-text-stroke-width: 0.05em;
-webkit-text-stroke-color: #FFF;
}.estrelas  input[type=radio]:checked  ~ label i.fa:before{
  font-size: 2.7em;
  color: transparent;
  transition: all 0.5s;
-webkit-text-stroke-width: 0.07em;
-webkit-text-stroke-color: #FFF;
}

div.estrelas{
 margin: auto;
 margin-top: 40px;
 margin-bottom: 20px;
}



.estrelas [type="radio"]:not(:checked)+label, [type="radio"]:checked+label{
  padding: 0 !important;
  margin-left: 10px;
}

.estrelas [type="radio"]:not(:checked)+label:before, [type="radio"]:not(:checked)+label:after{
  border:none;
}

.estrelas [type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after{
  border:none;
}

.estrelas [type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after{
  background-color: transparent;
}

.estrelas [type="radio"]:checked+label:before{
  border:none;
}


.resultado .valor{
  color: #FFF;
  font-size: 3.5em;
  text-align: center;
}

.resultado input[type=range]+.thumb{
  background-color: #0DC142;
}

.resultado input[type=range]{
  background-color: none;
  border-color:#CCC;
  color: #FFF;
  border-radius: 100px;
}
.resultado .slidetotal{
  margin-top: -20px;
  margin-bottom: 30px;
}

@media(max-width: 600px){
.resultado .slidetotal{
  margin-top: -50px;
  margin-bottom: 30px;
}
}

.resultado .sliderange{
  width: 90%;
  margin: auto;
}

.resultado input,.caret{
  color: #FFF !important;
}


.resultado .prefix{
  color:#FFF;
  margin-top: 10px;
}

.resultado .active{
  color:#7bd7e0 !important;
}

.resultado .botaoiniciar {
  margin-top: 10px;
  background-color: #0DC142;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.resultado .botaoiniciar span{
  font-size: 2em;
  float: right;
  margin-top: 9px;
}

#btnavaliar span{
  color: #0DC142;
  transition: 0.5s all;
}
