/*
Theme Name: Monetae
Theme URI: https://monetae.com.br/
Author: Monetae
Author URI: https://monetae.com.br/
Description: Tema institucional Monetae para WordPress
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: monetae
Tags: bootstrap, institucional, financeiro
*/


:root {
    --azul-escuro: #002657;
    --prata: #e5e5e5;
    --prata2: #f4f5f8;
    --branco: #fff;
    --preto: #000;
    --texto: #475569;
}


body {
    color: var(--texto);
}

h1,
h2,
h3 {
    color: var(--preto);
    font-weight: 700;
}

/* Bootstrap primary color override */
.btn {
    font-weight: 500 !important;
}

.dropdown-menu {
    box-shadow: 0 4px 8px rgba(100, 100, 100, 0.1) !important;
    border: 1px solid var(--prata) !important;
}

.dropdown-toggle::after {
    display: none !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--azul-escuro) !important;
    color: var(--branco) !important;
}

.btn-primary,
.bg-primary {
    background-color: var(--azul-escuro) !important;
    border-color: var(--azul-escuro) !important;
    color: var(--branco) !important;
}

.bg-cover {
    background-size: cover !important;
    background-position: center !important;
}

.bg-sub {
    position: relative;
}

.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.z-index-1 {
    z-index: 1 !important;
}

.bg-sub::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    pointer-events: none;
    z-index: 0;
}

.bg-sub .container {
    position: relative;
    z-index: 1;
}

.text-primary {
    color: var(--azul-escuro) !important;
}

.text-white {
    color: var(--branco) !important;
}

.rounded-more {
    border-radius: 15px !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #001a3c !important;
    border-color: #001a3c !important;
    color: var(--branco) !important;
}

.btn img {
    height: 24px;
    width: auto;
}

.btn-white {
    background-color: var(--branco) !important;
    border-color: var(--prata) !important;
    color: var(--azul-escuro) !important;
}

.btn-white:hover,
.btn-white:focus {
    background-color: #f9f9f9 !important;
    border-color: var(--prata) !important;
    color: var(--azul-escuro) !important;
}

.btn-white-border,
.btn-white-border:hover,
.btn-white-border:focus {
    border: 1px solid #fff !important;
}

.navbar-dark .navbar-brand {
    color: var(--azul-escuro) !important;
}

@media screen and (max-width: 768px) {
    .btn-lg {
        font-size: 16px !important;
        padding: 8px 20px !important;
    }
}

.pill-white {
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid var(--prata);
    background-color: var(--branco);
    color: var(--azul-escuro);
    font-weight: 500;
    display: inline-block;
    padding: 1px 9px;
}

.card {
    border: none !important;
    box-shadow: 0 4px 8px rgba(100, 100, 100, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    padding: 15px !important;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 12px rgba(100, 100, 100, 0.1);
}

.card .card-title {
    font-weight: 600;
}

.card .card-icon img {
    height: 28px;
    width: auto;
}

.card-text {
    font-size: 14px;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: var(--branco);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-spinner {
    width: 60px;
    height: 60px;
    border: 8px solid var(--prata);
    border-top: 8px solid var(--azul-escuro);
    border-radius: 50%;
    animation: spin 1s linear infinite, colorchange 2s linear infinite;
    /*box-shadow: 0 0 20px var(--azul-escuro);*/
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes colorchange {
    0% {
        border-top-color: var(--azul-escuro);
    }

    25% {
        border-top-color: var(--prata);
    }

    50% {
        border-top-color: var(--preto);
    }

    75% {
        border-top-color: var(--branco);
    }

    100% {
        border-top-color: var(--azul-escuro);
    }
}

.page-icon {
    width: 60px;
    height: 60px;
}

.page-icon img {
    max-height: 30px;
    width: auto;
}

.text-gray {
    color: var(--prata) !important;
}

/* Navbar */
.navbar {
    position: relative;
    background-color: #fff !important;
    z-index: 10;
    border-bottom: 2px solid var(--prata);
}

.navbar .navbar-brand img {
    max-height: 47px;
}

@media screen and (max-width: 1400px) {
    .navbar .navbar-brand img {
        max-height: 30px;
    }
}

.navbar .navbar-toggler {
    border: none;
    font-size: 24px;
    color: var(--azul-escuro);
}

.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:active {
    outline: none;
    box-shadow: none;
}

.navbar .nav-link {
    font-weight: 500;
}

/*@media (max-width: 1200px) {
    .navbar-expand-lg .navbar-collapse {
        display: none !important;
    }

     .navbar-expand-lg .navbar-collapse.show {
        display: block !important;
        flex-basis: 100%;   
    }
}

@media (max-width: 1200px) {
    .navbar-expand-lg .navbar-toggler {
        display: block !important;
    }
}*/

/* hero */
#hero {
    background: var(--prata);
    position: relative;
    height: calc(100vh - 76px);
    display: flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
    max-height: 750px;
}

#hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

#hero .container {
    position: relative;
    z-index: 2;
}

#hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    background: radial-gradient(circle, rgba(229, 229, 229, 0.6) 30%, rgba(229, 229, 229, 0.1) 100%);
    z-index: 1;
}

#hero .container {
    position: relative;
    z-index: 2;
}

#hero h1 {
    font-size: 60px;
    line-height: 60px;
}

@media screen and (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 32px;
    }

    #hero h4 {
        font-size: 18px;
        line-height: 20px;
    }
}

/* Hero -inner */
#hero-inner {
    min-height: 300px;
    background-color: var(--prata2);
    /*background: linear-gradient(180deg, rgba(0, 38, 87, 1) 0%, rgb(15, 23, 42) 100%);*/
}

#hero-inner h1 {
    /*color: var(--branco);*/
}

#hero-inner .breadcrumb {
    font-size: 14px;
    margin-bottom: 10px;
}

#hero-inner .breadcrumb img {
    height: 16px;
    width: auto;
}

#hero-inner .breadcrumb a {
    color: var(--branco);
}
/* Atendimento */
#atendimento .card .card-icon {
    border-radius: 50px !important;
    font-size: 32px;
}

#atendimento .card .card-icon img {
    height: 32px;
    width: auto;
}

/* acc */
#acc {
    position: relative;
    overflow: hidden;
    background-image: url('assets/img/accbg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#acc .container {
    position: relative;
    z-index: 2;
}

#acc::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--azul-escuro);
    background: linear-gradient(90deg, rgba(0, 38, 87, 1) 50%, rgba(0, 38, 87, 0.5) 100%);
    z-index: 1;
}

/* sobre nos */
.sobre-nos .card {
    background-color: rgba(255, 255, 255, 0.15) !important;
}

.sobre-nos .card .card-icon {
    border-radius: 50px !important;
    font-size: 32px;
}

.sobre-nos .card .card-icon img {
    height: 40px;
    width: auto;
}

.sobre-nos .card .card-body {
    padding: 0px;
}

.sobre-nos .card h4 {
    color: #fff !important;
}

.timeline {
    position: relative;
    margin: 0 auto;
    padding-left: 30px;
}

.timeline:before {
    content: '';
    position: absolute;
    left: 18px;
    top: 0;
    width: 4px;
    height: 100%;
    background: var(--azul-escuro);
    border-radius: 2px;
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
}

.timeline-dot {
    position: absolute;
    left: 10px;
    top: 0;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 4px solid var(--azul-escuro);
    border-radius: 50%;
    z-index: 1;
}

.timeline-content {    
    background-color: #fff;
    padding: 18px 24px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    margin-left: 40px;
}

.timeline-content h5 {
    margin-top: 0;
    color: var(--azul-escuro);
    font-weight: bold;
}

@media (max-width: 600px) {
    .timeline {
        padding-left: 0;
        max-width: 100%;
    }

    .timeline-content {
        margin-left: 32px;
        padding: 14px 12px;
    }
}

/* footer */
footer {
    color: #94a3b8;
    font-size: 13px;
    background-color: #0f172a;
    padding: 50px 0;
}

footer a {
    color: #94a3b8;
    text-decoration: none;
}

footer i {
    font-size: 20px !important;
}

footer img {
    height: 24px;
    width: auto;
}

footer a i {
    font-size: 26px !important;
    margin-right: 15px;
}

footer a img {
    height: 30px;
    width: auto;
    margin-right: 15px;
}

/* subfooter */
.subfooter {
    color: #94a3b8;
    font-size: 15px;
    background-color: #0f172a;
    padding: 20px 0;
    border-top: 1px solid #334155;
    border-bottom: 1px solid #334155;
}

.subfooter a {
    color: #94a3b8;
    text-decoration: none;
}

/* disclaimer */
.disclaimer {
    color: #94a3b8;
    font-size: 12px;
    background-color: #020617;
    padding: 20px 0;
}

.disclaimer .copyright {
    border-top: 1px solid #334155;
    color: #334155;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 12px;
}

/* Chat Styles */
.chat-btn {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 60px;
    height: 60px;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chat-btn-img {
    width: 30px;
    height: 30px;
}
.chat-window {
    position: fixed;
    bottom: 100px;
    right: 32px;
    width: 320px;
    max-width: 90vw;
    z-index: 99999;
    display: none;
    padding: 0 !important;
}
.chat-window .card-body {
    background: #f8fafc;
}

.border-texto {
    border: 4px solid rgb(from var(--azul-escuro) r g b / 0.3) !important;
}

.border-prata {
    border: 4px solid rgb(from var(--azul-escuro) r g b / 0.1) !important;
}

.border-azul-escuro {
    border: 4px solid rgb(from var(--azul-escuro) r g b / 0.6) !important;
}

.border-preto {
    border: 4px solid rgb(from var(--azul-escuro) r g b / 1) !important;
}

.opacity {
    opacity: 0.8 !important;
}

.img-zattar {
    min-width: 100%; 
    min-height: 233px; 
    background-position: top center;
}

@media (max-width: 1200px) {
    .img-zattar {
        min-width: 130px;
        min-height: 185px;
    }
}
