@import url("/documents/20128/190187180/sicoob-styles.css");
#cads {
  color: var(--verdee);
}
#cads .btn-primary {
  text-transform: uppercase;
  background-color: var(--turq);
  border-color: var(--turq);
}
#cads .btn-primary:hover {
  color: var(--turq);
  background-color: transparent;
}
#cads .btn-primary:hover a {
  color: var(--turq);
}
#cads .btn-primary a {
  color: var(--verdee);
  text-decoration: none;
}
#cads .title {
  font-weight: 700;
  color: var(--verdec);
}
#cads .smaller {
  font-size: smaller;
}
#cads .w-space {
  width: 60%;
}
@media (max-width: 1200px) {
  #cads .w-space {
    width: 80%;
  }
}
@media (max-width: 767px) {
  #cads .w-space {
    width: 100%;
  }
}
/* #cads .nav-section {
  border-bottom: 2px solid var(--cinza-300);
  z-index: 1050;
  position: sticky;
  top: 0;
  background: var(--turq);
}
#cads .nav-section .btn-regulamento {
  background: var(--verdec);
  color: var(--verdee);
  border: 1px solid var(--verdee);
  border-radius: 10px;
} */
/* #cads #formulario {
  border-bottom: 2px solid var(--cinza-300);
} */
#cads #formulario .voltar {
  font-weight: 600;
  color: var(--verdee);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
#cads #formulario .voltar img {
  width: 21px;
}
#cads #formulario .voltar:hover {
  margin-left: 15px;
}
#cads #formulario .title {
  color: var(--verdec);
}
#cads #formulario hr {
  border-top: 1px solid var(--branco);
}
#cads #formulario .custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--turq);
  background-color: var(--turq);
}
#cads #formulario .form-control {
  background: var(--branco);
  /* border: 1px solid var(--verdee); */
  border-radius: 0.25rem;
}
#cads #formulario .form-control:focus-visible {
  outline: 1px solid var(--turq) !important;
}
#cads #formulario .form-control:focus {
  border-color: var(--branco) !important;
  box-shadow: 0 0 0 0.2rem var(--turq-200) !important;
}
#cads #formulario .enviar a {
  color: var(--turq);
}
#cads .campo-vazio {
  border: 1px solid #F00;
}
#cads .erro {
  color: #F00;
}
#cads .modal .modal-content {
  border-radius: 1rem;
  padding: 1rem;
}
#cads .modal .modal-header {
  border: 0;
  padding: 0rem 0.5rem;
}
#cads .modal .modal-body {
  text-align: center;
  color: var(--verdee);
}
#cads .modal .modal-body img, #cads .modal .modal-body svg {
  margin-top: -1rem;
  margin-bottom: 1rem;
}
#cads .modal .modal-footer {
  justify-content: center;
  border: 0;
}
#cads .modal .icon-resposta {
  height: 150px;
}/*# sourceMappingURL=styles-descadastro.css.map */

.div-regulamento, 
.div-descadastro{
  display: none!important;
}

#cads{
  background-color: var(--verdee);
}

#titulo-promo .pill{
  padding: 8px 24px;
  border-radius: 10px;
}

#formulario, #cads{
  padding-top: 8px!important;
  padding-bottom: 8px!important;
}

#footer-promo{
  padding-bottom: 8vh;
  background-color: var(--turq);
}

#footer-promo img{
  width: 80vw;
  height: auto;
}

.voltar{
  color: #fff!important;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  padding: 6px 20px;
  background-color: var(--verdee);
}

.voltar:hover{
  margin-left: 0px!important;
}

@media only screen and (max-width: 900px) {
  #footer-promo{
      display: none!important;
  }
  #footer-promo-mobile{
      background-color: var(--turq);
      display: block!important;
  }
  #footer-promo-mobile p{
      width: 100%;
      text-align: left;
      margin: 0 1rem;
  }
  #footer-promo-mobile img{
      width: 80vw !important;
  }
  .text-branco{
      color: var(--branco) !important;
  }
}