/*
Theme Name: Simas & Ramos
Author: Iterato Digital
Author URI: https://iterato.com.br
Description: lorem
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp-ser
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
*/

a {
    color: #c83838;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f9f9f9;
    font-family: "DM Sans", sans-serif;
    color: #101826;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    min-height: 100%;
}

h4 {
    margin-top: 0px;
    margin-bottom: 25px;
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

p {
    margin-bottom: 0;
}

ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

blockquote {
    margin-top: 25px;
    margin-bottom: 50px;
    padding: 0px;
    border-left: 5px none #e2e2e2;
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
}

.blockquote-large {
    margin-top: 0px;
    font-size: 36px;
    line-height: 44px;
    font-style: italic;
}

.blockquote-author {
    font-style: italic;
}

.btn {
    font-weight: 500;
}

.btn--primary {
    background-color: #c83838;
    padding: .5rem 1.1875rem;
    border-radius: 26px;
    color: white;
    font-size: 1rem;
    position: relative;
    text-decoration: none;
}

.btn--primary:hover {
    opacity: .85;
}

.btn--primary .fa-brands {
    font-size: 1rem;
}

/*
.btn--primary::after {
    content: '\203A';
    font-size: 1.2rem;
    margin-left: 0.5rem;
    display: inline-block;
    vertical-align: middle;
}
*/

.floating-btn {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background-color: #25D366;
    color: white;
    font-size: 1.825rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: opacity 0.3s ease;
    text-decoration: none;
}

.footer {
    padding: 7.5rem 0;
    background: #1F2430;
    color: #fff;
}

.footer-tagline {
    margin-bottom: 1.5rem;
}

.footer-ttl-tagline {
    font-size: 2rem;
    line-height: 44px;
    font-weight: 400;
}

.has-separator::after {
    content: '';
    display: inline-block;
    width: 48px;
    height: 2px;
    background-color: #9D915A;
    margin-top: 3rem;
    margin-bottom: 4.5rem;
}

.header {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.hero-subtitle a {
    display: inline-block;
    margin-top: 1rem;
}

.icon-link {
    text-decoration: none;
    margin-right: .5rem;
    font-size: 1.5rem;
    font-weight: 300;
    opacity: .7;
}

.icon-link:hover {
    opacity: 1;
}

.image-feature {
    position: relative;
    min-height: 550px;
}

.image-feature.about-feature {
    background-size: cover;
    background-attachment: scroll;
}

.image-feature.team-feature {
    background-position: 50% 99%;
    background-size: cover;
}

.image-feature-panel {
    position: absolute;
    right: 50px;
    bottom: 50px;
    max-width: 450px;
    padding: 38px 50px;
    background-color: #fff;
}

.image-feature-panel.image-feature-panel-left {
    left: 50px;
    right: auto;
}

.image-feature-panel .ttl,
.image-feature-panel p {
    margin-bottom: 1rem;
}

.image-fluid-container {
    width: 100%;
    height: 550px;
    overflow: hidden;
}

.image-fluid-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.inner-section {
    padding: 8rem 0;
}

.inner-section.call-to-action {
    padding-top: 4.6875rem;
}

.inner-section.call-to-action .paragraph-large {
    padding-bottom: 3.125rem;
    width: 80%;
    margin: 0 auto;
}

.link-list {
    list-style-type: none;
}

.link-list.footer-navbar {
    margin-bottom: 3.125rem;
}

.logo-footer {
    margin-bottom: .75rem;
}

.navbar-link,
.menu-item a {
    margin-top: 13px;
    margin-right: 3rem;
    padding: 0px;
    opacity: 0.5;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    font-family: Oswald, sans-serif;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #222;
}

.menu-item.current-menu-item a {
    opacity: 1;
    color: #c83838;
}

.navbar-link:hover {
    opacity: 1;
}

.navbar-link.footer-navbar-link {
    color: #8295C1;
    text-decoration: none;
    margin-right: 2.25rem;

}

.navbar-link.footer-navbar-link.navbar-link-last {
    margin-right: 0;
}

.section-has-separator::after {
    content: '';
    display: block;
    width: 48px;
    height: 2px;
    background-color: #9D915A;
    margin: 4.6875rem auto 0;
}

.link-list {
    list-style-type: none;
    word-wrap: break-word;
}

.link-list-item {
    display: inline-block;
    margin-right: 12.5px;
}

.page-template .hero-subtitle p,
.paragraph-large {
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 400;
}

.service {
    padding: 75px;
    background-color: #fff;
}



.section {
    padding: 2rem 0;
}

.site-wrapper {
    transition: opacity 200ms ease;
}

.team-member-inner {
    background: #fff;
    padding: 1.5rem 2rem;
    width: 100%;
}

.team-member-name {
    margin-bottom: 0;
}

.team-member-wrapper {
    height: 525px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem;
}

.team-member-hiring-wrapper {
    height: 100%;
    background-color: #1F2430;
    padding: 2rem;

}

.team-member-hiring-inner {
    width: 100%;
    color: #fff
}



.text-link-large {
    display: inline;
    border-style: none none solid;
    border-bottom-width: 2px;
    border-bottom-color: #c83838;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 32px;
    line-height: 44px;
    font-weight: 400;
    text-decoration: none;
}

.text-link-uppercase {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.ttl {
    font-family: "Cormorant Garamond", serif;
}

.ttl-hat {
    margin-top: 0px;
    margin-bottom: 13px;
    font-family: Oswald, sans-serif;
    font-size: .875rem;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: .6;
}

.ttl-primary {
    font-size: 4.5rem;
    line-height: 75px;
    font-weight: 500;
    letter-spacing: -2px;
}

.ttl-secondary {
    font-size: 3rem;
    line-height: 50px;
    font-weight: 500;
}

.ttl-tertiary {
    font-size: 2.25rem;
    line-height: 2.25rem;
    font-weight: 500;
    letter-spacing: -0.5px;
}



.w-richtext p:not(:last-of-type) {
    margin-bottom: 1rem;
}

@media (max-width: 479px) {
    .footer {
        padding: 3rem 0;

    }

    .link-list.footer-navbar {
        margin-bottom: 0;
    }

    .link-list-item.footer-link-list-item {
        display: block;
        margin-right: 0px;
        margin-bottom: 12.5px;
    }

    .navbar-link.footer-navbar-link {
        margin-right: 0;
    }
}

@media(max-width: 767px) {
    .custom-logo {
        width: 240px;
    }

    .header {
        padding: 1rem 0;
    }

    .hero-subtitle a {
        margin-top: .5rem;
    }

    .icon-link {
        font-size: 2rem;
    }

    .image-feature-panel,
    .image-feature-panel.image-feature-panel-left {
        right: 5%;
        left: 5%;
        width: 90%;
        bottom: 1.25rem;
        padding: 1.5rem 2rem;
    }

    .inner-section {
        padding: 3rem 0;
    }

    .page-template .hero-subtitle p,
    .paragraph-large {
        font-size: 1rem;
        line-height: 1.25rem;
        padding-bottom: 1rem;
    }

    .section-has-title {
        padding: 2rem 0 0;
    }

    .service {
        padding: 2rem;
    }

    .text-link-large {
        font-size: 2rem;
        line-height: 2.25rem;
    }

    .ttl-hat {
        margin-bottom: .25rem;
    }

    .ttl-primary {
        font-size: 2.75rem;
        line-height: 3rem;
    }

    .ttl-secondary {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .ttl-tertiary {
        font-size: 2rem;
        line-height: 2.25rem;
    }

}

@media (min-width: 992px) {
    .floating-btn {
        display: none;
        /* esconder no desktop por padrão */
    }

    .floating-btn.show-on-scroll {
        display: flex;
    }
}