@charset "utf-8";
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
  vertical-align: baseline;
}
body{
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  background-color: #FBFBFB;
  letter-spacing: 0.02em;
  min-height: 100vh;
}
h1, h2, h3, h4, h5, h6{ font-weight: 900; }
h1, h2, h3, h4, h5, h6, p{
  margin: 0;
}
a{
  font-size: 15px;
  text-decoration: none !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #464a5d;
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
  transition: background-color 5000s ease-in-out 0s;
}
ul, li{
  list-style: none;
  margin-bottom: 0;
}
.clearfloat{ 
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0;
}
.img-responsive{
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.fit{
  width: 100%;
  object-fit: cover;
}
.center{
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1230px){
  .center{
    width: 100%;
    padding: 0 20px;
  }
}
.overflow{
  overflow: hidden;
}
.seo-view{
  display: none;
}
::-webkit-scrollbar-track{
  background-color: #dedede;
}
::-webkit-scrollbar{
  width: 6px;
  height: 2px;
  background-color: #F4F4F4;
}
::-webkit-scrollbar-thumb{
  background-color: #4e4e4e;
  border-radius: 15px;
}
@keyframes blinker{
  100% { opacity: 1; }
  50% { opacity: 0.5; }
  0% { opacity: 1; }
}
@keyframes pulse{
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}
@keyframes jump{
  0% { transform: translateY(0); }
  50% { transform: translateY(20%); }
  100% { transform: translateY(0); }
}
.h2-default{
  text-transform: uppercase;
  letter-spacing: .03em;
  font-size: 20px;
  position: relative;
  padding-left: 16px;
  user-select: none;
  margin-bottom: 30px;
  color: #000;
  font-weight: 400;
}
.h2-default:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #b01217;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.h2-default strong {
  font-weight: 700;
}
.center-form{
  width: 951px;
  margin: auto;
}
/* END Reset */

.full-cadastro{
  padding: 50px 0;
}
.full-cadastro .h-cadastro .c-pagination ul{
  display: flex;
  margin-bottom: 50px;
  justify-content: center;
}
.full-cadastro .h-cadastro .c-pagination ul li{
  height: 64px;
  width: 170px;
  background-color: #E6E6E6;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  float: left;
}
.full-cadastro .h-cadastro .c-pagination ul li:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 0; 
  height: 0; 

  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 20px solid #e6e6e6;
  position: absolute;
  right: -27px;
  z-index: 2;
}
.full-cadastro .h-cadastro .c-pagination ul li:after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0; 
  height: 0; 

  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-left: 22px solid #FFFFFF;
  position: absolute;
  right: -20px;
  z-index: 1;
}
.full-cadastro .h-cadastro .c-pagination ul li.z1{ z-index: 9; }
.full-cadastro .h-cadastro .c-pagination ul li.z2{ z-index: 8; }
.full-cadastro .h-cadastro .c-pagination ul li.z3{ z-index: 7; }
.full-cadastro .h-cadastro .c-pagination ul li.z4{ z-index: 6; }
.full-cadastro .h-cadastro .c-pagination ul li.ativo{background-color: #B01218; }
.full-cadastro .h-cadastro .c-pagination ul li.ativo a{ color: #FFFFFF; }
.full-cadastro .h-cadastro .c-pagination ul li.ativo:before{ border-left-color: #B01218; }
.full-cadastro .h-cadastro .c-pagination ul li a{
  cursor: pointer;
  color: #000000;
  font-size: 32px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-cadastro .h-cadastro .c-pagination ul li a i{
  color: #09DE10;
  font-size: 30px;
  position: relative;
  left: -12px;
}
/**/

.full-cadastro .step-1 .r-1{
  display: flex;
  justify-content: space-between;
}
.full-cadastro .step-1 .r-1 a{
  width: 402px;
  height: 75px;
  border: 1px solid #B01218;
  display: flex;
  align-items: center;
  color: #333333;
  padding: 0 20px;
  font-size: 26px;
  border-radius: 9px;
}
.full-cadastro .step-1 .r-1 a i{
  margin-right: 15px;
  color: #B01218;
}
.full-cadastro .step-1 .r-1 a:hover,
.full-cadastro .step-1 .r-1 a:focus{
  background-color: #911218;
  color: #FFFFFF;
}
.full-cadastro .step-1 .r-1 a:hover i,
.full-cadastro .step-1 .r-1 a:focus i{ color: #FFFFFF; }
.full-cadastro .step-1 .r-2 .c-ou{
  margin: 40px 0 60px 0;
  position: relative;
}
.full-cadastro .step-1 .r-2 .c-ou span{
  width: 38px;
  text-align: center;
  text-transform: uppercase;
  color: #707070;
  background-color: #FFFFFF;
  font-size: 14px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -8px;
}
.full-cadastro .step-1 .r-2 .c-ou:after{
  content: '';
  height: 1px;
  width: 100%;
  background-color: #707070;
  display: block;
}
.full-cadastro .step-1 .r-2 .c-form div{ position: relative; }
.full-cadastro .step-1 .r-2 .c-form label{
  cursor: pointer;
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  display: block;
  margin-bottom: 7px;
}
.full-cadastro .step-1 .r-2 .c-form input[type="text"],
.full-cadastro .step-1 .r-2 .c-form input[type="password"]{
  outline: none;
  height: 75px;
  width: 100%;
  background-color: #F2F2F2;
  border: 0;
  border-radius: 6px;
  padding: 0 35px 0 68px;
  color: #333333;
  font-size: 24px;
}
.full-cadastro .step-1 .r-2 .c-form i{
  position: absolute;
  left: 26px;
  font-size: 22px;
  color: #B01218;
  bottom: 26px;
}
.full-cadastro .step-1 .r-2 .c-form i.fa-eye{ right: 20px; left: inherit; }
.full-cadastro .step-1 .r-2 .c-form .list-creatPass{
  margin-top: 31px;
}
.full-cadastro .step-1 .r-2 .c-form .list-creatPass li:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #b01217;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.full-cadastro .step-1 .r-2 .c-form .list-creatPass li{
  color: #959292;
  font-size: 16px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
}
.full-cadastro .step-1 .r-2 .c-form .list-creatPass li span{
  font-weight: bold;
}
.full-cadastro .step-1 .r-2 .c-form .c-aceiteTermos{ margin-top: 18px; }
.full-cadastro .step-1 .r-2 .c-form .c-aceiteTermos label{
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #707070;
  font-weight: 400;
  position: relative;
}
.full-cadastro .step-1 .r-2 .c-form .c-aceiteTermos label p{ margin-left: 30px; }
.full-cadastro .step-1 .r-2 .c-form .c-aceiteTermos label span{ font-weight: bold; }
.full-cadastro .step-1 .r-2 .c-form .c-aceiteTermos input[type = "checkbox"]{
  width: 20px;
  height: 20px;
  margin-right: 15px;
  box-shadow: 0px 3px 6px #00000029;
  border: 0;
  display: none;
}
.full-cadastro .step-1 .r-2 .c-form .c-aceiteTermos input[type = "checkbox"]:checked ~ .checkmark:after{
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  display: block;
  background-color: #B01218;
  border-radius: 3px;
}
.full-cadastro .step-1 .r-2 .c-form .c-aceiteTermos label .checkmark{
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full-cadastro .step-1 .r-2 .c-form .c-tipoPessoa{
  display: flex;
  justify-content: center;
  margin: 60px 0 30px 0;
}
.full-cadastro .step-1 .r-2 .c-form .c-tipoPessoa .l1{
  margin-right: 100px;
}
.full-cadastro .step-1 .r-2 .c-form .c-tipoPessoa label{
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}
.full-cadastro .step-1 .r-2 .c-form .c-tipoPessoa input[type = "radio"],
.full-cadastro .step-doc .list-docs .r-2 label input{
  width: 20px;
  height: 20px;
  margin-right: 12px;
  display: none;
}
.full-cadastro .step-1 .r-2 .c-form .c-tipoPessoa label .checkmark,
.full-cadastro .step-doc .list-docs .r-2 label .checkmark{
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #B01218;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.full-cadastro .step-1 .r-2 .c-form .c-tipoPessoa label p{ margin-left: 28px; }
.full-cadastro .step-doc .list-docs .r-2 label{ position: relative; }
.full-cadastro .step-1 .r-2 .c-form .c-tipoPessoa input[type = "radio"]:checked ~ .checkmark:after,
.full-cadastro .step-doc .list-docs .r-2 label input:checked ~ .checkmark:after{
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  display: block;
  background-color: #B01218;
  border-radius: 100%;
}
.full-cadastro .step-1 .c-btn{
  display: flex;
  justify-content: center;
}
.full-cadastro .step-1 .c-btn button{
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 29px;
  height: 52px;
  color: #FFFFFF;
  font-size: 20px;
  text-transform: uppercase;
  background-color: #B01218;
  border: 0;
  cursor: pointer;
  padding: 0 40px;
}
.full-cadastro .step-1 .c-btn button:hover,
.full-cadastro .step-1 .c-btn button:focus,
.full-cadastro .step-2 a .c-btn span:hover,
.full-cadastro .step-2 a .c-btn span:focus,
.full-cadastro .step-validPhone .c-btn button:hover,
.full-cadastro .step-validPhone .c-btn button:focus,
.full-cadastro .step-dados .c-btn button:hover,
.full-cadastro .step-dados .c-btn button:focus,
.full-cadastro .modal-dadosColetados .c-txtModal .c-footerModal a:hover,
.full-cadastro .modal-dadosColetados .c-txtModal .c-footerModal a:focus,
.full-cadastro .step-doc .list-docs .c-btn button:hover,
.full-cadastro .step-doc .list-docs .c-btn button:focus,
.full-cadastro .step-foto .c-btn a:hover,
.full-cadastro .step-foto .c-btn a:focus,
.step-end .c-btn a:hover,
.step-end .c-btn a:focus{ background-color: #9b0d13; }
/* END Step 1 */

.full-cadastro .step-2{
  display: flex;
  justify-content: center;
}
.full-cadastro .step-2 a{
  width: 309px;
  border-radius: 10px;
  background-color: #F2F2F2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 334px;
}
.full-cadastro .step-2 a:hover{ background-color: #e9e9e9; }
.full-cadastro .step-2 a i{
  font-size: 82px;
  color: #b01218;
  margin-bottom: 40px;
}
.full-cadastro .step-2 a.a1{ margin-right: 297px; }
.full-cadastro .step-2 a .c-btn{
  display: flex;
  justify-content: center;
}
.full-cadastro .step-2 a .c-btn span{
  cursor: pointer;
  height: 40px;
  background-color: #B01218;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 29px;
  box-shadow: 0px 3px 6px #00000029;
  padding: 0 26px;
  font-size: 16px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
}
/* END Step 2 */

.full-cadastro .step-validPhone{

}
.full-cadastro .step-validPhone .r-1 form div{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.full-cadastro .step-validPhone label{
  color: #333333;
  font-size: 25px;
  display: block;
  text-align: center;
  font-weight: bold;
}
.full-cadastro .step-validPhone .r-1 input{
  width: 458px;
  height: 65px;
  border-radius: 12px;
  background-color: #F2F2F2;
  text-align: center;
  color: #333333;
  font-size: 23px;
  border: 0;
  outline: none;
  margin: 20px 0;
}
.full-cadastro .step-validPhone .r-1 small{
  color: #333333;
  font-size: 17px;
  margin-bottom: 48px;
  text-align: center;
}
.full-cadastro .step-validPhone .r-1 small.s-last{
  margin: 30px 0;
  width: 348px;
}
.full-cadastro .step-validPhone .c-btn{
  display: flex;
  justify-content: center;
}
.full-cadastro .step-validPhone .c-btn button{
  height: 46px;
  background-color: #B01218;
  color: #FFFFFF;
  text-transform: uppercase;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 29px;
  padding: 0 22px;
  font-size: 20px;
  border: 0;
  cursor: pointer;
}
.full-cadastro .step-validPhone .r-2 .flex-input{
  display: flex;
  justify-content: center;
  margin: 30px 0 60px 0;
}
.full-cadastro .step-validPhone .r-2 .flex-input div{
  position: relative;
  width: 59px;
  margin-right: 28px;
}
.full-cadastro .step-validPhone .r-2 .flex-input input{
  width: 59px;
  height: 61px;
  background-color: #F2F2F2;
  border-radius: 6px;
  text-align: center;
  outline: none;
  border: 0;
  color: #333333;
  font-size: 22px;
  margin-right: 28px;
  border: 1px solid #F2F2F2;
}
.full-cadastro .step-validPhone .r-2 .flex-input input:focus{
  border-color: #B01218;
}
.full-cadastro .step-validPhone .r-2 .flex-input input:focus + span::after{
  content: '';
  width: 29px;
  height: 1px;
  display: block;
  background-color: #B01218;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.full-cadastro .step-validPhone .r-2 .flex-input div:last-child{ margin-right: 0; }
/* END Step validPhone */

.full-cadastro .step-dados h4{
  color: #000000;
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
}
.full-cadastro .step-dados h5{
  font-size: 30px;
  color: #000000;
  margin: 15px 0 60px 0;
  font-weight: 400;
  text-align: center;
}
.full-cadastro .step-dados input,
.full-cadastro .step-dados select{
  height: 70px;
  border-radius: 12px;
  background-color: #F2F2F2;
  border: 0;
  width: 100%;
  outline: none;
  padding: 0 25px;
  color: #1A1A1A;
  font-weight: bold;
  font-size: 22px;
}
.full-cadastro .step-dados input::placeholder{
  color: #1A1A1A;
  font-weight: bold;
  font-size: 22px;
}
.full-cadastro .step-dados .r-group{
  display: flex;
}
.full-cadastro .step-dados .r-group div{ width: 100%; position: relative; }
.full-cadastro .step-dados .r-1 .r-group .i1{ min-width: 354px; margin: 0 20px 0 0; }
.full-cadastro .step-dados .r-1 .r-group .i2{ min-width: 358px; margin: 0 20px; }
.full-cadastro .step-dados .r-1 .r-group .i3{ min-width: 375px; margin: 0 0 0 20px; }

.full-cadastro .step-dadosCliente .r-group .s1{ min-width: 256px; }
.full-cadastro .step-dadosCliente .r-group .s-marg{ margin-right: 20px; }
.full-cadastro .step-dadosCliente .r-group .s-margAll{ margin: 0 20px; }
.full-cadastro .step-dadosCliente .r-group .s2{ min-width: 600px; }
.full-cadastro .step-dadosCliente .r-group .s3{ min-width: 367px }
.full-cadastro .step-dados .r-group div a{
  position: absolute;
  right: 0;
  font-weight: bold;
  color: #1492E6;
  font-size: 15px;
  bottom: -25px;
  cursor: pointer;
}
.full-cadastro .step-dados .r-2{ margin-top: 150px; }
.full-cadastro .step-dados .r-2 .r-group .i1{ min-width: 190px; }
.full-cadastro .step-dados .r-2 .r-group .i2{ min-width: 654px; margin: 0 20px; }
.full-cadastro .step-dados .r-2 .r-group .i3{ min-width: 190px; }
.full-cadastro .step-dados .r-2 .r-group .i4{ min-width: 270px; }
.full-cadastro .step-dados .r-2 .r-group .i5{ min-width: 270px; margin: 0 20px; }
.full-cadastro .step-dados .r-2 .r-group .i6{ min-width: 140px; margin-right: 20px; }
.full-cadastro .step-dados .r-2 .r-group .i7{ min-width: 270px; }
.full-cadastro .step-dados .c-btn{
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.full-cadastro .step-dados .c-btn button{
  height: 52px;
  border-radius: 29px;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #B01218;
  border: 0;
  outline: none;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 18px;
  font-weight: bold;
  font-size: 22px;
  cursor: pointer;
}
/* Step Dados */

.full-cadastro .modal-dadosColetados .fundo,
.full-cadastro .modal-infoDoc .fundo{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #7F7F7FA6;
}
.full-cadastro .modal-dadosColetados .c-txtModal,
.full-cadastro .modal-infoDoc .c-txtModal{
  width: 690px;
  height: 500px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 11;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.full-cadastro .modal-infoDoc .c-txtModal{ width: 292px; height: 380px; }
.full-cadastro .modal-dadosColetados .c-txtModal .r1,
.full-cadastro .modal-infoDoc .c-txtModal .r1{
  flex: 1;
}
.full-cadastro .modal-dadosColetados .c-txtModal h4,
.full-cadastro .modal-infoDoc .c-txtModal h4{
  text-transform: uppercase;
  color: #1A1A1A;
  font-weight: bold;
  font-size: 34px;
  text-align: center;
  margin: 70px 0 43px 0;
}
.full-cadastro .modal-infoDoc .c-txtModal h4{ margin-top: 30px; }
.full-cadastro .modal-dadosColetados .c-txtModal h4 i{
  color: #09DE10;
  font-size: 25px;
  position: relative;
  top: -4px;
  margin-left: 10px;
}
.full-cadastro .modal-infoDoc .c-txtModal h4 i{ color: #B01218; }
.full-cadastro .modal-infoDoc .c-txtModal h4 span{ display: block; text-align: center; margin-top: 20px; }
.full-cadastro .modal-dadosColetados .c-txtModal h5{
  color: #B01218;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}
.full-cadastro .modal-dadosColetados .c-txtModal p,
.full-cadastro .modal-infoDoc .c-txtModal p{
  font-weight: bold;
  color: #1A1A1A;
  font-size: 18px;
  text-align: center;
  width: 350px;
  margin: 32px auto 0 auto;
}
.full-cadastro .modal-infoDoc .c-txtModal p{ width: 100%; padding: 0 20px; font-size: 14px; margin: 30px 0; font-weight: 400; }
.full-cadastro .modal-dadosColetados .c-txtModal p.p2{
  margin-bottom: 26px;
}
.full-cadastro .modal-infoDoc ul{
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #333333;
  padding: 0 30px;
}
.full-cadastro .modal-dadosColetados .c-txtModal .c-footerModal,
.full-cadastro .modal-infoDoc .c-txtModal .c-footerModal{
  height: 148px;
  background-color: #E6E6E6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full-cadastro .modal-infoDoc .c-txtModal .c-footerModal{ height: 100px; }
.full-cadastro .modal-dadosColetados .c-txtModal .c-footerModal a,
.full-cadastro .modal-infoDoc .c-txtModal .c-footerModal a{
  background-color: #B01218;
  width: 180px;
  height: 52px;
  border-radius: 29px;
  box-shadow: 0px 3px 6px #00000029;
  display: inline-block;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 27px;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.full-cadastro .modal-infoDoc .c-txtModal .c-footerModal a{
  height: 50px;
  font-size: 18px;
}
/* END Modal */

.full-cadastro .step-doc h4{
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}
.full-cadastro .step-doc h5{
  font-size: 28px;
  text-align: center;
  color: #000000;
  font-weight: 400;
  margin: 17px 0 97px 0;
}
.full-cadastro .step-doc ul{}
.full-cadastro .step-doc ul li{
  position: relative;
  text-transform: uppercase;
  color: #000000;
  padding-left: 15px;
  margin-bottom: 25px;
}
.full-cadastro .step-doc ul li:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #b01217;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.full-cadastro .step-doc ul li span{
  font-weight: 700;
}
.full-cadastro .step-doc .list-docs .r-1{
  display: flex;
  justify-content: center;
  margin: 110px 0;
}
.full-cadastro .step-doc .list-docs .r-1 label{
  width: 309px;
  height: 334px;
  background-color: #F2F2F2;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  cursor: pointer;
}
.full-cadastro .step-doc .list-docs .r-1 label:hover{ background-color: #e9e9e9; }
.full-cadastro .step-doc .list-docs .r-1 label.l1{ margin-right: 303px; }
.full-cadastro .step-doc .list-docs label .c-check{
  font-size: 30px;
  margin-bottom: 15px;
}
.full-cadastro .step-doc .list-docs label .c-check i{ color: #09DE10 !important; }
.full-cadastro .step-doc .list-docs .r-1 label i{
  font-size: 70px;
  color: #B01218;
}
.full-cadastro .step-doc .list-docs .r-1 label .d-flex{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.full-cadastro .step-doc .list-docs .r-1 label strong{
  color: #333333;
  font-size: 30px;
  text-align: center;
  padding: 0 30px;
  margin: 25px 0;
}
.full-cadastro .step-doc .list-docs .r-2 label{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  font-size: 18px;
  width: max-content;
  cursor: pointer;
}
.full-cadastro .step-doc .list-docs .r-2 label p{
  margin-left: 28px;
}
.full-cadastro .step-doc .list-docs .r-2{ display: flex; justify-content: center; }
.full-cadastro .step-doc .list-docs .r-2 label span{
  font-weight: bold;
}
.full-cadastro .step-doc .list-docs .r-2 label input{
  margin-right: 18px;
  height: 20px;
  width: 20px;
}
.full-cadastro .step-doc .list-docs .c-btn{
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
.full-cadastro .step-doc .list-docs .c-btn button{
  border: 0;
  cursor: pointer;
  color: #FFFFFF;
  background-color: #B01218;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 29px;
  text-transform: uppercase;
  width: 170px;
  height: 48px;
  font-weight: bold;
  font-size: 22px;
}
/**/

.full-cadastro .step-foto{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.full-cadastro .step-foto h4{
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.full-cadastro .step-foto h4 i{
  font-size: 18px;
  position: relative;
  margin-left: 5px;
  top: -2px;
  color: #09DE10;
}
.full-cadastro .step-foto h5{
  margin: 25px 0 8px 0;
  font-size: 16px;
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.full-cadastro .step-foto h5 span{ font-weight: bold; text-transform: capitalize; }
.full-cadastro .step-foto p{
  margin-bottom: 35px;
  text-align: center;
  font-size: 16px;
  color: #000000;
}
.full-cadastro .step-foto .c-btn{ margin-top: 25px; display: flex; justify-content: center; }
.full-cadastro .step-foto .c-btn a{
  height: 50px;
  background-color: #B01218;
  border-radius: 29px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 0 38px;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 50px;
}
.full-cadastro .reconhecimento-etapa{
  position: fixed;
  min-height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  z-index: 15;
}
.full-cadastro .reconhecimento-etapa{
  display: flex;
  flex-direction: column;
}
.full-cadastro .reconhecimento-etapa .r1{
  padding: 30px 0 20px 0;
  background-color: #FFFFFF;
  position: relative;
}
.full-cadastro .reconhecimento-etapa .r1 a{
  position: absolute;
  left: 20px;
  cursor: pointer;
  color: #B01218;
}
.full-cadastro .reconhecimento-etapa .r1 h4{
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #1A1A1A;
}
.full-cadastro .reconhecimento-etapa .r2{
  background-color: #E6E6E6;
  padding: 25px 0;
}
.full-cadastro .reconhecimento-etapa .r2 h5{
  font-size: 16px;
  color: #1A1A1A;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.full-cadastro .reconhecimento-etapa .r3{
  flex: 1;
  background-color: #dfdfdf;
}
.step-end{
  background-color: #E9E9E9;
  padding: 25px 20px 40px 20px;
}
.step-end h4{
  color: #000000;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}
.step-end h4 i{ color: #09DE10; margin-left: 7px; }
.step-end p{
  font-size: 16px;
  color: #000000;
  text-align: center;
}
.step-end p.p2{
  margin: 10px 0 30px 0;
}
.step-end .c-btn{
  display: flex;
  justify-content: center;
}
.step-end .c-btn a{
  height: 50px;
  cursor: pointer;
  border-radius: 29px;
  background-color: #B01218;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 17px;
  text-align: center;
  line-height: 50px;
  padding: 0 15px;
  min-width: 250px;
}
.step-end .c-btn.btn2{ margin-top: 30px; }



.full-cadastro .step-dados .form-mobile{ display: none; }
.m-bottom{
  margin-bottom: 50px;
}

/* Action Efects */
.full-cadastro .step-1 .r-1 a,
.full-cadastro .step-1 .r-1 a i,
.full-cadastro .step-1 .c-btn button,
.full-cadastro .step-2 a .c-btn span,
.full-cadastro .step-2 a,
.full-cadastro .step-validPhone .c-btn button,
.full-cadastro .step-dados .c-btn button,
.full-cadastro .modal-dadosColetados .c-txtModal .c-footerModal a,
.full-cadastro .step-doc .list-docs .r-1 label,
.full-cadastro .step-doc .list-docs .c-btn button,
.full-cadastro .step-foto .c-btn a,
.step-end .c-btn a{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Media Query */
@media screen and (max-width: 767px){
  .h2-default{
    font-size: 17px;
  }
  .full-cadastro{
    padding: 50px 0;
  }
  .full-cadastro .h-cadastro .c-pagination ul li{
    width: 100%;
    height: 35px;
  }
  .full-cadastro .h-cadastro .c-pagination ul li a,
  .full-cadastro .h-cadastro .c-pagination ul li a i{
    font-size: 16px;
  }
  .full-cadastro .h-cadastro .c-pagination ul li:before{
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 9px solid #e6e6e6;
    right: -17px;
  }
  .full-cadastro .h-cadastro .c-pagination ul li:after{
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 9px solid #FFFFFF;
    right: -9px;
  }
  /**/
  .center-form{
    width: 100%;
  }
  .full-cadastro .step-1 .r-1{
    width: 80%;
   flex-direction: column;
   margin: auto;
  }
  .full-cadastro .step-1 .r-1 a{
    width: 100%;
    height: 50px;
    font-size: 17px;
  }
  .full-cadastro .step-1 .r-1 a:last-child{ margin-top: 20px; }
  .full-cadastro .step-1 .r-1 a i{ font-size: 26px; }
  .full-cadastro .step-1 .r-2 .c-ou{
    width: 80%;
    margin: 40px auto 60px auto;
  }
  .full-cadastro .step-1 .r-2 .c-form label{
    font-size: 16px;
  }
  .full-cadastro .step-1 .r-2 .c-form input[type="text"],
  .full-cadastro .step-1 .r-2 .c-form input[type="password"]{
    height: 50px;
    padding: 0 28px 0 50px;
    font-size: 16px;
  }
  .full-cadastro .step-1 .r-2 .c-form i{
    font-size: 16px;
    bottom: 17px;
    left: 17px;
  }
  .m-bottom{ margin-bottom: 30px; }
  .full-cadastro .step-1 .r-2 .c-form .list-creatPass li{ font-size: 15px; }
  .full-cadastro .step-1 .r-2 .c-form .c-aceiteTermos label p{ font-size: 14px; margin-bottom: 40px; }
  .full-cadastro .step-1 .r-2 .c-form div.g-order{
    display: flex;
    flex-direction: column;
  }
  .full-cadastro .step-1 .r-2 .c-form div.g-order .c-tipoPessoa{
    order: 1;
    margin: 20px 0 0 0;
    display: flex;
    justify-content: space-between;
  }
  .full-cadastro .step-1 .r-2 .c-form .c-aceiteTermos{ order: 2; }
  .full-cadastro .step-1 .r-2 .c-form .c-tipoPessoa label p{ font-size: 14px; }
  .full-cadastro .step-1 .r-2 .c-form .c-tipoPessoa .l1 p{ position: relative; top: -4px; }
  .full-cadastro .step-1 .r-2 .c-form .c-tipoPessoa .l1{
    margin: 0;
  }
  /* END Step 1 */

  .full-cadastro .step-2{
    flex-direction: column;
    align-items: center;
  }
  .full-cadastro .step-2 a.a1{
    margin: 0 0 45px 0;
  }
  /* END Step 2 */

  .full-cadastro .step-validPhone label{
    font-size: 20px;
  }
  .full-cadastro .step-validPhone .r-1 input{
    width: 100%;
  }
  .full-cadastro .step-validPhone .r-1 small{
    font-size: 14px;
  }
  /* END Step validPhone */

  .full-cadastro .step-dados h4{
    font-size: 20px;
  }
  .full-cadastro .step-dados h5{
    font-size: 16px;
    margin: 8px 0 40px 0;
  }
  .full-cadastro .step-dados .form-desktop{ display: none; }
  .full-cadastro .step-dados .form-mobile{ display: block; }
  .full-cadastro .step-dados .form-mobile input,
  .full-cadastro .step-dados .form-mobile select,
  .full-cadastro .step-dados input,
  .full-cadastro .step-dados select{
    height: 50px;
    padding: 0 15px;
    border-radius: 6px;
    font-size: 14px;
  }
  .full-cadastro .step-dados .form-mobile input::placeholder,
  .full-cadastro .step-dados input::placeholder{ font-size: 14px; }
  .full-cadastro .step-dados .form-mobile .m-group{ display: flex; justify-content: space-between; }
  .full-cadastro .step-dados .form-mobile .m-nome{ width: 100%; }
  .full-cadastro .step-dados .form-mobile .m-sexo{ min-width: 105px; width: 105px; }
  .full-cadastro .step-dados .form-mobile .mr-20{ margin-right: 20px; }
  .full-cadastro .step-dados .form-mobile .grid-two{
    display: flex;
    justify-content: space-between;
  }
  .full-cadastro .step-dados .form-mobile .grid-two div{ width: calc(50% - 10px); }
  .full-cadastro .step-dados .form-mobile .m-apelido{ position: relative; }
  .full-cadastro .step-dados .form-mobile .m-apelido a{
    position: absolute;
    color: #1492E6;
    font-size: 11px;
    font-weight: bold;
    bottom: -17px;
    right: 0;
  }
  .full-cadastro .step-dados .form-mobile .r2-m{ margin-top: 40px; }
  .full-cadastro .step-dados .form-mobile .m-cep{ min-width: 142px; width: 142px; }
  .full-cadastro .step-dados .form-mobile .m-numero{  min-width: 80px; width: 80px; }
  .full-cadastro .step-dados .form-mobile .m-uf{ min-width: 72px; width: 72px; }
  .full-cadastro .step-dados .c-btn{ margin-top: 40px; }
  .full-cadastro .step-dados .c-btn button{
    height: 50px;
    font-size: 18px;
  }
  .full-cadastro .step-dados .r-1 .r-group .i1,
  .full-cadastro .step-dados .r-1 .r-group .i2,
  .full-cadastro .step-dados .r-1 .r-group .i3,
  .full-cadastro .step-dados .r-2 .r-group .i1,
  .full-cadastro .step-dados .r-2 .r-group .i2,
  .full-cadastro .step-dados .r-2 .r-group .i3,
  .full-cadastro .step-dados .r-2 .r-group .i4,
  .full-cadastro .step-dados .r-2 .r-group .i5,
  .full-cadastro .step-dados .r-2 .r-group .i6,
  .full-cadastro .step-dados .r-2 .r-group .i7{ width: 100%; min-width: 100%; margin: 0; }
  .full-cadastro .step-dados .r-group{
    flex-direction: column;
  }
  .full-cadastro .step-dados .r-1 .r-group .i2,
  .full-cadastro .step-dados .r-2 .r-group .i2,
  .full-cadastro .step-dados .r-2 .r-group .i5{ margin: 20px 0; }
  .full-cadastro .step-dados .r-2 .r-group .i7{ margin-top: 20px; }
  /* Step Dados */

  .full-cadastro .modal-dadosColetados .fundo{
    display: none;
  }
  .full-cadastro .modal-dadosColetados .c-txtModal{
    display: none;
  }
  .full-cadastro .modal-dadosColetados .c-txtModal h4{
    display: none;
  }
  .full-cadastro .modal-dadosColetados .c-txtModal h4 i{
    display: none;
  }
  .full-cadastro .modal-dadosColetados .c-txtModal h5{
    display: none;
  }
  .full-cadastro .modal-dadosColetados .c-txtModal p{
    display: none;
  }
  .full-cadastro .modal-dadosColetados .c-txtModal p.p2{
    display: none;
  }
  .full-cadastro .modal-dadosColetados .c-txtModal .c-footerModal{
    display: none;
  }
  .full-cadastro .modal-dadosColetados .c-txtModal .c-footerModal a{
    display: none;
  }
  /* END Modal */

  .full-cadastro .step-doc h4{
    font-size: 20px;
  }
  .full-cadastro .step-doc h5{
    font-size: 16px;
  }
  .full-cadastro .step-doc ul li{
    font-size: 16px;
  }
  .full-cadastro .step-doc ul li:before{

  }
  .full-cadastro .step-doc .list-docs .r-1{
    justify-content: space-between;
  }
  .full-cadastro .step-doc .list-docs .r-1 label{
    width: 130px;
    height: 147px;
  }
  .full-cadastro .step-doc .list-docs .r-1 label.l1{ margin: 0; }
  .full-cadastro .step-doc .list-docs label .c-check{
   
  }
  .full-cadastro .step-doc .list-docs .r-1 label i{
    font-size: 22px;
  }
  .full-cadastro .step-doc .list-docs .r-1 label .d-flex{
    
  }
  .full-cadastro .step-doc .list-docs .r-1 label strong{
    font-size: 16px;
    margin: 10px 0;
  }
  .full-cadastro .step-doc .list-docs .r-2 label{
 
  }
  .full-cadastro .step-doc .list-docs .r-2 label p{
    font-size: 14px;
  }
  .full-cadastro .step-doc .list-docs .r-2 label input{

  }
  .full-cadastro .step-doc .list-docs .c-btn{
   
  }
  .full-cadastro .step-doc .list-docs .c-btn button{

  }
}
@media screen and (min-width: 1068px) and (max-width: 1216px){}