body main>#banner {
    /*    margin: -30px 0 -1px;
    padding-top: 30px;
    background-color: #e0e0e0
    */
}

body main>#banner>.slider>.slick-next,
body main>#banner>.slider>.slick-prev {
    margin: 0;
    top: auto;
    bottom: 10px;
    left: auto;
    width: 35px;
    height: 35px;
    background: rgba(47, 58, 71, .5);
    z-index: 9;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body main>#banner>.slider>.slick-next:before,
body main>#banner>.slider>.slick-prev:before {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: hsla(0, 0%, 100%, .5)
}

body main>#banner>.slider>.slick-next:hover,
body main>#banner>.slider>.slick-prev:hover {
    background-color: rgba(47, 58, 71, .9)
}

body main>#banner>.slider>.slick-next:hover:before,
body main>#banner>.slider>.slick-prev:hover:before {
    color: hsla(0, 0%, 100%, .9)
}

body main>#banner>.slider>.slick-prev {
    right: 66px
}

body main>#banner>.slider>.slick-prev:before {
    content: "\F053"
}

body main>#banner>.slider>.slick-next {
    right: 30px
}

body main>#banner>.slider>.slick-next:before {
    content: "\F054"
}

body main>#banner>.slider .slide {
    -ms-flex-pack: center!important;
    -ms-flex-align: center!important;
    -ms-flex-item-align: stretch!important;
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
    padding: 0;
    height: 350px;
    background-color: #7a8591
}

body main>#banner>.slider .slide,
body main>#banner>.slider .slide>.image {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    align-items: center!important;
    align-self: stretch!important;
    position: relative
}

body main>#banner>.slider .slide>.image {
    -ms-flex-pack: center!important;
    -ms-flex-align: center!important;
    -ms-flex-item-align: stretch!important;
    width: 70%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

body main>#banner>.slider .slide>.box {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
    padding: 30px 30px 80px;
    width: 30%;
    color: #2f3a47;
    background-color: #2a2a2a;
    border-top: 5px solid #2a2a2a;
}

body main>#banner>.slider .slide>.box>h2 {
    margin: 0 0 15px;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 24px;
    -webkit-line-clamp: 3
}

body main>#banner>.slider .slide>.box>.info,
body main>#banner>.slider .slide>.box>h2 {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal !important;
    color: #fcfcfc;
}

body main>#banner>.slider .slide>.box>.info {
    font-size: 15px;
    line-height: 20px;
    -webkit-line-clamp: 7
}

@media (max-width:767px) {
    body main>#banner {
        padding: 0
    }
    body main>#banner>.slider {
        padding: 20px 20px 40px
    }
    body main>#banner>.slider>.slick-next,
    body main>#banner>.slider>.slick-prev {
        bottom: -15px;
        left: auto;
        right: auto;
        width: 44%
    }
    body main>#banner>.slider>.slick-prev {
        left: 20px
    }
    body main>#banner>.slider>.slick-next {
        right: 20px
    }
    body main>#banner>.slider .slide {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important;
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important;
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important;
        height: 400px
    }
    body main>#banner>.slider .slide>.image {
        max-width: 100%;
        width: auto;
        height: 40%
    }
    body main>#banner>.slider .slide>.box {
        padding: 15px 20px;
        max-width: 100%;
        width: auto;
        height: 60%
    }
    body main>#banner>.slider .slide>.box>h2 {
        font-size: 18px;
        line-height: 24px;
        -webkit-line-clamp: 3
    }
    body main>#banner>.slider .slide>.box>.info,
    body main>#banner>.slider .slide>.box>h2 {
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        white-space: normal
    }
    body main>#banner>.slider .slide>.box>.info {
        font-size: 13px;
        line-height: 18px;
        -webkit-line-clamp: 6
    }
}

@media (min-width:767px) and (max-width:992px) {
    body main>#banner>.slider .slide>.image {
        width: 60%
    }
    body main>#banner>.slider .slide>.box {
        width: 40%
    }
}

@media (min-width:991px) and (max-width:1200px) {
    body main>#banner>.slider .slide>.image {
        width: 65%
    }
    body main>#banner>.slider .slide>.box {
        width: 35%
    }
}

body main>#chamadas {
    margin-top: 1px;
    padding: 40px 20px;
    background-color: #e0e0e0
}

body main>#chamadas .boxs>h2 {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    background-color: #676767;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body main>#chamadas .boxs>h2>i {
    position: absolute;
    top: -3px;
    right: -2px;
    font-size: 2.5em;
    color: hsla(0, 0%, 100%, .2);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

body main>#chamadas .boxs>h2>a {
    padding: 10px 15px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    float: none
}

body main>#chamadas .boxs.blue-1>h2 {
    background-color: #265d95
}

body main>#chamadas .boxs.blue-1>h2:hover {
    background-color: #1c446c
}

body main>#chamadas .boxs.blue-2>h2 {
    background-color: #6395b2
}

body main>#chamadas .boxs.blue-2>h2:hover {
    background-color: #4b7b97
}

body main>#chamadas .boxs>.content {
    background-color: #fff
}

body main>#chamadas .boxs>.content>a.internal,
body main>#chamadas .boxs>.content div.internal {
    display: block;
    padding: 15px;
    color: #666;
    border-top: 1px solid #e0e0e0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body main>#chamadas .boxs>.content>a.internal:first-child,
body main>#chamadas .boxs>.content div.internal:first-child {
    margin: 0;
    border: none
}

body main>#chamadas .boxs>.content>a.internal>h3,
body main>#chamadas .boxs>.content div.internal>h3 {
    position: relative;
    margin: 0 0 10px;
    height: 65px;
    font-size: 16px;
    line-height: 22px;
    color: #333
}

body main>#chamadas .boxs>.content>a.internal>.info,
body main>#chamadas .boxs>.content div.internal>.info {
    height: 100px;
    font-size: 14px;
    line-height: 20px
}

body main>#chamadas .boxs>.content>a.internal>.info2,
body main>#chamadas .boxs>.content div.internal>.info2 {
    height: 175px;
    font-size: 14px;
    line-height: 20px
}

body main>#chamadas .boxs>.content>a.internal>.info2>p>a,
body main>#chamadas .boxs>.content div.internal>.info2>p>a {
    color: #666
}

body main>#chamadas .boxs>.content>a.internal:hover,
body main>#chamadas .boxs>.content div.internal:hover {
    color: #333
}

body main>#chamadas .boxs>.content>a.internal:hover>h3,
body main>#chamadas .boxs>.content div.internal:hover>h3 {
    color: #000
}

body main>#chamadas .boxs>a.btn {
    display: block;
    padding: 5px;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    background-color: #969fa8;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

body main>#chamadas .boxs>a.btn:hover {
    background-color: #7a8591
}

@media (max-width:991px) {
    body main>#chamadas {
        padding: 20px 5px
    }
    body main>#chamadas .boxs {
        margin-top: 25px
    }
    body main>#chamadas .boxs:first-child {
        margin: 0
    }
    body main>#chamadas .boxs>.content>.internal>.info,
    body main>#chamadas .boxs>.content>.internal>h3 {
        height: auto!important;
        letter-spacing: normal
    }
}

@media (max-width:767px) {
    body main>#chamadas {
        padding: 30px 20px
    }
    body main>#chamadas .boxs>.content>.internal>h3.visible-xs {
        height: auto!important
    }
}

@media (min-width:767px) and (max-width:992px) {
    body main>#chamadas {
        padding: 30px 20px
    }
    body main>#chamadas .boxs:first-child,
    body main>#chamadas .boxs:nth-child(2) {
        margin: 0
    }
    body main>#chamadas .boxs>h2 {
        font-size: 16px
    }
    body main>#chamadas .boxs>.content>a.internal>h3 {
        height: 45px!important;
        font-size: 16px;
        line-height: 22px;
        -webkit-line-clamp: 2
    }
    body main>#chamadas .boxs>.content>a.internal>.info,
    body main>#chamadas .boxs>.content>a.internal>h3 {
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        white-space: normal
    }
    body main>#chamadas .boxs>.content>a.internal>.info {
        height: 80px!important;
        font-size: 14px;
        line-height: 20px;
        -webkit-line-clamp: 4
    }
}

@media (min-width:991px) and (max-width:1200px) {
    body main>#chamadas .boxs>h2>a {
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        float: none
    }
    body main>#chamadas .boxs>.content>a.internal>h3 {
        height: 72px;
        font-size: 14px;
        line-height: 18px
    }
    body main>#chamadas .boxs>.content>a.internal>.info {
        height: 75px;
        font-size: 13px;
        line-height: 18px;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        white-space: normal
    }
}

@media (min-width:1200px) {
    body main>#chamadas .boxs>.content>a.internal>h3 {
        -webkit-line-clamp: 3
    }
    body main>#chamadas .boxs>.content>a.internal>.info,
    body main>#chamadas .boxs>.content>a.internal>h3 {
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        white-space: normal
    }
    body main>#chamadas .boxs>.content>a.internal>.info {
        height: 100px;
        -webkit-line-clamp: 5
    }
}

body main>#aviso {
    margin-top: 1px;
    padding: 0 39px 30px
}

body main>#aviso .boxs>h2 {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    background-color: #676767;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body main>#aviso .boxs>h2>i {
    position: absolute;
    top: -3px;
    right: -2px;
    font-size: 2.5em;
    color: hsla(0, 0%, 100%, .2);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

body main>#aviso .boxs>h2>a {
    padding: 10px 15px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    float: none
}

body main>#aviso .boxs.blue-1>h2 {
    background-color: #265d95
}

body main>#aviso .boxs.blue-1>h2:hover {
    background-color: #1c446c
}

body main>#aviso .boxs.blue-2>h2 {
    background-color: #6395b2
}

body main>#aviso .boxs.blue-2>h2:hover {
    background-color: #4b7b97
}

body main>#aviso .boxs>.content {
    background-color: #fff
}

body main>#aviso .boxs>.content>a.internal {
    display: block;
    padding: 15px;
    color: #666;
    border: 1px solid #e1e1e1!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

body main>#aviso .boxs>.content>a.internal:first-child {
    margin: 0;
    border: none
}

body main>#aviso .boxs>.content>a.internal>h3 {
    position: relative;
    margin: 0 0 10px;
    height: 65px;
    font-size: 16px;
    line-height: 22px;
    color: #333
}

body main>#aviso .boxs>.content>a.internal>.info {
    height: 100px;
    font-size: 14px;
    line-height: 20px;
    margin-top: -13px
}

body main>#aviso .boxs>.content>a.internal:hover {
    color: #333
}

body main>#aviso .boxs>.content>a.internal:hover>h3 {
    color: #000
}

body main>#aviso .boxs>a.btn {
    display: block;
    padding: 5px;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    background-color: #969fa8;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

body main>#aviso .boxs>a.btn:hover {
    background-color: #7a8591
}

@media (max-width:991px) {
    body main>#aviso {
        padding: 20px 5px
    }
    body main>#aviso .boxs {
        margin-top: 25px
    }
    body main>#aviso .boxs:first-child {
        margin: 0
    }
    body main>#aviso .boxs>.content>.internal>.info,
    body main>#aviso .boxs>.content>.internal>h3 {
        height: auto!important;
        letter-spacing: normal
    }
}

@media (max-width:767px) {
    body main>#aviso {
        padding: 30px 20px
    }
    body main>#aviso .boxs>.content>.internal>h3.visible-xs {
        height: auto!important
    }
}

@media (min-width:767px) and (max-width:992px) {
    body main>#aviso {
        padding: 30px 20px
    }
    body main>#aviso .boxs:first-child,
    body main>#aviso .boxs:nth-child(2) {
        margin: 0
    }
    body main>#aviso .boxs>h2 {
        font-size: 16px
    }
    body main>#aviso .boxs>.content>a.internal>h3 {
        height: 45px!important;
        font-size: 16px;
        line-height: 22px;
        -webkit-line-clamp: 2
    }
    body main>#aviso .boxs>.content>a.internal>.info,
    body main>#aviso .boxs>.content>a.internal>h3 {
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        white-space: normal
    }
    body main>#aviso .boxs>.content>a.internal>.info {
        height: 80px!important;
        font-size: 14px;
        line-height: 20px;
        -webkit-line-clamp: 4
    }
}

@media (min-width:991px) and (max-width:1200px) {
    body main>#aviso .boxs>h2>a {
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        float: none
    }
    body main>#aviso .boxs>.content>a.internal>h3 {
        height: 72px;
        font-size: 14px;
        line-height: 18px
    }
    body main>#aviso .boxs>.content>a.internal>.info {
        height: 75px;
        font-size: 13px;
        line-height: 18px;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        white-space: normal
    }
}

@media (min-width:1200px) {
    body main>#aviso .boxs>.content>a.internal>h3 {
        -webkit-line-clamp: 3
    }
    body main>#aviso .boxs>.content>a.internal>.info,
    body main>#aviso .boxs>.content>a.internal>h3 {
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        white-space: normal
    }
    body main>#aviso .boxs>.content>a.internal>.info {
        height: 100px;
        -webkit-line-clamp: 5
    }
}

body main>#destaque-em-pesquisa {
    padding: 40px 20px
}

body main>#destaque-em-pesquisa h2 {
    margin: 0 0 20px;
    padding-bottom: 3px;
    font-weight: 400;
    text-align: center;
    border-bottom: 1px solid #666
}

body main>#destaque-em-pesquisa h2>b {
    font-weight: 700
}

body main>#destaque-em-pesquisa h2>span {
    position: relative;
    bottom: -5px;
    display: block;
    margin: auto;
    width: 20%;
    height: 3px;
    background-color: #ff562f
}

body main>#destaque-em-pesquisa a {
    display: block
}

body main>#destaque-em-pesquisa a:hover .image>.mask-link {
    top: 0
}

body main>#destaque-em-pesquisa a:hover .infos>h3 {
    color: #000
}

body main>#destaque-em-pesquisa a:hover .infos>.text {
    color: #333
}

body main>#destaque-em-pesquisa a .image {
    position: relative;
    display: block;
    overflow: hidden
}

body main>#destaque-em-pesquisa a .image>img {
    width: 100%;
    height: auto
}

body main>#destaque-em-pesquisa a .image>.label {
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    background-color: #999
}

body main>#destaque-em-pesquisa a .image>.label.ambiente {
    background-color: #434900
}

body main>#destaque-em-pesquisa a .image>.label.clima {
    background-color: #ff712f
}

body main>#destaque-em-pesquisa a .image>.label.etica {
    background-color: #692e68
}

body main>#destaque-em-pesquisa a .image>.label.saude {
    background-color: #668913
}

body main>#destaque-em-pesquisa a .image>.label.ciencia-politica {
    background-color: #1d5666
}

body main>#destaque-em-pesquisa a .image>.label.inovacao {
    background-color: #7d2fff
}

body main>#destaque-em-pesquisa a .image>.mask-link {
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    font-size: 48px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body main>#destaque-em-pesquisa a .image>.mask-link>i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px
}

body main>#destaque-em-pesquisa a .infos {
    margin-top: 15px
}

body main>#destaque-em-pesquisa a .infos>h3 {
    display: block;
    height: 43px;
    font-size: 17px;
    line-height: 20px;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body main>#destaque-em-pesquisa a .infos>.text {
    margin-top: 15px;
    padding-top: 15px;
    display: block;
    height: 70px;
    font-size: 12px;
    line-height: 17px;
    color: #666;
    overflow: hidden;
    border-top: 1px solid #666;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body main>#destaque-em-pesquisa a.midia {
    margin-top: 10px;
    padding: 5px 10px;
    display: inline-block;
    font-size: 10px;
    color: #666;
    background-color: #f0f0f0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body main>#destaque-em-pesquisa a.midia:hover {
    color: #333;
    background-color: #d0d0d0
}

body main>#destaque-em-pesquisa a.midia.ntag {
    color: #fff;
    background-color: #ff712f
}

body main>#destaque-em-pesquisa a.midia.ntag:hover {
    background-color: #fb5000
}

body main>#destaque-em-pesquisa a.midia.ntca {
    color: #fff;
    background-color: #1d78ba
}

body main>#destaque-em-pesquisa a.midia.ntca:hover {
    background-color: #165c8e
}

body main>#destaque-em-pesquisa a.midia.ntpi {
    color: #fff;
    background-color: #235496
}

body main>#destaque-em-pesquisa a.midia.ntpi:hover {
    background-color: #193d6d
}

body main>#destaque-em-pesquisa a.midia.ntesp,
body main>#destaque-em-pesquisa a.midia.ntpp {
    color: #fff;
    background-color: #6a94cb
}

body main>#destaque-em-pesquisa a.midia.ntesp:hover,
body main>#destaque-em-pesquisa a.midia.ntpp:hover {
    background-color: #4479be
}

body main>#destaque-em-pesquisa a.midia.ntrf {
    color: #fff;
    background-color: #777
}

body main>#destaque-em-pesquisa a.midia.ntrf:hover {
    background-color: #5e5e5e
}

body main>#destaque-em-pesquisa hr {
    position: relative;
    margin: 20px auto;
    width: 100%;
    height: 1px;
    float: left;
    background-color: transparent;
    border: none
}

@media (max-width:767px) {
    body main>#destaque-em-pesquisa h2 {
        padding-bottom: 10px
    }
    body main>#destaque-em-pesquisa h2>div>b {
        display: block
    }
    body main>#destaque-em-pesquisa h2>span {
        bottom: -12px
    }
    body main>#destaque-em-pesquisa a {
        margin-top: 30px
    }
    body main>#destaque-em-pesquisa a>.infos {
        margin-top: 15px
    }
    body main>#destaque-em-pesquisa a>.infos>.text,
    body main>#destaque-em-pesquisa a>.infos>h3 {
        height: auto
    }
    body main>#destaque-em-pesquisa a:first-child {
        margin: 0
    }
}

@media (min-width:767px) and (max-width:992px) {
    body main>#destaque-em-pesquisa a .infos>h3 {
        height: 60px;
        font-size: 16px;
        -webkit-line-clamp: 3
    }
    body main>#destaque-em-pesquisa a .infos>.text,
    body main>#destaque-em-pesquisa a .infos>h3 {
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        white-space: normal
    }
    body main>#destaque-em-pesquisa a .infos>.text {
        height: 85px;
        -webkit-line-clamp: 4
    }
}

@media (min-width:991px) and (max-width:1200px) {
    body main>#destaque-em-pesquisa a .infos>h3 {
        -webkit-line-clamp: 2
    }
    body main>#destaque-em-pesquisa a .infos>.text,
    body main>#destaque-em-pesquisa a .infos>h3 {
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        white-space: normal
    }
    body main>#destaque-em-pesquisa a .infos>.text {
        -webkit-line-clamp: 3
    }
}

body main>#biblioteca-virtual {
    padding: 40px 15px;
    color: #fff;
    background-color: #005a8c
}

body main>#biblioteca-virtual h2 {
    font-size: 28px;
    line-height: 1.1em;
    font-weight: 400
}

body main>#biblioteca-virtual h2>b {
    display: block;
    font-weight: 700
}

body main>#biblioteca-virtual .search {
    position: relative;
    margin-top: 20px;
    display: block
}

body main>#biblioteca-virtual .search input {
    display: block;
    padding: 5px 40px 5px 10px;
    width: 100%;
    color: #05376c;
    background-color: hsla(0, 0%, 100%, .6);
    border: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body main>#biblioteca-virtual .search input:focus,
body main>#biblioteca-virtual .search input:hover {
    background-color: #fff
}

body main>#biblioteca-virtual .search>i {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 1.2em;
    color: #05376c
}

body main>#biblioteca-virtual h3 {
    font-size: 16px
}

body main>#biblioteca-virtual ul {
    margin: 0;
    padding: 0
}

body main>#biblioteca-virtual ul.no-title {
    margin-top: 32px
}

body main>#biblioteca-virtual ul>li>a {
    display: block;
    font-size: 12px;
    line-height: 22px;
    color: hsla(0, 0%, 100%, .7);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body main>#biblioteca-virtual ul>li>a:hover {
    color: #fff
}

body main>#biblioteca-virtual ul>li>a>small {
    font-style: italic
}

@media (max-width:767px) {
    body main>#biblioteca-virtual h3 {
        margin-top: 20px
    }
    body main>#biblioteca-virtual ul>li>a {
        line-height: 2.5em
    }
    body main>#biblioteca-virtual ul.no-title {
        margin-top: 0
    }
}

@media (min-width:767px) and (max-width:992px) {
    body main>#biblioteca-virtual ul>li>a {
        font-size: .7em
    }
}

body main>#videos {
    padding: 40px 20px 0
}

body main>#videos>div {
    padding-bottom: 35px;
    border-bottom: 1px solid #d0d0d0
}

body main>#videos h2 {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 15px;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.1em;
    color: #fff;
    text-transform: uppercase;
    background-color: #05376c
}

body main>#videos h2>b {
    display: block;
    font-weight: 700
}

body main>#videos .box {
    min-height: 229px
}

body main>#videos .box.featured>.image {
    position: relative;
    display: block;
    max-height: none!important
}

body main>#videos .box.featured>.image>img {
    width: 100%
}

body main>#videos .box.featured>.image>.hover {
    font-size: 50px
}

body main>#videos .box.featured>.infos {
    padding: 20px;
    height: 265px;
    font-size: 14px;
    line-height: 22px;
    color: hsla(0, 0%, 100%, .7);
    background-color: #165c8e;
    border-top: 1px solid #fff
}

body main>#videos .box.featured>.infos>h2 {
    margin-bottom: 20px;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    background-color: transparent
}

body main>#videos .box.featured>.infos>.description {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    white-space: normal
}

body main>#videos .box.agencia>.image>.title {
    background-color: rgba(255, 113, 47, .9)
}

body main>#videos .box.pesquisa>.image>.title {
    background-color: rgba(35, 84, 150, .9)
}

body main>#videos .box.entrevista>.image>.title {
    background-color: rgba(0, 193, 109, .9)
}

body main>#videos .box.sppesquisa>.image>.title {
    background-color: rgba(198, 19, 0, .9)
}

body main>#videos .box>.image {
    position: relative;
    display: block;
    max-height: 195px;
    text-align: center;
    overflow: hidden
}

body main>#videos .box>.image>img {
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

body main>#videos .box>.image>.title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 700;
    color: hsla(0, 0%, 100%, .9);
    background-color: rgba(51, 51, 51, .7)
}

body main>#videos .box>.image>.hover {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%;
    font-size: 30px;
    color: hsla(0, 0%, 100%, .9);
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body main>#videos .box>.image>.hover>i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -20px
}

body main>#videos .box>.description {
    margin: 0;
    padding: 15px 10px;
    line-height: normal;
    background-color: #f0f0f0;
    border-top: 1px solid #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body main>#videos .box>.description>span {
    display: block;
    font-size: 11px;
    line-height: 16px;
    color: #333;
    text-align: center;
    letter-spacing: -.4px;
    height: 45px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal
}

body main>#videos .box:hover>.image>.hover {
    top: 0
}

body main>#videos .box:hover>.infos {
    background-color: #0f3f62
}

body main>#videos .box:hover>.description {
    color: #000;
    background-color: #d0d0d0
}

body main>#videos .secundaryBoxs>h2 {
    margin: -1px 15px 24px;
    width: 100%;
    font-size: 1.1em;
    color: #999
}

body main>#videos .secundaryBoxs>h2:before {
    bottom: -10px;
    background-color: #666
}

body main>#videos .secundaryBoxs>.box:first-child,
body main>#videos .secundaryBoxs>.box:nth-child(2) {
    margin-bottom: 15px
}

@media (max-width:992px) {
    body main>#videos {
        text-align: center
    }
    body main>#videos>div>.row {
        margin: 0
    }
    body main>#videos h2 {
        margin: 0 auto 20px
    }
    body main>#videos .box {
        margin-bottom: 0!important;
        margin-top: 15px;
        padding: 0;
        min-height: 0
    }
    body main>#videos .box.featured>.image>.hover {
        font-size: 30px
    }
    body main>#videos .box.featured>.infos {
        height: auto;
        font-size: 12px;
        line-height: 20px
    }
    body main>#videos .box.featured>.infos>h2 {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 24px
    }
    body main>#videos .box.featured>.infos>.description {
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
        white-space: normal
    }
    body main>#videos .box>.image {
        max-height: none
    }
    body main>#videos .box>.image>img {
        max-width: none;
        max-height: none;
        width: 100%
    }
    body main>#videos .box>.description>span {
        min-height: 0;
        letter-spacing: .2px
    }
}

@media (min-width:767px) and (max-width:992px) {
    body main>#videos .secundaryBoxs>.box:first-child,
    body main>#videos .secundaryBoxs>.box:nth-child(3) {
        padding-right: 7.5px!important
    }
    body main>#videos .secundaryBoxs>.box:nth-child(2),
    body main>#videos .secundaryBoxs>.box:nth-child(4) {
        padding-left: 7.5px!important
    }
    body main>#videos .secundaryBoxs>.box>.image {
        max-height: 205px
    }
    body main>#videos .secundaryBoxs>.box>.description>span {
        height: 50px;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        white-space: normal
    }
}

@media (min-width:991px) and (max-width:1200px) {
    body main>#videos .box.featured>.infos {
        font-size: 13px;
        line-height: 20px;
        height: 288px
    }
    body main>#videos .box.featured>.infos>h2 {
        font-size: 20px;
        line-height: 26px
    }
    body main>#videos .box.featured>.infos>.description {
        -webkit-line-clamp: 10
    }
    body main>#videos .box.featured>.infos>.description,
    body main>#videos .box>.description>span {
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        white-space: normal
    }
    body main>#videos .box>.description>span {
        height: 60px;
        -webkit-line-clamp: 4
    }
}

body main>#publicacoes {
    padding: 40px 20px 50px
}

body main>#publicacoes h2 {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 15px;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.1em;
    color: #fff;
    text-transform: uppercase;
    background-color: #862214
}

body main>#publicacoes h2>b {
    display: block;
    font-weight: 700
}

body main>#publicacoes img {
    width: 100%;
    height: auto
}

body main>#publicacoes .destaque h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

body main>#publicacoes .destaque .info {
    margin-bottom: 20px;
    font-size: 15px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    white-space: normal
}

body main>#publicacoes .destaque a.btn {
    padding: 5px 10px 7px;
    font-size: 12px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

body main>#publicacoes .destaque a.btn>i {
    position: relative;
    top: 2px;
    margin-left: 5px;
    font-size: 18px
}

@media (max-width:767px) {
    body main>#publicacoes {
        margin-bottom: 20px;
        text-align: center
    }
    body main>#publicacoes img {
        width: 65%;
        height: auto
    }
    body main>#publicacoes h2 {
        margin: 0 auto 20px
    }
    body main>#publicacoes h3 {
        margin-top: 20px
    }
}

@media (min-width:767px) and (max-width:992px) {
    body main>#publicacoes .destaque>.row>div:last-child {
        padding-left: 0
    }
    body main>#publicacoes .destaque h3 {
        font-size: 16px;
        line-height: 22px;
        -webkit-line-clamp: 2
    }
    body main>#publicacoes .destaque .info,
    body main>#publicacoes .destaque h3 {
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        white-space: normal
    }
    body main>#publicacoes .destaque .info {
        margin-bottom: 15px;
        font-size: 12px;
        line-height: 18px;
        -webkit-line-clamp: 6
    }
}

@media (min-width:991px) and (max-width:1200px) {
    body main>#publicacoes .destaque .info {
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        white-space: normal
    }
}

body main>#sobre-a-fapesp {
    padding: 20px
}

body main>#sobre-a-fapesp h2 {
    padding-right: 30px;
    font-size: 1.9em;
    line-height: 1.5em;
    color: #333
}

body main>#sobre-a-fapesp a.box {
    display: block;
    padding: 15px;
    color: #333;
    background-color: #f0f0f0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body main>#sobre-a-fapesp a.box>h3 {
    font-size: 1.2em;
    line-height: 1.2em;
    height: 50px
}

body main>#sobre-a-fapesp a.box>.info {
    height: 115px;
    font-size: .8em
}

body main>#sobre-a-fapesp a.box:hover {
    background-color: #cacaca
}

body main>#sobre-a-fapesp a.box.destaque {
    color: #fff;
    background-color: #2774c9
}

body main>#sobre-a-fapesp a.box.destaque:hover {
    background-color: #1b4f89
}

@media (max-width:767px) {
    body main>#sobre-a-fapesp h2 {
        padding: 0;
        text-align: center
    }
    body main>#sobre-a-fapesp a.box {
        margin-top: 30px;
        padding: 25px;
        text-align: center
    }
    body main>#sobre-a-fapesp a.box>.info,
    body main>#sobre-a-fapesp a.box>h3 {
        height: auto
    }
    body main>#sobre-a-fapesp a.box>h3 {
        margin-bottom: 15px
    }
}

@media (min-width:767px) and (max-width:992px) {
    body main>#sobre-a-fapesp h2 {
        padding: 15px;
        text-align: center
    }
    body main>#sobre-a-fapesp a.box {
        padding: 25px
    }
    body main>#sobre-a-fapesp a.box>.info {
        height: 70px
    }
    body main>#sobre-a-fapesp a.box:not(.destaque) {
        margin-top: 30px
    }
}