/*  /////////////////////////////////// CLASSES GERAIS ////////////////////////////////////// */  
@media (min-width: 300px) and (max-width: 3200px){

.tarja_cadasto{ width:100%; height:auto;  margin-top:30px; display:inline-block; position:relative;}
.tarja_cadasto .foco .cadastro{width:98%; height:auto; min-height:400px; background-color:#fff; float:left; display:block; position:relative;margin-left:1%; margin-right:1%;  margin-top:4px; padding-bottom:30px; margin-bottom:14px;}
.tarja_cadasto .foco .compra{width:23%; height:auto; min-height:400px; background-color:#fff; float:left; display:block; position:relative; margin-left:1%;margin-right:1%; margin-top:4px;}

.tarja_cadasto .foco .cadastro .titulo{width: 95%; height:50px; line-height:38px; font-family: 'HelveticaNeueLTStd-Blk'; font-size:22px; color:#414141; display:inline-block; margin-left:2.5%; border-bottom:1px solid #414141; margin-top:20px; margin-bottom:14px;}
.tarja_cadasto .foco .cadastro .label{width:25%; height:40px;  line-height:44px; font-family: 'HelveticaNeueLTStd-Lt'; font-size:18px; color:#414141; text-align:right; margin-left:2.5%;display:block; float:left; margin-top:10px;}
.tarja_cadasto .foco .cadastro .campo{width:67.5%; height:40px; margin-left:2.5%; display:block; float:left; margin-top:14px; font-family: 'HelveticaNeueLTStd-Lt'; font-size:18px; color:#414141; line-height:36px; }
.tarja_cadasto .foco .cadastro .campo input[type="text"]{width:100%; height:40px; line-height:34px; font-family: 'HelveticaNeueLTStd-Lt'; font-size:18px; color:#414141; background-color:#e5e5e5; border:none; text-indent:6px;}

.tarja_cadasto .foco .cadastro .campo-cep{width:30%; height:40px; margin-left:2.5%; margin-right: 20%; display:block; float:left; margin-top:14px; font-family: 'HelveticaNeueLTStd-Lt'; font-size:18px; color:#414141; line-height:36px; }
.tarja_cadasto .foco .cadastro .campo-cep input[type="text"]{width:100%; height:40px; line-height:34px; font-family: 'HelveticaNeueLTStd-Lt'; font-size:18px; color:#414141; background-color:#e5e5e5; border:none; text-indent:6px;}

.tarja_cadasto .foco .cadastro .campo input[type="text"].dia{width:15%; float:left; margin-right:1%;} 
.tarja_cadasto .foco .cadastro .campo input[type="text"].mes{width:15%; float:left; margin-right:1%;} 
.tarja_cadasto .foco .cadastro .campo input[type="text"].ano{width:15%; float:left; margin-right:1%;} 
.tarja_cadasto .foco .cadastro .campo input[type="text"].ddd{width:15%; float:left; margin-right:1%;} 
.tarja_cadasto .foco .cadastro .campo input[type="text"].telefone{width:83.5%; float:left; }
.tarja_cadasto .foco .cadastro .btn_assine{width:25%; height:60px; text-align:center; color:#fff; background-color:#048ec2; font-family: 'HelveticaNeueLTStd-Blk'; font-size:26px; display:block; position:relative; border:none; line-height:59px; margin-top:20px; text-transform:uppercase; text-decoration:none; letter-spacing:3px; cursor:pointer; float:right; margin-right:2.5%;}
.tarja_cadasto .foco .cadastro select{width:33%; height: 38px; line-height:38px; font-family: 'HelveticaNeueLTStd-Lt'; color:#414141; border:solid 1px #CCC;  font-size:18px;}

.tarja_cadasto .foco .cadastro .campo a{text-decoration:none;}
.tarja_cadasto .foco .cadastro .campo a .naocep{width:35%; height:40px; display:block; position: relative;  background-color:#414141; color:#fff;  font-family: 'HelveticaNeueLTStd-Blk'; font-size:18px; float:left; text-align:center; line-height:39px;} 
.tarja_cadasto .foco .cadastro .upload{width:67.5%; height:40px;margin-left:2.5%;   border:none; border-radius:8px; margin-top:10px; display:block; position:relative; float:left;}

/* Esconde o input */
.tarja_cadasto .foco .cadastro .upload input[type='file'] {
  display: block;
  float:left;
  margin-left:-98px;
  margin-top:3px;
  color:#000;
  font-size:11px;
  font-family:'HelveticaNeueLTStd-LtEx';
  margin-top:12px;
}

/* Apar?ncia que ter? o seletor de arquivo */
.tarja_cadasto .foco .cadastro .upload label {
  background-color: #048ec2;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  text-align:center;
  padding: 6px 20px;
  display:inline-block;
  width:150px;
  height:30px;
  position:relative;
  letter-spacing:1px;
  float:left;
  font-family: 'HelveticaNeueLTStd-Bd';
  line-height:30px;
  font-size:14px;
}


/* /////// RADIO /////// */

$DarkBrown: #292321;
$Orange: #CC3300;

input[type="radio"] {
    display:none;
	
}
input[type="radio"] {
    color: $DarkBrown;
    font-family:Arial, sans-serif;
    font-size:14px;

}
input[type="radio"] {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  50%;
    border-radius:  50%;
}

input[type="radio"]  {
     background-color:$DarkBrown;
}

input[type="radio"]:checked {
     background-color:$Orange;
}

input[type="radio"] + ,
input[type="radio"]:checked{
  -webkit-transition:background-color 0.4s linear;
  -o-transition:background-color 0.4s linear;
  -moz-transition:background-color 0.4s linear;
  transition:background-color 0.4s linear;
}
}

}
@media  (min-width: 300px) and ( max-width: 598px ){

.tarja_cadasto .foco .cadastro .btn_assine{width: 60%;}
.tarja_cadasto .foco .cadastro .label {
    width: 25%;
    height: 40px;
    line-height: 44px;
    font-family: 'HelveticaNeueLTStd-Lt';
    font-size: 12px;
    color: #414141;
    text-align: right;
    margin-left: 0%;
    display: block;
    float: left;
    margin-top: 10px;
    }

  .tarja_cadasto{margin-top:0px;}

}