﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
}

.titulo--header {
  color: #333;
  font-weight: 300;
  font-size: 3.2rem;
}
@media screen and (max-width: 900px) {
  .titulo--header {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2.6rem;
  }
}
@media (max-width: 600px) {
  .titulo--header {
    font-size: 2.2rem;
    margin: 1rem 0;
  }
}
.titulo--header-bold {
  font-weight: 600;
}
.titulo--header--2 {
  color: #fff;
  font-weight: 300;
  font-size: 3rem;
}
@media screen and (max-width: 1000px) {
  .titulo--header--2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .titulo--header--2 {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .titulo--header--2 {
    font-size: 1.6rem;
  }
}
.titulo--banner {
  font-size: 2.7rem;
  line-height: 39px;
  font-weight: 700;
  color: #fff!important;
  margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .titulo--banner {
    font-size: 2.2rem;
    line-height: 32px;
  }
}
.titulo--relatorio {
  font-size: 2rem;
  font-weight: 400;
  color: #30A3A3;
}
.titulo--pesquisa {
  font-size: 2.2rem;
  font-weight: 700;
  color: #30A3A3!important;
  margin-bottom: 4rem;
}

.description--banner {
  font-size: 2.2rem;
  font-weight: 400;
  color: #fff;
  line-height: 32px;
}
@media (max-width: 600px) {
  .description--banner {
    font-size: 1.8rem;
    line-height: 24px;
  }
}

.center {
  max-width: 980px;
  width: 92%;
  margin: 0 auto;
}
.center--header {
  width: 96%;
  margin: 0 auto;
}

.active {
  color: #CBDB2A !important;
}

.w40 {
  -ms-flex: 0 0  39%;
  flex: 0 0  39%;
}
@media (max-width: 600px) {
  .w40 {
    -ms-flex: 0 0  100%;
    flex: 0 0  100%;
    margin-bottom: 1rem;
  }
}

.w20 {
  -ms-flex: 0 0  19%;
  flex: 0 0  19%;
}
@media (max-width: 600px) {
  .w20 {
    -ms-flex: 0 0  100%;
    flex: 0 0  100%;
    margin-bottom: 1rem;
  }
}

.index {
  margin: 4rem 0;
}
.index__titulo {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.index__lista--secundaria {
  margin-top: .5rem;
  margin-left: 2rem;
  margin-bottom: 2rem;
}
.index__item {
  font-weight: 600;
}
.index__link {
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  color: #000;
}

.header {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 1.5rem 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 9999;
}
@media (max-width: 600px) {
  .header {
    background-color: #fff;
    background-image: none !important;
  }
}
.header__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.header__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .header__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.header__logo {
  width: 160px;
  margin-right: 3rem;
}
@media (max-width: 768px) {
  .header__pesquisa {
    display: none;
  }
}
.header__input {
  padding: 1.6rem .8rem;
  font-size: 1.4rem !important;
}

.banner {
  background-color: #007AC2;
  height: 345px;
  position: relative;
}
@media (max-width: 600px) {
  .banner {
    height: 380px;
  }
}
.banner::before {
  content: '';
  position: absolute;
  width: 470px;
  height: 345px;
  bottom: 0;
  right: 10%;
  background-image: url("/Visite-nos/SiteAssets/EletronuclearPesquisaObservatorio/images/robo.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .banner::before {
    z-index: 0;
  }
}
@media (max-width: 600px) {
  .banner::before {
    display: none;
  }
}
.banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}
.banner__content {
  max-width: 550px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 600px) {
  .banner__content {
    max-width: initial;
    width: 90%;
  }
}

.pesquisa__content {
  margin: 8rem 0;
  position: relative;
}

.sucesso {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .sucesso {
    position: initial;
    top: initial;
    left: initial;
    transform: none;
    margin-top: 12rem;
  }
}
.sucesso__content {
  text-align: center;
}
.sucesso__icone {
  font-size: 9rem;
  color: #2AAEAE;
}
.sucesso__titulo {
  margin: 2.4rem 0 1.5rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #303030;
}
.sucesso__descricao {
  font-size: 1.6rem;
  font-weight: 400;
  color: #303030;
}
.sucesso__btn {
  outline: 0;
  width: 203px;
  padding: 1rem .5rem;
  border: none;
  background-color: #2AAEAE;
  text-align: center;
  display: block;
  cursor: pointer;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 5px;
  transition: .3s ease;
  text-decoration: none;
  margin: 4rem auto 0;
}
.sucesso__btn:hover {
  background-color: #229797;
  color:#fff!important;
}

.page-relatorio {
  margin: 4rem 0 0;
}
.page-relatorio__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .page-relatorio__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.page-relatorio__group, .page-relatorio__grafico {
  -ms-flex: 0 0  48%;
  flex: 0 0  48%;
}
@media (max-width: 768px) {
  .page-relatorio__group, .page-relatorio__grafico {
    -ms-flex: 0 0  100%;
    flex: 0 0  100%;
  }
}
.page-relatorio__grafico {
  height: 282px;
}
@media screen and (max-width: 1000px) {
  .page-relatorio__grafico {
    height: 400px;
  }
}
.page-relatorio__select, .page-relatorio__filtro {
  width: 100%;
  outline: 0;
  padding: 1rem .5rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #666666;
  border: 2px solid #DCDCDC;
  margin-top: 1.5rem;
  border-radius: 5px;
}
.page-relatorio__content {
  margin-top: 5rem;
  background-color: #FAFAFA;
  padding: 5rem 0;
}
.page-relatorio__filtro {
  max-width: 220px;
  margin-bottom: 2rem;
}
.page-relatorio__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin: 5rem 0 3rem;
}
@media (max-width: 600px) {
  .page-relatorio__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.page-relatorio__texto {
  font-size: 1.6rem;
  font-weight: 400;
  color: #30A3A3;
}
@media (max-width: 600px) {
  .page-relatorio__texto {
    -ms-flex: 0 0  100%;
    flex: 0 0  100%;
    margin-bottom: 3rem;
  }
}

.pagination__lista {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}
.pagination__item {
  width: 25px;
  text-align: center;
  padding: 5px 0;
  border-radius: 5px;
  color: #999999;
  transition: .3s ease;
}
.pagination__item:hover {
  background-color: #30A3A3;
  color: #fff !important;
}
.pagination__item:first-child, .pagination__item:last-child {
  border: 1px solid #30A3A3;
  color: #30A3A3;
}
.pagination__item:not(:last-child) {
  margin-right: 1rem;
}
.pagination__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.tabela {
  width: 100%;
}
.tabela__thead {
  background-color: #30A3A3;
  text-align: left;
}
@media (max-width: 600px) {
  .tabela__thead {
    display: none;
  }
}
@media (max-width: 600px) {
  .tabela__tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  }
  .tabela__tr:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.tabela__th {
  padding: 1rem 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.tabela__th-icone {
  transform: rotate(90deg);
  font-size: 1.6rem;
}
.tabela__td {
  padding: 2rem 2rem;
  font-size: 1.4rem;
  color: #666666;
  border-bottom: 1px solid #DCDCDC;
}
@media (max-width: 600px) {
  .tabela__td {
    border-bottom: none;
    -ms-flex: 0 0  100%;
    flex: 0 0  100%;
  }
}
@media (max-width: 768px) {
  .tabela__th, .tabela__td {
    padding: 1.5rem 1rem;
  }
}

.form-pesquisa__box {
  margin-bottom: 6rem;
}
.form-pesquisa__group {
  padding-bottom: 5rem;
  border-bottom: 1px solid #D2D2D2;
}
.form-pesquisa__group:not(:last-child) {
  margin-bottom: 5rem;
}
.form-pesquisa__group--2 {
  position: relative;
  padding-bottom: 5rem;
}
.form-pesquisa__pergunta {
  font-size: 1.8rem;
  font-weight: 400;
  color: #333333!important;
  line-height: 34px;
}
.form-pesquisa__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3rem;
}
@media (max-width: 600px) {
  .form-pesquisa__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.form-pesquisa__content--info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .form-pesquisa__content--info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.form-pesquisa__content--info:not(:last-child) {
  margin-bottom: 2rem;
}
.form-pesquisa__avaliacao, .form-pesquisa__resposta, .form-pesquisa__group--info, .form-pesquisa__group--box {
  -ms-flex: 0 0  49%;
  flex: 0 0  49%;
}
@media (max-width: 600px) {
  .form-pesquisa__avaliacao, .form-pesquisa__resposta, .form-pesquisa__group--info, .form-pesquisa__group--box {
    -ms-flex: 0 0  100%;
    flex: 0 0  100%;
  }
}
@media (max-width: 768px) {
  .form-pesquisa__group--info {
    -ms-flex: 0 0  100%;
    flex: 0 0  100%;
    margin-bottom: 2rem;
  }
}
.form-pesquisa__group--box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .form-pesquisa__group--box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 0 0  100%;
    flex: 0 0  100%;
  }
}
@media (max-width: 600px) {
  .form-pesquisa__resposta {
    margin-top: 3rem;
  }
}
.form-pesquisa__avaliacao {
  display: -ms-flexbox;
  display: flex;
}
.form-pesquisa__radio {
  display: none;
}
.form-pesquisa__single:not(:last-child) {
  margin-right: 2rem;
}
.form-pesquisa__label {
  cursor: pointer;
}
.form-pesquisa__icone {
  transition: 1s ease;
  font-size: 2.8rem;
  color: #E5E5E5;
}
.form-pesquisa__textarea, .header__input, .form-pesquisa__input {
  width: 100%;
  padding: .8rem 1.6rem;
  min-height: 40px;
  box-sizing: border-box;
  resize: vertical;
  outline: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 24px;
  color: #666666;
  border: 2px solid #DCDCDC!important; 
  border-radius: 5px;
}
.form-pesquisa__textarea:-ms-input-placeholder, .header__input:-ms-input-placeholder, .form-pesquisa__input:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #666;
}
.form-pesquisa__textarea::placeholder, .header__input::placeholder, .form-pesquisa__input::placeholder {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #666;
}
.form-pesquisa__textarea.w100, .w100.header__input, .w100.form-pesquisa__input {
  height: 150px;
  resize: none;
}
.form-pesquisa__input {
  margin-top: 1rem;
  padding: 1.6rem .8rem !important;
}
.form-pesquisa__submit {
  outline: 0;
  width: 203px;
  padding: 1rem .5rem;
  border: none;
  background-color: #2AAEAE;
  text-align: center;
  display: block;
  cursor: pointer;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 5px;
  position: absolute;
  right: 0;
  transition: .3s ease;
}
.form-pesquisa__submit:hover {
  background-color: #229797;
}

.form-relatorio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin: 1.5rem 0;
  padding-bottom: 2rem;
  border-bottom: 1px solid #D2D2D2;
}
@media (max-width: 600px) {
  .form-relatorio {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.form-relatorio__input, .form-relatorio__date {
  width: 100%;
  outline: 0;
  padding: 1rem .5rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #666666;
  border: 2px solid #DCDCDC;
  border-radius: 5px;
}
.form-relatorio__submit {
  box-sizing: border-box;
  width: 100%;
  outline: 0;
  padding: 1rem .5rem;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #2AAEAE;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  border: 2px solid #2AAEAE;
  border-radius: 3px;
  transition: .3s ease;
}
.form-relatorio__submit:hover {
  background-color: #218B8B;
  border: 2px solid #218B8B;
}
.form-pesquisa-validar{	
	border: 1px dotted red;
    background-color: #ffffd5;
    margin: 10px;
    color: red;
}