/*
Theme Name: Twenty Twenty-Four
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/* - - - - - - - - - - - 
    Global
- - - - - - - - - - - */

:root {
    --green: #00CB7E;
    --green-dark: #013941;
    --muted: #55767C;
    --silver: #9BB0B5;
    --light: #E0E2E1;
    --mint: #f5f9f9;
    --mint-2: #e5e9e9;
}

:where(.wp-site-blocks *:focus) {
    outline-width: 0;
    outline-style: none;
}

.is-style-outline a:hover {
    background: var(--green) !important;
    border-color: var(--green) !important;
    color: white !important;
}

.sticky-top {
    position: sticky;
    top: 165px;
}

.avatar {
    width: 100px;
    height: 100px;
}

.wp-element-button:hover, .wp-block-button__link:hover {
    background-color: var(--green) !important;
    border-color: var(--green)!important;
    color: white!important;
    outline-color: var(--green);
}

.d-none {
    display: none !important;    
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;    
    }
}
@media (max-width: 768px) {
    .d-sm-none {
        display: none !important;    
    }
}

/* - - - - - - - - - - - 
    Header Fixed 
- - - - - - - - - - - */

.fixed-top {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
}

.fixed-top--alt {
    background-color: rgba(255, 255, 255, 1);
    transition: background-color .75s;
}

.menu {
    background-color: #000;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px;
    box-sizing: border-box;
}
  
  .menu--alt {
    opacity: 0.5;
}

@media (max-width: 768px) {
    .header-sm {
        padding: 1.5rem 0 1rem 0;
    }
}

/* - - - - - - - - - - - 
    Footer
- - - - - - - - - - - */

.footer .wp-block-navigation-is-layout-flex a:hover {
    color: white;
}

.wp-block-social-link-anchor:hover {
    fill: var(--green) !important;
    color: var(--green) !important;
}

@media (min-width: 768px) {
    .footer .is-style-outline {
        max-width: 220px !important;
    }
}

.wp-block-social-links a:hover {
    color: var(--green);
}

.wp-block-site-logo img {
    height: auto;
    min-width: 240px;
    max-width: 100%;
    margin-top: -.9rem;
}

.logo-footer img {
    height: auto;
    width: 240px;
    margin-top: -1.2rem;
}

address {
    font-style: normal;
}

.mt-n6 {
    margin-top: -6rem !important;
    z-index: 10 !important;
    position: relative;
}

/* - - - - - - - - - - - 
    Hero 
- - - - - - - - - - - */

.hero {
    position: relative;
    display: grid;
    grid-template-columns: 60% 40%;
    min-height: 110vh;
    margin-top: -1.2rem !important;
}


/* .hero:after {
    position: absolute;
    right: 39.5vw;
    top: 65vh;
    content: '';
    display: block;
    background-image: url('http://localhost/fiscalcare/wordpress/wp-content/uploads/2024/04/fiscal-care-line-2.svg');
    height: 497px;
    width: 290px;
    background-size: 100% 100%;
} */

.hero-caption {
    padding: 12rem 0 0;
}

.hero-caption h1 {
    padding-right: 7rem;
    margin-bottom: 3rem;
}

.hero-caption .wp-block-post-excerpt__excerpt {
    font-size: 1.4rem;
    padding-right: 7rem;
}

.hero-img {
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}

.hero-img img {
    position: relative;
    height: 110vh;
    object-fit: cover !important;
}
@media (max-width: 768px) {
    .hero {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .hero:after {
        display: none;
    }
    .hero-caption {
        padding: 2rem 2rem;
    }
    .hero-caption h1 {
        padding-right: 0rem;
    }
    .hero-caption .wp-block-post-excerpt__excerpt {
        padding-right: 0rem;
    }
    .hero-img img {
        position: relative;
        height: 70vh;
        object-fit: cover !important;
    }
}

.header .wp-block-navigation__container {
    padding: 0 1.5rem !important;
}

.wp-block-navigation__container a {
    font-weight: normal;
}

.list-icons {
    display: block;
    line-height: 1.6;
    padding: 0;
    list-style: none;
    width: 100% !important;
    border: 5px solid var(--mint);
    border-radius: .5rem;
}

@media (max-width: 768px) {
    .list-icons {
        max-width: 97%;
    }
}

.list-icons li {
    width: 100% !important;
    display: block !important;
}

.list-icons a {
    display: block;
    font-size: .9rem;
    font-weight: 600;
    color: var(--green-dark);
    border: solid var(--mint-2) 1px;
    margin-top: -1px;
    padding: .85rem 1.2rem;
    text-decoration: none;
}

.list-icons a:hover {
    background: var(--mint-2);
}

.list-icons li:first-child a {
    border-radius: .5rem .5rem 0 0;
}

.list-icons li:last-child a {
    border-radius: 0 0 .5rem .5rem;
}

.list-icons .current-menu-item a {
    background: var(--green-dark) !important;
    color: white !important;
    border-color: var(--green-dark) !important;
}

.midia-rounded figure {
    border-radius: .5rem;
    overflow: hidden;
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    font-weight: 500 !important;
}

.page-template-wp-custom-template-servi-os .entry-content > h2,
.page-template-assessoria .entry-content > h2,
.single .entry-content > h2,
.single .entry-content > h3 {
    font-size: 2.25rem;
    margin-top: 3rem;
}

.wpcf7-form-control {
    box-sizing: border-box;
    border: solid var(--mint-2) 1px;
    background: var(--mint);
    height: 48px;
    width: 100%;
    border-radius: .5rem;
    padding: 0 1.25rem;
}

.wpcf7-submit {
    background: var(--green);
    font-size: 1.2rem;
    color: var(--green-dark);
    border-radius: 100px;
}

.wpcf7-textarea {
    min-height: 120px;
}
@media (max-width: 768px) {
    .wp-block-media-text .wp-block-media-text__content {
        padding: 2rem 0 0;
    }
    
    .page-template-default, .page-template-assessoria, 
    .page-template-page-with-sidebar, .blog {
        margin-top: 13%;
    }
}

/* Botão Whatsapp */

.btn-whatsapp {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #00d274;
    color: #fff;
    border: none;
    z-index: 6;
    border-radius: 100px;
    padding: 1.2rem 1.3rem;
    transform: scale(1);
    transition: all .2s;
}
  
.btn-whatsapp:hover {
    background: #03de7c !important;
    border: none;
    transform: scale(1.05);
}
.modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    color: #013941;
    margin: auto;
    top: 50%;
    padding: 1rem 2rem;
    border-radius: 5px;
    width: 40%;
}
@media (max-width: 768px) {
    .modal-content {
        background-color: #fefefe;
        margin: auto;
        top: 50%;
        padding: .5rem 1rem;
        border-radius: 5px;
        width: 80%;
    }
    
    .form-control {
        width: 90% !important;
    }
}

.modal-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.modal-header h4 {
    color: #000;
    font-weight: normal;
    font-size: 1.2rem;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: normal;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.btn-success {
    color: #ffffff;
    cursor: pointer;
    transition: .2s all ease-in-out;
}

.btn-success:hover {
    background-color: #00a164;
}

@media (max-width: 768px) {
    .section-data .is-layout-flex {
        flex-direction: column;
    }
    
    .img-equipe, .img-equipe img {
        object-position: 24% 22% !important;
        min-height: auto !important;
        height: 85vh !important;
    }
    
    .img-institucional, .img-institucional img {
        object-position: 57% 12% !important;
        min-height: auto !important;
        height: 75vh !important;
    }
}

/* Menu responsivo */

@media (max-width: 768px) {
    .wp-block-navigation__responsive-container-content,
    .wp-block-navigation__responsive-container-content ul {
        align-items: center !important;
    }
    
    #modal-1-content li {
        color: #013941 !important;
        font-size: 1.1rem !important;
        margin-bottom: .5rem;
    }
    
    #modal-1-content .wp-block-button a {
        font-size: 1.1rem;
        margin-top: .5rem;
    }
}