#modalAcesse {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

div.modal {
  font-family: sans-serif;
  margin: 0 auto;
  width: 90%;
  max-width: 800px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

div.modal header {
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  background: #ededed;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #cc092f;
  position: relative;
  padding: 0 120px 0 20px;
  font-family: "Arial";
  font-weight: bold;
  font-size: 18px;
}

div.modal header span.title {
  display: inline-block;
  vertical-align: middle;
}

div.modal section {
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
}

div.modal section p {
  margin-bottom: 12px;
  font-family: arial;
  font-size: 13px;
  line-height: 18px;
}

div.modal section h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

div.modal section fieldset {
  border-radius: 5px;
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

div.modal section fieldset h4 {
  background: url(https://banco.bradesco/assets/common/img/ico_IB.jpg) no-repeat left;
  margin: 0;
  height: 40px;
  line-height: 40px;
  padding-left: 50px;
  font-size: 13px;
  font-weight: normal;
}

div.modal section fieldset p {
  background: url(https://banco.bradesco/assets/common/img/ico_cpf.jpg) no-repeat left;
  height: 40px;
  line-height: 40px;
  padding-left: 50px;
  font-size: 13px;
  font-weight: normal;
}

div.modal section fieldset ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.modal section fieldset ul li {
  float: left;
  font-size: 13px;
  margin-left: 5px;
}

div.modal section fieldset ul li input[type=text] {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  padding: 5px;
  margin-right: 5px;
}

div.modal section fieldset ul li input[type=text]#AGN {
  width: 80px;
}

div.modal section fieldset ul li input[type=text]#CTA {
  width: 80px;
}

div.modal section fieldset ul li input[type=text]#DIGCTA {
  width: 30px;
}

div.modal section fieldset ul li.link {
  margin-left: 10px;
}

div.modal section fieldset ul li.link a {
  display: table;
  position: relative;
  text-decoration: none;
  color: #393939;
  margin-top: 5px;
}

div.modal section fieldset ul li.link a:before {
  content: '\203A';
  position: absolute;
  top: -2px;
  right: -12px;
  font-size: 17px;
}

div.modal section fieldset ul li.link a:hover {
  color: #75a7ec;
}

div.modal section ul.accordion div.description p {
  margin: 0 0 20px 0!important;
}

div.modal section a {
  color: #393939;
}

div.modal section a:hover {
  color: #75a7ec;
}

div.modal section a.lnk-blue {
  color: #00539f;
}

div.modal section a.lnk-blue:hover {
  color: #75a7ec;
}

div.modal section a.lnk-red {
  color: #cc0a2f;
}

div.modal section a.lnk-red:hover {
  color: #ea1b49;
}

div.modal button.mfp-close {
  position: absolute;
  display: table;
  right: 20px;
  top: 11px;
  width: 76px;
  height: 24px;
  padding: 0 0 0 12px;
  line-height: 23px;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  background: #f6f6f6;
  background: -moz-linear-gradient(top, #f6f6f6 0%, #ffffff 50%, #efefef 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f6f6f6), color-stop(50%, #ffffff), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #ffffff 50%, #efefef 100%);
  background: -o-linear-gradient(top, #f6f6f6 0%, #ffffff 50%, #efefef 100%);
  background: -ms-linear-gradient(top, #f6f6f6 0%, #ffffff 50%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), color-stop(50%, #ffffff), to(#efefef));
  background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 50%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#efefef', GradientType=0);
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  opacity: 1;
  text-decoration: none;
}

div.modal button.mfp-close:hover {
  color: #488ae6;
}

div.modal button.mfp-close:before {
  content: '\00d7';
  position: absolute;
  left: 8px;
  top: 0;
  color: #ff0000;
  font-size: 18px;
}

div.modal input[type=submit].ok {
  width: 44px;
  height: 27px;
  padding: 0;
  line-height: 13px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  background: #b90925;
  background: -moz-linear-gradient(top, #b90925 0%, #e31b32 50%, #b90a25 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #b90925), color-stop(50%, #e31b32), color-stop(100%, #b90a25));
  background: -webkit-linear-gradient(top, #b90925 0%, #e31b32 50%, #b90a25 100%);
  background: -o-linear-gradient(top, #b90925 0%, #e31b32 50%, #b90a25 100%);
  background: -ms-linear-gradient(top, #b90925 0%, #e31b32 50%, #b90a25 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#b90925), color-stop(50%, #e31b32), to(#b90a25));
  background: linear-gradient(to bottom, #b90925 0%, #e31b32 50%, #b90a25 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b90925', endColorstr='#b90a25', GradientType=0);
  border-radius: 5px;
  border: 1px solid #b90925;
  color: #fff;
}

div.modal .lnk {
  text-decoration: none;
  font-size: 13px!important;
  background: url("https://banco.bradesco/assets/classic/img/seta-link.png") no-repeat right center;
  color: #00539F!important;
  display: inline-block;
  padding-right: 8px;
  line-height: 17px;
  min-height: 17px;
}

div.modal .lnk:hover {
  text-decoration: underline;
  color: #488AE6!important;
}

@media only screen and (max-width:767px) {
  div.modal header {
    font-size: 15px;
  }

  div.modal header span.title {
    line-height: normal;
  }
}

@media only screen and (max-width:479px) {
  div.modal header {
    font-size: 13px;
  }

  div.modal section fieldset h4 {
    line-height: 17px;
    margin-bottom: 10px;
  }

  div.modal section fieldset ul li {
    margin-bottom: 10px;
  }

  div.modal section fieldset ul li:first-child {
    float: none;
  }

  div.modal section fieldset ul li label.conta span {
    display: inline-table;
    padding-left: 12px;
  }
}

@media only screen and (max-width:320px) {
  div.modal header {
    font-size: 12px;
  }
}

div.ncliente {
  display: table;
  width: 90%;
  padding-top: 30px;
  position: relative;
  clear: both;
}

div.ncliente.ncliente-modal div.description {
  max-width: 85%;
}

div.ncliente img {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  max-width: 90px;
  float: left;
}

div.ncliente div.description {
  width: 88%;
  float: right;
  background: #cde2ff;
  border-radius: 10px;
  position: relative;
  padding: 20px;
  margin-bottom: 22px;
  color: #393939;
}

div.ncliente div.description p {
  font-family: Georgia, "serif"!important;
  font-style: italic!important;
  font-size: 16px!important;
  margin: 0!important;
  margin-bottom: 10px!important;
}

div.ncliente div.description p a {
  text-decoration: none;
  font-size: 13px;
  background: url("https://banco.bradesco/assets/classic/img/seta-link.png") no-repeat right center;
  color: #00539F;
  padding-right: 8px;
  line-height: 17px;
  min-height: 17px;
  margin-top: 10px;
  cursor: pointer;
  font-family: sans-serif!important;
  font-style: normal!important;
}

div.ncliente div.description p a:hover {
  text-decoration: underline;
  color: #488AE6;
}

div.ncliente div.description span {
  display: block;
  font-size: 13px;
}

div.ncliente div.description:before {
  content: '';
  position: absolute;
  left: -10px;
  bottom: 21%;
  border-top: 5px solid transparent;
  border-right: 10px solid #cde2ff;
  border-bottom: 5px solid transparent;
}

div.ncliente-novo {
  display: table;
  width: 100%;
  position: relative;
  clear: both;
}

div.ncliente-novo.ncliente-modal div.description {
  max-width: 85%;
}

div.ncliente-novo img {
  display: block;
  position: absolute;
  bottom: 16px;
  left: 100px;
  max-width: 90px;
  float: left;
}

div.ncliente-novo div.description-novo {
  width: 100%;
  float: right;
  background: #EEEEEE;
  border-radius: 10px;
  position: relative;
  padding: 35px;
  text-align: center;
  margin-bottom: 22px;
  color: #393939;
}

div.ncliente-novo div.description-novo p {
  font-family: Georgia, "serif"!important;
  font-style: italic!important;
  font-size: 16px!important;
  margin: 0!important;
  margin-bottom: 10px!important;
}

div.ncliente-novo div.description-novo p a {
  text-decoration: none;
  font-size: 22px;
  color: #000000;
  padding-right: 8px;
  line-height: 17px;
  min-height: 17px;
  margin-top: 10px;
  cursor: pointer;
  font-family: sans-serif!important;
  font-style: normal!important;
}

div.ncliente-novo div.description-novo p a:hover {
  text-decoration: underline;
  color: #000000;
}

div.ncliente-novo div.description-novo span {
  display: block;
  font-size: 13px;
}

.nc-preencha-form {
  display: table;
  width: 100%;
  padding-top: 10px;
  position: relative;
  clear: both;
}

.nc-preencha-form img {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  max-width: 90px;
  float: left;
}

.nc-preencha-form div.description {
  width: 88%;
  float: right;
  background: #cde2ff;
  border-radius: 10px;
  position: relative;
  padding: 20px;
  margin-bottom: 22px;
  color: #393939;
}

.nc-preencha-form div.description p {
  font-family: Georgia, "serif"!important;
  font-style: italic!important;
  font-size: 16px!important;
  margin: 0!important;
  margin-bottom: 10px!important;
}

.nc-preencha-form div.description p a {
  text-decoration: none;
  font-size: 13px;
  background: url("https://banco.bradesco/assets/classic/img/seta-link.png") no-repeat right center;
  color: #00539F;
  padding-right: 8px;
  line-height: 17px;
  min-height: 17px;
  display: table;
  margin-top: 10px;
  cursor: pointer;
  font-family: sans-serif!important;
  font-style: normal!important;
}

.nc-preencha-form div.description p a:hover {
  text-decoration: underline;
  color: #488AE6;
}

.nc-preencha-form div.description span {
  display: block;
  font-size: 13px;
}

.nc-preencha-form div.description:before {
  content: '';
  position: absolute;
  left: -10px;
  bottom: 21%;
  border-top: 5px solid transparent;
  border-right: 10px solid #cde2ff;
  border-bottom: 5px solid transparent;
}

div.ncliente {
  display: table;
  width: 100%;
  padding-top: 30px;
  position: relative;
  clear: both;
}

div.ncliente.ncliente-modal div.description {
  max-width: 85%;
}

div.ncliente img {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  max-width: 90px;
  float: left;
}

div.ncliente div.description {
  width: 88%;
  float: right;
  background: #EDEDED;
  border-radius: 10px;
  position: relative;
  padding: 20px;
  margin-bottom: 22px;
  color: #393939;
  font-size: 13px;
}

div.ncliente div.description p {
  font-family: Georgia, "serif"!important;
  font-style: italic!important;
  font-size: 16px!important;
  margin: 0!important;
  margin-bottom: 10px!important;
}

div.ncliente div.description p a {
  text-decoration: none;
  font-size: 13px;
  background: url("https://banco.bradesco/assets/prime/img/seta-link.png") no-repeat right center;
  color: #265682;
  padding-right: 8px;
  line-height: 17px;
  min-height: 17px;
  margin-top: 10px;
  cursor: pointer;
  font-style: normal!important;
}

div.ncliente div.description p a:hover {
  text-decoration: underline;
  color: #488AE6;
}

div.ncliente div.description span {
  display: block;
  font-size: 13px;
}

div.ncliente div.description:before {
  content: '';
  position: absolute;
  left: -10px;
  bottom: 21%;
  border-top: 5px solid transparent;
  border-right: 10px solid #EDEDED;
  border-bottom: 5px solid transparent;
}

div.ncliente div.description form label {
  float: left;
  margin-top: 4px;
}

div.ncliente div.description form input {
  float: left;
  margin-left: 5px;
}

div.ncliente div.description #FormNaoCorrentista {
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
}
