/*
Theme Name: Twenty Twenty-Three Child
Theme URI: https://wordpress.org/themes/twentytwentythree-child
Author: Sky Studio
Author URI: https://www.skystudio.com.br
Template: twentytwentythree
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
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, accessibility-ready, blog, portfolio, news
Text Domain: twentytwentythreechild
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Oxygen:wght@300;400&display=swap');

:root {
	--scrollbarWidth: 0px;
}

body {
    font-family: Inter, Arial, Helvetica, sans-serif;
}

h1, h2,
.wp-block-post-title {
    font-weight: 600;
}
h1 {
    font-size: clamp(2.5rem, 2.5rem + ((1vw - 0.48rem) * 1.742), 3.625rem);
    color: #FFC809;
}
h3 {
    font-size: 24px;
    font-weight: 500;
}

.fullwidth {
	width: calc(100vw - var(--scrollbarWidth))!important;
	margin-left: calc(50% - 50vw + var(--scrollbarWidth)/2)!important;
	margin-right: calc(50% - 50vw + var(--scrollbarWidth)/2)!important;
}
.fullwidth-content {
	width: calc(100vw - var(--scrollbarWidth))!important;
	max-width: calc(100vw - var(--scrollbarWidth))!important;
    margin-left: calc(50% - 50vw + var(--scrollbarWidth)/2)!important;
    margin-right: calc(50% - 50vw + var(--scrollbarWidth)/2)!important;
    padding-left: calc(50vw - 50% - var(--scrollbarWidth)/2)!important;
    padding-right: calc(50vw - 50% - var(--scrollbarWidth)/2)!important;
}
.nomargintop {
    margin-block-start: 0!important;
}
.nomarginbottom {
    margin-block-end: 0!important;
}
.margintop-100 {
    margin-block-start: -100px!important;
}
.margintop-200 {
    margin-block-start: -200px!important;
}
.margintop-1vw {
    position: relative;
    margin-top: -1vw!important;
    z-index: 10;
}
.marginbottom-1vw {
    position: relative;
    margin-bottom: -1vw!important;
    z-index: 10;
}
.margintop-3vw {
    position: relative;
    margin-top: -3vw!important;
    z-index: 10;
}
.marginbottom-3vw {
    position: relative;
    margin-bottom: -3vw!important;
    z-index: 10;
}
.has-secondary-background-color .wp-element-button:hover,
.has-secondary-background-color .wp-block-button__link:hover {
    background-color: #FFF;
    color: #000;
}
.wp-block-embed-youtube {
    position: relative;
    padding-top: 56.25%;
}
.wp-block-embed-youtube iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.line-height-1_3 {
    line-height: 1.3;
}
@media(max-width: 781px) {
    .hidden-xs {
        display: none!important;
    }
    .mobile-invert-order {
        flex-direction: column-reverse;
    }
}
@media(min-width: 782px) {
    .visible-xs {
        display: none!important;
    }
    .two-columns {
        column-count: 2;
    }
}

/* Layout geral */
body {
    --wp--style--global--wide-size: 1160px;
    --wp--style--global--content-size: 1160px;
}
body main {
    margin-top: 0!important;
    overflow-x: hidden;
}
body h1.wp-block-post-title {
    display: none;
}
body main > .entry-content {
    margin-block-start: 0;
    overflow: hidden;
}
body > .wp-site-blocks {
    padding-top: 0;
    padding-bottom: 0;
}
main > .entry-content + section.wp-block-template-part {
    display: none;
}
body footer.wp-block-template-part {
    margin-block-start: 0;
}
body .is-layout-flex {
    gap: 2rem;
}
body .is-layout-constrained > * + * {
    margin-block-start: 2rem;margin-block-end: 0;
}


/* Header */
html[lang="en-US"] .pt-menu,
html[lang="pt-BR"] .en-menu {
    display: none!important;
}
header {
    position: absolute;
    z-index: 1;
    width: 100vw;
    padding-top: 3vw;
    background-color: #fff0;
}
header .wp-block-site-logo,
header .wp-block-site-logo a {
    position: relative;
    z-index: 1;
}
.wp-block-navigation__responsive-container-open {
    width: 70px;
    height: 26px;
    color: #fff0;
    background-image: url('/wp-content/uploads/2023/07/menu.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}
.wp-block-navigation a:where(:not(.wp-element-button)):focus {
    text-decoration: none;
}
.wp-block-navigation__responsive-container {
    bottom: initial;
    left: initial;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #000;
    color: #fff;
}
.wp-block-navigation__responsive-container.is-menu-open {
    padding: 1rem 2rem 5rem;
}
.wp-block-navigation__responsive-container-close {
    color: #FFC809;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    gap: 1rem;
}
.wp-block-navigation ul li.wp-block-navigation-item {
    position: relative;
    padding-left: 15px;
}
.wp-block-navigation ul li.wp-block-navigation-item:before {
    position: absolute;
    left: 0;
    top: 9px;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #FFC809;
    border-radius: 2px;
}
.wp-block-navigation a:where(:not(.wp-element-button)):hover {
    text-decoration: none;
    color: #FFC809!important;
}
.wp-block-navigation .current-menu-item .wp-block-navigation-item__content.wp-block-navigation-item__content {
    color: #D9D9D680;
}
.wp-block-navigation ul li.current-menu-item:before {
    background-color: #D9D9D680;
}

/* header .contato .wp-block-navigation-item__content {
    padding: 5px 25px;
    background-color: #000;
    border-radius: 30px;
    font-weight: 600;
    color: #fff!important;
}
header .contato .wp-block-navigation-item__content:hover {
    background-color: #FFF;
    color: #000!important;
} */

.widget_polylang ul {
    margin:  1rem 0 0;
    list-style-type: none;
    line-height: 1;
}
.widget_polylang ul li {
    display: inline-block;
}
.widget_polylang ul li + li:before {
    content: "|";
    padding-right: 5px;
}
.widget_polylang ul li,
.widget_polylang ul li a {
    color: #fff;
}
.widget_polylang ul li:not(.current-lang) a {
    text-decoration: none;
    font-weight: 700;
}

@media(max-width: 781px) {
    .wp-block-site-logo img {
        width: 80px!important;
    }
    .wp-block-navigation__responsive-container-open {
        width: 44px!important;
    }
}

/* Footer */
html[lang="en-US"] .pt-footer,
html[lang="pt-BR"] .en-footer {
    display: none!important;
}
footer {
    padding: 80px 0;
    background-color: #25282a;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover {
    color: #FFC809;
}
footer a.has-contrast-background-color:hover {
    background-color: #fff!important;
}
footer a.has-base-color:hover {
    color: #000!important;
}
footer .wp-block-separator {
    border-bottom: 0px solid #fff0;
}
.linha-bg {
    background-image: linear-gradient(to right, #CCCCCC, #CCCCCC);
    background-repeat: no-repeat;
    background-position: center 50%;
    background-size: 100% 1px;
}
.linha-bg p {
    background-color: #25282a;
    padding-right: 25px;
}
.linha-bg figure {
    background-color: #25282a;
    padding-left: 25px;
    height: 20px;
}
.linha-bg figure img {
    vertical-align: baseline;
}
body:not(.home) footer,
body:not(.home) footer .has-secondary-background-color,
body:not(.home) footer .has-secondary-background-color .has-base-color,
body:not(.home) footer .linha-bg p,
body:not(.home) footer .linha-bg figure {
    background-color: #FFC809!important;
    color: #000!important;
}
body:not(.home) footer a {
    color: #000;
}
body:not(.home) footer a:hover {
    color: #FFF;
}

body:not(.home) footer #contato-rodape p {
    color: #000!important;
}
body:not(.home) footer .wp-block-separator {
    background-color: #000!important;
    color: #000!important;
}
body:not(.home) footer .linha-bg {
    background-image: linear-gradient(to right, #000, #000);
}
body:not(.home) #footer-logo {
    position: relative;
    z-index: 1;
}
body:not(.home) #footer-logo img {
    opacity: 0;
    visibility: hidden;
}
body:not(.home) #footer-logo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF00 url('/wp-content/uploads/2023/07/Group-1808.png') no-repeat;
    background-size: contain;
}
body:not(.home) .linha-bg figure,
body:not(.home) footer .visible-xs figure {
    position: relative;
    z-index: 1;
}
body:not(.home) .linha-bg figure img,
body:not(.home) footer .visible-xs figure img {
    opacity: 0;
    visibility: hidden;
}
body:not(.home) .linha-bg figure:after,
body:not(.home) footer .visible-xs figure:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF00 url('/wp-content/uploads/2023/07/Group-1699-1.png') no-repeat;
    background-size: contain;
    background-position: right top;
}
@media(max-width: 781px) {
    footer {
        padding-left: 2rem;
        padding-right: 2rem;
        text-align: center;
    }
}

/* Home */
/* body.home header {
    position: absolute;
    width: 100vw;
    background-color: #fff0;
} */
/* body.home header .wp-block-navigation-item__content {
    color: #fff!important;
} */
/* body.home header .contato .wp-block-navigation-item__content {
    padding: 5px 25px;
    background-color: #FFC809;
    border-radius: 30px;
    color: #000!important;
}
body.home header .contato .wp-block-navigation-item__content:hover {
    background-color: #FFF;
    color: #000!important;
} */
.video-cta .wp-element-button, .wp-block-button__link {
    position: relative;
}
#ancora-logo-lateral,
#ancora-seta-lateral,
#ancora-arte-lateral {
    position: relative;
}
@media(min-width: 782px) {
    #ancora-seta-lateral:after {
        content: url('/wp-content/uploads/2023/07/Subtract.png');
        position: absolute;
        right: -380px;
        top: 250px;
    }
    #ancora-arte-lateral:after {
        content: url('/wp-content/uploads/2023/07/shutterstock_318183164.jpg');
        position: absolute;
        right: -480px;
        top: -50px;
        z-index: -1;
    }
}
@media(min-width: 1360px) {
    #ancora-logo-lateral:after {
        content: "";
        position: absolute;
        right: calc(50% - 50vw);
        top: calc(2585px - 150vw);
        width: 260px;
        max-width: calc(50vw - 50% - 30px);
        padding-top: 100%;
        background-image: url('/wp-content/uploads/2023/07/logo-lateral.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
}
@media(min-width: 1780px) {
    #ancora-logo-lateral:after {
        top: 0;
    }
}
@media(max-width: 1359px) {
    #pilares {
        background-image: url('/wp-content/uploads/2023/07/logo-lateral.png');
        background-repeat: no-repeat;
        background-position: right center;
        background-size: auto 800px;
    }
    #pilares .box {
        background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100 100"><path d="M 8 0 L 100 0 L 100 100 L 0 100 L 0 8 Z" fill="rgba(0,0,0,0.95)"></path></svg>');
        opacity: 0.9;
    }
    #pilares .box:hover {
        background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100 100"><path d="M 8 0 L 100 0 L 100 100 L 0 100 L 0 8 Z" fill="rgba(255,200,9,1)"></path></svg>');
        opacity: 0.95;
    }
}
@media(max-width: 781px) {
    #pilares {
        background-size: auto 800px;
    }
}
#nossos-lideres .fotos .is-layout-flex {
    row-gap: 4rem;
}
#nossos-lideres .fotos figure {
    position: relative;
    /* max-width: calc(33.33% - 4rem/3); */
}
/* #nossos-lideres .fotos figure img {
    filter: grayscale(1);
}
#nossos-lideres .fotos figure a:hover img {
    filter: grayscale(0);
} */
#nossos-lideres .fotos figure .wp-element-caption {
    position: absolute;
    bottom: -24px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    margin: 0;
    padding: 0 10px;
    background: #FFC809;
    text-wrap: nowrap;
    font-size: 15px;
    opacity: 0;
    visibility: hidden;
}
#nossos-lideres .fotos figure:hover .wp-element-caption {
    opacity: 1;
    visibility: visible;
}
.perfil {
    position: relative;
    margin-block-start: 2rem!important;
}
.perfil:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 15%;
    width: 70%;
    height: 1px;
    background-image: linear-gradient(to right, #00000000,#000000, #FFC809, #FFC809, #FFC809,#000000,#00000000);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}
.perfil > .wp-block-columns {
    gap: 1rem;
}
.perfil .wp-block-heading {
    position: relative;
    margin-block-start: 1rem;
    font-size: 32px;
}
.perfil .wp-block-heading:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0px;
    width: 196px;
    height: 1px;
    background-image: linear-gradient(to right, #00000000, #FFC809,#00000000);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}
.perfil .wp-block-heading + p {
    margin-block-start: 0rem;
}
.perfil .wp-block-heading + p + p {
    margin-block-start: 1rem;
}
.perfil p img {
    vertical-align: -5px;
}
/* Post Carousel */
#nossos-lideres .pcp-carousel-wrapper .sp-pcp-carousel {
    padding-top: 0;
    padding-bottom: 100px;
    background: #eee;
}
#nossos-lideres .pcp-carousel-wrapper .sp-pcp-carousel:after {
    left: initial;
    right: -4rem;
}
#nossos-lideres .sp-pcp-post-content {
    padding: 1rem 4rem;
}
#nossos-lideres .sp-pcp-post-content .nomarginbottom + p,
#nossos-lideres .sp-pcp-post-content .nomarginbottom + p + p {
    display: none;
}
#nossos-lideres .sp-pcp-post-content h3.wp-block-heading {
    margin-block-end: 0.5em;
}
#nossos-lideres .sp-pcp-post-content h3.wp-block-heading ~ p {
    margin-block-start: 0.75em;
    margin-block-end: 0.75em;
}
#nossos-lideres .sp-pcp-post-content h3.wp-block-heading + p,
#nossos-lideres .sp-pcp-post-content h3.wp-block-heading + p + p {
    display: none;
}
#nossos-lideres .sp-pcp-post-content .has-small-font-size {
    font-weight: 100;
    font-size: 0.9rem!important;
    color: #666;
}
.pcp-button-next,
.pcp-button-prev {
    top: calc(50% - 20px)!important;
    right: -3rem!important;
    z-index: 9999;
}
.pcp-button-prev {
    right: initial!important;
    left: -3rem!important;
}
.pcp-button-next .fa,
.pcp-button-prev .fa {
    font-size: 40px;
    transform: scaleY(2);
}
.pcp-carousel-wrapper .swiper-pagination-bullets.dots .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.pcp-carousel-wrapper .swiper-pagination-bullets.dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.2);
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px;
}
@media(min-width: 480px) {
    #nossos-lideres .pcp-carousel-wrapper .sp-pcp-carousel {
        margin: 0 4rem;
    }
    #nossos-lideres .pcp-carousel-wrapper .sp-pcp-carousel:before,
    #nossos-lideres .pcp-carousel-wrapper .sp-pcp-carousel:after {
        content: "";
        position: absolute;
        z-index: 999;
        top: 0;
        left: -4rem;
        width: 4rem;
        height: 100%;
        background-color: #d9d9d6;
    }    
}
@media(min-width: 782px) {
    .video-cta {
        margin-block-start: -250px!important;
        margin-block-end: 190px!important;
    }
}
@media(max-width: 781px) {
    .video-cta {
        margin-block-start: 0px!important;
        margin-left: calc(50% - 50vw + var(--scrollbarWidth)/2)!important;
        margin-right: calc(50% - 50vw + var(--scrollbarWidth)/2)!important;
        padding-top: 45px;
        padding-bottom: 60px;
        background-color: #000;
    }
    .video-cta .wp-block-button .wp-block-button__link {
        padding: 17px 35px 17px 50px!important;
        line-height: 26px;
        font-size: 0.9em!important;
    }
    #pilares {
        margin-bottom: -200px;
    }
    #nossos-lideres {
        padding-top: 200px;
    }
    #pilares figure.alignright {
        float: none;
        margin-inline-start: 0;
    }
    #nossos-lideres .fotos .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: initial!important;
    }
    #nossos-lideres .fotos .is-layout-flex {
        column-gap: 0.5rem;
        row-gap: 2rem;
    }
    #nossos-lideres .fotos figure {
        /* max-width: calc(50% - 0.25rem); */
    }
    #produtos-e-servicos .wp-block-column {
        padding: 3rem;
    }
}
@media(max-width: 479px) {
    #nossos-lideres .sp-pcp-container {
        width: 100vw;
        margin-left: calc(50% + var(--scrollbarWidth)/2 - 50vw)!important;
        margin-right: calc(50% + var(--scrollbarWidth)/2 - 50vw)!important;
    }
    #nossos-lideres .sp-pcp-post-content {
        padding: 1rem 2rem;
    }    
}

/* Quem Somos */
body.page-id-849 header,
body.page-id-940 header {
    padding: 7vw 0 0;
}
body.page-id-849 header .wp-block-site-logo a img,
body.page-id-940 header .wp-block-site-logo a img {
    opacity: 0;
    visibility: hidden;
}
body.page-id-849 header .wp-block-site-logo:after,
body.page-id-940 header .wp-block-site-logo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF00 url('/wp-content/uploads/2023/08/logo-sp4-preto.png') no-repeat;
    background-size: contain;
}
body.page-id-849 header .wp-block-navigation__responsive-container-open,
body.page-id-940 header .wp-block-navigation__responsive-container-open {
    background-image: url('/wp-content/uploads/2023/07/menu-interna.png');
}
/* body.page-id-849 .widget_polylang ul li,
body.page-id-940 .widget_polylang ul li,
body.page-id-849 .widget_polylang ul li a,
body.page-id-940 .widget_polylang ul li a {
    color: #000;
} */

#nossa-estrutura {
    overflow: hidden;
}
#nossos-pilares > .wp-block-columns {
    gap: 4rem;
}
.pilar {
    margin-top: 130px!important;
    border: 2px solid #CCC;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.2);
	-o-box-shadow: 0px 0px 10px rgba(0,0,0,.2);
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}
.pilar > figure {
    position: relative;
    z-index: 100;
    display: flex!important;
    align-items: center;
    justify-content: center;
    margin-block-start: -154px;
    width: 164px;
    height: 164px;
    background-image: radial-gradient(at 25% 25%, #e3e3e3, #999);
    background-repeat: no-repeat;
    border-radius: 100px;
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,.5);
	-o-box-shadow: 0px 2px 4px rgba(0,0,0,.5);
	box-shadow: 0px 2px 4px rgba(0,0,0,.5);
}

@media(max-width: 781px) {
    body.page-id-849 header,
    body.page-id-940 header {
        padding-top: 22vw;
    }
    body.page-id-849 h1 + .has-x-large-font-size,
    body.page-id-940 h1 + .has-x-large-font-size {
        margin-top: 10px!important;
        font-size: 30px!important;
        line-height: 1.3;
    }
    #arte-lateral figure {
        margin-left: calc(50% - 50vw + var(--scrollbarWidth)/2)!important;
        margin-right: calc(50% - 50vw + var(--scrollbarWidth)/2)!important;
    }
    #nossos-pilares h2 {
        text-align: center;
    }
}
@media(min-width: 782px) {
    #arte-lateral figure {
        margin-top: -150px;
        margin-bottom: -150px;
        margin-left: calc(132% - 50vw);
    }
}

/* Trabalhe Conosco */
#programa-de-estagio {
    background-image: linear-gradient(to top, #000c, #0009), url('/wp-content/uploads/2023/07/shutterstock_1488187904.png');
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
}
#areas-de-atuacao .two-columns {
    column-gap: 4rem;
}
#areas-de-atuacao .green-checkbox {
    font-size: clamp(1rem, 1rem + ((2.5vw - 0.48rem) * 0.24), 1.625rem)!important;
}
@media(max-width: 781px) {
    #areas-de-atuacao .two-columns {
        padding: 3rem 1rem 3rem 4rem!important;
    }
}

/* Elements */
.box {
    background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100 100"><path d="M 8 0 L 100 0 L 100 100 L 0 100 L 0 8 Z" fill="rgba(37,40,42,1)"></path></svg>');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2.5rem 3.5rem;
    color: #fff;
}
.box h3 {
    color: #FFC809;
}
.box ul li::before {
    content: "\2022";
    color: #000;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.box:hover {
    background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100 100"><path d="M 8 0 L 100 0 L 100 100 L 0 100 L 0 8 Z" fill="rgba(255,200,9,1)"></path></svg>');
    color: #000
}
.box:hover h3 {
    color: #000;
}
.box:hover img {
    filter: brightness(0);
}
.box:hover ul li::before,
.box3 ul li::marker {
    color: #FFC809;
}
.box2 ul li::marker {
    color: #fff;
}
.box2 {
    background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100 100"><path d="M 5 0 L 100 0 L 100 100 L 0 100 L 0 5 Z" fill="rgba(255,200,9,1)"></path></svg>');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2.5rem 3.5rem;
    color: #000;
}
.box3 {
    background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100 100"><path d="M 5 0 L 100 0 L 100 100 L 0 100 L 0 5 Z" fill="rgba(37,40,42,1)"></path></svg>');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2.5rem 3.5rem;
    color: #fff;
}
.box3 h2 {
    color: #FFC809;
}
.button1 .wp-block-button__link {
    border-color: #FFC809!important;
}
.button1 .wp-block-button__link:hover {
    background-color: #FFC809!important;
    color: #fff!important;
}
.button2 .wp-block-button__link {
    background-image: url('/wp-content/uploads/2023/07/button2.png');
    background-repeat: no-repeat;
    background-position: 6px 6px;
}
.button2 .wp-block-button__link strong {
    display: inline-block;
    transform: translateX(15px);
}
.button2 .wp-block-button__link:hover {
    background-color: #000!important;
    color: #FFC809;
}
.title1 {
    text-align: center;
}
.title2 {
    text-align: center;
}
.title2 > .wp-block-heading {
    display: inline-block;
    position: relative;
}
@media(max-width: 781px) {
    .button2 .wp-block-button__link {
        display: flex;
        align-items: center;
        height: 60px;
        padding: 0px 20px 0px 65px!important;
        font-size: 0.9em!important;
    }
    .button2 .wp-block-button__link strong {
        transform: translateX(0);
    }
}
@media(min-width: 782px) {
    .title1 {
        position: relative;
        background-image: linear-gradient(to right, #ccc, #ccc);
        background-repeat: no-repeat;
        background-position: left 29px;
        background-size: 100% 3px;
        text-align: initial;
    }
    .title1 > .wp-block-heading {
        display: inline-block;
        position: relative;
        padding-right: 80px;
        background-color: #d9d9d6;
    }
    .title1 > .wp-block-heading:after {
        content: "";
        position: absolute;
        top: 29px;
        right: -80px;
        width: 80px;
        height: 3px;
        background-image: linear-gradient(to right, #EB660D, #EB660D);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 80px;
    }
    .title2 > .wp-block-heading:after {
        content: "";
        position: absolute;
        top: 23px;
        left: -400px;
        width: 350px;
        height: 3px;
        background-color: #666;
        background-image: linear-gradient(to right, #FFC809, #FFC809);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 80px;
    }
}
.green-checkbox {
    padding-left: 0;
    list-style-type: none;
}
.green-checkbox li {
    position: relative;
    margin-bottom: 8px;
}
.green-checkbox li:before {
    content: "";
    position: absolute;
    top: 2px;
    left: -29px;
    width: 23px;
    height: 21px;
    background-image: url('/wp-content/uploads/2023/07/checkbox.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}
#ancora-divisores-cruz-amarela {
    position: relative;
    overflow: visible;
}
#ancora-divisores-cruz-amarela:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #00000000,#00000000, #FFC809, #00000000,#00000000);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}
#ancora-divisores-cruz-amarela:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 100%;
    padding-top: 100%;
    background-image: linear-gradient(to bottom, #00000000,#00000000, #FFC809, #00000000,#00000000);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    transform: translateY(-50%);
}

/* .profile {
    position: relative;
}
.profile .name {
    position: absolute;
    bottom: 2rem;
    display: inline-block;
    font-size: 2rem;
    display: none;
}
.profile .title {
    position: absolute;
    bottom: 0px;
    display: inline-block;
    line-height: 2rem;
    display: none;
}
.profile .description {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 600px;
    max-width: 80vw;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
} */
/* .profile:hover .description {
    opacity: 1;
    visibility: visible;
} */
/* .profile .description.box,
.profile .description.box:hover {
    background-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100 100"><path d="M 0 0 L 100 0 L 100 92 L 92 100 L 0 100 Z" fill="rgba(255,200,9,1)"></path></svg>');
    background-position: right bottom;
    color: #000;
}
@media (min-width: 782px) {
    .profile:last-child .description {
        left: initial;
        right: 0;
    }
} */

/* Forms */
.wpcf7 p {
    margin-block-start: 0.3em;
    margin-block-end: 0.3em;
}
input,
textarea {
    background-color: #eee;
    border-width: 0;
    border-radius: 4px;
    min-width: 384px;
    height: 100px;
}
input {
    height: 30px;
    padding: 7.5px 20px;
}
textarea {
    padding: 12.5px 20px;
}
input[type="submit"] {
    height: 60px;
    min-width: 424px;
    padding: 0 25px;
    padding-right: 75px;
    background-color: #FFC809;
    background-image: url('/wp-content/uploads/2023/07/button3.png');
    background-repeat: no-repeat;
    background-position: right 6px top 6px;
    border-radius: 8px;
    font-weight: 700;
    font-size: var(--wp--preset--font-size--medium);
}
input[type="submit"]:hover {
    background-color: #000;
    color: #FFC809;
}
#contato-rodape {
    position: relative;
}
#contato-rodape .box,
#contato-rodape .box:hover {
    position: absolute;
    bottom: 95px;
    width: 400px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100 100"><path d="M 0 0 L 100 0 L 100 92 L 92 100 L 0 100 Z" fill="rgba(255,255,255,1)"></path></svg>');
    background-position: right bottom;
    filter: drop-shadow(0px 0px 20px rgb(0 0 0 / 0.3));
    color: #000;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}
#contato-rodape .box input[type="submit"] {
    margin-left: 72px;
}
#contato-rodape .box.show {
    opacity: 1;
    visibility: visible;
}
#contato .wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start;
    justify-content: center;
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
}
#contato .wp-block-columns + p {
    max-width: 1036px;
    margin-left: auto !important;
    margin-right: auto !important;
}
#contato label {
    display: block;
    /* margin-top: 30px; */
    line-height: 40px;
    font-weight: 600;
}
#contato input:not([type="submit"]),
#contato textarea {
    background-color: #fff;
    border: 1px solid #FFC809;
}
#contato input {
    height: 50px;
    border-radius: 30px;
}
#contato textarea {
    height: 170px;
    border-radius: 8px;
}
#contato input[type="submit"] {
    float: right;
}
@media(min-width: 1200px) {
    #contato input:not([type="submit"]),
    #contato textarea {
        min-width: 500px;
    }   
}
@media(max-width: 781px) {
    input,
    textarea {
        min-width: calc(100% - 40px);
        max-width: calc(100% - 40px);
    }
    input[type="submit"] {
        min-width: 100%;
        max-width: 100%;
    }
}

/* LGPD Popup */
.pum-container {
    padding-right: 100px!important;
}
.pum-content {
    font-size: 0.8em!important;
}
.pum-content a {
    color: #e02c00;
}
