

.black_friday_popup{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    max-width: 500px; min-height: 550px; 
    height: 100%; 
    padding: 10; 
    text-align: center; 
    margin: 0 auto; 
    background-image: url('https://images.contelege.com.br/Landing/ge_black-friday-1000x1000.png');
    background-position: bottom center;
    background-size: cover; 
    display: flex;
  }
  .black_friday_popup div{
    padding: inherit; 
    margin: 10px 0 72px 0;
    align-self: flex-end;
    flex: 1;
  }
  .black_friday_popup div a{
    background-color: #d20001; 
    font-family: 'Effra', sans-serif; 
     color: white; 
    padding: 15px 15px;
    text-decoration: none; 
    border-radius: 15px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: 4px 4px #d2000190;
  }
  .black_friday_popup div a:hover{
    padding: 18px;
    font-size: 18px;
    box-shadow: none;
  }
  
  @media only screen and (max-width: 530px) {
    .black_friday_popup{
      max-width: 350px;
    min-height: 350px;
    }
    .black_friday_popup div{
      margin: 10px 0 34px 0;
    }
    .black_friday_popup div a{
      padding: 13px;
    font-size: 13px;
    }
    #timer_bf, #timer_bf_div{
      font-size: 12px;
    }
  }
  #timer_bf_div {
    color: white;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: fit-content;
  }
  #timer_bf{
    color: white;
    margin: 0 auto;
    padding: 3px;
  }
  
  
  /*  FORMULARIO: */
  .form-bottom {
    padding: 14px 15px;
    background: #eee;
    text-align: left;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-width: 0px 2px 2px 2px;
  }
  .form-bottom form {
    box-shadow: 2px 2px #16b14d60;
    border-radius: 25px;
  }
  .form-bottom form .form-group {
    margin-bottom: 3px;
  }
  .form-bottom form .form-group .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  }
  
  .form-bottom form .form-group label {
  font-weight: normal;
  padding-right: 15px;
  }
  .form-group .form-control {
  background-color: #f7f7f7;
  }
  .form-bottom form .form-group input.valid {
  border: 1px solid green;
  background: #fff url(https://static.contele.com.br/gv/landing/check.png) no-repeat scroll 98% 50% !important;
  }
  .form-bottom form .form-group input.error {
  border: 1px solid red;
  background: #fff url(https://static.contele.com.br/gv/landing/error.png) no-repeat scroll 98% 50% !important;
  }
  .form-bottom form .form-group .form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.55;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #19b951;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  }
  .form-bottom form .pull-left {
  margin: 10px 0;
  }
  .form-checkbox .radio_button_div {
  display: inline-flex;
  margin: 0 0 6px 0;
  }
  .radio_button_div input[type=radio] {
  visibility: hidden;
  width: 0;
  }
  .radio_button_div label {
  padding: 7px 11px;
  color: #000;
  border: 2px solid #19b951;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  }
  .form-top div h3 {
  text-align: center;
    padding-top: 24px;
    margin: 3px;
  }
  input[type=radio]:checked+label {
  background-color: #19b951 !important;
  color: #ffffff;
  }
  .form-group small#sub-termos {
  width: 100%;
  display: block;
  line-height: 14px;
  text-align: center;
  margin-top: 10px;
  }
  @media only screen and (max-width: 530px) {
  .subtitle_cadastro_popup{
  font-size: 13px !important;
  }
  }
  .subtitle_cadastro_popup{
  font-size: 16px
  }
  .loja_app_imagem_popup{
  margin-right: 10px;
    margin-top: 10%;
  }
  @media only screen and (max-width: 1170px) {
  .loja_app_imagem_popup{
  display: none;
  }
  }