@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,300&display=swap");

html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}

body {
  background: #fff;
   min-height: 100vh;
  font-family: 'Montserrat', sans-serif;
}

#cabecalho{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 10px;
}

#logo_costao{
  max-width: 55%;
}

#campoTitulo{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 54px 0px 22px 10px;
}

#campoTitulo img{
  width: 55%;
}

.avisos_span{
  display: flex; 
  justify-content: center; 
  align-items: center; 
  background-color: #cfe2ff;
  font-family: 'montserrat';
  opacity: 0.75;
  width: 87%;
  border-radius: 7px;
}

#containerPrincipal{
  background: #FBFBFB;
  width: 87%;
  margin: 24px auto;
  border-radius: 10px;
}

#teste{
  background-color: red;
}

#campo_etapas1{
  display: flex;
  align-items: center;
  justify-content: center;
}

#campo_etapas2{
  display: flex;
  align-items: center;
  justify-content: center;
}



#tituloSessao{
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 900;
  color: #082B48;
  margin: 14px 0px 2px 0px;
  align-items: center;
  justify-content: center;
  display: flex;
}

br {
  display: block;
  line-height: 1.6em;
}

.barra {
  padding: 50px;
}

#traducao{
  display: flex;
  gap:  5px;
}

#traducao-modal{
  display: flex;
  justify-content: end;
  margin: 18px 0px;
  gap: 4px;
}

.btnModal{
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.btnModal img{
  width: 35px;
}



#formCampos {
  display: block;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

/* #cd_questao5_1,
#cd_questao6_1,
#cd_questao7_1,
#cd_questao8_1 {
  width: 280px;
} */

/* .col-1 {
  width: 99.9%
} */

.div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 8px 0px;
}

.caixa_de_texto_ro{
  height: 25px;
  font-size: 11px;
  color: #082b49;
  border-radius: 8px;
  border: 3px solid #16385c2e;
  font-family: 'Montserrat';
}

.titulo {
  text-align: center;
  font-size: 16px;
}

.titulo>img {
  width: 291px;
  height: 118px
}

.container {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}

 input[type="checkbox"] {
  display: none;
} 

input[type="checkbox"]:checked + .radio {
  border: 3px solid #000000;
  transform: scale(1.05); 
}  


.radio {
  border: none;
  color: #ffff;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  box-shadow: none;
  cursor: pointer;
  text-align: center;
  font-weight: 900;
  /* transition: background 0.2s ease-in, color 0.2s ease-in, border-color 0.2s ease-in, transform 0.2s cubic-bezier(0.5, 2, 0.5, 0.75); */
  font-size: 21px;
  width: 45px;
  height: 49px;
  border-radius: 35px;
  
}

#campo_proxima_etapa{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 35px 0px 27px 0px;
}

#campo_proxima_etapa input{
  background-color: #082b49;
  color: #ffff;
  font-weight: 900;
  font-family: 'Montserrat';
  font-size: 12px;
  border-radius: 8px;
  width: 100%;
  height: 34px;
  cursor: pointer;
}

#span_cd_questao9_1{
  margin: 10px 0px 0px 0px;
  gap: 0;
}

#linha9_1{
  margin: 13px 0px 22px 0px;
}

.send {
  background-color: #082b49;
  color: #ffff;
  font-weight: 900;
  font-family: 'Montserrat';
  font-size: 14px;
  border-radius: 8px;
  width: 100%;
  height: 38px;
  margin: 45px 0px 10px;
}

.send:hover {
  background-image: -moz-linear-gradient(#f8cf46, #c09403);
  background-image: -webkit-linear-gradient(#f8cf46, #c09403);
  background-image: linear-gradient(#f8cf46, #c09403);
}

.caixa_de_texto_sf {
  font-size: 11px;
  line-height: 21px;
  padding: 0 5px 3px;
  color: #082b49;
  font-family: 'Montserrat';
  transition: all linear .3s;
  background: #ffffff;
  border: 2px solid #082b4996;
  border-radius: 6px;
  background: #ffffff;
}


.idiomas {
  padding: 25px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
}

.btn {
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  -webkit-filter: brightness(1) grayscale(0) opacity(1);
  filter: brightness(1) grayscale(0) opacity(1);
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.btn img{
  width: 42px;
}

.btn:hover {
  -webkit-filter: brightness(1) grayscale(.5) opacity(.9);
  filter: brightness(2) grayscale(.5) opacity(.9);
}

#grupos_questao{
  text-align: center;
  cursor: pointer;
}

#fundo {
  background: url('../img/bkp/fundoSessao1.jpg') no-repeat;    
  background-size: cover; 
  width: 100%;
  height: 100%;
  height: 100vh;
  background-color: #969494;
  background-position: 70% center;
} 

#formCampos {
  width: 88%;
  margin-top: 16px;
}

.col-submit{
  display: none;
}


.col-sm-2{
  background-color: transparent;
  border: 1px solid #082b4972;
  font-family: 'Montserrat';
  border-radius: 4px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-sm-2 span{
  color: #082b4950;
  font-size: 9px;
  font-weight: 900;
}

.col-sm-2:hover {
  background-color: #fff;
  color: #023C78;
}

.col-sm-2:active {
  background-color: #fff;
  color: #023C78;
}

#sessoes i.fa-check {
  display: none;
  color: #3EB516;
  font-size: 8px;
  margin: 0px 0px 0px 3px;
}

#sessoes button.selected {
  border: 2px solid #082b49;
  font-weight: 900;
  color: #082b49;
}

#sessoes button span {
  transition: all 0.3s ease;
}

#sessoes button.selected span {
  color: #082b49;
  font-weight: bold;
  font-size: 9px;
}

button.concluida {
  border: 2px solid #3EB516;
  background-color: #e6f4ea;
}

button.concluida span{
  color: #3EB516;
  opacity: 0.8;
}


#grupos_questao{
  margin-top: -30px;
}

.modal{
  display: flex;
  font-family: 'montserrat';
  align-items: center;
  position: fixed;
  z-index: 1;
  color: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0 0 0 / 60%);
}

.modal-content {
  background-color: #ffffff;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

#campoFecharModal{
  display: flex;
  align-items: center;
  justify-content: center;
}

.close {
  color: #082b49;
  font-size: 12px;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid #082b49;
  font-family: 'Montserrat';
  padding: 2px 33px;
  margin-bottom: 8px;
  border-radius: 9px;
}

#botao_verificado{
  width: 20px;
  margin-bottom: -3px;
}

#texto_modal{
  color: #082b49;
  font-size: 15px;
  margin: 30px 0px 5px 0px;
  font-weight: 900;
}

#texto_modal2{
  color: #082b49;
  margin: 7px 0px 20px 0px;
  font-size: 13px;
  line-height: 1.5;
}

#texto_modal2 span{
  font-weight: 900;
}


#avisoPrincipal{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0px 18px 1px;
}

.avisos_span p{ 
  color: #082b49;
  text-align: justify;
  font-size: 9px;
  font-weight: 900;
  margin: 10px 20px 10px 0px;
  line-height: 1.4;
}

.alert_icon {
  width: 19%;
  height: 25px;
  color: #082b49;
  margin: 14px;
}

#sessoes{
  display: flex;
  align-items: center;
  justify-content: center;
}

select{
  height: 45px;
  width: 100%;
  margin: 8px 0px 12px 0px;
  font-size: 20px;
  line-height: 27px;
  padding: 7px 5px 3px;
  color: #082b49;
  font-family: 'Montserrat';
  transition: all linear .3s;
  background: #ffffff;
  border: 2px solid #082b4996;
  border-radius: 6px;
}

#label_cd_questao9_1_1 .radio,
#label_cd_questao9_1_2 .radio,
#label_cd_questao9_1_3 .radio,
#label_cd_questao9_1_4 .radio,
#label_cd_questao9_1_5 .radio,
#label_cd_questao9_1_6 .radio{
  background-color: #b72325e0;
}



#label_cd_questao9_1_7 .radio,
#label_cd_questao9_1_8 .radio{
  background-color: #ffd235;
}


#label_cd_questao9_1_9 .radio{
  background-color: #67b44f;
}

#label_cd_questao9_1_10 .radio{
  background-color: #67b44f;
}

#label_input9{
  font-size: 13px;
}

.campobg_radio_ok{
  margin: 5px 0px 6px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
}

#label_input16,
#label_input20,
#label_input16,
#label_input76,
#label_input32{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.radio-10{
  border: 3px solid #082b498a;
  color: #082b49;
  width: 82px;
  height: 18px;
  font-size: 11px;
  border-radius: 8px;
}

.div label{
  font-size: 14px;
  margin: 0px 0px 7px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #082b49;
  font-weight: 900;
  font-family: 'Montserrat';
}

.label_input4,
.label_input5,
.label_input6,
.label_input7,  
.label_input8{
  justify-content:flex-start!important;
}

#info{
    background: #c4c0b830;
    margin: 0px 38px;
    border-radius: 9px;
    display: none;
    align-items: center;
    justify-content: center;
}

#info i{
  font-weight: 900;
  font-size: 14px;
  margin: 0px 0px 0px 10px;
  color: #082b49;
}


#informacao{
  color: #082b49;
  font-size: 10px;
  font-weight: 900;
  padding: 0px 13px 0px 12px;
  line-height: 1.5;
}

#erro_pergunta_9{
  margin: 0;
  font-size: 10px;
  color: #aa0a0a;
  /* font-weight: 900;*/
  display:none ;
}

input[type="checkbox"]:checked + .radio-5 {
    border: 3px solid #000000;
    transform: scale(1.05);
}

#span_cd_questao47_1 .radio,
#span_cd_questao49_1 .radio{
  color: #082b49;
  font-size: 12px;
  border: 1px solid #082b49;
  border-radius: 6PX;
  width: 54px;
  height: 25px;
}

/* Desktop */
@media(min-width: 1025px){
  #logo_costao{
    width: 30%;
  }

  #span_cd_questao47_1 .radio,
  #span_cd_questao49_1 .radio{
    color: #082b49;
    font-size: 13px;
    border: 1px solid #082b49;
    border-radius: 6PX;
    width: 79px;
    height: 26px;
  }

  #traducao{
    gap: 12px;
  }

  .btn img{
    width: 50px;
  }

  #campoTitulo{
    margin: 27px 0px 61px 10px;
  }

  #campoTitulo img{
    width: 25%;
  }

  .avisos_span{
    width: 65%;
  }

  #containerPrincipal{
    width: 65%;
  }

  .avisos_span p{
    font-size: 15px;
    margin: 28px 24px 29px 0px;
  }

  .alert_icon{
    height: 40px;
    margin: 0;
  }

  .btnModal img {
    width: 50px;
  }

  #texto_modal{
    line-height: 22px;
    color: #000000;
    font-size: 18px;
    margin: 38px 0px 10px 36px;
  }

  #texto_modal2 {
    color: #082b49;
    margin: 10px 0px 30px 34px;
    font-size: 16px;
    line-height: 1.5;
  }

  .close {
    font-size: 15px;
    padding: 3px 42px;
  }

  .col-sm-2{
    margin: 59px 6px 20px;
    padding: 9px 5px;
  }

  .col-sm-2 span{
    font-size: 11px;
    white-space: nowrap;
  }

  #sessoes button.selected span {
    font-size: 11px;
    white-space: nowrap;
  }

  #sessoes i.fa-check{
    font-size: 14px;
  }

  #tituloSessao{
    font-size: 20px;
    margin: 17px 0px;
  }


  .div{
    margin: 13px 0px;
  }

  .caixa_de_texto_ro{
    height: 31px;
    font-size: 11px;
    border: 3px solid #16385c5c;
  }

  #linha5_1,
  #linha6_1,
  #linha7_1,
  #linha8_1{
    width: 48%;
  }

  .label_input9{
    font-size: 20px !important;
  }

  .radio-10{
    font-size: 12px;
    width: 123px;
    height: 27px;
    border-radius: 8px;
  }

  select{
    height: 43px;
    font-size: 14px;
  }

  .send{
    font-size: 18px;
    height: 51px;
  }

  .label_input53{
    justify-content: flex-start!important;
  }

  #span_cd_questao9_1 {
    margin: 10px 0px 0px 0px;
    gap: 5px;
  }  

  #campo_proxima_etapa{
    margin: 37px 0px 44px 0px;
  }

  #campo_proxima_etapa input {
    font-size: 16px;
    width: 100%;
    height: 46px;
  }

  #linha9_1{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
  }

  #erro_pergunta_9{
    font-size: 14px;
  }

  .label_input16,
  .label_input20, 
  .label_input16, 
  .label_input76, 
  .label_input32{
    font-size: 20px !important;
  }

  .campobg_radio_ok{
    margin: 8px 0px 9px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  
  .caixa_de_texto_sf {
    font-size: 12px;
    line-height: 38px;
  }
  
  #info{
    margin: 0% 13%;
  }

  #info i {
    font-size: 21px;
    margin: 0px 0px 0px 20px;
  }

  #informacao{
    font-size: 13px;
    font-weight: 900;
    padding: 7px 16px 7px 18px;
  }

  .radio-5 {
  background: #a9a9a9;
  width: 58px;
      height: 37px;
      border-radius: 8px;
      font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
  }

  .radio-1{
    background: #c83638e6;
  width: 58px;
      height: 37px;
      border-radius: 8px;
      font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
  }

  .radio-2{
    background: #c83638e6;
  width: 58px;
      height: 37px;
      border-radius: 8px;
      font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
  }

  .radio-3{
    background: #e08e1b;
  width: 58px;
      height: 37px;
      border-radius: 8px;
      font-size: 16px;
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
  }

  .radio-4{
    background: #d7c316;
  width: 58px;
      height: 37px;
      border-radius: 8px;
      font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
  }

  .radio-cinco{
    background: #0f9314;
  width: 58px;
      height: 37px;
      border-radius: 8px;
      font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
  }
}

/*Mobile*/
@media (max-width: 768px){
  .div label{
    font-size: 12px;
    font-family: 'Montserrat';
    color: #082b49;
    margin: 3px 0px;
    font-weight: 900;
    justify-content: normal;
  }

  .div{
    margin: 17px 0px;
  }

  .label_input9{
    font-size: 14px !important;
  }

  .radio {
    color: #ffff;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    box-shadow: none;
    cursor: pointer;
    text-align: center;
    font-weight: 900;
    font-size: 16px;
    width: 27px;
    height: 33px;
  }

  #span_cd_questao9_1{
    font-size: 0 !important;
    gap: 2px;
  }
  
  .radio-5 {
    background: #a9a9a9;
        width: 39px;
        height: 31px;
        border-radius: 8px;
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
  }

  .radio-1{
    background: #c83638e6;
        width: 39px;
        height: 31px;
        border-radius: 8px;
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
  }

  .radio-2{
    background: #c83638e6;
        width: 39px;
        height: 31px;
        border-radius: 8px;
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
  }

  .radio-3{
    background: #e08e1b;
        width: 39px;
        height: 31px;
        border-radius: 8px;
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
  }

  .radio-4{
    background: #d7c316;
        width: 39px;
        height: 31px;
        border-radius: 8px;
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
  }

  .radio-cinco{
    background: #0f9314;
        width: 39px;
        height: 31px;
        border-radius: 8px;
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
  }

  select{
    height: 30px;
    width: 100%;
    margin: 8px 0px 12px 0px;
    font-size: 12px;
    line-height: 12px;
    padding: 3px 5px 3px;
  }

  .radio-10{
    border: 3px solid #082b498a;
    color: #082b49;
    width: 82px;
    height: 18px;
    font-size: 11px;
    border-radius: 8px;
  }

  #sessoes {
    display: flex;
    flex-direction: column;
    margin: 16px 17px;
  }

  .avisos_span p{
    font-size: 12px;
  }

  .alert_icon{
    width: 36%;
  }

  #campoTitulo{ 
    margin: 19px 0px 0px 0px;
  }


  #campo_etapas1{
    margin: 28px 0px 2px 0px;
  }

  #campo_etapas2{
    margin: 7px 0px;
  }

  #btn_gastronomia{
    padding: 4px 11px;
    margin: 0px 8px 6px 0px;
  }

  #btn_atendimento{
    padding: 4px 97px;
  }

  #btn_identificacao{
    padding: 4px 7px;
    margin: 0px 6px 6px 0px;
  }

  #btn_acomodacao{
    padding: 4px 4px;
    margin: 0px 0px 6px 0px;
  }

  #btn_entretenimento{
    padding: 4px 6px;
    margin: 0px 0px 6px 0px;
  }

  #linha5_1,
  #linha6_1,
  #linha7_1,
  #linha8_1{
    width: 48%;
  }

}

