*{font-family: 'Open Sans';margin:0;padding:0;border:none;outline:none;vertical-align:baseline;font-size: 100%;}body{margin:0;padding:0;overflow-x: hidden;position: relative;}a{color:inherit;text-decoration:none;cursor:pointer;}.contain {width: 100%;float:left;box-sizing:border-box;}.icontain {width: 100%;float:left;box-sizing:border-box;text-align:center;}i:not(.italic){user-select:none;font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap: normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing: antialiased;}.shdw {box-shadow: 0 3px 6px rgba(0,0,0,16%)}.flexC{display: flex;justify-content: center;align-items: center;}.waves-effect{position:relative;cursor:pointer;display:inline-block;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;vertical-align:middle;z-index:1;-webkit-transition:.3s ease-out;transition:.3s ease-out}.waves-effect .waves-ripple{position:absolute;border-radius:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;opacity:0;background:rgba(0,0,0,0.2);-webkit-transition:all 0.7s ease-out;transition:all 0.7s ease-out;-webkit-transition-property:opacity, -webkit-transform;transition-property:opacity, -webkit-transform;transition-property:transform, opacity;transition-property:transform, opacity, -webkit-transform;-webkit-transform:scale(0);transform:scale(0);pointer-events:none}.waves-effect.waves-light .waves-ripple{background-color:rgba(255,255,255,0.45)}
body {background: rgb(203, 211, 206)}
.topo {
    background: white;
    float: left;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    margin-top: 6px;
    box-shadow: 0 -6px 0 #4b5b7d;
}
nav.topo-fix {
    background: #044e66;
    color: white;
    padding: 13px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
nav.topo-fix a {
    border-radius: 4px;
    background: #00ccbb;
    padding: 4px 8px;
    font-size: 13px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    margin: 0 8px;
}
nav.topo-sub {
    padding: 13px;
    color: white;
    background: #2b3743;
    margin-top: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
}
.topo > .contain,.container {
    width: 91%;
    max-width: 1280px;
}
.topo .logo-left {
    max-width: 200px;
    float: left;
    margin: 10px 0;
}
.topo .logo-left img {max-height: 80px}
.topo .lista-r {
    float: right;
    display: inline-flex;
    align-items: center;
    height: 100%;
}
.topo .lista-r ul li {
    float: left;
    margin: 0 15px;
    list-style: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(168, 168, 168);
    transition: .06s ease-out;
    position: relative;
    font-size: 15px;
}
.topo .lista-r ul li::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(7px);
    top: calc(100% + 10px);
    width: 100%;
    height: 2px;
    background: rgb(4, 78, 102);
    opacity: 0;
    transition: .16s ease-out;
}
.topo .lista-r ul li.active,
.topo .lista-r ul li:hover {
    color: rgb(43, 55, 67);
}
.topo .lista-r ul li.active::after,
.topo .lista-r ul li:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0px);
}
.flexC {display: flex;justify-content: center;align-items: center;box-sizing: border-box;}
.main {
    float: left;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    margin-top: 30px;
}
.aside {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 5px 0;
}
.comp {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0,0,0,16%);
    float: left;
    width: 100%;
}
.comp:not(:last-of-type) {
    margin-bottom: 30px;
}
.comp-title {
    background: rgb(43, 55, 67);
    padding: 15px 20px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.2px;
    text-align: center;
    text-transform: uppercase;
}
.comp-img {
    border-radius: 50%;
    width: 50%;
    margin: 20px 0;
    box-shadow: 0 3px 6px rgba(0,0,0,9%);
}
.autor-nome {
    color: rgb(4, 78, 102);
    padding-bottom: 10px;
    font-family: 'Open Sans';
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.3em;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.autor-desc {
    float: left;
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
    color: rgb(4, 78, 102);
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
}
.autor-redes {
    margin-top: 20px;
    float: left;
    width: 100%;
    background: rgb(4, 78, 102);
    padding: 18px 9px;
    box-sizing: border-box;
}
.autor-redes img {
    max-width: 32px;
    margin: 0 2px;
    transition: .1s ease;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}
.autor-redes img:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,16%);
}
.artigo-rec:hover {
    background: #eeeeee;
}
.artigo-rec {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 0;
    cursor: pointer;
}
.artigo-rec:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}
.artigo-rec-img-contain {
    width: 25%;
    float: left;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.artigo-rec-img-contain img {
    width: 80%;
    border-radius: 2px;
    box-shadow: 0 3px 6px rgba(0,0,0,9%);
}
.artigo-rec-nome {
    width: 75%;
    display: inline-block;
    padding: 3px 9px 3px 0;
    color: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    font-weight: 600;
    box-sizing: border-box;
}
.social-contain {
    padding: 1%;
}
.r-top {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}
.l-top {
    float: left;
}
.t-social {
    margin: 0 2px;
    float: left;
    display: flex;
    padding: 5px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.21);
    border-radius: 4px;
}
.social {
    width: calc(100% / 1 - 2%);
    margin: 1%;
    float: left;
    border-radius: 3px;
    min-height: 40px;
    background: rgb(66, 66, 66);
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 10px 0;
    transition: .06s ease-out;
    cursor: pointer;
}
.social:hover {
    background: rgb(56, 56, 56);
}
.social.facebook {background: rgb(58, 87, 154);}
.social.facebook:hover {background: rgb(48, 77, 134);}
.social.twitter {background: rgb(0, 171, 240);}
.social.twitter:hover {background: rgb(0, 161, 230);}
.social.google {background: rgb(214, 41, 118);}
.social.google:hover {background: rgb(204, 31, 108);}
.social.linkedin {background: rgb(18, 123, 182);}
.social.linkedin:hover {background: rgb(8, 113, 172);}
.social.youtube {background: rgb(168, 36, 15);}
.social.youtube:hover {background: rgb(158, 26, 5);}
.social-title {
    font-weight: 700;
    font-size: 14px;
    margin-top: 6px;
    float: left;
    width: 100%;
}
.social-i {
    padding: 8px;
    float: left;
    display: flex;
    border-radius: 50%;
    background: rgba(0,0,0,16%);
}
.posts {
    float: left;
    width: 75%;
    box-sizing: border-box;
    padding: 5px 0 0 2.5%;
    display: flex;
    flex-wrap: wrap;
}
article.post {
    float: left;
    width: calc(50% - 4%);
    background: rgb(255, 255, 255);
    margin: 0 2% 4% 2%;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0,0,0,10%);
}
.post-img {
    width: 100%;
    float: left;
    position: relative;
    height: 270px;
    overflow: hidden;
}
.post-img:hover::after {
    opacity: 1;
}
.post-img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,16%);
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: .1s ease-out;
}
.post-img:hover svg {
    opacity: 1;
    transform: translate(-50%,-50%) scale(2.4);
}
.post-img svg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: +3;
    transform: translate(-50%,-25%);
    opacity: 0;
    transition: .1s ease-out;
}
.post-img img {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}
.post-title {
    color: rgb(94, 185, 191);
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.3em;
    text-transform: uppercase;
    padding: 20px 20px 10px 20px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.post-desc {
    font-size: 14px;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
    float: left;
    width: 100%;
    line-height: 23.8px;
}
.post-goto {
    outline: none;
    display: inline-block;
    background: rgb(0, 204, 187);
    padding: 10px 12px;
    border: 0;
    border-style: solid;
    border-radius: 3px;
    box-shadow: none;
    color: white;
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    line-height: normal;
    text-shadow: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s ease;
    border-color: rgb(255, 255, 255);
    margin: 0 0 20px 20px;
}
.post-goto:hover {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
}
.vip-contain {
    background: rgb(4, 78, 102);
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 3px 6px rgba(0,0,0,16%);
    margin-bottom: 20px;
    width: calc(100% - 4%);
    margin: 0 2% 20px 2%;
}
.vip-contain form {
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding:25px;
}
.vip-contain input {
    border-radius: 3px;
    height: 35px;
    padding-left: 13px;
    box-sizing: border-box;
    float: left;
    padding-right: 4px;
    margin: 0 5px;
    width: 100%;
    letter-spacing: 1px;
}
.vip-contain input[type="submit"] {
    background: rgb(244, 123, 2);
    color: white;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
}
.vip-topo {
    box-sizing: border-box;
    padding: 25px;
    background: rgb(244, 123, 2);
    color: white;
    position: relative;
    margin-bottom: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.vip-topo::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid rgb(244, 123, 2);
    border-bottom: 15px solid transparent;
}
.vip-img {
    width: 285px;
    float: left;
}
.vip-img img {width: 100%;}
.vip-txt {
    float: left;
    width: calc(100% - 285px);
}
.vip-txt .vip-title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: .6px;
}
.vip-txt p {
    color:rgba(255,255,255,0.7);
    line-height: 1.6em;
    font-size: 14px;
    margin-top: 0.5em;
}
.post-viz {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,16%);
    padding: 40px;
    box-sizing: border-box;
}
.post-viz-title {
    font-size: 26px;
    color: rgb(4, 78, 102);
    font-weight: 600;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.post-viz-data {
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    color: rgb(150, 150, 150);
    letter-spacing: 1px;
}
.viz .vip-contain {
    width: 100%;
    margin: 0 0% 20px 0%;
}
footer.footer {
    float: left;
    width: 100%;
    background: rgb(43, 55, 67);
    display: inline-flex;
    justify-content: center;
    padding: 14px 0;
    margin-top: 20px;
    color: rgb(255, 255, 255);
}
.footer span {font-size:14px;}
.footer-l {float: left;}
.footer-r {float: right;}
.sobressai {color:rgba(255,255,255,0.7);}
.contato-topo {font-size: 26px;font-weight: 600;color:rgb(4, 78, 102)}
.blu-comp {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 3px 6px rgba(0,0,0,10%);
    padding: 40px;
    position: relative;
    overflow: hidden;
}
.contato-spans span {
    float: left;
    width: 100%;
    letter-spacing: .6px;
    color: #191919;
    margin: 3px 0;
}
.blu-top {
    position: absolute;
    width: 100%;
    height: 6px;
    background: rgb(0, 204, 187);
    top: 0;
    left: 0;
}
.menu-opener {display: none}
#trending {
    width: 55%;
    padding-left: 6px;
    overflow: hidden;
    opacity: 0.7;
    position: relative;
    transition: .1s ease-out;
}
#trending::after {
    content: "";
    width: 15px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, transparent, #2b3743);
    pointer-events: none;
}
@media screen and (max-width: 600px) {
    nav.topo-sub {
        margin-top: 100px;
    }
    .aside {
        display: none;
    }
    #trending {
        width: 100%;
        float: left;
        padding-left: unset;
    }
    .posts {
        padding: 5px 0 0 0;
        width: 100%;
    }
    .vip-img,.vip-txt {
        width: 100%;
    }
    .vip-contain form {
        flex-wrap: wrap;
    }
    .vip-contain input {margin: 5px;}
    article.post {
        width: calc(100% - 4%);
    }
    .post-title {
        font-size: 16px;
        font-weight: 600;
    }
    .post-desc {line-height: 20px}
    .footer-r {
        width: 100%;
        margin-top: 8px;
        display: flex;
        justify-content: center;
    }
    nav.topo-fix a {
        float: left;
        margin-top: 4px;
    }
    .menu-opener {display: block;}
    ul.menu {
        position: absolute;
        right: 0;
        top: 100%;
        background: #e0f1ff;
        width: 100%;
        float: left;
        padding: 14px 0;
        box-sizing: border-box;
        z-index: 10;
        overflow: hidden;
        pointer-events: none;
        opacity: 0;
        transform: translateY(10px);
        transition: 0.2s ease-out;
    }
    ul.menu.active {
        pointer-events: auto;
        opacity: 1;
        transform: translateY(0px);
    }
    .topo .lista-r ul li {
        padding: 6px 0;
        width: 100%;
    }
    .topo .lista-r ul li::after {content: unset;display: none;}
    .topo-sub .container {flex-wrap: wrap;}
    .topo-sub .container > * {
        width: 100%
    }
    .topo-sub .l-top > * {
        float: left;
    }
    .post-viz {padding: 40px 20px}
}