/* Newsletter */
.boxdestaque2-section {
	padding: 6rem 0;
	background-color: var(--color-blue);
	margin: 0;
}
.boxdestaque2-section h2{
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 48px;
	text-align: center;
	color: var(--color-white);
	box-shadow: none;
}
.boxdestaque2-section p{
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	color: var(--color-white);
	box-shadow: none;
}
.boxdestaque2-section .btn-2{
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	border:none;
}
.boxdestaque2-section .btn-2:hover,.boxdestaque2-section .btn-1:hover{
	background-color: var(--color-black);
	color: var(--color-white);
}
.boxdestaque2-section .btn-1{
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 28px;
text-align: center;
color: var(--color-blue);
background: var(--color-white);
border:none
}
.boxdestaque2-section *{
	text-shadow:1px 1px 5px #00222b;
}


.boxdestaque2-section *{
	text-shadow: none;
}
.boxdestaque2-section .btn{
	box-shadow: none;
}
@media screen and (max-width:767px) {
	.boxdestaque2-section .btn-1{
		margin-bottom: 1rem;
	}
}