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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
  ========================================
  Html, Body
  ========================================
*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    background: #ffffff;
    background-size: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 100%;
    line-height: 1.3;
    cursor: default;
}

/*
  ========================================
  Link
  ========================================
*/

a {
    color: #666666;
    text-decoration: none;
}

/*
  ========================================
  Typography
  ========================================
*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

p {
  line-height: 2;
  letter-spacing: 0.7px;
  font-size: 17px;
  color:#8a8989;
  margin-bottom: 32px;
}

b, strong {
    font-weight: bold;
}

em,
i {
  font-style:italic;
}


/*
  ========================================
  Img
  ========================================
*/

img,
picture,
video,
embed,
object {
    max-width: 100%;
}

img {
    display: inline-block;
    vertical-align: middle;
}

/*
  ========================================
  Clearfix
  ========================================
*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    clear: both;
    *zoom: 1;
}

/*
  ========================================
  Class
  ========================================
*/

.left {
    float: left!important;
}

.right {
    float:  right!important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

/*CONTAINER*/

.container {
    margin:0 auto;
    max-width: 1145px;
}

@media screen and (max-width: 1185px) {
    .container {
        padding-left:20px;
        padding-right:20px;
    }
}

@media screen and (max-width: 500px) {
  p {
    margin-bottom:20px;
  }
}

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*FADE IN BODY*/
body {  
  animation: fadein 0.6s; 
  -webkit-animation: fadein 0.6s; /* Webkit */
  -moz-animation: fadein 0.6s; /* Firefox */
  -ms-animation: fadein 0.6s; /* IE */
}

@keyframes fadein {
from { opacity: 0.4; }
to { opacity: 1; } 
}
@-moz-keyframes fadein {
from { opacity: 0.4; }
to { opacity: 1; } /* Firefox */
}
@-webkit-keyframes fadein {
from { opacity: 0.4; }
to { opacity: 1; } /* Webkit */
}
@-ms-keyframes fadein {
from { opacity: 0.4; }
to { opacity: 1; } /* IE */
}
/*
  ========================================
    SUPERIOR
  ========================================
*/

header {
    position: absolute;
    top: 0;
    left: 0;
}
/*
  ========================================
        HEADER
  ========================================
*/

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

header::after {
    content:'';
    position:absolute;
    height:6px;
    width:100%;
    background:#fff;
    top: 0;
    left:0;
}

header .menu {
    width:400px;
    position:relative;
    z-index:1001;
    text-align: center;
}

.logo {
    width:340px;
    height: 190px;
    text-align: center;
    padding: 20px 0 0 0;
    position:relative;
    z-index:1001;
}

.logo a {
    display:block;
    width: 100%;
}

.logo a img {
    position:relative;
    z-index:2;
}

.logo a::after {
    content:'';
    position:absolute;
    height:335px;
    width:335px;
    background:#fff;
    top: -155px;
    left:0;
    border-radius:50%;
    z-index:1;
}

.bg_internas {
    height: 450px;
    position: relative;
}

.bg_internas.blog {
    background: url("../img/header.jpg") top center no-repeat;
}

.bg_internas h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #ffffff52;
    font-size: 40px;
    color: #383837;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
}


/*BUSCA*/
.busca-desk {
    float:right;
    width:33%;
    margin-top:20px;
}

.menu.menu-cel{
    left:0 !important;
}


.busca-cel {
    position:relative;
    z-index:100;
    display:table;
    width:100%;
    height:auto;
    
}

@media screen and (max-width: 970px) { /* 1210px     */
    .busca-desk {
        display:none;
    }
}

@media screen and (min-width: 971px) { /* 1210px     */
    .busca-cel {
        display:none;
    }
}

.busca input[type="text"] {
    margin: 0;
    padding: 16px 22px;
    width: 85%;
    border:1px solid #cdcdcd;
    background:#ffffff;
    border-right:none;
    font-size: 14px;
    color: #00356b;
    outline:none;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.busca .btn2 {
    height: 50px;
    width:15%;
    margin: 0 0 0;
    padding: 0 1em;
    cursor: pointer;
    background: #ffffff url(../img/lupa.png) center no-repeat;
    background-size: 27px;
    border:1px solid #cdcdcd;
    border-left:none;
    outline: none;
    transition-duration:500ms;
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.busca .btn2:hover {
    background:#F9F9F9 url(../img/lupa.png) center no-repeat;
    background-size: 27px;
}

/*
  ========================================
    MEIO
  ========================================
*/

.socials {
    position:fixed;
    display:none;   left:0;
    top:30%;
}

@media screen and (max-width: 1300px) { /* 1210px    */
    .socials {
        display:none;
    }
}

#owl-slide .item img{
    display: block;
    width: 100%;
    height: auto;
}

#owl-slide {
    margin-bottom:20px;
}

.content {
    padding:40px 0 20px 22px;
}

.postagens {
    float:left;
    width: 64%;
}

.postagens li {
    margin-bottom: 20px;
}

.postagens li:last-child {
  margin-bottom:0;
}

.data {
    float: left;
    width: 65px;
    display: table;
    text-align: center;
    padding: 6px 0px;
    background: #e4e4e4;
    margin-right: 25px;
    border-radius: 10px;
}

@media screen and (max-width: 1002px) { /* 1210px    */
    .data {
        display:none;
    }
}

.data h5 {
    font-size:18px;
    color: #00356b;
    line-height:1.1;
}

.data h6 {
    font-size:28px;
    color: #00356b;
    line-height:1.1;
}

.post {
    float:right;
    width:100%;
}

.relative {
    position:relative;
}

.efeito {
    position:relative;
    bottom:-1px;
    width:100%;
    padding:30px;
    border: 2px solid #eaeaea;
    background:#fdfdfd;
    border-radius: 15px;
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f0f0f0+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}
.efeito:hover {

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media screen and (max-width: 620px) {
    /* efeito */
    .efeito {
        padding: 30px;
        position: relative;
        bottom: 0;
        background:#F0F0F0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .efeito:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

.txt-efeito {
}

.txt-efeito h6 {
    width: 100%;
    padding: 3px 5px 0px 5px;
    float: left;
    font-weight: 600;
}

.txt-efeito h6 span {
    color:#BB262A;
}

.botao-ebooks {
    display:block;
    background:red;
    margin-bottom:20px;
    text-align:center;
    font-size:16px;
    font-weight:600;
    color:#ffffff;
    background:#BB262A;
    padding:12px 0;
}

@media screen and (max-width: 530px) { /* 1210px     */
    .txt-efeito h3 {
        font-size:20px!important;
        margin-bottom:10px!important;
    }

    .txt-efeito {
        left:16px;
        bottom:16px;
        right:16px;
    }
}




.txt-efeito h3{
    margin-bottom:15px;
    min-height:75px;
    height:75px;
    display:table;
    width: 85%;
}

.txt-efeito h3 span{
    width:100%;
    height:100%;
    display:table-cell;
    font-size: 25px;
    font-weight: 700;
    color: #153869;
    margin-bottom: 0px;
    display: inline-block;
    padding: 0 5px 6px 0px;
}

/*
.txt-efeito h3 {
    font-size:28px;
    color:#242424;
    margin-bottom:20px;
    line-height:1;
    letter-spacing:-1.5;
    font-weight:600;
}
*/

.txt-efeito p {
    font-size: 15px;
    line-height: 1.55;
    color: #3b3b3a;
    margin-bottom: 15px;
    letter-spacing: inherit;
}

.links {
    margin:20px 10% 30px 10%;
}

.links ul {
    text-align:center;
}

.links li {
    margin-right:3px;
    display:inline-table;
    width:22%;
    margin-bottom:6px;
}

.links li a {
    font-size:13px;
    color:#A5A5A5;
    display:block;
    background:#ffffff;
    padding:7px 10px;
    border:1px solid #CDCDCD;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.links li a:hover {
    background:#F0F0F0;
}

.border {
    height:10px;
    margin-top:30px;
    background:url(../img/border.jpg) repeat-x;
}

/**/
.new input[type="text"] {
    margin: 0;
    padding: 17px 25px;
    border:1px solid #cdcdcd;
    background:#ffffff;
    font-size:13px;
    color:#A4A4A4;
    margin-bottom:5px;
    outline:none;
}

.new .btn-new {
    height: 51px;
    margin: 0 0 0;
    padding: 0 1em;
    cursor: pointer;
    background: #ffffff url(../img/seta.png) center no-repeat;
    border:1px solid #cdcdcd;
    border-left:none;
    outline: none;
    transition-duration:500ms;
}

.new .btn-new:hover {
    background:#F9F9F9 url(../img/seta.png) center no-repeat;
}

.email-new {
    float:left;
    width:80%;
    border-right:none!important;
}

.btn-new {
    float:left;
    width:20%;
}

.curta {
    border:1px solid #cdcdcd;
    border-top:none;
    padding:28px 32px 30px 32px;
}

.curta h1 {
    font-size:20px;
    color:#A3A3A3;
    margin:0 0 16px 11px;
}

.categorias {
    border:1px solid #cdcdcd;
    border-top:none;
    padding:28px 32px 30px 32px;
}

.categorias h1 {
    font-size:20px;
    color:#A3A3A3;
    margin:0 0 16px 11px;
}

/**/

.gray {
    background:#cdcdcd;
    width:100%;
    height:120px;
}

/**/


/*BLOG SELECT*/

.white {
    border:1px solid #CDCDCD;
}
.white-title {
    padding: 26px 32px;
    background: #bc262a;
    font-size: 20px;
    color: #fff;
}
.white-box {
    padding: 32px;
}

/**/
.new-select input[type="text"] {
    margin: 0;
    padding: 17px 25px;
    border:1px solid #cdcdcd;
    background:#ffffff;
    font-size:13px;
    color:#A4A4A4;
    margin-bottom:5px;
    outline:none;
}

.new-select .new-select-btn {
    height: 51px;
    margin: 0 0 0;
    padding: 0 1em;
    cursor: pointer;
    background: #ffffff url(../img/seta.png) center no-repeat;
    border:1px solid #cdcdcd;
    border-left:none;
    outline: none;
    transition-duration:500ms;
}

.new-select .new-select-btn:hover {
    background:#F9F9F9 url(../img/seta.png) center no-repeat;
}

.new-select {
    border:1px solid #CDCDCD;
    padding:26px 32px 26px 32px;
}

.new-select h2 {
    font-size:20px;
    color:#A3A3A3;
    margin:0 0 16px 0;
}

.new-select-nome {
    float:left;
    width:50%;
    border-right:none!Important;
}

.new-select-email {
    float:left;
    width:40%;
    border-right:none!Important;
}

.new-select-btn {
    float:left;
    width:10%;
}


@media screen and (max-width: 540px) { /* 1210px     */
    .new-select-nome {
        float:none!important;
        width:100%!important;
        border-right:1px solid #cdcdcd!important;
    }

    .new-select-email {
        width:80%;
    }

    .new-select-btn {
        width:20%;
    }
}

.blog-selecionado p {
    text-align:justify;
}

/*CONTENT RIGHT*/

.content_right {
  float:right;
  width: 34%;
  border: 2px solid #f0f0f0;
  text-align: left;
  padding: 15px 20px 25px 20px;
  border-radius: 15px;
}

.content_right h2 {
  font-size:20px;
  color:#00356b;
  margin-bottom:15px;
  text-align:
}

.mais_lidos {
  text-align:left;
}

.mais_lidos li a {
    font-size: 16px;
    margin:5px 0;
    display:block;

      -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mais_lidos li a:hover {
  color:#00356b;
}

/*
  ========================================
       FOOTER
  ========================================
*/

.last_content {
    padding: 10px 0;
    background: #00356b;
    border-top: 1px solid #446087;
}

.last_content p {
    font-size: 11px;
    color: #0067d0;
    margin-bottom: 0;
    margin-top: 1px;
}

.direitos {
    float: left;
}

.desenvolvido {
    float:right;
    margin-top: 2px;
}


@media screen and (max-width: 600px) {

    .desenvolvido,
    .direitos {
        width:100%;
        text-align:center;
    }
}



/* PAGINATION */

ul.pagination {
    display: block;
    text-align: center;
}
ul.pagination li {
    display: inline-block;
    margin-right: 0.3125rem;
    width:auto;
}
ul.pagination li a {
    display: block;
    width: 2.1875rem;
    background: #FFF;
    border:solid 1px #CCC;
    font-size: 0.875rem;
    padding:0;
    color:#999999;
    line-height: 2.25rem;
    text-align: center;
    cursor:pointer;
    border-radius: 6px;
    min-height:inherit;
    transition: background 0.2s linear 0s;
    -ms-transition: background 0.2s linear 0s;
    -o-transition: background 0.2s linear 0s;
}
ul.pagination li:hover a, ul.pagination li a:focus {
    background: #00356b;
    color: #ffffff;
    cursor:pointer;
}
ul.pagination li.current a {
    background: #00356b;
    color: #ffffff;
    cursor:pointer;
}

/*FOOTER*/

footer {
  background:#00356b;
  text-align: right;
  padding: 15px 0 10px 0;
}

footer h2 {
  font-size:18px;
  color:#fff;
  margin-bottom:5px;
}

footer ul li {
    display: inline-block;
}

footer ul li a {
    display: block;
    width: 30px;
    height: 30px;
}

footer ul li a.fb {
  background:url("../img/face.png") center no-repeat;
}

footer ul li a.inst {
  background:url("../img/insta.png") center no-repeat;
}



/* PAGINAÇÃO */
.paginacao ul li a,
.paginacao ul li,
.paginacao ul {
    display: inline-block;
}

.paginacao {
    text-align: center;
}

.paginacao ul li a {
    background: #00356b;
    color: #ffffff;
    cursor: pointer;
}

.paginacao ul li a {
    display: block;
    width: 2.1875rem;
    background: #FFF;
    border: solid 1px #CCC;
    font-size: 0.875rem;
    padding: 0;
    color: #999999;
    line-height: 2.25rem;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    min-height: inherit;
    transition: background 0.2s linear 0s;
    -ms-transition: background 0.2s linear 0s;
    -o-transition: background 0.2s linear 0s;
}

.paginacao ul li a.active {
    background: #00356b;
    color: #ffffff;
}

.paginacao a.proxima span,
.paginacao a.anterior span {
    font-size: 20px;
    color: #00356b;
}

.fb_iframe_widget {
    border: 1px solid #00356b;
}








a.voltar_home {
    background-color: #00356b;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
}

a.voltar_home:hover {
    background-color: #318fef;
    transition: background 0.3s linear 0s;
    -ms-transition: background 0.3s linear 0s;
    -o-transition: background 0.3s linear 0s;
}