/************** Whatsapp Screen na tela de Cartões Presentes ******************/

#ts-screen-ex {
  display: flex;
  flex-wrap: wrap;
}

#ts-screen-e-mail,
#ts-screen-whats {
	margin: 0 auto 22px auto;
	flex: 1;
}

#ts-screen-e-mail{
  margin-right: 20px;
}

#ts-screen-whats {
	max-width: 370px;
}

#ts-screen-msg {
	background: #eee2dc url("https://leveporvc.com.br/wp-content/uploads/wts-screen-back.png") no-repeat center top;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.27);
	font-size: 16px;
	color: #222;
	letter-spacing: -0.1px;
}

#ts-screen-msg p {
	margin:18px 0;
}

#mail-screen-legenda p,
#wts-screen-legenda p,
#ts-screen-msg p:first-child {
	margin: 0;
}

#ts-screen-msg p:last-child {
	font-size: 15px;
	color: #666;
	line-height: 1.1;
	margin: 0;
	transform: matrix(0.94, 0, 0, 1, -6, 0);
}

.wts-blue {
  color: #008dc8;
}

.wts-screen-header {
	background: url("https://leveporvc.com.br/wp-content/uploads/wts-screen-header.png") no-repeat left top;
	height: 155px;
	background-size: contain;
}

.wts-screen-bubble-1 {
	background: url("https://leveporvc.com.br/wp-content/uploads/wts-screen-bubble1.png") no-repeat left top;
	height: 12px;
}

.wts-screen-bubble-2 {
	background: url("https://leveporvc.com.br/wp-content/uploads/wts-screen-bubble2.png") repeat-y left top;
	min-height: 297px;
	padding: 0px 34% 7px 23px;
	line-height: 20px;
	display:none;
}

.wts-screen-bubble-3 {
	background: url("https://leveporvc.com.br/wp-content/uploads/wts-screen-bubble3.png") no-repeat left top;
	height: 44px;
}

.wts-screen-bottom {
	background: url("https://leveporvc.com.br/wp-content/uploads/wts-screen-bottom.png") no-repeat left bottom;
	min-height: 150px;
	background-size: contain;
}

#ts-screen-msg,
#ts-screen-mail,
.wts-screen-header,
.wts-screen-bottom{
	border-radius: 9px;
}

#mail-screen-legenda,
#wts-screen-legenda {
  margin: 10px 0;
  color: #555;
  font-size: .85em;
  text-align: center;
}

#ts-screen-mail {
	background-color: #f7f7f7;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.27);
	user-select: none;
}

.mail-screen-bloco {
	padding: 6%;
}

.mail-screen-logo {
  margin: 0 0 10px;
  text-align: center;
}

.mail-screen-header {
  background-color: #f9b5b1;
  border-radius: 10px 10px 0 0;
}

.mail-screen-header p {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  letter-spacing: -.5px;
  text-align: center;
  padding: 25px 10px;
  line-height: 1;
  margin: 0;
}

.mail-screen-body {
  background: #fff;
  padding: 40px;
  border: 1px solid #dedede;
  color: #3c3c3c;
  border-radius: 0 0 8px 8px;
}

.mail-screen-msg {
	font-style: italic;
	color: #505050;
	margin-bottom: 28px;
	border-left: 3px solid #ff6f61;
	padding: 0px 0 0px 15px;
}

.mail-ts-300{
	font-weight:300;
}

.mail-card {
  background: #f5f5f5;
  padding:20px 0;
  text-align: center;
}

.mail-card p {
	margin: 5px 0;
}

.mail-amount {
  font-size: 42px;
  letter-spacing: -2px;
  margin-top: -10px !important;
}

.mail-btn {
	display: inline-block;
	background: #f9b5b1;
	padding: 10px;
	font-weight: 500;
	font-size: 14px;
}

.mail-code {
	font-size: 16px;
	padding: 4px 8px;
	background-color: #323232;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	margin: 13px!important;
}

.code-expire {
  text-transform: uppercase;
  font-size: 11px;
}

.mail-foot {
  font-size: 13px;
  color: #8a8a8a;
  text-align: center;
  margin: 20px 0 0 0;
}

@media (max-width: 888px) {
	#ts-screen-ex {
	  flex-direction: column;
	}
	#ts-screen-e-mail {
	  margin: 33px -22px;
	}
	#ts-screen-mail {
		border:none;
		box-shadow:none;
	}
}

@media (max-width: 420px) {
	#ts-screen-msg {
		font-size: 15px;
	}
	
	.wts-screen-bubble-2 {
		padding: 0px 33% 7px 23px;
	}
	
	.wts-screen-bottom {
		min-height: 111px;
	}
	
	.wts-screen-header {
		max-height: 150px;
	}
	
	.mail-screen-body {
		padding: 20px;
	}
}