@charset "UTF-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

footer,
header,
nav {
    display: block
}

[hidden],
template {
    display: none
}

a {
    background-color: rgba(0, 0, 0, 0)
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0
}

a,
body,
div,
footer,
header,
html,
img,
nav {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit
}

footer,
header,
nav {
    display: block
}

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

footer,
header,
nav {
    display: block
}

a:focus {
    outline: solid 1px !important
}

a:active,
a:hover {
    outline: 0
}

a img {
    border: 0
}

img {
    max-width: 100%;
    height: auto
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #4a4a4a;
    overflow-wrap: break-word;
    word-wrap: break-word
}

body {
    background-color: #fff
}

::-moz-selection {
    color: #fff;
    background: #333;
    text-shadow: none
}


.container {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto
}

@media only screen and (max-width:959px) {
    .container {
        max-width: 90%
    }
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

img[class*=align],
img[class*=attachment-] {
    height: auto
}

.clr:after,
.group:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    zoom: 1;
    height: 0
}

a {
    color: #333
}

a:hover {
    color: #13aff0
}

a,
a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media print {
    * {
        background: rgba(0, 0, 0, 0) !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }
}


/* Estilos específicos do cabeçalho */
.site-header-custom {
    position: relative;
    width: 100%;
    background-color: #00395e;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 100
}

.site-header-inner-custom {
    position: relative;
    height: 100%
}

.site-logo-custom {
    float: left;
    height: 100%;
    display: table
}

.site-logo-inner-custom {
    display: table-cell;
    vertical-align: middle;
    height: 103px
}

.site-logo-inner-custom a {
    background-color: rgba(0, 0, 0, 0) !important
}

.site-logo-img-custom {
    width: auto;
    max-width: 500px;
    max-height: 64px;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.site-logo-inner-custom a:hover img {
    -moz-opacity: .6;
    -webkit-opacity: .6;
    opacity: .6
}

@media only screen and (max-width:767px) {
    #site-logo {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
}

/* Estilos específicos do rodapé */
.site-footer-custom {
    position: relative
}

.site-footer-bottom-custom {
    background-color: #1b1b1b;
    padding: 15px 0;
    font-size: 12px;
    line-height: 1
}

.site-footer-copyright-custom {
    width: 50%;
    line-height: 1.6;
}

.site-footer-bottom-custom.no-footer-nav .site-footer-copyright-custom {
    float: none;
    width: 100%;
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.site-footer-copyright-custom {
    float: left;
    text-align: left;
    padding-right: 15px
}

#footer-bottom a {
    color: #fff
}

#footer-bottom a:hover {
    color: #13aff0
}

@media only screen and (max-width:959px) {
    .site-footer-bottom-custom .site-footer-copyright-custom {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: center
    }
}

/* Resumo Sofisticado */
.summary-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border-radius: var(--border-radius);
    padding: 2rem;
    margin-bottom: 2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: var(--shadow);
    animation: fadeIn 0.8s ease;
}

.summary-title {
    color: var(--light-color);
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-family: "Proxima Nova Bold";
}

.summary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    padding: 1rem 0;
}

.summary-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    border-left: 3px solid var(--accent-color);
}

.summary-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.summary-value {
    color: var(--light-color);
    font-size: 1.1rem;
    font-weight: 500;
}