@charset "UTF-8";

/* 
@font-face {
  font-family: 'Eurostile';
  src: local('Eurostile Regular'), local('Eurostile-Reg'),
    url('https://muralis.com.br/wp-content/themes/site/assets/fonts/Eurostile-Reg.woff2') format('woff2'),
    url('https://muralis.com.br/wp-content/themes/site/assets/fonts/Eurostile-Reg.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eurostile';
  src: local('Eurostile Bold'), local('Eurostile-Bol'),
    url('https://muralis.com.br/wp-content/themes/site/assets/fonts/Eurostile-Bol.woff2') format('woff2'),
    url('https://muralis.com.br/wp-content/themes/site/assets/fonts/Eurostile-Bol.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eurostile';
  src: local('Eurostile Heavy'), local('Eurostile-Hea'),
    url('https://muralis.com.br/wp-content/themes/site/assets/fonts/Eurostile-Hea.woff2') format('woff2'),
    url('https://muralis.com.br/wp-content/themes/site/assets/fonts/Eurostile-Hea.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eurostile';
  src: local('Eurostile Black'), local('Eurostile-Bla'),
    url('https://muralis.com.br/wp-content/themes/site/assets/fonts/Eurostile-Bla.woff2') format('woff2'),
    url('https://muralis.com.br/wp-content/themes/site/assets/fonts/Eurostile-Bla.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
} */

.coluna {
  float: left;
  width: 50%;
}

.palavra {
  color: white;
  margin-bottom: 10px;
}

/* Estilos para a checkbox personalizada */
.checkbox-label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  line-height: 20px;
}

.custom-checkbox {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.checkbox-label input[type="checkbox"] {
  visibility: hidden;
}

.checkbox-label:hover .custom-checkbox {
  background-color: #f2f2f2;
}

.checkbox-label input[type="checkbox"]:checked + .custom-checkbox {
  background-color: #007bff;
  border: 1px solid #007bff;
}

.checkbox-label input[type="checkbox"]:checked + .custom-checkbox::after {
  content: '\2713';
  font-size: 14px;
  color: white;
  position: absolute;
  left: 4px;
  top: 1px;
}

html {
  scroll-behavior: smooth;
}

.dados{
  overflow: auto;
  margin-bottom: 10px;
}

.dados .infos{
  float: left;
  color: #FFF;
  margin: 5px;
}

.dados .botao-orientacao{
  padding: 2px;
  margin: 3px;
  float: right;
}

.dadosinterno{
  padding: 3px;
  margin: 3px;
  border: 1px solid #fff;
  border-radius: 5px;
  float: left;
}

.dados_avaliado {
  color: #FFF;
  margin-top: 9px;
  display: flex;
}

.dadosinterno_avaliado{
  padding: 12px;
  margin: 3px;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 100%;
}

.avaliacoes{
  background-color: #2f3542;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 3px;
  color: #FFF;
  font-size: 14px;
  line-height: 10px;
  border: 1px solid #fff;
}

.cmdavaliados{
  background-color: rgb(154 166 179 / 33%);
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #fff;
}

.jafoiavaliado{
  background-color: #9dfa52c4;
  color: #FFF;
  padding: 7px;
  margin-bottom: 1px;
  border-radius: 10px;
  font-size: 16px;
}

.naofoiavaliado{
  background-color: #fa5252c4;
  color: #FFF;
  padding: 7px;
  margin-bottom: 1px;
  border-radius: 10px;
  font-size: 16px;
}

body {
  /* background-image: url("https://muralis.com.br/wp-content/uploads/2020/10/banner_home.png"); */
  padding: 1rem;
  font-family: Eurostile, Arial, Helvetica, sans-serif;
  color: #747d8c;
  background-color: #747d8c;
  background-size:cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top;
}
.msg{
  text-align: center;
}

.logo {
    display: inline-block;
    text-align: center;
    width: 231px;
    /* height: 70px; */
    margin: 5px;
    /* margin-right: 50px; */
}

.tituloheader {
    position: relative;
    top: 22px;
    margin-left: 50px;
    text-align: center;
    font-size: 35px;
    color: #fff;
    display: inline-block;
    width: 500px;
}

i {
  color: #9ABC66;
  font-size: 100px;
  line-height: 200px;
  margin-left:-15px;
}
.erroi{
  color: #df2620;
}
.card {
  background: white;
  padding: 60px;
  border-radius: 4px;
  box-shadow: 0 2px 3px #C8D0D8;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}

.carderro {
  background: rgb(255 237 237);
  padding: 60px;
  border-radius: 4px;
  box-shadow: 0 2px 3px #C8D0D8;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}

h1 {
  color: #18191b;
  margin-bottom: 2rem;
}

section {
  display: flex;
  flex-flow: row wrap;
}

section>div {
  flex: 1;
  padding: 0.5rem;
}

input[type=radio] {
  display: none;
}

input[type=radio]:not(:disabled)~label {
  cursor: pointer;
}

input[type=radio]:disabled~label {
  color: #bcc2bf;
  border-color: #bcc2bf;
  box-shadow: none;
  cursor: not-allowed;
}

.card-orientacao {
    background-color: #f4f4f4;
    border: 1px solid #cce5ff;
    border-left: 5px solid #007bff; 
    padding: 15px;
    /* margin-top: 15px;
    margin-bottom: 25px; */
    border-radius: 5px; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 0.95em; 
    color: #333; 
}

.card-orientacao p {
    margin: 0; 
    line-height: 1.5;
}

.labelred {
  height: 100%;
  display: block;
  background: #df262083;
  border: 2px solid #df2620;
  border-radius: 20px;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
  position: relative;
}

.labelyellow {
  height: 100%;
  display: block;
  background: #dfcc207e;
  border: 2px solid #dfcc20;
  border-radius: 20px;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
  position: relative;
}

.labelblue {
  height: 100%;
  display: block;
  background: #0026ff5e;
  border-radius: 20px;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
  position: relative;
}

.labelgreen {
  height: 100%;
  display: block;
  background: #20df8093;
  border: 2px solid #20df80;
  border-radius: 20px;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
  position: relative;
}

input[type=radio]:checked+label {
  color: white;
  box-shadow: 0px 0px 20px rgba(43, 46, 44, 0.75);
}

input[type=radio]:checked+label::after {
  color: #3d3f43;
  font-family: Arial;
  border: 2px solid #1dc973;
  content: "\2713";
  font-size: 24px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}

input[type=radio]#control_05:checked+label {
  background: red;
  border-color: red;
}

p {
  font-weight: 700;
}

@media only screen and (max-width: 700px) {
  section {
    flex-direction: column;
  }
}

.pergunta {
  border: 1px #ccc solid;
  border-radius: 10px;
  padding: 15px;
  padding-top: 10px;
  margin-bottom: 15px;
  font-size: 15px;
}

.pergunta div div{
  margin-top: 15px; 
  margin-bottom: 25px;
}

.tituloquestao {
  text-align: center;
  font-size: 20px;
  font-weight: bolder;
}

.avaliados{
  display: inline !important;
}

.accordion-body{
	background: #596275;
	border-radius: 5px;
}

.fundoquestoes{
	background: #dfe4ea;
	border-radius: 5px;
}

.dadosinterno_avaliado > .card-orientacao{
    margin-top: 12px;
    margin-bottom: 10px;
}

.dadosinterno_avaliado p{
  font-size: 16px;
}

.titpergunta {
    border: 1px solid #FFF;
    border-radius: 10px;
    padding: 3px;
    background-color: #fff;
    font-size: 14px;
    font-style: italic;
    opacity: 79%;
	color: #222;
}

.accordion-button:not(.collapsed) {
  color: #000;
  font-weight: bold;
}

.accordion-button {
  font-size: 16px;
}

.select-frequenciaContato{
  height: 30px;
  border-radius: inherit;
  font-size: 15px;
}
