/*
Theme Name: Dicas para meu pet
Theme URI: https://www.dicasparameupet.com.br/
Author: Ricardo Ferreira
Author URI: https://www.ricardoferreira.com.br
Description: Tema para o projeto dicas para meu pet
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: animais, petz, cães, gatos, passaros, peixes
*/

@import url("assets/css/bootstrap.min.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
}


.full-header {
    /* background-color: #FFFAEE; */
    display: flex;
    align-items: center;
}
   

.full-nav {
    background-color: #194A74;
}

.my-logo{
    width: auto;
    display: flex;
    justify-content: center;
    margin: 50px 0px !important;
}

.my-logo img a {
    display: block;
}

.menu {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0px;
}

.menu li {
    display: flex;
}

.menu a {
    color: #ffffff;
    text-decoration: none;
    padding: 20px;
    font-weight: 500;
    font-size: 18px;;
}

.current_page_item {
    /* background-color: #194A74; */
}

.menu a:hover {
    background-color: #F1E4CD;
    color: #194A74;
    transition-duration: 0.3s;
    transition-property: background-color;
}

.item-post {
    /* box-shadow:0 10px 16px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.19) !important; */
    box-shadow: 2px 0 20px rgba(0, 0, 0, .1);
}

.box-title {
    /* background-image: url('assets/images/breadcrumbs.jpg'); */
}

.box-title .box-mask-title {
    background-color: #FFFBED;
    /* opacity: .90; */
}

.box-title h1{
    color: #194A74;
    text-transform: uppercase;
    text-align: center;
    font-weight: 550;
    padding: 5rem 0rem;
    font-size: 3rem;
}

.latest-posts{
    background-color: #FFFBED;
    /* background-image: url('assets/images/progress.jpg'); */
    padding: 2rem 0rem;
    margin: 5rem 0rem 0rem 0rem;
}

.box-latest-posts{
    display: flex;
}

.box-latest-posts article {
    box-shadow: 2px 0 20px rgba(0, 0, 0, .1);
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
}

.box-latest-posts article .date-post {
    display: block;
    font-size: 16px;
    color: #E34F61;
    text-align: center;
}

.box-latest-posts article .content-post {
    text-align: center;
    font-size: 14px;
    padding: 0px 10px;
}

.box-latest-posts .title-post {
    padding: 10px;
    text-align: center;
}

.box-latest-posts .title-post a {
    color: #344a5f;
    text-decoration: none;
    font-size: 1.5rem;
}

.box-latest-posts .title-post a:hover {
    color: #E34F61;
}

.box-latest-posts .btn-view-post{
    padding: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    background-color: #033556;
    border-radius: 30px;
    box-shadow: 2px 0 20px rgba(0, 0, 0, .1);
    color: #ffffff;
    text-decoration: none;
}

.box-latest-posts .btn-view-post:hover {
    background-color: #F0AF49;
    transition-duration: 0.3s;
    transition-property: 'background-color';
}

.link-categories-initial {
    text-align: center;
}

.link-categories-initial a {
    color: #344a5f;    
    text-decoration: none;
    line-height: 1.25;
    font-size: 2rem;
    font-weight: 500;
}

.link-categories-initial span {
    margin: 2rem 0rem;
    display: block;
    background-color: #F0AF49;
    padding: 10px;
    border-radius: 30px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 24px;
}

.link-categories-initial span:hover {
    background-color: #194A74;
    transition-duration: 0.3s;
    transition-property: 'background-color';
}

.title-initial-page {
    margin: 2rem 0rem;
}

.title-initial-page h1{
    text-align: center;
    padding: 2rem 0rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #344a5f;
}

.title-latest-posts{
    margin: 2rem 0rem;
    padding: 2rem 0rem;
}

.title-latest-posts h2{
    text-align: center;
    color: #344a5f;
    font-weight: 550;
    font-size: 3rem;
}

.item-content {
    padding: 40px 50px;
    margin: 0px 0px 4rem 0px;
}

.item-content .item-content-title {

}

.item-content .item-content-title h2 {
    line-height: 1.25;
    font-size: 2rem;
    font-weight: 700;
}

.item-content .item-content-title a {
    color: #F0AF49;    
    text-decoration: none;
}

.item-content .item-content-title a:hover {
    color: #194A74;
}

.item-content .item-content-description {
    margin: 30px 0px;
}

.item-content .item-content-description p{
    font-style: normal;
    font-weight: 400;
    color: #333;
}

.footer-site {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2rem 0rem 1rem 0rem;
}

.menu-categorias-lateral ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.menu-categorias-lateral ul li a {
    background-color: #F0AF49;
    display: block;
    font-size: 16px;
    padding: 10px;
    margin: 10px 0px;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
}

.menu-categorias-lateral ul li a:hover {
    background-color: #194A74;
    transition-duration: 0.3s;
    transition-property: 'background-color';
}

.box-paginacao {    
    display: flex;
    justify-content: center;
}

.box-paginacao ul{
    list-style: none;
    display: flex;
}

.box-paginacao ul li {
    padding: 10px;
}

.box-paginacao span.current {
    padding: 10px;
    background-color: #194A74;
    color: #ffffff;
}

.box-paginacao .page-numbers {
    margin: 0px 8px;
    color: #F0AF49;    
    text-decoration: none;
    font-size: 18px;
}

.box-paginacao .page-numbers:hover {
    /* background-color: #E34F61; */
}

.patrocinadores {
    /* display: none; */
}

.patrocinadores ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.patrocinadores ul li {
    /* border: 1px solid red; */
    margin-bottom: 10px;
    text-align: center;
}

.patrocinadores ul li a {
    display: block;
}

.patrocinadores ul li a img {
    width: 100%;
}

.breadcrumbs {
    margin: 20px 0px;
    font-size: 20px;
}

.breadcrumbs a {
    color: #194A74;
    text-decoration: none;
}

.article-full {
    text-align: justify;
    font-size: 18px;
    line-height: 35px;
}

.article-full h2 {
    font-size: 24px;
    display: block;
    margin: 20px 0px;
    color: #194A74;
}

.article-full h3 {
    font-size: 24px;
    display: block;
    margin: 20px 0px;
    color: #194A74;
}

@media screen and (max-width: 900px) {
    .full-header {
        align-items: center !important;
    }

    .my-logo{
        justify-content: center !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
    }

    .article-full {
        line-height: 38px !important;
    }
    
    .article-full h2 {
        text-align: center !important;
        line-height: 38px !important;
    }

    .article-full h3 {
        text-align: center !important;
        line-height: 38px !important;
    }
}