/*
Theme Name: Francielle Calazans
Theme URI: 
Author: Agencia Carbon
Description: Theme for Francielle Calazans
Version: 1.0
License: GNU General Public License
Text Domain: https://agenciacarbon.com.br/
Tags: Francielle Calazans
*/


/* Configurações globais */
:root {
/* h1 */
    --e-global-typography-bf22863-font-family:'Manrope',sans-serif;
    --e-global-typography-bf22863-font-size: 2.25rem;
    --e-global-typography-bf22863-line-height: 2.625rem;
/* h2 */
    --e-global-typography-a6ec567-font-family:'Manrope',sans-serif;
    --e-global-typography-a6ec567-font-size: 2rem;
    --e-global-typography-a6ec567-line-height: 2.125rem;
/* h3 */
    --e-global-typography-a5047b7-font-family:'Manrope',sans-serif;
    --e-global-typography-a5047b7-font-size: 1.5rem;
    --e-global-typography-a5047b7-line-height: 2rem;
/* h4 */
    --e-global-typography-6bf8bcd-font-family:'Manrope',sans-serif;
    --e-global-typography-6bf8bcd-font-size: 1.125rem;
    --e-global-typography-6bf8bcd-line-height: 1.5rem;
/* regular */
    --e-global-typography-133b97c-font-family:'Manrope',sans-serif;
    --e-global-typography-133b97c-font-size: 1rem;
    --e-global-typography-133b97c-line-height: 1.5rem;
/* small */
    --e-global-typography-adef799-font-family:'Manrope',sans-serif;
    --e-global-typography-adef799-font-size: .875rem;
    --e-global-typography-adef799-line-height: 1.25rem;

/* Cores */
    /* Padrão */
    --e-global-color-28307fa:#380F13;
    /* Claro */
    --e-global-color-0f2a90b:#B7736F;
    /* Branco */
    --e-global-color-8c604de:#FFFFFF;
}
@media (max-width: 991px) {
   :root {
    /* h1 */
        --e-global-typography-bf22863-font-family:'Manrope',sans-serif;
        --e-global-typography-bf22863-font-size: 2rem;
        --e-global-typography-bf22863-line-height: 2.25rem;
    /* h2 */
        --e-global-typography-a6ec567-font-family:'Manrope',sans-serif;
        --e-global-typography-a6ec567-font-size: 1.75rem;
        --e-global-typography-a6ec567-line-height: 1.875rem;
    /* h3 */
        --e-global-typography-a5047b7-font-family:'Manrope',sans-serif;
        --e-global-typography-a5047b7-font-size: 1.375rem;
        --e-global-typography-a5047b7-line-height: 1.75rem;
    /* h4 */
        --e-global-typography-6bf8bcd-font-family:'Manrope',sans-serif;
        --e-global-typography-6bf8bcd-font-size: 1.125rem;
        --e-global-typography-6bf8bcd-line-height: 1.25rem;
    } 
}
html {
    scroll-padding-top: 96px;
}

@media (max-width: 992px) {
html {
    scroll-padding-top: 476px;
}	
}

.custom-navbar .navbar-toggler .open {
    display: block;
}

.custom-navbar .navbar-toggler .close {
    display: none;
}

.custom-navbar .navbar-toggler:not(.collapsed) .open {
    display: none;
}

.custom-navbar .navbar-toggler:not(.collapsed) .close {
    display: block;
}

@media (max-width: 991px) {
	nav.custom-navbar {
		padding: .25rem 30px !important;
	}
	ul#menu-header-menu {
		flex-direction: column;
		padding: 24px !important;
	}
}


#headerSite{
	background:var(--e-global-color-28307fa);
	ul{
		padding:0;
		margin:0;
		list-style-type:none;
		display:flex;
		gap:1.25rem;
	}
	a{
		font-family: var(--e-global-typography-133b97c-font-family);
	    font-size: var(--e-global-typography-133b97c-font-size);
	    line-height: var(--e-global-typography-133b97c-line-height);
		color:var(--e-global-color-8c604de);
		text-decoration:none;
	}
	.container{
		max-width:1140px;
	}
	nav{
		padding:.25rem 0;
	}
	.navbar-brand{
		padding:0;
		margin:0;
	}
	
}
/* blog */
#lastposts-container .slick-list {
    margin: -1rem;
}
#lastposts-container .item{
    padding: 0 1rem;
	height:auto;
}
.slider-lastposts .slick-track{
	display:flex;
}
#lastposts-container .content,
.posts-carbon .content{
	display:flex;
	flex-direction:column;
	height: 100%;
}
#lastposts-container a.ler-mais span,
.posts-carbon .content span,
.slider-last-posts .back-text > a:last-child span,,
.container-case .internal a span span,
.pagination.postsblog a span{
	transition:margin .3s;
}
#lastposts-container .content > a:first-child,
.posts-carbon .content > a:first-child{
	overflow:hidden;
	max-height:18.75rem;
	border-radius:1.25rem;
	margin-bottom:2rem;
}
#lastposts-container .content:hover > a:first-child img,
.posts-carbon .content:hover > a:first-child img{
	transform:scale(1.2);
	transition:transform .3s;
}
.slider-last-posts .slick-track{
	display:flex;
}
#lastposts-container .content:hover a.ler-mais span,
.container-case .internal:hover a span span,
.posts-carbon .content:hover a:last-child span,
.slider-last-posts .back-text > a:last-child:hover span,
.pagination.postsblog a.next:hover span,
.single-case-other-cases .case-row:hover .case-read-more a span{
	margin-left:1rem;
	transition:margin .3s;
}
.pagination.postsblog a.prev:hover span{
	margin-right:1rem;
	transition:margin .3s;
}
#lastposts-container .content a.ler-mais,
.posts-carbon a:last-child,
.posts-carbon .content a.ler-mais{
	margin-top:auto;
	text-align: left;
    font-family:var(--e-global-typography-133b97c-font-family);
    font-size:var(--e-global-typography-133b97c-font-size);
    line-height:var(--e-global-typography-133b97c-line-height);
    color: var(--e-global-color-0f2a90b);
}
#lastposts-container .categoria,
#lastposts-container p,
#lastposts-container h3,
.posts-carbon p,
.posts-carbon .categoria,
.posts-carbon h4{
    font-family:var(--e-global-typography-6bf8bcd-font-family);
    font-size:var(--e-global-typography-6bf8bcd-font-size);
    line-height:var(--e-global-typography-6bf8bcd-line-height);
    color:var(--e-global-color-a44635c);
    text-align: left;
	text-decoration:none;
}
.posts-carbon .categoria,
#lastposts-container .categoria{
    color:var(--e-global-color-0f2a90b);    
}
#lastposts-container .item img,
.posts-carbon .item img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:top;
    transition:transform .3s;
    min-height: 18.75rem;
}
#lastposts-container a,
.posts-carbon a,
.posts-filters a,
.pagination.postsblog .page-numbers{
	text-decoration:none;
}
#lastposts-container h3,
.posts-carbon h4{
    font-family: var(--e-global-typography-6bf8bcd-font-family);
    font-size: var(--e-global-typography-6bf8bcd-font-size);
    line-height: var(--e-global-typography-6bf8bcd-line-height);
    margin:.5rem 0 1rem 0;
    color: var(--e-global-color-28307fa);
}
#lastposts-container p,
.posts-carbon p{
    font-family: var(--e-global-typography-133b97c-font-family);
    font-size: var(--e-global-typography-133b97c-font-size);
    line-height: var(--e-global-typography-133b97c-line-height);
    font-weight:400;
}




.container-post .col-content-post h1,
.container-outras-materias h2{
	color: #380F13;
	font-family: var(--e-global-typography-bf22863-font-family), Sans-serif;
	font-size: var(--e-global-typography-bf22863-font-size);
	font-weight: 700;
	line-height: var(--e-global-typography-bf22863-line-height);
}
/* single post */
.container-post{
	margin-top:7rem;
}
.container-post .col-content-post .post-date{
	font-family: var(--e-global-typography-adef799-font-family);
    font-size: var(--e-global-typography-adef799-font-size);
    line-height: var(--e-global-typography-adef799-line-height);
	font-weight: 700;
	display:flex;
	gap:.5rem;
}
.container-post .recent-posts .post-date{
	font-family: 'Raleway', sans-serif;
	font-size: .8rem;
	font-weight: 400!important;
	line-height: .8rem;
	display:flex;
	align-items:center;
	gap:.5rem;
}
.container-post .col-content-post h1{
	color: #380F13;
	text-align:left;
	margin:.5rem 0 2rem 0;
	font-size: 4rem;
	line-height: 4.25rem;
}
.container-post .col-content-post img{
	max-width:100%;
	border-radius:2.5rem;
}
.container-post .col-content-post .post-date img{
	border-radius:0;	
}
.container-post .content-post{
	margin-top:1.5rem;
}
.container-post .content-post p,
.container-post .content-post a{
	color: var(--e-global-color-a44635c);
    font-family: var(--e-global-typography-133b97c-font-family), Sans-serif;
    font-size: var(--e-global-typography-133b97c-font-size);
    line-height: var(--e-global-typography-133b97c-line-height);
}
.container-post .content-post h2,
.single-case-other-cases .row > h2,
.busca-categorias h2{
	color: var(--e-global-color-a44635c);
    font-family: var(--e-global-typography-a6ec567-font-family), Sans-serif;
    font-size: var(--e-global-typography-a6ec567-font-size);
    line-height: var(--e-global-typography-a6ec567-line-height);
}
.busca-categorias h2,
.row.busca-resultado h3,
.row.busca-resultado span,
.row.busca-resultado.search-categoria-case span{
	text-align:center;
}
.row.busca-resultado.search-categoria-case{
	margin: 4rem 0
}
.row.busca-resultado.search-categoria-case.other-categories{
	margin: -2rem 0 4rem 0;
}
.container-post .content-post h3,
.row.busca-resultado h3{
	color: var(--e-global-color-a44635c);
    font-family: var(--e-global-typography-a5047b7-font-family), Sans-serif;
    font-size: var(--e-global-typography-a5047b7-font-size);
    font-weight: var(--e-global-typography-a5047b7-font-weight);
    line-height: var(--e-global-typography-a5047b7-line-height);
}
.container-post .content-post h4,
.container-post .content-post h5{
	color: var(--e-global-color-a44635c);
    font-family: var(--e-global-typography-a5047b7-font-family), Sans-serif;
}
.container-post .col-posts-info{
	background: var(--e-global-color-decfb82);
	border-radius:1rem;
	padding: 2.5rem 1.5rem;
}
.container-post .col-posts-info > .row{
	margin:0!important;
}
.container-post .col-posts-info .search-posts input{
    background: 0 0;
    border: none;
    border-bottom: 1px solid var(--e-global-color-a44635c);
    opacity: .7;
    padding: .5rem 0;
    width: 100%;
}
.container-post .col-posts-info .search-posts input::placeholder,
.container-post .col-posts-info .search-posts input{
    font-family: var(--e-global-typography-133b97c-font-family), Sans-serif;
    font-size: var(--e-global-typography-133b97c-font-size);
    line-height: var(--e-global-typography-133b97c-line-height);
}
.container-post .col-posts-info #searchform{
	display:flex;
}
.container-post .col-posts-info .search-posts button {
    background: 0 0;
    border: none;
    max-width: 1.25rem;
    margin-left: .5rem;
}
.container-post .col-posts-info h2{
	color: var(--e-global-color-a44635c);
    font-family: var(--e-global-typography-a5047b7-font-family), Sans-serif;
    font-size: var(--e-global-typography-a5047b7-font-size);
    font-weight: 700;
    line-height: var(--e-global-typography-a5047b7-line-height);
}
.container-post .col-posts-info .recent-posts h2{
	margin-top:2.5rem;
}
.container-post .col-posts-info .row.recent-posts {
    display: flex;
    gap: 1.3rem;
    margin-bottom: 1.3rem!important;
}
.container-post .col-posts-info .recent-posts .post-thumbnail img {
    max-width: 100%;
    border-radius: .8rem;
	height: 100%;
	object-fit: cover;
}
.container-post .col-posts-info .recent-posts .post-thumbnail{
	margin-bottom:.5rem;
	min-height: 8rem;
	display: flex;
}
.container-post .col-posts-info .recent-posts .post-thumbnail a{
	height: auto;
}
.container-post .col-posts-info .recent-posts .post-date{
	margin-bottom:.5rem;
	font-weight:800;
}
.container-post .col-posts-info .recent-posts .post-title h3{
	color: var(--e-global-color-a44635c);
    font-family: var(--e-global-typography-c6b429a-font-family), Sans-serif;
    font-size: var(--e-global-typography-c6b429a-font-size);
    line-height: var(--e-global-typography-c6b429a-line-height);
    letter-spacing: var(--e-global-typography-c6b429a-letter-spacing);
    word-spacing: var(--e-global-typography-c6b429a-word-spacing);
	text-decoration:none;
}
.container-post .col-posts-info .recent-posts .post-title a{
	color: var(--e-global-color-a44635c);
    font-family: var(--e-global-typography-6bf8bcd-font-family), Sans-serif;
    font-size: var(--e-global-typography-6bf8bcd-font-size);
    line-height: var(--e-global-typography-6bf8bcd-line-height);
    word-spacing: var(--e-global-typography-af01325-word-spacing);
	text-decoration:none;
	margin-bottom:1rem;
}
.container-post .col-posts-info .categories-list{
	margin-top:1rem;
}
.container-post .categories-list>ul {
    padding: 0 1.5rem
}
.container-post .categories-list>ul .category {
    margin-top: .25rem;
}
.container-post .categories-list ul .sub-category a {
    font-family: var(--e-global-typography-d0e2499-font-family), Sans-serif;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.3rem;
	color: var(--e-global-color-a44635c);
}
.container-post .categories-list ul .category a {
    font-family: var(--e-global-typography-adef799-font-family);
    font-size: var(--e-global-typography-adef799-font-size);
    line-height: var(--e-global-typography-adef799-line-height);
	text-decoration:none;
	color: var(--e-global-color-a44635c);
}
.busca-posts-carbon div{
    display:flex;
    justify-content:center;
    gap:2rem;
    position:relative;
    max-width:40rem;
    margin:0 auto;
}
.busca-posts-carbon input[type="text"]{
    border: 1px solid var(--e-global-color-28307fa);
    padding:1rem 4rem 1rem 2.25rem;
    border-radius:1rem;
    width:100%;
}
.busca-posts-carbon input[type="text"],
.busca-posts-carbon input[type="text"]::placeholder{
    font-family: var(--e-global-typography-133b97c-font-family), Sans-serif;
    font-size: var(--e-global-typography-133b97c-font-size);
    line-height: var(--e-global-typography-133b97c-line-height);
    color: var(--e-global-color-28307fa);
}
.busca-posts-carbon input[type="submit"]{
    position: absolute;
    right: 4%;
    font-size: 0 !important;
    background: url('/wp-content/uploads/2025/09/search-icon.svg') no-repeat center;
    background-color: #ffffff !important;
    top: 1px;
    border: 0;
    border-radius: 0 !important;
    padding: 1rem !important;
    height: calc(100% - 2px);
}
.posts-filters{
    margin: 0 auto 5rem auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
    justify-content: center;
	max-width:1140px;
}
.posts-filters .filter-btn{
    font-family: var(--e-global-typography-133b97c-font-family), Sans-serif;
    font-size: var(--e-global-typography-133b97c-font-size);
    line-height: var(--e-global-typography-133b97c-line-height);
    padding:.75rem 3rem;
	cursor:pointer;
	color:#ffffff
}
.posts-filters .filter-btn{
	color:#1F2936;
    -webkit-box-shadow: 8px 6px 12px -4px rgba(0,0,0,0.25);
	-moz-box-shadow: 8px 6px 12px -4px rgba(0,0,0,0.25);
	box-shadow: 8px 6px 12px -4px rgba(0,0,0,0.25);
	display:flex;
	text-align:center;
	align-items:center;
	justify-content:center;
}
.posts-filters .filter-btn:not(.active){
    background: var(--e-global-color-8c604de);
    border: 1px solid var(--e-global-color-8c604de);
    border-radius:1rem;
}
.posts-filters .filter-btn:hover{
    border: 1.5px solid var(--e-global-color-0f2a90b);
}
.posts-filters .filter-btn.active{
    background: var(--e-global-color-0f2a90b);
    border: 1px solid var(--e-global-color-0f2a90b);
    border-radius: 1rem;
	color:#ffffff;
	text-transform: capitalize;
}
.slider-last-posts .back-text > a:last-child,
.pagination.postsblog .page-numbers:not(.dots){
	background: var(--e-global-color-0f2a90b);
	font-family: var(--e-global-typography-133b97c-font-family);
    font-size: var(--e-global-typography-133b97c-font-size);
    line-height: var(--e-global-typography-133b97c-line-height);
	border-radius:3rem;
	padding: .7rem 1.25rem;
	color:#ffffff;
}
.pagination.postsblog a.page-numbers:not(.dots){
	background: var(--e-global-color-decfb82);
	color:var(--e-global-color-a44635c);
}
.pagination.postsblog{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:1rem;
	margin:5rem 0;
}
.slick-servicos{
	.thumb{
		max-width:15rem;
		max-height:15rem;
		img{
			object-fit:cover;
		}
	}
	.titulo-servico{
		font-family: 'Manrope',sans-serif;
		font-weight: 700;
		font-size: 18px;
		text-align:left;
		margin: 1.5rem 0 3rem 0;
	}
	.servico-item{
		padding:.625rem;
	}
	.internal{
		display:flex;
		flex-direction:column;
	}
}
.servico-item { cursor: pointer; }
.popup-servico[aria-hidden="false"]{
	display:flex!important;
}
.popup-servico {
	display:none;
	position:fixed;
	width:100vw;
	height:100vh;
	inset:0;
	background:rgba(0,0,0,.6);
	z-index:9999;
	
	.popup-servico__close {
		position:absolute;
		font-family: 'Manrope',sans-serif;
		font-weight: 700;
		font-size: 24px; 
		border-radius:10rem;
		padding:0 .75rem;
		border:0; 
		cursor:pointer;
		color:#380F13;
		background:#ffffff;
		top: -1rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.popup-servico__content{
		max-width:22rem;
		background:#B7736F;
		padding:3.75rem 1.875rem;	
		border-radius:1.25rem;
		position:relative; 
		margin:auto;
		h2{
			font-family: 'Manrope',sans-serif;
			font-weight: 700;
			font-size: 24px;
			leading-trim: NONE;
			line-height: 126%;
			color:#ffffff;
			margin-bottom:2.5rem;
		}
		p{
			font-family: 'Manrope',sans-serif;
			font-weight: 400;
			font-size: 18px;
			line-height: 150%;
			color:#ffffff;
			margin-bottom:0rem;
		}
	}
}
body div[data-elementor-type="wp-page"]{
    overflow:hidden;
}
.nossos-servicos-wrapper{
    /*.slick-servicos:first-child{
        margin-left:-5rem;
    }
    .slick-servicos:last-child{
        margin-right:-5rem;
    }*/
    .slick-list{
        overflow:visible!important;
    }
}
@media (min-width: 1025px){
	.elementor-element-b1c278f{
		display:none!important;
	}
	.elementor-element-a6ff0ba,
	.elementor-element-3406f3b{
		border:none!important;
	}
}
@media (max-width: 1025px) {
	.nossos-servicos-wrapper{
	    .slick-servicos:first-child,
	    .slick-servicos:last-child{
	        margin-right:0;
	        margin-left:0;
	    }
		.internal{
			justify-content:center;
			align-items:center;
		}
	}
	
}
#wpcf7-f6-p8-o1 p{
    font-family: var(--e-global-typography-133b97c-font-family);
    font-size: var(--e-global-typography-133b97c-font-size);
    line-height: var(--e-global-typography-133b97c-line-height);
    color: #1E1E1E;
	
	.wpcf7-form-control-wrap {
		display: block;
		margin-bottom: 8px;
	}
    
    input[type="email"]::placeholder,
    input[type="text"]::placeholder,
    option,
    input[type="email"],
    select,
    input[type="text"]{
        font-family: var(--e-global-typography-adef799-font-family);
        font-size: var(--e-global-typography-adef799-font-size);
        line-height: var(--e-global-typography-adef799-line-height);
        color: var(--e-global-color-28307fa);
    }
    input[type="email"],
    select,
    input[type="text"]{
        border: 1px solid #D9D9D9;
        padding:.75rem 1rem;
        width:100%;
		border-radius: 8px;
    }
    input[type="submit"]{
    font-family: var(--e-global-typography-133b97c-font-family);
    font-size: var(--e-global-typography-133b97c-font-size);
    line-height: var(--e-global-typography-133b97c-line-height);
    color: var(--e-global-color-28307fa);
        color:#F5F5F5;
        background: var(--e-global-color-28307fa);
        border:none;
        padding:.75rem 1rem;
        width:100%;
        margin-top:4rem;
        border-radius:.5rem;
        
    }
}
.col-posts-info,
.home-post-item {
	.recent-post,
    .internal{
        max-width:22rem;
        border: 1px solid #DADDE2;
        padding:1.25rem;
        border-radius:1.25rem;
        display:flex;
        flex-direction:column;
        .post-thumb img{
	        border-radius:1.25rem;
            max-width:20rem;
            object-fit:cover;
			max-width:100%;
			height:auto;
        }
        h3{
            margin-top:2.375rem;
        }
        h3 a{
           font-family: var(-e-global-typography-a5047b7-font-family);
            font-size: var(--e-global-typography-a5047b7-font-size);
            line-height: var(--e-global-typography-a5047b7-line-height);
            font-weight: 700;
            color:#222222;
        }
        .post-excerpt{
           font-family: var(-e-global-typography-6bf8bcd-font-family);
            font-size: var(--e-global-typography-6bf8bcd-font-size);
            line-height: var(--e-global-typography-6bf8bcd-line-height);
            color:#222222;
        }
        .post-readmore{
            color: var(--e-global-color-0f2a90b);
            margin-left:auto;
            font-family: var(--e-global-typography-133b97c-font-family);
            font-size: var(--e-global-typography-133b97c-font-size);
            line-height: var(--e-global-typography-133b97c-line-height);
			text-decoration:none;
        }
    }
	.post-image img{
		max-width:100%;
		border-radius:.5rem;
	}
}

.slick-slide {
	display: flex !important;
	justify-content: center;
}

.home-posts-slider span.slick-arrow,
.slick-servicos span.slick-arrow {
    position: absolute;    
    background: #380f13;
    padding: 10px;
    z-index: 2;    
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.home-posts-slider span.slick-arrow {
	top: 50%;
	transform: translatey(-50%);
}

.slick-servicos span.slick-arrow {
	bottom: 10px;	
}


span.slick-arrow img {
	width: 100%;
    height: 24px;
}

.home-posts-slider span.slick-prev.slick-arrow {
    left: 0;    
}

.home-posts-slider span.slick-next.slick-arrow {
    right: 0;    
}

.slick-servicos span.slick-prev.slick-arrow {
    left: 0;
    transform: translateX(-50%);
}

.slick-servicos span.slick-next.slick-arrow {
    right: 0;
    transform: translateX(-50%);
}

@media (max-width: 1080px) {
		.container-post .col-content-post {
		padding: 0 24px !important;	
	}
}