﻿    * {
        margin: 0;
        padding: 0;

        /* paleta de cores da Systa */
        /* --predominantTone: RGBA(48, 79, 132);
            --predominantHalfTone: RGBA(133, 139, 175);
            --predominantTone25PerCent:RGBA(184, 187, 208);
            --predominantTone10PerCent:RGBA(225, 226, 236);
            --predominantTone2PercentTransparent: RGBA(48, 79, 132, 0.98);
            --alertTone: RGBA(196, 149, 60);
            --alertTone25PerCent:RGBA(234, 218, 190);
            --alertTone30PercentTransparent: RGBA(196, 149, 60, 0.3);
            --defaultColor: var(--predominantTone);
            --whatsAppColor: RGBA(7, 94, 84); */

        --predominantTone: RGBA(46, 48, 141);
        --predominantHalfTone: RGBA(154, 143, 187);
        --predominantTone25PerCent: RGBA(204, 199, 223);
        --predominantTone10PerCent: RGBA(237, 236, 246);
        --predominantTone2PercentTransparent: RGBA(46, 48, 141, 0.98);
        --alertTone: RGBA(0, 0, 0);
        --alertTone25PerCent: RGBA(206, 207, 212);
        --alertTone30PercentTransparent: RGBA(0, 0, 0, 0.30);
        --defaultColor: var(--alertTone);
        --whatsAppColor: RGBA(7, 94, 84);
        font-family: Rajdhani, 'FontAwesome';
        font-display: swap;
        font-weight: 500;
        font-size: 18px;
    }

    body {
        border-top: solid 0.5rem var(--predominantTone);
        background-color: var(--predominantTone10PerCent);
        font-family: 'Rajdhani';
        color: var(--defaultColor);
    }

    a:link, a:visited, a:active {
        font-size: 1rem;
        font-style: normal;
        text-decoration: none;
        color: var(--predominantTone10PerCent);
    }

    a:hover {
        transition: 0.25s;
        color: var(--predominantTone);
    }

    i {
        text-decoration: none;
        font-style: normal;
        font-size: 1rem;
    }

    h1 {
        margin-top: 0.5rem;
        font-size: 0.9rem;
        font-weight: 600;
    }

    h2 {
        /*display: flex;*/
        /*justify-content: space-between;*/
        /*align-items: center;*/
        margin-bottom: 2rem;
        font-size: 1.25rem;
        font-weight: 700;
        color: var(--alertTone);
    }

    h3 {
        font-size: 0.75rem;
    }

    p {
        margin-bottom: 0.5rem;
    }

    /*hr {
        border-width: 0;
        background-color: var(--predominantHalfTone);
        width: 30%;
        height: 0.1px;
    }*/

    nav {
        background-color: var(--predominantTone);
    }

    nav a:link, nav a:visited, nav a:active {
        font-size: 0.9rem;
        font-style: normal;
        text-decoration: none;
        color: var(--predominantTone10PerCent);
    }

    nav a:hover {
        transition: 0.25s;
        color: var(--alertTone);
    }

    nav i {
        font-size: 0.9rem;
    }

    nav a:link, nav a:visited, nav a:active {
        font-size: 0.9rem;
        font-style: normal;
        text-decoration: none;
        color: var(--predominantTone10PerCent);
    }

    nav a:hover {
        transition: 0.25s;
        color: var(--alertTone);
    }

    #menu {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        background-color: var(--predominantTone);
        width: 200px;
        height: 100vh;
        padding-top: 50px;
        z-index: 999;
    }

    #menu-icon {
        display: block;
        padding: 0.5rem;
        color: var(--predominantTone);
    }

    #menu a {
        display: block;
        padding: 0.5rem 0 0 1rem;
        text-decoration: none;
        color: var(--predominantTone10PerCent);
    }

    header {
        background-color: #FFF;
        text-align: center;
        padding: 1rem;
    }

    aside {
        padding: 1rem;
        text-align: center;
    }

    aside a:link, aside a:visited, aside a:active {
        font-size: 1rem;
        font-style: normal;
        text-decoration: none;
        color: var(--PredominantTone);
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    aside a:hover {
        transition: 0.25s;
        color: var(--alertTone);
    }

    section h2 {
        padding-bottom: 0.75rem;
        border-bottom: solid 0.1rem var(--alertTone);
    }

    #banner {
        background-color: var(--alertTone25PerCent);
        padding: 2rem;
        text-align: center;
    }

    #banner h2 {
        display: block;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        font-size: 1.125rem;
        color: var(--PredominantTone);
    }

    #pageTitle {
        background-color: var(--predominantTone);
        padding: 2rem;
    }

    #pageTitle h2 {
        display: block;
        margin: 0;
        padding: 0;
        border: 0;
        text-align: center;
        font-size: 1.125rem;
        color: var(--predominantTone10PerCent);
    }

    #pageTitle h3 {
        color: var(--predominantTone10PerCent);
        font-size: 1rem;
        text-align: center;
    }

    #pageTitle h4 {
        margin-top: 1rem;
        color: var(--predominantTone10PerCent);
        text-align: center;
        font-size: 0.8rem;
    }

    .memo {
        padding: 2rem;
        text-align: justify;
    }

    .memo a {
        color: var(--predominantTone);
        font-weight: bold;
    }

    .parallax-banner {
        background-attachment: scroll;
        background-image: url('https://www.sindicomerciario.com.br/images/sindicomerciario-jequie-coaraci-banners-contribuicao-negocial.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center 10rem;
        padding: 2rem;
        height: 148px;
    }

    .banner-content {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        background: rgba(255, 255, 255, 0.5);
        padding: 20px;
        border-radius: 0.5rem;
    }

    .banner-content h2 {
        margin-bottom: 0;
    }

    #adhesions {
        border-bottom: solid 0.1rem var(--alertTone);
    }

    #adhesions div {
        width: auto;
        margin: 2rem;
        text-align: center;
    }

    #adhesions h2 {
        display: block;
        margin-bottom: 0.5rem;
        padding: 0;
        border: 0;
    }

    #notices {
        margin: 2rem 0;
        padding: 2rem;
    }

    #notices h2 {
        text-align: center;
    }

    #notices h3 {
        display: table-cell;
        border-bottom: solid 0.1rem var(--predominantTone);
        padding: 0.15rem;
        font-size: 0.8rem;
        color: var(--predominantTone);
        font-weight: bold;
        /*border-radius: 0.25rem;*/
    }

    #notices .columns div {
        margin: 1rem;
        border-radius: 0.25rem;
        background-color: var(--alertTone25PerCent);
        padding: 1rem;
    }

    #notices h4 {
        margin-top: 1rem;
        font-weight: bold;
        color: var(--predominantTone);
        text-transform: uppercase;
    }

    #notices h5 {
        margin-top: 0.5rem;
        font-size: 0.9rem;
    }

    #notices a {
        display: inline;
        padding-bottom: 2rem;
    }

    .whatsAppButtom:link, .whatsAppButtom:visited, .whatsAppButtom:active {
        padding: 0.5rem;
        border-radius: 0.25rem;
        background-color: var(--whatsAppColor);
        border: solid 0.1rem var(--whatsAppColor);
        font-size: 1rem;
        font-style: normal;
        text-decoration: none;
        color: var(--predominantTone10PerCent);
    }

    .whatsAppButtom:hover {
        background-color: transparent;
        border-color: var(--whatsAppColor);
        font-size: 1rem;
        transition: 0.25s;
        color: var(--whatsAppColor);
    }

    #marketingAppeals {
        justify-content: start;
        text-align: center;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    #marketingAppeals h2 {
        padding: 0;
        border: none;
    }

    #marketingAppeals div {
        width: auto;
        margin: 2rem;
        margin-bottom: 0;
    }

    #marketingAppeals h2 {
        display: block;
        margin-bottom: 0.5rem;
    }

    #marketingAppeals a {
        margin-top: 1rem;
        text-align: center;
    }

    #aEmoctionalAppealWhatsApp {
        display: block;
    }

    #aEmoctionalAppealTelephone {
        display: block;
    }

    #aRationalAppealWhatsApp {
        display: none;
    }

    #rationalAppeal {
        margin: 0;
    }

    #emoctionalAppeal {
        margin: 0;
    }

    #talkExpert {
        text-align: justify;
        padding: 2rem;
    }

    #expertArea {
        text-align: center;
        margin: 0 10% 1rem 10%;
    }

    #expertAvatar {
        border: solid 0.75rem #FFF;
        border-radius: 100%;
    }

    #expertArea p:first-of-type {
        margin-bottom: 1rem;
        font-weight: 600;
    }

    #talkExpert p {
        margin-bottom: 0.5rem;
    }

    #talkExpert p span {
        font-weight: 700;
        color: var(--alertTone);
    }

    amp-audio {
        margin-top: 2rem;
    }
    
    #myMovie {
        padding: 2rem;
        text-align: center;
    }

    #myMovie iframe {
        width: 320px;
        height: 180px;
    }
    
    .linkButtons:link, .linkButtons:visited, .linkButtons:active {
        padding: 0.5rem;
        border-radius: 0.25rem;
        background-color: var(--predominantTone);
        border: solid 0.1rem var(--predominantTone);
        font-size: 1rem;
        font-style: normal;
        text-decoration: none;
        color: var(--predominantTone10PerCent);
    }

    .linkButtons:hover {
        background-color: transparent;
        font-size: 1rem;
        transition: 0.25s;
        color: var(--predominantTone);
    }

    .linkButtonsAlert:link, .linkButtonsAlert:visited, .linkButtonsAlert:active {
        padding: 0.5rem;
        border-radius: 0.25rem;
        background-color: var(--alertTone);
        border: solid 0.1rem var(--alertTone);
        font-size: 1rem;
        font-style: normal;
        text-decoration: none;
        color: var(--predominantTone);
    }

    .linkButtonsAlert:hover {
        background-color: transparent;
        font-size: 1rem;
        transition: 0.25s;
        color: var(--alertTone);
    }

    .columns {
        display: block;
        margin-top: 2rem;
        text-align: left;
    }

    .columns div {
        display: block;
    }

    .columns div p {
        font-weight: 900;
    }

    .columns div a {
        display: block;
        margin-top: 0.5rem;
    }

    #team {
        padding: 2rem;
        text-align: center;
        font-size: 0.9rem;
    }

    #team .columns {
        margin-top: 1rem;
    }

    #team .columns div {
        margin: 1rem;
        border-radius: 0.25rem;
        background-color: var(--predominantTone25PerCent);
        padding: 1rem;
        font-size: 0.9rem;
        text-align: center;
    }

    #team .columns div img {
        border: solid 0.75rem var(--alertTone30PercentTransparent);
        border-radius: 100%;
    }

    #team .columns div p {
        margin: 0;
        font-weight: 900;
        color: var(--alertTone);
    }

    .faq-section {
        width: 100%;
        margin: auto;
    }

    .faq-item {
        margin-bottom: 0.5rem;
        border-radius: 0.5rem;
        overflow: hidden;
    }

    .faq-question {
        width: 100%;
        padding: 1rem;
        text-align: left;
        background-color: var(--predominantTone);
        color: var(--predominantTone10PerCent);
        cursor: pointer;
    }

    .faq-answer {
        display: none;
        padding: 1rem;
        background-color: var(--predominantTone10PerCent); 
        color: var(--alertTone);
    }

    .buttonsBar {
        display: flex;
        justify-content: center;
        margin-bottom: 2rem;
    }

    #doing {
        padding: 2rem;
        text-align: center;
    }

    #doing .columns {
        margin-bottom: 2rem;
    }

    #doing p {
        margin-bottom: 0.5rem;
    }

    #doing p span {
        display: inline-block;
        padding: 0.1rem 0.1rem 0.2rem 0.1rem;
        height: 1.1rem;
        width: 1.1rem;
        font-weight: 700;
        text-align: center;
        color: var(--predominantTone10PerCent);
        border-radius: 0.25rem;
        background-color: var(--alertTone);
    }
     
    #myNumbers {
        padding: 2rem;
        text-align: center;
    }
 
    #myNumbers .columns {
        text-align: center;
    }

    #myNumbers .columns p {
        font-size: 5rem;
        margin: 0;
        padding: 0;
    }
    
    #myClients {
            padding: 2rem;
            text-align: center;
    }
    
    #myClients .columns div {
        margin: 1rem;
        border-radius: 0.25rem;
        background-color: var(--predominantTone25PerCent);
        padding: 1rem;
        text-align: center;
        font-size: 0.9rem;
    }
    
    #myPartners {
        padding: 2rem;
        text-align: center;
    }

    #myPartners .columns div {
        margin: 1rem;
        border-radius: 0.25rem;
        background-color: var(--alertTone25PerCent);
        padding: 1rem;
        text-align: center;
        font-size: 0.9rem;
    }

    #ourPrices {
        padding: 2rem;
        text-align: center;
    }

    #ourPrices a {
        display: inline-block;
        margin: 1.25rem 0 1.5rem 0;
    }

    #faq {
        padding: 2rem;
        text-align: center;
    }

    #faq .whatsAppButtom {
        display: inline-block;
        margin-top: 1.25rem;
    }

    .faq-answer {
        display: none;
    }

    .faq-answer.open {
        display: block;
    }

    .portfolio {
        padding: 2rem;
        text-align: center;
    }

    .portfolio .columns div {
        margin: 1rem;
        border-radius: 0.25rem;
        background-color: var(--predominantTone25PerCent);
        padding: 1rem;
        text-align: center;
        font-size: 0.9rem;
    }

    .icon {
        font-size: 3rem;
    }

    #sharePage {
        padding: 2rem;
        text-align: center;
    }

    #sharePage .whatsAppButtom {
        display: inline-block;
        margin: 1.25rem;
    }

    #myBusiness {
        background-color: var(--predominantTone);
        padding: 2rem;
        color: var(--predominantTone10PerCent);
        text-align: center;
    }

    #myBusiness h2 {
        padding: 0;
        border: 0;
        color: var(--predominantTone10PerCent);
        margin: 0;
    }

    #myBusiness .columns {
        justify-content: space-between;
    }

    #myBusiness .columns div {
        padding-left: 0;
    }

    #myBusiness .columns div p {
        margin-top: 1rem;
        font-weight: 400;
        font-style: italic;
    }

    #myBusiness .columns div nav {
        padding-left: 0;
        text-align: left;
    }

    #myBusiness .columns div nav a {
        display: inline;
    }

    #myBusiness .linkButtons {
        display: inline-block;
        margin-bottom: 1rem;
    }

    #myBusiness .linkButtons:link, #myBusiness .linkButtons:visited, #myBusiness .linkButtons:active {
        padding: 0.5rem;
        border-radius: 0.25rem;
        background-color: transparent;
        border: solid 0.1rem var(--predominantTone10PerCent);
        font-size: 0.75rem;
        font-style: normal;
        text-decoration: none;
        color: var(--predominantTone10PerCent);
    }

    #myBusiness .linkButtons:hover {
        background-color: var(--predominantTone10PerCent);
        font-size: 1rem;
        transition: 0.25s;
        color: var(--predominantTone);
    }

    #myBusiness iframe {
        margin: 2rem 0 1rem 0;
        height: 10rem;
    }

    footer {
        padding-top: 0.5rem;
        background-color: var(--predominantTone);
        text-align: center;
    }

    #developer {
        margin-top: 1rem;
        padding: 0.5rem;
        background-color: var(--predominantHalfTone);
        font-size: 0.75rem;
        font-weight: 700;
        color: var(--predominantTone);
    }

    #developer a {
        font-size: 0.75rem;
        font-weight: 700;
        color: var(--predominantTone);
    }

@media (min-width: 768px) {

    body {
        border-top: solid 0.15rem var(--alertTone);
    }

    /*hr {
        width: 42.5%;
    }*/

    nav {
        margin-bottom: 3rem;
        padding: 0.5rem;
        text-align: right;
    }

    #menu {
        display: block;
        position: initial;
        width: initial;
        height: initial;
        padding: 0.5rem;
    }

    #menu-icon {
        display: none;
        font-size: 24px;
        cursor: pointer;
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 1000;
    }

    #menu a {
        display: initial;
        padding-left: 1rem;
        text-decoration: none;
        color: var(--predominantTone10PerCent);
    }

    #pageTitle h2 {
        font-size: 2.25rem;
    }

    /*#pageTitle h3 {
        color: var(--predominantTone10PerCent);
        font-size: 1rem;
        text-align: center;
    }*/

    /*#pageTitle h4 {
        margin-top: 1rem;
        color: var(--predominantTone10PerCent);
        text-align: center;
        font-size: 0.8rem;
    }*/

    .parallax-banner {
        background-position: 0 10rem;
        position: relative;
        padding: 0;
        height: 320px;
    }

    .banner-content {
        position: absolute;
    }

    #adhesions div {
        text-align: center;
    }

    #marketingAppeals {
        display: flex;
        justify-content: space-between;
        padding: 0;
        padding-bottom: 2rem;
    }

    #marketingAppeals div {
        width: 50%;
    }

    #marketingAppeals h2 {
        display: block;
    }

    #aEmoctionalAppealWhatsApp {
        display: none;
    }

    #aRationalAppealWhatsApp {
        display: block;
    }

    #rationalAppeal {
        margin-left: 15%;
        margin-right: 2%;
        text-align: right;
    }

    #emoctionalAppeal {
        margin-left: 2%;
        margin-right: 15%;
        text-align: left;
    }

    amp-audio {
        margin: 2rem 40% 0 40%;
    }

    #myMovie iframe {
        width: 560px;
        height: 315px;
    }

    .columns {
        display: flex;
        margin-top: 0;
        justify-content: center;
    }

    .columns div {
        display: block;
        padding: 2rem;
    }

    #myBusiness iframe {
        width: 100%;
        height: 50vh;
    }

    .faq-section {
        max-width: 75%;
    }

}
