html, body {
	background:#f4f4f2;
	height:auto;
	overflow:auto;
}
#pesquisa {
	width:100%;
    text-align: center;
}
#pesquisa .titulo {
    float: left;
    display:block;
    width: 100%;
}
#pesquisa .titulo h2 {
	display:block;
	margin:0 auto 5px;
	color:#1d9ad6;
	font-weight:normal;
    font:normal 25px "FrutigerLightCondensed", Verdana, Arial;
    text-transform: uppercase;
    margin: 25px 0 15px;
}
#pesquisa form.form_pesquisa fieldset {
    display: block;
}
#pesquisa form.form_pesquisa fieldset > span,
#pesquisa form.form_pesquisa fieldset > span > label,
#pesquisa form.form_pesquisa fieldset > span > label.reactions > span {
    /*float: left;*/
    /*width: 100%;*/
    display: block;
    /*position: relative;*/
    /*margin:0 auto;*/
}
#pesquisa form.form_pesquisa fieldset div.perguntas {
    float: left;
    display: block;
    clear: left;
    position: relative;
    width:100%;
    /*background: blue;*/
    margin-bottom:1px;
}
#pesquisa form.form_pesquisa fieldset > span {
    /*width:95%;*/
}

#pesquisa form.form_pesquisa fieldset div.perguntas > label {
    font: normal 15px "FrutigerLightCondensed", Verdana, Arial;
    text-align: center;
    width: auto;
}
#pesquisa form.form_pesquisa fieldset div.perguntas div.titulo {
    color:#1d9ad6;
    font: normal 16px "FrutigerLightCondensed", Verdana, Arial;
    margin-bottom: 5px;
}
#pesquisa form.form_pesquisa fieldset div.perguntas div.reactions-wrapper {
    float: none;
    clear: both;
    display: block;
    width: 240px;
    margin:0 auto;
    text-align: center;
    position: relative;
    height: 105px;
    overflow: auto !important;
    /*background: red;*/
}
#pesquisa form.form_pesquisa fieldset div.perguntas div.reactions-wrapper .reactions {
    display: inline-block;
    float: none;
    margin: 0 5px;
    width: 30px;
    position: static;
}

#pesquisa form.form_pesquisa fieldset div.perguntas div.reactions-wrapper .reactions label.icone {
    content:'';
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto 10px;
    background: #fff url(../img/avaliacao_portal_reactions.png) 0 0 no-repeat;
    background-size: 30px;
    text-indent: -9999px;
    font-size: 1px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    border: 3px solid #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 9999;
    position: relative;
}
#pesquisa form.form_pesquisa fieldset .reactions > input[type="radio"],
#pesquisa form.form_pesquisa fieldset .sources > input[type="radio"] {
    display: none;
}
#pesquisa form.form_pesquisa fieldset .reactions > input[type="radio"]:checked ~ label.icone {
    border: 3px solid #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    transform: scale(1.2);
}
#pesquisa form.form_pesquisa fieldset div.perguntas div.reactions-wrapper .reaction-01 label.icone {
    background-position: 0 0;
}
#pesquisa form.form_pesquisa fieldset div.perguntas div.reactions-wrapper .reaction-02 label.icone {
    background-position: 0 -30px;
}
#pesquisa form.form_pesquisa fieldset div.perguntas div.reactions-wrapper .reaction-03 label.icone {
    background-position: 0 -60px;
}
#pesquisa form.form_pesquisa fieldset div.perguntas div.reactions-wrapper .reaction-04 label.icone {
    background-position: 0 -90px;
}
#pesquisa form.form_pesquisa fieldset div.perguntas div.reactions-wrapper .reaction-05 label.icone {
    background-position: 0 -120px;
}
#pesquisa form.form_pesquisa fieldset .reactions span.legenda {
    float: left;
    position: absolute;
    width: 100%;
    text-align: center;
    
    left:0;
    opacity: 0;
    fill-opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font: normal 16px "FrutigerLightCondensed", Verdana, Arial;
}
#pesquisa form.form_pesquisa fieldset .reactions > input[type="radio"]:checked ~ span.legenda {
    opacity: 1;
    fill-opacity: 1;
}
#pesquisa form.form_pesquisa fieldset div.perguntas span.legenda strong {
    display: block;
    color:#1d9ad6;
}
#pesquisa form.form_pesquisa fieldset div.perguntas .reactions-legenda > legenda {
    text-align: center;
}
#pesquisa form.form_pesquisa fieldset div.perguntas .reactions-legenda > label > span {
    float: none;
}
#pesquisa form.form_pesquisa fieldset div.perguntas div.sources-wrapper {
    /*float: left;*/
    display: block;
    /*max-width: 323px;*/
    width: 323px;
    margin: 0 auto;
    overflow: auto !important;
}
#pesquisa form.form_pesquisa fieldset div.perguntas div.sources-wrapper .sources {
    background-color: #fff;
    display: block;
    width: 100%;
    margin: 0 auto 10px;
    overflow: hidden;
}
#pesquisa form.form_pesquisa fieldset div.perguntas div.sources-wrapper .sources label::before {
    content:'';
    background: #fff url(../img/avaliacao_portal_sources.png) 0 0 no-repeat;
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: 25px;
    float:left;
    margin-right: 5px;
    top: -5px;
    position: relative;
}
#pesquisa form.form_pesquisa fieldset div.perguntas .sources-wrapper .source-01 label::before {
    background-position: 0 0;
}
#pesquisa form.form_pesquisa fieldset div.perguntas .sources-wrapper .source-02 label::before {
    background-position: 0 -25px;
}
#pesquisa form.form_pesquisa fieldset div.perguntas .sources-wrapper .source-03 label::before {
    background-position: 0 -50px;
}
#pesquisa form.form_pesquisa fieldset div.perguntas .sources-wrapper .source-04 label::before {
    background-position: 0 -75px;
}
#pesquisa form.form_pesquisa fieldset div.perguntas .sources-wrapper .source-05 label::before {
    background-position: 0 -100px;
}
#pesquisa form.form_pesquisa fieldset div.perguntas .sources span.legenda {
    top:9px;
    font: normal 16px "FrutigerLightCondensed", Verdana, Arial;
}
#pesquisa form.form_pesquisa fieldset div.perguntas .sources label {
    float: left;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 8px 0;
    margin: 5px 0;
    text-align: left;
    background-color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
#pesquisa form.form_pesquisa fieldset .sources > input[type="radio"]:checked ~ label {
    color:#1d9ad6;
    transform: scale(1.05);
    box-shadow: 0 0 11px rgba(0,0,0,0.1)
}
#pesquisa .fechar-f {
	display:block;
	width:140px;
	text-align:center;
	margin:0 auto;
	color:#4A4A4A;
	font:normal 16px "FrutigerLightCondensed", Verdana, Arial;
}
#pesquisa span label.error {
	float:none;
	display:none;
	width:auto;
	top:0;
	right:-20px;
	position:absolute;
	font-size:11px;
	color:#C00;	
}
#pesquisa span label.reposta_3_error,
#pesquisa span label.error[for=rdoAtendeuExpectativas] {
	right:-130px;
}
#pesquisa span label.error[for=txtNome],
#pesquisa span label.error[for=txtEmail] {
	right:0;
}
#pesquisa #resposta a#close_me {
	color:#666;
	text-decoration:underline;
}
#pesquisa #captcha {
    width: 320px;
    margin: 10px auto;
    text-align: center;
}
#pesquisa .g-recaptcha {
    display: block;
    width:300px;
    margin:10px auto;
}
#pesquisa .g-recaptcha > div {
    /*margin: 0 auto;*/
}
#pesquisa .erro_parsley {
    float: left;
    display: inline-block;
    position: relative;
    width:100%;
    text-align: center;
    margin:-45px 0 0 ;
    font-size:11px;
    color:#c00000;
}
#pesquisa .erro_parsley#erro_4 {
    position: relative;
    width:100%;
    margin-top:0;
}
#pesquisa .btn {
    cursor:pointer;
    width:150px;
    padding: 10px;
    margin:0 2px 18px;
    font:normal 18px "FrutigerLightCondensed", Verdana, Arial;
    color: #fff;
    background-color:#1d9ad6;
    border: none;
    box-shadow: none;
}
#retorno p,
#retorno h5 {
    color: #666;
    font-family: "FrutigerLightCondensed", Verdana, Arial;
    font-weight: normal;
}
#pesquisa #retorno p {
    font-size: 14px;
}
#pesquisa #retorno h5 {
    display: block;
    margin: 5px 0 15px;
    font-size: 17px;
    font-weight: normal;
}
@media only screen and (max-width: 768px) {
    #pesquisa form.form_pesquisa fieldset div.perguntas,
    #pesquisa form.form_pesquisa fieldset div.perguntas div.reactions-wrapper,
    #pesquisa form.form_pesquisa fieldset div.perguntas div.sources-wrapper {
        float: none;
        width: 230px;
        margin:0 auto;
    }
    #pesquisa form.form_pesquisa fieldset div.perguntas div.reactions-wrapper {
        overflow: hidden !important;
    }
    #pesquisa form.form_pesquisa fieldset div.perguntas div.sources-wrapper .sources {
        /*width: 230px;*/
    }
    #pesquisa form.form_pesquisa fieldset div.perguntas {
    }
    #pesquisa form.form_pesquisa fieldset div.perguntas div.titulo {
        /*max-width: 100%;*/
        width: 230px;
    }
    #pesquisa #captcha {
        /*width: 90% !important;*/
        width: 230px;
    }
    #pesquisa .g-recaptcha {
        position: relative;
        width: 280px;
        margin:0 auto;
    }
    #pesquisa form.form_pesquisa fieldset #captcha .g-recaptcha {
        /*transform: scale(0.75);*/
        position: relative;
        width: 280px;
        margin: 0 auto;
        display: block;
        /* text-align: left; */
        left: 0;
    }
    #pesquisa form.form_pesquisa fieldset #captcha .g-recaptcha div {

    }
    #pesquisa form.form_pesquisa fieldset #captcha .g-recaptcha iframe {
        display: block;
        margin: 0 auto;
        transform: scale(0.75);
    }
    #pesquisa .btn {
        display: block;
        margin: 0 auto 10px;
    }
    #pesquisa #retorno {
        /*float: none;*/
        /*position: relative;*/
        display: block;
        /*margin-left:-115px;*/
        /*width: 230px;*/
        /*left: 50%;*/
    }
}
/*
#pesquisa input[type=submit],
#pesquisa input[type=reset] {

}
#pesquisa input[type=submit] {
	margin-left:200px;	
}*/
