@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    font-family: 'PT Sans';
    font-style: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: 0;
}
body {
    color: #333;
    background: #3a3a3a;
}
.center {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
    position: relative;
}
#texto {
    padding: 20px 15px;
    clear: both;
}
.center img {
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
}
img {
    border: 0;
}

#header, #main, section, #footer {
    float: left;
    width: 100%;
    clear: both;
    position: relative;
    background: #fff;
}

/*HEADER*/
#header {
    background-color: #fff;
    clear: both;
    padding: 5px 0;
    position: fixed;
    z-index: 99999;
    box-shadow: 1px 0 10px #000;
}
#logo {
    background: url(../img/esperancaeducacao.png) no-repeat 0 0;
    float: left;
    width: 110px;
    height: 90px;
    text-indent: -9000px;
    z-index: 999;
    position: relative;
    top: 0;
    left: 0;
    background-size: 100% auto;
}
/*NAVEGACAO*/
#nav-menu {
    float: right;
    margin-top: 35px;
}
#nav-menu ul {
    float: left;
    width: 100%;
    list-style: none;
}
#nav-menu ul li {
    float: left;
    padding: 0 15px;
    background-color: transparent;
}
#nav-menu ul li.last {
    border-right: 0;
}
#nav-menu ul li a {
    color: #031929;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
#nav-menu ul li a:hover,
#nav-menu ul li.ativo a {
    color: #d22926;
}
#nav-menu .ico-menu {
    display: none;
    color: #0088EE;
    font-weight: bold;
}
/*SLIDESHOW*/
#banner-slideshow {
    margin-top: 100px;
    height: 500px;
}
#banner-slideshow .center {
    padding: 0;
    width: 100%;
}
.slideshow {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    height: 500px;
    overflow: hidden;
    z-index: 1;
}
.slideshow .slide-itens {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    z-index: 1;
}
.slideshow .carousel {
    list-style: none;
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slideshow .carousel li {
    display: list-item;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    opacity: 0;
    transition: 0.7s;
}
.slideshow .carousel li.active {
    z-index: 2;
    position: relative;
    opacity: 1;
}
.slideshow .carousel figure {
    float: left;
    width: 100%;
    position: relative;
}
.slideshow .carousel img {
    display: block;
    border: none;
    position: relative;
    left: 50%;
    margin-left: -585px;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: initial;
    height: 100%;
}
.slideshow .carousel figcaption {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -585px;
    height: 100%;
    overflow: hidden;
}
.slideshow .carousel figcaption legend {
    position: absolute;
    left: -500px;
    top: 20px;
    z-index: 3;
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all 1.0s ease;
    font-size: 0;
    color: #fff;
    opacity: 0;
    background: #d22926;
    padding: 15px;
    font-size: 25px;
    text-transform: uppercase;
}
.slideshow .carousel figcaption span {
    color: #031928;
}
.slideshow .carousel .active figcaption legend {
    left: 0;
    opacity: 1;
}
.slideshow .carousel figcaption h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 22px;
}
.slideshow .carousel figcaption p {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400px;
}
.slideshow .control {
    z-index: 2;
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -585px;
}
.slideshow .num-pages {
    float: right;
    margin-right: 1%;
}
.slideshow .nav {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.slideshow .nav a {float: left;width: 20px;/* height: 20px; */color: #333;font-size: 50px;cursor: pointer;transition:0.3s;margin: 0 5px;}
.slideshow .nav a:hover {opacity:0.7;}
.slideshow .nav a:before {font-family: "fontello";float: left;line-height: 30px;}
.slideshow .nav .prev:before {content: '\e808';}
.slideshow .nav .next:before {content: '\e809';}
.slideshow .pages a {
    float: left;
    text-indent: -90000px;
    width: 15px;
    height: 15px;
    background: #08E;
    border-radius: 50%;
    box-shadow: 0 1px 5px #000;
    cursor: pointer;
    margin: 5px;
}
.slideshow .pages a.active,
.slideshow .pages a:hover {
    background: #D22926;
}
.slideshow .pages a.active {
    cursor: default;
}
.slideshow .total-pages {
    display: none;
}
section h2 {
    font-size: 50px;
    text-align: center;
    color: #313131;
    text-transform: uppercase;
    font-weight: normal;
    padding: 10px 0;
}
.faca-a-diferenca {
    background-color: #0088ee;
    padding: 20px 0;
    overflow: hidden;
}
.faca-a-diferenca h2 {
    color: #fff;
    padding: 0;
}
.faca-a-diferenca h2 span {
    color: #313131;
}
.faca-a-diferenca p {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    padding: 20px 0;
    color: #fff;
}
.faca-a-diferenca .contribuir {
    font-size: 25px;
    padding-top: 10px;
}
.faca-a-diferenca .contribuir a {
    color: #03d03b;
    font-weight: bold;
    display: block;
    height: 110px;
}
.faca-a-diferenca .contribuir a:before,
.faca-a-diferenca .contribuir a:after {
    content: "";
    position: absolute;
    left: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.faca-a-diferenca .contribuir a:before {
    background-image: url(../img/ico_contribuir-valor.png);
    width: 47px;
    height: 46px;
    margin-left: -23.5px;
    bottom: 45px;
    -webkit-transition: 0.75s ease 1.75s;
    -moz-transition: 0.75s ease 1.75s;
    -ms-transition: 0.75s ease 1.75s;
    -o-transition: 0.75s ease 1.75s;
    transition: 0.75s ease 1.75s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.faca-a-diferenca .contribuir a:after {
    background-image: url(../img/ico_contribuir-maos.png);
    width: 248px;
    height: 150px;
    margin-left: -124px;
    bottom: -300px;
    -webkit-transition: 0.75s ease 1.0s;
    -moz-transition: 0.75s ease 1.0s;
    -ms-transition: 0.75s ease 1.0s;
    -o-transition: 0.75s ease 1.0s;
    transition: 0.75s ease 1.0s;
}
.faca-a-diferenca .contribuir.ativo a:before {
    bottom: 45px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.faca-a-diferenca .contribuir.ativo a:after {
    bottom: -20px;
}
/*DESTAQUE*/
.programa-de-bolsistas h2 span {
    color: #1a94f0;
}
.programa-de-bolsistas .destaque-box {
    margin: 10px 0;
    float: left;
}
.programa-de-bolsistas .destaque-box li {
    list-style: none;
    float: left;
    width: 32%;
    margin: 0;
    background: #d22926;
    height: 410px;
    padding-bottom: 15px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.programa-de-bolsistas .destaque-box li:nth-child(2) {
    margin: 0 2%;
}
.programa-de-bolsistas .destaque-box li:hover {
    box-shadow: 0 5px 15px;
}
.programa-de-bolsistas .destaque-box li figure {
    float: left;
    width: 100%;
}
.programa-de-bolsistas .destaque-box li figure a {
    font-size: 0;
    padding: 0;
}
.programa-de-bolsistas .destaque-box li figure a img {
    width: 100%;
}
.programa-de-bolsistas .destaque-box li h3 a {
    text-transform: uppercase;
}
.programa-de-bolsistas .destaque-box li a {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    padding: 10px 15px;
}
.programa-de-bolsistas .destaque-box li p a {
    padding: 0 25px;
    font-size: 18px;
}
.programa-de-bolsistas .parceiros a {
    background-color: #d22926;
    color: #fff;
    font-size: 20px;
    float: left;
    clear: both;
    text-align: center;
    position: relative;
    left: 50%;
    width: 340px;
    padding: 10px 0;
    margin: 20px 0 20px -170px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.programa-de-bolsistas .parceiros a:hover {
    background-color: #0088EE;
}
.interna #main {
    margin-top: 100px;
}
.interna #main .titulo {
    background-color: #0088ee;
}
.interna #main h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 25px 0;
    color: #fff;
}
#texto h2 {
    line-height: 36px;
    font-size: 25px;
    margin-bottom: 0;
    text-align: left;
}
#texto p {
    line-height: 28px;
    margin: 10px 0;
    color: #3e403f;
}
#texto a {
    color: #0088EE;
    font-weight: bold;
    cursor: pointer;
}
#texto a:hover {
    color: #D22926;
}
#texto li {
    list-style: none;
    margin: 10px 0;
    line-height: 24px;
}
#texto li:before {
    font-family: 'fontello';
    content: '\e802';
    margin-right: 5px;
    float: left;
}
/*PARCEIROS*/
#texto .img-parceiros {
    display: flex;
    justify-content: center;
}
#texto .img-parceiros li {
    margin-right: 15px;
    margin-left: 15px;
}
#texto .img-parceiros li:before {
    display: none;
}
/*QUEM SOMOS*/
.quem-somos #texto .left {
    float: left;
}
.quem-somos #texto .right {
    float: right;
}
.quem-somos #texto .text {
    margin-top: 0;
    width: calc(100% - 305px);
}
.quem-somos .box .img {
    width: 290px;
}
.quem-somos .box .frase {
    width: 100%;
    background-color: #ffffff;
    padding: 0 10px;
    border: 10px solid #ffffff;
    -webkit-box-shadow: 0 0 5px #c5c5c5;
    -moz-box-shadow: 0 0 5px #c5c5c5;
    -o-box-shadow: 0 0 5px #c5c5c5;
    box-shadow: 0 0 5px #c5c5c5;
}
.quem-somos .list-diretoria {
    display: flex;
    justify-content: space-between;
}
.quem-somos .list-diretoria li {
    display: block;
}
.quem-somos .list-diretoria li:before {
    display: none;
}
.quem-somos .list-diretoria li img {
    border: 10px solid #d4d4d4;
}
@media (max-width: 768px) {
    .quem-somos .list-diretoria {
        flex-direction: column;
    }
}
@media (max-width: 680px) {
    .quem-somos #texto .text,
    .quem-somos .box .img,
    .quem-somos .box img {
        width: 100%;
    }
}
/*PATROCINADORES*/
.patrocinadores .col-patrocinadores {
    float: left;
    margin-right: 15px;
    width: calc(100% - (287px + 15px));
}
.patrocinadores #texto .col-patrocinadores .img {
    float: left;
    margin-right: 15px;
    width: 210px;
}
.patrocinadores #texto .col-patrocinadores p:first-child {
    margin-top: 0;
}
.patrocinadores .box-patrocinadores {
    float: left;
    padding: 0;
    width: 287px;
}
.patrocinadores .box-patrocinadores p {
    padding: 0 10px;
}
@media (max-width: 850px) {
    .patrocinadores .col-patrocinadores {
        margin-right: 0;
        width: 100%;
    }
    .patrocinadores .box-patrocinadores {
        width: 100%;
    }
    .patrocinadores .box-patrocinadores img {
        float: left;
        margin-right: 15px;
        width: 200px;
    }
}
@media (max-width: 480px) {
    .patrocinadores #texto .col-patrocinadores .img,
    .patrocinadores #texto .col-patrocinadores .img,
    .patrocinadores #texto .col-patrocinadores .text,
    .patrocinadores #texto img {
        margin-right: 0;
        width: 100%;
    }
}
/*COMO DOAR*/
.como-doar .nossos-dados {
    text-align: center;
}
.como-doar .frase-nossos-dados {
    padding: 0;
}
.como-doar .frase-nossos-dados img {
    float: left;
    margin-right: 15px;
    width: 220px;
}
.como-doar .frase-nossos-dados p {
    padding: 0 15px;
}
@media (max-width: 450px) {
    .como-doar .frase-nossos-dados img {
        margin-right: 0;
        width: 100%;
    }
}
/*CONTATO*/
.info_contato {
    float: left;
    width: 50%;
}
.box {
    float: left;
    width: 100%;
    background-color: #f0f0f0;
    padding: 10px;
    border: 10px solid #b3b0b0;
}
.info_contato .box h2 {
    color: #d22926;
    padding: 0;
}
#mapa address {
    float: left;
    width: 45%;
    margin-bottom: 20px;
}
#mapa address.last {
    float: right;
    margin-bottom: 100px;
}
#contato {
    float: right;
    width: 47.5%;
    margin-bottom: 20px;
    margin-top: 15px;
}
#contato form {
    clear: both;
    float: left;
    width: 100%;
    min-height: 330px;
}
#contato form fieldset {
    clear: both;
    float: left;
    width: 100%;
    border: 0;
    position: relative;
    z-index: 1;
}
#contato form label {
    clear: both;
    float: left;
    width: 100px;
    text-align: right;
    margin-right: 10px;
    margin-top: 20px;
}
#contato form input,
#contato form textarea {
    float: left;
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding: 5px 2%;
    margin-right: 0;
    margin-bottom: 10px;
    border: 2px solid #D22926;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#contato form input:focus,
#contato form textarea:focus {
    border-color: #2856F0;
}
#contato form input.error,
#contato form textarea.error {
    background-color: rgba(255, 175, 0, 0.16);
}
#contato form textarea {
    height: 90px;
    resize: none;
    overflow: auto;
}
#contato form button {
    background-color: #D22926;
    border: 2px solid #D22926;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 10px;
    margin-left: 0;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5;
    -ms-transition: ease-out 0.5s;
    -o-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
    float: right;
}
#contato form button:hover {
    background-color: #1A43EF;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    border-color: #1A43EF;
}
#contato .box-sucesso {
    display: none;
    clear: both;
    float: left;
    width: 100%;
    font-size: 20px;
}
#contato .box-sucesso,
#contato .box-erro,
#contato .box-load {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
}
#contato .box-sucesso {
    /*display: none;*/
    /*clear: both;*/
    /*float: left;*/
    /*width: 100%;*/
    font-size: 20px;
}
#contato .box-sucesso p,
#contato .box-erro p,
#contato .box-load p {
    background-repeat: no-repeat;
    background-position: 0 7px;
    padding: 10px 0 10px 50px;
}
#contato .box-sucesso p {
    background-image: url(../img/ico_sucesso.png);
}
#contato .box-erro p {
    background-image: url(../img/ico_erro.png);
}
#contato .box-erro button.fechar {
    background-color: #ddc135;
    border-color: #885700;
    margin-left: 0 !important;
}
#contato .box-erro-red button.fechar {
    background-color: #d62a2a;
    border-color: #990a0a;
}
#contato .box-erro button.fechar:hover {
    color: #885700;
}
#contato .box-erro-red button.fechar:hover {
    color: #990a0a;
}

/*FOOTER*/
#footer section {
    background-color: #656565;
}
#footer p {
    color: #fff;
    font-size: 15px;
    float: left;
    line-height: 25px;
}
#footer ul {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
#footer ul li.first {
    width: 200px;
    float: left;
}
#footer ul li {
    color: #fff;
    list-style: none;
}
#footer .footer-box-fb {
    background-color: #fff;
    float: right;
    width: 280px;
}
#footer h2 {
    font-size: 28px;
    text-align: left;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 0 10px;
}
#footer .warning {
    clear: both;
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 20px;
    color: #fff;
    text-align: center;
}
#footer .copy {
    background-color: #3a3a3a;
    border-top: 2px solid #535151;
    padding: 10px 0 25px;
}
#footer p.right {
    font-size: 15px;
    float: right;
    margin-top: -3px
}
#footer p.right a {
    color: #fff
}
@media all and (max-width: 1170px) {
    .slideshow .carousel figcaption,
    .slideshow .control {
        left: 0;
        margin-left: 0;
    }
    #texto {
        float: left;
    }
}
@media all and (max-width: 980px) {
    #header {
        height: 80px;
    }
    #logo {
        width: 85px;
        height: 70px;
    }
    /*NAVEGACAO*/
    #nav-menu {
        margin-top: 25px;
    }
    #nav-menu ul li {
        padding: 0 10px;
    }
    #nav-menu ul li a {
        font-size: 15px;
    }
    .interna #main {
        margin-top: 80px;
    }
    .interna #main h1 {
        font-size: 35px;
        padding: 10px 0;
    }
    #banner-slideshow {
        margin-top: 80px;
        height: 419px;
    }
    .slideshow {
        height: 420px;
    }
    .slideshow .carousel img {
        width: 980px;
        margin-left: -490px;
    }    
    .slideshow .carousel figcaption legend {
        padding: 10px 15px;
        font-size: 18px;
    }
}
@media all and (max-width: 768px) {
    .center {
        float: left;
    }
    #logo {
        left: 50%;
        margin-left: -42.5px;
    }
    #nav-menu {
        position: absolute;
        width: 100%;
        left: 0;
        top: 47px;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: transform 0.6s;
        -moz-transition: transform 0.6s;
        -ms-transition: transform 0.6s;
        -o-transition: transform 0.6s;
        transition: transform 0.6s;
        margin: 0;
    }
    #nav-menu.ativo {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    #nav-menu .menu {
        position: absolute;
        z-index: 100;
        left: -100%;
        top: 24px;
        -webkit-transition: 7.5s;
        -moz-transition: 7.5s;
        -ms-transition: 7.5s;
        -o-transition: 7.5s;
        transition: 7.5s;
        -webkit-perspective: 400px;
        -moz-perspective: 400px;
        -ms-perspective: 400px;
        -o-perspective: 400px;
        perspective: 400px;
    }
    #nav-menu.ativo .menu {
        -webkit-transition: 0s;
        -moz-transition: 0s;
        -ms-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
        left: 0;
    }
    #nav-menu ul li {
        border-right: 0;
        border-bottom: 2px solid #fff;
        background-color: rgba(210, 41, 38, 0.8);
        background-color: #a31621\9;
        padding: 0;
        width: 100%;
        opacity: 0;
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -o-transform: rotateY(90deg);
        transform: rotateY(90deg);
        -webkit-transition: opacity .4s,
        -webkit-transform .5s;
        -moz-transition: opacity .4s,
        -moz-transform .5s;
        -ms-transition: opacity .4s,
        -ms-transform .5s;
        -o-transition: opacity .4s,
        -o-transform .5s;
        transition: opacity .4s,
        transform .5s;
    }
    #nav-menu ul li.ativo {
        background-color: rgba(26, 69, 239, .8);
        background-color: #1A43EF\9;
    }
    #nav-menu ul li.ativo a {
        color: #fff;
    }
    #nav-menu.ativo ul li {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    #nav-menu ul li.first {
        border-top: 2px solid #fff;
    }
    /* CSS3 delays for transition effects */
    #nav-menu.ativo li:nth-child(1) {
        -webkit-transition-delay: 50ms;
        -moz-transition-delay: 50ms;
        -ms-transition-delay: 50ms;
        -o-transition-delay: 50ms;
        transition-delay: 50ms;
    }
    #nav-menu.ativo li:nth-child(2) {
        -webkit-transition-delay: 100ms;
        -moz-transition-delay: 100ms;
        -ms-transition-delay: 100ms;
        -o-transition-delay: 100ms;
        transition-delay: 100ms;
    }
    #nav-menu.ativo li:nth-child(3) {
        -webkit-transition-delay: 150ms;
        -moz-transition-delay: 150ms;
        -ms-transition-delay: 150ms;
        -o-transition-delay: 150ms;
        transition-delay: 150ms;
    }
    #nav-menu.ativo li:nth-child(4) {
        -webkit-transition-delay: 200ms;
        -moz-transition-delay: 200ms;
        -ms-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms;
    }
    #nav-menu.ativo li:nth-child(5) {
        -webkit-transition-delay: 250ms;
        -moz-transition-delay: 250ms;
        -ms-transition-delay: 250ms;
        -o-transition-delay: 250ms;
        transition-delay: 250ms;
    }
    
    #nav-menu ul li:nth-child(1) {
        -webkit-transition-delay: 400ms;
        -moz-transition-delay: 400ms;
        -ms-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms;
    }
    #nav-menu ul li:nth-child(2) {
        -webkit-transition-delay: 350ms;
        -moz-transition-delay: 350ms;
        -ms-transition-delay: 350ms;
        -o-transition-delay: 350ms;
        transition-delay: 350ms;
    }
    #nav-menu ul li:nth-child(3) {
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -ms-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }
    #nav-menu ul li:nth-child(4) {
        -webkit-transition-delay: 250ms;
        -moz-transition-delay: 250ms;
        -ms-transition-delay: 250ms;
        -o-transition-delay: 250ms;
        transition-delay: 250ms;
    }
    #nav-menu ul li:nth-child(5) {
        -webkit-transition-delay: 200ms;
        -moz-transition-delay: 200ms;
        -ms-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms;
    }
    #nav-menu ul li a {
        display: block;
        outline: none;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        font-size: 15px;
        text-align: center;
    }
    #nav-menu ul li:hover a {
        background-color: rgba(247, 142, 13, 0.8);
        color: #fff;
    }
    #nav-menu .ico-menu {
        display: block;
        border: none;
        padding: 5px 0;
        outline: none;
        position: absolute;
        top: -25px;
        right: 10px;
        z-index: 1;
        cursor: pointer;
        font-size: 14px;
    }
    .ico-menu::before,
    .ico-menu::after,
    .ico-menu span {
        background: #0088EE;
    }
    .ico-menu::before,
    .ico-menu::after {
        content: '';
        position: absolute;
        height: 4px;
        width: 100%;
        left: 0;
        top: 10px;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: transform 0.25s;
        -moz-transition: transform 0.25s;
        -ms-transition: transform 0.25s;
        -o-transition: transform 0.25s;
        transition: transform 0.25s;
    }
    .ico-menu::after {
        top: auto;
        bottom: 9px;
    }
    .ico-menu::before {
        -webkit-transform: translate3d(0, -10px, 0);
        -moz-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        -o-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    .ico-menu::after {
        -webkit-transform: translate3d(0, 10px, 0);
        -moz-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        -o-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    .ico-menu span {
        color: #fff;
        position: absolute;
        width: 100%;
        height: 4px;
        left: 0;
        top: 10px;
        overflow: hidden;
        text-indent: -9000px;
    }
    .ativo .ico-menu span {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .ativo .ico-menu::before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        -o-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        background: #D22926;
    }
    .ativo .ico-menu::after {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        -o-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -405deg);
        background: #D22926;
    }
    section h2 {
        font-size: 28px;
    }
    .faca-a-diferenca p {
        font-size: 20px;
        padding: 10px 0;
    }
    .faca-a-diferenca .contribuir {
        font-size: 20px;
    }
    .faca-a-diferenca .contribuir a {
        height: 80px;
    }
    .faca-a-diferenca .contribuir a:before,
    .faca-a-diferenca .contribuir a:after {
        background-size: 100% auto;
    }
    .faca-a-diferenca .contribuir a:before {
        width: 35px;
        height: 34px;
        margin-left: -17.5px;
    }
    .faca-a-diferenca .contribuir a:after {
        background-image: url(../img/ico_contribuir-maos.png);
        width: 180px;
        height: 100px;
        margin-left: -90px;
    }
    .faca-a-diferenca .contribuir.ativo a:before {
        bottom: 25px;
    }
    .faca-a-diferenca .contribuir.ativo a:after {
        bottom: -20px;
    }
    .info_contato {
        width: 100%;
    }
    #contato {
        float: left;
        width: 100%;
    }
    #mapa address.last {
        float: left;
        margin-bottom: 0;
    }
    #contato form label {
        text-align: left;
    }
    #contato form input,
    #contato form textarea {
        clear: both;
        width: 100%;
        padding: 5px 2%;
    }
    #contato form button {
        clear: both;
        padding: 5px 3%;
    }
    
    #main .banner-slideshow,
    #main .banner-slideshow img {
        height: 500px;
    }
    .home .banner-slideshow figure img {
        margin-left: -475px;
    }
    .interna .banner-slideshow figure img {
        margin-left: -1100px;
    }
    .banner-slideshow .canvas {
        top: 110px;
    }
    .banner-slideshow .canvas h3 {
        max-width: 210px;
    }
}
@media all and (max-width: 680px) {
    .programa-de-bolsistas .center {
        width: 100%;
        padding: 0;
    }
    .programa-de-bolsistas .destaque-box li {
        width: 100%;
        height: auto;
        margin: 0 0 2%;
    }
    .programa-de-bolsistas .destaque-box li:nth-child(2) {
        margin: 0 0 2%;
    }
    .programa-de-bolsistas .parceiros a {
        margin: 0 15px 15px;
        left: 0;
        width: calc(100% - (15px * 2));
    }
}
@media all and (max-width: 550px) {
    #footer .footer-box-fb {
        float: left;
        left: 50%;
        position: relative;
        margin-left: -140px;
    }
    #footer .footer-box-fb span {
        text-align: left;
    }
}
@media all and (max-width: 470px) {
    #footer .footer-box-fb {
        display: none;
    }
}
