body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Mulish', sans-serif !important;
	font-size: 15px;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

*, *::before, *::after {
	box-sizing:none !important;
}

::-webkit-scrollbar {
	width: 6px !important;
}

::-webkit-scrollbar-track {
	background: rgb(200, 200, 200)
}

::-webkit-scrollbar-thumb {
	background-color: rgb(159, 191, 111);
	border-radius: 2px;
}

a {
	color: rgb(0, 0, 0) !important;
	text-decoration: none;
}

.logo img {
	height: 70px;
	margin: 35px 0 40px 0;
}

.verde {
	background-color: rgb(1, 114, 1);
	height: 3px;
}

.vermelho {
	background-color: rgb(237, 25, 61);
	height: 3px;
}

.amarelo {
	background-color: rgb(255, 210, 3);
	height: 3px;
}

.btn-topo {
	color: rgb(50, 50, 50);
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	display: flex;
	margin-top: 60px;
}

.btn-topo span {
	font-size: 22px;
	padding-right: 3px;
}

.border-bottom-menu {
	border-bottom: 3px solid rgb(225, 225, 225);
}

#menu .dynamika-menu-a-root {
	font-size: 14px;
	line-height: 60px;
	color: rgb(33, 25, 224);
	font-weight: 900;
	padding: 3px 30px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

#menu li {
	text-decoration: none;
	border-right: 1px solid rgb(220, 220, 220) !important;
}

#menu li:last-child {
	border-right: none !important;
}

.bloco1 .menor a {
	font-weight: 900;
	font-size: 16px;
	line-height: 18px;
}

.bloco1 .menor img {
	width: 100%;
	height: 200px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
	margin-bottom: 10px;
}

.bloco1 .maior a {
	font-weight: 900;
	font-size: 40px;
	line-height: 46px;
}

.bloco1 .maior img {
	width: 100%;
	height: 425px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
	margin-bottom: 20px;
}

.bloco2 a span {
	font-weight: 900;
	font-size: 14px;
	line-height: 14px;
	margin-top: 5px;
	color: rgb(240, 164, 0);
}

.bloco2 a h2 {
	font-weight: 900;
	font-size: 20px;
	line-height: 22px;
	padding: 10px 0 5px 0;
	margin: 0;
	color: rgb(33, 25, 224);
}

.bloco2 a h3 {
	font-weight: 900;
	font-size: 24px;
	line-height: 28px;
	padding: 0;
	margin: 10px 0px 0px 0px;
}

.bloco2 h5 {
	font-weight: 900;
	font-size: 24px;
	line-height: 28px;
	padding: 0;
	margin: 10px 0px 0px 0px;
}

.bloco2 a p {
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	padding: 5px 0 0 0;
	margin: 0;
}

.bloco2 img {
	width: 100%;
	height: 250px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
}

.bloco3 a span {
	font-weight: 900;
	font-size: 14px;
	line-height: 14px;
	margin-top: 5px;
	color: rgb(240, 164, 0);
}

.bloco3 a h3 {
	font-weight: 900;
	font-size: 24px;
	line-height: 28px;
	padding: 0;
	margin: 0;
}

.bloco3 img {
	width: 100%;
	height: 500px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
}

.banner2 img {
	width: 100%;
	height: 350px !important;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
}

.border-triplo {
	border-top: 3px solid rgb(180, 180, 180);
}

.mais_lidas {
	display: flex;
	border-right: 1px solid rgb(200, 200, 200);
}

.mais_lidas:last-child {
	border-right: 0;
}

.mais_lidas_numero {
	font-size: 20px;
	line-height: 24px;
	font-weight: 900;
	color: rgb(170, 170, 170);
}

.mais_lidas_texto a {
	padding: 0 10px;
	display: block;
	font-weight: 900;
}

.height200 {
	height: 200px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	overflow: hidden;
}

.height250 {
	height: 350px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	overflow: hidden;
}

.texto-vertical {
	display: flex;
	align-items: center;
	text-align: left;
}

.agenda-capa {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.agenda-capa .dia-mes {
	border-left: 2px solid #D11554;
	padding: 20px 0;
}

.agenda-capa .dia {
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
}

.agenda-capa .mes {
	display: block;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.agenda-capa p {
	padding: 2px 0;
	margin: 0;
	line-height: 20px;
}

.contato {
	background-color: rgb(220, 220, 220);
	padding: 20px;
	width: 100%;
	float: left;
	margin: 10px 0;
}

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

.video span {
	position: absolute;
	color: rgb(255, 255, 255);
	font-size: 120px;
}

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

.video-menor-capa iframe{
	height: 500px;
}

.video-menor span {
	position: absolute;
	color: rgb(255, 255, 255);
	font-size: 80px;
}

footer {
	background-color: rgb(240, 240, 240);
}

.footer-background {
	background-color: rgb(240, 240, 240);
	background-image: url('../images/degrade-footer.png');
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
}

.padding10 {
	padding: 10px;
}

.titulo {
	border-bottom: 1px solid rgb(200, 200, 200);
	position: relative;
	height: 40px;
}

.titulo span {
	position: absolute;
	top: 40px;
	left: 0;
	height: 3px;
	background-color: rgb(13, 110, 253);
	width: 100px;
}

.img-thumb-galeria-foto {
	min-width: 100%;
	height: 200px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
}









/*----- SCROLL PARA O TOPO -----*/

.scrollTop {
	position: fixed;
	right: 10px;
	bottom: 40px;
	width: 50px;
	height: 50px;
	background-color: rgb(55, 140, 42);
	padding: 6px;
	line-height: 16px !important;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, .1);
	cursor: pointer;
	opacity: 0;
	border-radius: 3px;
	transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	line-height: 16px !important;
	padding: 0;
	margin: 0;
}

.scrollTop a:hover {
	color: #fff;
}





/*----- BOOTSTRAP -----*/

.bg-light {
	background-color: rgb(225, 225, 225) !important;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-info {
	color: #031F73 !important;
}

.text-warning {
	color: rgb(241, 103, 34) !important;
}

.nopadding {
	padding: 0 !important;
}

.nomargin {
	margin: 0 !important;
}

.border-azul {
	border: 1px solid rgb(62, 77, 161);
}

.bg-info {
	background-color: rgb(62, 77, 161) !important;
}

.link-news {
	color: rgb(255, 255, 255) !important;
	font-size: 24px;
	font-weight: 900;
}





/* ----- CARROUSEL -----  
#dtns0 {
	width: calc(275%) !important;
}*/





/* ----- INDEX EVENTO ----- */
.agenda {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.agenda .dia-mes {
	border-left: 2px solid rgb(1, 114, 1);
	padding: 20px 0;
}

.agenda .dia {
	display: block;
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
}

.agenda .mes {
	display: block;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.agenda p {
	padding: 2px 0;
	margin: 0;
	line-height: 20px;
}





/* MENU RESPONSIVO */

@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot');
	src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Common styles of menus */

.dl-menuwrapper {
	width: 100%;
	float: right;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
	right: 5%;
	top: 100px;
	z-index: 1000;
}

.dl-menuwrapper button {
	background-color: rgb(220, 220, 220);
	border: none;
	height: 42px;
	overflow: hidden;
	position: relative;
	outline: none;
	right: 0px;
	padding: 10px 10px;
	border-radius: 6px;
	cursor: pointer;
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
	width: 100px;
	text-align: center;
	z-index: 99;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
	background-color: rgb(220, 220, 220);
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #000;
	outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255, 248, 213, 0.1);
}

.dl-menuwrapper li.dl-back>a {
	padding-left: 30px;
	background: rgba(0, 0, 0, 0.4);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li>a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(212, 204, 198, 0.3);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li>a:after {
	right: 10px;
	color: rgba(0, 0, 0, 0.35);
}

.dl-menuwrapper .dl-menu {
	margin: 5px 0 0 0;
	position: absolute;
	width: 293px;
	opacity: 0;
	left: 17%;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen>a,
.dl-menu.dl-subview li.dl-subview>a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen>.dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen>.dl-submenu>li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper>.dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}


@-webkit-keyframes MenuAnimOut1 {
	0% {}

	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}

	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}

	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@keyframes MenuAnimOut1 {
	0% {}

	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
	}

	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}

	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}


.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}


@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}

	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}


@keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}

	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}


.dl-menuwrapper>.dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}


@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}


@keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}


.dl-menuwrapper>.dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}


@keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
}


/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li>a:not(:only-child) {
	background: rgba(0, 0, 0, 0.1);
}

.no-js .dl-menuwrapper li>a:not(:only-child):after {
	content: '';
}





/* MODAL NEWSLETTER */

.btn-modal {
	color: rgb(50, 50, 50);
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	display: flex;
	margin-top: 20px;
	margin-bottom: 30px;
}

#open-modal {
	background-color: transparent;
	border: 0 !important;
}


#fade {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 5;
}

#modal {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	max-width: 90%;
	background-color: #f1f1f1;
	padding: 1.2rem;
	border-radius: 0.5rem;
	z-index: 10;
	color: rgb(0, 0, 0);
	min-height: 450px !important;
}

#fade,
#modal {
	transition: 0.5s;
	opacity: 1;
	pointer-events: all;
}

.modal-cabecalho {
	display: flex;
	justify-content: space-between;
	align-items: center;

	color: rgb(0, 0, 0);
}

#modal.hide,
#fade.hide {
	opacity: 0;
	pointer-events: none;
}

#modal.hide {
	top: 0;
}




/* ----- PAGINAÇÃO ----- */
.pagination {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.pagination li {
	text-align: center;
	padding: 5px;
	margin: 2px;
	line-height: 16px;
	border: 2px solid #FFF;
	border-radius: 8px;
}

.pagination li a {
	padding: 5px 15px;
	transition: all .2s ease;
}

.pagination li:hover,
.pagination li.active {
	border: 2px solid rgb(170, 170, 170);
}

.pagination li:first-child,
.pagination li:last-child {
	border: none;
	padding: 5px 15px;
}





/* -------- SLIDER GALERIA FOTO  ---------- */

.column {
	float: left;
	width: 16.66%;
}

.demo {
	opacity: 0.6;
}

.active,
.demo:hover {
	opacity: 1;
}

#fotos {
	margin-top: 15px;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 110px;
	white-space: nowrap;
	margin-bottom: 5px;
	position: relative;
}

#fotos ul {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
}

#fotos ul li {
	cursor: pointer;
	width: 100px;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 6px;
	overflow: hidden;
	display: inline-block;
}

.mySlides {
	border-radius: 12px;
	overflow: hidden;
}

.video-menor-capa{
	margin-bottom: 15px;
	text-align: center;
}

.video-menor-capa h5 {
	margin-top: 10px;
}

.mb-5{
	margin-bottom: 25px !important;
}

.modal-header {
	position:relative;
	background-color: rgb(62, 77, 161) !important;
	color:rgb(255,255,255) !important;
}
  
.modal-header button {
	position: relative;
	right:0;
	top:0;
	border:0 !important;
}

.modal-header .close{
    color: #FFF;
}
  
.modal-title {
	margin-top:0;
	width:100%;
	text-align: center;
}
  
.modal-body {
	display: flex;
	flex-direction: column;
}

.container-newslatter{
	background-image: url("/images/background-news.jpg");
  	background-repeat: repeat;
	border-radius: 7px;
	overflow: hidden;
}

.titulo-form-newslatter{
	text-transform: uppercase;
	font-weight: bold;
	color: #e0e0e0;
}

.form-container {
	display: grid;
	align-items: center;
}

.btn-newslatter {
	background-color:rgb(230,230,230);
	color:#df363b;
	border: 0px;
	padding:10px 22px;
	font-size:14px;
	height: 38px;
	line-height:12px;
	font-weight:bold;
	border-radius:6px;
	text-transform: uppercase;
	transition: all .2s ease;
}

.btn-newslatter:hover {
	background-color:#df363b;
	color: #FFF;
}

.form-container input::placeholder {
	color:#df363b;
	font-weight: 600;
}

#form-news .help-block{
	color: #FFF;
}

#form-news .modal-body .help-block{
	color: #000;
}

.moldura-banner{
	border: 1px solid rgb(225, 225, 225);
    padding: 2px;
}

.moldura-banner-texto{
	color: rgb(204, 198, 198);
	text-decoration: underline;
}

/* ----- ICONES COMPARTILHAMENTO ----- */

.icone {
	display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 25px;
  padding:7px 6px;
	color: #FFF;
	font-size: 14px;
	line-height:14px;
	text-align: center;
  margin-top:10px;
  margin-bottom:10px;
  transition: all .3s ease;
  border:2px solid rgb(220,220,220);
}

.icone:hover {
  color:rgb(120,120,120);
  background-color: #FFF;
  border:2px solid rgb(220,220,220);
}

.icone:hover svg path {
  fill:rgb(120,120,120);
}

.icone-print {
	color: #000;
  margin-right:20px;
}

.icone-twitter {
	color: rgb(40,150,225);
}

.icone-whatsapp {
	color: #55B863;
}

.icone-facebook {
	color: #366EA7;
}

.icone-linkedin {
	color: #326BA4;
}

.rodape-whatsapp {
	color: #ffffff;
  width: 24px;
}

#colunista h3{
	font-weight: 900;
	margin-bottom: 8px !important;
    font-size: 24px;
    line-height: 28px;
    padding: 0;
    margin: 10px 0px 0px 0px;
}

.foto-colunista {
    display: inline;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    border-radius: 12px;
	margin-top: 23px;
    max-width: 40%;
    max-height: 60%;
    height: auto;
    width: auto;
}





/* ----- BUSCA ----- */

.form-control {
	border: 1px solid rgb(210,210,210);
	padding-left:20px;
	display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-padrao {
	color:rgb(167, 207, 54) !important;
	border: 2px solid rgb(210,210,210) !important;
	background:transparent !important;
	padding:8px 20px !important;
	font-size:12px !important;
	line-height:12px !important;
	height:34px !important;
	font-weight:bold;
	border-radius:20px;
	text-transform: uppercase;
	transition: all .2s ease;
}
  
.btn-padrao:hover {
	padding:8px 30px !important;
	border: 2px solid rgb(255,200,45);
	color:rgb(0,0,0) !important;
	background:transparent !important;
}