@viewport {
    orientation: portrait;
}
@font-face {
    font-family: "MuseoSlab";
    src: url("../fonts/museo/museo_slab_500.woff") format("woff"), url("../fonts/museo/museo_slab_500.woff2") format("woff2"), url("../fonts/museo/museo_slab_500.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Regular";
    src: url("../fonts/roboto/regular/Roboto-Regular-webfont.eot");
    src: url("../fonts/roboto/regular/Roboto-Regular-webfont.eot?iefix") format("eot"), url("../fonts/roboto/regular/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/roboto/regular/Roboto-Regular-webfont.ttf") format("truetype"),
        url("../fonts/roboto/regular/Roboto-Regular-webfont.svg#webfont") format("svg");
}
@font-face {
    font-family: "Medium";
    src: url("../fonts/roboto/medium/Roboto-Medium-webfont.eot");
    src: url("../fonts/roboto/medium/Roboto-Medium-webfont.eot?iefix") format("eot"), url("../fonts/roboto/medium/Roboto-Medium-webfont.woff") format("woff"), url("../fonts/roboto/medium/Roboto-Medium-webfont.ttf") format("truetype"),
        url("../fonts/roboto/medium/Roboto-Medium-webfont.svg#webfont") format("svg");
}
@font-face {
    font-family: "Bold";
    src: url("../fonts/roboto/bold/Roboto-Bold-webfont.eot");
    src: url("../fonts/roboto/bold/Roboto-Bold-webfont.eot?iefix") format("eot"), url("../fonts/roboto/bold/Roboto-Bold-webfont.woff") format("woff"), url("../fonts/roboto/bold/Roboto-Bold-webfont.ttf") format("truetype"),
        url("../fonts/roboto/bold/Roboto-Bold-webfont.svg#webfont") format("svg");
}
@font-face {
    font-family: "MuseoSlab";
    src: url("../fonts/museo/museo_slab_500.woff") format("woff"), url("../fonts/museo/museo_slab_500.woff2") format("woff2"), url("../fonts/museo/museo_slab_500.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Regular";
    src: url("../fonts/roboto/regular/Roboto-Regular-webfont.eot");
    src: url("../fonts/roboto/regular/Roboto-Regular-webfont.eot?iefix") format("eot"), url("../fonts/roboto/regular/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/roboto/regular/Roboto-Regular-webfont.ttf") format("truetype"),
        url("../fonts/roboto/regular/Roboto-Regular-webfont.svg#webfont") format("svg");
}
@font-face {
    font-family: "Medium";
    src: url("../fonts/roboto/medium/Roboto-Medium-webfont.eot");
    src: url("../fonts/roboto/medium/Roboto-Medium-webfont.eot?iefix") format("eot"), url("../fonts/roboto/medium/Roboto-Medium-webfont.woff") format("woff"), url("../fonts/roboto/medium/Roboto-Medium-webfont.ttf") format("truetype"),
        url("../fonts/roboto/medium/Roboto-Medium-webfont.svg#webfont") format("svg");
}
@font-face {
    font-family: "Bold";
    src: url("../fonts/roboto/bold/Roboto-Bold-webfont.eot");
    src: url("../fonts/roboto/bold/Roboto-Bold-webfont.eot?iefix") format("eot"), url("../fonts/roboto/bold/Roboto-Bold-webfont.woff") format("woff"), url("../fonts/roboto/bold/Roboto-Bold-webfont.ttf") format("truetype"),
        url("../fonts/roboto/bold/Roboto-Bold-webfont.svg#webfont") format("svg");
}
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 8;
    height: 1px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -ms-transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
.pace.pace-active {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pace.pace-inactive .pace-progress {
    height: 1px;
}
.pace .pace-progress {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 6px;
    background: #fff;
    -webkit-transition: height 0.6s ease;
    -moz-transition: height 0.6s ease;
    -ms-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
    pointer-events: none;
}
@media (min-width: 580px) and (max-width: 768px) {
    .pace .pace-progress {
        height: 6px;
    }
    .pace {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .pace .pace-progress {
        height: 6px;
    }
    .pace {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        bottom: 5px;
    }
}
@media (min-width: 993px) {
    .pace .pace-progress {
        height: 6px;
    }
    .pace {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        bottom: 5px;
    }
}
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: "Regular", sans-serif;
    box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
a {
    text-decoration: none;
}
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;
}
.cf {
    clear: both;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
body,
html {
    font-family: "Regular", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    background-color: #e5e5e5;
}
@media (min-width: 769px) {
    body,
    html {
        font-size: 16px;
    }
}
body {
    overflow: hidden;
}
img {
    max-width: 100%;      
    margin-top: 11px;
}
a {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
p {
    font-family: "Regular", sans-serif;
    font-weight: 500;
}
strong {
    font-weight: 700;
}
section {
    position: relative;
}
h2 {
    font-size: 2em;
}
.mb-1 {
    margin-bottom: -1.5em;
}
.hide {
    display: none;
}
h1 {
    font-family: "Regular", sans-serif;
    font-size: 3em;
    color: #006bb5;
}
h2 {
    font-family: "Regular", sans-serif;
    font-size: 2em;
}
h3 {
    font-family: "Regular", sans-serif;
    font-size: 1.6em;
}
.-cl:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    width: 0;
    clear: both;
}
.row:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    width: 0;
    clear: both;
}
.row > div[class^="col"] {
    float: left;
}
.text--lg {
    font-size: 1.8em !important;
    margin-top: 0.2em !important;
}
.pt1 {
    padding-top: 1em;
}
.container {
    width: 94%;
    max-width: 1200px;
    height: 100%;
    position: relative;
    margin: 0 auto;
}
.main {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
@media (max-width: 768px) {
    .main {
        margin: 0.8em auto 0;
    }
}
#bt-menu {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3.5vw;
    z-index: 3;
}
#bt-menu:hover .burger li {
    background: #fff100;
}
#bt-menu .burger {
    list-style: none;
    display: inline-block;
    border-radius: 2px;
    width: 34px;
    -webkit-transition: all 333ms cubic-bezier(0.5, 0, 0, 1);
    -moz-transition: all 333ms cubic-bezier(0.5, 0, 0, 1);
    -ms-transition: all 333ms cubic-bezier(0.5, 0, 0, 1);
    -o-transition: all 333ms cubic-bezier(0.5, 0, 0, 1);
    transition: all 333ms cubic-bezier(0.5, 0, 0, 1);
}
#bt-menu .burger li {
    width: 32px;
    height: 3px;
    background: #fff;
    margin: 7px 0 0;
    padding: 0;
    border-radius: 2px;
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 433ms cubic-bezier(0.5, 0, 0, 1);
    -moz-transition: all 433ms cubic-bezier(0.5, 0, 0, 1);
    -ms-transition: all 433ms cubic-bezier(0.5, 0, 0, 1);
    -o-transition: all 433ms cubic-bezier(0.5, 0, 0, 1);
    transition: all 433ms cubic-bezier(0.5, 0, 0, 1);
}
@media (min-width: 769px) {
    #bt-menu .burger li {
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        display: none;
    }
}
#bt-menu .burger li.first {
    margin-top: -3px;
}
#bt-menu .burger li.second {
    display: none;
}
#bt-menu .burger li.third {
    margin-left: 5px;
}
#bt-menu span {
    display: inline-block;
    color: red;
}
#bt-menu.-o {
    left: -0.4em;
}
#bt-menu.-o .burger li {
    width: 30px;
    margin-left: 12px;
}
#bt-menu.-o .burger li:first-child {
    -o-transform: rotate(-138deg) translateY(-6.5px);
    -ms-transform: rotate(-138deg) translateY(-6.5px);
    -moz-transform: rotate(-138deg) translateY(-6.5px);
    -webkit-transform: rotate(-138deg) translateY(-6.5px);
    transform: rotate(-138deg) translateY(-6.5px);
}
#bt-menu.-o .burger li:last-child {
    -o-transform: rotate(138deg) translateY(7.5px);
    -ms-transform: rotate(138deg) translateY(7.5px);
    -moz-transform: rotate(138deg) translateY(7.5px);
    -webkit-transform: rotate(138deg) translateY(7.5px);
    transform: rotate(138deg) translateY(7.5px);
}
#bt-search {
    position: absolute;
    right: 0.2em;
    top: 40%;
    z-index: 1;
}
#bt-search .fa {
    font-size: 18px;
}
section {
    width: 100%;
}
section .container {
    max-width: 1200;
}
.header {
    width: 100%;
}
.header a {
    color: #fff;
}
.header a:hover {
    color: #fff100;
}
.topbar {
    display: none;
    background-color: #214371;
    font-size: 0.7em;
    padding: 0.7em 0.6em 0.6em;
    position: relative;
    z-index: 1;
}
.topbar .col,
.topbar .social {
    display: inline-block;
    vertical-align: middle;
}
.topbar .col > a,
.topbar .social > a {
    display: inline-block;
    vertical-align: middle;
}
.topbar .col {
    width: auto;
}
.topbar .col > a {
    margin-right: 2em;
}
.topbar .social {
    float: right;
}
.topbar .social > a {
    margin-left: 1em;
}
.topbar .social .fa {
    font-size: 1.1em;
}

.menu-area {
    background-color: #006BB5;
    padding: 0 0 3px;
    text-align: center;
    position: relative;
}
.menu-area.-show {
    position: fixed;
    z-index: 3;
}
.menu-area.-show:before {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #fff;
    top: 13vw;
    left: 0;
    position: absolute;
    z-index: 2;
}
.menu-area .lg {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    padding: 6px 0 0;
    z-index: 8;
    margin: 0 0 -5px;
    max-width: 55vw;
}
@media (max-width: 768px) {
    .header {
        width: 101vw;
    }
    .menu-area {
        z-index: 1;
        position: relative;
    }
    .menu-area .nav {
        height: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
        top: -100vh;
        left: -2em;
        right: 0;
        bottom: 0;
        width: 105vw;
        text-align: left;
        background-color:#585858;
        background-size: cover;
        padding: 12vw 0 0 2em;
        -webkit-transition: height 0.2s ease;
        -moz-transition: height 0.2s ease;
        -ms-transition: height 0.2s ease;
        -o-transition: height 0.2s ease;
        transition: height 0.2s ease;
    }
    .menu-area .nav.-o {
        display: block;
        height: 100vh;
        top: 0;
        z-index: 1;
    }
    .menu-area .nav.-o:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #214371;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }
    .menu-area .nav > a {
        display: block;
        font-size: 3vh;
        padding: 1.1em 1em 0 1em;
        color: #fff;
        font-weight: bold;
    }
    .menu-area .nav > a:hover,
    .menu-area .nav > a.-act {
        color: #fff100;
    }
    .menu-area .lnk,
    .menu-area .social {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        padding-left: 3em;
        display: block;
    }
    .menu-area .lnk {
        border-top: 1px solid #fff;
        padding-bottom: 1em;
        padding-left: 2.6em;
        bottom: 10vh;
    }
    .menu-area .lnk a {
        display: block;
        font-size: 2vh;
        padding: 1.5em 1em 0 1em;
        color: #fff;
    }
    .menu-area .lnk a:hover {
        color: #fff100;
    }
    .menu-area .social {
        padding-left: 3.6em;
        bottom: 2em;
    }
    .menu-area .social > a {
        margin-right: 1.2em;
    }
    .menu-area .social .fa {
        font-size: 2.4em;
    }
}
@media (min-width: 769px) {
    #bt-search {
        display: none;
    }
    .topbar {
        display: block;
        background-color: #214371;
        font-size: 0.7em;
        padding: 0.7em 0.6em 0.6em;
    }
    .topbar .col,
    .topbar .social {
        display: inline-block;
        vertical-align: middle;
    }
    .topbar .col > a,
    .topbar .social > a {
        display: inline-block;
        vertical-align: middle;
    }
    .topbar .col {
        width: auto;
    }
    .topbar .col > a {
        margin-right: 2em;
    }
    .topbar .social {
        float: right;
    }
    .topbar .social > a {
        margin-left: 1em;
    }
    .topbar .social .fa {
        font-size: 1.1em;
    }
    .menu-area {
        text-align: left;
    }
    .menu-area .nav {
        display: inline-block;
        float: right;
        background: none;
    }
    .menu-area .nav > a {
        display: inline-block;
        font-size: 14px;
        margin-left: 0.8em;
        padding-top: 4.3vw;
        padding-bottom: 9px;
        font-size: 1.6vw;
        color:#fff;
    }
    .menu-area .nav > a:hover,
    .menu-area .nav > a.-act {
        border-bottom: 6px solid rgba(0, 107, 181, 0);
        border-bottom: 6px solid #fff100;
    }
    .menu-area .lnk,
    .menu-area .social {
        display: none;
    }
    .menu-area .lg {
        margin: 0;
        position: relative;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .menu-area {
        padding: 4px ​0 3px;
    }
    .menu-area .lg {
        width: 30vw;
        padding: 23px ​0;
    }
    .menu-area .nav > a {
        padding-bottom: 1.2vw;
        font-size: 13px;
        margin-left: 0.7vw;
    }
    .sub-header .form-search {
        margin: 0.6em ​auto !important;
    }
}
@media (min-width: 993px) {
    #bt-menu {
        display: none;
    }
    .menu-area .nav > a {
        padding-top: 49px;
        padding-bottom: 7px;
        font-size: 15px;
        margin-left: 0.9vw;
    }
}
.footer {
    background-color: #214371;
    padding: 2.2em 0 0;
}
.footer > .container {
    display: flex;
    flex-direction: column-reverse;
}
.footer > .container .col {
    flex: 1;
    padding: 0 0 1.5em;
    text-align: center;
}
.footer > .container .col:nth-child(2) {
    max-width: 300px;
    margin: 0 auto;
    text-align: left;
}
.footer > .container .col:first-child {
    padding: 0 0 3.3em;
}
.footer > .container .col img {
    max-width: 90%;
}
.footer h2 {
    color: #fff;
    line-height: 1.2;
    margin: 0 0 0.4em;
}
.footer p {
    line-height: 1.4;
}
.footer p,
.footer a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.footer a {
    padding: 0 0.5em;
}
.footer a:hover {
    color: #fff100;
}
.footer .social > a {
    padding: 0 0.8em;
    font-size: 1.6em;
}
.cp {
    font-size: 0.9em;
    text-align: center;
}
.cp .container {
    display: flex;
    flex-direction: column-reverse;
    background-color: #006BB5;
    padding: 0.6em;
    width: 100%;
}
.cp .nav,
.cp .col {
    padding: 0.5em 0;
}
.cp p {
    line-height: 1.2;
}
.cp a {
    padding: 0.5em;
}
.cp #gototop {
    color: #fff;
    background-color: #006BB5;
    padding: 0 0.4em;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -3.5em;
}
.cp #gototop .fa {
    font-size: 3em;
}
@media (min-width: 769px) {
    .footer {
        font-size: 0.9em;
    }
    .footer > .container {
        flex-direction: row;
    }
    .footer > .container .col {
        width: 33%;
        text-align: left;
    }
    .footer > .container .col:last-child {
        padding-left: 2em;
    }
    .footer .social > a {
        padding: 0 1em 0 0;
    }
    .cp {
        text-align: left;
    }
    .cp .container {
        display: block;
    }
    .cp .menu,
    .cp .col {
        display: inline-block;
        vertical-align: middle;
    }
    .cp .menu {
        float: right;
    }
    .cp a {
        padding: 0 0.5em;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .footer > .container .col:nth-child(2) {
        min-width: 280px;
    }
    .footer h2 {
        font-size: 1.8em;
    }
    .cp {
        font-size: 0.8em;
    }
}
@media (min-width: 993px) {
    .footer .col:nth-child(2) {
        min-width: 360px;
    }
}
section {
    width: 100%;
    height: 100%;
    position: relative;
}
.sub-header {
    width: 100%;
    padding: 0.8em 0 0;
    margin: 0 0 0.4em;
}
.sub-header .container {
    width: 96%;
    display: flex;
    flex-direction: column-reverse;
}
.sub-header .container > a {
    display: none;
}
.sub-header .notas {
    color: #214371;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
    width: 100%;
    text-align: center;
    position: relative;
}
.sub-header .notas .item {
    text-align: left;
}
.sub-header .notas .item a {
    color: #214371;
    background-color: #f2c94c;
    display: block;
    padding: 0;
    position: relative;
}
.sub-header .notas .item a > div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
}
.sub-header .notas .item a.-pauta {
    background-color: #214371;
}
.sub-header .notas .item a.-pauta .cat span {
    color: #f9a51a;
}
.sub-header .notas .item a.-pauta .desc {
    color: #f9a51a;
}
.sub-header .notas .item a.-pauta .desc span {
    color: #fff;
}
.sub-header .notas .item a.-pauta .ico:after {
    color: #f9a51a;
}
.sub-header .notas .item .cat {
    padding: 1em 1em;
    margin-right: 0.4em;
    background-color: #fff;
    font-family: "Bold", sans-serif;
    font-size: 12px;
}
.sub-header .notas .item .cat span {
    color: #f9a51a;
}
.sub-header .notas .item .desc {
    padding: 0.8em ​ 0.4em;
    color: #214371;
    width: 55vw;
    font-family: "Bold", sans-serif;
}
.sub-header .notas .item .desc > p {
    position: relative;
    line-height: 1.2;
    font-size: 12px;
    font-family: "Bold", sans-serif;
}
.sub-header .notas .item .desc > p span {
    font-family: "Bold", sans-serif;
    color: #fff;
}
.sub-header .notas .item .ico {
    position: absolute;
    top: 13px;
    right: 2em;
}
.sub-header .notas .item .ico:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: -1.2em;
    top: -0.1em;
    width: 1em;
    height: 1em;
    display: inline-block;
}
.sub-header .notas .item .ico.-up:after {
    content: "" !important;
    font-family: "FontAwesome";
    top: -0.2em;
}
.sub-header .nota {
    display: none;
    text-align: left;
    text-transform: initial;
}
.sub-header .nota.-show {
    display: block;
}
.sub-header .nota article {
    background-color: #fff;
    border-top: 1px solid #214371;
    padding: 1.6em 1.6em 0.4em;
}
.sub-header .nota a {
    display: block;
    background-color: #fff !important;
}
.sub-header .nota a:hover h3 {
    color: #006bb5;
    text-decoration: underline;
}
.sub-header .nota a:hover p {
    color: #006bb5;
}
.sub-header .nota h2 {
    font-size: 1.2em;
    font-family: "Regular", sans-serif;
    line-height: 1.2;
    margin: 0 0 -2px;
    background-color: #e5e5e5;
    text-transform: uppercase;
    display: inline-block;
}
.sub-header .nota h3 {
    color: #214371;
    font-weight: bold;
    font-family: "Bold", sans-serif;
    font-size: 1.8em;
    line-height: 1.2;
    margin: 0 0 0.6em;
}
.sub-header .nota p {
    color: #333;
    font-weight: normal;
    font-size: 1.3em;
    line-height: 1.4;
    margin: 0 0 0.8em;
}
.sub-header .nota strong {
    font-weight: bold;
    font-family: "Bold", sans-serif;
}
.sub-header .nota .row {
    display: block;
    margin: 6px auto 0 !important;
}
.sub-header .nota .row:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    width: 0;
    clear: both;
}
.sub-header .nota .row > div[class^="col"] {
    float: left;
}
.sub-header .nota .row p {
    color: #999;
    line-height: 1.1;
    font-size: 0.9em;
    text-align: left;
}
.sub-header .nota .row .col {
    width: 50%;
}
.sub-header .nota .row .col:last-child {
    float: right;
}
.sub-header .nota .row .col:last-child p {
    text-align: right;
}
.sub-header .notas,
.sub-header .form {
    display: inline-block;
    vertical-align: bottom;
}
.sub-header .form-search {
    width: 100%;
    max-width: 358px;
    margin: 0 auto;
    display: block;
    background-color: #e5e5e5;
    padding: 0 0.8em 0;
    background-color: #fff;
    position: relative;
}
.sub-header .form-search input[type="text"] {
    display: block;
    width: 100%;
    color: #000;
    border: 0;
    border-bottom: 1px solid #214371;
    padding: 0 0 0.4em 2em;
}
.sub-header .form-search .fa {
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #006BB5;
    position: absolute;
    left: 10px;
    bottom: 10px;
    cursor: pointer;
}
.sub-header .form-search button {
    background: none;
    border: 0;
    padding: 0;
}
.main .container {
    padding: 1em 0;
    background: #fff;
    width: 92%;
}
.banner {
    margin: 0 0 2em;
}
.core {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    margin-right: 5%;
}
.aside {
    display: inline-block;
    vertical-align: top;
    width: 30%;
}
.header__tit {
    border-bottom: 2px solid #214371;
    text-transform: uppercase;
}
.header__tit h4 {
    display: inline-block;
    color: #fff;
    background-color: #214371;
    padding: 0.5em 0.8em 0.4em;
    margin-right: 4px;
    font-size: 14px;
    font-family: "Medium", sans-serif;
    text-transform: uppercase;
}
.header__tit .goto {
    display: inline-block;
    vertical-align: middle;
    float: right;
    font-size: 0.8em;
    color: #666;
    margin: 0.5em 0 0;
}
.header__tit .goto:hover {
    color: #006bb5;
}
.header__tit .bt-list {
    display: inline-block;
    vertical-align: middle;
    color: #999;
    padding: 0px 7px 2px;
    margin: -10px 0 0 0;
    border: 1px solid #ccc;
}
.header__tit .bt-list:hover {
    background-color: #214371;
    border-color: #214371;
    color: #fff;
}
.header__tit ul {
    float: right;
}
.header__tit ul li {
    display: inline-block;
    vertical-align: middle;
}
.header__tit ul li a {
    display: block;
    padding: 0.5em 0.4em 8px;
    color: #666;
    font-size: 12px;
}
.header__tit ul li a:hover {
    color: #006bb5;
}
.header__tit ul li.-menu:hover > a {
    background-color: #214371;
    color: #fff;
}
.header__tit ul li.-menu:hover ul {
    display: block;
    height: 370px;
    overflow-y: auto;
}
.news .-menu {
    position: relative;
}
.news .-menu > a {
    padding-right: 1.2em;
}
.news .-menu .ico {
    position: absolute;
}
.news .-menu .ico:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 1em;
    margin: -0.1em 0.3em 0;
    position: absolute;
}
.news .-menu > ul {
    display: none;
    float: none;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 26px;
    background-color: #fff;
    border: 1px solid #eee;
    min-width: 140px;
    padding: 0.6em 0.2em 0.6em 0.6em;
}
.news .-menu > ul li {
    display: block;
}
.news .-menu > ul li a {
    display: block;
    padding: 0.4em 0.2em;
    margin: 0.2em 0;
    text-align: right;
    background-color: #fff;
    color: #666;
}
.news .-menu > ul li a:hover {
    color: #006bb5;
}
.news:not(.news.-gallery) .row > .col:not(.news:not(.news.-gallery) .row > .col.-featured) .post {
    display: inline-block;
    vertical-align: top;
    width: 55%;
}
.news:not(.news.-gallery) .row > .col:not(.news:not(.news.-gallery) .row > .col.-featured) .post.--full {
    width: 100% !important;
}
.news .row > .col {
    padding: 1em 0 1em 1em;
    width: 50%;
    height: auto;
    display: inline-block;
}
.news .row > .col a {
    -webkit-transition: all 0.2 ease;
    -moz-transition: all 0.2 ease;
    -ms-transition: all 0.2 ease;
    -o-transition: all 0.2 ease;
    transition: all 0.2 ease;
}
.news .row > .col a:hover .post h2 {
    color: #006bb5;
}
.news .row > .col a:hover .post .thumb .tag {
    background-color: #006bb5;
}
.news .row > .col a:before {
    display: none;
}
.news .row > .col a:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    width: 0;
    clear: both;
}
.news .row > .col .thumb {
    width: 35%;
    height: 86px;
    display: inline-block;
    vertical-align: top;
    margin-right: 1em;
}
.news .row > .col .post {
    padding: 0;
}
.news .row > .col .post h2 {
    font-family: "Regular", sans-serif;
    font-size: 1.1em;
    line-height: 1.3;
    color: #333;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.news .row > .col .post p {
    display: block;
    color: #999;
    font-size: 12px;
    line-height: 1.3;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.news .row > .col .post .by,
.news .row > .col .post .date {
    font-size: 10px;
    text-transform: uppercase;
    margin: 1em 0;
}
.news .row > .col .post .by strong,
.news .row > .col .post .date strong {
    color: #214371;
    font-weight: bold;
    font-family: "Bold", sans-serif;
}
.news .row > .col .tag {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 0.4em 0.6em;
    text-transform: uppercase;
    font-size: 0.9em;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.news .row > .col.-featured {
    width: 50%;
    padding: 1em 1em 1em 0;
    height: auto;
    display: inline-block;
}
.news .row > .col.-featured .post .thumb {
    height: 260px;
    width: 100%;
    position: relative;
    float: none;
}
.news .row > .col.-featured .post h2 {
    font-size: 1.4em;
    line-height: 1.2;
    color: #111;
    padding: 0.4em 0 0;
}
.news .row > .col.-featured .post p {
    line-height: 1.2;
}
.news .row > .col.-featured .post > p {
    font-size: 1.1em;
    color: #828282;
}
.news .row > .col.-featured .post .by,
.news .row > .col.-featured .post .date {
    font-size: 10px;
    text-transform: uppercase;
    margin: 1em 0;
}
.news .row > .col.-featured .post .by strong,
.news .row > .col.-featured .post .date strong {
    color: #214371;
    font-family: "Bold", sans-serif;
}
.videos .thumb {
    position: relative;
}
.videos .thumb:after {
    content: "";
    background: url("../images/ico-play.png") no-repeat center center;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.notes,
.newsletter {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    min-height: 160px;
    background-color: #f2f2f2;
    padding: 1.6em 1.2em;
    margin: 1em 0;
    font-size: 14px;
    position: relative;
}
.notes h2,
.newsletter h2 {
    color: #214371;
    text-transform: uppercase;
    font-size: 1.2em;
    font-family: "Bold", sans-serif;
    font-weight: bold;
    margin: 0 0 0.6em;
}
.notes p,
.newsletter p {
    text-transform: uppercase;
    color: #4f4f4f;
    font-size: 0.8em;
    font-family: "Bold", sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 0.4em;
}
.notes p.by,
.newsletter p.by {
    font-weight: normal;
    font-size: 12px;
    text-transform: none;
}
.notes .bt,
.newsletter .bt {
    font-size: 0.9em;
    font-family: "Bold", sans-serif;
    text-transform: uppercase;
    padding: 0.6em 0.6em;
    margin: 1em 0 0;
    border-radius: 0.4em;
    display: block;
    text-align: center;
    background-color: #dfdfde;
    color: #214371;
}
.notes .bt:hover,
.newsletter .bt:hover {
    background-color: #006BB5;
    color: #fff;
}
.newsletter {
    float: right !important;
}
.newsletter form {
    margin: 1em 0 0;
}
.newsletter form fieldset {
    display: block;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0.1em;
    overflow: hidden;
}
.newsletter form input[type="text"] {
    width: 70%;
    color: #333;
    border: 0;
    font-size: 0.9em;
    padding: 0.4em 0.4em;
}
.newsletter form input[type="text"]::-webkit-input-placeholder,
.newsletter form input[type="text"]:-ms-input-placeholder,
.newsletter form input[type="text"]::placeholder {
    color: #999;
}
.newsletter form input[type="submit"] {
    background-color: #214371;
    text-transform: uppercase;
    float: right;
    color: #fff;
    border: 0;
    padding: 0.6em 1em;
    font-size: 0.8em;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.newsletter form input[type="submit"]:hover {
    background-color: #006BB5;
}
.fotos {
    margin: 1.5em 0;
}
.fotos .col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-top: 1.5em;
    padding-right: 1em;
}
.fotos .col a {
    display: block;
    -webkit-transition: all 0.2 ease;
    -moz-transition: all 0.2 ease;
    -ms-transition: all 0.2 ease;
    -o-transition: all 0.2 ease;
    transition: all 0.2 ease;
}
.fotos .col a:hover h2 {
    color: #006BB5;
}
.fotos .col a:hover .thumb .tag {
    background-color: #006bb5;
}
.fotos .col .thumb {
    width: 100%;
    height: 30vw;
    max-height: 220px;
    margin-right: 1em;
    position: relative;
    margin: 0 0 0.6em;
    display: inline-block;
    vertical-align: top;
}
.fotos .col .thumb .tag {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 0.4em 0.6em;
    text-transform: uppercase;
    font-size: 0.8em;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.fotos .col h2 {
    display: inline-block;
    vertical-align: top;
    font-family: "Regular", sans-serif;
    font-size: 1.3em;
    line-height: 1.3;
    color: #333;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.fotos .col .date {
    font-size: 10px;
    text-transform: uppercase;
    margin: 0.6em 0 0;
    color: #666;
}
.obras {
    margin: 2em 0;
}
.obras .row > .col {
    padding: 1.5em 0 0;
    width: 100%;
    height: auto;
    display: block;
}
.obras .row > .col a {
    display: block;
    -webkit-transition: all 0.2 ease;
    -moz-transition: all 0.2 ease;
    -ms-transition: all 0.2 ease;
    -o-transition: all 0.2 ease;
    transition: all 0.2 ease;
}
.obras .row > .col a:hover .post h2 {
    color: #006bb5;
}
.obras .row > .col a:hover .post .thumb .tag {
    background-color: #006bb5;
}
.obras .row > .col a:before {
    display: none;
}
.obras .row > .col a:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    width: 0;
    clear: both;
}
.obras .row > .col .thumb {
    width: 35%;
    height: 30vw;
    max-height: 180px;
    margin-right: 1em;
    display: inline-block;
    vertical-align: top;
}
.obras .row > .col .post {
    padding: 0;
    font-size: 1em;
    display: inline-block;
    vertical-align: top;
    width: 60%;
}
.obras .row > .col .post.--full {
    width: 100% !important;
}
.obras .row > .col .post h2 {
    font-family: "Regular", sans-serif;
    font-size: 1.3em;
    line-height: 1.3;
    color: #333;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.obras .row > .col .post p {
    display: block;
    color: #999;
    font-size: 1em;
    line-height: 1.3;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.obras .row > .col .post .by,
.obras .row > .col .post .date {
    font-size: 10px;
    text-transform: uppercase;
    margin: 1em 0;
}
.obras .row > .col .post .by strong,
.obras .row > .col .post .date strong {
    color: #214371;
    font-weight: bold;
    font-family: "Bold", sans-serif;
}
.aside .header__tit {
    border-bottom: 2px solid #F9A51A;
    text-transform: uppercase;
}
.aside .header__tit h4 {
    display: inline-block;
    color: #fff;
    background-color: #F9A51A;
    padding: 0.5em 0.8em 0.4em;
    font-size: 14px;
    text-transform: uppercase;
}
.aside .featured {
    margin: 0 0 2em;
    display: block;
}
.aside .featured .thumb {
    width: 100%;
    height: 160px;
    margin: 0 0 0.4em;
    position: relative;
}
.aside .featured .thumb:after {
    content: "";
    background: url("../images/ico-play.png") no-repeat center center;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.aside .featured .post {
    padding: 1em 0 0;
}
.aside .featured .post h2 {
    font-family: "Regular", sans-serif;
    font-size: 1.4em;
    line-height: 1.2;
    color: #333;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.aside .featured .post p {
    display: block;
    color: #999;
    font-size: 16px;
    line-height: 1.4;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.aside .featured .post .date {
    font-size: 10px;
    text-transform: uppercase;
    margin: 1em 0;
}
.aside .featured .post .date strong {
    color: #214371;
    font-weight: bold;
}
.aside .featured .post .bt {
    font-size: 1em;
    font-family: "Bold", sans-serif;
    text-transform: uppercase;
    padding: 0.8em 0.6em;
    margin: 1em 0 0;
    border-radius: 0.4em;
    border: 0;
    display: block;
    text-align: center;
    background-color: #dfdfde;
    color: #999;
}
.aside .featured .post .bt:hover {
    background-color: #006bb5;
    color: #fff;
}
.aside .featured__list {
    margin: 0 0 1.5em;
}
.aside .featured__list .row > .col {
    padding: 1.5em 1em 0;
    width: 50%;
    height: auto;
    display: inline-block;
}
.aside .featured__list .row > .col:nth-child(odd) {
    padding-right: 1em;
    padding-left: 0;
}
.aside .featured__list .row > .col:nth-child(even) {
    padding-left: 1em;
    padding-right: 0;
}
.aside .featured__list .row > .col a {
    -webkit-transition: all 0.2 ease;
    -moz-transition: all 0.2 ease;
    -ms-transition: all 0.2 ease;
    -o-transition: all 0.2 ease;
    transition: all 0.2 ease;
}
.aside .featured__list .row > .col a:hover .post h2 {
    color: #006bb5;
}
.aside .featured__list .row > .col a:hover .post .thumb .tag {
    background-color: #006bb5;
}
.aside .featured__list .row > .col a:before {
    display: none;
}
.aside .featured__list .row > .col a:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    width: 0;
    clear: both;
}
.aside .featured__list .row > .col .thumb {
    width: 100%;
    height: 86px;
    margin: 0 0 0.4em;
}
@media (max-width: 768px) {
    .aside .featured__list .row > .col .thumb {
        height: 25vw;
    }
}
.aside .featured__list .row > .col .post {
    padding: 0;
}
.aside .featured__list .row > .col .post h2 {
    font-family: "Regular", sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #333;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.aside .featured__list .row > .col .post p {
    display: block;
    color: #999;
    font-size: 12px;
    line-height: 1.3;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.aside .featured__list .row > .col .post .by,
.aside .featured__list .row > .col .post .date {
    font-size: 10px;
    text-transform: uppercase;
    margin: 1em 0;
}
.aside .featured__list .row > .col .post .by strong,
.aside .featured__list .row > .col .post .date strong {
    color: #214371;
    font-weight: bold;
}
.covid {
    margin: 3em 0 0;
    display: block;
}
.covid .table {
    margin: 1em 0;
}
.covid .table .thead {
    background-color: #006BB5;
}
.covid .table .thead .today {
    text-align: center;
    padding: 1em 0.2em;
}
.covid .table .thead .today p {
    font-size: 16px;
    line-height: 1.2;
    font-family: "Bold", sans-serif;
    font-weight: bold;
    color: #fff;
}
.covid .table .thead .upgrade {
    background-color: #F2C94C;
    color: #111;
    padding: 0.8em 0;
    text-align: center;
    font-size: 1em;
    line-height: 1.2;
}
.covid .table .thead .upgrade strong {
    font-weight: bold;
}
.covid .table .tbody {
    margin: 0.8em 0 0.4em;
}
.covid .table .tbody .col {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
    margin: 0 0 0.4em;
    overflow: hidden;
}
.covid .table .tbody .col:nth-child(odd) {
    padding-right: 0.2em;
}
.covid .table .tbody .col:nth-child(even) {
    padding-left: 0.2em;
}
.covid .table .tbody .col:nth-child(even):after {
    right: 0;
    left: inherit;
}
.covid .table .tbody .col:after {
    content: "";
    background-color: #BDBDBD;
    width: 98%;
    height: 9px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 4px 4px;
}
.covid .table .tbody .col .tit {
    color: #4f4f4f;
    background: #e0e0e0;
    padding: 0.8em 2em;
    font-size: 14px;
    line-height: 1.2;
    font-family: "Bold", sans-serif;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
}
.covid .table .tbody .col .data {
    padding: 0.5em 0 0.4em;
    margin: 0 0 0.3em;
    color: #006BB5;
    font-weight: bold;
    font-family: "Bold", sans-serif;
    font-size: 28px;
    background-color: #f2f2f2;
}
.covid .table .tfooter {
    color: #fff;
    background-color: #006BB5;
    text-align: center;
    padding: 1em 0.2em;
}
.covid .table .tfooter p {
    font-size: 1em;
    line-height: 1.2;
    font-family: "Bold", sans-serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.covid .table .tfooter .data {
    font-size: 28px;
    color: #f2c94c;
}
.covid .table .by {
    font-size: 12px;
    margin: 0.6em 0 2em;
    color: #000;
}
.agenda {
    margin: 3em 0 0;
    display: block;
}
.agenda > .row {
    margin: 1em 0;
    padding: 1.2em 1em;
    background: #f2f2f2;
}
.agenda > .row > h2 {
    font-family: "Bold", sans-serif;
    font-size: 1.6em;
    color: #999;
    margin: 0 0 0.3em;
}
.agenda > .row > p {
    font-size: 12px;
    color: #666;
}
.agenda > .row .list {
    margin: 1em 0;
}
.agenda > .row .list > .col {
    position: relative;
    background-color: #fff;
    color: #666;
    font-size: 1em;
}
.agenda > .row .list > .col:after {
    content: "";
    background-color: #bdbdbd;
    width: 7px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px 0 0 4px;
}
.agenda > .row .list > .col.-current:after {
    background-color: orange;
}
.agenda > .row .list > .col.-after:after {
    background-color: #006bb5;
}
.agenda > .row .list > .col h3 {
    margin: 0 0 0.6em;
    font-size: 16px;
    line-height: 1.2;
    color: #666;
}
.agenda > .row .list > .col .row {
    margin: 0.8em 0;
    padding: 0.6em 1em;
}
.agenda > .row .list > .col .col {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    color: #999;
}
.agenda > .row .list > .col .col:first-child {
    max-width: 50px;
}
.agenda > .row .list > .col .col:first-child .fa {
    font-size: 14px;
}
.agenda > .row .list > .col .col + .col {
    width: 80%;
}
.agenda > .row .list > .col .col + .col p {
    font-size: 14px;
    line-height: 1.1;
    position: relative;
    display: block;
    color: #999;
    padding-left: 1em;
}
.agenda > .row .list > .col .col + .col p:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 1em;
    position: absolute;
    margin-left: -1em;
}
.agenda > .row .bt {
    font-size: 1em;
    font-family: "Bold", sans-serif;
    text-transform: uppercase;
    padding: 0.8em 0.6em;
    margin: 1em 0 0;
    border-radius: 0.4em;
    border: 0;
    display: block;
    text-align: center;
    background-color: #585858;
    color: #F5F5F5;
}
.agenda > .row .bt:hover {
    background-color: #808080;
    color: #fff;
}
.agenda {
    margin: 3em 0;
    display: block;
}
.agenda header {
    border-bottom: 2px solid #f9a51a;
    text-transform: uppercase;
}
.agenda header h4 {
    display: inline-block;
    color: #fff;
    background-color: #f9a51a;
    padding: 0.5em 0.8em 0.4em;
    font-size: 12px;
    text-transform: uppercase;
}
.mais header {
    border-bottom: 2px solid #f9a51a;
    text-transform: uppercase;
}
.mais header h4 {
    display: inline-block;
    color: #fff;
    background-color: #f9a51a;
    padding: 0.5em 0.8em 0.4em;
    font-size: 12px;
    text-transform: uppercase;
}
.mais .row > .col {
    padding: 1.5em 0 0;
    width: 100%;
    height: auto;
    display: block;
}
.mais .row > .col a {
    -webkit-transition: all 0.2 ease;
    -moz-transition: all 0.2 ease;
    -ms-transition: all 0.2 ease;
    -o-transition: all 0.2 ease;
    transition: all 0.2 ease;
}
.mais .row > .col a:hover .post h2 {
    color: #006bb5;
}
.mais .row > .col a:hover .post .thumb .tag {
    background-color: #006bb5;
}
.mais .row > .col a:before {
    display: none;
}
.mais .row > .col a:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    width: 0;
    clear: both;
}
.mais .row > .col .thumb {
    width: 35%;
    height: 78px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0.4em;
}
.mais .row > .col .post {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    padding: 0 0 0 1em;
}
.mais .row > .col .post h2 {
    font-family: "Regular", sans-serif;
    font-size: 0.9em;
    line-height: 1.3;
    color: #333;
    margin: 0 0 0.2em;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.mais .row > .col .post p {
    display: block;
    color: #999;
    font-size: 12px;
    line-height: 1.3;
}
.lbox {
    position: fixed;
    z-index: 8;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(33, 67, 113, 0.95);
    width: 100vw;
    height: 100vh;
    display: table;
}
.lbox .container {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.lbox .video {
    max-width: 560px;
    text-align: right;
    margin: 0 auto;
}
.lbox .video > a {
    color: #fff;
    background-color: #006bb5;
    padding: 0.4em 0.6em;
    display: inline-block;
}
.lbox .video > a:hover {
    background-color: #fff;
    color: #006bb5;
}
.lbox .video iframe {
    height: 315px;
}
@media (max-width: 768px) {
    .lbox .video {
        padding: 1em;
    }
}
@media (min-width: 993px) {
    .lbox .video {
        max-width: 840px;
    }
    .lbox .video iframe {
        height: 488px;
    }
}
.lbox .tag {
    font-size: 0.9em;
    float: left;
    padding: 0.5em 0.8em 0.4em;
    margin: 0.6em 0;
    background-color: initial !important;
    border: 1px solid #fff;
}
.lbox .tag:hover {
    background-color: #fff !important;
}
@media (max-width: 768px) {
    .main {
        background-color: #fff;
    }
    .sub-header .container {
        width: 96%;
    }
    .sub-header .form-search {
        margin: 0 auto 0.8em;
        position: relative;
        z-index: 0;
        display: none;
    }
    .sub-header .form-search.-show {
        display: block;
    }
    .sub-header .notas .item .desc {
        width: 60vw;
        text-overflow: ellipsis;
        white-space: nowrap;
        direction: ltr;
        overflow: hidden;
    }
    .sub-header .notas .item .desc p {
        text-overflow: ellipsis;
        white-space: nowrap;
        direction: ltr;
        overflow: hidden;
    }
    .sub-header .notas .item .nota > div {
        margin: 0 auto 0.6em;
    }
    .sub-header .nota article {
        padding: 1.6em 1.2em 0.4em;
    }
    .sub-header .row div p {
        margin: 0;
    }
    .vitrine {
        margin-bottom: 2em;
    }
    .vitrine .baseline {
        width: 100%;
        overflow-x: auto;
    }
    .vitrine .list {
        width: calc(76vw * 3);
        margin-top: 8px;
    }
    .vitrine .col {
        display: inline-block;
        float: left;
        width: 76vw;
        height: 40vw;
        padding-right: 10px;
    }
    .vitrine .col:last-child {
        padding-right: 0;
    }
    .vitrine .col .post h2 {
        font-size: 1.2em;
    }
    .vitrine .col a {
        display: block;
        color: #fff;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .vitrine .col .pic {
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }
    .vitrine .col .pic:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-image: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
        background-image: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
        background-image: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
        background-image: -o-linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
    }
    .vitrine .col .post {
        width: 100%;
        padding: 1.6em;
        position: absolute;
        bottom: 0;
    }
    .vitrine .col .post .tag {
        text-transform: uppercase;
        background-color: rgba(0, 0, 0, 0.5);
        display: inline-block;
        padding: 0.4em 0.4em;
        font-size: 0.8em;
        margin: 0 0 0.8em;
    }
    .vitrine .col .post h2 {
        font-family: "Bold", sans-serif;
        font-weight: bold;
        font-size: 1.2em;
        line-height: 1.2;
        -webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        -moz-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }
    .vitrine .col.-featured {
        width: 100%;
        height: 50vw;
        padding-right: 0;
    }
    .vitrine .col.-featured .post h2 {
        font-size: 1.8em;
    }
    .vitrine .list {
        overflow-x: auto;
    }
    .vitrine.-theme .baseline header {
        display: none;
    }
    .vitrine.-theme .baseline .col a:before {
        z-index: 1;
    }
    .vitrine.-theme .baseline .col .post {
        z-index: 2;
    }
    .vitrine.-theme .baseline .col .thumb {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .vitrine.-theme span {
        display: none;
    }
    .core {
        display: block;
        vertical-align: top;
        width: 100%;
        margin: 0;
    }
    .notes {
        width: 48%;
        min-height: 120px;
    }
    .notes:first-child {
        margin-right: 4%;
    }
    .notes:last-child {
        width: 50%;
    }
    .newsletter {
        width: 100%;
    }
    .aside {
        display: block;
        vertical-align: top;
        width: 100%;
    }
    .news header ul li {
        display: none;
    }
    .news header ul li a {
        padding: 8px ​ 0.4em;
        padding: 8px 0.4em;
        font-size: 0.8em;
    }
    .news header .-menu {
        display: block;
    }
    .news header .-menu > ul {
        top: 27px;
    }
    .news .row > .col {
        padding: 0 0 1em;
        width: 100%;
        height: auto;
        display: inline-block;
    }
    .news .row > .col a {
        -webkit-transition: all 0.2 ease;
        -moz-transition: all 0.2 ease;
        -ms-transition: all 0.2 ease;
        -o-transition: all 0.2 ease;
        transition: all 0.2 ease;
    }
    .news .row > .col a:hover .post h2 {
        color: #006bb5;
    }
    .news .row > .col a:hover .post .thumb .tag {
        background-color: #006bb5;
    }
    .news .row > .col a:before {
        display: none;
    }
    .news .row > .col a:after {
        content: "";
        visibility: hidden;
        display: block;
        height: 0;
        width: 0;
        clear: both;
    }
    .news .row > .col .thumb {
        width: 40%;
        height: 24vw;
        margin-right: 1em;
        display: inline-block;
        vertical-align: top;
    }
    .news .row > .col .post {
        font-size: 1.2em;
    }
    .news .row > .col .post h2 {
        font-family: "Regular", sans-serif;
        font-size: 16px;
        line-height: 1.3;
        color: #333;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .news .row > .col .post p {
        display: block;
        color: #999;
        font-size: 12px;
        line-height: 1.3;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .news .row > .col .post .by,
    .news .row > .col .post .date {
        font-size: 10px;
        text-transform: uppercase;
        margin: 1em 0;
    }
    .news .row > .col .post .by strong,
    .news .row > .col .post .date strong {
        color: #214371;
        font-weight: bold;
    }
    .news .row > .col.-featured {
        width: 100%;
        height: auto;
        padding-right: 0;
    }
    .news .row > .col.-featured .post {
        font-size: 1.1em;
    }
    .news .row > .col.-featured .post .thumb {
        height: 50vw;
        width: 100%;
        position: relative;
        float: none;
    }
    .news .row > .col.-featured .post .thumb .tag {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 0.4em 0.6em;
        text-transform: uppercase;
        font-size: 0.9em;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .news .row > .col.-featured .post h2 {
        font-size: 1.6em;
        line-height: 1.2;
        color: #111;
        padding: 0.4em 0 0;
    }
    .news .row > .col.-featured .post p {
        line-height: 1.2;
    }
    .news .row > .col.-featured .post > p {
        font-size: 1.1em;
        color: #828282;
    }
    .news .row > .col.-featured .post .by,
    .news .row > .col.-featured .post .date {
        font-size: 10px;
        text-transform: uppercase;
        margin: 1em 0;
    }
    .news .row > .col.-featured .post .by strong,
    .news .row > .col.-featured .post .date strong {
        color: #214371;
        font-weight: bold;
    }
    .videos {
        margin: 2em 0;
    }
    .videos .row .col {
        padding: 1.5em 0 0;
        width: 100%;
        display: block;
        vertical-align: top;
    }
    .videos .row .col a {
        display: block;
        -webkit-transition: all 0.2 ease;
        -moz-transition: all 0.2 ease;
        -ms-transition: all 0.2 ease;
        -o-transition: all 0.2 ease;
        transition: all 0.2 ease;
    }
    .videos .row .col a:hover h2 {
        color: #006bb5;
    }
    .videos .row .col a:hover .thumb .tag {
        background-color: #006bb5;
    }
    .videos .row .col .thumb {
        width: 96%;
        height: 22vw;
        position: relative;
        margin: 0 0 0.6em;
        display: inline-block;
        vertical-align: top;
    }
    .videos .row .col .thumb .tag {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 0.4em 0.6em;
        text-transform: uppercase;
        font-size: 0.9em;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .videos .row .col h2 {
        display: inline-block;
        vertical-align: top;
        width: 96%;
        font-family: "Regular", sans-serif;
        font-size: 1.3em;
        line-height: 1.3;
        color: #333;
        padding-left: 0.6em;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .fotos .col {
        width: 100%;
        padding: 1.5em 0 0 !important;
        padding-right: 1em;
        margin-right: 1em;
    }
    .fotos .col .thumb {
        height: 30vw;
        max-height: none;
    }
    .videos,
    .fotos {
        margin: 2em 0 4em;
    }
    .videos .bt-list,
    .fotos .bt-list {
        display: none !important;
    }
    .videos .slick-dots,
    .fotos .slick-dots {
        bottom: -1.5em;
    }
    .videos .slick-dots li:before,
    .fotos .slick-dots li:before {
        font-size: 0.7em;
    }
    .obras header h4 {
        font-size: 0.9em;
    }
    .obras .row > .col {
        width: 100%;
        height: auto;
        padding: 1.5em 0 0;
    }
    .obras .row > .col .post {
        font-size: 1.1em;
    }
    .obras .row > .col .post.--full {
        width: 100% !important;
    }
    .obras .row > .col .post .thumb {
        height: 50vw;
        max-height: none;
        width: 100%;
        position: relative;
        float: none;
    }
    .obras .row > .col .post h2 {
        font-size: 1.4em;
        line-height: 1.2;
        color: #111;
        padding: 0;
    }
    .obras .row > .col .post p {
        line-height: 1.2;
    }
    .obras .row > .col .post > p {
        font-size: 1.1em;
        color: #828282;
    }
    .obras .row > .col .post .by,
    .obras .row > .col .post .date {
        font-size: 10px;
        text-transform: uppercase;
        margin: 1em 0;
    }
    .obras .row > .col .post .by strong,
    .obras .row > .col .post .date strong {
        color: #214371;
        font-weight: bold;
    }
    .aside .featured .thumb {
        height: 40vw;
    }
    .aside .featured .row > .col .thumb {
        height: 15vw;
    }
    .aside .featured .row > .col .post h2 {
        font-size: 1.1em;
    }
    .aside .covid {
        margin: 0 auto;
    }
    .aside .covid .table .tbody .col:after {
        width: 99%;
    }
    .aside .mais .row > .col .thumb {
        height: 15vw;
    }
    .aside .mais .row > .col .post h2 {
        font-size: 1.1em;
    }
}
@media (max-width: 580px) {
    .sub-header .notas .item .desc {
        width: 46vw !important;
    }
    .news .row > .col .thumb {
        width: 35%;
        height: 20vw;
    }
    .videos .row .col .thumb {
        display: block;
        width: 100%;
        height: 50vw;
    }
    .videos .row .col h2 {
        display: block;
        width: 100%;
        padding: 0 0 0.6em;
    }
    .fotos .col .thumb {
        height: 50vw;
    }
    .notes,
    .newsletter {
        display: block;
        vertical-align: top;
        width: 100%;
    }
}
@media (min-width: 769px) {
    .sub-header {
        text-align: center;
        margin: 0;
    }
    .sub-header .container {
        width: 98%;
        display: block;
    }
    .sub-header .container > a {
        display: inline-block;
        vertical-align: bottom;
        color: #373737;
        padding: 1em 0.6em 1.1em;
        margin: 0 auto;
        font-size: 0.8em;
        font-family: "Bold", sans-serif;
        text-transform: uppercase;
    }
    .sub-header .container > a:hover {
        color: #006bb5;
    }
    .sub-header .container > a.-act {
        background-color: #fff;
    }
    .sub-header .container .cat {
        background-color: #fff;
    }
    .sub-header .nota span {
        color: #fff;
    }
    .sub-header .nota .dt {
        background-color: #fff;
    }
    .sub-header .form-search {
        display: inline-block;
        vertical-align: middle;
        margin-left: 1.2em;
    }
    .main .container {
        padding: 0 1.2em 18px;
        width: 98%;
    }
    .vitrine {
        padding-top: 1.2em;
        margin-bottom: 2em;
    }
    .vitrine .col {
        display: inline-block;
        vertical-align: top;
    }
    .vitrine .col a {
        display: block;
        color: #fff;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .vitrine .col a:hover .pic,
    .vitrine .col a:active .pic {
        transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
    .vitrine .col a:hover .post .tag,
    .vitrine .col a:active .post .tag {
        background-color: #b5b5b5 !important;
    }
    .vitrine .col .pic {
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }
    .vitrine .col .pic:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-image: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
        background-image: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
        background-image: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
        background-image: -o-linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
    }
    .vitrine .col .post {
        width: 100%;
        padding: 1em;
        position: absolute;
        bottom: 0;
    }
    .vitrine .col .post .tag {
        text-transform: uppercase;
        background-color: rgba(0, 0, 0, 0.5);
        display: inline-block;
        padding: 0.4em 0.4em;
        font-size: 0.8em;
        margin: 0 0 0.8em;
        width: auto;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .vitrine .col .post h2 {
        font-family: "Bold", sans-serif;
        font-weight: bold;
        font-size: 2em;
        line-height: 1.3;
        -webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        -moz-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }
    .vitrine .col.-featured {
        width: 53%;
        height: 490px;
        padding-right: 0;
    }
    .vitrine .col.-featured .post {
        width: 100%;
        padding: 1.6em;
        position: absolute;
        bottom: 0;
    }
    .vitrine .col.-featured .post .tag {
        text-transform: uppercase;
        background-color: rgba(0, 0, 0, 0.5);
        display: inline-block;
        padding: 0.4em 0.4em;
        font-size: 0.8em;
        margin: 0 0 0.8em;
        width: auto;
    }
    .vitrine .col.-featured .post h2 {
        font-family: "Bold", sans-serif;
        font-weight: bold;
        font-size: 2em;
        line-height: 1.3;
        -webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        -moz-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }
    .vitrine .baseline {
        display: inline-block;
        width: 47%;
    }
    .vitrine .baseline .list {
        width: 100%;
        display: block;
    }
    .vitrine .baseline .col:first-child {
        width: 100%;
        height: 265px;
        padding-left: 10px;
    }
    .vitrine .baseline .col:first-child .post h2 {
        font-size: 1.4em;
    }
    .vitrine .baseline .col:nth-child(2),
    .vitrine .baseline .col:last-child {
        padding-left: 10px;
        padding-top: 10px;
        width: 50%;
        height: 225px;
    }
    .vitrine .baseline .col:nth-child(2) .post h2,
    .vitrine .baseline .col:last-child .post h2 {
        font-size: 16px;
    }
    .vitrine .baseline .col:last-child {
        float: right;
    }
    .vitrine.-theme {
        display: block;
    }
    .vitrine.-theme .col .post {
        width: 100%;
        position: relative;
    }
    .vitrine.-theme .col .post .tag {
        display: none;
    }
    .vitrine.-theme .col.-featured {
        display: block;
        width: 100%;
        height: 490px;
        padding-right: 0;
    }
    .vitrine.-theme .col.-featured .post {
        width: 65%;
        padding: 1.6em;
        position: absolute;
        bottom: 0;
    }
    .vitrine.-theme .col.-featured .post .tag {
        text-transform: uppercase;
        background-color: rgba(0, 0, 0, 0.5);
        display: inline-block;
        padding: 0.4em 0.4em;
        font-size: 0.8em;
        margin: 0 0 0.8em;
    }
    .vitrine.-theme .col.-featured .post h2 {
        font-family: "Bold", sans-serif;
        font-weight: bold;
        font-size: 2em;
        line-height: 1.3;
        -webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        -moz-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }
    .vitrine.-theme .baseline {
        position: absolute;
        top: 1em;
        right: 0;
        width: 35%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8);
    }
    .vitrine.-theme .baseline header {
        border-bottom: 2px solid #214371;
        margin: 1em;
        padding: 10px 0 5px;
    }
    .vitrine.-theme .baseline header span {
        color: #fff;
        background-color: #214371;
        padding: 0.4em 0.8em;
        font-size: 0.8em;
        text-transform: uppercase;
    }
    .vitrine.-theme .baseline .list {
        width: 100%;
        height: 84%;
        overflow: auto;
        display: block;
    }
    .vitrine.-theme .baseline .col {
        width: 100%;
        height: auto;
        display: block;
        padding: 0 1em !important;
    }
    .vitrine.-theme .baseline .col a {
        display: block;
    }
    .vitrine.-theme .baseline .col a:hover .post h2 {
        color: #006bb5;
    }
    .vitrine.-theme .baseline .col a:before {
        display: none;
    }
    .vitrine.-theme .baseline .col a:after {
        content: "";
        visibility: hidden;
        display: block;
        height: 0;
        width: 0;
        clear: both;
    }
    .vitrine.-theme .baseline .col .thumb {
        height: 110px;
        width: 45%;
        display: inline-block;
        vertical-align: top;
        margin: 1em 0 1em;
        overflow: hidden;
    }
    .vitrine.-theme .baseline .col .post {
        display: inline-block;
        vertical-align: top;
        width: 55%;
        padding: 1em 1em 1em !important;
    }
    .vitrine.-theme .baseline .col .post h2 {
        font-family: "Regular", sans-serif;
        font-size: 1em !important;
        line-height: 1.3;
        color: #333;
        font-weight: normal;
        -webkit-text-shadow: inherit;
        -moz-text-shadow: inherit;
        text-shadow: inherit;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .vitrine.-theme .baseline .col .post span {
        display: block;
        color: #999;
        font-size: 12px;
        line-height: 1.3;
        margin: 0.2em 0 0;
    }
    .videos {
        margin: 2em ​0;
    }
    .videos .row .col {
        padding: 1.5em 1em 1em 0;
        width: 33.333%;
        display: inline-block;
        vertical-align: top;
    }
    .videos .row .col a {
        -webkit-transition: all 0.2 ease;
        -moz-transition: all 0.2 ease;
        -ms-transition: all 0.2 ease;
        -o-transition: all 0.2 ease;
        transition: all 0.2 ease;
    }
    .videos .row .col a:hover h2 {
        color: #006bb5;
    }
    .videos .row .col a:hover .thumb .tag {
        background-color: #006bb5;
    }
    .videos .row .col .thumb {
        width: 100%;
        height: 20vw;
        margin-right: 1em;
        position: relative;
        margin: 0 0 0.6em;
    }
    .videos .row .col .thumb .tag {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 0.4em 0.6em;
        text-transform: uppercase;
        font-size: 0.8em;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .videos .row .col h2 {
        font-family: "Regular", sans-serif;
        font-size: 1em;
        line-height: 1.3;
        color: #333;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .core .col.notes {
        width: 26%;
        margin-right: 1em;
    }
    .core .col.newsletter {
        width: 43%;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .sub-header .container > a {
        padding: 1em 0.6em 1em;
    }
    .sub-header .notas .item {
        margin: 0 auto 0.6em;
        text-align: center;
    }
    .sub-header .notas .item a {
        display: inline-block;
        padding: 0 1.9em 0 0;
    }
    .sub-header .nota {
        width: 689px;
        margin: 0 auto;
    }
    .sub-header .nota article {
        font-size: 0.9em;
    }
    .sub-header .notas .item .desc {
        width: 520px;
        text-overflow: ellipsis;
        white-space: nowrap;
        direction: ltr;
        overflow: hidden;
    }
    .sub-header .notas .item .desc p {
        text-overflow: ellipsis;
        white-space: nowrap;
        direction: ltr;
        overflow: hidden;
    }
    .vitrine.-theme .-featured .post {
        width: 55%;
    }
    .vitrine.-theme .baseline {
        width: 45%;
    }
    .vitrine.-theme .baseline .col .thumb {
        margin: 0 1em 1em 0;
    }
    .core {
        display: block;
        vertical-align: top;
        width: 100%;
        margin: 0;
    }
    .aside {
        display: block;
        vertical-align: top;
        width: 100%;
    }
    .aside .featured .row > .col .thumb {
        height: 20vw;
    }
    .aside .featured .row > .col .post h2 {
        font-size: 1.1em;
    }
    .aside .covid {
        margin: 0 auto;
    }
    .aside .covid .table .tbody .col:after {
        width: 99.1%;
    }
    .aside .mais .row > .col .thumb {
        height: 15vw;
    }
    .aside .mais .row > .col .post h2 {
        font-size: 1.1em;
    }
    .aside .featured .thumb {
        height: 40vw;
    }
    .aside .featured__list .row > .col .thumb {
        height: 20vw;
    }
    .aside .featured__list .row > .col .post h2 {
        font-size: 1.2em;
    }
}
@media (min-width: 993px) {
    .sub-header .container > a {
        font-size: 12px;
    }
    .sub-header {
        width: 100%;
        padding: 0.8em 0 0;
        text-align: left;
        overflow: hidden !important;
        max-height: 50px;
    }
    .sub-header .notas .item .desc {
        padding: 0.5em 0.4em 0.7em;
    }
    .sub-header .notas {
        background-color: #f7cc1d;
        color: #214371;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 0.8em;
        max-width: 50%;
    }
    .sub-header .notas .item {
        text-align: left;
    }
    .sub-header .notas .item a {
        display: block;
    }
    .sub-header .notas .item a > div {
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        font-size: 0.9em;
    }
    .sub-header .notas .item a > div > p {
        padding: 0;
    }
    .sub-header .notas .item a .cat {
        background-color: #fff;
        padding: 12px 10px 14px;
    }
    .sub-header .notas .item a .cat span {
        color: #f9a51a;
    }
    .sub-header .notas .item a .ico {
        top: 0.9em;
    }
    .sub-header .notas .item a .ico:after {
        color: #214371;
    }
    .sub-header .form {
        display: inline-block;
        vertical-align: bottom;
        text-align: left;
    }
    .sub-header .nota {
        display: none;
    }
    .sub-header .nota.-show {
        display: inline-block;
        position: absolute;
        z-index: 1;
        width: 175%;
        margin: -1px 0 0;
    }
    .sub-header .nota h2 {
        background-color: inherit;
    }
    .sub-header .nota article {
        font-size: 0.9em;
    }
    .sub-header .form-search {
        width: 15vw;
        max-width: 250px;
        float: right;
        position: relative;
        padding: 0 0.6em 0;
    }
    .sub-header .form-search button {
        position: absolute;
        left: 0;
        bottom: -0.1em;
    }
    .sub-header .form-search .fa {
        font-size: 16px;
        bottom: 11px;
    }
    .sub-header .form-search input[type="text"] {
        padding: 13px 0 0.6em 1.7em;
    }
    .sub-header .notas .item .desc {
        width: 31vw;
        max-width: 430px;
        text-overflow: ellipsis;
        white-space: nowrap;
        direction: ltr;
        overflow: hidden;
    }
    .sub-header .notas .item .desc p {
        text-overflow: ellipsis;
        white-space: nowrap;
        direction: ltr;
        overflow: hidden;
    }
    .nota-lg {
        text-align: left;
        text-transform: initial;
        background-color: #e5e5e5;
        margin: -2px -1.2em 0 -1.2em;
    }
    .nota-lg article {
        background-color: #fff;
        border-top: 1px solid #214371;
        padding: 1.6em 1.6em 0.4em;
        font-size: 12px;
    }
    .nota-lg a {
        display: block;
    }
    .nota-lg a:hover h3 {
        color: #006bb5;
    }
    .nota-lg h2 {
        font-size: 1.2em;
        font-family: "Regular", sans-serif;
        line-height: 1.2;
        margin: 0 0 -2px;
        background-color: #e5e5e5;
        text-transform: uppercase;
        display: inline-block;
    }
    .nota-lg h3 {
        color: #214371;
        font-weight: bold;
        font-family: "Bold", sans-serif;
        font-size: 1.6em;
        line-height: 1.2;
        margin: 0 0 0.4em;
    }
    .nota-lg p {
        line-height: 1.3;
        color: #333;
        font-weight: normal;
        font-size: 14px;
        margin: 0 0 0.8em;
    }
    .nota-lg strong {
        font-weight: bold;
        font-family: "Bold", sans-serif;
    }
    .nota-lg .row {
        display: block;
        margin: 6px auto 0 !important;
    }
    .nota-lg .row p {
        color: #999;
        line-height: 1.1;
        font-size: 11px;
        text-align: left;
        text-transform: uppercase;
    }
    .nota-lg .row .col {
        width: 50%;
    }
    .nota-lg .row .col:last-child {
        float: right;
    }
    .nota-lg .row .col:last-child p {
        text-align: right;
    }
    .videos .row .col .thumb {
        height: 170px;
    }
    .videos .row .col .tag {
        font-size: 0.8em;
    }
    .aside .covid .table .tbody .col .tit {
        padding: 0.8em 1em;
    }
}
@media (max-width: 480px) {
    .vitrine .col {
        height: 40vw;
    }
    .vitrine .col .post {
        padding: 1em;
    }
    .vitrine .col .post h2 {
        font-size: 1.1em;
    }
    .vitrine .col.-featured {
        height: 60vw;
    }
    .vitrine .col.-featured h2 {
        font-size: 1.4em;
    }
}
.core.-in {
    display: block;
    width: 100%;
    margin-right: 0;
    padding: 2em;
}
.core.-in .news {
    max-width: 1040px;
    margin: 2em auto;
}
.core.-in .news header h4 {
    font-size: 1em;
}
.core.-in .news .row > .col {
    width: 100%;
    height: auto;
    display: block;
    padding: 3em 0 0 0;
    position: relative;
}
.core.-in .news .row > .col a {
    display: block;
    -webkit-transition: all 0.2 ease;
    -moz-transition: all 0.2 ease;
    -ms-transition: all 0.2 ease;
    -o-transition: all 0.2 ease;
    transition: all 0.2 ease;
}
.core.-in .news .row > .col a:hover .post h2 {
    color: #006bb5;
}
.core.-in .news .row > .col a:hover .post .thumb .tag {
    background-color: #006bb5;
}
.core.-in .news .row > .col a:before {
    display: none;
}
.core.-in .news .row > .col a:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    width: 0;
    clear: both;
}
.core.-in .news .row > .col .thumb {
    width: 30%;
    height: 14vw;
    padding-right: 1em;
    position: relative;
    display: inline-block;
}
.core.-in .news .row > .col .post {
    padding: 0;
    width: 100%;
}
.core.-in .news .row > .col .post figure {
    max-width: 100% !important;
}
.core.-in .news .row > .col .post.--full {
    width: 100% !important;
}
.core.-in .news .row > .col .post h2 {
    font-family: "Regular", sans-serif;
    font-size: 1.6em;
    line-height: 1.2;
    color: #333;
    margin: 0.2em 0 0.4em;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.core.-in .news .row > .col .post p {
    display: block;
    color: #999;
    font-size: 1em;
    line-height: 1.3;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.core.-in .news .row > .col .post .by,
.core.-in .news .row > .col .post .date {
    font-size: 0.7em;
    margin: 1em 0;
}
.core.-in .news .row > .col .post .date {
    margin: 0;
}
.core.-in .news .row > .col .tag {
    font-size: 0.8em;
}
.core.-in .news.-gallery .row > .col {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.core.-in .news.-gallery .row > .col:last-child {
    padding: 3em 0 0;
}
.core.-in .news.-gallery .row > .col .thumb {
    width: 100%;
    height: 25vw;
    display: block;
    margin: 0 0 0.6em;
}
.core.-in .news.-gallery .row > .col .post h2 {
    font-size: 1.2em;
}
.content {
    padding: 2em 0 0;
}
.content header h1 {
    font-weight: bold;
    font-size: 3em;
    line-height: 1.1;
    margin: 0 0 0.2em;
    color: #111;
}
.content header p {
    font-size: 1.1em;
    line-height: 1.4;
    margin: 0 0 0.8em;
}
.content header,
.content footer {
    margin: 0 auto 2em;
    max-width: 980px;
}
.content header .-social,
.content footer .-social {
    float: right;
    text-align: right;
}
.content .cats li {
    display: inline-block;
    vertical-align: middle;
}
.content .cats a {
    display: block;
    color: #006bb5;
    background-color: #fff;
    border: 1px solid #006bb5;
    padding: 0.4em 0.6em;
    text-transform: uppercase;
    font-size: 0.8em;
}
.content .cats a:hover {
    color: #fff;
    background-color: #006bb5;
}
.content figure {
    width: 100%;
}
.content figure img {
    max-width: 100%;
    height: auto;
    margin: 0 0 0.3em;
}
.content figure figcaption {
    font-size: 0.9em;
    line-height: 1.2;
    color: #666;
}
.content blockquote {
    float: right;
    margin: 1em -25% 1em 1em;
    font-size: 1.8em;
    line-height: 1.4;
    color: #006bb5;
    width: 60%;
    position: relative;
}
.content blockquote:before {
    content: "";
    width: 2em;
    height: 15px;
    background-color: #006bb5;
    top: -1em;
    left: 0;
    display: block;
    position: absolute;
}
.content blockquote.esquerda {
    float: left;
    text-align: right;
    margin: 1em 30px 0 -30%;
}
.content blockquote.esquerda:before {
    right: 0;
    left: initial;
}
.content blockquote .assinatura {
    font-size: 0.6em;
    display: block;
    color: #666;
}
.core.-in .post {
    width: 660px;
    margin: 0 auto;
}
.core.-in .post p {
    line-height: 2;
    font-size: 18px;
    margin: 0 0 1.1em;
}
.core.-in .post figure {
    margin: 0 0 1.6em;
    max-width: 100% !important;
}
.core.-in .content .news {
    max-width: 980px;
    margin: 4em auto;
}
.core.-in .content .news header h4 {
    font-size: 1em;
}
.core.-in .content .news .row > .col {
    width: 33.333%;
    height: auto;
    display: block;
    position: relative;
    padding-top: 0;
    padding-right: 1em;
}
.core.-in .content .news .row > .col a {
    display: block;
    -webkit-transition: all 0.2 ease;
    -moz-transition: all 0.2 ease;
    -ms-transition: all 0.2 ease;
    -o-transition: all 0.2 ease;
    transition: all 0.2 ease;
}
.core.-in .content .news .row > .col a:hover .post h2 {
    color: #006bb5;
}
.core.-in .content .news .row > .col a:hover .post .thumb .tag {
    background-color: #006bb5;
}
.core.-in .content .news .row > .col a:before {
    display: none;
}
.core.-in .content .news .row > .col a:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    width: 0;
    clear: both;
}
.core.-in .content .news .row > .col .thumb {
    width: 100%;
    height: 14vw;
    float: none;
    margin-right: 0;
    position: relative;
}
.core.-in .content .news .row > .col .post {
    padding: 0;
    width: 100% !important;
}
.core.-in .content .news .row > .col .post h2 {
    font-family: "Regular", sans-serif;
    font-size: 1.3em;
    line-height: 1.2;
    color: #333;
    margin: 0.6em 0 0.4em;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.core.-in .content .news .row > .col .post p {
    display: block;
    color: #999;
    font-size: 0.9em;
    line-height: 1.3;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.core.-in .content .news .row > .col .post .by,
.core.-in .content .news .row > .col .post .date {
    font-size: 0.7em;
    margin: 1em 0;
}
.core.-in .content .news .row > .col .post .by {
    margin-bottom: 2em;
}
.core.-in .content .news .row > .col .post .date {
    margin: 0;
}
.core.-in .content .news .row > .col .post .tag {
    font-size: 0.8em;
}
.pagenav {
    margin: 4em 0 2em;
    display: block;
}
.social-share {
    display: inline-block;
    font-size: 0.9em;
    text-align: center;
}
.social-share .fa {
    font-size: 1.4em;
    margin-right: 0.2em;
    margin-top: -0.2em;
    vertical-align: middle;
}
.social-share > a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none !important;
    padding: 0.5em 0.4em 0.4em;
    margin-right: 0.4em;
    border-radius: 4px;
}
.social-share > a:hover {
    color: #fff !important;
}
.social-share a.-facebook {
    color: #3b5998;
}
.social-share a.-facebook:hover {
    background-color: #3b5998;
}
.social-share a.-whatsapp {
    color: #43d854;
}
.social-share a.-whatsapp:hover {
    background-color: #43d854;
}
.social-share a.-email {
    color: #999;
}
.social-share a.-email:hover {
    background-color: #999;
}
@media (max-width: 768px) {
    .core.-in {
        padding: 0.3em 0;
    }
    .core.-in .news {
        padding: 0;
        margin-top: 1em;
    }
    .core.-in .news header h4 {
        font-size: 1em;
    }
    .core.-in .news .row > .col .thumb {
        height: 50vw;
        width: 100%;
        float: none;
        margin: 0 0 0.4em;
    }
    .core.-in .news .row > .col .post {
        width: 100% !important;
    }
    .core.-in .news .row > .col .post h2 {
        font-size: 1.6em;
    }
    .core.-in .news .row > .col .post p {
        font-size: 1em;
    }
    .core.-in .news .row > .col .post .by,
    .core.-in .news .row > .col .post .date {
        font-size: 0.6em;
    }
    .core.-in .post {
        width: 100%;
    }
    .core.-in .post p {
        line-height: 1.7;
        font-size: 16px;
    }
    .core.-in .content {
        padding: 0;
    }
    .core.-in .content > header {
        margin: 0 auto 1em;
    }
    .core.-in .content > header h1 {
        font-size: 2.2em;
    }
    .core.-in .content blockquote {
        float: none;
        width: 100%;
        margin: 2em 0 1em;
        font-size: 1.6em;
    }
    .core.-in .content blockquote:before {
        height: 12px;
    }
    .core.-in .content .news {
        margin-bottom: 4em;
    }
    .core.-in .content .news header h4 {
        font-size: 1em;
    }
    .core.-in .content .news .row > .col {
        width: 100%;
        display: block;
        padding: 1.5em 0 0;
    }
    .core.-in .content .news .row > .col .thumb {
        height: 22vw;
        width: 35%;
        float: none;
        margin: 0 1em 0.4em 0;
        display: inline-block;
        vertical-align: top;
    }
    .core.-in .content .news .row > .col .post h2 {
        margin-top: 0;
    }
    .core.-in .content .news .row > .col .post h2,
    .core.-in .content .news .row > .col .post p {
        width: 55%;
        font-size: 1.2em;
        display: inline-block;
        vertical-align: top;
    }
    .core.-in .content .news .row > .col .post p {
        font-size: 1em;
    }
    .core.-in .content .news .row > .col .post .by,
    .core.-in .content .news .row > .col .post .date {
        font-size: 0.6em;
    }
    .core.-in .content .news .row > .col .post .text--lg {
        width: 100%;
        font-size: 1.4em !important;
    }
    .core.-in .content header .row,
    .core.-in .content footer .row {
        margin: 1em 0;
    }
    .core.-in .content header .row .col,
    .core.-in .content footer .row .col {
        float: none;
        display: block;
        text-align: center;
        margin: 2em 0;
    }
}
@media (max-width: 580px) {
    .core.-in .content .row > .col {
        width: 100%;
    }
    .core.-in .content .row > .col .thumb {
        height: 50vw;
        width: 100%;
        margin: 0 1em 0.6em 0;
    }
    .core.-in .content .row > .col .post h2 {
        margin-top: 0;
    }
    .core.-in .content .row > .col .post h2,
    .core.-in .content .row > .col .post p {
        width: 100%;
        font-size: 1.2em;
        display: block;
    }
    .core.-in .news.-gallery .row > .col {
        width: 100%;
        display: block;
    }
    .core.-in .news.-gallery .row > .col .thumb {
        height: 50vw;
    }
}
@media (min-width: 769px) {
    .news.--list .thumb + .post {
        width: 66% !important;
    }
    .core.-in .content header .row,
    .core.-in .content footer .row {
        margin: 2em 0;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .core.-in {
        padding: 1em 1em;
    }
    .core.-in .content {
        padding: 1em;
    }
    .core.-in .content > header h1 {
        font-size: 2.6em;
    }
    .core.-in .content blockquote {
        margin-right: -5%;
    }
    .core.-in .content blockquote.esquerda {
        margin-left: -5%;
        margin-right: 6%;
    }
    .core.-in .news.-gallery .row > .col {
        width: 50%;
    }
    .core.-in .news.-gallery .row > .col .thumb {
        height: 25vw;
    }
}
@media (min-width: 993px) {
    .core.-in .news .row > .col .thumb {
        height: 180px;
    }
    .core.-in .news.-gallery .row > .col {
        width: 31%;
        margin-right: 1em;
    }
    .core.-in .news.-gallery .row > .col .thumb {
        height: 15vw;
    }
}
.relacionadas {
    margin-bottom: 30px;
}
.relacionadas p {
    line-height: 1 !important;
    font-size: 1em !important;
}
.relacionadas > p {
    background-color: #006bb5 !important;
    color: #fff !important;
    padding: 0.2em 0.3em 0.1em;
    font-size: 14px !important;
    display: inline-block !important;
}
.relacionadas__esquerda,
.relacionadas.esquerda {
    float: left;
    width: 50%;
    margin: 0px 30px 20px -70px;
    background: #fff;
    position: relative;
}
.relacionadas.direita {
    float: right;
    width: 50%;
    margin: 0px -70px 20px 30px;
    background: #fff;
    position: relative;
}
.box-relacionadas .lista-relacionadas a {
    display: block;
    background-color: #f3f3f3;
    padding: 15px;
    transition: all linear 0.2s;
}
.box-relacionadas .lista-relacionadas a::first-child {
    border-top: 1px solid #1dbab4;
}
.box-relacionadas .lista-relacionadas a::nth-child(2n) {
    background-color: #f9f9f9;
}
.box-relacionadas .lista-relacionadas a::hover {
    background: #19a29d;
    color: #fff;
}
.box-relacionadas .lista-relacionadas a::hover p {
    text-decoration: underline;
}
.box-relacionadas .lista-relacionadas a span {
    margin-right: 15px;
}
.relacionadas strong,
.single__titulo-box,
.single__redes--rodape strong {
    color: #1dbab4;
    font-size: 13px;
}
.relacionadas__post-leia-tambem {
    padding: 8px;
    border-bottom: 1px solid #c1c2c4;
    display: table;
    width: 100%;
}
.relacionadas__post-leia-tambem a {
    color: #006bb5;
    line-height: 1.4;
    display: table-cell;
    vertical-align: top;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}
.relacionadas__post-leia-tambem img {
    height: 64px;
    width: auto;
    margin-right: 10px;
    float: left;
}
.relacionadas__texto {
    display: table-cell;
    vertical-align: middle;
}
.relacionadas__texto a {
    display: block;
    vertical-align: middle;
    width: 100%;
}
.relacionadas__post-leia-tambem:nth-of-type(1) {
    border-top: 1px solid #c1c2c4;
}
@media (max-width: 768px) {
    .box-olimpiada,
    .relacionadas__esquerda,
    .relacionadas.esquerda,
    .relacionadas.direita {
        margin-left: 0;
        margin-right: 0px;
        float: none;
        width: 100%;
    }
    .tit-reservatorio p {
        font-size: 15px;
    }
}
.grab {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.grab:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.slick-dots {
    position: absolute;
    bottom: 1.5em;
    width: 100%;
    text-align: center;
}
.slick-dots li {
    float: none;
    display: inline-block;
    margin: 0 0.6em;
}
.slick-dots li:hover {
    cursor: pointer;
}
.slick-dots li:before {
    content: "";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 0.8em;
    border-radius: 100%;
    color: #fff;
    border: 1px solid #111;
    width: 0.6em;
    height: 0.6em;
    overflow: hidden;
}
.slick-dots li.slick-active:before {
    content: "";
    color: #000;
}
.slick-dots li button {
    display: none;
}
.slick-slide {
    outline: none;
} /*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"),
        url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-search:before {
    content: "";
}
.fa-star:before {
    content: "";
}
.fa-close:before,
.fa-times:before {
    content: "";
}
.fa-clock-o:before {
    content: "";
}
.fa-map-marker:before {
    content: "";
}
.fa-facebook-square:before {
    content: "";
}
.fa-linkedin-square:before {
    content: "";
}
.fa-phone:before {
    content: "";
}
.fa-twitter:before {
    content: "";
}
.fa-credit-card:before {
    content: "";
}
.fa-truck:before {
    content: "";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}
.fa-envelope:before {
    content: "";
}
.fa-fighter-jet:before {
    content: "";
}
.fa-angle-left:before {
    content: "";
}
.fa-angle-right:before {
    content: "";
}
.fa-angle-up:before {
    content: "";
}
.fa-angle-down:before {
    content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}
.fa-youtube-play:before {
    content: "";
}
.fa-instagram:before {
    content: "";
}
.fa-flickr:before {
    content: "";
}
.fa-whatsapp:before {
    content: "";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -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);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

p i,
p em,
blockquote em,
blockquote em span {
    font-style: italic;
    font-weight: 400;
}
