* {
  box-sizing: border-box;
}

.payment {
	background-color: #3d525c;
	color: white;
	font-size: 1em;
	height: 48px;
	transition: all 0.3s ease 0s;
	border-radius: 3px;
	border: 0;
	width: 100%;
    max-width: 300px;
}
.payment2{
	margin-top:8px;
}
.sign_img{
	width:150px;
}
.local_info{
	background-color: #ffffcc;
	padding:0.5em;
	border-left:3px solid black;
    text-align:left;
}
.pl{
	padding:0 8px 0 8px;
}
.marketing3 {
  float: left;
  width: 33%;
  padding: 0;
  height: auto; 
  text-align:center;
}
.marketing {
  float: left;
  width: 50%;
  padding: 0;
  height: auto; 
  text-align:center;
}

.row_market:after {
  content: "";
  display: table;
  clear: both;
}
.modal-dialogwb{
    background: rgba(0,0,0,0.7);
    bottom: 0;
    left: 0;
    opacity:0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top:0;
    z-index:1000;
    transition: opacity 100ms ease-in;
}
.modal-dialogwb:target {
    opacity: 1;
    pointer-events: auto;
}
.modal-dialogwb div {
    background-color:white;
    height: auto;
    padding: 1em;
    position: absolute;
    left: 50%;
    top:50%;
    transform:translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: rotate(7deg);
    width:80%;
    max-width: 570px;
    box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
}
.close2 {
    background: red;
    color: white;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -15px;
    width: 25px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 12px;
    box-shadow: 1px 1px 3px #000;
    font-size: 16px;
}
.iframe_sign{
	width:100%;
	height:400px;
	border:0;
}
.line{
	border-bottom:1px solid black
}
@media screen and (width <= 1000px) {
	.marketing,.marketing3{
		width: 100%;
		padding: 0;
		margin-top:1em;
	}
}
.flex-container_info{
    display: flex;
	flex-direction:row;
	margin-bottom:1em;
}
.flex-child {
    flex: 1;
} 
.magenta{
    margin-right: 8px;
	text-align:right;
}

.green{
    margin-left: 8px;
	text-align:left;
}
.singlesign{
	display: flex;
	align-items: center;
	justify-content: center;
}

.singlesign div {
	width: 300px;
	height: auto;
}
.img_anual{
	width:200px;
}