.margin-wrapper-header {
	padding-top: 122px
}

.wrapper-full {
	width: 1250px;
	margin: 0 auto;
}

section.CadastroNews div.content-form {
	max-width: 1200px
}

.padding60 {
	padding: 60px 0;
}

.flex-center-bet {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.font-brand {
	font-family: 'Fredoka One', cursive;
}


ul.bar-tit-section {
	font-family: 'Fredoka One', cursive;
	justify-content: flex-start;
}

ul.bar-tit-section li:first-child {
	flex-grow: 0;
	padding-right: 10px;
}

.bar-tit-section .titsection {
	font-size: 30px;
}

.bar-tit-section .link_mais {
	color: #EA4058;
	border: solid 1px #EA4058;
	border-radius: 100px;
	opacity: 1;
	padding: 8px 25px;
    text-transform: uppercase;
    font-size: 13px;
}

.bar-tit-section .link_mais:hover {
	background: #EA4058;
	color: #fff;
}

.box-main-primary {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-radius: 20px;
}

a {
	transition: .2s;
}

a:hover {
	transition: .2s;
}

/* MEDIAS [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []  */

@media ( max-width: 1100px ) {
	.wrapper-full {
		width: 90%;
	}
}

@media ( max-width: 768px ) {
	.margin-wrapper-header {
		padding-top: 0px;
	}
	.wrapper-full {
		width: 98%;
	}
	.bar-tit-section .titsection {
    	font-size: 24px;
	}
}