.header, .nav {
	justify-content: center
}

*, .box_more_view a, .container_nav_mobile a, .descricao_main a {
	text-decoration: none
}

* {
	margin: 0;
	padding: 0;
	outline: 0;
	box-sizing: border-box;
	line-height: 1.2em;
	font-family: 'Baloo Thambi 2', cursive, sans-serif;
	-webkit-tap-highlight-color: transparent
}

.no-scroll {
	position: fixed;
	width: 100%
}

.header {
	width: 100%;
	background: #ffe156;
	display: flex;
	padding: 10px
}

.container_header {
	width: 100%;
	max-width: 1280px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.logo {
	width: 250px
}

.container_nav a:last-child:after, .logo_mobile, .sub_nav_itens a:after {
	display: none
}

.container_nav, .nav {
	width: 100%;
	display: flex
}

.acao_header {
	display: flex;
	flex-direction: column;
	align-items: end;
	gap: 15px
}

.login_header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: #db2f67;
	color: #fff;
	font-weight: 600;
	padding: 8px 20px;
	border-radius: 50px;
	cursor: pointer;
	width: 165px;
	text-transform: uppercase;
	font-size: 14px;
	height: 35px;
	border-radius: 6px
}

.login_header > * {
	cursor: pointer
}

.login_header.login_true {
	padding: 0px 0px 0px 16px;
	width: max-content;
	border-radius: 16px 50px 50px 16px
}

.login_header img {
	width: 25px
}

.login_header:hover {
	filter: brightness(0.9)
}

.login_header img.login_foto_user {
	width: 55px;
	height: 55px;
	object-fit: cover;
	border-radius: 50px;
	border: 3px solid #e74a6e
}

.acoes_join {
	display: flex;
	gap: 10px;
	align-items: center
}

.mobile_join {
	font-size: 30px;
	color: #db2f67;
	border: 3px solid;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer
}

.logout {
	background: #db2f67;
	border-radius: 6px;
	padding: 10px 20px;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
	text-transform: uppercase;
	font-size: 14px;
	height: 35px
}

.logout_icon {
	width: 20px
}

.logout:hover {
	filter: brightness(0.9)
}

.container_join {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: #000000ad;
	top: 0;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.join_show {
	display: flex
}

.close_join {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 26px;
	padding: 5px;
	cursor: pointer
}

.close_join i {
	filter: invert(1) brightness(0.95)
}

.modal_join {
	position: relative;
	background: #3264ae;
	width: 100vw;
	max-width: 350px;
	height: 55vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 30px;
	padding: 15px;
	border-radius: 6px;
	box-shadow: 0 3px 9px #000000a1;
}

.boxes_plataforma {
	display: flex;
	align-items: center;
	justify-content: center
}

.box_login, .box_cadastro {
	display: none
}

.box_join_show {
	display: block
}

.box_login form, .box_cadastro form {
	display: flex;
	flex-direction: column
}

.titulo_join {
	font-size: 32px;
	font-weight: 600;
	margin: 15px 0;
	text-align: center;
	color: #fff
}

.modal_join form input, .modal_join form button {
	background: #ffff;
	font-size: 15px;
	margin: 2px 0;
	padding: 10px 15px;
	border-radius: 6px;
	border: 2px solid #c1c1c1;
	width: 300px
}

.modal_join form button {
	background: #ffff;
	font-size: 16px;
	font-weight: 500;
	margin-top: 10px;
	cursor: pointer
}

.modal_join form button:hover {
	opacity: .8
}

.opcao_join_mobile {
	display: none;
	font-size: 14px;
	font-weight: 600;
	color: #3264ae;
	text-align: center;
	margin: 35px auto 0;
	background: #ffffff;
	width: max-content;
	padding: 3px 8px;
	border-radius: 4px;
	cursor: pointer
}

.box_google {
	position: relative;
	border-top: 1px solid #ffffff;
	padding-top: 30px
}

.box_google:before {
	content: 'ou se preferir';
	position: absolute;
	top: -10px;
	background: #3264ae;
	color: #fff;
	left: 25%;
	padding: 0 8px
}

.join_google {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 5px 15px 5px 10px;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 500;
	position: relative
}

.join_google:hover {
	opacity: .8
}

.join_google img {
	width: 35px
}

.box_busca_header {
	position: relative
}

.box_busca_header input {
	border: 1px solid #cecece;
	border-radius: 6px;
	padding: 10px 40px 10px 12px;
	width: 340px;
	font-size: 16px;
	font-weight: 500;
	color: #5e4d4d
}

.box_busca_header button {
	position: absolute;
	top: 4px;
	right: 6px;
	background: transparent;
	padding: 5px 10px 5px 20px;
	border: none;
	cursor: pointer;
	font-size: 20px;
	color: #5e4d4d
}

.box_busca_header svg path {
	fill: #6d5a87
}

.box_busca_header button:hover svg path {
	fill: #e74a6e
}

form.busca_header_mob {
	margin: 25px 0 30px
}

.busca_header_mob .box_busca_header input, .container_main figure img, .noticia_page figure img {
	width: 100%
}

.nav {
	background: #db2f67;
	padding: 8px
}

.container_nav {
	max-width: 1280px;
	justify-content: center;
	align-items: center
}

.container_nav a, .container_nav div.sub_nav {
	margin: 0 25px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	transition: none, .1s;
	cursor: pointer;
	text-align: center;
	z-index: 6;
}

.container_nav a:hover {
	color: #ffe156
}

.container_nav .sub_nav:after, .container_nav a:after, .container_nav span:after {
	content: '';
	height: 18px;
	height: -webkit-fill-available;
	width: 1px;
	background: rgba(255, 255, 255, .5);
	display: block;
	position: absolute;
	top: 0;
	right: -20px
}

a.sub_nav_iten:after {
	display: none
}

.sub_nav_itens {
	position: absolute;
	display: none;
	flex-direction: column;
	background: #db2f67;
	padding: 15px 10px 10px;
	left: -30px;
	top: 20px;
	transition: none, .1s;
	width: 290px
}

.sub_nav_itens.ligas {
	width: 220px
}

.sub_nav_itens a {
	margin: 5px 25px
}

.container_nav div.sub_nav:hover .sub_nav_itens, .datas_desfiles, .dias_desfiles {
	display: flex
}

.show_nav_mobile {
	display: flex !important
}

.nav_mobile {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 999;
}

.nav_mobile .menu_mobile {
	cursor: pointer
}

.nav_mobile .menu_mobile span {
	width: 50px;
	height: 5px;
	background: #e74a6e;
	display: block;
	margin: 9px 0;
	border-radius: 10px
}

.nav_mobile_close {
	content: '';
	position: absolute;
	height: 40px;
	width: 40px;
	right: 25px;
	top: 20px;
	cursor: pointer
}

.nav_mobile_close:after, .nav_mobile_close:before {
	content: '';
	width: 40px;
	height: 5px;
	border-radius: 10px;
	background: #e74a6e;
	display: block;
	position: absolute;
	top: 15px
}

.nav_mobile_close:after {
	transform: rotate(45deg)
}

.nav_mobile_close:before {
	transform: rotate(-45deg)
}

.container_nav_mobile {
	display: none;
	height: 100vh;
	width: 100vw;
	background: #ffe156;
	position: fixed;
	top: 0;
	left: 0;
	padding: 20px 0 0;
	flex-direction: column;
	overflow: auto
}

.container_nav_mobile a {
	color: #e74a6e;
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-left: 15px
}

.sub_nav_mobile {
	display: flex;
	flex-direction: column;
	font-size: 25px;
	font-weight: 600;
	color: #3264ae;
	text-transform: uppercase;
	margin: 0 15px;
	line-height: 2
}

.contato_faq, .dia_desfile>span {
	font-weight: 500
}

.sub_nav_mobile a {
	margin-left: 20px
}

.sub_nav_divisor_mobile {
	margin: 5px 0;
	padding-top: 12px;
	border: none;
	border-top: 1px solid
}

.main {
	width: 100%;
	max-width: 1280px;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	padding: 20px;
	margin: 0 auto
}

.box_data_desfile, .container_main {
	flex-direction: column;
	display: flex
}

.container_main {
	max-width: 1280px;
	width: 100%
}

nav.noticia_share {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin: 5px auto 15px
}

.noticia_home {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 30px;
	margin: 40px 0
}

a.noticia_home_item {
	width: calc((100% / 3) - 20px);
	color: #5e4d4d;
	border: 1px solid #bfbfbf;
	border-radius: 6px;
	box-shadow: 0 3px 6px #0003
}

.news_sidebar a:hover figure, a.noticia_home_item:hover {
	opacity: .8
}

a.noticia_home_item.curadoria {
	background: #ffbcbc
}

a.noticia_home_item.removido:after {
	content: "REMOVIDO";
	background: red;
	color: #fff;
	text-align: center;
	display: block
}

a.noticia_home_item figcaption {
	padding: 5px 15px
}

a.noticia_home_item img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 6px 6px 0 0
}

a.noticia_home_item h3 {
	margin: 5px 0
}

a.noticia_home_item p {
	margin: 5px 0 0;
	font-size: 14px
}

.box_data_desfile {
	margin: 40px;
	align-items: center;
	border-radius: 12px;
	padding: 25px 10px 5px;
	background: #4d82d0;
	color: #fff;
	width: 270px;
	text-align: center
}

.box_data_desfile h2 {
	border-bottom: 1px solid #fff
}

.dia_desfile {
	text-align: center;
	margin: 20px 20px 10px;
	display: flex;
	flex-direction: column
}

span.dia_semana_desfile {
	font-size: 40px
}

span.mes_desfile {
	font-size: 20px;
	letter-spacing: 4px
}

.sidebar {
	width: 300px;
	min-height: calc(100vh - 370px);
	flex: 0 0 auto;
	border-left: 1px solid;
	margin: 60px 0 60px 30px;
	padding-left: 30px
}

p.titulo_sidebar {
	color: #3264ae;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 25px
}

.box_more_view, .news_sidebar {
	margin-bottom: 20px
}

.news_sidebar a {
	color: #db2f67
}

.news_sidebar figure {
	max-width: 100%;
	display: flex;
	transition: .2s
}

.news_sidebar figure img {
	width: 80px;
	height: 80px;
	object-fit: cover
}

.news_sidebar figcaption {
	margin: 0;
	padding: 0 10px;
	font-weight: 400;
	border-top: none;
	border-radius: 0 0 6px 6px;
	text-align: initial;
	display: flex;
	flex-direction: column
}

.news_sidebar figcaption span {
	font-weight: 500;
	color: #3264ae
}

.contato_faq {
	background: #db2f67;
	padding: 20px;
	border-radius: 6px;
	text-align: center
}

.box_more_view a:hover, .views_noticia {
	background: #ffe156
}

.contato_faq a {
	color: #fff
}

.more_views {
	border-top: 2px solid #db2f67;
	padding-top: 50px;
	margin-top: 50px
}

.titulo_views {
	font-size: 24px;
	color: #3264ae;
	margin-bottom: 30px
}

.box_more_view a {
	display: flex;
	border: 1px solid #db2f67;
	border-radius: 0 6px 6px 0;
	color: #000
}

.box_more_view figure {
	width: 250px;
	height: 150px;
	flex: 0 0 auto
}

.box_more_view figure img {
	height: 100%;
	object-fit: cover
}

.conteudo_more_view {
	padding: 20px
}

.conteudo_more_view h5 {
	font-size: 18px;
	margin-bottom: 15px
}

@media (max-width:1024px) {
	.box_more_view a {
		flex-direction: column;
		border-radius: 6px;
		overflow: hidden
	}

	.box_more_view figure {
		width: 100%;
		height: 300px
	}

}

.container_main .noticia_conteudo, .container_main .noticia_conteudo p {
	font-size: 20px;
	line-height: 1.5em;
	margin-bottom: 15px
}

.titulo_main, h1.titulo_main, p.titulo_main {
	font-size: 40px;
	color: #3264ae;
	margin: 30px 0 10px;
	text-align: center
}

h1.titulo_main {
	margin: 0px 0 20px;
}

.mais_noticias {
    text-align: center;
    margin: 25px 0 -10px;
    color: #db2f67;
    font-size: 28px;
    font-weight: 500;
    border: 2px solid;
    border-left: 0;
    border-right: 0;
    padding: 10px;
}

.descricao_main {
	margin-bottom: 20px;
	text-align: center
}

h2.descricao_main, h3.descricao_main, h4.descricao_main {
	font-weight: 400
}

.descricao_main a {
	color: #e74a6e;
	font-weight: 500
}

.descricao_main a:hover {
	color: #3264ae
}

.noticia_home_destaque {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.noticia_home_destaque a {
    position: relative;
    width: 49%;
}
.noticia_home_destaque img {
    height: 35vh;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 3px 6px #0003;
}
.noticia_home_destaque figcaption {
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: max-content;
    min-height: 70px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #db2f67a6;
    color: #ffffff;
    text-shadow: 2px 2px 2px black;
    border-radius: 0 0 6px 6px;
}

.noticia_page .removido {
	display: block;
	text-align: center;
	background: red;
	color: #fff;
	padding: 5px;
	margin: 20px
}

.views_noticia {
	padding: 5px 10px;
	font-weight: 500;
	border: 1px solid
}

.views_noticia.edit_noticia {
    cursor: pointer;
}

.noticia_page h2, .noticia_page h3, .noticia_page h4 {
	margin: 25px 0
}

.noticia_page figure {
	max-width: 90%;
	margin: 10px auto;
	text-align: center
}

.noticia_page figcaption {
	text-align: center;
	margin-top: 10px
}

.noticia_page a {
	color: #db2f67;
	font-weight: 500
}

.erro_404 {
	color: #e74a6e !important;
	font-size: 90px !important;
	margin: -30px 0 -50px !important
}

.container_main ol, .container_main ul {
	margin: 0 0 20px 30px;
	font-size: 18px
}

.container_main ol li, .container_main ul li {
	margin: 0 0 5px
}

.form_edit {
	display: flex;
	flex-direction: column;
	gap: 10px
}

.form_edit input, .form_edit textarea {
	width: 100%;
	font-size: 18px;
	padding: 8px
}

.footer p, .form_edit .label-edit {
	font-size: 16px;
	font-weight: 500
}

.form_edit textarea {
	height: 400px
}

.form_edit .checkbox {
	display: flex;
	align-items: center;
	width: max-content;
	gap: 10px
}

.form_edit input[type=checkbox] {
	height: 18px
}

.form_edit .label-edit {
	background: #db2f67;
	color: #fff;
	width: max-content;
	margin-bottom: -11px;
	padding: 1px 12px;
	border-radius: 0 6px 0 0
}

.form_edit .edit_destaque {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 15px 0 10px;
    padding: 15px 10px;
    background: #f1f1f1;
    border: 1px solid #cecece;
    border-left: none;
    border-right: none;
}

.form_edit .btn-edit-enviar {
	padding: 10px 35px;
	font-size: 20px;
	background: #3264ae;
	color: #fff;
	cursor: pointer;
	border: none;
	border-radius: 3px
}

.footer {
	background: #3264ae;
	color: #fff;
	text-align: center;
	padding: 5px
}

.footer a {
	display: block;
	color: #fff;
	margin: 10px 0;
	font-size: 14px
}

@media (max-width:768px) {
	.container_header {
		justify-content: center
	}

	.noticia_home_destaque a {
		width: 100%;
	}

	.noticia_home_destaque figcaption {
		font-size: 14px;
	}

	.acao_header {
		position: absolute;
		right: 10px
	}

	.login_header {
		display: none
	}

	.login_header.login_true {
		display: block
	}

	.mobile_join {
		display: flex
	}

	.login_header {
		padding: 5px 15px 5px 5px
	}

	.login_header label {
		display: none
	}

	.logout {
		display: none
	}

	.login_header.login_true {
		padding: 0px
	}

	.login_header img.login_foto_user {
		margin-top: -10px
	}

	.login_header.login_true {
		border: none;
		background: transparent
	}

	.opcao_join_mobile {
		display: block !important
	}

	a.noticia_home_item {
		width: calc((100% / 2) - 20px)
	}

	.datas_desfiles {
		flex-direction: column
	}

	p.titulo_sidebar {
		font-size: 24px;
		margin-bottom: 20px
	}

	.header {
		border-bottom: 3px solid #e74a6e
	}

	.busca_header, .logo, .nav {
		display: none
	}

	.logo_mobile, .nav_mobile {
		display: block
	}

	.logo_mobile {
		width: 130px
	}

	.main {
		flex-direction: column-reverse
	}

	.sidebar {
		width: 100%;
		margin: 50px auto 0;
		padding: 50px 0 0;
		border: none;
		border-top: 2px solid #db2f67
	}

	figcaption {
		margin-top: 5px
	}

}

@media (max-width:460px) {
	.modal_join {
		max-width: 100vw;
		height: 100vh !important
	}

	.opcao_join_mobile {
		margin: 0 auto
	}

	a.noticia_home_item {
		width: calc((100% / 1) - 20px)
	}

	.titulo_main, h1.titulo_main, p.titulo_main {
		font-size: 34px;
		margin: 10px 0 0
	}

}

@media (max-height:799px) {
	.modal_join {
		height: 80vh
	}

}

@media (max-height:680px) {
	.modal_join {
		height: 100vh
	}

}
.adsbygoogle {z-index: 9;}