html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, caption {
	display: block;
}
body {
	line-height: 1;
    display: block;
    width: 100%;
}
body.sobre {
	overflow-x: hidden;
}
h1 {
	font-size: 3rem
}
h2 {
	font-size: 2.4rem;
	font-weight: 300;
}
h3 {
	font-size: 1.5rem;
}
h4 {
	font-size: 1.2rem;
}
h5 {}
.text-center {
	text-align: center;
}.text-right {
	text-align: right;
}
.lite {
	font-weight: 300;
}
small {
	font-size: .8rem;
}
.rela {
	position: relative;
}
.white {
	color: #fff;
}
.royal-blue {
	background-color: #133d7d;
}
.contrast-page .royal-blue {
	background-color: #000;
}
.dark-blue {
	background-color: #001f41;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	margin:0;
	padding:0;
	font-family: 'rawlineregular', sans-serif;
	font-size: 16px;
	float: left;
}
header.main-header {
	padding-top: 20px;
}
header ul.header-menu {
	width: 100%;
	font-size: 14px;
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'rawlinelight', sans-serif;
}
.light {
	font-family: 'rawlinelight', sans-serif!important;
}
.regular{
	font-family: 'rawlineregular', sans-serif!important;
}
header ul.header-menu li {
	display: inline-block;
}
header ul.header-menu li a {
	text-decoration: none;
	padding: 5px 10px;
	color:#fff;
	float: left;
	font-size: 16px;
}
header ul.header-menu li a:hover {
	color:#3081db
}
.img-fluid {
	width: 100%;
	height: auto;
}
.trans {
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}
.rel {
	position: absolute;
	height: 1px;
	width: 100%;
	display: block;
	float: left;
}
.menu {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	margin:0;
}
span.caption {
    position: absolute;
    color: #fff;
    width: 700px;
    height: 300px;
    left: calc(50% - 350px);
    z-index: 11;
    top: 160px;
    font-size: 1.7em;
    text-align: center;
    line-height: 3.4rem;
    font-family: 'rawlinelight', sans-serif;
}
#main-slider span.caption {
    font-size: 40px;
}
.sobre #main-slider span.caption {
    font-size: 30px;
    line-height: normal;
}
span.caption strong{
    font-family: 'rawlinebold', sans-serif;
}
.sobre span.caption strong {
    font-family: 'rawlinebold', sans-serif;
}

.sobre span.caption {
    top: 200px;
}
#main-slider {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 0;
    max-height: 600px;
    background-color: #005cca;
}

.item {
    width: 100%;
    float: left;
    height: 610px;
    display: block;
    background-size: cover;
    background-position: center center;
	opacity:0;
}
.item.active {
	opacity: 1;
}
.slider-home {
	overflow: hidden;
	float: left;
	width: 100%;
	display: block;
	position: relative;
}
.slick-slide {
	float: left;
}
a.logo {
	width: 220px;
    height: 80px;
    background-image: url(../images/logo.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}
span.logo {
    width: 300px;
    height: 100px;
    background-image: url(../images/logo.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    top: 60px;
}
.busca-filtro, .newsletter-form {
	width: calc(100% - 220px);
	float: right;
	padding-top: 20px;
}
.busca-filtro form {
    width: 70%;
    float: left;
    display: inline-block;
    margin-left: 20px;
	border-radius: 20px;
	background-color:#fff;
	border-radius: solid 1px #ccc;
	padding:6px;
	margin-top: -5px;
}
.busca-filtro form input {
	border: none;
	padding: 2px;
	background-color:#fff;
}
.busca-filtro form input[type="button"] {
    border: none;
    padding: 8px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    margin-right: 10px;
    background-image: url(../images/lupa.png);
    background-size: AUTO 100%;
    background-repeat: no-repeat;
    BACKGROUND-POSITION: TOP RIGHT;
}
.busca-filtro form input[type="text"] {
	border: none;
	padding: 2px;
	width: calc(100% - 60px);
	height: 34px;
	border-color: #fff;
}
span.filtre {
	background-color: #005cc3;
	color:#fff;
	padding: 15px 20px;
	display: inline-block;
	border-radius: 20px;
	float: left;
	cursor: pointer;
    margin-top: -5px;
}
span.filtre:hover {
	background-color:#3081db;
}
span.filtre i {
	margin-right: 8px;
}
.changes {
	animation-name: rebrand;
	animation-duration: 40s;
	animation-fill-mode: none;
	animation-iteration-count: infinite;
}
.sobre .changes {
    animation-name: none;
    background-image: url(../images/slider1.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: right center;
}
.lista .changes {
	animation-name: none;
    background-image: url(../images/slider1.jpg);
    background-attachment: scroll;
    background-size: cover;
    background-position: right top;
	max-height: 300px;
}
@keyframes rebrand {
	1%{
		background-image:url(../images/slider1.jpg)
	}
	33% {
		background-image:url(../images/slider2.jpg)
	}
	66% {
		background-image:url(../images/slider3.jpg)
	}
	100% {
		background-image:url(../images/slider1.jpg)
	}
}
.topics {
    position: relative;
    top: -200px;
    margin-bottom: -120px;
    float: left;
    width: 100%;
}
.topics .box {
	width: calc((100% - 240px) / 3);
	float: left;
	background-color: #fff;
	margin: 0 40px;
	padding: 20px;
	position: relative;
}
.topics .box:hover, .topics .box:hover img {
	transform: scale(1.1,1.1);
}
.topics .box:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #005cc3;
    z-index: 0;
    height: 200px;
	transition-property: all;
	transition-duration: .3s;
}
.topics .box:hover::before {
    height: 207.5px;
}
.topics .box:first-child::before {
    background-color: #00a491;
}
.topics .box:last-child::before {
    background-color: #0087d2;
}
.topics .box h2, .slick-slide .box h3 {
    text-transform: uppercase;
    font-weight: 700;
    width: 50%;
    position: relative;
    font-size: 1rem;
    padding: 15px 0;
	line-height: 1.2rem;
}
.topics .box h2::before, .slick-slide .box h3:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 3px;
	left: 0;
	top: 0;
	background-color: #fff;
}
.topics .box h2, .slick-slide .box h3 {
	position: relative;
	color: #fff;
	z-index: 3;
}
.topics .box figure {
	position: relative;
	padding: 2px;
	background-color: #fff;
	border-radius: 50%;
	border: solid 2px #005cca;
	margin-bottom: 20px;
	overflow: hidden;
}
.topics .box span.graph {
    background-size: 100%;
    width: 99%;
    height: 100%;
    background-image: url(../images/graph2.png);
    left: 0;
    top: 60px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 2;
}
.topics .box:first-child span.graph {
    background-image: url(../images/graph3.png);
    background-size: 100%;
    width: 108%;
    height: 400px;
    left: 21px;
    top: 17px;
}
.topics .box:last-child span.graph {
    background-image: url(../images/graph1.png);
    left: 15px;
    top: 74px;
    width: 92%;
}

.topics .box:first-child figure {
	border: solid 2px #00a790;
}
.topics .box:last-child figure {
	border: solid 2px #0088d8;
}
.topics .box p {
	position: relative;
	text-align: center;
	color: #194499;
	line-height: 1.5rem;
}
.topics .box figure img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.topics .box a, h2.rela a{
	position: relative;
    display: inline-block;
    width: 80%;
    text-align: center;
    border-radius: 20px;
    background-color: #005cca;
    padding: 15px 20px;
    margin-left: 10%;
    margin-top: 20px;
    color: #fff;
    float: left;
    text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	transition-duration: .3s;
	transition-property: all;
	z-index: 4;
}
h2.rela a {
    width: auto;
    float: right;
    margin-top: 0px;
    margin: 0;
    position: absolute;
    right: 0;
}
.topics .box a:hover {
    background-color: #064085;
}
.topics .box:first-child a {
    background-color: #00a790;
}
.topics .box:last-child a {
    background-color: #0088d8;
}
.topics .box:first-child a:hover {
    background-color: #057c69;
}
.topics .box:last-child a:hover {
    background-color: #035f99;
}
strong {
	font-weight: 600;
}
.topics .box strong {
	text-decoration: underline;
}
.cel {
	width: 100%;
	float: left;
	display: block;
}
.cel-body {
    width: 100%;
    float: left;
    display: block;
    position: relative;
    background-color: #fff;
    min-height: 370px;
}
.lista .cel-body {
    width: calc( (100% - 80px) / 3 );
    float: left;
    display: block;
    position: relative;
    background-color: #fff;
    min-height: 370px;
    margin: 0 20px 20px 0;
}
.single.lista .cel-body {
    width: 100%;
}
.slider-wrapper {
	position: relative;
	float: left;
}
.padrao-slider{
    overflow: hidden;
    margin-top: 20px;
}
.padrao-slider ul.slick-dots {
	bottom: 30px;
	left:0;
}
.padrao-slider .slick-next {
    right: 25px;
}
.padrao-slider .slick-prev {
    left: 25px;
}
.cel-body figure {
	width: 100%;
	float: left;
	overflow:hidden;
	margin-bottom: 20px;
	position: relative;
}
.cel-body .caption {
    position: absolute;
    right: 0px;
    background-color: #009cef;
    background-color: #192037;
    bottom: 5px;
    z-index: 200;
    padding: 8px;
    text-transform: uppercase;
    color: rgb(255 255 255 / 95%);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}
.cel-body figure img {
	width: 100%;
	height: auto;
	min-width: 100%;
	min-height: 100%;
}
.cel-body p {
	padding: 10px;
	color: #507288;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
}
.cel-body a {
    float: right;
    padding: 10px 20px 13px;
    font-weight: 600;
    background-color: #009cef;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
	transition-property: all;
	transition-duration: .3s;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.cel-body a:hover {
    background-color: #005cd1;
}
#oportunidades .slick-dots li.slick-active button:before {
	color:#fff!important
}
#oportunidades .slick-dots li button:before {
    font-size: 12px;
    color: #fff;
}
#noticias {
	float: left;
	display: block;
}
#noticias h2 {
	color: #0040a7;
}
.contrast-page #noticias h2 {
	color: #FFF;
}
#noticias .news {
	width: 100%;
	float: left;
	padding: 20px;
}
#noticias .news p {
	line-height: 22px;
	color: #666;
	font-size: 14px;
}
.contrast-page #noticias .news p {
	line-height: 22px;
	color: #FFF;
	font-size: 14px;
}
.news h3 {
	float: left;
	margin-bottom: 20px;
}
.news h3 a {
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0041a1;
    font-size: 18px;
}
.contrast-page .news h3 a {
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 20px;
    color: #FFF;
    font-size: 18px;
}
.newsletter-form {
	padding-top: 0;
}
#newsletter-footer {
	width: 100%;
	float: left;
	padding: 40px 20px;
}
#newsletter-footer form {
    width: 350px;
    float: left;
	margin-right: 20px;
}
#newsletter-footer form label {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
}
#newsletter-footer form input {
    padding: 10px;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 20px;
    border: none;
	color: #333;
}
#newsletter-footer form input[type="button"] {
    padding: 5px 20px;
    float: right;
    display: block;
    width: auto;
    margin-bottom: 10px;
    border-radius: 20px;
    border: none;
    color: #fff;
    cursor: pointer;
    background-color: #009ef6;
}
#newsletter-footer form input[type="button"]:hover {
    background-color: #001f43;
}
#newsletter-footer ul li {
	display: inline-block;
}
a.p-passo, a.p-passo:hover, a.p-passo-area, a.p-passo-area:hover, a.p-passo-patentes, a.p-passo-patentes:hover, a.p-passo-cnae, a.p-passo-cnae:hover, a.p-passo-images, a.p-passo-images:hover, a.p-submit, a.p-submit:hover, a.p-passo-default, a.p-passo-default:hover {
    background-color: #999997;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 20px;
    float: left;
    display: inline-block;
    padding: 15px 60px;
	text-decoration: none;
	cursor: default;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
a.p-passo i, a.p-passo-area i, a.p-passo-patentes i, a.p-passo-cnae i, a.p-passo-images i, a.p-submit i, a.p-passo-default i {
    margin-left: 5px;
    font-size: 16px;
}

#newsletter-footer ul li a {
    background-color: #1c5cbc;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 20px;
    float: left;
    display: inline-block;
    padding: 15px 20px;
	transition-property: all;
	transition-duration: .3s;
}

#newsletter-footer ul li a i {
    margin-right: .25em;
}

#newsletter-footer ul li:first-child {
    margin-right: 20px;
}

a.p-passo.ativo, a.p-passo-area.ativo, a.p-passo-patentes.ativo, a.p-passo-cnae.ativo, a.p-passo-images.ativo, a.p-submit.ativo, a.p-passo-default.ativo {
    background-color: #1c5cbc;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 20px;
    float: left;
    display: inline-block;
    padding: 15px 60px;
	transition-property: all;
	transition-duration: .3s;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
a.p-passo.ativo:hover, a.p-passo-area.ativo:hover, a.p-passo-patentes.ativo:hover, a.p-passo-cnae.ativo:hover, a.p-passo-images.ativo:hover, a.p-submit.ativo:hover, a.p-passo-default.ativo:hover {
    background-color: #1379eb;
    font-size: 1.2rem;
}
a.p-voltar-area i, a.p-voltar-patentes i, a.p-voltar-cnae i, a.p-voltar-images i, a.p-voltar-submit i {
    margin-top: 12px;
    margin-right: 20px;
    font-size: 20px;
    color: #FFF;
}
a.p-voltar-area i:hover, a.p-voltar-patentes i:hover, a.p-voltar-cnae i:hover, a.p-voltar-images i:hover, a.p-voltar-submit i:hover {
    color:  #1c5cbc;
}
#newsletter-footer ul li a:hover {
    background-color: #001f43;
}
#selecao, #enviar, #fale {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #001f35;
    z-index: 1000;
    color: #fff;
    display: none;
    overflow-y: auto;
}
#selecao .close, #selecao_form .close, #enviar .close, #fale .close {
    float: right;
    font-size: 2rem;
    margin: 10px;
    cursor: pointer;
	opacity: 1;
	color:#fff;
}
#selecao #filter ul, #selecao_form #filter ul {
 margin: 20px auto;
 width: 100%;
 display: block;
 float: left;
}
#selecao #filter ul li, #selecao_form #filter ul li {
    float: left;
    display: inline-block;
    margin-right: 20px;
}
#selecao #filter ul li a, #selecao_form #filter ul li a {
    padding: 10px 20px;
    border-radius: 20px;
    border: solid 1px #005cc3;
    margin-right: 10px;
    text-decoration: none;
    color: #fff;
}
#selecao #filter ul li a.active {
    background-color: #005cc3;
}
#selecao ul#areas, #selecao_form ul#areas_form, #selecao_form ul#cnae_form, #enviar ul#secao{
    float: left;
    margin-top: 20px;
}
.lista aside ul#areas {
    float: left;
    margin-top: 24px;
    padding-top: 19px;
    background-image: url(../images/icon-menu.png);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: 95% 10px;
}
.lista aside ul#areas h3 {
    padding: 0 0px 0 10px;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 7px;
	max-width: 200px;
}
#selecao ul#areas li, #selecao_form ul#areas_form li, #selecao_form ul#cnae_form li, #enviar ul#secao li, .lista aside ul#areas li,#selecao ul#CNAES-lista  li {
    width: 100%;
    float: left;
    display: block;
    padding: 10px 10px 10px 40px;
    border-bottom: dotted 2px #005cca;
	position: relative;
	cursor: pointer;
}
.lista aside ul#areas li {
    width: 100%;
    float: left;
    display: block;
    padding: 10px 10px 10px 30px;
    border-bottom: none;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
}
.lista aside ul#areas li:hover {
    color: #009ef6;
}
#selecao ul.sub, #enviar ul.sub {
    padding: 40px 20px;
    display: block;
    float: left;
	display: none;
}
.lista aside ul.sub {
    padding: 10px 20px;
    display: block;
    float: left;
	display: none;
}

#selecao #areas ul.sub li, #selecao_form #areas_form ul.sub li, #selecao_form #cnae_form ul.sub li, #enviar ul#secao ul.sub li, .lista aside #areas ul.sub li, #selecao #CNAES-lista ul.sub li {
    width: auto;
    float: left;
    display: inline-block;
    border-bottom: none;
	position: relative;
	cursor: pointer;
}
.lista aside #areas ul.sub li {
    display: block;
	width: 100%;
}
#selecao #areas ul.sub li.on:before, #selecao_form #areas_form ul.sub li.on:before, #selecao_form #cnae_form ul.sub li.on:before, #enviar #secao ul.sub li.on:before, .lista aside #areas ul.sub li.on:before,  #selecao ul#CNAES-lista ul.sub li.on:before, .lista aside ul#areas li.on:before {
	background-color:green;
}
#selecao ul#areas li:before, #selecao_form ul#areas_form li:before, #selecao_form ul#cnae_form li:before, #enviar ul#secao li:before,.lista aside ul#areas li:before, #selecao ul#CNAES-lista li:before {
    content: '';
    width: 12px;
    height: 12px;
    border: solid 1px #ccc;
    background-color: #fff;
    left: 7px;
    position: absolute;
    top: 12px;
}
#selecao ul#areas li.on:before, #selecao_form ul#areas_form li.on:before, #selecao_form ul#cnae_form li.on:before, #enviar ul#secao li.on:before, .lista aside ul#areas li.on:before, #selecao ul#CNAES-lista  li.on:before {
    background-color: #4caf50
}
ul.inline li {
	display: inline-block;
	width: auto;
    padding: 6px 10px;
}
.blue-b li {
    border-radius: 20px;
    border: solid 1px #005cca;
    margin: 6px;
	cursor:pointer;
	transition-property: all;
	transition-duration: .3s;
}
.blue-b li:hover, .temas .blue-b li.active {
	background-color: #005cca;
}

.temas {
	float: left
}
.blue-cta {
    background-color: #005cca;
    color: #fff;
    text-transform: uppercase;
    width: 70%;
    margin: 30px auto;
    text-align: center;
    display: inline-block;
    padding: 20px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 1.2rem;
	transition-property: all;
	transition-duration: .3s;
}
.blue-cta:hover {
    background-color: #2d8cff;
    color: #fff;
	transform: scale(1.1);
	text-decoration: none;
}
#transition {
	position: relative;
}
#transition h2 {
    margin-top: 100px;
    width: 70%;
    margin: 140px auto;
    padding-bottom: 60px;
    line-height: 3rem;
	font-size: 1.7rem;
	font-family: 'rawlinelight', sans-serif;
}
.students {
    z-index: 0;
    width: 90%;
    position: absolute;
    overflow: hidden;
    height: 90%;
    border-radius: 50%;
    top: 6.6%;
    left: 4.5%;
}
#comp-kr3pod86 {
    position: absolute;
    top: -180px;
    left: calc(30% - 190px);
    width: 340px;
}
#comp-kr3pod86 svg {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
}
.students img {
	width: 100%;
	height: auto;
}
#comp-kr3tvo24 {
	display: none!important;
}
.hero {
    padding-top: 60px;
    padding-bottom: 100px;
    background-size: auto 140%;
    background-attachment: fixed;
	background-position: center;
}
.hero h2 {
	line-height: 40px;
	font-size: 40px;
    font-family: 'rawlinelight', sans-serif;
}
.hero h2 strong{
    font-family: 'rawlineblack', sans-serif;
}
#campi .hero h2 strong{
    font-family: 'rawlineblack', sans-serif;
}
.hero p {
	line-height: 1.5rem;
}
#brasao {
	background-image:url(../images/sobre-hero-5.jpg);
}
#cidade {
	background-image:url(../images/sobre-hero-6.jpg);
}
#grupos-pesquisa {
    background-image: url(../images/sobre-hero-2.jpg);
    padding: 100px 0;
}
#doutorado {
    background-image: url(../images/sobre-hero-3.jpg);
    padding: 100px 0;
}
#grupos-pesquisa .cel-6 {
	width: 50%;
	float: left;
	line-height: 2.5rem;
}
#grupos-pesquisa .cel-6:last-child {
	width: calc(50% + 5px);
	float: right;
}
#programas {
    background-image: url(../images/sobre-hero-3.jpg);
    padding: 100px 0;
}
#campi {
    background-image: url(../images/sobre-hero-4.jpg);
    padding: 100px 0;
}
#posts-menu{
    background-image: url(../images/sobre-hero-2.jpg);
    padding: 80px 0;
}
#posts-menu a.navega {
	color:#fff;
	text-decoration:none;
	padding: 20px 0;
	font-size: 1.5rem;
	float: left
}
#posts-menu a.navega.proximo {
	float: right;
}
.lista #posts-menu .cel-body {
    min-height: 460px;
}
#mosaico {

}
#brasao img {
    max-width: 120px;
}
#cidade h2, #programas h2, #doutorado h2 {
    max-width: 660px;
    margin: 120px auto;
	font-weight: 400;
	line-height: 2rem;
}
#cedes li {
    background-size: cover;
    border-radius: 50%;
    display: inline-block;
    background-color: red;
    width: 120px;
    height: 120px;
    position: absolute;
}
#cedes li#blumenau {
    top: calc(50% - 60px);
	background-image: url(../images/blumenau.jpg);
}
#cedes li#ararangua {
    transform: scale(1.6);
    background-color: green;
    left: 22%;
    background-image: url(../images/ararangua.jpg);
    top: 0;
}
#cedes li#floripa {
    width: 230px;
    left: 52%;
    top: -30%;
    background-image: url(../images/floripa.jpg);
    height: 230px;
}
#cedes li#joinvile {
    transform: scale(1.2);
    left: 26%;
    background-color: yellow;
    top: 48%;
    background-image: url(../images/joinvile.jpg);
}
#cedes li#curitibanos {
    transform: scale(.9);
    left: 53%;
    top: 39%;
    background-image: url(../images/curitibanos.jpg);
}
#cedes h2 {
	line-height: 2rem;
}
.baloons {
    width: 550px;
    float: left;
    display: inline-block;
    height: auto;
    background-image: url(../images/cidades-circulos.jpg);
    margin-left: 50px;
}
#slider-depoimentos {
    margin: 0;
    height: 600px;
    padding: 0px;
    overflow: hidden;
}
#slider-depoimentos .cel-body img {
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
#slider-depoimentos .padrao-slider {
    margin-top: 0;
	margin-bottom: 0!important;
}
#slider-depoimentos .cel{
    width: 100%;
    display: inline-block;
    height: 100%;
    height: 600px;
}
.flutua {
	position: relative;
	z-index: 2;
}
#slider-depoimentos .padrao-slider .slick-prev, #slider-depoimentos .padrao-slider .slick-next,  #slider-depoimentos .padrao-slider ul {
    z-index: 10000;
}
#slider-depoimentos .box {
    margin-top: 70px;
    height: 360px;
    width: 50%;
}
#slider-depoimentos .box {
    margin-top: 70px;
    height: 360px;
    width: 50%;
	transform: translateY(40px);
	transition-property: all;
	transition-duration: .4s;
	opacity: .3
}
#slider-depoimentos .box p{
    font-weight: 300;
    color: #fff;
	line-height: 1.5rem;
}
#slider-depoimentos .slick-slide:nth-child(odd) .box {
	float: right;
}
#slider-depoimentos .slick-slide.slick-active .box {
	transform: translateY(0);
	opacity: 1;
}
#slider-depoimentos .padrao-slider ul.slick-dots {
    bottom: 60px;
    left: 0;
}
#slider-depoimentos .slick-dots li button:before, #slider-depoimentos .slick-dots .slick-active li button:before  {
    font-size: 12px;
    color: white;
}
.lista header h2 {
	float: left;
    width: 100%;
    margin-bottom: 20px;
    color: white;
	font-size: 2rem;
}
.pagination a {
	font-size: 1.5rem;
	float: left;
	padding:10px;
	color: white;
	text-decoration: none;
	font-weight: 600;
}
.pagination {
	clear: both;
    width: 100%;
}
.pagination a.current, .pagination a:hover, .pagination a.next, .pagination a.prev {
	color:#009ef6;
}
header .lista-temas li {
	font-size: 12px;
}
.single header .lista-temas li {
    font-size: 12px;
    padding: 0px 10px;
}
header .lista-temas {
	float: left;
}
.publicar {
	float: left;
	width: 100%;
	margin-top: 20px;
	text-decoration: none;
	font-size: 13px;
	padding: 10px;
}
.publicar:hover {
	background-color: #009ef6;
}
.single article {
	line-height: 2rem;
}
.single article h2 {
	line-height: 3rem;
}
.single article .date {
	display: block
}
h4.topo {
    border-bottom: dotted 1px;
    margin: 10px 20px 30px;
    padding: 0px;
    padding-bottom: 10px;
	font-size: 16px;
}
h4.topo #ver_todos {
    float: right;
    border-radius: 20px;
    padding: 2px 0px 2px 10px;
    text-decoration: none;
    font-size: 13px;
	display: inline-block;
}
h4.topo #ver_todos:hover {
    background-color: #005cca;
}
h4.topo a {
    text-decoration: none;
    font-size: 16px;
	color: #FFF;
}
/*h4.topo a:hover {
background-color: #005cca;
}*/
h4.topo a i{
    font-size: 1.2rem;
	margin-left: 10px;
}
.container-special {
	width: 100%;
	max-width: 1180px;
	margin: auto;
}
.tags {
    border-top: dotted 2px #00a0fd;
}
.tags h3 {
	text-transform: uppercase;
	font-weight: 700;
	color:#00a0fd;
	font-size: 1rem;
}
b {
	font-weight:bold;
	font-family: 'rawlinebold', sans-serif;
}
i {
	font-style: italic;
}
/* Comentado @geraldo - 07/02/2022
article {
	line-height: 2rem;
}
*/
#texto-busca-default {
    line-height: 2rem;
}
@media screen and (max-width: 1500px) {
	.container-special {
		max-width:90%
	}
}
@media screen and (max-width: 1200px) {
	.container-special {
		max-width:100%
	}
}
.link_rato {
	color: #eee;
    text-decoration: none;
    font-size: 1rem;
}

.link_rato a {
	color: #eee;
    text-decoration: none;
    font-size: 1rem;
}

.link_rato a:href {
	color: #eee;
    text-decoration: none;
    font-size: 1rem;
}

.secao_ativa {
	color: #2da5da !important;
}
.underline {
	font-size: 20px;
}
.slick-arrow {
    display: block;
    text-indent: -200px;
    overflow: hidden;
    width: 40px;
    height: 40px;
	background-size: 100%;
	background-repeat:no-repeat;
}
.slick-arrow.slick-next {
	background-image:  url(../images/arrow-next.png);
}
.slick-arrow.slick-prev {
	background-image:  url(../images/arrow-prev.png);
}
#CNAES-lista, .filtro #areas {
	display: none;
	float: left;
	margin-top: 20px;
}
#CNAES-lista.ativa, #areas.ativa, #secao.ativa {
	display: block;
}
.graph4, .graph5 {
    background-image: url(../images/graph5.png);
    background-repeat: no-repeat;
    background-size: 240px;
    background-position: calc(50% - 300px) 10px;
}
form.formulario-envio {
	display: none;
}
form.formulario-envio label, form.formulario-fale label{
	color:white;
}
form.formulario-envio input, form.formulario-envio textarea, form.formulario-fale input, form.formulario-fale textarea, form.formulario-fale select {
	border-radius: 10px;
}
form.formulario-envio input.error, form.formulario-envio textarea.error, form.formulario-envio select.error {
    border: 1px solid red;
}
form.formulario-envio .hundred, form.formulario-fale .hundred {
    width: 100%;
    display: block;
    margin: 5px auto;
	padding: 5px;

}
form.formulario-envio input[type="file"], form.formulario-fale input[type="file"] {
    background-color: #00a0fd;
    color: transparent;
    text-indent: -3000px;
	position: relative;
	/*margin-top: 22px;*/
    margin-top: 5px;
	cursor: pointer;
}
form.formulario-envio input[type="file"]:before, form.formulario-fale input[type="file"]:before {
	/*content: "Enviar arquivo em PDF do edital";*/
    content: "Anexar arquivo";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 18px;
    color: white;
    text-indent: 0;
    padding-top: 6px;
}
form.formulario-fale input[type="file"]:before {
	content: "Anexar arquivo";
}
form.formulario-fale input[type="button"] {
    width: 100%;
    margin-top: 20px;
    padding: 8px;
    border-radius: 10px;
    background-color: #00a1ff;
    border: solid 1px #00a1ff;
    font-size: 18px;
}
form.formulario-fale input[type="radio"] {
	width: 20px;
	height: 20px;
	margin-top: 40px;
}
.incorreta {
    float: left;
    background-color: #003d81;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: .5rem;
	margin:0!important;
}
.incorreta p {
    line-height: 18px;
    margin-bottom: 20px;
    font-family: 'rawlinebold', sans-serif;
    font-size: 0.9rem;
    margin-left: 7px;
}
.incorreta span {
    background-color: #005cc3;
    padding: 8px 10px;
    margin-bottom: 10px;
    float: left;
    border-radius: 30px;
    text-transform: uppercase;
    cursor: pointer;
	transition-property: all;
	transition-duration: .3s;
}
.incorreta span:hover {
    font-size: 13px;
}
.box-corrige, .box-envia-imagem {
    position: fixed;
    width: 30%;
    right: 0;
    top: 0;
    padding: 20px;
    max-width: 400px;
    height: 100%;
    background-color: #001f41;
    z-index: 5000;
    box-shadow: -10px 0px 790px black;
	display: none;
}
.box-corrige p {
    margin: 20px 50px 20px auto;
    font-size: 21px;
    line-height: 2rem;
}
.box-envia-imagem p {
    margin: 20px 50px 20px auto;
    font-size: 18px;
    line-height: 2rem;
}
.box-envia-imagem p.aviso {
    color: #B3C5E5;
}
.box-corrige a img, .box-envia-imagem a img {
    width: 60%!important;
    height: auto;
}
.box-corrige input, .box-corrige textarea, .box-envia-imagem input, .box-envia-imagem textarea {
    width: 100%;
    margin: 10px auto;
}
.box-corrige input[type="button"], .box-envia-imagem input[type="button"] {
    margin-top: 10px;
    padding: 10px 20px;
    color: #fff;
    background-color: #0083d1;
    border-radius: 20px;
    border: none;
	font-family: 'rawlinebold', sans-serif;
	width: auto;
}
.box-envia-imagem input[type="file"] {
    background-color: #00a0fd;
    color: transparent;
    text-indent: -3000px;
	position: relative;
	/*margin-top: 22px;*/
    margin-top: 5px;
	cursor: pointer;
}
.box-corrige span.close, .box-envia-imagem span.close-box-img {
    right: 0px;
    top: 0px;
    font-size: 3rem;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 2000;
    opacity: .9;
	transition-property: all;
	transition-duration: .3s
}
.box-corrige span.close:hover, .box-envia-imagem span.close-box-img:hover {
    opacity: 1;
}
.hero h2, #transition h2, .anime {
	transform: translateX(-100px);
	opacity: 0;
	transition-property: all;
	transition-duration: 2s;
	transition-delay: .5s
}
.hero h2.fromright, #transition h2.fromright, .anime.fromright {
	transform: translateX(100px);
}
.delay1 {
	transition-delay: 1s!important;
}
.delay2 {
	transition-delay: 1.5s!important;
}
.delay3 {
	transition-delay: 2s!important;
}
.hero.in-view h2, #transition.in-view h2, .in-view .anime {
	transform: translateX(0);
	opacity: 1;
}
.mob-only {
	display: none;
}
.desk-only {
	display: block;
}
@media screen and (max-width: 768px) {
	header ul.header-menu {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100000;
    background-color: rgb(3 60 131 / 96%);
    height: 100%;
    padding-top: 50px;
	display: none;
}
header ul.header-menu li {
    display: block;
    width: 100%;
    float: left;
    padding: 10px;
}
.open-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 40px;
    z-index: 200000;
}
.open-close.openned {
    position: fixed;
}
a.logo {
    width: 190px;
    height: 80px;
    background-image: url(../images/logo.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
}
.busca-filtro  {
    width: 100%;
    float: left;
    margin-top: 60px;
}
span.filtre {
    padding: 15px 15px;
    font-size: 13px;
}
.busca-filtro form input[type="text"] {
    color: #333;
    border: 0;
    outline: none;
}
.busca-filtro form {
    width: 63%;
    float: left;
    margin-left: 10px;
}
#main-slider {
    width: 100%;
    height: 460px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    max-height: 600px;
    background-color: #005cca;
}
.sobre #main-slider span.caption {
    font-size: 18px;
    line-height: normal;
    width: 90%;
    left: 5%;
}
#comp-kr3pod86 {
    position: absolute;
    top: -130px;
    left: 15%;
    width: 70%;
}

element.style {
}
span.logo {
    width: 300px;
    height: 100px;
    background-image: url(../images/logo.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 10%;
    top: 130px;
}
#transition h2 {
    margin-top: 100px;
    width: 70%;
    margin: 210px auto;
    padding-bottom: 60px;
    line-height: 21px;
    font-size: 18px;
}
.hero h2 {
    line-height: 21px;
    font-size: 18px;
    font-family: 'rawlinelight', sans-serif;
}
.hero p {
    line-height: 21px;
    font-size: 15px;
}
#brasao .hero h2 {

}
#slider-depoimentos .box {
    margin-top: 50px;
    height: 360px;
    width: 100%;
    transform: translateY(40px);
    transition-property: all;
    transition-duration: .4s;
    opacity: .3;
}
#comp-kr3pod86 {
    position: absolute;
    top: -130px;
    left: 15%;
    width: 70%;
}
span.logo {
    width: 300px;
    height: 100px;
    background-image: url(../images/logo.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 10%;
    top: 130px;
}
#slider-depoimentos .box {
    margin-top: 50px;
    height: 450px;
    width: 100%;
    transform: translateY(40px);
    transition-property: all;
    transition-duration: .4s;
    opacity: .3;
}
#slider-depoimentos .box.royal-blue {
	background-color: #003d81bf;
}
#slider-depoimentos .cel-body img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    max-width: 460%;
    left: -110%;
}
.padrao-slider .slick-prev {
    left: 8px;
}
.padrao-slider .slick-next {
    right: 10px;
}
.newsletter-form {
    width: 100%;
    float: right;
    padding-top: 20px;
    margin-top: 80px;
}
#newsletter-footer form {
    width: 100%;
    float: left;
    margin-right: 20px;
}
.newsletter-form ul {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.newsletter-form ul li{
    width: 100%;
}
#newsletter-footer ul li a{
    text-decoration: none;
    margin-left: 0px!important;
    width: 100%;
    text-align: center;
}
.mob-only {
	display: block;
}
.desk-only {
	display: none;
}
.busca-filtro form input[type="text"] {
    font-size: 13px;
}
#campi {
    padding: 0;
}
.baloons img {
    margin-bottom: 40px;
}
.topics .box {
    width: 80%;
    margin: 30px 40px;
}
#main-slider span.caption {
    font-size: 21px;
    line-height: 24px;
	width: 80%;
    left: 10%;
}
.topics .box h2, .slick-slide .box h3 {
    width: 100%;
}
h2.rela a {
    width: auto;
    float: none;
    margin-top: 0px;
    margin: 20px 0 0;
    position: static;
    right: auto;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 18px;
}
.topics .box span.graph {
    width: 98%;
    height: 98%;
    left: -1px;
    top: 48px;
}
.topics .box:last-child span.graph {
    top: 62px;
    width: 91%;
}
.topics .box:first-child span.graph {
    left: 20px;
    top: 8px;
}
.lista .cel-body {
    width: 100%;
    float: left;
    display: block;
    position: relative;
    background-color: #fff;
    min-height: 370px;
    margin: 0 auto 20px;
}
.lista header h2 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    color: white;
    font-size: 24px;
}
.lista .changes {
    animation-name: none;
    background-image: url(../images/slider1.jpg);
    background-attachment: scroll;
    background-size: cover;
    background-position: right top;
    max-height: none;
    height: auto;
    min-height: 300px;
}
.lista #main-slider {
    min-height: 260px;
	height: auto
}
.box-corrige, .box-envia-imagem {
    width: 90%;
}
h4.topo #ver_todos {
    float: none;
    border-radius: 20px;
    padding: 6px 0px 6px 10px;
    text-decoration: none;
    font-size: 13px;
    display: block;
    margin-top: 20px;
    text-align: center;
    height: auto!important;
}
/*h4.topo a {
    float: none;
    border-radius: 20px;
    padding: 6px 0px 6px 10px;
    text-decoration: none;
    font-size: 13px;
    display: block;
    margin-top: 20px;
    text-align: center;
    height: auto!important;
}*/
#selecao #filter ul, #selecao_form #filter ul  {
    margin: 20px auto;
    width: 100%;
    display: block;
    float: left;
    padding: 0;
}
#selecao #filter ul li, #selecao_form #filter ul li {
    float: left;
    display: inline-block;
    margin-right: 0;
    width: 49%;
    display: inline-block;
    padding: 0;
    margin-right: 1%;
}
#selecao #filter ul li a, #selecao_form #filter ul li a {
    padding: 15px 10px;
    border-radius: 20px;
    border: solid 1px #005cc3;
    margin-right: 0px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    float: left;
    height: 60px;
    width: 100%;
    text-align: center;
}
#selecao .close, #selecao_form .close, #enviar .close, #fale .close {
    float: right;
    font-size: 2rem;
    margin: -10px -10px 0px 0px;
}
#enviar .col-lg-10 {
	margin-top: 60px;
}
}

#sucess-envie p {
    margin: 0 50px;
}

#sucess-envie p {
    font-size: 16px;
    line-height: 2rem;
}

/* LOADING */
#shadow {
    display: none;
    margin:0; padding:0;
    position:fixed; top:0;  right:0; bottom:0; left:0;
    z-index:19; background-color:#000; opacity:0.6;
}

#loading {
    display: none;
    width: 100%; height: 100%;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 20;
    text-align: center;
}

#loading > div  {
    position: fixed;
    top:50%; left:50%;
    margin:-75px 0 0 -75px;
    width:150px; height:150px;
    font: bold 16px/23px 'Open Sans', Arial, sans-serif;
    color:#FFF;
}

#loading > div:after {
    display: block;
    width: 1em;
    height: 1em;
    content: '';
    font-size: 20px;
    margin:40px auto 0 auto;
    animation: spinner 2000ms infinite linear;
    border-radius: 0.5em;
    box-shadow:  rgba(255, 255, 255, 0.95) 1.5em 0 0 0,
                    rgba(255, 255, 255, 0.95) 1.1em 1.1em 0 0,
                    rgba(255, 255, 255, 0.95) 0 1.5em 0 0,
                    rgba(255, 255, 255, 0.95) -1.1em 1.1em 0 0,
                    rgba(255, 255, 255, 0.95) -1.5em 0 0 0,
                    rgba(255, 255, 255, 0.95) -1.1em -1.1em 0 0,
                    rgba(255, 255, 255, 0.95) 0 -1.5em 0 0,
                    rgba(255, 255, 255, 0.95) 1.1em -1.1em 0 0;
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* FIM - LOADING */

hr {
    width: 100%;
	border: 0;
	margin: 30px 0 0 0;
	border-top: dotted 2px #005cca;
}

#images_form img:hover {
    opacity: 0.8;
}

#images_form img.ativa {
    border: 2px solid #3081db;
}

.form-contato {
    background: transparent url(/vitrine/assets/images/fundo-pagina.png); 
    background-size: 105%;
}

.contrast-page .form-contato {
    background: #000;
}