p{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
}
.text-badge h2{
    font-size: 20px;
}
.title-form{
    margin-top: 20px;
}
.title-form h2{
    font-size: 16px;
}
.desktop{
    display: none;
}
.mobile{
    display: block;
}
.col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
form.form .button-badge button{
    margin-bottom: 70px;
    max-width: 100%;
    margin-top: 15px;
    font-size: 16px;
}
.logo-avon,.logo-diva{
    text-align: center !important;
}
.logo-avon img,.logo-diva img{
    margin: 30px 0px !important;    
}
form .form-input input{
    font-size: 17px;
}
form.form .required-fields{
    font-size: 12px;
}
.asterisco{
    left: 2px;
}
footer h3{
    font-size: 11px;
    padding: 0px
}
footer h1{
    font-size: 10px;   
}
.button-badge{
    text-align: center;
    max-width: 100%;
}
.button-badge button{
    margin: 0px 0px 20px 0px;
    max-width: 100%;
    width: -moz-available;
}
#cookies button{
    margin-bottom: 20px;
    font-size: 15px;
}
#cookies p{
    font-size: 15px;
    margin-bottom: 20px;
}
#goBadge{
    width: 60px;
    height: 60px;
}
#goBadge.mobile{
    display: block;
}
#cookies{
    height: 100%;
}
#cookies .container{
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
}
#formSuccess .lightBox p{
    width: 100%;
}