@charset "utf-8";

/* *********************************** */
/*      RESETS E ESTILOS PADRAO        */
/* *********************************** */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6{ margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6{ font-size: 100%; font-weight: normal; }
ul { list-style: none; }
button, input, select, textarea{ margin: 0; }
img, embed, iframe, object, video{ height: auto; max-width: 100%; border: 0; margin: 0; padding: 0; }
audio { max-width: 100%; }
iframe { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; text-align: left; }
html { background-color: #FFFFFF; font-size: 62.5%; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; min-width: 300px; overflow-x: hidden; text-rendering: optimizeLegibility; box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
article, aside, figure, footer, header, hgroup, section{ display: block; }
body, button, input, select, textarea{ font-family: 'Noto Serif', serif ; }
code, pre{ -moz-osx-font-smoothing: auto; -webkit-font-smoothing: auto; font-family: monospace; }
body { color: var(--color5); font-weight: 400; -webkit-overflow-scrolling: touch; margin: 0; }
a { cursor: pointer; text-decoration: none; color: inherit; transition: var(--smooth); }
a strong { color: currentColor; }
a:hover{ color: inherit; transition: var(--smooth); }
code { background-color: whitesmoke; color: #ff3860; font-size: 0.875em; font-weight: normal; padding: 0.25em 0.5em 0.25em; }
hr { background-color: whitesmoke; border: none; display: block; height: 2px; margin: 1.5rem 0; }
input[type="checkbox"], input[type="radio"] { vertical-align: baseline; }
small { font-size: 0.875em; }
span { font-style: inherit; font-weight: inherit; }
strong { font-weight: bolder; }
fieldset { border: none; }
pre { -webkit-overflow-scrolling: touch; background-color: whitesmoke; color: #4a4a4a; font-size: 0.875em; overflow-x: auto; padding: 1.25rem 1.5rem; white-space: pre; word-wrap: normal; }
pre code { background-color: transparent; color: currentColor; font-size: 1em; padding: 0; }
table td, table th { text-align: left; vertical-align: top; }

.centralizador { width:1300px; width:130rem; }
.hack          { clear:both; }
.oculto        { display:none; }
.block         { display: block; }

.flex             { display: flex; }
.flex-wrap        { flex-wrap: wrap; }
.justify-center   { justify-content: center; }
.justify-start    { justify-content: flex-start; }
.justify-end      { justify-content: flex-end; }
.justify-between  { justify-content: space-between; }
.justify-around   { justify-content: space-around; }
.align-center     { align-items: center; }
.align-start      { align-items: flex-start; }
.align-end        { align-items: flex-end; }
.direction-column { flex-direction: column; }
.direction-row    { flex-direction: row; }

.aesquerda { float:left; }
.adireita  { float:right; }
.aocentro  { float: none; margin: 0 auto; }

.fg-branco                       { color: #FFF; transition: var(--smooth); }
.fg-preto                        { color: #000; transition: var(--smooth); }
.fg-cinza-claro                  { color: #aeaeae; transition: var(--smooth); }
.fg-cinza                        { color: #666666; transition: var(--smooth); }
.fg-cinza-escuro                 { color: #333333; transition: var(--smooth); }
.fg-vermelho                     { color: #FF0000; transition: var(--smooth); }
.fg-branco-hover:hover           { color: #FFF; transition: var(--smooth); }
.fg-preto-hover:hover            { color: #000; transition: var(--smooth); }
.fg-cinza-claro-hover:hover      { color: #aeaeae; transition: var(--smooth); }
.fg-cinza-hover:hover            { color: #666666; transition: var(--smooth); }
.fg-cinza-escuro-hover:hover     { color: #333333; transition: var(--smooth); }

.bg-branco                       { background-color: #FFF; transition: var(--smooth); }
.bg-preto                        { background-color: #000; transition: var(--smooth); }
.bg-cinza-claro                  { background-color: #aeaeae; transition: var(--smooth); }
.bg-cinza                        { background-color: #666666; transition: var(--smooth); }
.bg-cinza-escuro                 { background-color: #333333; transition: var(--smooth); }
.bg-vermelho                     { background-color: #FF0000; transition: var(--smooth); }
.bg-branco-hover:hover           { background-color: #FFF; background: #FFF; transition: var(--smooth); }
.bg-preto-hover:hover            { background-color: #000; transition: var(--smooth); }
.bg-cinza-claro-hover:hover      { background-color: #aeaeae; transition: var(--smooth); }
.bg-cinza-hover:hover            { background-color: #666666; transition: var(--smooth); }
.bg-cinza-escuro-hover:hover     { background-color: #333333; transition: var(--smooth); }

.fg-facebook               { color: #3b5998; transition: var(--smooth); }
.fg-instagram              { color: #bc2a8d; transition: var(--smooth); }
.fg-twitter                { color: #00aced; transition: var(--smooth); }
.fg-youtube                { color: #bb0000; transition: var(--smooth); }
.fg-google                 { color: #dd4b39; transition: var(--smooth); }
.fg-linkedin               { color: #0077b5; transition: var(--smooth); }
.fg-whatsapp               { color: #34af23; transition: var(--smooth); }
.fg-skype                  { color: #00aff0; transition: var(--smooth); }
.fg-facebook-hover:hover   { color: #3b5998; transition: var(--smooth); }
.fg-instagram-hover:hover  { color: #bc2a8d; transition: var(--smooth); }
.fg-twitter-hover:hover    { color: #00aced; transition: var(--smooth); }
.fg-youtube-hover:hover    { color: #bb0000; transition: var(--smooth); }
.fg-google-hover:hover     { color: #dd4b39; transition: var(--smooth); }
.fg-linkedin-hover:hover   { color: #0077b5; transition: var(--smooth); }
.fg-whatsapp-hover:hover   { color: #34af23; transition: var(--smooth); }
.fg-skype-hover:hover      { color: #00aff0; transition: var(--smooth); }

.bg-facebook               { background-color: #3b5998; transition: var(--smooth); }
.bg-instagram              { background: -webkit-linear-gradient(45deg, #f8a652, #cd486b, #8a3ab9, #4c68d7); transition: var(--smooth); }
.bg-twitter                { background-color: #00aced; transition: var(--smooth); }
.bg-youtube                { background-color: #bb0000; transition: var(--smooth); }
.bg-google                 { background-color: #dd4b39; transition: var(--smooth); }
.bg-linkedin               { background-color: #0077b5; transition: var(--smooth); }
.bg-whatsapp               { background-color: #34af23; transition: var(--smooth); }
.bg-skype                  { background-color: #00aff0; transition: var(--smooth); }
.bg-facebook-hover:hover   { background-color: #3b5998; transition: var(--smooth); }
.bg-instagram-hover:hover  { background: -webkit-linear-gradient(45deg, #f8a652, #cd486b, #8a3ab9, #4c68d7); transition: var(--smooth); }
.bg-twitter-hover:hover    { background-color: #00aced; transition: var(--smooth); }
.bg-youtube-hover:hover    { background-color: #bb0000; transition: var(--smooth); }
.bg-google-hover:hover     { background-color: #dd4b39; transition: var(--smooth); }
.bg-linkedin-hover:hover   { background-color: #0077b5; transition: var(--smooth); }
.bg-whatsapp-hover:hover   { background-color: #34af23; transition: var(--smooth); }
.bg-skype-hover:hover      { background-color: #00aff0; transition: var(--smooth); }

.txt-aesquerda { text-align:    left; }
.txt-adireita  { text-align:   right; }
.txt-aocentro  { text-align:  center; }
.txt-justify   { text-align: justify; }

.light     { font-weight: 300; }
.regular   { font-weight: 400; }
.medium    { font-weight: 500; }
.semibold  { font-weight: 600; }
.bold      { font-weight: 700; }
.extrabold { font-weight: 800; }
.black     { font-weight: 900; }
.italic    { font-style: italic; }

.spacing{ letter-spacing: 0.065em; }

.capitalize { text-transform: capitalize; }
.uppercase  { text-transform: uppercase; }
.lowercase  { text-transform: lowercase; }

.ellipsis{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.font0  { font-size:   0px; font-size:   0rem; }
.font1  { font-size:   1px; font-size:  .1rem; }
.font2  { font-size:   2px; font-size:  .2rem; }
.font4  { font-size:   4px; font-size:  .4rem; }
.font8  { font-size:   8px; font-size:  .8rem; }
.font9  { font-size:   9px; font-size:  .9rem; }
.font10 { font-size:  10px; font-size:   1rem; }
.font11 { font-size:  11px; font-size: 1.1rem; }
.font12 { font-size:  12px; font-size: 1.2rem; }
.font13 { font-size:  13px; font-size: 1.3rem; }
.font14 { font-size:  14px; font-size: 1.4rem; }
.font16 { font-size:  16px; font-size: 1.6rem; }
.font18 { font-size:  18px; font-size: 1.8rem; }
.font20 { font-size:  20px; font-size:   2rem; }
.font24 { font-size:  24px; font-size: 2.4rem; }
.font28 { font-size:  28px; font-size: 2.8rem; }
.font30 { font-size:  30px; font-size:   3rem; }
.font36 { font-size:  36px; font-size: 3.6rem; }
.font40 { font-size:  40px; font-size:   4rem; }
.font42 { font-size:  42px; font-size: 4.2rem; }
.font44 { font-size:  44px; font-size: 4.4rem; }
.font48 { font-size:  48px; font-size: 4.8rem; }
.font50 { font-size:  50px; font-size:   5rem; }
.font60 { font-size:  60px; font-size:   6rem; }
.font62 { font-size:  62px; font-size: 6.2rem; }
.font70 { font-size:  70px; font-size:   7rem; }
.font80 { font-size:  80px; font-size:   8rem; }

.font-work{ font-family: 'Work Sans', sans-serif; }

.pointer{ cursor: pointer; }

.opacity{ opacity: .5; transition: .3s; }
.opacity:hover{ opacity: 1; transition: .3s; }

.left{ margin-right: 6px; }
.right{ margin-left: 6px; }

.link{ text-decoration: none; transition: var(--smooth-link); }
.link:hover{ text-decoration: underline; transition: var(--smooth-link); }

.cl     { margin: 0 8px; margin: 0 .8rem; }
.cl_100 { width: calc(100% - 16px);    width: calc(100% - 1.6rem);    }
.cl_90  { width: calc(90% - 16px);     width: calc(90% - 1.6rem);     }
.cl_80  { width: calc(80% - 16px);     width: calc(80% - 1.6rem);     }
.cl_70  { width: calc(70% - 16px);     width: calc(70% - 1.6rem);     }
.cl_75  { width: calc(75% - 16px);     width: calc(75% - 1.6rem);     }
.cl_66  { width: calc(66.666% - 16px); width: calc(66.666% - 1.6rem); }
.cl_60  { width: calc(60% - 16px);     width: calc(60% - 1.6rem);     }
.cl_50  { width: calc(50% - 16px);     width: calc(50% - 1.6rem);     }
.cl_40  { width: calc(40% - 16px);     width: calc(40% - 1.6rem);     }
.cl_33  { width: calc(33.333% - 16px); width: calc(33.333% - 1.6rem); }
.cl_30  { width: calc(30% - 16px);     width: calc(30% - 1.6rem);     }
.cl_25  { width: calc(25% - 16px);     width: calc(25% - 1.6rem);     }
.cl_20  { width: calc(20% - 16px);     width: calc(20% - 1.6rem);     }
.cl_10  { width: calc(10% - 16px);     width: calc(10% - 1.6rem);     }

/* ******************* */
/*    DESKTOP LARGE    */
/* ******************* */
@media screen and (min-width: 1320px) {
    .centralizador        { max-width:1300px; max-width:130rem; margin:0 auto; }
    .esconde_desktop      { display: none; }
    .esconde_fulldesktop  { display: none; }
    .exibe_desktop        { display: block; }
    .exibe_fulldesktop    { display: block; }

    .cl_fd     { margin: 0 8px; margin: 0 .8rem; }
    .cl_fd_100 { width: calc(100% - 16px);    width: calc(100% - 1.6rem);    }
    .cl_fd_90  { width: calc(90% - 16px);     width: calc(90% - 1.6rem);     }
    .cl_fd_80  { width: calc(80% - 16px);     width: calc(80% - 1.6rem);     }
    .cl_fd_70  { width: calc(70% - 16px);     width: calc(70% - 1.6rem);     }
    .cl_fd_75  { width: calc(75% - 16px);     width: calc(75% - 1.6rem);     }
    .cl_fd_66  { width: calc(66.666% - 16px); width: calc(66.666% - 1.6rem); }
    .cl_fd_60  { width: calc(60% - 16px);     width: calc(60% - 1.6rem);     }
    .cl_fd_50  { width: calc(50% - 16px);     width: calc(50% - 1.6rem);     }
    .cl_fd_40  { width: calc(40% - 16px);     width: calc(40% - 1.6rem);     }
    .cl_fd_33  { width: calc(33.333% - 16px); width: calc(33.333% - 1.6rem); }
    .cl_fd_30  { width: calc(30% - 16px);     width: calc(30% - 1.6rem);     }
    .cl_fd_25  { width: calc(25% - 16px);     width: calc(25% - 1.6rem);     }
    .cl_fd_20  { width: calc(20% - 16px);     width: calc(20% - 1.6rem);     }
    .cl_fd_10  { width: calc(10% - 16px);     width: calc(10% - 1.6rem);     }
    
}

/* ******************* */
/*        DESKTOP      */
/* ******************* */
@media screen and (min-width: 1024px) and (max-width: 1319px) {
    .centralizador        { width:98%; max-width:1280px; max-width:128rem; margin:0 auto; }
    .esconde_desktop      { display: none; }
    .esconde_smalldesktop { display: none; }
    .exibe_desktop        { display: block; }
    .exibe_smalldesktop   { display: block; }
    
    .cl_d     { margin: 0 8px; margin: 0 .8rem; }
    .cl_d_100 { width: calc(100% - 16px);    width: calc(100% - 1.6rem); }
    .cl_d_90  { width: calc(90% - 16px);     width: calc(90% - 1.6rem); }
    .cl_d_80  { width: calc(80% - 16px);     width: calc(80% - 1.6rem); }
    .cl_d_70  { width: calc(70% - 16px);     width: calc(70% - 1.6rem); }
    .cl_d_75  { width: calc(75% - 16px);     width: calc(75% - 1.6rem); }
    .cl_d_66  { width: calc(66.666% - 16px); width: calc(66.666% - 1.6rem); }
    .cl_d_60  { width: calc(60% - 16px);     width: calc(60% - 1.6rem); }
    .cl_d_50  { width: calc(50% - 16px);     width: calc(50% - 1.6rem); }
    .cl_d_40  { width: calc(40% - 16px);     width: calc(40% - 1.6rem); }
    .cl_d_33  { width: calc(33.333% - 16px); width: calc(33.333% - 1.6rem); }
    .cl_d_30  { width: calc(30% - 16px);     width: calc(30% - 1.6rem); }
    .cl_d_25  { width: calc(25% - 16px);     width: calc(25% - 1.6rem); }
    .cl_d_20  { width: calc(20% - 16px);     width: calc(20% - 1.6rem); }
    .cl_d_10  { width: calc(10% - 16px);     width: calc(10% - 1.6rem); }

}

/* ******************* */
/*       TABLET        */
/* ******************* */
@media only screen and (min-width: 641px) and (max-width: 1023px) {
    .centralizador    { width:98%; margin: 0 auto; }
    .esconde_tablet   { display: none !important; }
    .exibe_tablet     { display: block; }

    .cl_t     { margin: 0 8px; margin: 0 .8rem; }
    .cl_t_100 { width: calc(100% - 16px);    width: calc(100% - 1.6rem); }
    .cl_t_90  { width: calc(90% - 16px);     width: calc(90% - 1.6rem); }
    .cl_t_80  { width: calc(80% - 16px);     width: calc(80% - 1.6rem); }
    .cl_t_70  { width: calc(70% - 16px);     width: calc(70% - 1.6rem); }
    .cl_t_75  { width: calc(75% - 16px);     width: calc(75% - 1.6rem); }
    .cl_t_66  { width: calc(66.666% - 16px); width: calc(66.666% - 1.6rem); }
    .cl_t_60  { width: calc(60% - 16px);     width: calc(60% - 1.6rem); }
    .cl_t_50  { width: calc(50% - 16px);     width: calc(50% - 1.6rem); }
    .cl_t_40  { width: calc(40% - 16px);     width: calc(40% - 1.6rem); }
    .cl_t_33  { width: calc(33.333% - 16px); width: calc(33.333% - 1.6rem); }
    .cl_t_30  { width: calc(30% - 16px);     width: calc(30% - 1.6rem); }
    .cl_t_25  { width: calc(25% - 16px);     width: calc(25% - 1.6rem); }
    .cl_t_20  { width: calc(20% - 16px);     width: calc(20% - 1.6rem); }
    .cl_t_10  { width: calc(10% - 16px);     width: calc(10% - 1.6rem); }    
}

/* ******************* */
/*       CELULAR       */
/* ******************* */
@media only screen and (max-width: 640px) {
    .centralizador    { width: 98%; margin: 0 auto; }
    .esconde_celular  { display: none !important; }
    .exibe_celular    { display: block; }   

    .cl_c     { margin: 0 8px; margin: 0 .8rem; }
    .cl_c_100 { width: calc(100% - 16px);    width: calc(100% - 1.6rem); }
    .cl_c_90  { width: calc(90% - 16px);     width: calc(90% - 1.6rem); }
    .cl_c_80  { width: calc(80% - 16px);     width: calc(80% - 1.6rem); }
    .cl_c_70  { width: calc(70% - 16px);     width: calc(70% - 1.6rem); }
    .cl_c_75  { width: calc(75% - 16px);     width: calc(75% - 1.6rem); }
    .cl_c_66  { width: calc(66.666% - 16px); width: calc(66.666% - 1.6rem); }
    .cl_c_60  { width: calc(60% - 16px);     width: calc(60% - 1.6rem); }
    .cl_c_50  { width: calc(50% - 16px);     width: calc(50% - 1.6rem); }
    .cl_c_40  { width: calc(40% - 16px);     width: calc(40% - 1.6rem); }
    .cl_c_33  { width: calc(33.333% - 16px); width: calc(33.333% - 1.6rem); }
    .cl_c_30  { width: calc(30% - 16px);     width: calc(30% - 1.6rem); }
    .cl_c_25  { width: calc(25% - 16px);     width: calc(25% - 1.6rem); }
    .cl_c_20  { width: calc(20% - 16px);     width: calc(20% - 1.6rem); }
    .cl_c_10  { width: calc(10% - 16px);     width: calc(10% - 1.6rem); }

}


/* ******************* */
/*    VARIÁVEIS        */
/* ******************* */
/*
:root {
  --exemplo: #005780; USO: background-color: var(--exemplo); 
}
*/

/* CSS ASSINATURA W3 CORP */
:root{
    --color-primaria: #fbfbfb;     /* ALTERAR */
    --color-secundaria: #fbfbfb;   /* ALTERAR */
    --color-coracao: #8c7b46;      /* ALTERAR */
    --smooth: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.copy-w3-color{ color: var(--color-primaria); font-size: 14px; }
.copy-w3-color-heart{ color: var(--color-coracao); }
.w3-copy-w3{ padding: 25px 0 0; text-transform: uppercase; }
.w3-copy-w3 i{ margin: 0 3px; }
.w3-copy-w3 a svg{ height: 9px; margin-left: 3px; }
.w3-copy-w3 a svg path#w,
.w3-copy-w3 a svg path#t,
.w3-copy-w3 a svg path#re,
.w3-copy-w3 a svg path#c,
.w3-copy-w3 a svg path#o,
.w3-copy-w3 a svg path#r,
.w3-copy-w3 a svg path#p{ fill: var(--color-secundaria); transition: var(--smooth); }
.w3-copy-w3 a:hover svg path#w,
.w3-copy-w3 a:hover svg path#t,
.w3-copy-w3 a:hover svg path#re,
.w3-copy-w3 a:hover svg path#c,
.w3-copy-w3 a:hover svg path#o,
.w3-copy-w3 a:hover svg path#r,
.w3-copy-w3 a:hover svg path#p{ fill: var(--color-coracao); transition: var(--smooth); }
/* CSS ASSINATURA W3 CORP */

/* CSS PÁGINA 404 */
section.w3-404{ height: 85vh; justify-content: center; align-items: center; background-color: #FFF; background-image: url('../img/404/patern.png'); color: #484848; }
.w3-404-conteudo{ justify-content: center; align-content: center; height: auto; width: 100%; flex-wrap: wrap; padding: 30px 0; }
.w3-404-conteudo-img{ height: 124px; width: 143px; justify-content: center; align-items: center; }
.w3-404-conteudo-txt{ width: 100%; flex-wrap: wrap; }
.w3-404-conteudo-txt p{ width: 100%; font-family: 'Pridi', serif; }
.w3-404-conteudo-txt p:last-of-type{ width: 100%; font-family: 'Quicksand', sans-serif; }
.w3-404-conteudo-txt-titulo{ width: 100%; background: url('../img/404/tag.png') no-repeat center center; background-size: 332px 85px; }
.w3-404-conteudo-txt-titulo h1{ font-family: 'Pridi', serif; line-height: 85px; color: #b8b8b8; }
.w3-404-conteudo-txt h2{ width: 100%; font-family: 'IBM Plex Serif', serif; }
/* CSS PÁGINA 404 */


/* ************************************************************************************************************************** */
/*          CSS CLIENTE           CSS CLIENTE           CSS CLIENTE           CSS CLIENTE           CSS CLIENTE               */
/* ************************************************************************************************************************** */

section:focus,
div:focus{ outline: none; }

/* VARIÁVEIS DO PROJETO */
:root{
    --smooth: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    --smooth-link: all 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
    --color0: #8c7b46;
    --color1: #fadeb6;
    --color2: #181920;
    --color3: #5a5f68;
    --color4: #2c2f3f;
    --color5: #fbfbfb;
    --color6: #d2d5dd;
    --color-whatsapp: #25d366;
    --color-whatsapp-alt: #128C7E;
    --shadow: 0px 10px 15px 1px rgba(0, 0, 0, 0.2), 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
}
/* VARIÁVEIS DO PROJETO */

.btn{ display: flex; align-items: center; justify-content: center; padding: 0 1rem; height: 40px; width: 100%; max-width: 180px; font-size: 16px; font-weight: 400; line-height: 1; letter-spacing: 1px; text-transform: uppercase; transition: var(--smooth); text-align: center; background: transparent; border: 2px solid; font-family: 'Work Sans', sans-serif; }
.btn-dourado{ color: var(--color1); border-color: var(--color1); }
.btn-dourado:hover{ color: var(--color2); background: var(--color1); }
.btn-whatsapp{ color: var(--color5); background: var(--color-whatsapp); width: 235px; }
.btn-whatsapp:hover{ color: var(--color5); background: var(--color-whatsapp-alt); }

.w3-form-box{ margin-bottom: 25px; }
.w3-form-box label{ font-size: 16px; line-height: 1; margin-bottom: 15px; display: block; }
.w3-form-box-input{ height: 40px; width: 100%; border: 2px solid var(--color1); }
.w3-form-box-input input,
.w3-form-box-input select{ height: 100%; width: 100%; background: transparent; padding: 0 10px; font-size: 16px; border: 0; color: var(--color5); font-family: 'Work Sans', sans-serif; letter-spacing: .065; }
.w3-form-box-input input:focus,
.w3-form-box-input select:focus,
.w3-form-box-textarea textarea{ outline: none; }
.w3-form-box-textarea{ height: 80px; width: 100%; border: 2px solid var(--color1); }
.w3-form-box-textarea textarea{ height: 100%; width: 100%; background: transparent; padding: 10px; font-size: 14px; border: 0; color: var(--color5); font-family: 'Work Sans', sans-serif; letter-spacing: .065; }
.w3-form-box button{ cursor: pointer; }

.w3-edit-conteudo-txt{ text-align: left; }
.w3-edit-conteudo-txt h2,
.w3-edit-conteudo-txt h3,
.w3-edit-conteudo-txt h4,
.w3-edit-conteudo-txt h5,
.w3-edit-conteudo-txt h6{ font-size: 18px; font-size: 1.8rem; font-weight: 600; padding: 8px 0 5px; padding: .8rem 0 .5rem; }
.w3-edit-conteudo-txt p{ font-size: 16px; line-height: 1.6; margin-top: 1.5em; margin-bottom: -0.086em; }
.w3-edit-conteudo-txt ul,
.w3-edit-conteudo-txt ol{ list-style-position: inside; margin-top: 1.5em; margin-bottom: -0.086em; }
.w3-edit-conteudo-txt img{ margin: 15px 0; margin: 1.5rem 0; padding: 0 5%; width: 100%; }

h1, h2, h3, h4, h5, h6{ line-height: 1.1; margin-bottom: -0.16em; }
p{ line-height: 1.8; margin-bottom: -0.16em; }

.swiper-pagination-bullet{ background: var(--color6) !important; height: .4rem !important; width: .4rem !important; opacity: 1 !important; transition: var(--smooth-link); }
.swiper-pagination-bullet-active{ background: transparent !important; height: .6rem !important; width: .6rem !important; border: .1rem solid var(--color6); transition: var(--smooth-link); }

/*************************************** COMEÇO DO TOPO ***************************************/
header.w3-topo{ position: fixed; top: 0; left: 0; width: 100%; height: 10rem; background: rgba(24, 25, 32, 0); transition: var(--smooth); z-index: 999; }
.body-blog .w3-topo{background: var(--color2);}
header.w3-topo-float{ background: rgba(24, 25, 32, .85); height: 6rem; transition: var(--smooth); }
.w3-topo-conteudo{ height: 100%; }
.w3-menu li:not(:last-of-type){ margin-right: 2rem; }
.w3-menu li:last-of-type a{ outline: 2px solid var(--color1); }
.w3-menu li:last-of-type a:hover{ outline: 2px solid var(--color1); background: var(--color1); color: var(--color2); }
.w3-menu li a{ color: var(--color1); padding: .5rem 1rem; }
.w3-menu li a:hover{ color: var(--color5); }
.w3-topo-conteudo-info-tel a:hover{ color: var(--color1); }
.w3-redes li{ margin-left: 2rem; }
.w3-redes li a{ padding: 1rem; }
.w3-redes li a i{ font-size: 1.4rem; }

/* TOPO INTERNO */
header.w3-topo-float .w3-topo-conteudo-logo img{ height: 40px; transition: var(--smooth); }
.w3-topo-conteudo-logo{ margin-right: 35px; }
.w3-topo-conteudo-logo img{ height: 50px; transition: var(--smooth); }
.w3-topo-conteudo .topo-interno{ flex-grow: 1; }
/* TOPO INTERNO */

/* ******************* */
/*    DESKTOP LARGE    */
/* ******************* */
@media screen and (min-width: 1320px) {

}

/* ******************* */
/*        DESKTOP      */
/* ******************* */
@media screen and (min-width: 1024px) and (max-width: 1319px) {
    
}

/* ******************* */
/*       TABLET        */
/* ******************* */
@media only screen and (min-width: 641px) and (max-width: 1023px) {
    header.w3-topo{ height: 6rem; background: rgba(24, 25, 32, .85); }
    nav.w3-topo-conteudo-menu{ order: 1; }
    .nav-open{ right: 0 !important; transition: var(--smooth); }
    .w3-mobile-bars{ height: 6rem; width: 6rem; font-size: 2.4rem; padding: 1.8rem; line-height: 1; }
    .w3-menu{ position: absolute; right: -90%; top: 6rem; padding: 5rem; width: 90%; height: calc(100vh - 6rem); flex-direction: column; align-items: flex-end; background: url('../img/bg_menu_mobile.png') no-repeat center, var(--color0); background-size: cover; z-index: 99; transition: var(--smooth); }
    .w3-menu li{ margin: 0 0 2rem 0 !important; text-align: right; }
    .w3-menu li a{ color: var(--color5); padding: 1rem; display: block; }
    .w3-menu li:last-of-type a{ outline: 0; }
    .w3-menu li:last-of-type a:hover{ outline: 0; background: transparent; color: var(--color5); }
    .w3-redes li{ margin-left: 1rem; }
    .blur{ transition: var(--smooth); position: fixed; top: 0; left: 0; opacity: .9; height: 100vh; width: 100vw; background-color: var(--color2); z-index: 998; }

    .w3-topo-conteudo .topo-interno{ flex-grow: initial; }
}

/* ******************* */
/*       CELULAR       */
/* ******************* */
@media only screen and (max-width: 640px) {
    header.w3-topo{ height: 6rem; background: rgba(24, 25, 32, .85); }
    nav.w3-topo-conteudo-menu{ order: 1; }
    .nav-open{ right: 0 !important; transition: var(--smooth); }
    .w3-mobile-bars{ height: 6rem; width: 6rem; font-size: 2.4rem; padding: 1.8rem; line-height: 1; }
    .w3-menu{ position: absolute; right: -90%; top: 6rem; padding: 5rem; width: 90%; height: calc(100vh - 6rem); flex-direction: column; align-items: flex-end; background: url('../img/bg_menu_mobile.png') no-repeat center, var(--color0); background-size: cover; z-index: 99; transition: var(--smooth); }
    .w3-menu li{ margin: 0 0 2rem 0 !important; text-align: right; }
    .w3-menu li a{ color: var(--color5); padding: 1rem; display: block; }
    .w3-menu li:last-of-type a{ outline: 0; }
    .w3-menu li:last-of-type a:hover{ outline: 0; background: transparent; color: var(--color5); }
    .w3-redes li{ margin-left: 1rem; }
    .blur{ transition: var(--smooth); position: fixed; top: 0; left: 0; opacity: .9; height: 100vh; width: 100vw; background-color: var(--color2); z-index: 998; }

    .w3-topo-conteudo .topo-interno{ flex-grow: initial; }
    .topo-interno-info .w3-topo-conteudo-info-tel{ display: none; }
}
/*************************************** FIM DO TOPO ***************************************/


/*************************************** COMEÇO DA HOME ***************************************/
.w3-home-bg{ padding: 10rem 0; background: url('../img/bg_home.png') no-repeat top right, linear-gradient(335deg, var(--color2), var(--color3)); }
section.w3-home-sobre{ background: rgba(24, 25, 32, .85); width: auto; padding: 5rem 6rem 5rem calc((100% - 130rem) / 2); }
.w3-home-sobre-logo,
.w3-home-sobre-txt{ max-width: 38rem; margin-left: 6rem; }
.w3-home-sobre-txt{ margin-top: 5rem; }
.w3-home-sobre-txt h1{ margin-bottom: 2.5rem; text-align: center;}
.w3-home-sobre-txt h2{ letter-spacing: -.05rem; margin-bottom: 5rem; text-align: center;}
.w3-home-sobre-txt p{ text-align: center; margin-top: -3rem;}
.w3-home-sobre-btn{ margin: 5rem 0 0 6rem; }

section.w3-home-chamada{ margin: 15rem auto; }
section.w3-home-chamada h2{ color: var(--color1); margin: 2.5rem 0 5rem; line-height: 1.4; }
.w3-home-chamada-btn{ margin: 0 auto; }

.w3-home-atuacao-cabecalho{ margin-bottom: 5rem; width: 100%; }
.w3-home-atuacao-cabecalho h1{ color: var(--color1); }
.w3-home-atuacao-cabecalho h1::after{ content: ''; display: block; height: .1rem; width: 5rem; background: var(--color1); opacity: .5; margin: 2.5rem auto; } 
.w3-home-atuacao-individual{ padding: 5rem; width: 25%; }
.w3-home-atuacao-individual:nth-of-type(even){ background: var(--color2); }
.w3-home-atuacao-individual:nth-of-type(odd){ background: var(--color4); }
.w3-home-atuacao-individual svg{ fill: var(--color1); width: 5rem; }
.w3-home-atuacao-individual-txt{ margin: 2.5rem 0; }
.w3-home-atuacao-individual-txt h2{ color: var(--color1); }
.w3-home-atuacao-individual-txt h2::after{ content: ''; display: block; height: .1rem; width: 5rem; background: var(--color1); opacity: .5; margin: 2.5rem auto; }
.w3-home-atuacao-rodape{ width: 100%; margin-top: 5rem; }

.w3-home-escritorio-txt{ width: 50%; padding: 10rem 6rem 10rem calc((100% - 130rem) / 2); background: var(--color6); color: var(--color4); }
.w3-home-escritorio-txt h1{ color: var(--color3); }
.w3-home-escritorio-txt h1::after{ content: ''; display: block; height: .1rem; width: 5rem; background: var(--color3); opacity: .5; margin: 2.5rem 0; }
.w3-home-escritorio-txt p{ margin-bottom: 5rem; }
.w3-home-escritorio-txt .link{ color: var(--color0); }
.w3-home-escritorio-txt .link:hover{ color: var(--color3); }
.w3-home-escritorio-img{ width: 50%; padding: 10rem calc((100% - 130rem) / 2) 10rem 6rem; background: url('../img/bg_home_escritorio.png') no-repeat center; background-size: cover; }
.w3-home-escritorio-img h2{ color: var(--color1); margin-bottom: 2.5rem; }

.w3-home-bg-inferior{ padding: 10rem 0 0; background: linear-gradient(335deg, var(--color2), var(--color3)); }

section.w3-home-equipe{ padding-bottom: 100px; }
.w3-home-equipe-cabecalho{ margin-bottom: 5rem; width: 100%; }
.w3-home-equipe-cabecalho h1{ color: var(--color1); }
.w3-home-equipe-cabecalho h1::after{ content: ''; display: block; height: .1rem; width: 5rem; background: var(--color1); opacity: .5; margin: 2.5rem auto; }
.w3-home-equipe-conteudo-individual{ min-width: 290px; width: calc((100% / 3) - 15px); margin: 7.5px; height: 370px; }
.w3-home-equipe-conteudo-individual-info{ opacity: 0; background: rgba(24, 25, 32, .9); height: 100%; text-align: center; padding: 50px; transition: var(--smooth); }
.w3-home-equipe-conteudo-individual-info:hover{ opacity: 1; transition: var(--smooth); }
.w3-home-equipe-conteudo-individual-info svg{ height: 30px; fill: var(--color1); margin-bottom: 25px; }
.w3-home-equipe-conteudo-individual-info-txt h2{ color: var(--color1); line-height: 1.1; margin-bottom: 15px; }
.w3-home-equipe-conteudo-individual-info-txt .link:hover{ color: var(--color1); }
.w3-home-equipe-conteudo-individual-info-txt p{ margin: 25px 0; line-height: 1.6; }
.w3-home-equipe-conteudo-individual-info-txt-redes li a:hover{ color: var(--color1); }

.w3-home-blog-cabecalho{ margin-bottom: 5rem; }
.w3-home-blog-cabecalho h1{ color: var(--color1); }
.w3-home-blog-cabecalho h1::after{ content: ''; display: block; height: .1rem; width: 5rem; background: var(--color1); opacity: .5; margin: 2.5rem auto; } 
.w3-home-blog-conteudo-individual{ background: var(--color5); } 
.w3-home-blog-conteudo-individual-txt{ padding: 2.5rem 1.5rem; } 
.w3-home-blog-conteudo-individual-txt-data{ width: 5rem; height: 15.5rem; } 
.w3-home-blog-conteudo-individual-txt-data b{ color: var(--color3); } 
.w3-home-blog-conteudo-individual-txt-data i{ color: var(--color6); font-style: normal; transform: rotate(-90deg); margin-top: 2.5rem; margin-left: -.5rem; } 
.w3-home-blog-conteudo-individual-txt-noticia{ margin: 2.5rem 0 0 1.5rem; }
.w3-home-blog-conteudo-individual-txt-noticia h2{ color: var(--color2); margin-bottom: 2.5rem; }
.w3-home-blog-conteudo-individual-txt-noticia p{ color: var(--color3); line-height: 1.4; }
.w3-home-blog-conteudo-individual-rodape{ border-top: .1rem solid var(--color6); margin: 0 1.5rem; padding: 1.5rem 0; }
.w3-home-blog-conteudo-individual-rodape a{ color: var(--color3); }
.w3-home-blog-rodape{ margin-top: 5rem; }

section.w3-home-depoimentos{ padding: 10rem 0; margin-top: 10rem; background: #1819204C; }
.w3-home-depoimentos-cabecalho h1{ color: var(--color1); }
.w3-home-depoimentos-cabecalho h1::after{ content: ''; display: block; height: .1rem; width: 5rem; background: var(--color1); opacity: .5; margin: 2.5rem auto; } 
.w3-home-depoimentos-conteudo{ padding-bottom: 7rem !important; } 
.w3-home-depoimentos-conteudo-individual blockquote{ margin: 2.5rem 0; } 
.w3-home-depoimentos-conteudo-individual cite{ color: var(--color1); font-style: normal; } 

.w3-home-contato-img{ width: 50%; padding: 5rem 5rem 5rem calc((100% - 130rem) / 2); background: url('../img/bg_home_contato.png') no-repeat center; background-size: cover; margin-top:2rem; }
.w3-home-contato-img-info{ border: .2rem solid var(--color1); padding: 5rem; }
.w3-home-contato-img-info h1{ color: var(--color1); margin-bottom: 2.5rem; }
.w3-home-contato-img-info p{ line-height: 1.3; }
.w3-home-contato-img-info a{ display: block; color: var(--color1); margin-top: 10px; }
.w3-home-contato-img-info a:hover{ color: var(--color5); }
.w3-home-contato-form{ width: 50%; padding: 6rem calc((100% - 130rem) / 2) 6rem 5rem; }

/* ******************* */
/*    DESKTOP LARGE    */
/* ******************* */
@media screen and (min-width: 1320px) {
    
}

/* ******************* */
/*        DESKTOP      */
/* ******************* */
@media screen and (min-width: 1024px) and (max-width: 1319px) {
    .w3-home-bg{ background-position-x: left; }

    .w3-home-atuacao-individual{ padding: 5rem 2.5rem; }

    .w3-home-escritorio-txt h1,
    .w3-home-escritorio-txt p,
    .w3-home-escritorio-txt .link{ margin-left: 5rem; }
    .w3-home-escritorio-img h2,
    .w3-home-escritorio-img img{ padding-right: 5rem; }

    .w3-home-contato-img-info{ margin-left: 5rem; }
    .w3-home-contato-form .w3-form{ margin-right: 5rem; }
}

/* ******************* */
/*       TABLET        */
/* ******************* */
@media only screen and (min-width: 641px) and (max-width: 1023px) {
    .w3-home-bg{ background-position-x: center; }

    .w3-home-atuacao{ flex-wrap: wrap; }
    .w3-home-atuacao-individual{ width: 50%; }
    .w3-home-atuacao-individual:nth-of-type(2),
    .w3-home-atuacao-individual:nth-of-type(3){ background: var(--color2); }
    .w3-home-atuacao-individual:nth-of-type(1),
    .w3-home-atuacao-individual:nth-of-type(4){ background: var(--color4); }

    section.w3-home-escritorio{ flex-wrap: wrap; }
    .w3-home-escritorio-txt,
    .w3-home-escritorio-img{ width: 100%; padding: 10rem 6rem; }
    
    section.w3-home-contato{ flex-wrap: wrap; }
    .w3-home-contato-img,
    .w3-home-contato-form{ width: 100%; padding: 5rem; }
    
}

/* ******************* */
/*       CELULAR       */
/* ******************* */
@media only screen and (max-width: 640px) {
    .w3-home-bg{ background-position-x: center; }
    section.w3-home-sobre{ padding: 2.5rem 3rem; max-width: 90%; }
    .w3-home-sobre-logo,
    .w3-home-sobre-txt{ max-width: 100%; margin-left: 0; }
    .w3-home-sobre-txt{ margin-top: 2.5rem; }
    .w3-home-sobre-txt h1{ margin-bottom: 1.5rem; font-size: 2.4rem; }
    .w3-home-sobre-txt h2{ margin-bottom: 2.5rem; font-size: 1.6rem; }
    .w3-home-sobre-btn{ margin: 2.5rem 0 0; }

    section.w3-home-chamada{ margin: 15rem auto; }
    section.w3-home-chamada h1{ font-size: 2.4rem; }
    section.w3-home-chamada h2{ margin: 1.5rem 0 2.5rem; max-width: 98%; }

    .w3-home-atuacao-cabecalho{ margin-bottom: 2.5rem; }
    .w3-home-atuacao-cabecalho h1{ font-size: 2.4rem; }
    .w3-home-atuacao{ flex-wrap: wrap; }
    .w3-home-atuacao-individual{ width: 50%; padding: 2.5rem 1.5rem; }
    .w3-home-atuacao-individual:nth-of-type(2),
    .w3-home-atuacao-individual:nth-of-type(3){ background: var(--color2); }
    .w3-home-atuacao-individual:nth-of-type(1),
    .w3-home-atuacao-individual:nth-of-type(4){ background: var(--color4); }
    .w3-home-atuacao-individual-txt p{ display: none; }

    section.w3-home-escritorio{ flex-wrap: wrap; }
    .w3-home-escritorio-txt h1{ font-size: 2.4rem; }
    .w3-home-escritorio-txt,
    .w3-home-escritorio-img{ width: 100%; padding: 5rem 3rem; }

    section.w3-home-blog{ padding: 0 2%; } 
    .w3-home-blog-cabecalho h1{ font-size: 2.4rem; } 
    .w3-home-blog-conteudo-individual-txt-data i{ margin-top: 3rem; margin-left: 0; }

    section.w3-home-depoimentos{ padding: 10rem 2%; }
    .w3-home-depoimentos-cabecalho h1{ font-size: 2.4rem; }

    section.w3-home-contato{ flex-wrap: wrap; }
    .w3-home-contato-img-info{ padding: 5rem 2.5rem; }
    .w3-home-contato-img-info h1{ font-size: 2.4rem; }
    .w3-home-contato-img-info p{ font-size: 1.6rem; }
    .w3-home-contato-img,
    .w3-home-contato-form{ width: 100%; padding: 2.5rem; }
}
/*************************************** FIM DA HOME ***************************************/


/*************************************** COMEÇO DA SOBRE ***************************************/
section.w3-sobre{ padding: 15rem 0; background: linear-gradient(335deg, var(--color2), var(--color3)); }
.w3-sobre-conteudo-txt h1{ color: var(--color1); }
.w3-sobre-conteudo-txt h1::after{ content: ''; display: block; height: .1rem; width: 5rem; background: var(--color1); opacity: .5; margin: 2.5rem 0; }
.w3-sobre-conteudo-txt p{ margin-bottom: 5rem; }
/* ******************* */
/*    DESKTOP LARGE    */
/* ******************* */
@media screen and (min-width: 1320px) {
    
}

/* ******************* */
/*        DESKTOP      */
/* ******************* */
@media screen and (min-width: 1024px) and (max-width: 1319px) {
    
}

/* ******************* */
/*       TABLET        */
/* ******************* */
@media only screen and (min-width: 641px) and (max-width: 1023px) {
    
    
}

/* ******************* */
/*       CELULAR       */
/* ******************* */
@media only screen and (max-width: 640px) {
    
}
/*************************************** FIM DA SOBRE ***************************************/


/*************************************** COMEÇO DA ATUAÇÃO ***************************************/
section.w3-atuacao{ padding: 15rem 0; background: linear-gradient(335deg, var(--color2), var(--color3)); }
.w3-atuacao-conteudo-txt h1{ color: var(--color1); }
.w3-atuacao-conteudo-txt h1::after{ content: ''; display: block; height: .1rem; width: 5rem; background: var(--color1); opacity: .5; margin: 2.5rem 0; }
.w3-atuacao-conteudo-txt p{ margin-bottom: 5rem; }

.w3-atuacao-individual{ padding: 5rem; margin: 1.5%; width: 30%; outline: .2rem solid var(--color3); background: rgba(24, 25, 32, 0.3); transition: var(--smooth); }
.w3-atuacao-individual:hover{ outline-offset: -1.5rem; background: rgba(24, 25, 32, 0.5); transition: var(--smooth); }
.w3-atuacao-individual svg{ fill: var(--color1); width: 5rem; }
.w3-atuacao-individual-txt{ margin: 2.5rem 0; }
.w3-atuacao-individual-txt h2{ color: var(--color1); }
.w3-atuacao-individual-txt h2::after{ content: ''; display: block; height: .1rem; width: 5rem; background: var(--color1); opacity: .5; margin: 2.5rem auto; }

/* ******************* */
/*    DESKTOP LARGE    */
/* ******************* */
@media screen and (min-width: 1320px) {
    
}

/* ******************* */
/*        DESKTOP      */
/* ******************* */
@media screen and (min-width: 1024px) and (max-width: 1319px) {
    
}

/* ******************* */
/*       TABLET        */
/* ******************* */
@media only screen and (min-width: 641px) and (max-width: 1023px) {
    .w3-atuacao-individual{ margin: 1.5%; width: 47%; }
    
}

/* ******************* */
/*       CELULAR       */
/* ******************* */
@media only screen and (max-width: 640px) {
    .w3-atuacao-individual{ margin: 2%; width: 98%; }
    
}
/*************************************** FIM DA ATUAÇÃO ***************************************/


/*************************************** COMEÇO DO BLOG ***************************************/
:root{
    --blog-color0: #d2d5dd; 
    --blog-color1: #8c7b46; /* Principal */
    --blog-color3: #181920; /* Textos e títulos principalmente */
    --blog-color4: #5a5f68; 
}

.w3-blog{ margin-top: 8rem; padding-top: 6rem; }
.w3-blog-titulo{ margin-bottom: 8rem; color: var(--blog-color3); }
.w3-blog-titulo em{ color: var(--blog-color0); }

.w3-blog-conteudo-timeline{ width: calc(100% - 27rem); padding-right: 2rem; }
section.w3-blog-conteudo-timeline-post{ margin-bottom: 4rem; padding-bottom: 2rem; border-bottom: thin solid rgba(0, 0, 0, 0.1); }
.w3-blog-conteudo-timeline-post-data{ width: 10rem; }
.w3-blog-conteudo-timeline-post-data-dia{ padding: 0 .8rem; text-transform: lowercase; color: var(--blog-color1); }
.w3-blog-conteudo-timeline-post-data-ano{ transform: rotate(-90deg); position: relative; top: 8.5rem; left: -1.3rem; line-height: 1; color: var(--blog-color0); }
.w3-blog-conteudo-timeline-post-txt{ width: calc(100% - 10rem); }
.w3-blog-conteudo-timeline-post-txt-img{ width: 100%; height: 32rem; margin-bottom: 2rem; overflow: hidden; box-shadow: inset 0px 0px 15px 1px rgba(0, 0, 0, 0.8); transition: .3s; }
.w3-blog-conteudo-timeline-post-txt-img a{ width: 100%; height: 100%; }
.w3-blog-conteudo-timeline-post-txt-img:hover{ transform: scale(0.99); transition: .3s; box-shadow: inset 0px 0px 15px 1px rgba(0, 0, 0, 0); }
.w3-blog-conteudo-timeline-post-txt-img a img{ width: 100%; height: auto; max-width: none; }
.w3-blog-conteudo-timeline-post-txt-titulo{ color: var(--blog-color1); }
.w3-blog-conteudo-timeline-post-txt-titulo:hover{ color: var(--blog-color0); }
.w3-blog-conteudo-timeline-post-txt-tag{ margin: 1rem 0 1rem; color: var(--blog-color0); }
.w3-blog-conteudo-timeline-post-txt-tag-link{ color: var(--blog-color4); }
.w3-blog-conteudo-timeline-post-txt-tag-link:hover{ color: var(--blog-color0); }
.w3-blog-conteudo-timeline-post-txt-noticia{ line-height: 1.8; min-height: 8rem; color: var(--blog-color3); }
.w3-blog-conteudo-timeline-post-txt-noticia .js-shave-char{ display: inline-block !important; }

aside.w3-blog-conteudo-arquivo{ width: 27rem; padding: 0 1rem; }
.w3-blog-conteudo-arquivo-box{ margin-bottom: 4rem; }
.w3-blog-conteudo-arquivo-box-titulo{ padding-bottom: 15px; margin-bottom: 2rem; color: var(--blog-color3); }
.w3-blog-conteudo-arquivo-box-titulo h2{ line-height: 1; }
.w3-blog-conteudo-arquivo-box-titulo h2::before{ content: ''; display: block; height: .1rem; width: 100%; background-color: var(--blog-color0); position: relative; top: 32px; }
.w3-blog-conteudo-arquivo-box-titulo h2::after{ content: ''; display: block; height: .1rem; width: 4rem; background-color: var(--blog-color3); position: relative; top: 13px; }
.w3-blog-conteudo-arquivo-box-corpo ul li{ margin-bottom: 1rem; }
.w3-blog-conteudo-arquivo-box-corpo ul li i{ margin-right: 1rem; height: .6rem; position: relative; top: .8rem; color: var(--blog-color4); }
.w3-blog-conteudo-arquivo-box-corpo ul li a{ color: var(--blog-color3); transition: .2s; }
.w3-blog-conteudo-arquivo-box-corpo ul li a:hover{ text-decoration: underline; transition: .2s; }

.blog-arquivo-quantidade{ color: var(--blog-color1); }

.blog-arquivo-popular{ margin-bottom: 1.5rem; }
.blog-arquivo-popular-img{ width: 5rem; overflow: hidden; }
.blog-arquivo-popular-img img{ max-width: none; height: 100%; max-height: 5rem; width: auto; }
.blog-arquivo-popular-txt{ width: calc(100% - 4rem); padding-left: 1.5rem; line-height: 1.5; color: var(--blog-color3); transition: .2s; }
.blog-arquivo-popular a:hover .blog-arquivo-popular-txt{ color: var(--blog-color0); transition: .2s; }

.blog-arquivo-instagram a{ height: auto; width: 33.333%; font-size: 0; padding: .4rem; border: thin solid transparent; transition: .3s; }
.blog-arquivo-instagram a:hover{ border: thin solid #3c88b5; transition: .3s; }

.blog-form-box{ border: thin solid #eaeaea; border-radius: .4rem; height: 4rem; }
.blog-form-box input{ background: transparent; height: 100%; width: calc(100% - 4rem); padding: 0 1rem; border: 0; }
.blog-form-box input:focus,
.blog-form-box button:focus{ outline: 0; }
.blog-form-box button{ background: transparent; height: 100%; width: 4rem; border: 0; color: var(--blog-color3); transition: var(--smooth); }
.blog-form-box button:hover{ background-color: var(--blog-color0); transition: var(--smooth); }

.blog-arquivo-tag{ border: thin solid #eaeaea; border-radius: .4rem; display: inline-block; padding: .5rem 1rem; margin-bottom: .4rem; color: var(--blog-color3); }
.blog-arquivo-tag:hover{ color: var(--blog-color1); }

.w3-blog-paginacao{ margin-bottom: 4rem; }
.w3-blog-paginacao ul{ list-style: none; }
.w3-blog-paginacao ul li{ margin: .2rem; height: 4rem; width: 4rem; }
.w3-blog-paginacao ul li a{ height: 4rem; width: 4rem; border: thin solid #eaeaea; color: var(--blog-color3); border-radius: .4rem; }
.w3-blog-paginacao ul li a:hover{ color: var(--blog-color3); background: var(--blog-color0); }
.w3-blog-paginacao ul li.paginacao-prev a,
.w3-blog-paginacao ul li.paginacao-next a,
.w3-blog-paginacao ul li.paginacao-ellipsis{ border: none; color: var(--blog-color3); }
.w3-blog-paginacao ul li.paginacao-prev a:hover,
.w3-blog-paginacao ul li.paginacao-next a:hover{ background-color: var(--blog-color0); }
.paginacao-ativo{ background-color: var(--blog-color1); color: var(--blog-color0) !important; }
.paginacao-ativo:hover{ background-color: var(--blog-color1) !important; color: var(--blog-color0) !important; }

/* ******************* */
/*    DESKTOP LARGE    */
/* ******************* */
@media screen and (min-width: 1320px) {

    
}

/* ******************* */
/*        DESKTOP      */
/* ******************* */
@media screen and (min-width: 1024px) and (max-width: 1319px) {
    .w3-blog-conteudo-timeline-post-txt-img{ height: 25rem; }
}

/* ******************* */
/*       TABLET        */
/* ******************* */
@media only screen and (min-width: 641px) and (max-width: 1023px) {
    .w3-blog-conteudo{ flex-wrap: wrap; }
    .w3-blog-conteudo-timeline{ width: 100%; padding-left: 2rem; }
    .w3-blog-conteudo-timeline-post-txt-img{ height: 20rem; }

    aside.w3-blog-conteudo-arquivo{ width: 100%; padding: 2rem; margin-top: 6rem; display: flex; flex-wrap: wrap; }

}

/* ******************* */
/*       CELULAR       */
/* ******************* */
@media only screen and (max-width: 640px) {
    .w3-blog-conteudo{ flex-wrap: wrap; }
    .w3-blog-conteudo-timeline{ width: 100%; padding-left: 2rem; }
    .w3-blog-conteudo-timeline-post-data{ width: 8rem; }
    .w3-blog-conteudo-timeline-post-data-ano{ left: -.5rem; top: 9.5rem; }
    .w3-blog-conteudo-timeline-post-txt{ width: calc(100% - 8rem); min-height: 20rem; }
    .w3-blog-conteudo-timeline-post-txt-img{ height: 10rem; }
    .w3-blog-conteudo-timeline-post-txt-titulo{ font-size: 1.8rem; }
    .w3-blog-conteudo-timeline-post-txt-noticia{ margin-top: 1rem; }

    aside.w3-blog-conteudo-arquivo{ width: 100%; padding: 2rem; margin-top: 6rem; display: flex; flex-wrap: wrap; }
}
/*************************************** FIM DO BLOG ***************************************/

/*************************************** COMEÇO DA POSTAGEM ***************************************/
.w3-postagem{ min-height: 100vh; border-bottom: thin solid rgba(0, 0, 0, .1); }
.w3-postagem-img{ width: 40%; overflow: hidden; }
.w3-postagem-img img{ height: 100%; width: auto; max-width: none; position: fixed; }
.parallax-window{ height: 100% !important; background: cover; }

.w3-postagem-conteudo{ width: 100%; max-width: 680px; margin: 18rem auto 0; }

.w3-postagem-conteudo-txt-tag{ color: var(--blog-color1); }
.w3-postagem-conteudo-txt-titulo{ margin: .5rem 0 1rem; color: var(--blog-color3); }
.w3-postagem-conteudo-txt-data{ margin-bottom: 2rem; color: var(--blog-color1); }
.w3-postagem-conteudo-txt-compartilhar{ margin-bottom: 4rem; }
.w3-postagem-conteudo-txt-compartilhar::before{ content: ''; display: block; visibility: visible; height: .1rem; width: 50%; background: -webkit-linear-gradient(0deg, #FFFFFF, #D8D8D8, #FFFFFF); margin: 1rem auto; }
.w3-postagem-conteudo-txt-compartilhar h3{ margin-bottom: 1rem; letter-spacing: .1rem; color: var(--blog-color4); }
.w3-postagem-conteudo-txt-compartilhar ul{ width: 100%; }
.w3-postagem-conteudo-txt-compartilhar ul li{ margin: 0 .3rem; }
.w3-postagem-conteudo-txt-compartilhar ul li a{ height: 3rem; width: 3rem; border-radius: .5rem; border: thin solid rgba(0, 0, 0, .05); }
.w3-postagem-conteudo-txt-compartilhar-link{ color: var(--blog-color4); }
.w3-postagem-conteudo-txt-compartilhar-link:hover{ background-color: var(--blog-color0); }
.w3-postagem-conteudo-txt-texto strong { font-weight: 700; }
.w3-postagem-conteudo-txt-texto ol,
.w3-postagem-conteudo-txt-texto ul{ padding: 0; list-style: circle; list-style-image: none; }
.w3-postagem-conteudo-txt-texto ol li{ list-style-type: decimal; }
.w3-postagem-conteudo-txt-texto ol li,
.w3-postagem-conteudo-txt-texto ul li{ margin-top: 2em; font-size: 21px; padding-left: 0; margin-left: 30px; font-family: 'Source Serif Pro', serif; letter-spacing: -0.004em; line-height: 1.58; margin-bottom: -0.46em; color: rgba(0, 0, 0, 0.84); }
.w3-postagem-conteudo-txt-texto h1,
.w3-postagem-conteudo-txt-texto h2,
.w3-postagem-conteudo-txt-texto h3,
.w3-postagem-conteudo-txt-texto h4,
.w3-postagem-conteudo-txt-texto h5,
.w3-postagem-conteudo-txt-texto h6{ font-weight: 600; font-size: 34px; letter-spacing: -0.022em; color: rgba(0, 0, 0, 0.84); font-style: normal; line-height: 1.12; margin-bottom: -0.9em; margin-top: 1.25em; }
.w3-postagem-conteudo-txt-texto p{ line-height: 1.58; font-size: 21px; color: rgba(0, 0, 0, 0.84); letter-spacing: -0.004em; margin-bottom: -0.46em; font-weight: 300; margin-top: 2em; }
.w3-postagem-conteudo-txt-texto p a{ color: #3c88b5; }
.w3-postagem-conteudo-txt-texto p a:hover{ text-decoration: underline; }
.w3-postagem-conteudo-txt-texto blockquote::before,
.w3-postagem-conteudo-txt-texto blockquote::after{ content: ''; display: block; width: 100%; height: .1rem; background: -webkit-linear-gradient(0deg, #FFFFFF, #D8D8D8, #FFFFFF); margin: 2rem 0; }
.w3-postagem-conteudo-txt-texto blockquote{ text-align: center; font-family: 'Libre Baskerville', serif; color: #333; font-style: italic; font-size: 3rem; }
.w3-postagem-conteudo-txt-texto cite{ text-align: center; font-size: 1.6rem; font-style: initial; margin-top: 1rem; display: block; color: #D8D8D8; font-family: 'Work Sans', 'Helvetica', 'Arial', sans-serif; }
.w3-postagem-conteudo-txt-texto img{ margin: 2rem 0; width: 100%; padding: 0 5%; }
.w3-postagem-conteudo-txt-texto iframe{ margin: 2rem 0; width: 100%; padding: 0 5%; }
.w3-postagem-conteudo-txt-assinatura{ margin-top: 6rem; margin-bottom: 4rem; }
/* .w3-postagem-conteudo-txt-assinatura::after{ content: ''; height: .1rem; width: 25rem; background: -webkit-linear-gradient(0deg, #FFFFFF, #D8D8D8, #FFFFFF); visibility: initial; position: absolute; margin-top: 5rem; } */
.w3-postagem-conteudo-txt-assinatura-txt{ color: var(--blog-color0); }
.w3-postagem-conteudo-txt-assinatura-txt .assinatura-autor{ color: var(--blog-color3); }
.w3-postagem-conteudo-txt-assinatura-img{ height: 4.5rem; width: 4.5rem; border-radius: 50%; border: thin solid rgba(0, 0, 0, .05); overflow: hidden; margin-right: 1.5rem; }
.w3-postagem-conteudo-txt-assinatura-img img{ height: 100%; width: auto; max-width: none;  }

.w3-postagem-conteudo-relacionados{ margin-top: 12rem; padding-top: 6rem; border-top: thin solid rgba(0, 0, 0, .1); }
.w3-postagem-conteudo-relacionados h2{ letter-spacing: .3rem; margin-bottom: 4rem; color: var(--blog-color3); }
.w3-postagem-conteudo-relacionados-individual{ margin: 2rem 0; }
.w3-postagem-conteudo-relacionados-individual-img{ height: 10rem; width: 10rem; overflow: hidden; }
.w3-postagem-conteudo-relacionados-individual-img img{ height: 100%; width: auto; max-width: none; }
.w3-postagem-conteudo-relacionados-individual-txt{ width: calc(100% - 10rem); padding-left: 2rem;}
.w3-postagem-conteudo-relacionados-individual-txt-tag{ margin-bottom: 1rem;}
.w3-postagem-conteudo-relacionados-individual-txt-tag a{ color: var(--blog-color4); transition: var(--smooth) }
.w3-postagem-conteudo-relacionados-individual-txt-tag a:hover{ color: var(--blog-color1); transition: var(--smooth); }
.w3-postagem-conteudo-relacionados-individual-txt-titulo a{ color: var(--blog-color3); transition: var(--smooth); }
.w3-postagem-conteudo-relacionados-individual-txt-titulo a:hover{ color: var(--blog-color1); transition: var(--smooth); }

.w3-postagem-conteudo-comentarios{ margin-top: 12rem; padding-top: 6rem; border-top: thin solid rgba(0, 0, 0, .1); }
.w3-postagem-conteudo-comentarios h2{ letter-spacing: .3rem; margin-bottom: 4rem; }
.w3-postagem-conteudo-comentarios-individual{ margin: 2rem 0; }
.w3-postagem-conteudo-comentarios-individual-img{ height: 5rem; width: 5rem; overflow: hidden; border-radius: 50%; }
.w3-postagem-conteudo-comentarios-individual-img img{ height: 100%; width: auto; max-width: none; }
.w3-postagem-conteudo-comentarios-individual-txt{ width: calc(100% - 5rem); padding-left: 2rem; }
.w3-postagem-conteudo-comentarios-individual-txt-info{ margin-bottom: .5rem; }
.w3-postagem-conteudo-comentarios-individual-txt-info span.comentario-info-nome{ margin-right: .5rem; }
.w3-postagem-conteudo-comentarios-individual-txt-info span.comentario-info-data i{ margin-right: .5rem; }

.w3-postagem-conteudo-comentarios-individual-resposta{ width: calc(100% - 8.5rem); margin-left: 8.5rem; }
.w3-postagem-conteudo-comentarios-individual-resposta::before{ content: ''; display: block; width: 4.5rem; height: 3.5rem; border-left: thin solid rgba(0, 0, 0, .1); border-bottom: thin solid rgba(0, 0, 0, .1); position: absolute; margin-top: -1rem; margin-left: -6rem; }

.w3-postagem-conteudo-comentarios-form{ margin-top: 6rem; }
.w3-postagem-conteudo-comentarios-form h3{ margin-bottom: 2rem; }
.comentarios-form-box{ height: 4rem; margin-bottom: 1.6rem; border: thin solid rgba(0, 0, 0, .1); border-radius: .5rem; }
.comentarios-form-box input{ background: transparent; height: 100%; width: 100%; max-width: 100%; max-height: 100%; padding: 0 1.5rem; }
.comentarios-form-box-textarea{ height: 14rem; margin-bottom: 1.6rem; border: thin solid rgba(0, 0, 0, .1); border-radius: .5rem; }
.comentarios-form-box-textarea textarea{ background: transparent; height: 100%; width: 100%; max-width: 100%; max-height: 100%; min-width: 100%; min-height: 100%; padding: 1.5rem; }
.comentarios-form-box button{ background: transparent; height: 100%; width: 100%; padding: 0 1.5rem; }
.comentarios-form-box a{ height: 100%; width: 100%; border-radius: .4rem; }

/* ******************* */
/*    DESKTOP LARGE    */
/* ******************* */
@media screen and (max-width: 745px) {
    .w3-postagem-conteudo{ margin: 12rem 2.4rem 0; }
    .w3-postagem-conteudo-txt-texto h1,
    .w3-postagem-conteudo-txt-texto h2,
    .w3-postagem-conteudo-txt-texto h3,
    .w3-postagem-conteudo-txt-texto h4,
    .w3-postagem-conteudo-txt-texto h5,
    .w3-postagem-conteudo-txt-texto h6{ font-size: 30px; margin-bottom: -0.6em; margin-top: 0.93em; }
    .w3-postagem-conteudo-txt-texto ol li,
    .w3-postagem-conteudo-txt-texto ul li,
    .w3-postagem-conteudo-txt-texto p{ font-size: 18px; margin-top: 1.56em; }
    
}

/* ******************* */
/*        DESKTOP      */
/* ******************* */
@media screen and (min-width: 1024px) and (max-width: 1319px) {
    .w3-postagem{ border-bottom: none; }
    .w3-postagem-img{ display: none; }
    .w3-postagem-conteudo{ width: 100%; }
}

/* ******************* */
/*       TABLET        */
/* ******************* */
@media only screen and (min-width: 641px) and (max-width: 1023px) {
    .w3-postagem{ border-bottom: none; }
    .w3-postagem-img{ display: none; }
    .w3-postagem-conteudo{ width: 100%; }
}

/* ******************* */
/*       CELULAR       */
/* ******************* */
@media only screen and (max-width: 640px) {
    .w3-postagem{ border-bottom: none; }
    .w3-postagem-img{ display: none; }
    .w3-postagem-conteudo{ width: 100%; }

    .w3-postagem-conteudo-relacionados-individual-img{ height: 5rem; width: 5rem; }
    .w3-postagem-conteudo-relacionados-individual-txt{ width: calc(100% - 5rem); padding-left: 1.5rem; }
    .w3-postagem-conteudo-relacionados-individual-txt-tag{ font-size: 1.4rem; margin-bottom: .5rem; }
    .w3-postagem-conteudo-relacionados-individual-txt-titulo{ font-size: 1.4rem; }

    .w3-postagem-conteudo-comentarios{ margin-top: 6rem; }
    .w3-postagem-conteudo-comentarios-individual-txt{ padding-left: 1rem; }
    .comentario-info-nome{ font-size: 1.4rem; }
    .comentario-info-data{ font-size: 1.2rem; }
    .comentario-info-data i{ font-size: 1rem; }
    .w3-postagem-conteudo-comentarios-individual-txt-texto{ font-size: 1.4rem; }
    .w3-postagem-conteudo-comentarios-individual-resposta{ width: calc(100% - 5.5rem); margin-left: 5.5rem; }
    .w3-postagem-conteudo-comentarios-individual-resposta::before{ width: 2.5rem; margin-left: -3.2rem; }
}
/*************************************** FIM DA POSTAGEM ****************************************/

/*************************************** COMEÇO DO POLÍTICA ***************************************/
section.w3-politica{ background-color: var(--color2); padding: 180px 0 80px; }
.w3-politica-txt{ padding: 0 15px; letter-spacing: .8px; line-height: 1.5; }

/* ******************* */
/*    DESKTOP LARGE    */
/* ******************* */
@media screen and (min-width: 1320px) {
    
}

/* ******************* */
/*        DESKTOP      */
/* ******************* */
@media screen and (min-width: 1024px) and (max-width: 1319px) {
    
}

/* ******************* */
/*       TABLET        */
/* ******************* */
@media only screen and (min-width: 641px) and (max-width: 1023px) {
    
    
}

/* ******************* */
/*       CELULAR       */
/* ******************* */
@media only screen and (max-width: 640px) {
    
}
/*************************************** FIM DO POLÍTICA ***************************************/

/*************************************** COMEÇO DO RODAPÉ ***************************************/
footer.w3-rodape{ padding: 10rem 0; background: var(--color2); }
.w3-rodape-links{ display: flex; justify-content: center; margin-bottom: 20px; }
.w3-rodape-links li a{ color: var(--color1); margin-top: 10px; }

/* ******************* */
/*    DESKTOP LARGE    */
/* ******************* */
@media screen and (min-width: 1320px) {
    
}

/* ******************* */
/*        DESKTOP      */
/* ******************* */
@media screen and (min-width: 1024px) and (max-width: 1319px) {
    
}

/* ******************* */
/*       TABLET        */
/* ******************* */
@media only screen and (min-width: 641px) and (max-width: 1023px) {
    
    
}

/* ******************* */
/*       CELULAR       */
/* ******************* */
@media only screen and (max-width: 640px) {
    
}
/*************************************** FIM DO RODAPÉ ***************************************/
