#ouibounce-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
#ouibounce-modal .underlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	cursor: pointer;
	-webkit-animation: fadein .5s;
	animation: fadein .5s
}
#ouibounce-modal .modal { 
	z-index: 1;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0; 
	-webkit-animation: popin .3s;
	animation: popin .3s;
	height: 372px; max-width:480px; min-width:380px; width:100%; background:rgba(255,255,255,.5); text-align:center; }
#ouibounce-modal  img { max-width:50%;}
   .padding { padding:30px;}
   .sucribete {background: black; color: white; text-align: center; margin-top: 20px; padding: 10px; font-size:12px;}
   .sucribete span { font-size: 18px;}
   #ouibounce-modal  #mc4wp_email { border: none; width: 96%; margin-top: 20px; height: 24px; padding: 0 2%; font-size: 14px; }
   #ouibounce-modal  .button {  border: none; background: #D5D5D5; margin-top: 15px; width: 60px; float: right; font-size:12px;  }
  .terminos { text-align:left; font-size: 13px;	margin-top:10px; }
  .terminos a { color: white; }
 
@-webkit-keyframes fadein {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-ms-keyframes fadein {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes fadein {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-webkit-keyframes popin {
0% {
-webkit-transform:scale(0);
transform:scale(0);
opacity:0
}
85% {
-webkit-transform:scale(1.05);
transform:scale(1.05);
opacity:1
}
100% {
-webkit-transform:scale(1);
transform:scale(1);
opacity:1
}
}
@-ms-keyframes popin {
0% {
-ms-transform:scale(0);
transform:scale(0);
opacity:0
}
85% {
-ms-transform:scale(1.05);
transform:scale(1.05);
opacity:1
}
100% {
-ms-transform:scale(1);
transform:scale(1);
opacity:1
}
}
@keyframes popin {
0% {
-webkit-transform:scale(0);
-ms-transform:scale(0);
transform:scale(0);
opacity:0
}
85% {
-webkit-transform:scale(1.05);
-ms-transform:scale(1.05);
transform:scale(1.05);
opacity:1
}
100% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1);
opacity:1
}
}
