/*

Theme Name: Ozen Blog

Theme URI: moutinho88@hotmail.com

Author: Natan Moutinho

Author URI: moutinho88@hotmail.com

Version: 1.0

*/

body {

    box-sizing: border-box;

    background-color: #13284c;

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    color: white;

    margin: 0;

    padding: 0;

    min-height: 100%;

    width: 100%;

}



html {

    height: 100%;

    width: 100%;

}



.main-wrapper {

    width: 100%;

    min-height: 100%;

}



header {
    background-color: #061023;
    padding: 9px 0;
    border-bottom: 1px solid #555555;
}



.logo-text {

    font-size: 28px;

    font-weight: bold;

    color: #efbf40;

    margin: 0;

}



.btn-consultation {
    background-color: #ffbf00;
    color: #000;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s 
ease;
    font-size: 14px;
    text-decoration: none;
}



.btn-consultation:hover {

    background-color: #d9a935;

    transform: translateY(-2px);

    box-shadow: 0 4px 8px rgba(239, 191, 64, 0.3);

}


.hero-banner {
    position: relative;
    width: 100%;
    /* min-height: 238px; */
    background: #0b182f;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 44px 20px;
}


.hero-content {

    max-width: 900px;

    z-index: 2;

}



.hero-title {

    font-size: 48px;

    font-weight: bold;

    color: #efbf40;

    margin-bottom: 20px;

    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);

}



.hero-subtitle {

    font-size: 20px;

    color: white;

    line-height: 1.6;

    margin-bottom: 30px;

    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);

}



.hero-highlight {

    color: #efbf40;

    font-weight: 600;

}



.content-section {

    padding: 50px 0;

}



.page-title {

    color: #efbf40;

    font-size: 36px;

    font-weight: bold;

    margin-bottom: 40px;

    text-align: center;

}



.post-card {

    background-color: rgba(255, 255, 255, 0.1);

    border-radius: 15px;

    overflow: hidden;

    margin-bottom: 30px;

    transition: transform 0.3s ease, box-shadow 0.3s ease;

    border: 1px solid rgba(239, 191, 64, 0.2);

    height: 100%;

}



.post-card:hover {

    transform: translateY(-5px);

    box-shadow: 0 8px 20px rgba(239, 191, 64, 0.2);

}



.post-image {

    width: 100%;

    height: 200px;

    object-fit: cover;

}



.post-body {

    padding: 20px;

}



.post-title {

    color: #efbf40;

    font-size: 22px;

    font-weight: bold;

    margin-bottom: 10px;

}



.post-excerpt {

    color: white;

    font-size: 15px;

    line-height: 1.6;

    margin-bottom: 15px;

}



.post-date {

    color: rgba(239, 191, 64, 0.7);

    font-size: 13px;

    margin-bottom: 15px;

}



.read-more {

    color: #efbf40;

    text-decoration: none;

    font-weight: 600;

    display: inline-flex;

    align-items: center;

    transition: color 0.3s ease;

}



.read-more:hover {

    color: #d9a935;

}



.pagination-wrapper {

    display: flex;

    justify-content: center;

    margin-top: 50px;

    margin-bottom: 50px;

}



.pagination {

    gap: 10px;

}



.pagination .page-link {

    background-color: rgba(255, 255, 255, 0.1);

    border: 1px solid #efbf40;

    color: #efbf40;

    border-radius: 8px;

    padding: 10px 18px;

    transition: all 0.3s ease;

}



.pagination .page-link:hover {

    background-color: #efbf40;

    color: #18325f;

    transform: translateY(-2px);

}



.pagination .page-item.active .page-link {

    background-color: #efbf40;

    color: #18325f;

    border-color: #efbf40;

}



.pagination .page-item.disabled .page-link {

    background-color: rgba(255, 255, 255, 0.05);

    border-color: rgba(239, 191, 64, 0.3);

    color: rgba(239, 191, 64, 0.3);

}

#contentPost {
    background: #0b111a;
    padding-top: 42px;
    padding-bottom: 40px;
}
.card {
     background: #0b111a;
     color:#fff;
}
.card h2 {
   color: #efbf40; 
}


@media (max-width: 768px) {
    
    .hero-subtitle {
        font-size: 16px;
    }
    header {
        text-align: center;
    }
    #botaoAgendarConsult {
        text-align: center !important;
    }
    .marginCol {
        margin-bottom: 25px;
    }

    #heroTitle {
    font-size: 24px;   
    margin-bottom: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
#contentPost p {
    font-size:20px;
}

}

#logoOzen {
    width: 80%;
}

#postsContainer a {
    text-decoration: none;
}
footer {
    background: #273653;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}
body.single-post {
    background:#fff !important;
    color:#000 !important;
}
aside.sidebar {
    background: #0b182f;
    border-radius: 10px;
    padding: 21px;
    color: #fff;
}
#postSidebar a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
#postSidebar a h4 {
    font-size: 16px;
    margin-top: 13px;
}

.wp-pagenavi {
    text-align: center;
    margin-top: 40px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 8px 12px;
    margin: 0 3px;
    border: 1px solid #ddd;
}

.wp-pagenavi span.current {
    background: #2c5f8d;
    color: #fff;
    border-color: #2c5f8d;
}