body,html {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    border:0px;
    font-family:arial;
}
*{
    transition:all linear 0.2s;
}
.avaliacao {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    text-align: center;
    padding:20px;
    float:left;
    top: 0px;
    box-sizing:border-box;
}
.avaliacao p{
    font-size:22px;
    color:#333;
    max-width: 600px;
    margin:25px auto;
}
@media(max-width: 768px){
 .avaliacao p{
    font-size:18px;
    color:#333;
    max-width: 600px;
    margin:25px auto;
    line-height: 30px
}   
}

.opcoes {
    width: 100%;    
    max-width: 400px;
    margin:auto;
}
.item-resposta{
    box-sizing: border-box;
    width:100%;
    display:block;
    background:#f1f1f1;
    margin:10px 0;
    border-radius:50px;
    padding:10px 15px;
    text-decoration:none;
    color:#333;
    line-height:40px;
    float:left;
    text-align:left;
    font-size:20px;
}
.item-resposta i{
    background-image: url(icons.png?v=3);
    background-size: 37px;
    display:inline-block;
    width:40px;
    height:40px;
    float:left;
    margin-right:10px;
    background-repeat: no-repeat;
    
}
.item-resposta i.emogi-01{
    background-position: center 1px;
}
.item-resposta i.emogi-02{
    background-position: center -39px;
}
.item-resposta i.emogi-03{
    background-position: center -79px;
}
.item-resposta i.emogi-04{
    background-position: center -120px;
}
.item-resposta i.emogi-05{
    background-position: center -162px;
}

.container {
   width: 100%;
    overflow-x: hidden;
    float: left;
    position: absolute;
    left: 0px;
    height: 100%;
}
#avaliacao-step-02,#avaliacao-step-03{
    left:100%;
}
#avaliacao-step-01{
    left:0px;
}
body.step2 #avaliacao-step-01{
    left:-100%;
}
body.step2 #avaliacao-step-02{
    left:0%;
}
body.step3 #avaliacao-step-02{
     left:-100%;
}
body.step3 #avaliacao-step-03{
     left:0%;
}

.opcoes-nps {
    width: 60px;
    background: #eee;
    position: absolute;
    right: 0;
    padding: 10px;
    top: 0;
    height: 100%;
    box-sizing: border-box;
}
.opcoes-nps a {
    display: inline-block;
    background: #efefef;
    width: 100%;
    margin-bottom:5px;
       line-height: 40px;
    text-decoration: none;
    color: #fff;
    float: left;
    border-radius: 100%;
}
.opcoes-nps a:nth-child(1),.opcoes-nps a:nth-child(2),.opcoes-nps a:nth-child(3),.opcoes-nps a:nth-child(4){
    background:#A30707;
}
.opcoes-nps a:nth-child(5),.opcoes-nps a:nth-child(6){
    background:#FFAC06;
}
.opcoes-nps a:nth-child(7),.opcoes-nps a:nth-child(8){
    background:#FFC100;
}
.opcoes-nps a:nth-child(9),.opcoes-nps a:nth-child(10){
    background:#04AF28;
}
.opcoes-nps a:nth-child(11){
    background:#097C26;
}
span.text-nps {
    font-size: 22px;
    width: 70%;
    left: 20px;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}
.opcoes-nps-2 {

    width:100%;
    max-width: 600px;
    margin:auto;

}
.opcoes-nps-2 span {
    float:left;
    margin-top:10px;
   display:inline-grid;
   box-sizing:border-box;
   width:16.66666%; 
}
.opcoes-nps-2 span:nth-child(7){
    margin-left:8.333333%;

}
.opcoes-nps-2 span a{
    border:2px solid #333;
    width:80%;  
    color:#333;
    font-weight:bold;    
    line-height:2.5;
    margin:auto;
    height:0px;
    padding-bottom:80%;
    text-decoration:none;
   border-radius:100px;
   position: relative;
}
.opcoes-nps-2 span a i{
    font-style:normal;
    position:absolute;
    top:50%;
    pointer-events: none;
    left:50%;
    transform:translate(-50%,-50%)
}
.opcoes-nps-2 span a.label-red{
    border-color:#A30707;
    color:#A30707;

}
.opcoes-nps-2 span a.label-orange{
    border-color:#FFAC06;
    color:#FFAC06;

}
.opcoes-nps-2 span a.label-yellow{
    border-color:#FFC100;
    color:#FFC100;

}
.opcoes-nps-2 span a.label-green{
    border-color:#04AF28;
    color:#04AF28;

}
.opcoes-nps-2 span a.label-green2{
    border-color:#097C26;
    color:#097C26;

}
.label{
width: 100%;
    max-width: 600px;
    margin-top: 10px;
    margin: auto;
    display: block;
    height: 20px;
}
.label div {
    font-size: 12px;
    font-weight: bold;
    
    text-transform: uppercase;
    
}
.label div.l-left{
  float:left;  
  color:#a60f0f
} 

.label div.l-right{
  float:right;
  color:#097c26;  
} 
#loading ,#invalid-url{
    text-align: center;
    margin-top: 50px;
    font-size: 18px;
    color: #666;
}

.coupon {
    background-color: #eee;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #6D2F7C;
    border: 1px dashed #999;
}