.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ===================
    FONTS
   =================== */

@font-face {
    font-family: 'SohoGothicProLight';
    src: url('fonts/sohogothicpro-light.eot');
    src: url('fonts/sohogothicpro-light.eot') format('embedded-opentype'),
    url('fonts/sohogothicpro-light.woff') format('woff'),
    url('fonts/sohogothicpro-light.ttf') format('truetype'),
    url('fonts/sohogothicpro-light.svg#SohoGothicProLight') format('svg');
}

@font-face {
    font-family: 'SohoGothicProMedium';
    src: url('fonts/sohogothicpro-medium.eot');
    src: url('fonts/sohogothicpro-medium.eot') format('embedded-opentype'),
    url('fonts/sohogothicpro-medium.woff') format('woff'),
    url('fonts/sohogothicpro-medium.ttf') format('truetype'),
    url('fonts/sohogothicpro-medium.svg#SohoGothicProMedium') format('svg');
}

@font-face {
    font-family: 'SohoGothicProBold';
    src: url('fonts/sohogothicpro-bold.eot');
    src: url('fonts/sohogothicpro-bold.eot') format('embedded-opentype'),
    url('fonts/sohogothicpro-bold.woff') format('woff'),
    url('fonts/sohogothicpro-bold.ttf') format('truetype'),
    url('fonts/sohogothicpro-bold.svg#SohoGothicProBold') format('svg');
}

@font-face {
    font-family: 'SohoGothicProBoldItalic';
    src: url('fonts/sohogothicpro-bolditalic.eot');
    src: url('fonts/sohogothicpro-bolditalic.eot') format('embedded-opentype'),
    url('fonts/sohogothicpro-bolditalic.woff') format('woff'),
    url('fonts/sohogothicpro-bolditalic.ttf') format('truetype'),
    url('fonts/sohogothicpro-bolditalic.svg#SohoGothicProBoldItalic') format('svg');
}

/* ===================
    ALL
   =================== */

/*  ------ DEFAULTS --------- */

body {
    font-size: 16px;
    line-height: 1.4em;
    color: #444;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.center {
    max-width: 940px;
    margin: 0 auto;
}

.italic-title {
    font-family: 'SohoGothicProBoldItalic', sans-serif;
    font-size: 36px;
    line-height: 1em;
}

/*  ------ HEADER --------- */

#topo {
    height: 120px;
    background-color: #fff;
}

.logo {
    float: left;
    height: 100%;
    line-height: 120px;
}

.central-atendimento {
    float: right;
    height: 100%;
}

.central-atendimento p {
    float: left;
    color: #00ace2;
    padding-top: 30px;
    text-align: right;
    font-family: 'SohoGothicProBold', sans-serif;
}

.tel-email {
    padding-top: 50px;
    float: left;
}

.tel-email * {
    display: block;
    color: #444;
}

.tel-email a {
    font-style: italic;
}

.tel-email .tel strong {
    font-weight: 700;
    vertical-align: top;
    display: inline-block;
}

.icon-person {
    margin: 0 20px;
    float: left;
    width: 40px;
    height: 90px;
    position: relative;
    background-color: #f5f5f5;
    display: block;
}

.icon-person i {
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    bottom: 0;
    background: #ececec url(../images/icons/person.png) no-repeat center;
}

#main-nav {
    background: #00ace2 url(../images/bg-menu.jpg) no-repeat left center;
    height: 120px;
}

#main-nav ul {
    padding-top: 38px;
    display: block;

    font-size: 0;
}

#main-nav li {
    display: inline-block;
    margin-right: 12px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.facebook {
    border-left: 1px white solid;
    padding-left: 15px;
    margin-right: 0 !important;
}

#main-nav a {
    color: #fff;
    font-family: 'SohoGothicProLight', sans-serif;
    line-height: 40px;
    display: block;
    position: relative;
}

#main-nav li a::after {
    content: "";
    height: 3px;
    width: 100%;
    background-color: #fff;
    display: block;
    bottom: -10px;
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

#main-nav li:hover a::after {
    opacity: 1;
    bottom: 0;
}

#main-nav li.active:hover a::after {
    opacity: 1;
    bottom: 0;
}

#main-nav li.active a::after {
    opacity: 1;
    bottom: 0;
}

#main-nav li.facebook a::after {
    display: none;
}

#main-nav li.facebook a {
    line-height: 30px;
}

/*  ------ FOOTER --------- */
#footer {
    border-top: 1px #00aeef solid;
}

.copy, .by {
    border-top: #00aeef solid 9px;
    height: 69px;
}

.copy p, .by a {
    color: #777777;
}

.copy {
}

.copy p, .by p {
    display: inline-block;
    line-height: 59px;
    padding-left: 5px;
}

.copy .footer-icon {
    background-image: url(../images/icons/copy.png);
    background-position: center;
    background-repeat: no-repeat;
}

.by {
    width: 300px;
    display: none;
    float: right;
}

.footer-icon {
    width: 60px;
    height: 59px;
    display: inline-block;
    position: relative;
    background-color: #004182;
}

.by .footer-icon * {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.lamp {
    background: url(../images/icons/lamp.png) no-repeat center;
}

.light {
    opacity: 0;
    background: url(../images/icons/lamp-light.png) no-repeat 15px 9px;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.by a:hover .light {
    opacity: 1;
}

/* ------------
    HOME
---------------- */
.remove-all-styles {
    all: revert;
}

#home-banner .slide a {
    width: 100% !important;
    max-width: 100%;
    height: auto;
}

#home-banner .slide a div {
    width: 100%;
    height: 400px;
    position: relative;
    background-position: center;
    background-size: cover;
}

#player_yt {
    padding: 70px 0 45px;
}

#player_yt iframe {
    width: 100%;
}

.downloadvideo {
    padding: 0 0 45px;
    color: inherit;
    text-align: center;
    color: #444;
}

.downloadvideo a {
    color: #444;
    text-decoration: underline;
}

/*  ------ LISTA CONCURSOS --------- */
.gradient {
    background: #fff url(../images/bg-gradient.jpg) no-repeat top center;
}

.lista-concursos {
    padding: 75px 0 0;
}

.lista-concursos h2 {
    font-family: 'SohoGothicProBold', sans-serif;
    font-size: 1.25em;
    color: #00ace2;
    padding: 0 150px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.lista-concursos h2::before, .lista-concursos h2::after {
    content: "";
    display: block;
    height: 1px;
    width: 140px;
    background-color: #00ace2;
    position: absolute;
    top: 50%;

}

.lista-concursos h2::before {
    left: 0;
}

.lista-concursos h2::after {
    right: 0;
}

.wrap-lista-concursos {
    margin-top: 35px;
}

.nav-concursos a {
    text-transform: uppercase;
    height: 80px;
    width: 180px;
    display: table;
    text-align: center;
    float: left;
    position: relative;
    top: 20px;
    border-bottom: 3px solid #00ace2;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.nav-concursos a.active {
    top: 0;
}

.nav-concursos a span {
    display: table-cell;
    vertical-align: middle;
    border-width: 3px;
    border-color: #fff;
    color: #00ace2;
    border-style: solid;
    font-family: 'SohoGothicProBold', sans-serif;
    background: #f8f8f8;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.nav-concursos a.active span {
    border-width: 0px;
    color: #fff;
    background: #00ace2;
}

.search-concursos {
    border-top: 1px #e2e2e2 solid;
}

.nav-concursos a:hover span {
    background-color: #00ace2;
    color: #fff;
    border-width: 5px;
}

.nav-concursos a:hover {
    border-top: 3px solid #00ace2;
    top: 0;
}

.nav-concursos a.active:hover {
    border-top: 0px;
}

.nav-concursos a.active:hover span {
    border-width: 0;
}

.search-concursos {
    height: 120px;
    background-color: #fff;
    display: table;
    width: 100%;
    border-bottom: 1px #e2e2e2 solid;
}

.search-concursos .center {
    display: table;
    height: 120px;
    position: relative;
    width: 100%;
    top: 2px;
    border-bottom: 3px #c5c5c5 solid;
}

.search-concursos a {
    display: table-cell;
    vertical-align: middle;
    color: #adadad;
    font-family: 'SohoGothicProBold', sans-serif;
    font-size: 1.25em;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 20px;
    text-transform: uppercase;
}

.search-concursos a img {
    margin: 0 20px;
    position: relative;
}

.search-concursos a p {
    display: inline-block;
    font-family: 'SohoGothicProLight', sans-serif;
}

.search-concursos a:hover img {
    -webkit-animation: lupa 3s ease 1 normal;
    -moz-animation: lupa 3s ease 1 normal;
    -ms-animation: lupa 3s ease 1 normal;
    -o-animation: lupa 3s ease 1 normal;
    animation: lupa 3s ease 1 normal;
}

#search {
    display: none;
    width: 100%;
    height: 100px;
    position: relative;
    top: 17px;
    text-transform: uppercase;
    color: #00ace2;
    font-size: 25px;
    font-family: 'SohoGothicProMedium', sans-serif;
}

.lista-concursos-content {
    padding-bottom: 40px;

}

.lista-concursos-content ul {
    min-height: 100px;
    position: relative;
    top: 0;

}

.lista-concursos-content li {
    color: #444;
    padding: 25px 0;
    margin: 20px 0 0 0;
    border-bottom: 1px #e2e2e2 solid;
    position: relative;
}

.lista-concursos-content li:last-of-type::after {
    content: "";
    border-bottom: 3px #c5c5c5 solid;
    display: block;
    position: absolute;
    width: 940px;
    margin-left: -470px;
    left: 50%;
    bottom: -2px;
}

.lista-concursos-content a p {
    color: #444;
}

.lista-concursos-content h3 {
    font-size: 1em;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-weight: 700;
    color: #00ace2;
}

.lista-concursos-content p {
    font-size: 0.875em;
}

/*  ------  BUSCA DO GOOGLE (CONCURSOS) --------- */
.concursosBusca {
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
    color: #fff;
}

td.gsc-search-button input {
    background: #00ace2;
    padding: 5px;
    color: #fff;
}

td.gsc-input #gsc-i-id1 {
    padding: 10px;
    background: none;
    font-size: 16px;
}

/*  ------  PROJETOS --------- */
.ultimos-projetos {
    background-color: #00ace2;
    color: #fff;
}

.col {
    width: 300px;
    float: left;
}

.col620 {
    width: 620px;
    float: left;
}

.ultimos-projetos h2 {
    padding: 125px 0 30px;
}

.ultimos-projetos h2::after {
    content: "";
    height: 3px;
    background: #fff;
    width: 120px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;

}

.ultimos-projetos h2 + p {
    padding-top: 30px;
    font-size: 14px;
}

.conheca-projetos {
    height: 60px;
    font-family: 'SohoGothicProBoldItalic', sans-serif;
    display: block;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    line-height: 54px;
    font-size: 0.93em;
    /*text-indent: 23px;*/
    margin-top: 35px;
}

.conheca-projetos span {
    border: 4px #fff solid;
    text-align: center;
    height: 100%;
    display: block;
    width: 300px;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}

.conheca-projetos:hover span {
    width: 239px;
}

.conheca-projetos:hover::after {
    opacity: 1;
    right: 0px;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;

}

.conheca-projetos::after {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    background: #fff url(../images/icons/arrow-right.png) no-repeat center;
    opacity: 0;
    right: 10px;
    -webkit-transition: 0.3s opacity, 0.2s right ease;
    -moz-transition: 0.3s opacity, 0.2s right ease;
    -ms-transition: 0.3s opacity, 0.2s right ease;
    -o-transition: 0.3s opacity, 0.2s right ease;
    transition: 0.3s opacity, 0.2s right ease;
}

.slide-projeto {
    width: 620px;
    float: left;
    margin: 75px 0 0 20px;
    height: 540px;
    color: #000;
}

.slide-image {
    float: left;
    margin-left: 20px;
    width: 300px;
    position: relative !important;
}

.slide-desc-projeto h3 {
    color: #004082;
    padding: 50px 0 30px;
    text-transform: uppercase;
}

.slide-desc-projeto h3 + p {
    font-size: 14px;
    color: #fff;
}

.nav-slide-projetos li {
    height: 80px;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    overflow: hidden;
    width: 7.56%;
    border-top: 10px #33c6f4 solid;
    position: relative;
}

.nav-slide-projetos li a {
    display: block;
    top: 0;
    overflow: hidden;
    position: relative;
}

.nav-slide-projetos li::after {
    content: "";
    height: 1px;
    background-color: #33c6f4;
    width: 100%;
    top: 69px;
    position: absolute;
    display: block;
}

.nav-slide-projetos li::after, .nav-slide-projetos li .slide-number, .nav-slide-projetos li .slide-title, .nav-slide-projetos li a {
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.slide-number {
    font-size: 36px;
    font-family: 'SohoGothicProBold', sans-serif;
    color: #00ace2;
    text-align: center;
    float: left;
    display: block;
    width: 71px;
    height: 70px;
    line-height: 70px;
    border-right: 1px #e2e2e2 solid;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.nav-slide-projetos li:hover .slide-number, .nav-slide-projetos li.active .slide-number {
    background: #00ace2;
    color: #fff;
}

.nav-slide-projetos li.active {
    width: 77.32%;
}

.slide-title {
    color: #00ace2;
    display: table;
    height: 70px;
    padding-left: 20px;
    font-size: 14px;
}

.slide-title span {
    display: table-cell;
    vertical-align: middle;

}

.nav-slide-projetos li.active::after {

}

.nav-slide-projetos li.active a {
    color: #fff;
    border-right: 1px #e2e2e2 solid;
}

.nav-slide-projetos li.active .slide-number {
    /*color: #fff;*/
    /*border-right: 1px #fff solid;*/
}

.nav-slide-projetos li.active .slide-title {
}

.bubble {
    background-image: url(../images/bubble.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute !important;
}

.bubble.big {
    width: 106px;
    height: 106px;
    right: 240px !important;
    top: 360px !important;
    left: inherit !important;
    background-position: 0 0;
    z-index: 10;
}

.bubble.small {
    width: 31px;
    height: 31px;
    background-position: -106px 0;
    top: 70px !important;
    right: 225px !important;
    left: inherit !important;
    z-index: 2;
}

.nav-slide-projetos {
    height: 80px;
    background-color: #fff;
    border-bottom: 1px #ededed solid;
}

/*  ------  NEWS --------- */

.news {
    background: #f5f6f6 url(../images/bg-new.jpg) no-repeat top center;
    padding: 0 0 80px;
}

.news header {
    padding: 60px 0 70px;
    text-align: center;
}

.news h2 {
    color: #00ace2;
    display: inline-block;
    text-align: left;
    padding: 0 25px 0 100px;
    background: url(../images/icons/chat.png) no-repeat left bottom;
}

.news header p {
    display: inline-block;
    text-align: left;
    height: 120px;
    padding: 15px 0 0 20px;
    color: #004182;
    font-family: 'SohoGothicProBoldItalic';

    border-left: solid 3px #00ace2;
}

.item-news {
    width: 300px;
    height: 375px;
    float: left;
}

.news-list {
    padding: 0 0 70px;
}

.item-news .title {
    background-color: #00ace2;
    color: #fff;
    height: 90px;
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
    font-family: 'SohoGothicProBold', sans-serif;
}

.item-news:nth-child(3n-1) {
    margin: 0 20px;
}

.thumb-news {
    border: 6px #fff solid;
    display: block;
    height: 160px;
    overflow: hidden;

}

.abstract-news {
    color: #444;
    font-size: 14px;
    display: block;
    line-height: 20px;
    height: 60px;
    margin: 20px 0 15px;
    overflow: hidden;
}

.data-news {
    height: 28px;
    position: relative;
    display: block;

}

.data-news .clock, .data-news .date {
    padding: 0 10px;
    background-color: #f7f7f7;
    position: relative;
    display: inline-block;
    z-index: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.data-news .clock {
    margin-left: 10px;
    float: left;
}

.data-news .date {
    margin-right: 10px;
    float: right;
    line-height: 28px;
    color: #777777;
    font-size: 14px;
    font-style: italic;
}

.clock {
    background: url(../images/icons/clock.png) no-repeat center;
    width: 29px;
    height: 28px;

}

.data-news::before {
    content: "";
    background-color: #00ace2;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
}

.button {
    color: #00ace2;
    border: 3px #00ace2 solid;
    font-family: 'SohoGothicProBoldItalic', sans-serif;
    color: #00ace2;
    width: 300px;
    height: 80px;
    display: block;
    margin: 0 auto;
    font-size: 1em;
    line-height: 74px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.lines .button {
    position: relative;
}

.lines .button:hover {
    background-color: #00ace2;
    color: #fff;
}

.lines .button::before, .lines .button::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 1px;
    background-color: #00ace2;
    display: block;
    top: 50%;
    -webkit-transition: 1.5s all;
    -moz-transition: 1.5s all;
    -ms-transition: 1.5s all;
    -o-transition: 1.5s all;
    transition: 1.5s all;
}

.lines .button::before {
    left: -180px;
}

.lines .button::after {
    right: -180px;
}

.lines .button:hover::after {
    right: -250px;
}

.lines .button:hover::before {
    left: -250px;
}

.lines .button:hover::after, .lines .button:hover::before {
    opacity: 0;
}

/*  ------  ENTRETENIMENTO --------- */

.entretenimento {
    background: url(../images/pat1.gif) repeat center;
    padding: 60px 0 20px;
}

.entretenimento .center > section {
    width: 300px;
    float: left;
}

.entretenimento h2 {
    color: #00ace2;
    font-family: 'SohoGothicProBoldItalic', sans-serif;
    font-size: 1em;
    border-bottom: 4px #00ace2 solid;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.entretenimento h2 + p {
    font-size: 14px;
    margin-bottom: 15px;
}

.form {
    padding-bottom: 45px;
}

.form .field {
    margin-bottom: 10px;
    border: 4px #00ace2 solid;
    height: 50px;
    padding-left: 15px;
    display: block;
    width: 100%;
    color: #00ace2;
    font-family: 'SohoGothicProMedium', sans-serif;
    font-size: 1em;
    background: none;
}

.form .enviar {
    cursor: pointer;
}

.form ::-webkit-input-placeholder {
    font-family: 'SohoGothicProMedium', sans-serif;
    color: #00ace2;
    font-size: 1em;
    line-height: 25px;
}

.form :-moz-placeholder {
    /* Firefox 18- */
    font-family: 'SohoGothicProMedium', sans-serif;
    color: #00ace2;
    font-size: 1em;
    line-height: 25px;
}

.form ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'SohoGothicProMedium', sans-serif;
    color: #00ace2;
    font-size: 1em;
    line-height: 25px;
}

.form :-ms-input-placeholder {
    font-family: 'SohoGothicProMedium', sans-serif;
    color: #00ace2;
    font-size: 1em;
    line-height: 25px;
}

.button-fill {
    background-color: #00ace2;
    font-family: 'SohoGothicProBold', sans-serif;
    text-align: center;
    height: 50px;
    width: 100%;
    color: #fff;
    display: block;
    line-height: 50px;
    font-size: 1em;
    -webkit-transition: 0.3s background ease;
    -moz-transition: 0.3s background ease;
    -ms-transition: 0.3s background ease;
    -o-transition: 0.3s background ease;
    transition: 0.3s background ease;
}

.button-fill:hover {
    color: #00ace2;
    line-height: 42px;
    border: 4px #00ace2 solid;
    background-color: initial;
}

.button-fill-danger {
    background-color: #ba0f0e;
    font-family: 'SohoGothicProBold', sans-serif;
    text-align: center;
    height: 50px;
    width: 100px;
    color: #fff;
    display: block;
    line-height: 50px;
    font-size: 1em;
    -webkit-transition: 0.3s background ease;
    -moz-transition: 0.3s background ease;
    -ms-transition: 0.3s background ease;
    -o-transition: 0.3s background ease;
    transition: 0.3s background ease;
}

.button-fill-primary {
    background-color: #0066cc;
    font-family: 'SohoGothicProBold', sans-serif;
    text-align: center;
    height: 50px;
    width: 100px;
    color: #fff;
    display: block;
    line-height: 50px;
    font-size: 1em;
    -webkit-transition: 0.3s background ease;
    -moz-transition: 0.3s background ease;
    -ms-transition: 0.3s background ease;
    -o-transition: 0.3s background ease;
    transition: 0.3s background ease;

}


/* ------------------
     O INSTITUTO
-------------------- */
.o-instituto {
    padding-bottom: 100px
}

.content-side {
    min-height: 500px;
}

.loading {
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
}

.loading span {
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin: -40px 0 0 -40px;
    background: url(../images/logo-icon.png) no-repeat center;
    -webkit-animation: roda 1s ease infinite;
    -o-animation: roda 1s ease infinite;
    animation: roda 1s ease infinite;
}

/*  ------  ASIDE --------- */
.aside-menu {
    width: 300px;
    margin-right: 20px;
    float: left;
}

.aside-menu .item {
    height: 80px;
    width: 100%;
    display: block;
    color: #00ace2;
    line-height: 80px;
    font-family: 'SohoGothicProBold', sans-serif;
    border-bottom: 2px #00ace2 solid;
    padding-left: 25px;
    background-color: #f8f8f8;
    position: relative;
    -webkit-transition: 0.1s all ease-in-out;
    -moz-transition: 0.1s all ease-in-out;
    -ms-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
}

.aside-menu .item::after {
    content: "";
    background-image: url(../images/icons/arrow-open.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    display: block;
    width: 66px;
    height: 20px;
    right: 25px;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: 0.1s all ease-in-out;
    -moz-transition: 0.1s all ease-in-out;
    -ms-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
}

.aside-menu .item.active, .aside-menu .item:hover {
    color: #fff;
    background-color: #00ace2;
    border-bottom: 1px #0095c5 solid;

}

.aside-menu .item.active::after, .aside-menu .item:hover::after {
    background-image: url(../images/icons/arrow-open-hover.png);
    right: 15px;
}

#content-side .container p {
    padding-bottom: 20px;
}

/* ------------------
     PROJETOS SOCIAIS
-------------------- */

.underline {
    padding: 70px 0;
}

.underline span {
    font-family: 'SohoGothicProMedium', sans-serif;
    color: #00ace2;
    border-bottom: 4px #b1e5f5 solid;
    font-size: 30px;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 8px;
}

.projetos-list-wrap {
    padding-bottom: 40px;
}

.title-line {
    position: relative;
    margin-bottom: 30px;
}

.title-line::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 620px;
    top: 50%;
    right: 0;
    background-color: #00ace2;
    display: block;
}

.title-line .button {
    margin: 0;
}

.projetos-list-content {
    height: 920px;
    width: 100%;
    display: block;
    position: relative;

}

.project-box {
    position: absolute;
    background-color: #2bb9e7;
    /*overflow: hidden;*/
}

.project-box.active .image {
    /*-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);*/
}

.project-box.active {

}

.project-1 {
    width: 465px;
    height: 600px;
    left: 0;
    top: 0;
}

.project-2 {
    width: 465px;
    height: 410px;
    right: 0;
}

.project-3 {
    width: 590px;
    height: 260px;
    right: 20px;
    top: 420px;
    z-index: 1;
}

.project-4 {
    width: 470px;
    height: 290px;
    left: 0;
    bottom: 0;
}

.project-1 .ver {
    left: 0;
    top: 70px;
}

.project-2 .ver, .project-3 .ver {
    bottom: 0;
    right: 0;
}

.project-box.project-4 .title {
    top: 100px;
    width: 170px;
    right: -170px;
    color: #00ace2;
}

.project-4 .ver {
    bottom: 20px;
    right: -190px;
}

.project-box .title {
    display: table;
    position: absolute;
    color: #fff;
    font-size: 1em;
    padding-left: 25px;
    line-height: 1.2em;
    font-family: 'SohoGothicProBold', sans-serif;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.project-box .title span {
    display: table-cell;
    vertical-align: bottom;
}

.project-1 .title {
    top: 0;
    left: 0;
    height: 70px;
}

.project-2 .title, .project-3 .title {
    top: 0;
    height: 180px;
    width: 300px;
    left: 0;
}

.project-box .image {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.project-box .ver {
    height: 80px;
    border-bottom: 3px #03ade2 solid;
    background-color: #f8f8f8;
    width: 300px;
    line-height: 77px;
    color: #00ace2;
    font-size: 1em;
    display: block;
    padding-left: 25px;
    font-family: 'SohoGothicProBold', sans-serif;
    text-transform: uppercase;
    position: absolute;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.project-box .ver::after {
    content: "";
    display: block;
    position: absolute;
    right: 25px;
    background: url(../images/icons/arrow-open.png) no-repeat;
    width: 66px;
    height: 20px;
    margin-top: -10px;
    top: 50%;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.project-box .ver:hover {
    background-color: #00ace2;
    color: #fff;
}

.project-box .ver:hover::after {
    background: url(../images/icons/arrow-open-hover.png);
    right: 15px;
}

/* ---------------------------------
     PROJETOS SOCIAIS - ABERTO
---------------------------------- */

.arrow {
    height: 20px;
    width: 66px;
    display: inline-block;
    background: url(../images/icons/arrow-open-hover.png);
    top: 50%;
    margin: 0 15px;
}

.title-bar a {
    color: #fff;
}

.title-bar h3 {
    color: #004082;
}

.sub-desc {
    margin-top: 60px;
    line-height: 63px;
    padding-bottom: 4px;
    font-size: 1.25em;
    font-family: 'SohoGothicProMedium', sans-serif;
    color: #00ace2;
    background: url(../images/underline.png) repeat bottom left;
}

#projeto-content-wrap article {
    padding: 60px 0;
}

#projeto-content-wrap article p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.93em;
    line-height: 1.6em;
    padding-bottom: 20px;
}

.grid-midia {
    margin-bottom: 100px;
    font-size: 0;
}

.grid-midia a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 468px;
    height: 260px;
    margin: -1px 1px 2px;
}

.grid-midia .square {
    width: 96px;
    height: 80px;
    display: block;
    top: 50%;
    left: 60%;
    margin: -40px 0 0 -48px;
    background-color: #fff;
    position: absolute;
    border-bottom-width: 3px;
    border-color: #00ace2;
    border-style: solid;
    opacity: 0;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;

}

.grid-midia a:hover .square {
    left: 50%;
    opacity: 1;
    border-bottom-width: 10px;
}

.grid-midia .square::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    top: 10px;
    opacity: 0;
    background-position: center;
    position: absolute;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.grid-midia a:hover .square::after {
    top: 0;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;

    opacity: 1;
}

.project-fotos .square::after {
    background-image: url(../images/icons/search.png);
}

.project-videos .square::after {
    background-image: url(../images/icons/play.png);
}

.grid-midia .image {
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.grid-midia a:hover .image {
    opacity: 0.7;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/* ------------
    CONTATO
---------------- */

.title-bar {
    background-color: #00ace2;
    border-bottom: 1px #0095c5 solid;
    height: 80px;
    line-height: 80px;
    font-family: 'SohoGothicProBold', sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding-left: 25px;
    font-size: 1em;
    position: relative;
}

.title-bar * {
    display: inline-block;
}

#frmContato {
    padding: 70px 0 45px;
}

#frmContato .field {
    border-bottom: 4px #b1e5f5 solid;
    display: block;
    width: 100%;
    background: none;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    color: #00ace2;
    font-size: 1em;
    margin-bottom: 15px;
    font-family: 'SohoGothicProMedium', sans-serif;
}

#frmContato .input {
    line-height: 45px;
    height: 60px;
}

#frmContato label {
    color: #00ace2;
    font-size: 1em;
    font-family: 'SohoGothicProMedium', sans-serif;
    line-height: 56px;
    display: block;
}

#frmContato #mensagem {
    border: 4px #00ace2 solid;
    width: 100%;
    color: #00ace2;
    font-family: 'SohoGothicProMedium', sans-serif;
    font-size: 1em;
    line-height: 25px;
    padding: 15px 20px;
    height: 180px;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    background: #fff;

}

.response-field {
    padding-top: 20px;
}

#frmContato .enviar {
    margin: 0;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    background-color: #fff;
    cursor: pointer;
    float: left;
}

#frmContato .enviar:hover {
    background-color: #00ace2;
    color: #fff;

}

#frmContato .msg {
    float: left;
    color: #acacac;
    font-family: 'SohoGothicProBoldItalic', sans-serif;
    font-size: 0.93em;
    line-height: 80px;
    padding-left: 20px
}

#frmContato #mensagem::-webkit-input-placeholder {
    line-height: 25px;
    color: #939393;
    font-size: 1em;
    font-family: 'SohoGothicProBoldItalic', sans-serif;
    font-style: italic;
}

#frmContato #mensagem:-moz-placeholder {
    /* Firefox 18- */
    line-height: 25px;
    color: #939393;
    font-size: 1em;
    font-family: 'SohoGothicProBoldItalic', sans-serif;
    font-style: italic;
}

#frmContato #mensagem::-moz-placeholder {
    /* Firefox 19+ */
    line-height: 25px;
    color: #939393;
    font-size: 1em;
    font-family: 'SohoGothicProBoldItalic', sans-serif;
    font-style: italic;
}

#frmContato #mensagem:-ms-input-placeholder {
    line-height: 25px;
    color: #939393;
    font-size: 1em;
    font-family: 'SohoGothicProBoldItalic', sans-serif;
    font-style: italic;
}

#frmContato #mensagem:focus::-webkit-input-placeholder {
    color: #e3e3e3;
}

#frmContato #mensagem:focus:-moz-placeholder {
    /* Firefox 18- */
    color: #e3e3e3;
}

#frmContato #mensagem:focus::-moz-placeholder {
    /* Firefox 19+ */
    color: #e3e3e3;
}

#frmContato #mensagem:focus:-ms-input-placeholder {
    color: #e3e3e3;
}

#frmContato ::-webkit-input-placeholder {
    color: #00ace2;
    font-size: 1em;
    font-family: 'SohoGothicProMedium', sans-serif;
    line-height: 56px;
}

#frmContato :-moz-placeholder {
    /* Firefox 18- */
    color: #00ace2;
    font-size: 1em;
    font-family: 'SohoGothicProMedium', sans-serif;
    line-height: 1em;
}

#frmContato ::-moz-placeholder {
    /* Firefox 19+ */
    color: #00ace2;
    font-size: 1em;
    font-family: 'SohoGothicProMedium', sans-serif;
    line-height: 1em;
}

#frmContato :-ms-input-placeholder {
    color: #00ace2;
    font-size: 1em;
    font-family: 'SohoGothicProMedium', sans-serif;
    line-height: 1em;
}

#frmContato :focus::-webkit-input-placeholder {
    color: #b1e5f5;
}

#frmContato :focus:-moz-placeholder {
    /* Firefox 18- */
    color: #b1e5f5;
}

#frmContato :focus::-moz-placeholder {
    /* Firefox 19+ */
    color: #b1e5f5;
}

#frmContato :focus:-ms-input-placeholder {
    color: #b1e5f5;
}

#frmContato .input:focus {
    border-bottom: 4px #00ace2 solid;
}

.boxes {
    position: relative;
    z-index: 2;
}

.boxes .box {
    padding: 30px;
    width: 470px;
    color: #fff;
    float: left;
    height: 260px;
    font-family: 'SohoGothicProBold', sans-serif;
}

.boxes h3 {
    font-size: 1em;
    padding-bottom: 15px;
}

.box-tel {
    background: #003982 url(../images/box-contato.jpg) no-repeat left bottom;
}

.box-tel h3 + p {
    font-size: 2.2em;
    line-height: 1em;
}

.box-endereco {
    background-color: #2bb9e7;
    border-left: 1px #fff solid;
    position: relative;
}

.box-endereco h3 + p {
    text-transform: uppercase;
    font-size: 1.3em;
}

.box-endereco::after {
    content: "";
    background: url(../images/icons/arrow-down.png) no-repeat;
    width: 40px;
    position: absolute;
    height: 20px;
    bottom: -20px;
    left: 10px;
    display: block;
}

#map {
    height: 370px;
}

.mobile-logo, .mobile-toggle-menu {
    display: none !important;

}

/* ------------------
     CONCURSO ABERTO
-------------------- */
.info-concurso-header {
    padding-bottom: 40px;
    text-transform: uppercase;
}

.info-concurso-header .image-concurso {
    padding-top: 50px;
}

.info-concurso-header h2 {
    padding-top: 40px;
    font-family: 'SohoGothicProBold';
    color: #01ace2;
}

.info-concurso-header p {
    font-size: 0.875em;
}

.info-concurso-content.bd {
    padding: 50px 0;
    border-top: 4px #00ace2 solid;
    background: url(../images/pat1.gif) top center;
}

.info-concurso-content h3.line {
    color: #00ace2;
    display: inline-block;
    font-family: 'SohoGothicProBoldItalic';
    position: relative;
}

.info-concurso-content h3.line::before, .info-concurso-content h3.line::after {
    content: '';
    height: 1px;
    width: 140px;
    display: block;
    background-color: #00ace2;
    position: absolute;
    top: 50%;
}

.info-concurso-content h3.line::before {
    left: -150px;
}

.info-concurso-content h3.line::after {
    right: -150px;
}

.info-concurso-content h3.line + p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.75em;
    text-transform: uppercase;
    padding: 10px 0 30px;
}

.info-concurso-content .form {
    width: 300px;
    margin: 0 auto;
    text-align: left;
}

.info-concurso-content .form label {
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 5px;
}

.table-concurso {
    margin-bottom: 15px;
}

.table-concurso .search-concursos {
    height: 90px;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.table-concurso #search {
    top: 0;
    height: 88px;
    padding: 0 20px;
}

.table-concurso .search-concursos a {
    padding-top: 0;
}

.left-side, .right-side {
    width: 460px;
    float: left;
}

.table-title {
    background-color: #f8f8f8;
    color: #00ace2;
    text-align: center;
    display: table;
    height: 80px;
    border-bottom: 3px #00ace2 solid;
    width: 300px;
    margin-left: 88px;
    font-family: 'SohoGothicProBold';
    text-transform: uppercase;
}

.table-list {
    border: 1px solid #e2e2e2;
}

.table-list li {
    height: 90px;
    min-height: 90px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-bottom: 1px solid #e2e2e2;
}

.table-list li:last-of-type {
    border-bottom: none;
}

.table-title span {
    height: 100%;
    display: table-cell;
    border: 3px solid white;
}

.right-side {
    margin-left: 20px;
}

.table-align {
    display: table;
}

.table-list a {
    display: block;
    height: 100%;
    color: #444;
    font-size: 0.840em;
    text-transform: uppercase;
}

.table-list .table-align {
    height: 90px;
}

.align-middle {
    display: table-cell;
    height: 100%;
}

.table-icon {
    float: left;
    width: 88px;
    height: 100%;
    background-position: center;
    display: block;
    border-right: 1px solid #e2e2e2;
    background-repeat: no-repeat;
}

.table-text {
    width: 370px;
    padding: 0 10px;
    float: left;
}

.table-icon.link {
    background-image: url(../images/icons/link.png);
}

.table-icon.download {
    background-image: url(../images/icons/download.png);
}

.table-icon.open {
    background-image: url(../images/icons/open.png);
}

.dados-cargo {
    padding-top: 15px;
    display: none;
}

.dados-cargo strong {
    font-weight: bold;
}

.cargos-table .table-item.active {
    min-height: 220px;
}

.cargos-table .table-list .table-item.active .table-align {
    display: block;
    min-height: 90px;
    height: auto;
}

.active .table-icon.open {
    background-color: #00ace2;
    background-image: url(../images/icons/close.png);
}

.table-item:hover .link {
    background-image: url(../images/icons/link-hover.png);
}

.table-item:hover .download {
    background-image: url(../images/icons/download-hover.png);
}

.links-table .table-item:hover .table-icon,
.editais-table .table-item:hover .table-icon {
    background-color: #00ace2;
}

.concurso-aberto-content {
    padding-bottom: 80px;
}

#aside-concurso .item::after {
    display: none;
}

#aside-concurso .item:hover {
    color: #00ace2;
    border-bottom: 2px #00ace2 solid;
    background-color: #f8f8f8;
}

#aside-concurso .item.active:hover {
    color: #fff;
    background-color: #00ace2;
    border-bottom: 1px #0095c5 solid;
}

.concurso-image {
    line-height: 160px;
    width: 160px;
    height: 160px;
    display: block;
    float: left;
    background-color: #00ace2;
}

.concurso-desc {
    width: 300px;
    float: left;
    margin-left: 20px;
}

.concurso-desc h2 {
    color: #00ace2;
    font-family: 'SohoGothicProBold';
    text-transform: uppercase;
    padding-bottom: 20px;
}

.concurso-desc .edital {
    position: relative;
    padding-left: 45px;
    margin-bottom: 10px;
    display: block;
}

.concurso-desc .edital::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 35px;
    margin-top: -1px;
    border-top: 2px solid #00ace2;
    left: 0;
}

.concurso-aberto-content h2 {
    background-color: #00ace2;
    min-height: 50px;
    color: #fff;
    border-bottom: 1px #009bcb solid;
    line-height: 49px;
    padding: 0 20px;
    font-family: 'SohoGothicProBold';
    margin: 20px 0;
    position: relative;
    text-transform: uppercase;
}

.concurso-aberto-content h2::after {
    content: '';
    height: 1px;
    bottom: 3px;
    display: block;
    width: 100%;
    background-color: #29c3f3;
    left: 0;
    position: absolute;
}

.concurso-aberto-content p {
    line-height: 1.8em;
}

.concurso-aberto-content label {
    vertical-align: top;
}

.input-pat {
    background-image: url(../images/input.jpg);
}

.border {
    border: 1px solid #c3c3c3;
    height: 50px;
    padding: 5px;
}

.border.text input {
    border: 1px solid #c3c3c3;
    width: 100%;
    height: 100%;
    padding: 0 10px;
}

.proximo, .back {
    margin-top: 10px;
    float: left;
    height: 50px;
    line-height: 44px;
    background-color: #fff;
    font-family: 'SohoGothicProBold';
    cursor: pointer;
}

.proximo:hover {
    background-color: #00ace2;
    color: #fff;
}

.back {
    color: #a5a5a5;
    border-color: #a5a5a5;
    margin-right: 20px;
}

.back:hover {
    background-color: #a5a5a5;
    color: #fff;
}

.select {
    width: 100%;
    height: 50px;
    border: 1px solid #c3c3c3;
    text-transform: uppercase;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-left: 10px;
}

.cpf-cadastrado {
    margin-top: 10px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    font-size: 0.75em;
    min-height: 40px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 38px;
}

.cpf-cadastrado.one span {
    width: 100%;
}

.cpf-cadastrado span {
    border-right: 1px solid #d4d4d4;
    float: left;
    padding: 0 20px;
    display: block;
    width: 60%;
}

.cpf-cadastrado .cpf-c {
    width: 40%;
    border-left: 4px solid #00ace2;
}

.table {
    font-size: 0.875em;
    width: 100%;
}

.table tr {
    border-bottom: 1px #a1a1a1 solid;
    border-left: 1px #c3c3c3 solid;
    border-right: 1px solid #c3c3c3;
    background: url(../images/input.jpg);

}

.table .select, .table .input {
    border: 1px solid #c3c3c3;
    width: 100%;
    padding: 0 10px;
    height: 40px;
}

.table td {
    position: relative;
}

.help {
    position: absolute;
    bottom: 90%;
    left: 50%;
    margin-left: -70px;
    font-size: 0.625em;
    background: #fff;
    cursor: help;
    padding: 10px;
    border: 1px solid #8a8a8a;
    width: 140px;
    -webkit-box-shadow: 0px 5px 11px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 11px -1px rgba(0, 0, 0, 0.3);
    display: none;
}

.help::after {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    width: 10px;
    height: 10px;
    bottom: -6px;
    margin-left: -5px;
    border-right: 1px #8a8a8a solid;
    border-bottom: 1px #8a8a8a solid;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

}

.table td:hover .help {
    display: block;
}

.table td.p5 {
    padding: 5px;
}

.table td.p0 {
    padding: 0;
}

.table .white {
    background: #fff;
}

.table .bold {
    border-right: 1px solid #b8b8b8;
    font-weight: bold;
    color: #777;
}

.table td {
    height: 50px;
    padding: 5px 20px;
}

.table .data-nascimento select {
    width: 33%;
    border-left: none;
    float: left;
}

.table .data-nascimento select:first-of-type {
    border-left: 1px #c3c3c3 solid;
}

.limpar {
    float: none;
    margin: 20px auto 10px;
}

.table .warning {
    background: #f5fcae;
}

.table .warning td {
    color: #807c59;

}

.table td .caixa {
    max-width: 100%;
}

.table td .link {
    font-weight: bold;
    color: #777;
    text-decoration: underline;
}

/*  ------  --------- */

/*  ------ ANIMATIONS --------- */

/*  LUPA  */
@-webkit-keyframes lupa {
    0% {
        left: 0px;
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
    }
    30% {
        left: -250px;
    }
    45% {
        left: -245px;
        -webkit-transform: rotate(55deg);
        transform: rotate(55deg);
    }
    100% {
        left: 0px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes lupa {
    0% {
        left: 0px;
        -moz-transform: rotate(35deg);
        transform: rotate(35deg);
    }
    30% {
        left: -250px;
    }
    45% {
        left: -245px;
        -moz-transform: rotate(55deg);
        transform: rotate(55deg);
    }
    100% {
        left: 0px;
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-ms-keyframes lupa {
    0% {
        left: 0px;
        -ms-transform: rotate(35deg);
        transform: rotate(35deg);
    }
    30% {
        left: -250px;
    }
    45% {
        left: -245px;
        -ms-transform: rotate(55deg);
        transform: rotate(55deg);
    }
    100% {
        left: 0px;
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-o-keyframes lupa {
    0% {
        left: 0px;
        -o-transform: rotate(35deg);
        transform: rotate(35deg);
    }
    30% {
        left: -250px;
    }
    45% {
        left: -245px;
        -o-transform: rotate(55deg);
        transform: rotate(55deg);
    }
    100% {
        left: 0px;
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes lupa {
    0% {
        left: 0px;
        transform: rotate(35deg);
    }
    30% {
        left: -250px;
    }
    45% {
        left: -245px;
        transform: rotate(55deg);
    }
    100% {
        left: 0px;
        transform: rotate(0deg);
    }
}

@-webkit-keyframes roda {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes roda {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes roda {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes roda {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes roda {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* ===============
    ALL: IE Fixes
   =============== */

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ===========
   PLUGINS
   =========== */

/* ==========================================================================
   Media Queries
   ========================================================================== */

/* SMARTPHONES */
@media only screen and (min-width: 320px) {

}

@media only screen and (min-width: 640px) {

}

/* TABLETS */
@media only screen and (max-width: 1024px) {
    /*hide*/
    .home .nav-concursos, li:last-of-type::after, #topo, .title-line::after, #map, .box-endereco::after, .procuraria, .ultimos-projetos h2 + p, .bubble, .lines .button::after, .lines .button::before, .conheca-projetos::after, #main-nav li a::after {
        display: none !important;
    }

    /*show */
    #search, .mobile-logo, .mobile-toggle-menu {
        display: block !important;
    }

    #header {
        z-index: 9999;
    }

    #main-nav {
        background: #fff !important;
        height: 70px;
        position: relative;
    }

    #main-nav a.mobile-logo {
        float: left;
        padding-left: 20px;
        display: block;
        height: 70px;
        line-height: 60px;
    }

    #main-nav ul li.facebook {
        display: none;
    }

    #main-nav .mobile-toggle-menu {
        height: 33px;
        width: 40px;
        position: absolute;
        right: 20px;
        top: 19px;
    }

    #main-nav .mobile-toggle-menu span, #main-nav .mobile-toggle-menu::after, #main-nav .mobile-toggle-menu::before {
        content: "";
        height: 7px;
        width: 40px;
        display: block;
        position: absolute;
        background-color: #00ace2;
    }

    #main-nav ul {
        position: absolute;
        top: 70px;
        padding-top: 0;
        left: 0;
        max-height: 0;
        min-height: 0;
        z-index: 10;
        width: 100%;
        -webkit-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease;
        overflow: hidden;
    }

    #header.active #main-nav ul {
        max-height: 1000px;
    }

    #main-nav ul li {
        display: table;
        text-align: center;
        height: 16.70%;
        line-height: 1em;
        padding: 10px 0;
        font-size: 20px;
        width: 100%;
        background-color: #00ace2;
        border-bottom: 3px solid #fff;
        margin: 0;
        opacity: 0;
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -ms-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease;

    }

    #header.active #main-nav li {
        opacity: 1;
    }

    #main-nav ul li a {
        display: table-cell;
    }

    #main-nav .mobile-toggle-menu span {
        top: 13px;
    }

    #main-nav .mobile-toggle-menu::before {
        top: 0;
    }

    #main-nav .mobile-toggle-menu::after {
        top: 26px;
    }

    #header.active .mobile-toggle-menu span {
        opacity: 0;
    }

    #header.active .mobile-toggle-menu::after {
        top: 10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #header.active .mobile-toggle-menu::before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 10px;
    }

    #main-nav li:nth-child(1) {
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        -ms-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    #main-nav li:nth-child(2) {
        -webkit-transition-delay: 0.15s;
        -moz-transition-delay: 0.15s;
        -ms-transition-delay: 0.15s;
        -o-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }

    #main-nav li:nth-child(3) {
        -webkit-transition-delay: 0.20s;
        -moz-transition-delay: 0.20s;
        -ms-transition-delay: 0.20s;
        -o-transition-delay: 0.20s;
        transition-delay: 0.20s;
    }

    #main-nav li:nth-child(4) {
        -webkit-transition-delay: 0.25s;
        -moz-transition-delay: 0.25s;
        -ms-transition-delay: 0.25s;
        -o-transition-delay: 0.25s;
        transition-delay: 0.25s;
    }

    #main-nav li:nth-child(5) {
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        -ms-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    #main-nav li:nth-child(6) {
        -webkit-transition-delay: 0.35s;
        -moz-transition-delay: 0.35s;
        -ms-transition-delay: 0.35s;
        -o-transition-delay: 0.35s;
        transition-delay: 0.35s;
    }

    .boxes .box {
        width: 100%;
    }

    #search {
        padding: 0 5%;
    }

    .pt100 {
        padding-top: 0 !important;
    }

    .conheca-projetos:hover span {
        width: 300px;
    }

    .ultimos-projetos .center > .col {
        max-width: 620px;
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .lista-concursos-content {
        padding: 0 2.5%;
    }

    .nav-concursos a {
        top: 0;
        float: none;
        margin: 0 !important;
        width: 100%;
    }

    .slide-projeto {
        float: none;
        margin: 20px auto;
        height: 400px;
    }

    #frmContato {
        width: 95%;
        margin: 0 auto;
    }

    .center {
        max-width: 100%;
    }

    .title-line .button {
        float: none;
        margin: 0 auto;
    }

    .nav-slide-projetos {
        height: auto;
    }

    .projetos-list-content {
        height: auto;

    }

    .project-box {
        margin: 0 auto 40px;
        position: relative;
        max-width: 465px;
        height: auto;
        padding-bottom: 20px;
        width: 100%;
        right: 0 !important;
        top: 0 !important;
        left: 0 !important;
    }

    .project-box .ver {
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }

    .project-box .title {
        position: relative;
        top: 0;
        left: 0;
        z-index: 3;
        width: 100%;
        background-color: #2bb9e7;
        padding-top: 20px;
        height: auto;

    }

    .project-box.project-4 .title {
        color: #fff;
    }

    .project-box .image {
        height: 320px;
    }

    #projeto-content-wrap {

    }

    .sub-desc {
        font-size: 1.6em;
        width: 95%;
        margin: 60px 2.5% 0;
    }

    #projeto-content-wrap .mr20 {
        margin: 0 auto;
        width: 100%;
        float: none;

        text-align: center;

    }

    .grid-midia {
        text-align: center;

    }

    .grid-midia a {
        margin: 0 auto 30px;
        max-width: 468px;
        width: 95%;
    }

    #projeto-content-wrap .col620 {
        max-width: 620px;
        width: 95%;
        float: none;
        margin: 30px auto;

    }

    .ultimos-projetos h2 {
        padding-top: 30px;
    }

    .item-news, .item-news:nth-child(3n-1), .entretenimento .center > section {
        float: none;
        margin: 0 auto 30px;
    }

    .by, .copy {
        width: 100%;
    }

    .nav-slide-projetos li.active a {
        top: 0;
    }

    .nav-slide-projetos li.active::after {
        top: 69px;
    }

    .nav-slide-projetos li {
        width: 100%;
    }

    .nav-slide-projetos li.active {
        background-color: #00ace2;
        width: 100%;
    }

    .nav-slide-projetos li.mid20 {
        margin: 0;
    }

    .nav-slide-projetos li.active a .slide-title {
        color: #fff;
    }

    .aside-menu {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }

    .aside-menu .item {
        width: 100%;
    }

    #content-side {
        padding: 0 5% 60px;
    }

    .underline span {
        border-bottom: 0;
        margin-bottom: 0;
        padding: 0 5%;
        padding-bottom: 0;
    }

    .title-bar {
        padding: 20px;
        line-height: 1.2em;
        height: auto
    }

    .col620 {
        width: 100%;
    }

}

/* DESKTOPS */

@media only screen and (min-width: 1025px) {
    #main-nav ul {
        height: auto !important;
    }
}

@media only screen and (max-width: 1815px) {
    #main-nav {
        background: #00ace2;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ac {
    text-align: center;
}

.mid20 {
    margin: 0 20px;
}

.mr20 {
    margin-right: 20px;
}

.relative {
    position: relative;
}

.mb0 {
    margin-bottom: 0 !important;
}

.pt100 {
    padding-top: 100px;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* HOME FLOATER */
#homeFloater {
    position: absolute;
    left: 15%;
    margin: 5px 0 0 90px;
    width: 370px;
    height: 400px;
    z-index: 100;
}

#homeFloaterPop {
    position: absolute;
    left: 0%;
    margin: 5px 0 0 90px;
    width: 370px;
    height: 400px;
    z-index: 100;
}

img#btnfecharfloater {
    width: 78px;
    height: 28px;
    float: right;
    cursor: pointer;
}

input.text-error, select.text-error, radio.text-error, td.text-error {
    background-color: #dc7c7c;
    color: #000000;
    font-weight: bold;
}