/* --------------------- RESET --------------------- */
/*
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  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,font,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{margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:' ';content:none;}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
*/
/* --------------------- DEFINIÇÕES GERAIS --------------------- */
body {
	color:#333333;
	font-family:'Arial', Helvetica, sans-serif;
	font-size:13px;
	background: #0072bb; /* mesmo background do footer */
}

body.bFont {
	font-size:18px;
}


header#main-header {
    background-color: #ffffff;
    display: block;
    height: 120px;
    position: relative;
    z-index: 1039;
}
@media (max-width: 767px) {
    header#main-header {
        background-color: #444444;
        height: 60px;
    }
}
header#main-header .logo {
    margin-top: 27px;
    height: 66px;

}
@media (min-width: 768px) and (max-width: 991px) {
    header#main-header .logo {
        margin-top: 39.46667px;
        height: 41.06667px;
    }
}
@media (max-width: 767px) {
    header#main-header .logo {
        margin-top: 8.5px;
        height: 34px;
    }
}
header#main-header .logo .nome-instituicao {
    font-weight: 400;
    display: inline-block;
    border-left: 1px solid;
    padding: 2px 15px 0;
    vertical-align: middle;
    margin: 0;
    width: calc(100% - (225px + 25px));
    text-transform: uppercase;
    font-size: 17px;
}
@media (min-width: 768px) and (max-width: 991px) {
    header#main-header .logo .nome-instituicao {
        width: calc(100% - (140px + 25px));
        padding: 2px 5px 0;
    }
}
@media (max-width: 767px) {
    header#main-header .logo .nome-instituicao {
        width: calc(100% - (115.90909px + 25px));
        padding: 2px 5px 0;
        color: #FFF;
        font-size: 9px;
    }
}
header#main-header .logo .logo-image {
    width: 225px;
    height: 66px;
    background: url(https://web.celepar.pr.gov.br/drupal/images/logo_parana_225x66.png);
    background-size: 100% 100%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 767px) {
    header#main-header .logo .logo-image {
        background: url(https://web.celepar.pr.gov.br/drupal/images/logo_parana_225x66_texto_branco.png);
        background-size: 100% 100%;
        width: 115.90909px;
        height: 34px;
        float: left;
        margin-right: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    header#main-header .logo .logo-image {
        width: 140px;
        height: 41.06667px;
    }
}
header#main-header.header-scroll .logo {
    height: 56px;
    margin-top: 17px;
}
@media (min-width: 768px) and (max-width: 991px) {
    header#main-header.header-scroll .logo {
        height: 41.06667px;
        margin-top: 25px;
    }
}
@media (max-width: 767px) {
    header#main-header.header-scroll .logo {
        margin-top: 13.5px;
        height: 34px;
    }
}
header#main-header.header-scroll .logo .logo-image {
    width: 190.90909px;
    height: 56px;
}
@media (max-width: 767px) {
    header#main-header.header-scroll .logo .logo-image {
        width: 115.90909px;
        height: 34px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    header#main-header.header-scroll .logo .logo-image {
        width: 136.36364px;
        height: 40px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    header#main-header.header-scroll .logo .nome-instituicao {
        padding: 2px 5px 0;
    }
}
@media (max-width: 767px) {
    header#main-header.header-scroll .logo .nome-instituicao {
        padding: 2px 5px 0;
    }
}
@media (min-width: 768px) {
    body.contrast header#main-header .logo .logo-image {
        background-image: url(https://web.celepar.pr.gov.br/drupal/images/logo_parana_225x66_texto_branco.png);
    }
}


.img-pia {
    margin-top: 21px;
    position: absolute;
    right: 5px;
    top: 13px;
}
@media (max-width: 767px) {
    .img-pia {
        margin-top: 32px;
        
        margin: 0;
        
        width: 80px;
    }
    .img-pia img {
        width: 100%;
        height: auto;
    }
}


#main {
	background:#EEE;
	padding: 40px 0;
}

#main video {
	width: 100%;
	height: auto;
	background: #000;
	margin: 0 auto;
	margin-bottom: 40px;
}

.box {
	display: block;
	background: #FFF;
	border-radius:7px;
	padding:45px 40px;
	text-align:center;
	margin-bottom: 30px;
	height: 195px;
}

.box.box-p {
    height:  100px;
    padding:25px 20px;
}

.box.box-p.concurso_publico {
    box-shadow: 0px 0px 7px 2px rgb(0 0 0 / 59%);
}

.box.box-p h2{
    font-size: 1.5em;
    line-height: 120%;
}

.box.box-p h2.margin-linha-1 {
    margin-top: 15px;
}

.box h2 {
	font-weight: bold;
	color: #385778;
	margin: 0 0 30px;
	padding: 0;
	font-size: 1.5em;
}
@media (max-width: 1200px) {
		.box {
			height: 159px;
		}
		.box h2 {
		    margin: 0 0 10px;
		    padding: 0;
		}
}

h1.block-title {
	font-size: 1.714em;
	font-weight: bold;
	border-left: 5px solid #6ABD3B;
	margin: 0 0 30px 0;
	padding: 0 0 0 10px;
	display: inline-block;
	color: #333;
}


.btn-primary {
	background: #6DBC03;
	border-color: #6DBC03;
	padding: 10px 35px;
	font-weight: bold;
}













footer#main-footer {
    display: block;
    margin: 0 auto;
    border: none;
    padding-top: 35px;
    padding-bottom: 36px;
    color:  #FFF;
}
footer#main-footer .footer-logo-celepar img,
footer#main-footer .footer-logo-parana img {
    max-width: 100%;
}
footer#main-footer h2 {
    font-size: 1.2em;
    margin-bottom: 15px;
    font-weight: 700;
}
@media (max-width: 1024px) {
    footer#main-footer .footer-content {
        margin-top: 35px;
        border: none;
    }
}
footer#main-footer .contact,
footer#main-footer .map {
    position: relative;
    white-space: nowrap;
}
footer#main-footer .map {
    font-size: 0.917em;
    font-weight: 700;
    margin-left: 10px;
}
footer#main-footer .contact:after,
footer#main-footer .map:after {
    display: block;
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -4px;
    left: 0;
    background: #00b0e6;
}
footer#main-footer .contact:hover,
footer#main-footer .map:hover {
    text-decoration: none;
}
footer#main-footer .titulo-secretaria {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.7em;
    text-align: center;
    margin-top: 10px;
    display: block;
}
footer#main-footer address {
    margin: 0;
}
footer#main-footer .titulo-orgao {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
}
footer#main-footer .footer-logo-celepar {
    display: block;
    margin-top: 20px;
    text-align: center;
}
footer#main-footer .footer-logo-extra {
    width: 100%;
    display: block;
    text-align: center;
    margin: 16px auto;
}
footer#main-footer .footer-logo-extra img {
    max-width: 150px;
}
footer#main-footer .footer-logo-extra-dir {
    width: 100%;
    display: block;
    text-align: center;
    margin: 16px auto;
}
footer#main-footer .footer-logo-extra-dir img {
    max-width: 123px;
}
footer#main-footer .footer-social {
    text-align: center;
}
footer#main-footer .footer-social a,
footer#main-footer .footer-social a:active,
footer#main-footer .footer-social a:focus,
footer#main-footer .footer-social a:visited {
    background: 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 1.286em;
    height: 38px;
    line-height: 36px;
    text-align: center;
    width: 38px;
    text-decoration: none;
}
@media (max-width: 991px) {
    footer#main-footer .footer-social a,
    footer#main-footer .footer-social a:active,
    footer#main-footer .footer-social a:focus,
    footer#main-footer .footer-social a:visited {
        font-size: 2.5em;
        height: 56px;
        line-height: 54px;
        width: 56px;
    }
}
footer#main-footer .footer-social a:active:hover,
footer#main-footer .footer-social a:focus:hover,
footer#main-footer .footer-social a:hover,
footer#main-footer .footer-social a:visited:hover {
    text-decoration: none;
}
footer#main-footer .footer-social a:active:hover.fa-facebook-f,
footer#main-footer .footer-social a:focus:hover.fa-facebook-f,
footer#main-footer .footer-social a:hover.fa-facebook-f,
footer#main-footer .footer-social a:visited:hover.fa-facebook-f {
    background-color: #3367a1;
    border-color: #3367a1;
}
footer#main-footer .footer-social a:active:hover.fa-twitter,
footer#main-footer .footer-social a:focus:hover.fa-twitter,
footer#main-footer .footer-social a:hover.fa-twitter,
footer#main-footer .footer-social a:visited:hover.fa-twitter {
    background-color: #00aeef;
    border-color: #00aeef;
}
footer#main-footer .footer-social a:active:hover.fa-youtube,
footer#main-footer .footer-social a:focus:hover.fa-youtube,
footer#main-footer .footer-social a:hover.fa-youtube,
footer#main-footer .footer-social a:visited:hover.fa-youtube {
    background-color: #e7503f;
    border-color: #e7503f;
}
footer#main-footer .footer-social a:active:hover.fa-instagram,
footer#main-footer .footer-social a:focus:hover.fa-instagram,
footer#main-footer .footer-social a:hover.fa-instagram,
footer#main-footer .footer-social a:visited:hover.fa-instagram {
    background-color: #cb65b1;
    border-color: #cb65b1;
}
footer#main-footer .footer-social a:active:hover.fa-flickr,
footer#main-footer .footer-social a:focus:hover.fa-flickr,
footer#main-footer .footer-social a:hover.fa-flickr,
footer#main-footer .footer-social a:visited:hover.fa-flickr {
    background-color: #ff0084;
    border-color: #ff0084;
}
footer#main-footer .footer-social a:active:hover.fa-rss,
footer#main-footer .footer-social a:focus:hover.fa-rss,
footer#main-footer .footer-social a:hover.fa-rss,
footer#main-footer .footer-social a:visited:hover.fa-rss {
    background-color: #f68121;
    border-color: #f68121;
}
footer#main-footer .footer-social a:active:hover.fa-google-plus-g,
footer#main-footer .footer-social a:focus:hover.fa-google-plus-g,
footer#main-footer .footer-social a:hover.fa-google-plus-g,
footer#main-footer .footer-social a:visited:hover.fa-google-plus-g {
    background-color: #de5e53;
    border-color: #de5e53;
}
footer#main-footer .footer-social a:active:hover.fa-linkedin,
footer#main-footer .footer-social a:focus:hover.fa-linkedin,
footer#main-footer .footer-social a:hover.fa-linkedin,
footer#main-footer .footer-social a:visited:hover.fa-linkedin {
    background-color: #0077b5;
    border-color: #0077b5;
}
footer#main-footer .footer-social a:active:hover.fa-snapchat-ghost,
footer#main-footer .footer-social a:focus:hover.fa-snapchat-ghost,
footer#main-footer .footer-social a:hover.fa-snapchat-ghost,
footer#main-footer .footer-social a:visited:hover.fa-snapchat-ghost {
    background-color: #ffec00;
    border-color: #ffec00;
}
footer#main-footer .footer-social a:active:hover.fa-pinterest-p,
footer#main-footer .footer-social a:focus:hover.fa-pinterest-p,
footer#main-footer .footer-social a:hover.fa-pinterest-p,
footer#main-footer .footer-social a:visited:hover.fa-pinterest-p {
    background-color: #bd0e20;
    border-color: #bd0e20;
}
footer#main-footer .footer-social a:active:hover.fa-whatsapp,
footer#main-footer .footer-social a:focus:hover.fa-whatsapp,
footer#main-footer .footer-social a:hover.fa-whatsapp,
footer#main-footer .footer-social a:visited:hover.fa-whatsapp {
    background-color: #4dc247;
    border-color: #4dc247;
}
footer#main-footer .footer-social a:active:hover.fa-map-marker-alt,
footer#main-footer .footer-social a:focus:hover.fa-map-marker-alt,
footer#main-footer .footer-social a:hover.fa-map-marker-alt,
footer#main-footer .footer-social a:visited:hover.fa-map-marker-alt {
    background-color: #00aeef;
    border-color: #00aeef;
}
footer#main-footer .footer-social a:active:hover.fa-headset,
footer#main-footer .footer-social a:focus:hover.fa-headset,
footer#main-footer .footer-social a:hover.fa-headset,
footer#main-footer .footer-social a:visited:hover.fa-headset {
    background-color: #00aeef;
    border-color: #00aeef;
}
footer#main-footer .footer-social a:active:hover.fa-comment-dots,
footer#main-footer .footer-social a:focus:hover.fa-comment-dots,
footer#main-footer .footer-social a:hover.fa-comment-dots,
footer#main-footer .footer-social a:visited:hover.fa-comment-dots {
    background-color: #666;
    border-color: #666;
}
@media (max-width: 1024px) {
    footer#main-footer .footer-social {
        display: table;
        margin: 0 auto;
        float: none;
    }
}
@media (max-width: 991px) {
    footer#main-footer .footer-social {
        margin: 20px auto;
    }
}
@media (max-width: 1024px) {
    footer#main-footer .footer-logo-parana {
        max-width: 100px;
        display: table;
        margin: 0 auto;
    }
    footer#main-footer .footer-logo-parana img {
        width: 100%;
        height: auto;
    }
}
.addtoany_list > a span {
    border-radius: 50% !important;
    width: 38px !important;
    height: 38px !important;
    padding: 8px;
}
@media (max-width: 1024px) {
    .footer-content {
        margin-top: 15px;
        text-align: center;
    }
}
footer#main-footer, footer#main-footer h2, footer#main-footer .map, footer#main-footer .contact, footer#main-footer .titulo-secretaria {
    color: #ffffff;
}