/* qwoeijqwoeijqwoeij */

.owl-partes .owl-item {
  padding: 0 1px;
}

.form .form-radio {
  float: left;
  display: block;
  margin-top: 0;
}

.form .form-radio.radio-maior .radios {
  width: 35%;
}

.form .inner-label.label-area-maior.filled {
  top: -32px;
}

.form .inner-label.label-area-maior.filled:before, .form .inner-label.label-area-maior.filled:after {
  height: 32px;
}

.form .form-radio label {
  color: #888;
  min-height: 20px;
  padding-left: 7px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.form .form-radio .radios {
  width: 17.666667%;
  position: relative;
  display: block;
  float: left;
}

.form .checkbox-list label {
  color: #888;
  min-height: 20px;
  padding-left: 7px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.form .checkbox-list li {
  margin: 0 0 10px;
}

.form .form-radio li {
  width: 17.666667%;
}

.form .float-left {
  float: left;
  width: 100%;
}

.form .form-radio.radio-maior li {
  width: 35%;
}

.form .form-radio-four li {
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 25%;
}

.form .form-radio-four li label {
  color: #888;
  min-height: 20px;
  padding-left: 7px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.holderCampo > div, .holderCampoCheckBox,
#formularioCadastro .holderCampo.campoCheckbox div {
  display: none;
  margin-top: 20px;
}

.form h2 {
  color: #FFFFFF;
  background-color: #008177;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
}

.form .fonte-verde {
  color: #008177;
  font-weight: bold;
}

.form .fonte-verde small {
  color: #666;
  font-weight: normal;
}

.ocultar {
  display: none;
}

.margin-20 {
  margin: 20px 0;
}

.margin-top-20 {
  margin-top: 20px;
}

#parte-um, #parte-dois, #parte-tres, #parte-quatro {
  display: none;
}

span.borda-redonda {
  border: 1px solid black;
  padding: 5px 9px;
  border-radius: 24px;
}

.partes-indice {
  position: relative;
  float: left;
  width: 100%;
  padding: 15px;
}

.partes-indice::before {
  content: '';
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  position: absolute;
  background: #009D96;
  background: -moz-linear-gradient(left, #ffffff 0%, #009D96 25%, #009D96 75%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%, #009D96 25%, #009D96 75%, #ffffff 100%);
  background: linear-gradient(to right, #ffffff 0%,#009D96 25%,#009D96 75%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009D96', endColorstr='#009D96',GradientType=1 );
}

.owl-partes-indice {
  position: relative;
  text-align: center;
}

.owl-partes-indice .owl-stage {
  margin: 0 auto;
}

.owl-partes-indice .item {
  border: 2px dashed #009D96;
  font-size: 0;
  display: inline-block;
  cursor: pointer;
  background: #FFF;
  text-align: center;
  margin: 0 10px;
}

.owl-partes-indice .item > span {
  color: #008177;
  float: left;
  width: 100%;
}

.owl-partes-indice .label > a {
  font-size: 1.4rem;
  padding: 15px;
  display: block;
}

.owl-partes-indice .current .item {
  background: #009D96;
}

.owl-partes-indice .current .item > .label > a {
  color: #fff;
}

.owl-partes-indice .owl-nav {
  width: 100%;
  left: 0;
  position: absolute;
  top: calc(50% - 14px);
  font-size: 3rem;
  color: #009D96;
}

.owl-partes-indice .owl-nav > div {
  position: absolute;
}

.owl-partes-indice .owl-prev {
  left: -50px;
}

.owl-partes-indice .owl-next {
  right: -50px;
}

.partes {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.partes img {
  max-height: 150px;
}

.partes .image {
  width: 180px;
  float: left;
  margin-right: 10px;
}

.partes .caption {
  min-height: 165px;
  float: right;
  width: calc(100% - 190px);
  text-align: left;
}

.perfilParticipantes .checkbox label {
  padding-left: 19px;
  padding-top: 0;
}

.perfilParticipantes .checkbox input[type=checkbox] {
  margin-left: 0;
}

#formDNCL.form .checkbox {
  margin-bottom: 14px;
}

.checkbox-line {
  width: 100%;
  color: #888;
  margin: 0 0 10px;
}

.checkbox-line label {
  margin-bottom: 0;
  color: #888;
  padding-left: 3px;
}

label.inner-label.disclaimer {
  line-height: 16px;
}

label.inner-label.disclaimer small {
  font-weight: normal;
}

@media screen and (max-width: 1150px) {
  .form .form-radio-four li, .form .form-radio.radio-maior li, #formDNCL.form .inner-label {
      width: auto;
  }
}

@media screen and (max-width: 992px) {
  .form .button {
      margin-bottom: 25px;
      font-size: 1.5rem;
      padding: 15px 24px;
  }

  .form label.estado {
      left: 2px;
  }

  .form .label-maior {
      top: calc(50% - 32px);
      line-height: 14px;
  }

  .form .label-maior .inner-label.filled {
      top: -20px;
  }

  .form .label-maior .inner-label.filled:before, .form .label-maior .inner-label.filled:after {
      height: 20px;
  }
}

@media screen and (max-width: 550px) {
  .quebra-550 {
      width: 100%;
  }

  .left-550 {
      text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .form .label-maior .inner-label {
      padding: 1px 5px;
  }

  .form .form-radio .radios {
      width: 35.666667%;
  }

  .form .form-radio.radio-maior .radios {
      width: 50%;
  }
}


.list-toggle-escolas {
  width: 100%;
  margin-bottom: 2.6rem;
}

.list-toggle-escolas > .order > li {
  margin-top: 1rem;
  background: #F1F1F2;
  width: 100%;
}

.list-toggle-escolas > .order > li:first-child {
  margin-top: 0;
}

.list-toggle-escolas .title {
  cursor: pointer;
  margin: 0;
  position: relative;
}

.list-toggle-escolas .finalizado .title {
  color: #009D96;
}

.list-toggle-escolas .title span.checkmark {
  margin-left: 5px;
}

.list-toggle-escolas .title .icon {
  font-size: 3rem;
  position: absolute;
  top: calc(50% - 1.5rem);
  right: -15px;
}

.list-toggle-escolas > .order > li div {
  padding: 20px;
  width: 100%;
}

.list-toggle-escolas > .order > li > div.content {
  display: none;
}

.list-toggle-escolas > .order > li > div p:last-child, .list-toggle > .order > li > div .list:last-child, .list li:last-child {
  margin-bottom: 0;
}

.list-toggle-escolas .button {
  padding: 8px 20px;
  font-size: 1.8rem;
}

.modal-dialog {
  overflow-y: initial !important
}

.simplebar-content {
  padding: 0 0 30px !important;
}

.modal-dialog button {
  font-size: 1.5rem;
  padding: 10px 25px;
}

.modal-dialog h2 {
  display: inline-block;
}

.modal-dialog .close {
  display: inline-block;
}


.modal-dialog .full-label {
  width: 100%;
}

.modal-dialog .radiosGroup {
  padding-top: 6px;
  padding-bottom: 6px;
}

.modal-dialog {
  font-size: 1.4rem;
}

.modal-dialog .modal-header {
  padding-bottom: 1px;
}

.modal-dialog .legenda {
  font-weight: normal;
}

.modal-dialog .form-control-numeric {
  max-width: 100px;
  display: inline;
  margin-right: 10px;
}

section.item[data-hash="parte-dois"] button {
  padding: 14px 10px;
  font-size: 1.6rem;
}

section.item[data-hash="parte-dois"] .listagem-botoes .button {
  font-size: 1.55rem;
}

.print {
  display: none;
}

.videoform {width:100%; text-align:center; margin-bottom: 2.6rem }
.listInformText { list-style-type: none; margin-bottom: 2.6rem; padding-left: 20px }
.listInformText li { list-style:none }

.internal .content .line-download .item { display: flex; flex-flow: row wrap; justify-content: center; align-items: flex-start; text-align: center; width:100%; gap: 1rem; }
.internal .content .line-download .list-thumb { width:100%; }
.internal .content .line-download .list-thumb .item { height: auto; margin: 0 0 35px 0; }
.internal .content .line-download .list-thumb .item > div { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.internal .content .line-download .list-thumb .card.gtm-download { height: auto; }
.internal .content .card { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; width: 100%; max-width: 375px; }
.internal .content .card a { font-size: 14px; }
.internal .content .card figure { margin-bottom: 1rem; }
.figure-size img { max-width: 375px; }

@media print {
  @page {
      size: A4 landscape;
  }

  .videoform, .floatButton, .footer-associados, .aside {
      display:none
  }

  header.header.header-area-restrita {
      display: none;
  }

  body.menufixed {
      padding-top: 0;
  }

  aside.bg-gray {
      display: none;
  }

  nav.container-fluid.bg-green.internal-nav {
      display: none;
  }

  nav.internal-tools {
      display: none;
  }

  nav.bread {
      display: none;
  }

  .internal article.content > p {
      display: none;
  }

  .partes-indice {
      display: none;
  }

  footer.footer {
      display: none;
  }

  .button {
      display: none;
  }

  .title-banner #breadcrumbs {
      display: none;
  }

  article.see-too {
      display: none;
  }

  .print {
      display: block;
  }

  .no-print {
      display: none;
  }

  .container {
      padding-right: 0;
      padding-left: 0;
      margin-right: 0;
      margin-left: 0;
      width: 100%;
  }

  .table-escolas {
      border: 1px solid #000;
      margin: 0;
      padding: 0;
      width: 100%;
  }

  .table-escolas tr th,
  .table-escolas tr td {
      border: 1px solid #000;
      padding: 0 10px;
      width: 30%;
  }

  .table-escolas tr th.center,
  .table-escolas tr td.center {
      text-align: center;
  }

  .table-escolas tr th.w-10,
  .table-escolas tr td.w-10 {
      width: 10%;
  }
}

/* Indices de escolas */
.indice-escolas{
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.indice-escolas div {
  border: 2px dashed #009D96;
  padding: 10px;
  font-weight: 600;
}

.indice-ativo{
  background: #009D96;
}

.indice-ativo a{
  color: #fff !important;
}

.bnt-alteracoes{
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  height: 70px;
}

.bnt-alteracoes button{
  width: 50px;
  height: 70px;
  background: #F1F1F2;
}

.bnt-remover:hover{
  background: #CD6155;
  
}

.list-toggle-escolas{
  gap: 20px;
  justify-content: center;
}

.order{
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

#listagens-escolas{
  width: 500px;
}

li.botoes {
  width: 50px !important;
  background: none !important;
  display: flex;
  gap: 10px;
  height: 50px;
}

#modal-link{
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0,0,0,0.4);
}

.modal-link-content{
  background: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
}

.modal-link-close{
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-link-close:hover, .modal-link-close:focus{
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#copy-btn{
  font-size: 1.5rem;
  padding: 10px 10px;
  margin-bottom: 2.6rem;
}

#copy-btn img{
  width: 25px;
  margin-left: 10px;
  margin-top: -5px;
}


#lista-finalizados > li {
  margin-top: 1rem;
  background: #F1F1F2;
  width: 100%;
}

#lista-finalizados > li:first-child {
  margin-top: 0;
}

#lista-finalizados > li div {
  padding: 20px;
  width: 100%;
}

#lista-finalizados > li > div.content {
  display: none;
}

#lista-finalizados > li > div p:last-child, #lista-finalizados > li > div .list:last-child, .list li:last-child {
  margin-bottom: 0;
}

.alert-duplicado {
  background-color: #ED6713 !important;
}

.alert-duplicado h2{
  color: #fff !important;
}

.texto-duplicado{
  display: block !important;
  font-size: 1.5rem;
  padding: 0px 20px 10px;
  color: #fff;
}


@media (max-width: 800px){
  .list-toggle-escolas > .order > li{
    width: 60% !important;
  }

  .list-toggle-escolas > .order > li img{
    width: 25px !important;
  }
}
.listagem-botoes-container {
  min-height: 52px;
}
.listagem-botoes .button {
  border: 0;
  background-color: #008177;
  color: #FFF !important;
  font-size: 1.6rem;
  border-radius: 3px;
  padding: 14px 10px;
  display: inline-block;
  font-weight: 600;
}

.padronizacaoExcel{
  position: absolute; 
  bottom: -80px; 
  width: 100%;
}
.d-flex-gap {
    display: flex;
    flex-direction:row;
    align-items: center;
    gap:10px;
    margin-top: 23px;
}
.-flex-end {
    justify-content: end;
}
.box-alert {
  background-color: #f2dede;
  color: #b94a48;
  padding: 15px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 25px;
}
.internal .content .box-alert p { margin: 0px }

#modal-finalizacao{
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0,0,0,0.4);
}

.modal-finalizacao-content{
  background: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

.modal-finalizacao-close{
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-finalizacao-close:hover, .modal-finalizacao-close:focus{
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#finalizacao-btn{
  font-size: 1.5rem;
  padding: 10px 10px;
  margin-bottom: 2.6rem;
  background-color: #FF0000;
  font-weight: bold;
}

#finalizacao-btn:disabled{
  opacity: 50%;
}

#cancelar-btn{
  font-size: 1.5rem;
  padding: 10px 10px;
  margin-bottom: 2.6rem;
}

#modal-finalizacao img{
  width: 100px;
  display: block;
  margin: 0 auto;
}

#modal-finalizacao {
  animation: treme 0.1s;
  animation-iteration-count: 3;
}

@keyframes treme {
  0% {margin-left: 0;}
  25% {margin-left: 5px;}
  50% {margin-left: 0;}
  75% {margin-left: -5px;}
  100% {margin-left: 0;}
}

p#atencao-finalizacao {
  color: #FF0000;
  font-weight: bold;
}

#numeroExclusao{
  display: block;
  width: 40%;
  margin-bottom: 2.6rem;
}
