
@font-face {
    font-family: "Lato";
    src:
      url("../fonts/Lato-Regular.ttf"),
      url("../fonts/Lato-Medium.ttf"),
      url("../fonts/Lato-SemiBold.ttf"),
      url("../fonts/Lato-Bold.ttf"),
      url("../fonts/Lato-ExtraLight.ttf"),
      url("../fonts/Lato-ExtraBold.ttf"),
      ;
}  

body#schutz{
    font-family: "Lato",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
    color: #272727;
}

.text_red{
   color: #c83142 !important;
   font-size: 1.2em;
   font-weight: bold;
}

.text_green{
   color: #2db02f !important;
   font-size: 1.2em;
   font-weight: bold;
}
.primary-color{
    color: #272727;
}
.wrapper {
    padding-top: 50px;
}
.bg-e4{background-color: #E4E4E4;}
.sz-18{font-size:18px;}
.container-fluid{max-width: 100%;}
.grow-1{flex-grow:1;}
.grow-2{flex-grow:2;}

@media (max-width: 1200px) {
    .clsLogo {
        display: none;
    }
}

.widget-panel{
    border: 1px dashed #8a94a5;
    border-radius: 10px;
}

body {
    background: #ffffff;
}

fieldset.scheduler-border {
    border: 1px solid #e4e4e4;
    margin: 30px 0 40px 0;

}

legend.scheduler-border {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    width:auto;
    padding:0 10px;
    border-bottom:none;
    color: #000;

}

fieldset.scheduler-border-header {
    border-top: 1px solid #e4e4e4;
    margin-top: 30px;

}

legend.scheduler-border-header {
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    width:auto;
    padding:0 10px;
    border-bottom:none;

}
.clsTextAreaDotted{
    height: 120px;
    padding: 10px;
}

.clsTextAreaDotted textarea{
    border: none;
    resize: none;
    outline: 0;
    height: 95px;
}
.clsTextAreaDotted textarea:focus{
    border: none;
    resize: none;
    outline: 0;

}
.clsbotaoDotted{
    margin-top: 0px;
    float: right;
}

.container-fluid{
    margin-bottom: 20px;
}

    .filter-color{
        filter: invert(0%) sepia(100%) saturate(7500%) hue-rotate(25deg) brightness(90%) contrast(107%);
}


.filter-color-white{
        filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(231deg) brightness(105%) contrast(101%);
}


            /*De 0*/
.circle_red_d{
    background-color: #c83142;
    color: white;
    font-weight: bold;
}



/*De 1 até 2*/
.circle_red {
    background-color: #c83142;
    color: white;
    font-weight: bold;
}

/*De 3 até 4*/
.circle_red_w {
    background-color: #c83142;
    color: white;
    font-weight: bold;
}

/*De 5 até 6*/
.circle_orange {
    background-color: #FF9A43;
    color: white;
    font-weight: bold;
}

/*De 7 até 8*/
.circle_yellow {
    background-color: #f5c92d;
    color: white;
    font-weight: bold;
}

/*De 9 até 10*/
.circle_green {
    background-color: #2db02f;
    color: white;
    font-weight: bold;
}


/*Fim Circulos Avaliação*/
.box_coluna_01_nps {
    width: 45%;
}

.box_coluna_02_nps {
    width: 55%;
}

.coluna_01_nps {
    width: 100%;
}

.coluna_02_nps {
    width: 100%;
}


.cont_circle_nps{
    height: auto;
    text-align: center;
    padding: 0px 0px 5px 5px;
}

.clslogoTop img {
    width: 176px;
}

.circle_box_nps {
    width: 81px;
    height: 77px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 78px;
    /**border: solid 1px #AAA;**/
    transition: 0.5s;
    cursor: pointer;
}

.btn-primary{
    background-color: #000000 !important;
    border-color:   rgba(0,0,0,20) !important;
}

.btn-primary.disabled, .btn-primary:disabled{
    background-color: rgba(0,0,0,20) !important;
    border-color:   #000000 !important;
}

.btn-primary:hover{
    background-color: rgba(0,0,0,20) !important;
    border-color:   rgba(0,0,0,20) !important;
    color: #FFFFFF;
}

.btn-inverted{
    background-color: #fff !important;
    border: solid 1px #c9c9c9;
    font-weight: 800;
    font-size: 16px;
    max-width: 150px;
    border-radius: 25px;
    min-width: 150px;
    cursor: pointer;
    color: #000;
}
.btn-inverted:hover{
    background-color: #c9c9c9 !important;
    border-color:   #c9c9c9 !important; 
    color: #FFFFFF;
}

.alert-info{

    background-color: rgba(0,0,0,20) !important;
     border-color:   #c9c9c9 !important; 
}


.btn.btn-info{
    padding: 17px 100px;
}

.btn.btn-pesquisa-nota{
    background-color: #E5E5EA !important;
    color: #000 !important;
    box-shadow: none;
    /**padding: 12px 0px;**/
    font-weight: bold;
    font-size: 20px;
    max-width: 150px;
    min-width: 150px;
    border-radius: 25px;
    cursor: pointer;

}
.btn.btn-pesquisa{
    background-color: #000000 !important;
    color: #fff;
    /**padding: 12px 0px;**/
    font-weight: 800;
    font-size: 16px;
    max-width: 200px;
    border-radius: 25px;
    min-width: 150px;
    cursor: pointer;
}

.btn-info:hover{
    background-color: #c9c9c9 !important;
    border-color:   #c9c9c9 !important; 
    color: #FFFFFF;
}

@media only all and (max-width: 600px) {
    .conteudo-pesquisa{
        padding: 0px 20px !important;
    }
    body{
        /**padding-top:80px;**/
    }
    div.conteudo-pesquisa{
        height: unset !important;
        /**margin-top:50px;**/
        -webkit-overflow-scrolling: touch;
    }
    .clsQuestionBoxTopSmall{
        position:absolute;
        z-index:10;
        width: 100vw;
        height: 180px;
        top:0;
        display: none;
    }
    
    /**.clsNota_small{
        display: fixed;
    }
    .clsNota_large{
        /**display: none;
    }
    /**.circle_box_nps {
        width: 41px;
        height: 38px;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        font-size: 25px;
        line-height: 78px;
        color: #FFFFFF;
        font-weight: bold;
        transition: 0.5s;
        cursor: pointer;
    }**/
}

.clsNota_small{
    display: none;
}

.circle_box_nps.circle_box_nps_active{
    /**background-color: #000000;**/
    transform: scale(1.3);
    color: #fff;
    opacity: 1;
    position:relative;
    z-index:10;
    transition: 0.5s;
}

section .div1 {
  width: 100%;
  height: 100px;
  position: relative;
  float: left;
  z-index: 2;
  margin-top: 80px;
}
/* section .div2{
  background-color: #000000;
  width: 90%;
  height: 200px;
  position: relative;
  top: 20px;
  z-index: 1;
  margin: 0px 0px 0px 35px;
  border-radius: 25px;
} */

.clsBox{
    padding: 2px;
    
}

.clsBox .widget-panel{
    min-height: 120px;
}

 /**.box_card_motivo {
    margin-bottom: 0;
    max-width: 200px !important;
}**/
.box_card_motivo p {
    font-size: 12px;
}
.card-motivo
{
    padding: 0;

}

.card-motivo table
{
    /*min-height: 45px;*/
    height: 100%; 
    width: 100%;
    font-size: 11px;
    
}
.clsImageCircle{
    z-index: 1;
    position: absolute;

}
/*.clsPadding
{
    margin-left: 60%;
}*/


    .card-body:hover {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    border-radius: 10px;
}

 .card-body td{
    /*border:2px solid #e9e9e9;*/
    transition: 0.5s;
    cursor: pointer;
    font-family: "Lato",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
 }



.clsImagemMotivo-active{
    float: left;
    margin-left: -48px;
    margin-top: 45px;
    z-index: 1;
}

.dottedMotivo{
    border: 1px solid #545454;
    min-height: 120px;
    margin: auto;
    position: relative;
    padding:15px  20px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px;
    padding-left: 45px;
}   

.dottedMotivo:before{
    content: '';
    position: absolute;
    border: 1px solid #545454;
    width: 20px;
    height: 20px;
    left: 15px;

}


.card_body_active .clsImagemMotivo{
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
}


.dottedMotivo span{
    text-align: center;
    vertical-align: middle;
    font-size: 1.4em;
} 



.clsImagemMotivo-active{
    float: left;
    margin-left: -30px;
    margin-top: 15px;
    z-index: 1;
}



.clsImagemMotivo .clsImageChecked{
    height: 10px;
}

.clsQuestionBox{
    background-image: url(../images/dzarm/question_box.svg);  
    background-repeat: no-repeat; 
    background-position: left;
    z-index: 2;
    margin-left: 300px;
    height: 300px;
    width: 400px;
    margin-top: 0px;
    position: absolute;
}
    
.clsQuestionBox div{
    height: 180px; 
    padding-top: 50px; 
    padding-left: -20px;
}
.clsQuestionBox h2{
    font-size: 100px;
    line-height: 1.0;
}


.clsQuestionBoxThanks{

    background-image: url(../images/hering/question_box.svg);  
    background-repeat: no-repeat; 
    background-position: left;
    z-index: 2;
    margin-left: 650px;
    height: 300px;
    width: 400px;
    margin-top: 100px;
    position: absolute;
}

.clsQuestionBoxThanks div{
        height: 180px; 
        padding-top: 50px; 
        padding-left: -20px;
}
.clsQuestionBoxThanks h4{
    font-size: 25px;
    line-height: 1.0;
}

.listLarge {
    border: 1px solid #e0e0e0 !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    font-size: 20px;
    border-radius: 10px !important;
    height: 70px !important;
    line-height: 37px;
    outline: none;
    text-transform: uppercase;
    background: url(../images/hering/arrow-199-24.png) no-repeat right #ddd;
    -webkit-appearance: none;
    background-position-x: 98%;
}

.clsNota_small{
    display: none;
}

.title_general_thanks{
    font-size: 1.8em;  
}

.title_general{
    font-size: 22px;
}

.title_general_motivo{
    font-size: 22px;
    line-height: 20px; 
}

.card-title{
    margin-top: 5px;
}
.listLarge {           
    font-size: 18px !important;
    height: 50px !important;
    
}

.title_general{
    font-size: 22px;
    line-height: 25px; 
}
.dottedMotivo span{
    font-size: 1.3em;

} 

.ClsExperiencia{
    display: none;
}
.clsQuestionBoxSmall {
    background-color: #000;
    padding: 0 17px;
    height: 42px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.clsQuestionBoxSmall h2{
    font-size: 1.4em;
    margin: 0;
}


.clsQuestionBoxSmallThanks {
    background-image: url(../images/hering/question_box_small_thanks.png);  
    background-repeat: no-repeat; 
    background-position: left;
    z-index: 2;
    margin-left: -70px;
    height: 80px;
    width: 250px;
    margin-top: -40px;
    position: absolute;
    display: none;
}



   @media (max-width: 1600px) {
        .title_general_thanks{
            font-size: 1.4em; 
            font-weight: bold; 
        }

        .title_general{
            font-size: 1.4em;
        }

        .title_general_motivo{
           font-size: 1.4em;
           line-height: 20px; 
        }

        .card-title{
            margin-top: 5px;
        }
        .listLarge {           
            font-size: 16px !important;
            height: 50px !important;
            
        }
         .circle_box_nps {
            width: 70px;
            height: 70px;
            line-height: 70px;
        }
        .dottedMotivo span{
            font-size: 1.2em;

        } 

        .clsNota{
            display: inline;
        }

        .ClsExperiencia{
            display: none;
        }
    }
    @media (min-width: 1000px) {
        .conteudo-pesquisa{
            padding:50px;
        }
    }
    /* @media(min-width: 601px) and (max-width: 950px){
        .clsQuestionBoxTopSmall{
            height: 240px;
        }
    } */

    @media (max-width: 400px){
        /**.box_card_motivo {
            max-width: 50% !important;
        }**/
        .card-motivo{
            height: 100%;
        }
        .dottedMotivo{
            height: 100%;
            margin: 4px;
        }
    }
    @media (max-width: 950px) {
        .conteudo-pesquisa{
            padding:50px;
        }
        .title_general_thanks{
            font-size: 1.4em;  
        }
         .clslogoTop img{
            max-width: 70%;
        }

        .clsTextSmall{
            font-size: 12px;
        }

        .title_general{
            font-size: 18px;
        }

        .title_general_motivo{
           font-size: 18px;
           line-height: 20px; 
        }

        .card-title{
            margin-top: 5px;
        }
        .listLarge {           
            font-size: 14px !important;
            height: 50px !important;
            
        }
         .circle_box_nps {
            width: 55px;
            height: 55px;
            line-height: 55px;
        }
        .title_general{
            font-size: 18px;
           line-height: 20px; 
        }

        .clsNota_large{
            display: none;
        }

        .clsNota_small{
            display: flex;
        }
       section .div1 {
          width: 100%;
          height: 200px;
          position: relative;
          float: left;
          z-index: 2;
          margin-top: 50px;
        }
        section .div2{
          width: 85%;
          height: 200px;
          position: relative;
          top: 20px;
          z-index: 1;
          /**margin: 0px 0px 0px 12%;**/
        }
       

        .dottedMotivo span{
            font-size: 1.1em;

        } 
        .clsNoPadding {
            padding: 0px;
        }
        .clsTextAreaDotted{
            height: 118px;
        }

        .clsTextAreaDotted textarea{
            height: 50px;
        }
        .clsTextAreaDotted textarea:focus{
            border: none;
            resize: none;
            outline: 0;

        }

        .clsImagemMotivo .clsImageNChecked{
            height: 16px;
        }

        .clsImagemMotivo-active{
            float: left;
            margin-left: -30px;
            margin-top: 15px;
            z-index: 1;
        }

        

        .clsImageCircle .clsImageNChecked{
            width: 45px;
        }

        .clsImageCircle .clsImageChecked{
            width: 45px;
        }

        


        .clsImagemMotivo .clsImageChecked{
           height: 10px;
        }

        .clsImagemMotivo-active{
            margin-left: -48px;
            margin-top: 45px;
            z-index: 1;
        }
        .scheduler-border{
            font-size: 12px !important;
        }

        .clsNota{
            display: inline;
        }

        .ClsExperiencia{
            display: none;
        }

        .clsQuestionBoxTopSmall{
            background-color: #f5f5f5;
            background-size:cover;
            background-position: center;
            display: none;
        }
        .clsQuestionBoxBottomSmall{
            background-color: #f5f5f5;
            min-height: 200px;
            width: 100%;
        }

        .question_box_small{
            display: inline
        }
    }


    .vcenter-item{
        display: flex !important;
        align-items: center !important;
    }
    
     @media (max-width: 500px) {
        
        .dottedMotivo{
            height: unset;
            margin: 4px
        }
         .clsbotaoDotted a{
                font-size: 10px;
              
            }

            .clsbotaoDotted input{
                font-size: 10px;
                
            }
            .clsOrdenacao
            {
                display: none;
            }
        }

        @media (max-width: 768px) {
           .clsOrdenacao
               {
                   display: none;
               }
           }

.clsLogo{
    background-size: cover;
    height: 100vh !important;
    display: none;
}
.conteudo-pesquisa{
    height: 100vh !important;
    margin-bottom: 0;
    overflow-y: auto;
}
.conteudo-pesquisa::-webkit-scrollbar {
    width: 0px;
}
.btn-whatsapp{
    display: none;
}
.btn{
    padding: 10px 24px;
}
.btn-rounded{
    border-radius: unset !important;
}
.scheduler-border-header{
    display: flex;
    gap: 8px;
}

.clsImagemMotivo{
    display: none;
    padding: 5px;   
    background-color: #fff;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    border: solid 1px #e4e4e4;
}
.clsImagemMotivo .clsImageNChecked{
    height: 16px;
}
.gap-8{
    gap: 8px;
}
.legenda-nota-inferior{
    padding: 0 0 60px 0;
}
.btn.btn-optionpesquisa{
    font-size:16px;
    padding:8px;
    padding-left:12px;
    border: solid 1px #A9A8A1;
    background-color: #fff;
    color:inherit;
}
.btn.btn-optionpesquisa:hover{
    box-shadow: none;
}
.btn:hover{
    cursor: pointer;
}
.btn-pesquisa.btn-inverted:hover{
    /* background-color: inherit !important; */
    box-shadow: none;
}

.btn-optionpesquisa.active{
    background-color: #000;
    color: #fff;
    box-shadow: unset;
}

.input-opcao-invisivel{
    display: none;
}

form.active .input-opcao-invisivel{
    display: block;
    border: solid 1px #E98258;
    box-sizing:border-box;
}

textarea.pesquisa{
    border: solid 1px #545454;
}
.color-marca{
    color: #E98258 !important;
}
.font-small{
    font-size: smaller;
}
strong > strong{
    font-weight: 800;
}

span.mensagem-desconto{
    line-height: 1.3;
}

.btn-voltar:hover{
    box-shadow: none !important;
}
.btn-voltar{
    background-color: unset;
    border:none;
    box-shadow: none;
    font-weight: bold;
}
.lista-opcoes-pesquisa{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding:20px;
    text-align: left;
    color: #666666;
}

.lista-opcoes-pesquisa .btn-optionpesquisa{
    box-shadow: none;
    border: none;
    position: relative;
    margin-left:20px;
    white-space: inherit;
    text-align: left;
}

.lista-opcoes-pesquisa .btn-optionpesquisa:before{
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    border: solid 3px #E98258;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15;
}
.lista-opcoes-pesquisa .btn-optionpesquisa.active{
    background-color: unset;
    color: inherit;
}
.lista-opcoes-pesquisa .btn-optionpesquisa.active:before{
    background-color: #E98258;
}

.lista-opcoes-pesquisa > form{
    margin: 0;
}

.lista-oculta{
    display:none;
}
.label-opcoes{
    color: #666666;
    padding-left:10px;
}
.opcao-escondida{
    display:none !important;
}
/**textarea.form-control{
    min-height: unset;
}**/

.classificacao-comentario > .row{
    height: 30px;
    justify-content: center;
    align-items: center;
}
.classificacao-comentario > .row > .col{
    display: flex;
    justify-content: center;
    align-items: center;
}
.classificacao-comentario span{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 5px 14px;
}

.classificacao-comentario span + span{
    border-left: solid 1px #E5E5EA;
}

.classificacao-comentario input[type="radio"]:checked:after{
    border: 2px solid #000;
}
.classificacao-comentario input[type="radio"]:after{
    border: 2px solid #E5E5EA;
}
.classificacao-comentario label, .classificacao-comentario input{
    margin: 0;
    margin-bottom: 0;
    font-size: 14px;
}
.color-737378{
    color: #36404a;
}

.textarea-motivo{
    position: relative;
}
.textarea-motivo:before{
    content: 'INSIRA SEU COMENTÁRIO';
    position: absolute;
    height: 20px;
    padding: 0 10px;
    display: block;
    left: 20px;
    top:-10px;
    background-color: #fff;
    font-size: 12px;
}

.textarea-motivo.hide::before {
    display: none;
}

.card_body_active .dottedMotivo{
    border: solid 1px #000;
    box-shadow: 0px 1px 10px #DDD;
}

.clsborder-bottom{
    margin:auto;
    padding-bottom:15px;
    border-bottom:1px solid rgb(197, 197, 197);
}

.clsLogo{
    background-size: cover;
    height: 100vh !important;
    display: none;
}

.clsExperiencia-header{
    display: none;
}

.clsTextSmall{
    font-size: 16px;
}

.clsNotaDisabled{
    display:none;
}