/*
Theme Name:   Flower Power
Author:       Cau Guanabara
Tested up to: 6.2
Requires PHP: 7.0
Description:  Flower design
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  jucara
Domain Path: /languages
*/

@import url('./assets/fonts/index.css');
/* @import url('./assets/fonts/font-awesome-4.7.0/css/font-awesome.css'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap');

html, body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: 'Roboto', sans-serif;
}

h1, h2 {
    font-family: 'Itim', sans-serif;
    font-weight: 400;
}

h1 {
    font-size: 1.75em;
}

body {
    min-width: 360px;
}

*, *:before, *:after {
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
}

a, a:active {
    color: #0e6bbc;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.cols {
    display: flex;
    flex-direction: row;
}

.content {
    width: var(--max-width);
    max-width: 90%;
    margin: auto;
    justify-items: flex-start;
    align-items: center;
}

#content {
    position: relative;
    min-height: 100vh;
    padding-bottom: 80px;
}

.main-header {
    background-color: #436850;
    padding: 0;
    margin: 0;
    height: 68px;
    border-bottom: 1px solid #ccc;
}

.main-header .content {
    height: 68px;
}

.main-header .logo {
    text-decoration: none;
    vertical-align: middle;
}

.main-header .logo img {
    vertical-align: middle;
}

.main-header h1 {
    margin: 0;
}

.main-header .name {
    vertical-align: middle;
    text-decoration: none;
    color: #FBFADA;
    font-size: 32px;
    font-weight: 500;
    line-height: 2;
    /* margin-left: 0.25em; */
}

.main-header .name .normal {
    font-family: 'orkneymedium', sans-serif;
    font-weight: normal;
}

.main-header .cols .col-left {
    flex-grow: 0;
    flex-shrink: 0;
}

.main-header .cols .col-right {
    flex-grow: 3;
    flex-shrink: 3;
    text-align: right;
}

.menu-menu_principal-container {
    transition: transform 300ms ease-in-out 0s;
}

.menu-menu_principal-container ul {
    display: flex;
    flex-direction: row;
    gap: 0.8rem;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

.close-main-menu,
.open-main-menu {
    display: none;
    position: absolute;
    top: 18px;
    right: 18px;
    text-decoration: none;
    color: #000;
    transition: color 300ms ease-in-out 0s;
    font-size: 22px;
    z-index: 999;
}
.close-main-menu:hover,
.open-main-menu:hover {
    color: #fff;
}
.menu-menu_principal-container li {
    display: inline-block;
    width: auto;
    height: 100%;
}

.menu-menu_principal-container li a {
    display: flex;
    width: 100%;
    height: 68px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    align-items: center;
    padding: 0 0.5rem;
    transition: color 300ms ease-in-out 0s;
}

.menu-menu_principal-container li:hover a {
    color: #fff;
}

.menu-menu_principal-container li.current-menu-item a {
    color: #666;
    cursor: default;
}


#menu-paginas {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
}

#menu-paginas li {
    /* flex: 1; */
    width: auto;
    height: 20px;
    padding: 0;
    margin: 0 3px 0 0;
}

#menu-paginas li a {
    display: inline-block;
    padding: 3px 12px;
    text-decoration: none;
    color: #2f513b;
    font-size: 14px;
    background-color: #dce5df;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    transition: padding 200ms ease-in-out 0s;
}

#menu-paginas li a:hover {
    padding: 5px 12px;
}


.display-list {
    margin: 1rem auto;
}

.display-list li {
    list-style-type: circle;
    padding: 0.2rem;
}



.front-title {
    font-size: 72px;
    font-family: 'orkneybold', sans-serif;
    font-weight: bold;
    text-transform: lowercase;
    text-align: center;
    margin: 1rem auto 1.5rem;
}
.front-title span {
    font-family: 'orkneymedium', sans-serif;
    font-weight: 400;
    text-transform: lowercase;
    white-space: nowrap;
}



.download-files {
    margin: 1.2rem auto;
}

.subpages-menu,
.subpages-menu li,
ul.downloads,
ul.downloads li {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.downloads li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 8px 12px;
    margin: 0;
    background-color: #E9E9E9;
}

ul.downloads li:nth-child(odd) a {
    background-color: #F1F1F1;
}

.subpages-menu .desc,
ul.downloads li .desc {
    color: #777;
    font-style: italic;
    letter-spacing: 0.05em;
    font-size: 0.85em;
}

p.empty,
ul.downloads li.empty {
    color: #999;
    font-style: italic;
}

.subpages-menu {
    margin: 0.5rem auto 2rem;
    line-height: 1.2;
}

.subpages-menu li {
    margin-bottom: 1rem;
}

.subpages-menu a strong {
    text-decoration: none;
    color: #333;
    font-size: 1.1em;
}

.goal-info {
    margin: 2.5rem auto;
}
.goal-info .page-section {
    margin-bottom: 1.5rem;
}
.page-div {
    color: #cdcdcd;
    padding: 1rem 0 1.5rem;
    margin: 2rem 0 0 0;
    border-top: 1px solid #ccc;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}


.columns {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
}
.columns .col {
    flex: 1;
    justify-content: space-between;
}

/* .front-page .cols {
    gap: 2rem;
    align-items: flex-start;
}

.front-page .cols .col-left {
    flex-grow: 0;
    flex-shrink: 0;
    width: 320px;
}

.front-page .cols .col-right {
    flex-grow: 2;
    flex-shrink: 03;
    text-align: left;
}

.front-page .cols .col-right p:first-child {
    margin-top: 0;
}

.mosaic {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
}

.mosaic img {
    flex-grow: 1;
    flex-shrink: 1;
    margin: 0;
    width: 20%;
}

.mosaic.side-6 img {
    width: 16.666%;
}

.mosaic.side-7 img {
    width: 14.285%;
}

.mosaic.side-8 img {
    width: 12.5%;
}

.mosaic.side-9 img {
    width: 11.111%;
}

.mosaic.side-10 img {
    width: 10%;
}

.mosaic-popup {
    height: calc(90vh - 85px);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.mosaic-img .popup-popup header {
    display: none;
}

.front-links {
    margin: 2rem auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem;
}

.front-links .front-link:active,
.front-links .front-link {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-decoration: none;
    background-color: #ccc;
    color: #000;
    border-radius: 10px;
    padding: 1.25rem;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.front-links .front-link i {
    font-size: 3em;
    color: #fff;
}

.front-links .front-link strong {
    display: block;
    margin: 1rem auto;
    font-size: 22px;
}

.front-links .front-link .text {
    margin: 1rem auto;
    flex-grow: 3;
    flex-shrink: 3;
}

.front-links .front-link .round-button {
    background-color: #4C6699;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 20px;
    display: inline-block;
    padding: 0.5rem 1.2rem;
} */


/* 
.user-card {
    padding: 1.5rem 3rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}


.user-card .avatar {
    width: 40%;
}

.user-card .avatar img {
    width: 100%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.user-card .text {
    width: 60%;
    line-height: 1.5;
}

.user-card .text h3 {
    margin: 0 auto 1.2rem;
    font-size: 30px;
    line-height: 1;
}

.user-card .text p {
    font-size: 16px;
}



.wpcf7-form {
    width: 600px;
    max-width: 100%;
}
.wpcf7-form p {
}
.wpcf7-form p label {
    cursor: pointer;
    margin-bottom: 0.2rem;
}
.wpcf7-form p input[type="text"],
.wpcf7-form p input[type="email"],
.wpcf7-form p input[type="url"],
.wpcf7-form p input[type="password"],
.wpcf7-form p input[type="tel"],
.wpcf7-form p input[type="number"],
.wpcf7-form p input[type="search"],
.wpcf7-form p input[type="date"],
.wpcf7-form p input[type="datetime-local"],
.wpcf7-form p select,
.wpcf7-form p textarea,
.wpcf7-form p .input {
    width: 100%;
    / * max-width: 500px; * /
    padding: 0 0.5rem;
    font-size: 14px;
    vertical-align: middle;
    border-radius: 4px;
    border: 1px solid #bbbbbb;
    padding: 0 8px;
    line-height: 2;
    min-height: 30px;
}

.wpcf7-form p .wpcf7-list-item {
    margin: 0.25rem auto;
    display: block;
}

.wpcf7-form p textarea {
    height: 6rem;
}

.wpcf7-form p input[type="number"] {
    padding-right: 0;
    margin-right: 0;
    max-width: 10em;
}

.wpcf7-form p input[type="number"]::-webkit-inner-spin-button {
    / * opacity: 1; * /
    margin-left: 8px;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    font-style: italic;
}

/ * Estilo padrão para botões do Bootstrap * /
.wpcf7-form p input[type="button"],
.wpcf7-form p input[type="submit"],
.wpcf7-form p input[type="reset"],
.wpcf7-form p button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-color: #eee;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 4px;
} */

/* Estilo para botões de sucesso */
.btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}

/* Estilo para botões de perigo */
.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}

/* Estilo para botões primários */
.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}



.cookies-layer {
    position: fixed;
    z-index: 999;
    left: 50%;
    bottom: 20px;
    width: 340px;
    padding: 0.75rem;
    background-color: #e5e5e5;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transform: translate(-50%, calc(100% + 25px));
    transition: transform 300ms ease-in-out 0s;
}
.show-cookies-consent .cookies-layer {
    transform: translate(-50%, 0);
}
.cookies-layer h3 {
    margin: 0;
    font-size: 22px;
}
.cookies-layer .buttons {
    text-align: right;
}
.cookies-layer .buttons button {
    background-color: #4C6699;
    color: #fff;
    border: 0;
    font-size: 16px;
    border-radius: 10px;
    padding: 0.5rem 2.25rem;
    cursor: pointer;
}



div.bar {
    position: relative;
}



#main {
    min-height: 100px;
    width: 100%;
    /* overflow: hidden; */
}


/* .last-posts {
    margin: 2rem auto;
    padding: 0.6rem 1.2rem;
    border-radius: 12px;
    background-color: rgb(230, 172, 46);
}
.last-posts h2 {
    margin-top: 0.75rem;
}
.last-posts .post-title {
    margin: 1.2rem auto 0.75rem;
}
.last-posts .post-title > a {
    font-size: 1.2em;
    color: #000;
    text-decoration: none;
    transition: color 200ms ease-in-out;
}
.last-posts .post-title a:hover {
    color: #fff;
}
.last-posts .post-title .author {
    font-size: 13px;
    color: #666;
    font-style: italic;
    margin-bottom: 0;
}
.last-posts .post-title .author a {
    color: #666;
} */




.archive .post-link,
.blog .post-link {
    margin: 1rem auto;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}
.archive .post-link > a,
.blog .post-link > a {
    text-decoration: none;
    transition: color 200ms ease-in-out;
}
.archive .post-link > a:hover,
.blog .post-link > a:hover {
    color: #333;
}

.archive .post-link .post-thumbnail,
.blog .post-link .post-thumbnail {
    flex-grow: 0;
    flex-shrink: 0;
}

.archive .post-thumbnail img,
.blog .post-thumbnail img {
    width: auto;
    height: 45px;
}

.archive .post-link .post-title,
.blog .post-link .post-title {
    flex-grow: 3;
    flex-shrink: 3;
    font-size: 18px;
    font-weight: 600;
}

.archive .post-link .post-title .author,
.blog .post-link .post-title .author {
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
}



.pagination {
    text-align: right;
    margin: 2rem auto;
}
.pagination .pages {
    border: 0;
    color: #666;
    margin-right: 1rem;
}
.pagination .wp-pagenavi span.current,
.pagination .wp-pagenavi a {
    border: 0;
    background-color: #E6AC2E;
    color: #000;
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
    margin: 0 0.25rem;
    display: inline-block;
    transition: color 200ms ease-in-out;
}
.pagination .wp-pagenavi a:hover {
    color: #fff;
    text-decoration: none;
}
.pagination .wp-pagenavi span.current {
    background-color: #b68823;
    color: #fff;
}


/* .entry-header h1 {
    font-size: 2em;
    margin-bottom: 10px;
}

.entry-header .post-meta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.entry-header .post-meta strong {
    font-weight: 400;
    display: inline-block;
    margin-right: 1rem;
}

.entry-header .post-meta .tax {
    display: inline-block;
}

.entry-header .post-meta .tax + .tax {
    margin-left: 1.4rem;
    padding-left: 1.4rem;
    border-left: 1px solid #ccc;
}

.single article .post-thumbnail {
    width: auto;
    float: left;
    margin: 0 2rem 1rem 0;
}

.single article .wp-caption {
    display: inline-block;
}

.single article .wp-caption-text {
    font-size: 0.8em;
    color: #666;
    line-height: 1.2;
}

.single article .wp-caption.alignleft {
    float: left;
    margin: 0 1rem 1rem 0;
}

.single article .wp-caption.alignright {
    float: right;
    margin: 0 0 1rem 1rem;
}

.single article .reference {
    font-size: 0.8em;
    color: #666;
    font-style: italic;
    padding-top: 1.4rem;
    margin-top: 1.4rem;
    border-top: 1px solid #ccc;
    line-height: 1.5;
} */


.main-footer {
    background-color: #acc3b4;
    padding: 0;
    margin: 0;
    height: auto;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #436850;
    height: 80px;
    line-height: 80px;
}

.main-footer .cols {
    align-items: center;
    gap: 24px;
}

.main-footer .col {
    flex-grow: 0;
    flex-shrink: 0;
    white-space: nowrap;
}

.main-footer .col-right {
    text-align: right;
    min-width: 130px;
    flex-grow: 4;
    flex-shrink: 4;
}

.main-footer a {
    color: #2f513b;
    text-decoration: none;
    transition: color 300ms ease-in-out 0s;
}

.main-footer a i {
    vertical-align: middle;
}

.main-footer a:hover {
    color: #5b7d67;
}

.main-footer .col-left a {
    font-size: 18px;
}

.main-footer .col-right a {
    margin-left: 0.75rem;
}


.accessible {
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(calc(-50% + 76px));
}
.accessible a {
    display: inline-block;
    font-size: 20px;
    background-color: #666;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 200ms ease-in-out;
    margin-bottom: 8px;
}
.accessible a:hover {
    text-decoration: none;
}
.accessible a.dark-mode {
    background-color: rgb(49, 9, 101);
    color: #eee;
}
.accessible a.dark-mode:hover {
    background-color: rgb(91, 40, 158);
    text-decoration: none;
}
.accessible a.dark-mode .fa-sun {
    display: none;
    color: #333;
}
body.dark-mode .accessible a.dark-mode {
    background-color: rgb(229, 211, 48);
}
body.dark-mode .accessible a.dark-mode:hover {
    background-color: rgb(193, 178, 43);
}
body.dark-mode .accessible a.dark-mode .fa-moon {
    display: none;
}
body.dark-mode .accessible a.dark-mode .fa-sun {
    display: inline-block;
}

body.font-visible-1 .accessible a.font-visible {
    background-color: #7c7c7c;
}
body.font-visible-2 .accessible a.font-visible {
    background-color: #969696;
}



body.page .entry-content,
body.single .entry-content {
    margin: 2rem auto;
}




.chart.type-doughnut, 
.chart.type-pie {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}




.popup-overlay .popup-popup header,
.popup-overlay .popup-popup .footer-buttons button,
.popup-overlay .popup-popup header .close-popup {
    background-color: #436850;
    color: #FBFADA;
}
.popup-overlay .popup-popup header h2 {
    font-weight: 400;
}


@media screen and (max-width: 890px) {
    /* #content {
        padding-bottom: 120px;
    } */
    .main-footer .cols {
        flex-direction: column;
        gap: 1rem;
    }
    .main-footer .col {
        width: 100%;
        text-align: center;
    }

    .front-title span {
        display: block;
    }

    /* #content {
        padding-bottom: 200px;
    } */
}




@media screen and (max-width: 750px) {
    .front-links {
        flex-direction: column;
    }
}

@media screen and (max-width: 990px) {
    .open-main-menu {
        display: inline-block;
    }
    .close-main-menu {
        display: none;
    }
    .menu-menu_principal-container {
        position: fixed;
        z-index: 998;
        top: 0px;
        padding-top: 68px;
        right: 0px;
        background-color: #E6AC2E;
        transform: translateX(102%);
        height: 100%;
    }

    .menu-menu_principal-container ul {
        flex-direction: column;
        gap: 0;
        justify-content: flex-start;
    }
    
    .menu-menu_principal-container li {
        display: block;
        height: auto;
    }

    .menu-menu_principal-container li a {
        display: block;
        width: 100%;
        height: auto;
        padding: 0.75rem;
    }

    .main-menu-open .open-main-menu {
        display: none;
    }
    .main-menu-open .close-main-menu {
        display: inline-block;
    }
    .main-menu-open .menu-menu_principal-container {
        transform: translateX(0%);
    }

    .front-title {
        font-size: 46px;
        line-height: 1.2;
    }

    .front-page .cols {
        flex-direction: column;
    }

    .front-page .cols .col-left {
        width: 100%;
    }


    .user-card {
        flex-direction: column;
        text-align: center;
    }
    .user-card > div.avatar,
    .user-card > div.text {
        width: 100%;
    }
    .user-card .avatar img {
        width: 460px;
        max-width: 100%;
    }
    
}