* { 
	outline: none!important;
	font-family: "Poppins", serif;
	scroll-behavior: smooth;
}

.container {
	width: 1200px!important;
	max-width: 100%;
}

a:active, 
a:checked,
a:focus, 
a:hover { 
	outline: none!important; 
	text-decoration: none;
}

body { 
	font-family: "Poppins", serif;
	margin:0;
	padding: 0;
	font-weight: 300;
    overflow-x: hidden;
	background-color: #fff!important;
}

.clear { 
	clear:both;
}

.none {
	display: none!important;
}

img { 
	max-width:100%!important; 
	height:auto; 
}

/* Alinhamentos de Conteúdo */

.aligncenter,
.alignleft,
.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	text-align: center;
    font-size: 12px;
	margin: 10px 0 0 0;
}

/* FONTES */

a { 
	text-decoration:none!important; 
}

a:hover { 
	text-decoration:none; 
}

p, span, li {
	color: #706F6F;
	font-size: 14px;
    line-height: 24px;
	font-weight: 400;
}

p {
	color: #322AA2;
}

/* Slick Slider */

.slick-disabled {
	opacity: 0.1!important;
}

/* Tooltip */

.tooltip-inner {
	font-size: 15px;
    letter-spacing: 1px;
}

/*********************************************
** Título Página
*********************************************/

.tituloPrincipal {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0 0 40px 0;
}

.tituloPrincipal.center {
	text-align: center;
}

.tituloPrincipal .boxTag {
    font-size: 28px;
    line-height: 140%;
    font-weight: 700;
    margin: 0;
    background: linear-gradient(to right, #322AA2, #D30F5F);
    color: transparent;
    background-clip: text;
    display: inline-block;
}

/* Título Secundário */

.tituloPrincipal.tituloSecundario .boxTag {
	color: #fff;
}

/*********************************************
** Botão
*********************************************/

.boxLink {
	float: left;
	text-align: left;
	width: 100%;
}

.boxLink.center {
	text-align: center;
}

.boxLink a {
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.boxLink.full a {
	width: 100%;
}

.boxLink a .styleBotaoInterno {
	padding: 12px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4DD6A1;
    transition: all 0.2s linear;
    border-radius: 16px;
}

.boxLink a:hover .styleBotaoInterno {
	transform: scale(1.05);
}

.boxLink a .styleBotaoInterno span {
	color: #322AA2;
    font-size: 15px;
    font-weight: 500;
}

.boxLink a .styleBotaoInterno i {
	color: #322AA2;
    font-size: 22px;
	transition: all 0.2s linear;
	margin-left: 20px;
}

/*********************************************
** Dots List
*********************************************/

.dotsList {
	float: left;
    width: 100%;
    margin-top: 30px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dotsList .leftArrow {
	width: 32px;
	height: 32px;
	background: #4DD6A1;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.dotsList .leftArrow .setaArrow {
	width: 10px;
    height: 10px;
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
    background: none;
    rotate: 45deg;
	margin-left: 2px;
}

.dotsList .rightArrow {
	width: 32px;
	height: 32px;
	background: #4DD6A1;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.dotsList .rightArrow .setaArrow {
    width: 10px;
    height: 10px;
	margin-right: 2px;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    background: none;
    rotate: -45deg;
}

.dotsList .slick-dots {
    padding: 0;
    float: left;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.dotsList .slick-dots li {
	display: inline-block;
    line-height: 6px;
}

.dotsList .slick-dots li button {
    background-color: #D9D9D9;
    width: 10px;
    height: 10px;
    text-indent: -9999em;
    border: 0;
    margin: 0 3px;
    transition: all 0.2s linear;
    padding: 0;
	border-radius: 100px;
}

.dotsList .slick-dots li.slick-active button {
    background-color: #4DD6A1;
}

/*********************************************
** Item Depoimento
*********************************************/

.itemDepoimento {
	padding: 0 10px;
}

.itemDepoimento .boxInterno {
	float: left;
	width: 100%;
	background: #E8F2FC;
	border-radius: 16px;
	padding: 40px;
}

.itemDepoimento .boxInterno .boxHeader {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.itemDepoimento .boxInterno .boxHeader figure {
	max-width: 70px;
	border-radius: 100px;
	overflow: hidden;
}

.itemDepoimento .boxInterno .boxHeader figure img {
	width: 100%;
}

.itemDepoimento .boxInterno .boxHeader .boxNome {
	display: flex;
	flex: 1;
	flex-direction: column;
	margin-left: 20px;
}

.itemDepoimento .boxInterno .boxHeader .boxNome .titulo {
	color: #322AA2;
    font-weight: 800;
    font-size: 16px;
}

.itemDepoimento .boxInterno .boxHeader .boxNome .subtitulo {
	color: #D30F5F;
    font-size: 14px;
    font-weight: 500;
}

.itemDepoimento .boxInterno .boxTexto {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.itemDepoimento .boxInterno .boxTexto p {
	margin: 0;
    color: #322AA2;
    font-size: 14px;
}

/*********************************************
** Item Post
*********************************************/

.itemPost {
	padding: 0;
	list-style: none;
}

.itemPost .boxInterno {
	float: left;
	width: 100%;
	padding: 30px;
	background: #fff;
	border-radius: 16px;
}

.itemPost .boxInterno figure {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.itemPost .boxInterno figure img {
	width: 100%;
	border-radius: 16px;
}

.itemPost .boxInterno .boxDados {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.itemPost .boxInterno .boxDados a {
	background: #E8F2FC;
	border-radius: 24px;
	color: #322AA2;
	padding: 4px 15px;
    font-size: 13px;
}

.itemPost .boxInterno .boxDados span {
	background: #FAE7EF;
	border-radius: 24px;
	color: #D30F5F;
	margin-left: 15px;
	padding: 4px 15px;
    font-size: 13px;
}

.itemPost .boxInterno .boxDados span::before {
	font-family: 'FontAwesome';
	content: "\f017";
	margin-right: 10px;
}

.itemPost .boxInterno h3 {
	float: left;
    width: 100%;
    margin: 20px 0;
    background: linear-gradient(to right, #322AA2, #D30F5F);
    color: transparent;
    background-clip: text;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.itemPost .boxInterno .linkButton {
    color: #4DD6A1;
    font-weight: 500;
    border: solid 2px #4DD6A1;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 50px;
	transition: all 0.2s linear;
}

.itemPost .boxInterno .linkButton:hover {
	color: #fff;
	background: #4DD6A1;
}

/*********************************************
** Newsletter
*********************************************/

.boxNewsletter {
	float: left;
	width: 100%;
	padding: 70px 0;
}

.boxNewsletter .boxBg {
	float: left;
	width: 100%;
	padding: 40px;
	background: url('../../../uploads/2024/11/bg-newsletter.png') center center no-repeat;
	background-size: cover;
	border-radius: 24px;
	display: flex;
	align-items: center;
}

.boxNewsletter .boxBg .texto {
	padding-right: 80px;
}

.boxNewsletter .boxBg .texto .tituloPrincipal {
	margin: 0 0 10px 0;
}

.boxNewsletter .boxBg .texto .subtitulo {
	float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.boxNewsletter .boxBg .texto .boxTexto {
	float: left;
    width: 100%;
}

.boxNewsletter .boxBg .texto .boxTexto p {
	margin: 0;
    color: #FAFAFA;
    font-size: 14px;
    line-height: 22px;
}

.boxNewsletter .boxBg .boxFormulario p {
    margin: 0;
    float: left;
    width: 100%;
}

.boxNewsletter .boxBg .boxFormulario .wpcf7-form-control-wrap {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.boxNewsletter .boxBg .boxFormulario input[type=text],
.boxNewsletter .boxBg .boxFormulario input[type=email] {
    float: left;
    width: 100%;
    height: 45px;
    width: 100%;
    background-color: #fff;
    border: solid 1px #fff;
    padding: 0 15px;
	border-radius: 8px;
}

.boxNewsletter .boxBg .boxFormulario input.wpcf7-not-valid {
    border-color: red;
}

.boxNewsletter .boxBg .boxFormulario .wpcf7-form-control-wrap[data-name=aceite] .wpcf7-acceptance,
.boxNewsletter .boxBg .boxFormulario .wpcf7-form-control-wrap[data-name=aceite] .wpcf7-acceptance .wpcf7-list-item {
    float: left;
    margin: 0;
    width: 100%;
}

.boxNewsletter .boxBg .boxFormulario .wpcf7-form-control-wrap[data-name=aceite] .wpcf7-acceptance .wpcf7-list-item label {
    float: left;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: normal;
}

.boxNewsletter .boxBg .boxFormulario .wpcf7-form-control-wrap[data-name=aceite] .wpcf7-acceptance .wpcf7-list-item label input {
    margin: 0 8px 0 0;
	width: 20px;
    height: 20px;
}

.boxNewsletter .boxBg .boxFormulario .wpcf7-form-control-wrap[data-name=aceite] .wpcf7-acceptance .wpcf7-list-item label span {
	cursor: pointer;
    font-size: 12px;
    color: #322AA2;
    line-height: 20px;
}

.boxNewsletter .boxBg .boxFormulario .boxBotao {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.boxNewsletter .boxBg .boxFormulario .boxBotao p {
    margin: 0;
    float: left;
    position: relative;
    width: auto;
}

.boxNewsletter .boxBg .boxFormulario .boxBotao p input {
	padding: 8px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4DD6A1;
    transition: all 0.2s linear;
    border-radius: 16px;
    border: 0;
    color: #322AA2;
    font-weight: 500;
}

.boxNewsletter .boxBg .boxFormulario .boxBotao p .wpcf7-spinner {
    margin: 0;
    position: absolute;
    left: calc(50% - 12px);
    top: calc(50% - 12px);
}

.boxNewsletter .boxBg .boxFormulario .wpcf7-response-output {
	float: left;
    width: 100%;
    margin: 20px 0 0 0;
    border-width: 1px;
    padding: 10px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    border-color: #fff;
}

.boxNewsletter .boxBg .boxFormulario .wpcf7-not-valid-tip {
    position: absolute;
    font-size: 11px;
    right: 10px;
    top: 0px;
}

/*********************************************
** Paginação
*********************************************/

.pagination {
	float: left;
	width: 100%;
	text-align: center;
	margin: 40px 0 0 0!important;
}

.pagination h2 {
	display: none;
}

.pagination .nav-links {
	float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-numbers {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #D41060;
    transition: all 0.2s linear;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    background: none;
    border-radius: 8px;
    border: solid 2px #D41060;
}

.pagination .page-numbers + .page-numbers {
	margin-left: 5px;
}

.pagination span.current,
.pagination a:hover {
	background: #D41060;
	color: #fff;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
	border-radius: 150px;
	width: 30px;
	height: 30px;
	margin-left: 20px;
}

.pagination .page-numbers.prev {
	margin-left: 0;
	margin-right: 15px;
}

.pagination .page-numbers.next i,
.pagination .page-numbers.prev i {
	font-size: 12px;
}

/*********************************************
** Breadcrumb
*********************************************/

.bread-crumbs-pagina {
	margin: 0;
	color: #322AA2!important;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	margin: 0;
    float: left;
    width: 100%;
}

.bread-crumbs-pagina span {
	color: #322AA2!important;
	font-size: 13px;
}

.bread-crumbs-pagina a {
	color: #322AA2!important;
	font-size: 13px;
}

.bread-crumbs-pagina .breadcrumb_last {
	color: #322AA2!important;
	font-size: 13px;
}

/*********************************************
** Section Cases
*********************************************/

.sectionCases {
	float: left;
	width: 100%;
	padding: 70px 0;
	background: url('../../../uploads/2024/11/bg-cases.jpg') center center no-repeat;
	background-size: cover;
	border-radius: 40px;
	background-attachment: fixed;
}

.sectionCases ul {
	float: left;
	width: 100%;
	padding: 0 100px;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.sectionCases ul li {
	list-style: none;
	position: relative;
	border-radius: 25px;
	overflow: hidden;
}

.sectionCases ul li figure {
	float: left;
	width: 100%;
}

.sectionCases ul li figure img {
	width: 100%;
}

.sectionCases ul li .boxTextos {
	position: absolute;
    left: 0;
    top: 0;
    padding: 40px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
}

.sectionCases ul li .boxTextos .nomeEmpresa {
	color: #322AA2;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.sectionCases ul li .boxTextos .tipoProjeto {
	color: #D30F5F;
    font-weight: 600;
}

/*********************************************
** Section Contato
*********************************************/

.boxContatoGeral {
    float: left;
    width: 100%;
    background: url('../../../uploads/2025/01/bg-contato-sac.jpg') center center no-repeat;
    background-size: cover;
    padding: 80px 0;
    text-align: center;
}

@media (min-width: 1200px) {

    /*********************************************
    ** Animation
    *********************************************/

    .animation-element {
        opacity: 0;
        position: relative;
    }

    .animation-element.slide-left {
        opacity: 0;
        -moz-transition: all 500ms linear;
        -webkit-transition: all 500ms linear;
        -o-transition: all 500ms linear;
        transition: all 500ms linear;
        -moz-transform: translate3d(-500px, 0px, 0px);
        -webkit-transform: translate3d(-500px, 0px, 0px);
        -o-transform: translate(-500px, 0px);
        -ms-transform: translate(-500px, 0px);
        transform: translate3d(-500px, 0px, 0px);
    }

    .animation-element.slide-right {
        opacity: 0;
        -moz-transition: all 500ms linear;
        -webkit-transition: all 500ms linear;
        -o-transition: all 500ms linear;
        transition: all 500ms linear;
        -moz-transform: translate3d(500px, 0, 0);
        -webkit-transform: translate3d(500px, 0, 0);
        -o-transform: translate(0, 500px);
        -ms-transform: translate(0, 500px);
        transform: translate3d(500px, 0, 0);
    }

    .animation-element.slide-top {
        opacity: 0;
        -moz-transition: all 300ms linear;
        -webkit-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
        -moz-transform: translate3d(0, 500px, 0);
        -webkit-transform: translate3d(0, 500px, 0);
        -o-transform: translate(500px, 0);
        -ms-transform: translate(500px, 0);
        transform: translate3d(0, 500px, 0);
    }

    .animation-element.slide-left.in-view,
    .animation-element.slide-right.in-view,
    .animation-element.slide-top.in-view {
        opacity: 1;
        -moz-transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }

}

@media (max-width: 1200px) {

	.container {
		width: 100%!important;
		max-width: 100%;
	}

    /* Título */

    .tituloPrincipal .boxTag br {
        display: none; 
    }

}

@media (max-width: 850px) {

    /* Newsletter */

    .boxNewsletter {
        padding: 40px 0;
    }

    .boxNewsletter .boxBg {
        flex-direction: column;
        padding: 30px;
    }

    .boxNewsletter .boxBg .col-sm-5,
    .boxNewsletter .boxBg .col-sm-7 {
        float: left;
        width: 100%;
        padding: 0;
    }

    .boxNewsletter .boxBg .col-sm-5 {
        margin-bottom: 30px;
    }

    .boxNewsletter .boxBg .texto .subtitulo {
        font-size: 18px;
        line-height: 28px;
    }

    /* Cases */

    .sectionCases ul {
        padding: 0;
        gap: 20px;
    }

}

@media only screen and (max-width: 768px) {

	/* Título */

	.tituloPrincipal {
		margin: 0 0 30px 0;
	}

	.tituloPrincipal .boxTag {
		font-size: 22px;
		line-height: 32px;	
	}

	/* Link */

	.boxLink a .styleBotaoInterno {
		padding: 10px 20px;
	}

	.boxLink a .styleBotaoInterno i {
		margin-left: 10px;
	}

    /* Paginação */

    .pagination .page-numbers {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 14px;
    }

    .pagination .page-numbers.next {
        margin-left: 10px;
    }

    .pagination .page-numbers.prev {
        margin-right: 5px;
    }

    /* Contato Geral */

    .boxContatoGeral {
        padding: 50px 0;
    }

    /* Item Post */

    .itemPost .boxInterno {
        padding: 20px;
    }

    .itemPost .boxInterno .boxDados a {
        padding: 2px 10px;
    }

    .itemPost .boxInterno .boxDados span {
        margin-left: 10px;
        padding: 2px 10px;
    }

    /* Cases */

    .sectionCases {
        padding: 40px 20px 40px 20px;
    }

    .sectionCases ul {
        grid-template-columns: repeat(1, 1fr);
    }

}