/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@charset "UTF-8";
/**/
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;
    font-family: 'Raleway', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
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;
}
.header {
    width: 100%;
    height: 80px;
    background-color: #fff;
    z-index: 1000;
}
.container {
    width: 1080px;
    margin: 0 auto;
}
.container ul.lista {
    list-style-type: disc;
    display: inline-block;
    text-align: left;
}
.container ul.lista li {
    line-height: 32px;
}
.logo {
    float: left;
}
.logo h1 a {
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    color: #1C97CA;
    font-size: 35px;
    font-weight: 100;
    padding: 20px 0px;
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.menu {
    float: right;
}
.menu ul li {
    display: inline-block;
    padding: 33px 0;
    text-align: center;
}
.menu ul li a {
    /* float:right; */
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    color: #4e4f4f;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    transition: color 0.3s ease-in;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    -webkit-transition: color 0.3s ease-in;
    -ms-transition: color 0.3s ease-in;
    padding: 0;
}
.menu ul li a:hover {
    color: #1C97CA;
}
.banner {
    padding: 150px 0px;
    cursor: default;
}
.header-text {
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    padding-top: 20px;
}
.big-text {
    font-size: 20px;
    line-height: 40px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}
.header-text h2 {
    font-size: 40px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    line-height: 75px;
}
.small-text {
    width: 65%;
    margin: 0 auto;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 30px;
}
.small-text a {
    color: #fff;
    border-bottom: 1px dotted #fff;
    text-decoration: none;
}
.button-section {
    text-align: center;
    clear: both;
}
.button-section ul li {
    display: inline-block;
    margin: 50px 20px;
}
.top-button {
    text-decoration: none;
    border-radius: 5px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}
.green {
    color: #fff;
    padding: 17px 30px;
    background-color: #64AE3C;
}
.white {
    background-color: #fff;
    padding: 17px 30px;
    color: #4e4f4f;
}
.gray {
    background-color: #ccc;
    padding: 17px 30px;
    color: #4e4f4f;
}
.color-border {
    background: url(images/color_border.jpg) repeat-x scroll center top;
    width: 100%;
    float: left;
    display: block;
    height: 5px;
}
.features {
    background: url(images/bg.png) repeat;
}
.video {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 80px 0px;
    width: 100%;
    overflow: auto;
    background: #eaeaea;
}
.video h2 {
    font-size: 30px;
    font-weight: 600;
    padding: 15px 0px;
}
.videocontainer {
    display: block;
    margin: 40px auto;
    width: min-content;
}
.desc {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 80px 0px;
    width: 100%;
    overflow: auto;
}
.desc h2 {
    font-size: 30px;
    font-weight: 600;
    padding: 15px 0px;
}
.desc p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    width: 85%;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    color: #aab1bf;
}
.box-desc a {
    color: #fff
}
#candidatura {
    background-color: #6B9A51;
}
#candidatura p a {
    color: blue
}
.features {
    padding: 80px 0px;
    background-color: #24436d;
    float: left;
    width: 100%;
    overflow: hidden;
}
.places {
    padding: 80px 0px;
    background-color: #eeeeee;
    float: left;
    width: 100%;
    overflow: hidden;
}
.web {
    padding: 80px 0px;
    background-color: #24436d;
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(big-images/web-dispositivos-moveis.jpg) no-repeat fixed center center;
    background-size: auto 100%;
}
.a3d {
    padding: 80px 0px;
    background-color: #24436d;
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(big-images/animacao-modelacao-2d-3d.jpg) no-repeat fixed center center;
    background-size: cover;
}
.ilu {
    padding: 80px 0px;
    background-color: #24436d;
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(big-images/ilustracao.jpg) no-repeat fixed center center;
    background-size: cover;
}
.realizacao {
    padding: 80px 0px;
    background-color: #24436d;
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(big-images/realizacao.jpg) no-repeat fixed center center;
    background-size: cover;
}
.bd {
    padding: 80px 0px;
    background-color: #24436d;
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(big-images/bases-de-dados.png) no-repeat fixed center center;
    background-size: auto 100%;
}
.sei {
    padding: 80px 0px;
    background-color: #24436d;
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(big-images/som.jpg) no-repeat fixed center center;
    background-size: auto 100%;
}
.inf {
    padding: 80px 0px;
    background-color: #24436d;
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(big-images/informatica.jpg) no-repeat fixed center center;
    background-size: auto 100%;
}
.devjogos {
    padding: 80px 0px;
    background-color: #24436d;
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(big-images/jogos.jpg) no-repeat fixed center center;
    background-size: auto 100%;
}
.artejogos {
    padding: 80px 0px;
    background-color: #24436d;
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(big-images/arte-jogos.jpg) no-repeat fixed center center;
    background-size: auto 100%;
}
.features-section {
    text-align: center;
}
h3.text-head {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}
p.box-desc {
    color: #C0C0C0;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2;
    text-align: center;
    clear: both;
    margin-top: 20px;
}
#contactos h3.text-head, .places h3.text-head {
    color: #4e4f4f;
    }
#contactos, p.box-desc, .places p.box-desc {
    color: #777;
}
#vantagens, p.box-desc, #candidatura p.box-desc {
    color: #aaa;
}
 #candidatura p a {
    color: #fff;
}
.features-section ul {
    margin: 50px 0px;
}
.features-section ul li {
    width: 360px;
    display: block;
    text-align: center;
    float: left;
    min-height: 240px;
}
.feature-icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    color: #64AE3C;
    font-size: 60px;
}
.icon1 {
    background-position: -1px -1px;
}
.icon2 {
    background-position: -68px -1px;
}
.icon3 {
    background-position: -136px -1px;
}
.features-section ul li h4 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    line-height: 50px;
    margin-top: 20px;
}
.features-section ul li p {
    color: #aab1bf;
    font-size: 15px;
    line-height: 20px;
    width: 90%;
    margin: 0 auto;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.stories {
    padding: 80px 0px;
    float: left;
    width: 100%;
    background: #233349;
}
.stories-section ul li {
    width: 200px;
    margin: 40px 15px 0px;
    padding-bottom: 10px;
    border-radius: 5px;
    background-color: #fff;
    float: left;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    position: relative;
    overflow: hidden;
}
#locais ul li {
    width: 260px;
    }
.stories-section ul li a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    width: 100%;
}
.story-img {
    width: 100%;
    height: 150px;
    overflow: hidden;
}
#locais .story-img, #areas .story-img {
    height: 150px;
}
.story-img img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    object-fit: cover;
}
.story-new:after {
    content: "Aguarda AprovaÃƒÆ’Ã‚Â§ÃƒÆ’Ã‚Â£o do MinistÃƒÆ’Ã‚Â©rio";
    display: inline-block;
    position: absolute;
    z-index: 2;
    padding: 10px;
    background: rgba(111, 58, 58, 0.42);
    color: #fff;
    top: 18px;
    right: 0;
    font-size: 10px;
}
.story-box {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: none;
    text-align: center;
    padding: 10px 0px 20px 0;
    /* margin-bottom: 20px; */
    min-height: 101px;
}
.story-box h4 {
    color: #4E4F4F;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 10px;
    min-height: 40px;
    padding: 0 5px;
}
#cursos .story-box h4 {
    color: #4E4F4F;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
    min-height: 20px;
}
.story-box p {
    color: #888;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 17px;
    padding: 0px 10px;
}
.stories-section ul li:hover {
    box-shadow: 0px 0px 6px 0px #ccc;
}
.contact {
    padding: 80px 0px;
    width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    background-color: #E2E2E2;
}
.contact-section {
    width: 60%;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}
form input {
    background: none repeat scroll 0% 0% #F7F6F6;
    padding: 15px;
    width: 95%;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 30px;
    font-family: 'Open Sans', sans-serif;
    box-shadow: none;
    border: 2px solid #f7f6f6;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    margin-left: -20px;
}
form textarea {
    width: 95%;
    border-radius: 5px;
    box-shadow: none;
    background: none repeat scroll 0% 0% #F7F6F6;
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
    height: 180px;
    margin-top: 30px;
    font-family: inherit;
    border: 2px solid #f7f6f6;
    font-family: 'Open Sans', sans-serif;
    resize: none;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    margin-left: -20px;
}
button.submit {
    background: #1C97CA;
    border: medium none;
    color: #FFF;
    padding: 15px 10px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    margin-top: 20px;
    transition: background 0.3s ease-in;
    cursor: pointer;
    display: block;
    margin: 30px auto 0px;
    border-radius: 5px;
    min-width: 200px;
}
button.submit:hover {
    background: #888;
}
form input:focus {
    border: 2px solid #888;
    background-color: #fff;
}
form textarea:focus {
    border: 2px solid #888;
    background-color: #fff;
}
#cursos form  {
    text-align: center;
    margin-top: 23px;
}
#cursos form label {
    display: inline-block;
    color: #fff;
    margin-left: 20px;
}
#cursos form select {
    padding: 16px;
    font-weight: 400;
    margin-top: 30px;
    font-size: 15px;
    border-radius: 5px;
}
#cursos form input {
    width: auto;
    margin-left: 20px;
    margin-top: 0;
    background: #63ae3c;
    border: 1px solid #63ae3c;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}
#cursos form fieldset {}
.footer {
    width: 100%;
    background-color: #373A42;
    float: left;
    padding: 50px 0px;
    text-align: center;
}
.footer p.copyright {
    color: #9EA0A5;
    font-weight: 300;
    font-size: 20px;
}
.footer p.copyright a {
    color: #585C65;
    text-decoration: none;
    border-bottom: 1px dotted #585c65;
}
ul.socialmedia {
    margin: 0;
    list-style: none;
    margin-top: 25px;
}
ul.socialmedia li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    color: #585c65;
    font-size: 26px;
}
ul.socialmedia li a {
    color: #585c65;
    font-size: 26px;
}
.curso ul.socialmedia li a {
    color: white;
}
i.icon-twitter {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
i.icon-twitter:hover {
    height: 100%;
    color: #00acee;
}
i.icon-facebook {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
i.icon-facebook:hover {
    height: 100%;
    color: #3b5998;
}
i.icon-dribbble {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
i.icon-dribbble:hover {
    height: 100%;
    color: #ea4c89;
}
i.icon-linkedin {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
i.icon-linkedin:hover {
    height: 100%;
    color: #0e76a8;
}
i.icon-instagram {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
i.icon-instagram:hover {
    height: 100%;
    color: #3f729b;
}
ul.socialmedia li a {
    text-decoration: none;
}
.responsive-menu-button {
    float: right;
    padding: 24px 0px;
}
#mobile-header {
    display: none;
}
#atividades .story-box {
    /* min-height: 580px; */
}
#atividades .story-box p {
    font-size: 14px
}
#atividades p.box-desc {
    line-height: 25px;
    margin-top: 20px;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb;
    margin: 0 auto;
    font-size: 14px;
}
table caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center
}
table td {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em
}
table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em;
    background-color: #233349;
    color: #fff;
}
table td:first-child,
table th:first-child {
    border-left-width: 0
}
table thead {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom
}
table td {
    background-color: transparent
}
table tr:nth-child(2n-1) td {
    background-color: #f2f2f2
}
table td {
    border-bottom: 1px solid #cbcbcb
}
table tbody>tr:last-child>td {
    border-bottom-width: 0
}
table td,
table th {
    border-width: 0 0 1px;
    border-bottom: 1px solid #cbcbcb;
}
table tbody>tr:last-child>td {
    border-bottom-width: 0
}
form label {
    display: none;
    position: absolute;
    right: 0;
    top: 1px;
}
input.mandatory,
input.invalid {
    border: 2px solid red;
    background-color: #fff;
}
#gotoTop {
    position: fixed;
    bottom: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    background-color: #58B8CE;
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    z-index: 100000;
}
#gotoTop a {
    display: inline-block;
    width: 60px;
    height: 60px;
    color: #fff;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-size: 40PX;
    font-weight: 100;
    padding-top: 10px;
}
#atividades .stories-section ul li {
    width: 330px;
}
.stories-section {overflow: auto}
.hide { display: none}