  @import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');

  @font-face {
    font-family: 'Century Gothic';
    src: url('../font/CenturyGothic.eot');
    src: url('../font/CenturyGothic.eot?#iefix') format('embedded-opentype'),
        url('../font/CenturyGothic.woff2') format('woff2'),
        url('../font/CenturyGothic.woff') format('woff'),
        url('../font/CenturyGothic.ttf') format('truetype'),
        url('../font/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

  @font-face {
      font-family: 'Century Gothic Bold';
      src: url('../font/CenturyGothic-Bold.eot');
      src: url('../font/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
          url('../font/CenturyGothic-Bold.woff2') format('woff2'),
          url('../font/CenturyGothic-Bold.woff') format('woff'),
          url('../font/CenturyGothic-Bold.ttf') format('truetype'),
          url('../font/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
      font-weight: bold;
      font-style: normal;
      font-display: swap;
  }

h2{
  font-size: 36px;
  color: #002A63;
  font-family: 'Century Gothic Bold';
}
p{
  font-size: 29px;
  color: #002A63;
  font-family: 'Century Gothic';
}
p strong{
  text-decoration: underline;
}

a {
    border-radius: 25px;
}
.perguntas{
  margin-top: 30px;
}
.access{
  margin-top: 25px;
}
#formulario_kippcorretores ul{
  padding: 0;
}
#formulario_kippcorretores ul li{
  display: inline-block;
  list-style: none;
  border: 1px solid #f9f9f9;
  box-shadow: 0px 3px 4px 0px #c5c5c5;
  padding: 5px 10px;
  border-radius: 25px;
  font-family: 'Century Gothic';
}
#formulario_kippcorretores ul li.active{
  background-color: #002A63;
  border: 1px solid #002A63;
  color: #FFF;
}
select {
    width: 100%;
    margin: 10px 0;
    border: 1px solid #f9f9f9;
    box-shadow: 0px 3px 4px 0px #c5c5c5;
    border-radius: 25px;
    padding: 10px 20px;
    font-family: 'Century Gothic';
    color: #002A63;
}
input {
    width: 100%;
    margin: 10px 0;
    border: 1px solid #f9f9f9;
    box-shadow: 0px 3px 4px 0px #c5c5c5;
    border-radius: 25px;
    padding: 10px 20px;
    font-family: 'Century Gothic';
    color: #002A63;
}
input::placeholder{
  font-family: 'Century Gothic';
  color: #002A63;
}
input[type="button"].btn-next{
  width: 200px;
  text-align: center;
  padding: 10px;
  font-family: 'Century Gothic';
  background-color: #002A63;
  border: 1px solid #002A63;
  color: #FFF;
}
input[type="button"].btn-prev{
  width: 200px;
  text-align: center;
  padding: 10px;
  border: 1px solid #efefef;
  font-family: 'Century Gothic';
  color: #333;
}
.btn-actions{
    float: right;
    margin: 10px 0;
}
label{
  font-size: 16px;
  color: #002A63;
  font-family: 'Century Gothic Bold';
}
.end{
  margin-top: 30px;
}
.cep div{
  vertical-align: top;
}
.copy{
  margin-top: 30px;
}
.copy p{
  font-size: 18px;
  color: #002A63;
  font-family: 'Century Gothic Bold';
  text-decoration: none;
}
.copy p.anexo{
  font-family: 'Century Gothic';
  font-size: 14px;
}
.step4 input[type=file]{
  display: none;
}
.step4 label{
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    font-family: 'Century Gothic';
    margin: 0 15px;
    padding: 5px;
    background-color: #002A63;
    border-radius: 25px;
    margin-top: 10px;
    width: 90%;
    text-align: center;
    box-shadow: 0px 3px 4px 0px #c5c5c5;
    border: 1px solid #002A63;
}
.step4 .borda{
    border: 1px solid #f9f9f9;
    box-shadow: 0px 3px 4px 0px #c5c5c5;
    border-radius: 25px; 
}
.step4 .borda p span{
  font-size: 13px;
  margin: 10px 0;
  padding: 0px 20px;
  font-family: 'Century Gothic';
  color: #002A63;
  display: block;
}

.termos h2{
  font-size: 18px;
  color: #002A63;
  font-family: 'Century Gothic Bold';
}
.termos p{
  font-size: 15px;
  color: #002A63;
  font-family: 'Century Gothic';
}
.termos p.sub{
  margin: 20px 0;
}
.termos-box{
  position: absolute;
}
.termos-box input[type=checkbox]{
  display: none;
}
.termos-box label{
  margin-left: 15px;
}
.termos-box input[type="checkbox"] + label:before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    left: -5px;
    top: 10px;
    bottom: 0;
    border: solid 2px #E3E3E3;
    vertical-align: bottom;
    border-radius: 15px;
}
.termos-box input[type="checkbox"]:checked + label:after{
    content: '';
    background-color: #002A63;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: -5px;
    bottom: 4px;
    top: 10px;
    border: 2px solid #002A63;
}
.termos-box{
  font-size: 20px;
  color: #002A63;
  font-family: 'Century Gothic Bold';
}
#sucesso{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-backdrop-filter: blur(10px); /* Safari 9+ */
  backdrop-filter: blur(10px); /* Chrome and Opera */
  background-color: rgba(255, 255, 255, 0.3);
  display: none;
  z-index: 99;
}
#sucesso .sucesso{
  width: 700px;
  margin: 0 auto;
  padding: 50px;
  background-color: #FFF;
  box-shadow: 0px 3px 4px 0px #c5c5c5;
  border-radius: 20px;
  margin-top: 100px;
}
#sucesso .sucesso p{
  font-size: 16px;
  color: #002A63;
  font-family: 'Century Gothic';
}
#sucesso .fechar{
  float: right;
  color: #002A63;
  font-size: 25px;
  font-weight: 200;
  cursor: pointer;
}
p.msg-error{
  font-size: 16px;
  color: #f00;
  font-family: 'Century Gothic';
  display: none;
}
.error-form{
  border: 1px solid #F00 !important;
}
.valide-form{
  border: 1px solid #19d216 !important;
}
p.cnpj-text,
p.telefone-text,
p.email-text,
p#error-email,
p.auth-text{
  font-size: 16px;
  color: #f00;
  font-family: 'Century Gothic';
  display: none;
}
.mobile{
  display: none;
}

@media(max-width: 414px){
  .desktop{
    display: none;
  }
  .mobile{
    display: block;
  }
  .access{
    margin-top: 165px;
  }
  .step5 .btn-actions{
    margin: 40px 0;
  }
  input[type="button"].btn-prev,
  input[type="button"].btn-next{
    width: 150px;
  }
  .step4 .borda{
    margin: 10px 0;
  }
  .step4 label img{
    display: none;
  }
  .step4 label{
      background: url(../images/upload_mobile.jpg) no-repeat;
      background-position: top 0px right 12px;
      height: 30px;
      border: none;
      box-shadow: none;
      background-color: transparent;
      position: absolute;
      top: -57px;
  }
  #sucesso .sucesso{
    width: 100%;
  }
}
@media (max-width: 375px){
  .access p{
    font-size: 25px;
  }
  input[type="button"].btn-prev, input[type="button"].btn-next{
    width: 125px;
  }
}
@media (max-width: 320px){
  .termos-box label{
    font-size: 14px;
  }
}