/**
* Style.
* 
* @author  Mario Sakamoto <mskamot@gmail.com>
* @license MIT http://www.opensource.org/licenses/MIT
* @see     https://wtag.com.br/divmon
*/

/*
* Reset
*/
html, body, div, span,
table, thead, tbody, tfoot, tr, th, td,
form, label, input, textarea, select, option, button,
ul, li,
h1, h2, h3, h4, h5, h6, p,
img,
a,
pre, code, 
iframe { }

html { }

body { }

div { }

span { }

table { }

thead { }

tbody { }

tfoot { }

tr { }

th { }

td { }

form { }

label { }

input { }

textarea { }

select { }

option { }

ul { }

li { }

h1 { }

h2 { }

h3 { }

h4 { }

h5 { }

h6 { }

p { }

img { }

a { }

/**
* Id
*/

/*
* Class
*/

.dv-dark-green {
	background: #018638;
}

.iu-green-bg {
	background-image: linear-gradient(90deg, hsla(53, 100%, 51%, 1) 0%, hsla(149, 100%, 32%, 1) 100%);
}

.green-bg {
	background-color: #018638;
}

.yellow-bg {
 background-color: hsla(53, 100%, 51%);
}

.iu-padding-column {
	padding-left: 16px;
}

.iu-padding-noticia {
	padding-left: 16px;
}

@media only screen and (max-width: 959px) { 

	.iu-padding-noticia {
	padding-left: 0px;
	}


}


@media only screen and (max-width: 959px) { 

	.iu-mobile-width {
		width: 620px !important;
	}
}

@media only screen and (max-width: 629px) { 

	.iu-mobile-width {
		width: 420px !important;
	}
}

@media only screen and (max-width: 390px) { 

	.iu-mobile-width {
		width: 200px !important;
	}
}

.iu-candidato-bg {
	background-color: white;
}

.iu-candidato-bg:hover {
	background-color: #00695c;
	transition: all 0.2s;
}

.iu-destaque-bg {
	background: linear-gradient(90deg, rgba(13,49,177,0.7) 0%, rgba(13,49,177,0.7) 100%);
}

.iu-candidato-bg:hover p{
	color: white;
}

.iu-candidato-bg:hover h6{
	color: white;
}

.iu-candidato-bg:hover img{
	filter: invert(100%) sepia(0%) saturate(7420%) hue-rotate(142deg) brightness(119%) contrast(115%);
}


.dv-dark-gray {
	color: #595959;
}

.iu-font-hover {
	color: black;
}

.iu-font-hover:hover {
	color: #595959
}

.iu-border-hover {
	color: black;
	border: solid 2px #000000;
}

.iu-border-hover:hover {
	color: #595959;
	border: solid 2px #595959;
}

.iu-colunista {
	filter: grayscale(1);
	transition: all 0.3s;
}

.iu-colunista:hover {
	filter: grayscale(0);
	transition: all 0.3s;
}

.iu-input {
	border: solid 1px  #757575 !important;
	background-color: white !important;
}

.iu-input:hover {
	border: solid 1px  #757575 !important;
}

.iu-input:focus {
	border: solid 1px  #757575 !important; 
}

.iu-input::placeholder {
	color:  #757575 !important;
}


.ui-fill-black {
	filter: invert(100%) sepia(0%) saturate(7420%) hue-rotate(142deg) brightness(119%) contrast(115%);
}

.ui-fill-white {
	filter: invert(10%) sepia(8%) saturate(1990%) hue-rotate(164deg) brightness(101%) contrast(89%);
}

.ui-text-box {
	border: solid 1px #fafafa;
	background: rgba(255, 255, 255, 0);
}

.dropdown-content-tag {
	display: none;
	position: absolute;
	left: 16;
	z-index: 50;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .40); 
	background: white;
	border-radius: 4px;
}

.dropdown-tag:hover .dropdown-content-tag {
	display: block;
	z-index: 50;
}

.dropdown-content-tag a {
	width: 200px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	display: block;
}

.dropdown-tag  {
	position: relative;
}

.iu-gray {
	color: #595959;
	transition: all 0.1s;
}

.iu-gray:hover {
	color: black;
	transition: all 0.1s;
}

.iu-gray-menu {
	color: #595959;;
	background-color: white;
}

.iu-gray-menu:hover {
	color: white;
	background-color: black;
}

.iu-green {
	color:black;
	transition: all 0.1s;
}

.iu-green:hover {
	color: #00695c;
	transition: all 0.1s;
}

.iu-yellow {
	color: white;
	transition: all 0.1s;
}

.iu-yellow:hover {
	color: #f5c157;
	transition: all 0.1s;
}

.iu-form ::placeholder { 
	color: #ececec; 
}

.iu-form input, .iu-form textarea, .iu-form select {
	border: solid 1px white;
	outline: none;
}

.iu-form input:hover, .iu-form textarea:hover, .iu-form select:hover { 
	border: solid 1px white;
}

.iu-form input:focus, .iu-form textarea:focus, .iu-form select:focus, .iu-form  button:focus {
	border: solid 1px white;
	outline-width: 0px;
}


/*
* Scroll suave
*/
@media (prefers-reduced-motion: no-preference) {
	html {
	scroll-behavior: smooth;
	}
}

:target {
	scroll-margin-top: 6rem;
}

.mapa {
	width: 650px;
	height: 660px;
}

@media only screen and (max-width: 959px) { 

	.mapa {
	width: 320px;
	height: 330px;
	}

}

.iu-conteudo iframe {
	width: 60%;
	height: 400px !important;
	text-align: center;
}

.iu-conteudo .twitter-tweet iframe {
    width: 60%;
    height: 626px !important;
    text-align: center;
}

.iu-conteudo p {
	margin-bottom: 22px;
}



@media only screen and (max-width: 959px) { 
    
    .iu-conteudo .twitter-tweet iframe {
        width: 60%;
        height: 626px !important;
        text-align: center;
    }

	.iu-conteudo iframe {
	width: 100%;
	height: 280px !important;
	text-align: center;
	}

	.iu-conteudo img {
	max-width: 90%;
	height: auto !important;
	text-align: center;
	}

	.iu-image {
	width: 100%;
	}

}


.fancybox__nav .carousel__button.is-prev {
	color: white !important;
}

.fancybox__nav .carousel__button.is-next {
	color: white !important;
}

.fancybox__button--zoom {
	color: white !important;
}

.fancybox__button--slideshow {
	color: white !important;
}

.fancybox__button--fullscreen {
	color: white !important;
}

.fancybox__button--download {
	color: white !important;
}

.fancybox__button--thumbs {
	color: white !important;
}

.fancybox__button--close {
	color: white !important;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	border-color: #5cb270 !important;
}

.fancybox__caption {
	color: white !important;
}

.iu-text-shadow {
	text-shadow: 0 1px 3px rgb(0 0 0 / 80%);
}

.iu-mobile-width {
	width: 200px;
}

.iu-gradient-noticia {
	background: linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,.5) 40%,rgba(0,0,0,.3) 80%,rgba(0,0,0,.5));
}

.js-scroll {
	opacity: 0;
	transform: translate3d(-30px, 0, 0);
	transition: 0.75s;
}

.js-scroll.ativo {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: 0.75s;
}

#uitotop {
	background-color: #018638;
	border-radius: 4px;
	padding: 8px;
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 16px;
	z-index: 999;
	visibility: hidden;
	transform: translate3d(30px, 0, 0);
	transition: 0.75s;
	opacity: 0;
}

#uitotop.show {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	transition: 0.75s;
}

#uimenu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	transform: translate3d(0, -40px, 0);
	transition: 0.75s;
	width: 100%;
	opacity: 0;
	visibility: hidden;
}

#uimenu.show {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	transition: 0.75s;
}

#dv-menu {
	animation: show-menu 0.75s;
}

@keyframes show-menu {
	from {
		transition: 0.75s;
		opacity: 0;
	}
	to {
		opacity: 1;
		transition: 0.75s;
	}
}

#ui-menu {
	animation: show-menu-animation 0.75s;
}

@keyframes show-menu-animation {
	from {
		transform: translate3d(200px, 0, 0);
		transition: 0.75s;
	}
	to {
		transform: translate3d(0, 0, 0);
		transition: 0.75s;
	}
}

.ui-submenu-desativado {
	display: none;
}

.ui-submenu-ativado {
	animation: show-menu-ativado 0.75s;
	visibility: visible;
	transition: all 0.75s;
}

@keyframes show-menu-ativado {
	from {
		transform: translate3d(0, -20px, 0);
		transition: 0.75s;
		opacity: 0;
	}
	to {
		transform: translate3d(0, 0, 0);
		transition: 0.75s;
		opacity: 1;
	}
}

@keyframes show-menu-desativado {
	from {
		transform: translate3d(0, 0, 0);
		transition: 0.75s;
		opacity: 1;
	}
	to {
		transform: translate3d(0, -20px, 0);
		transition: 0.75s;
		opacity: 0;
	}
}