@import url("http://www.kderian.com/proxy.php?url=https%3A%2F%2Fwww.everdeveloper.com.br%2Fcss%2Freset.css");
@import url("http://www.kderian.com/proxy.php?url=https%3A%2F%2Fwww.everdeveloper.com.br%2Fcss%2Ffont.css");

/* ----------------------------------------------------------------------------
| General
---------------------------------------------------------------------------- */
.fill-small {
    margin: 10px;
}
.fill-small-top {
    margin-top: 10px;
}
.fill-small-bottom {
    margin-bottom: 10px;
}
.fill-medium {
    margin: 30px;
}
.fill-medium-top {
    margin-top: 30px;
}
.fill-medium-bottom {
    margin-bottom: 30px;
}
.fill-large {
    margin: 50px;
}
.fill-large-top {
    margin-top: 50px;
}
.fill-large-bottom {
    margin-bottom: 50px;
}
.spacing-small {
    padding: 10px;
}
.spacing-small-top {
    padding-top: 10px;
}
.spacing-small-bottom {
    padding-bottom: 10px;
}
.spacing-medium {
    padding: 30px;
}
.spacing-medium-top {
    padding-top: 30px;
}
.spacing-medium-bottom {
    padding-bottom: 30px;
}
.spacing-large {
    padding: 50px;
}
.spacing-large-top {
    padding-top: 50px;
}
.spacing-large-bottom {
    padding-bottom: 50px;
}
.radius-5 {
    border-radius: 5px;
}
.radius-10 {
    border-radius: 10px;
}
.radius-15 {
    border-radius: 15px;
}
.radius-20 {
    border-radius: 20px;
}
.radius-50 {
    border-radius: 50px;
}
.border-box {
    box-sizing: border-box;
}
.clear {
    overflow: auto;
    clear: both;
}
.btn {
    padding: 10px;
    max-width: 200px;
    cursor: pointer;
    background-color: #EE6B6E;
    color: #FFFFFF;
    border: none !important;
    margin: auto;
    display: block;
}
.btn:hover {
    text-decoration: none;
}
.btn:disabled {
    opacity: 0.7;
}

/* ----------------------------------------------------------------------------
| Form
---------------------------------------------------------------------------- */
input:not(input[type="image"]),
textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px #F5F5FA solid;
    font-size: inherit;
    font-family: inherit;
}
textarea {
    max-width: 100%;
    min-width: 100%;
}
.search-input {
    padding-left: 50px !important;
}
.search-icon {
    position: absolute;
    top: 8px;
    left: 10px;
    height: 25px;
}
.form-comment-container h2 {
    text-align: center;
}
.form-comment input:not(.btn),
.form-contact input:not(.btn),
.form-comment textarea, 
.form-contact textarea {
    margin-bottom: 10px;
}
.form-comment textarea,
.form-contact textarea {
    min-height: 200px;
}

/* ----------------------------------------------------------------------------
| Messages
---------------------------------------------------------------------------- */
.message-container {
    position: fixed;
    top: 30px;
    right: 5%;
    width: 90%;
    z-index: 100;
    opacity: 0;
    transition: opacity 1s;
}
.message-box {
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.message-box img {
    width: 40px;
    margin: 0 15px 0 0;
    vertical-align: middle;
}
.message-box span {
    font-size: 1em;
}
.message-success {
    background-color: #DFF0D8;
    border: 1px solid #D0E9C6;
    color: #3C763D;
}
.message-error {
    background-color: #F2DEDE;
    border: 1px solid #EBCCCC;
    color: #A94442;
}
.replay-comment-alert {
    color: #856404;
    background-color: #FFF3CD;
    border: 1px solid #FFEEBA;
    padding: 10px;
}
.replay-comment-alert a {
    display: block;
    margin-top: 5px;
    font-size: .8em;
}

/* ----------------------------------------------------------------------------
| Header
---------------------------------------------------------------------------- */
#header-main {
    padding-top: 30px;
}
.header-container {
    width: 90%;
    margin: auto;
}
.header-logo-container {
    text-align: center;
}
.header-logo {
    max-width: 200px;
}
.header-menu ul {
    text-align: center;
}
.header-menu ul li {
    display: inline-block;
    margin-right: 10px;
}
.header-menu ul li:last-child {
    margin-right: 0;
}
.header-menu ul li a {
    display: block;
    padding: 5px 0;
    color: #3C3C3C;
    text-decoration: none;
}
.header-menu ul li a:hover {
    color: #EE6B6E;
}

/* ----------------------------------------------------------------------------
| Main
---------------------------------------------------------------------------- */
.content-center {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.accessibility-options {
    text-align: center;
    margin-bottom: 30px;
}
.accessibility-options ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.accessibility-options ul li:last-child {
    margin-right: 0;
}
.accessibility-options ul li a {
    display: block;
}
.accessibility-options img {
    height: 25px;
}
.item-change-colors {
    position: relative;
}
.item-change-colors ul {
    display: none;
    position: absolute;
    top: 35px;
    left: -48px;
    z-index: 10;
    border: 1px #F5F5FA solid;
    background-color: #FFFFFF;
    text-align: left;
}
.item-change-colors ul li {
    margin: 0;
}
.item-change-colors ul a {
    text-decoration: none;
    display: block;
    min-width: 110px;
    padding: 10px;
    color: #3C3C3C;
}
.item-change-colors ul a:hover {
    background-color: #EE6B6E;
    color: #FFFFFF;
}
.search-container {
    position: relative;
}
.breadcrumb span {
    margin: 0 5px;
}

/* ----------------------------------------------------------------------------
| Article list
---------------------------------------------------------------------------- */
.article-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}
.article-list-author-with-date {
    margin-top: -45px;
}
.article-list-author {
    height: 60px;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 5px;
    vertical-align: bottom;
}
.featured-article header span,
.article-list article header span {
    font-size: 0.875em;
    color: #5B5B5B;
}
.article-list-read-more article:last-child {
    margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
| Pagination
---------------------------------------------------------------------------- */
.pagination ul {
    display: flex;
    justify-content: center;
}
.pagination li {
    margin-right: 10px;
}
.pagination li:last-child {
    margin-right: 0;
}
.pagination .pagination-current-page {
    background-color: #3C3C3C;
}
.pagination li a {
    display: block;
    width: 35px;
    height: 28px;
    background-color: #EE6B6E;
    color: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    padding-top: 7px;
}
.pagination li a:hover {
    text-decoration: none;
    background-color: #3C3C3C;
}

/* ----------------------------------------------------------------------------
| Article
---------------------------------------------------------------------------- */
.article-banner {
    width: 800px;
}
.article-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.article-info > div {
    margin-right: 30px;
    margin-bottom: 30px;
}
.article-info > div:first-child {
    margin-right: 10px;
}
.article-info > div:last-child {
    margin-right: 0;
}
.article-info div span {
    display: block;
    font-weight: bold;
    margin-bottom: 7px;
}
.article-info div img {
    height: 40px;
    vertical-align: middle;
}
.tags ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tags ul li a {
    background-color: #EE6B6E;
    color: #FFFFFF;
    display: block;
    padding: 5px;
}
.tags ul li a:hover {
    text-decoration: none;
}
.article-content h2,
.article-content h3,
.article-content h4, 
.article-content h5, 
.article-content h6 {
    margin: 20px 0 10px 0;
}
.article-content p {
    margin-bottom: 10px;
    word-break: break-word;
}
.article-content a {
    word-break: break-word;
}
.article-content ul {
    margin: 0 0 10px 40px;
    list-style: disc;
    line-height: 1.75em;
}
.article-content img {
    margin-bottom: 10px;
}
.article-content table {
    margin-bottom: 10px;
    border-spacing: 0;
}
.article-content td,
.article-content th {
    padding: 10px;
    border: 1px #F5F5FA solid;
}
.article-content code:not(.article-content pre code) {
    font-family: 'SourceCodePro', sans-serif;
    background-color: #F5F5FA;
    padding: 2px 5px;
    border-radius: 5px;
}
.article-content pre {
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: auto;
    font-size: 90%;
}
.article-content code[class*="language-"], 
.article-content pre[class*="language-"] {
    font-family: 'SourceCodePro', sans-serif;
    background-color: #F5F5FA;
}
.container-demo-down {
    margin-top: 30px;
}
.container-demo-down a {
    margin-right: 10px;
}
.container-demo-down a img {
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 5px;
}
.article-social-share-container a:hover {
    text-decoration: none;
}
.article-social-share-container img {
    height: 50px;
    margin-right: 10px;
}
.article-social-share-container img:last-child {
    margin-right: 0x;
}

/* ----------------------------------------------------------------------------
| Comments
---------------------------------------------------------------------------- */
.comments h2 {
    text-align: center;
}
.comments-container.fill-medium-bottom:last-of-type {
    margin-bottom: 0;
}
.comments-block:last-child, 
.answers-block:last-child {
    margin-bottom: 0;
}
.comments-block-left, 
.answers-block-left {
    text-align: center;
    margin-bottom: 10px;
}
.comments-image, 
.answers-image {
    max-height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.comments-user, 
.answers-user {
    display: block;
}
.comments-block-right {
    background-color: #DCF8C6;
    padding: 20px;
    box-sizing: border-box;
}
.answers-block-right {
    background-color: #FFFDD0;
    padding: 20px;
    box-sizing: border-box;
}
.comments-text, 
.answers-text {
    word-break: break-word;
    white-space: pre-wrap;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    line-height: 145%;
}
.comments-info, 
.answers-info {
    text-align: right;
}
.comments-replay {
    font-size: .8em;
    margin-right: 15px;
}
.comments-date, 
.answers-date {
    font-size: .8em;
}
.seta-comments, 
.seta-answers {
    display: none;
}

/* ----------------------------------------------------------------------------
| Author
---------------------------------------------------------------------------- */
.author-list-item {
    text-align: center;
}
.author-list-item img {
    width: 200px;
}
.author-info-left {
    text-align: center;
    margin-bottom: 30px;
}
.author-info-left img {
    width: 200px;
}
.author-info-right {
    text-align: center;
}

/* ----------------------------------------------------------------------------
| Footer
---------------------------------------------------------------------------- */
.footer-copyright {
    text-align: center;
}
.up-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    opacity: 0;
}
.up-to-top img {
    width: 60px;
    cursor: pointer;
    opacity: .7;
}
.up-to-top img:hover {
    opacity: 1;
}

/* ----------------------------------------------------------------------------
| Consent Cookie
---------------------------------------------------------------------------- */
.consent-cookie-container {
    position: fixed;
    width: 90%;
    bottom: 30px;
    left: 5%;
    background-color: #FFFFFF;
    border: 1px #27D796 solid;
}
.consent-cookie-btn-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.consent-cookie-btn-container .btn {
    margin: initial;
}
.btn-refuse-cookies {
    background-color: #EBCCCC;
    color: #A94442;
}
.btn-accept-cookies {
    background-color: #D0E9C6;
    color: #3C763D;
}

/* ----------------------------------------------------------------------------
| Page Error
---------------------------------------------------------------------------- */
.page-error-container {
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
}
.page-error-title {
    font-size: 3em;
}
.error-debug {
    margin-bottom: 50px;
}
.error-debug h2,
.error-debug p 
{
    word-wrap: break-word;
    margin-bottom: 10px;
}
.error-debug pre {
    font-size: 1em;
    overflow: auto;
}

/* ----------------------------------------------------------------------------
| Media print
---------------------------------------------------------------------------- */
@media print {
    .page-article-content #header-main,
    .page-article-content #footer-main,
    .page-article-content .up-to-top,
    .page-article-content .container-accessibility-search,
    .page-article-content #breadcrumb,
    .page-article-content .form-comment-container,
    .page-article-content .comments,
    .page-article-content article header .article-info,
    .page-article-content article header .tags,
    .page-article-content .container-demo-down,
    .page-article-content .article-social-share-container,
    .page-article-content .article-read-more-container,
    .page-article-content .consent-cookie-container {
        display: none !important;
    }
    pre[class*="language-"] {
        border: 1px #999999 solid;
    }
}