
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Ubuntu', 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: 80px;
	margin: 35px 0 40px -15px;
}

.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-menu{
	border-top: 3px solid rgb(224, 224, 224);
	border-bottom: 3px solid rgb(224, 224, 224);
}

#menu.dynamika-menu-nav-forest {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

#menu.dynamika-menu-nav-forest, 
#menu.dynamika-menu-nav-forest > * {
    padding-right: 0;
    padding-left: 0;
}
#menu .dynamika-menu-a-root {
    font-size: 14px;
    line-height: 60px;
    color: rgb(33, 25, 224);
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border: 0.6px solid transparent;
    margin: 0px !important;
	padding: 0 30px !important; 
	transition: background-color 0.4s ease; 
	position: relative; 
	color: rgb(17, 19, 109) !important;
}

/* #menu .dynamika-menu-a-root:hover {
    background-color: rgba(255, 174, 27, 0.1);
    color: rgb(241, 167, 28) !important;
} */

.dynamika-menu-a-root::after {
    content: "●";
    font-family: 'Material Symbols Outlined';
    position: absolute;
    right: -5px; /* Mudamos de left para right */
	bottom: 1px;
    font-size: 22px;
    color: rgb(241, 167, 28) !important;
    transition: all 0.3s ease;
    margin: 0;
    display: inline-block;
    line-height: 60px;
}

li:last-child .dynamika-menu-a-root::after {
    display: none !important;
    content: none !important;
}

.dynamika-menu-a-root:not(:last-child) {
    position: relative;
    padding-right: 35px;
}

#menu li {
	text-decoration: none;
}

#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, .bloco1 a span, .conteudo-card-especial a span {
	font-weight: 900;
	font-size: 14px;
	line-height: 14px;
	margin-top: 15px !important;
	color: rgb(240, 164, 0);
}

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

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

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

.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: 280px;
	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;
}

.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 {
	display: flex !important;
	align-items: center !important;
}
.mais_lidas_texto a {
	padding: 0 10px;
	display: block;
	font-weight: 900;
	font-size: 19px;
	margin-left: 8px;
}

.height200 {
	height: 200px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	overflow: hidden;
}
.height100 {
	height: 182px !important;
	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: 4px solid rgb(255, 174, 27);
	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;
}

/* Container Principal */
.video-view-container {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #f9f9f9;
}

/* Player de Vídeo */
.video-player-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    background: #000;
}

.embed-responsive-16by9 {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    padding-top: 56.25%; /* Proporção 16:9 */
}

.embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-details {
    background: #fff;
    padding: 30px;
    border-radius: 0 0 12px 12px;
    margin-top: -5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.video-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.3;
}

.video-meta {
    font-size: 0.9rem;
    color: #7f8c8d;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.video-meta i {
    color: #e74c3c;
}

hr.custom-hr {
    border-top: 1px solid #eee;
    margin: 25px 0;
}

.video-description-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #34495e;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.video-description-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    white-space: pre-line;
}

/* Reserva o espaço 16:9 para evitar saltos de layout */
.video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9; 
    background-color: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.thumb-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.video-wrapper:hover .thumb-video {
    transform: scale(1.05);
}

/* Camada visual de Play */
.play-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    transition: background 0.3s;
}

.play-overlay:hover {
    background: rgba(0, 0, 0, 0.4);
}

.play-icon {
    width: 50px;
    height: 50px;
    background: #ff0000;
    border-radius: 50%;
    position: relative;
}

.play-icon::after {
    content: "";
    position: absolute;
    top: 15px; left: 20px;
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent #fff;
}

.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);
	border-top: 10px solid rgb(133, 186, 148);
}

.footer-background {
	background-color: rgb(240, 240, 240);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
}

.logotipo-footer img {
	width: 300px !important;
}

.logotipo-footer-filiais {
	display: flex !important;
	align-items: center !important;
}

.logotipo-footer-filiais {
	margin: 30px 0;
}
.logotipo-footer-filiais img {
	filter: grayscale(100%);
	width: 190px !important;
}

.logotipo-footer-filiais span {
	font-size: 32px;
	font-weight: 600;
	padding: 0px !important;
}

.logotipo-footer-filiais .image-footer-filiais:first-child {
    margin-left: 0px !important;
    padding-right: 24px !important;
}

.logotipo-footer-filiais .image-footer-filiais:last-child {
    margin-right: 0px !important;
    padding-left: 24px !important;
}

.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 {
	display: inline-block;
	/* width: 100% !important; */
	color: #031F73 !important;
	margin-bottom: 2px;
}

.container-text-info{
	border-bottom: 3px solid rgb(231, 231, 231);
	margin-bottom: 12px;
	position: relative;
}

.border-title{
	position: absolute;
	height: 6px;
	width: 140px !important;
	background-color: rgb(255, 174, 27) !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(255, 174, 27);
	color:rgb(3, 31, 115);
	border: 0px;
	padding:10px 22px;
	font-size:14px;
	height: 38px;
	line-height:12px;
	font-weight:bold;
	border-radius:3px;
	text-transform: uppercase;
	transition: all .2s ease;
}

.btn-newslatter:hover {
	transform: scale(1.03, 1.03);
}

.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;
}

.onde-vamos{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 22px;
	color: rgb(17, 19, 109) !important;
	margin-top: -22px;

}

.onde-vamos p {
	margin: 0px !important;
	padding: 0px !important;
	color: rgb(17, 19, 109) !important;
	font-size: 16px;
}

.container-regiao-cabecalho a{
	margin-left: 11px !important;
	border: 2px solid #ffb101;
	padding: 4px;
	border-radius: 8px 0px 5px 0px;
	color: rgb(17, 19, 109) !important;
	font-weight: 700;
}

.redes-sociais-cabecalho{
	margin-top: 60px;
}

.conteudo-primeira-noticia{
	padding-left: -15px !important;
	background-color: rgb(231, 231, 231);
}
.conteudo-primeira-noticia.col-ce1-24.col-tb1-12.col-pc1-12{
	margin-left: -15px !important;
	padding-right: -15px !important;
}

.container1-noticias{
	padding-top: 15px !important;
	padding-bottom: 0px !important;
}

.titulo-2{
	margin-top: 5px !important;
	font-size: 34px !important;
}

.image-bloco-2 img{
 height: 300px !important;
}

.conteudo-bloco-2{
	margin-top: 14px !important;
}
.conteudo-bloco-2 h3{
	margin-top: 5px !important;
}
.conteudo-bloco1-noticia-lateral h4{
	margin-top: 5px !important;
}

.secao-conteudo-exclusivo{
	padding: 40px 0px !important;
	width: 100% !important;
	background-color: rgb(231, 231, 231) !important;
}

.noticia-exclusiva-conteudo{
	margin-top: 12px !important;
}

.container-newsletter{
	height: 165px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	margin-bottom: 40px !important;
	position: relative;
}

.container-paragrafo-newsletter{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100% !important;
}

.container-paragrafo-newsletter{
	position: relative;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	min-height: 100% !important;
}

.titulo1-news-letter{
	font-size: 19px;
    font-weight: 600;
    height: 90px !important;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 10px;
}

.titulo2-news-letter{
	margin-top: 10px !important;
	font-size: 16px;
	font-weight: 600;
	color: rgb(3, 31, 115);
}

.titulo1-news-letter{
	font-size: 19px;
    font-weight: 600;
    height: 90px !important;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 10px;
}

.titulo2-news-letter{
	font-size: 16px;
	font-weight: 600;
	color: rgb(3, 31, 115);
}

.line{
	height: 5px !important;
	background-color: rgb(255, 174, 27);
	width: 120px !important;
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
}

.conteudo-card-especialcol-ce1-24.col-tb1-12.col-pc1-12{
	margin-left: -15px !important;
}

.conteudo-card-especial {
	background-color: white !important;
}

.conteudo-card-especial a h4 {
	margin-top: 5px !important;
	font-size: 21px !important;
}

.imagem-card-especial.col-ce1-24.col-tb1-12.col-pc1-12{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.imagem-card-especial-2.col-ce1-10{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.container-especiais > div:first-child {
    padding-left: 0 !important;
}

.container-especiais > div:last-child {
    padding-right: 0 !important;
}

.secao-reportagens-especiais{
	background-color: rgb(255, 174, 27) !important;
}

.banner-lateral-gente{
	height: 400px !important;
}
.bloco3 a img{
	margin-bottom: 10px;
}
.bloco3 a h3{
	margin-top: 5px;
}

.card-vozes img {
	height: 180px !important;
}

.card-intervalo img {
	height: 180px !important;
}

.secao-intervalo{
	background-color: rgb(255, 174, 27) !important;
}
.container-eventos{
	position: relative;
	padding-left: 25px !important;
	padding-right: 25px !important;
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.numeracao-mais-lidas{
	color: rgb(255, 174, 27);
	font-size: 64px !important;
	font-weight: 600;
}

.numeracao-mais-lidas p {
	margin: 0px !important;
	padding: 0px !important;
}

.header-text-info{
	position: relative;
}

.botao-todos {
	color: rgb(3, 31, 115) !important;
	font-weight: 500 !important;
	position: absolute;
	right: 0px !important;
	text-transform: uppercase;
	bottom: 4px !important;
}

.botao-todos-eventos {
	color: rgb(3, 31, 115) !important;
	font-weight: 600 !important;
	position: absolute;
	right: 0px !important;
	text-transform: uppercase;
	bottom: 0px !important;
	background-color: rgb(255, 174, 27);
	padding: 10px;
}

.container-text-info-evento{
	border-bottom: 3px solid rgb(255, 174, 27);
}

.border-title-evento{
	width: 190px !important;
	bottom: -4px !important;
	left:0px !important;
	z-index: 999 !important;
	border-bottom: 4px solid rgb(231, 231, 231);
	position: absolute;
	height: 6px;
	width: 140px !important;
}

.container-rodape-contatos{
	margin-top: 20px !important;
	display: flex !important;
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.card-rodape-contatos{
	padding: 0px !important;
}

.card-rodape-contatos h5 {
	font-weight: 600;
	color: rgb(3, 31, 115) !important;
	font-size: 16px;
}

.card-rodape-contatos a {
	color: rgb(3, 31, 115) !important;
	font-size: 14px;
	text-transform: uppercase;
}

.card-rodape-contatos span {
	color: rgb(3, 31, 115) !important;
}

.card-rodape-contatos img {
	color: rgb(3, 31, 115) !important;
}

.icones-rodape-sociais img {
	margin-top: 5px !important;
	width: 32px !important;
}

.circle{
	display: inline-block;
	width: 8px !important;
	height: 8px !important;
	border-radius: 100%;
	background-color: rgb(255, 174, 27);
	margin-right: 5px !important;
}
.card-newsletter-rodape{
	margin-top: -10px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	border-radius: 8px !important;
	overflow: hidden;
	background-color: rgb(248, 248, 248);
	border: 1px solid rgb(221, 221, 221);
}

.card-newsletter-rodape span {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	min-height: 100%;
	width: 60px;
	background-color: rgb(17, 24, 76);
	color: white;
}

.content-news-letter-rodape a{
	font-size: 12px !important;
	padding: 7px !important;
	border-radius: 8px !important;
	background-color: rgb(17, 24, 76) !important;
}

.title-news-letter{
	padding: 8px 5px 0px 5px !important;
	font-size: 13px !important;
	font-weight: 600;
	color: rgb(54, 54, 54) !important;
}

.logo-estado{
	height: 50px !important;
}

.box-filtro {
  position: relative;
  background-color: rgb(240, 240, 240);
}

.icon-filtro{
  position: absolute;
  top: -15px;
  right: -5px;
  font-size: 30px !important;
  background-color: rgb(240, 240, 240);
  border: 5px solid white;
  padding: 11px;
  border-radius: 50%;
  color: rgb(50, 50, 50);
}

.box-filtro strong{
  font-size: 17px;
}
.box-filtro p {
  font-size: 13px;
  color: rgb(77, 77, 77);
  padding: 0px !important;
  margin: 14px 0px  !important;
}

.titulo-filtro{
  padding-bottom: 4px !important;
  border-bottom: 2px solid var(--color-secondary);
}

 .box-filtro #w1 input, .box-filtro #w1 .select2-selection{
  font-size: 14px !important;
  color: rgb(169, 171, 169) !important;
  
} 

.btn-padrao-busca, 
.btn-clear {
  display: inline-block !important;
  vertical-align: middle !important;
  border: 0 !important;
  border-radius: 5px !important;
  font-size: 15px !important;
  line-height: 15px !important;
  transition: all .2s ease;
  background-color: rgb(212, 212, 212);
  padding: 11px 30px !important;
  margin: 0 5px 0 0 !important;
  cursor: pointer;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

.btn-padrao-busca:hover {
  background-color: rgb(13, 110, 253) !important;
  color: #FFF !important;
}

.btn-clear:hover {
  background-color: rgb(13, 110, 253) !important;
  color: white !important;
}

.padding-busca {
  padding: 15px;
  border-radius: 8px;
  white-space: nowrap; 
}
.imagem-mais-lidas {
    height: 100px;
    overflow: hidden;
    padding: 0;
}

.imagem-mais-lidas img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; 
}

.conteudo-mais-lidas{
	display: flex;
	align-items: center;
	height: 100px !important;
}

.img-veja-tambem {
	width: 100% !important;
	height: 160px !important;
	object-fit: cover !important;
	border-radius: 4px;
}
.row-noticia {
	margin-bottom: 15px;
	display: flex;
	align-items: center; 
}

.card-materia a > * {
	margin: 7px 0px !important;
}

#colunista .foto-colunista {
    width: 320px !important; 
    height: 320px !important;
    object-fit: cover !important;
    float: left; 
    margin-right: 20px;
    margin-bottom: 10px;
    background-color: #f0f0f0;
}

#colunista::after {
    content: "";
    display: table;
    clear: both;
}

.banner-mascara {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end; 
    width: 1500px !important;
    height: 280px !important;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden !important;
}

.banner-mascara img {
    width: 1300px !important;
    height: 250px !important;  
    object-fit: cover; 
    flex-shrink: 0; 
}

.texto-materia p{
	font-size: 15px !important;
}

.banner-coluna-lateral{
	height: 400px !important;
	overflow: hidden;
}

.banner-coluna-lateral a {
	width: 100% !important;
}

.banner-coluna-lateral a img {
	width: 100% !important;
}

.banner-coluna-lateral {
    height: 400px !important;
    overflow: hidden !important;
    display: block !important;
    padding: 0 !important;
}

.banner-coluna-lateral a {
    display: block !important;
    height: 100% !important;
    width: 100% !important;
}

.banner-coluna-lateral a img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; 
    aspect-ratio: auto !important; 
    border: 1px solid #e1e1e1;
    padding: 2px;
} 

.rodape-lateral {
    display: flex;
    justify-content: start !important;
    align-items: start !important;
    flex-direction: column;
}

.rodape-lateral ul {
    padding-left: 0px !important;
    margin-bottom: 15px; 
}

.rodape-lateral li {
    list-style: none;
    position: relative;
    padding-left: 18px; 
}

.rodape-lateral li::before {
    content: "\2022";
    color: rgb(255, 174, 27);
    font-weight: bold;
    display: inline-block;
    font-size: 25px;
    position: absolute;
    left: 0;
    top: 50%; 
    transform: translateY(-50%);
}

.rodape-lateral li h6::before,
.rodape-lateral li:has(h6)::before {
    display: none !important;
    content: none !important;
}

.rodape-lateral li:has(h6),
.rodape-lateral li:has(> h6) {
    padding-left: 0 !important;
}

.rodape-lateral p {
	height: 2px !important;
}
.rodape-lateral li h6 {
    margin: 0;
    display: block;
    background-color: transparent;
}