ul {
	list-style: none;
	padding: 0;
}
div.wpcf7-mail-sent-ok {
	border: none;
	background: #E8BAC8;
	color: #743448;
	font-size: 13px;
	padding: 10px;
	border-radius: 4px;
}
*{

	box-shadow: none !important;
	outline: none !important;
}

section.pagina-mensagem{
	background:#743448 !important;
	display:flex !important;
	height:100%;
	justify-content:center;
	align-items:center;
}
section.pagina-mensagem .box-center{
	text-align:center;
	background: #fff;
	padding: 40px;
	border-radius: 9px;
}
section.pagina-mensagem .titulo-section span{
	font-weight:bold;
	text-transform:uppercase;
	color:#743448;
}
section.pagina-mensagem p{
	max-width: 324px;
	font-size:12px;
	font-size: 15px;
	margin-top: 20px;
}
section.pagina-mensagem .btn{
	font-size: 14px;
	background: #AF7587;
	color: #fff !important;
	font-weight: bold;
}
section.pagina-mensagem .btn:hover{
	background:#794656
}
.btn-danger {
	color: white;
	border-radius: 3px;
	padding: 5px 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.5;
	text-align: center;
	min-width: 105px;
	background: #743448;
	border: 1px solid #743448;
}
.wpcf7 .wpcf7-validation-errors{
	display:none !important;
}
.wpcf7 .wpcf7-not-valid-tip{
display: block;
    background: #e8bac8;
    padding: 9px;
    border-radius: 4px;
    color: #743448;
    font-size: 13px;
    margin-bottom: 12px;
    background-image: url(http://inga.melhordev.com/wp-content/themes/understrap-child/img/iconalert.svg);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    text-align: left;
    text-indent: 28px;
}

button:disabled {
	cursor: not-allowed !important;
}