.modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
}
#home-page .modal-body {
    position: relative;
    max-height: 100%;
    padding: 15px;
    float: right;
    width: 100%;
    margin-top: 0;
}
.modal-header,
.modal-content{
  border: none;
  background: transparent;
  box-shadow: none;
}
#meumodal{
    width: 640px;
    height: 330px;
    padding: 10px;
    overflow: inherit;
    border-radius: 0;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(/arquivos/popupZeroberto.png) no-repeat left #fff;
    background-position: 40px 10px;
}
#meumodal .modal-header{
  display: block!important;
}
.modal-body .formsArea{
    width: 85%;
    margin: 0 auto;
    display: block;
}
.modal-body h5{
    color: #000;
    float: left;
    width: 95%;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    line-height: 120%;
    text-align: center;
    padding: 20px 0 0;
}
.modal-body h1{
  font-size: 13px;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 400;
}
.modal-body .boxCampoPu {
    text-align: left;
    margin-top: 5px;
}
.modal-body .boxCampoPu > p{
    float: none;
    width: 50%;
    margin: 0;
    height: auto;
    padding: 0px;
    display: inline-block;
    color: #000;
}

.modal-body .boxCampoPu > p label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    /* float: left; */
    width: auto!important;
    /* vertical-align: top; */
    padding: 0px;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 100%;
    text-transform: capitalize;
    margin-left: 5px;
}

.modal-body .boxCampoPu > p input:checked + label::before {
    content: "";
    background-color: #fff;
}
/*
.modal-body .boxCampoPu > p input + label::before {
    width: 15px;
    height: 15px;
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #e5e5e5;
    content: "";
    float: left;
    margin: 0px 6px 0px 0px;
}
*/
.modal-body .boxCampoPu > p input:checked::before, 
.modal-body .boxCampoPu > p input[type="radio"] {
    visibility: visible;
    margin-top: 0;
    margin-right: 5px;
}
.modal-body .boxCampoPu > p input {
    /* float: left; */
    width: auto!important;
    /* vertical-align: top; */
}
.box-form-msg{
    font-size: 14px;
    font-weight: 100;
    color: #000;
    margin: -3px 0 8px;
}
.modal-body .boxCampoPu .puNome, 
.modal-body .boxCampoPu .puEmail{
    width: 100%!important;
    height: 30px;
    border-radius: 0;
    max-width: inherit;
    margin: 0px 0 2px 0px!important;
    font-size: 14px!important;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0px 0px 0px 0px;
    color: #000;
    background: transparent;
    text-align: left;
    border-top: none;
    border-left: none;
    border-right: none;
}
.modal-body .enviarPU{
    margin: 5px auto;
    width: 60%;
    height: 44px;
    background-color: #a9192f;
    z-index: 9;
    position: relative;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    display: block;
    letter-spacing: 1px;
    padding: 15px 0px 0px 0px;
    text-align: center;
    top: 7px;
}
.modal-header .close {
    right: -10px;
    position: absolute;
    text-shadow: none;
    z-index: 9999;
    opacity: 1;
    color: #fff;
    top: -45px;
    font-size: 33px;
    font-weight: 100;
}
.modal-body #customAlert{
    display: none;
    position: fixed;
    width: 50%;
    color: #fff;
    text-align: center;
    right: 0;
    top: 40%;
    /* background-color: #a9192f; */
    padding: 15px;
    border-radius: 10px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}
.modal-body #customAlert #closeAlert{
    position: absolute;
    right: 5px;
    top: -15px;
    cursor: pointer;
    font-size: 10px;    
}

.modal-body sub {
    bottom: 0;
}

.modal-img {
    display: inline-block;
    width: 50%;
    position: absolute;
    top: -28px;
    left: 0px;
}
.modal-conteudo {
    display: inline-block;
    width: 50%;
    position: absolute;
    left: 320px;
    top: -50px;
}

.modal-conteudo .desconto {
    margin-top: 10%;
    font-size: 12px;
    text-align: center;
}

.modal-dialog div#msg {
    color: #000;
    font-weight: bold;
}

@media (max-width: 767px){
    #meumodal{
        background: #fff;
        height: 430px;
        width: 100%;
    }    
    #home-page .modal-body{
        width: 100%;
        float: left;
        margin-top: 0;
        padding: 0;
    }
    .modal-body .formsArea{
        width: 100%
    }
    .modal-body .boxCampoPu > p{
        margin: 15px 8px 0;
    }
}


@media (max-width: 480px){
   .modal-img {
    display: none;
  }
  .modal-conteudo {
    display: inline-block;
    width: 100%;
    left: 0;
    top: 0;
  }
}