@charset "UTF-8";

/* =================================================================== 
 *
 *  Dicas inacreditáveis v1.0 Template Stylesheet
 *  29-07-2021
 *  ------------------------------------------------------------------
 *
 *
 *
 * =================================================================== */

/* -----------------------------------------------------
Media Query Exemplos
-----------------------------------------------------

@media only screen and (min-width: 320px) {}
@media only screen and (min-width: 480px) {}
@media only screen and (min-width: 600px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 830px) {}
@media only screen and (min-width: 992px) {}
@media only screen and (min-width: 1382px) {}

@media only screen and (min-width: 320px) {}
@media only screen and (min-width: 992px) {}

font-family: 'Myriad Pro Regular';

-webkit-transition: all .25s ease;
transition: all .25s ease;

*/ 


.zera-margens {
    margin: 0;
    padding: 0;
}
.flex-container {
    display: flex;
    align-items: center;    
}
.img-responsive {
    width: 100%;
    height: auto;
}



@media only screen and (min-width: 320px) {
    .badge-primary-destaque {
        background:#F6DA9A;
        color:#504E28;
        padding: 3px 9px;
        margin: 3px 0;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
        font-family: 'Myriad Pro Regular';
        font-size: 12px;
        white-space: nowrap;
    }
    .badge-primary-destaque:hover {
        background:#00135E;
        color: #ffffff;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
    }
    .badge-primary {
        background:#F6DA9A;
        color:#504E28;
        padding: 3px 9px;
        margin: 3px 0;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
        font-family: 'Myriad Pro Regular';
        font-size: 12px;
        white-space: nowrap;
    }
    .badge-primary:hover {
        background:#504E28;
        color: #ffffff;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
    }

    .pills-invert .badge-primary {
        background:#504E28;
        color: #ffffff;
        padding: 3px 9px;
        margin: 3px 0;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
        font-family: 'Myriad Pro Regular';
        font-size: 12px;
    }

    .pills-invert .badge-primary:hover {
        background:#F6DA9A;
        color:#504E28;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
    }
}
@media only screen and (min-width: 768px) {
    .badge-primary,
    .badge-primary-destaque {
        padding: 7px 15px;
        margin: 3px 0;
    }
}





/* -----------------------------------------------------
Post destaque
----------------------------------------------------- */
.post-destaque {
    margin: 90px 0 0 0;
    background: #504E28;
}
.post-destaque img {
    width: 100%;
}
.post-destaque .cont-flex .esq h3,
.post-destaque .cont-flex .esq h1,
.post-destaque .cont-flex .esq p {
    font-family: 'Myriad Pro Regular';
}
.post-destaque .cont-flex .esq h3 {
    font-size: 21px;
    color:#FDE8BB;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.post-destaque .cont-flex .esq h3 .post-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}
.post-destaque .cont-flex .esq h3 .post-categories li {
    margin-right: 20px;
}
.post-destaque .cont-flex .esq h3 .post-categories li a {
    font-size: 21px;
    color:#FDE8BB;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
}
.post-destaque .cont-flex .esq h1 {
    font-size: 25px;
    color:#F6DA9A;
    font-weight: 700;
    margin: 0 0 20px 0;    
}
.post-destaque .cont-flex .esq h1 a {
    font-size: 25px;
    color:#F6DA9A;
    font-weight: 700;
    text-decoration: none;
}
.post-destaque .cont-flex .esq p {
    font-size: 16.31px;
    color:#ffffff;
    font-weight: normal;
}

/*responsivo*/
@media only screen and (min-width: 320px) {
    .post-destaque .cont-flex .esq {
        width: 100%;    
        padding: 30px 20px;        
    }
    .post-destaque .cont-flex .dir {
        width: 100%;
    }
}
@media only screen and (min-width: 992px) {
    .post-destaque .cont-flex {
        display: flex;
        align-content: center;
    }
    .post-destaque .cont-flex .esq {
        width: 45vw;    
        padding:0 3vw 0 10vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .post-destaque .cont-flex .dir {
        width: 55vw;
    }
}
@media only screen and (min-width: 1371px) {
    .post-destaque .cont-flex .esq {
        padding:0 3vw 0 22vw;
    }
}
/* -----------------------------------------------------
Post destaque //
----------------------------------------------------- */










/* -----------------------------------------------------
Posts
----------------------------------------------------- */
.posts {
    padding:10.672358591248665vh 0;
}
.posts .cont h3,
.posts .cont h1,
.posts .cont p {
    font-family: 'Myriad Pro Regular';
}
.posts .cont {
    margin-bottom: 40px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    position: relative;
}
.posts .cont a *,
.posts .cont a:hover {
    text-decoration: none;
}
.posts .cont img {
    max-width: 100%;
}
.posts h2.tit {
    font-family: 'Myriad Pro Regular';
    font-size: 28px;
    color:#504E28;
    font-weight: bold;
    margin-bottom: 4vh;
}

/*responsivo*/
@media only screen and (min-width: 320px) {
    .posts .cont h3 {
        font-size: 16px;
        color:#00135E;
        font-weight: 700;
        margin: 10px 0 10px 0;
    }
    .posts .cont h3 .post-categories {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .posts .cont h3 .post-categories li a {
        font-size: 16px;
        color:#00135E;
        font-weight: 700;
        text-decoration: none;
        text-transform: capitalize;
    }
    .posts .cont h2 {
        font-size: 18px;
        color:#504E28;
        font-weight: 700;
    }
    .posts .cont p {
        font-size: 14px;
        color:#504E28;
        font-weight: normal;
    }
}
@media only screen and (min-width: 768px) {
    .posts .cont h3 {
        font-size: 18px;
    }
    .posts .cont h2 {
        font-size: 21px;
    }
    .posts .cont p {
        font-size: 16px;
    }
}
/* -----------------------------------------------------
Posts//
----------------------------------------------------- */









/* -----------------------------------------------------
Post
----------------------------------------------------- */
.post {
    margin: 24.86659551760939vh 0 0 0;
    background: #ffffff;
}
.post small.data {
    font-family: 'Myriad Pro Regular';
    font-size: 16px;
    color:#8D8D8D;
    font-weight: bold;
}
.post .cabecalho {
    display: flex;
    align-items: center;
}
.post span.cat .post-categories {
    list-style: none; 
    margin: 0;
    padding: 0;
    display: flex;
}
.post span.cat .post-categories a {
    font-family: 'Myriad Pro Regular';
    font-size: 20px;
    color:#00135E;
    font-weight: bold;
    margin-left: 20px;
    text-transform: capitalize;
}
.post span.cat {
    font-family: 'Myriad Pro Regular';
    font-size: 20px;
    color:#00135E;
    font-weight: bold;
}
.post h1 {
    font-family: 'Myriad Pro Regular';
    font-size: 40px;
    color:#504E28;
    font-weight: bold;
    margin: 2vh 0;
}
.post h1 a {
    font-family: 'Myriad Pro Regular';
    font-size: 40px;
    color:#504E28;
    font-weight: bold;
    text-decoration: none;
}
.post p {
    font-family: 'Myriad Pro Regular';
    font-size: 16px;
    color:#504E28;
    font-weight: normal;
}
.addtoany_header {
    margin: 0 0 5px 0!important;
}

/*.post figure {
    margin: 4vh 0;
}*/
.post .redes {
    margin-bottom: 2vh;
    display: flex;
}
.post .redes a {
    margin-right: 10px;
}
/* -----------------------------------------------------
Post //
----------------------------------------------------- */








/* -----------------------------------------------------
paginação
----------------------------------------------------- */
.pag {
    margin-top:3.6680896478121663vh;
}
.cont-paginacao ul,
.cont-paginacao ul li {
    margin:0;
    padding: 0;
    list-style: none;
}
.cont-paginacao ul li {
    margin: 0 2px;
}
.cont-paginacao a,
.cont-paginacao a.active,
.cont-paginacao a:hover {
    font-family: 'Myriad Pro Regular';
    color:#504E28;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.cont-paginacao ul li a {
    font-family: 'Myriad Pro Regular';
    color: #B3B3B5;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.cont-paginacao ul::after {
    content: '|';
    font-family: 'Myriad Pro Regular';
    color: #B3B3B5;
    font-size: 18px;
    font-weight: bold;
    margin: 0 7px;
}
.cont-paginacao ul::before {
    content: '|';
    font-family: 'Myriad Pro Regular';
    color: #B3B3B5;
    font-size: 18px;
    font-weight: bold;
    margin: 0 7px;
}
/* -----------------------------------------------------
paginação
----------------------------------------------------- */






/* -----------------------------------------------------
author
----------------------------------------------------- */
.autor-do-post {
    display: block;
    margin: 5vh auto;
    width: 100%;
}
.autor-do-post .foto {
    width: 120px!important;
    height: 120px!important;
    display: block;
    border-radius: 50%;
    overflow: hidden;  
    float: left;
    margin-right: 20px;
}
.autor-do-post .foto img {
    margin: 0!important;
}
.autor-do-post .conteudo {
    display: flex;
    margin-top: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.autor-do-post .conteudo p.tit {
    font-family: 'Myriad Pro Regular';
    font-size: 30px;
    color:#504E28;
    margin: 0;
    padding: 0;
}
.autor-do-post .conteudo p.desc {
    font-family: 'Myriad Pro Regular';
    font-size: 18px;
    color:#504E28;
    margin: 0;
    padding: 0;
}
/* -----------------------------------------------------
author
----------------------------------------------------- */


