.banco-popup{
  position : fixed;
  bottom : 0px;
  right  : 0px;
  background : #FAFBFB;
  /**/
  border: 1px solid #d6d7d8;
  
  width : 375px;
  z-index : 10;
  padding: 10px 15px 10px 10px;
}

@media only screen and (min-width: 28.125rem) {
  .banco-popup{
    bottom: 35px;
    right: 35px;
    width : 450px
  }
}

.banco-popup img{
  float : left;
  vertical-align: middle;
  width : 25%;
}

.banco-popup .close{
  position : absolute;
  right : 5px;
  top: 0; 
  font-weight : bold;
  font-size: 20px;
}

.banco-popup .popup-text{
  float: right;
  color: black;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 75%;
  font-size: 14px;
  padding-bottom: 25px;
}
.banco-popup.no-image .popup-text{
  width : 100%;
  padding-left: 0;
}

.banco-popup .popup-button{
  
  position: absolute;
  bottom: 10px;
  right: 10px;
  /*
  float:right;
  margin-left: 10px;
  */
}
.banco-popup .popup-button a{
  margin-bottom: 0;
}

.banco-popup .secondary{
}
