

#home-slider{
	position:relative;
	min-height:100vh;
	z-index:10;
	/* background-image: url('../images/home-slider-bg.png') !important; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
    box-shadow: inset 0 -100px 100px #131313;
}
#home-slider::before{
	opacity:0.1;
}
#home-slider .page{
	min-height:100vh;
	padding:50px 0;
	padding-top:150px;
}
#home-slider .half{
	width:50%;
}
#home-slider .text{
	z-index:3;
}
#home-slider .text h1{
	font-size:40px;
	font-weight:900;
}
#home-slider .text p{
	font-size:16px;
}
#home-slider .text button{
	position:relative;
	min-width:150px;
	padding:15px 25px;
	height:50px;
	background: rgb(218,26,71);
	background: -moz-linear-gradient(71deg, rgba(218,26,71,1) 0%, rgba(180,14,53,1) 100%);
	background: -webkit-linear-gradient(71deg, rgba(218,26,71,1) 0%, rgba(180,14,53,1) 100%);
	background: linear-gradient(71deg, rgba(218,26,71,1) 0%, rgba(180,14,53,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#da1a47",endColorstr="#b40e35",GradientType=1);
	border-radius:30px;
	color:#ffffff;
	border:0;
	font-weight:900;
	font-size:14px;
	padding-right:75px;
	cursor:pointer !important;
	box-shadow: 0 0 15px 6px rgba(221,22,68,0.4);
	transition:all 300ms ease-in-out;
}
#home-slider .text button:hover{
	box-shadow: 0 0 25px 10px rgba(221,22,68,0.4);
}
#home-slider .text button::after{
	position:absolute;
	top:0;
	left:auto;
	right:0;
	width:60px;
	height:50px;
	text-align:center;
	color:#ffffff;
	font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
	content:"\f138";
	line-height:50px;
	font-size:16px;
	transition:all 300ms ease-in-out;
}
#home-slider .text button:hover::after{
	transform: translateX(2px);
}
/* #home-slider .image img{
	transform:scale(1.1);
} */
@media screen and (max-width:900px){
	#home-slider .half{
		width:100%;
	}
	#home-slider .flex-nowrap{
		flex-wrap:wrap-reverse;
	}
	#home-slider .half h1 {
		font-size: 26px;
	}
	#home-slider .half h1, #home-slider .half p{
		text-align:center;
	}
	#home-slider .sign-button{
		-webkit-justify-content: center;
   		justify-content: center;
	}
}


#home-cases{
	position:relative;
	min-height:200px;
	background-color:#202020;
	padding:80px 0;
}
#home-cases::before{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-shadow: inset 0 200px 200px #131313;
	content:"";
	z-index:3;
}
#home-cases::after{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-shadow: inset 0 -200px 200px #131313;
	content:"";
	z-index:3;
}
#home-cases-bg, #home-cases-bg-color{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	filter: grayscale(1);
	filter: grayscale(1) blur(1px);
    opacity: 0.1;
}
#home-cases-bg-color{
	filter:none;
	opacity:1;
	background: var(--case-bg-color1);
	background: -moz-linear-gradient(61deg, var(--case-bg-color1) 0%, var(--case-bg-color2) 100%);
	background: -webkit-linear-gradient(61deg, var(--case-bg-color1) 0%, var(--case-bg-color2) 100%);
	background: linear-gradient(61deg, var(--case-bg-color1) 0%, var(--case-bg-color2) 100%);
	z-index:0;
	transition:all 200ms ease-in-out;
}
#home-cases-bg::before{
	opacity:1 !important;
}
#home-cases-head{
	position:relative;
	z-index:4;
}
#home-cases-head .section-header-arrow, #home-ferramentas .section-header-arrow {
	background:#ffffff;
	color:#212121;
}
#home-cases-head .section-header-arrow i, #home-ferramentas .section-header-arrow i{
	color:#212121;
}
#home-cases-slider{
	position:relative;
	z-index:4;
}
#home-cases .casebox{
	position:relative;
	margin-bottom:15px;
	border-radius:10px;
	padding:50px 0;
}
#home-cases .casebox .half{
	position:relative;
	max-width:50%;
	margin-bottom:20px;
}
@media screen and (max-width:900px){
	#home-cases .casebox .half{
		max-width:100%;
	}
}
#home-cases .casebox .casebox-title{
	position:relative;
}
#home-cases .casebox .casebox-title-image{
	position:relative;
	background-size:contain;
	background-position:center left;
	background-repeat:no-repeat;
}
#home-cases .swiper-cases, .swiper-depoclientes{
	overflow:hidden;
}
#home-cases .casebox-title h6{
	font-size:22px;
	font-weight:900;
	line-height:130%;
}
#home-cases .casebox-title p{
	font-size:14px;
	opacity:0.9;
	line-height:130%;
}
#home-cases .casebox-desc p{
	font-size: 14px;
    line-height: 150%;
    font-weight: normal;
    padding-right:15px;
}
#home-cases .casebox-image{
	position:relative;
	width:150px;
	height:150px;
	border-radius:5px;
	background:#2b2b2b;
	margin:5px 10px;
	margin-left:0;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	border:2px solid rgba(255,255,255,0.1);
	box-shadow: 0 2px 3px 4px rgba(0,0,0,0.2);
	width: calc(33% - 10px);
}
@media screen and (max-width: 900px){
	#home-cases .casebox-image{
		width:calc(25% - 10px);
	}
}
@media screen and (max-width: 700px){
	#home-cases .casebox-image{
		width:calc(33% - 10px);
	}
}
@media screen and (max-width: 50px){
	#home-cases .casebox-image{
		width:calc(50% - 10px);
	}
}
#home-cases .casebox-image figure{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	transition: all 200ms ease-in-out;
}
#home-cases .casebox-image figure i{
	font-size: 20px;
	transform: translateY(10px);
	transition: all 200ms ease-in-out;
	transition-delay:50ms;
}
#home-cases .casebox-image:hover figure{
	opacity: 1;
}
#home-cases .casebox-image:hover figure i{
	transform: translateY(0px);
}
#home-cases .casebox-title-image img {
    max-width: 150px;
}
#depoclientes{
	display: flex;
	flex-direction: column;
	
}
#depoclientes h2, #youtubeblog h2 {
    font-size: 26px;
    font-weight: 900;
}
.depo-grid {
	display: grid;
	align-items: center;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
#depoclientes .box-profile{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	text-align: center;
	background: #282828;
    border-radius: 20px;
	padding-block: 30px;
	min-height: 335px;
}

#depoclientes .upper-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}
#depoclientes .box-profile p {
	max-width: 225px;
	font-size: 12px;
	font-weight: 200;
}

#depoclientes .profile{
	display: flex;
}
#depoclientes .profile-info{
	display: grid;	
}
#depoclientes .profile-info figure{
	position:relative;
}
#depoclientes .line-sepair{
	width: 100%;
	background: #363636;
	margin-block: 1rem;
	height: 2px;
}
.swiper-depoclientes{
	width: 100%;
}
.pop-up-container{
	width: 100%;
    height: 100%;
    background: black;
    position: fixed;
    top: 0;
    z-index: 9999999;
	display: flex;
    justify-content: center;
    align-items: center;
}
.modalpop{
	display: flex;
	justify-content: center;
}

.pop-up-container{
	display: none;
}
#depoclientes figure img {
	border-radius: 50%;
}
#depoclientes .user-profile{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	
}
#depoclientes .user-profile h4{
	font-size: 18px;
	font-weight: 700;
}
#depoclientes .user-profile p{
	font-weight: 600;
	font-size: 12px;
}
#depoclientes .user-profile :nth-child(3){
	font-size: 14px;
	color: #ededed;
}
#depoclientes .videobox{
	display: flex;
	justify-content: center;
	align-items: center;
}
#depoclientes .play-icon-container{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
    width: 200px;
    height: 43px;
    border-radius: 30px;
    border: 0;
    background: linear-gradient(71deg, rgba(218,26,71,1) 0%, rgba(180,14,53,1) 100%);
    text-align: center;
    line-height: 30px;
    cursor: pointer !important;
    margin: 3px;
    box-shadow: 0 0 15px 6px rgb(221 22 68 / 40%);
}

#youtubeblog .youtubeblogitem {
	position:relative;
	width:50%;
}
@media screen and (max-width:900px){
	#youtubeblog{
		flex-wrap:wrap !important;
	}
	#youtubeblog .youtubeblogitem {
		width:100%;
	}
}

#youtubeblog h4{
	margin-block: 1rem;
	font-size: 12px;
	font-weight: 700;
	
}
#youtubeblog .youtubeblog-item{
	background:	#2c2c2c;
	border-radius:5px;
	overflow:hidden;
}
#youtubeblog .black-bars_bottom{
	background: #050505;
	height: 100px;
	width: 100%;
	display: flex;
	align-items: center;
}

#youtubeblog .postblog{
	max-width: 600px;
}
#youtubeblog .youtube-img{
	position:relative;
	width: 170px;
	min-width:170px;
	height: 96px;
	background-size: cover;
	background-position:center center;
	border-radius:5px;
}
#youtubeblog .video-info{
	position: relative;
	border-radius: 0 30px 30px 0px;
}
#youtubeblog .video-info_top, #youtubeblog .video-info_bottom , #youtubeblog .blog-info_bottom, #youtubeblog .blog-info_top{
	text-align:left;
	padding:0 20px;
}



#youtubeblog .video-info_bottom h5, #youtubeblog .blog-info_bottom{
	color: rgba(231, 231, 231, 0.808);
}



#youtubeblog .blog-info_bottom h5, #youtubeblog p{
	font-size: 10px;
	font-weight: 600;
}
#integracoes{
	position:relative;
	z-index:10;
}
#integracoes .integracao-info{
	height: 100px;
    display: flex;
	align-items: center;
	border-radius: 10px;
	margin-top: 10px;
}
#integracoes .integracao-sepairline{
	height: 100%;
	width: 1px;
	opacity: 0.2;
	margin: 0.4rem;
	margin-left: 4px;
}
#integracoes figure{
	margin: 1rem;
}

#integracoes .integracao-img{
	width: 60px;
	height: 60px;
	
}
#integracoes .integracao-title{
	margin-left: 14px;
}
#integracoes .integracao-title h3{
	font-size: 16px;
	font-weight: 900;

}
#integracoes .integracao-title p{
	font-size: 10px;
	opacity: 0.9;
	max-width: 90px;
}

#integracoes .swiper-integracao{
	overflow: hidden;
}

#app-ad .box-profile {
	display: flex;
    flex-direction: row;
	/* flex-wrap: wrap; */
    justify-content: center;
    align-items: center;
	text-align: center;
	background: #282828;
    border-radius: 20px;
	/* height: 340px; */
}

#app-ad .app-infos {
	display: flex;
    flex-direction: column;
	padding: 20px;
	color: white;
	width: 100%;
	text-align: left;
	justify-content: center;
}

#app-ad .app-infos h2 {
	font: normal normal 800 25px/34px Nunito Sans;
}

#app-ad .app-infos .stores-button h2 {
	font: normal normal 800 12px/14px Nunito Sans;
}

#app-ad .app-infos .stores-button p {
	font: normal normal 600 10px/16px Nunito Sans;
}

#app-ad img {
	position: relative;
    left: 0;
	width: 100%;
}

#app-ad .image-wrapper {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: end;
	position: relative;
}

#app-ad .stores-button {
	width: fit-content; 
	height: 40px; 
	display: flex; 
	border-radius: 10px;
	margin: 0;
	padding: 0;
}

#app-ad .stores-button .icon {
	display:inline-block;
	width: 40px; 
	line-height: 40px;
	height: 100%; 
	text-align: center;  
	vertical-align: middle;
}

#app-ad .stores-button .separator {
	display: inline-block;
	height: 100%; 
	width: 1px; 
	background: rgb(255, 255, 255);
	opacity: 0.2;
}

#app-ad .stores-button .desc {
	display: flex; 
	width: 100px; 
	align-items: center; 
	justify-content: center;
}

#app-ad .buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

@media screen and (max-width: 805px) {
	#app-ad .box-profile {
		flex-wrap: wrap-reverse;

	}
}

@media screen and (min-width: 805px) {
	#app-ad .box-profile {
		height: 340px;
	}
}

.convencao-digital{
	opacity: 0.7;
	position: fixed;
	top: 20%;
	z-index: 99999;
	transition: 0.4s;
	right: 0;
}
.convencao-digital img:first-of-type{
	transform: rotateZ(180deg);
}
.convencao-digital h1{
	position: absolute;
    bottom: 0px;
    top: 18px;
    width: 74px;
    left: 48px;
    font-size: 10px;
    line-height: 100%;
    transform: rotateZ(327deg);
}
.convencao-digital p{
	position: absolute;
    bottom: 0px;
    top: 107px;
    left: 28px;
    width: 80px;
    font-size: 10px;
    line-height: 100%;
    transform: rotateZ(30deg);
}
.convencao-digital .convencao-image {
    position: absolute;
    top: 73px;
    left: 8px;
    transform: rotateZ(31deg);
}
.convencao-digital:hover{
	transform: scale(1.05);
	opacity: 1;
}
@media screen and (max-width: 960px) {
	.convencao-digital{
		display: none;
	}
}

/** INICIO HOME FEATURES */
#home-features {
    padding: 50px 0;
	position: relative;
	box-shadow: inset 0px 0 250px 250px #131313;
}
#home-features:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(19, 19, 19, 0.7);
    box-shadow: inset 0 0 150px 150px #131313;
}
#home-features .home-features-bg {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

#home-features .swiper-features {
	overflow: hidden;
}

#home-features .swiper-slide {
	position: relative;
	min-height: 80px;
}
#home-features .swiper-content {
	background: #282828;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border: 5px solid #282828;
    border-radius: 20px;
    overflow: hidden;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 2;
    min-height: 350px;
    flex-wrap: nowrap;
}
#home-features .swiper-content:hover {
	transform: scale(1.05);
}
#home-features .swiper-slide .content {
	padding: 20px; 
	text-align: center;
}
#home-features .swiper-slide .content h2 {
	font-weight: bold;
	padding-bottom: 10px;
}
#home-features .swiper-slide p {
	font-size: 12px;
}

#home-features .tag-breve {
	width: 180px;
    height: 100px;
    position: absolute;
    top: -10px;
    right: -50px;
    overflow: hidden;
}
#home-features .tag-breve p {
    position: absolute;
    top: 20px;
    right: 0;
    transform: rotate(33deg);
    width: 100%;
    background: #282828;
    padding: 10px 0;
    text-align: center;
    box-shadow: 0 2px 5px 1px rgba(40, 40, 40, 0.5);
}
/** FIM HOME FEATURES */

/* jconfirm box style *
 */
 .jconfirm-bg {
    background-color: #000 !important;
    opacity: 0.6 !important;
    animation:none !important;
    transition-duration: 0 !important;
}
.jconfirm-box{
	background:#212121 !important;
	max-width:90vw !important;
}
.jconfirm-title{
	font-size:16px !important;
	font-weight:bold;
	letter-spacing:1px;
}
.jconfirm-content{
	    font-size: 14px;
	    line-height: 130%;
	    letter-spacing: 0.4px;
}
.jconfirm-buttons button.btn-default{
	background:#313131 !important;
}
.jconfirm-buttons button.btn-default:hover{
	background:#292929 !important;
}

.jconfirm-box * {
    font-family: 'Nunito Sans', Montserrat, 'Titillium Web', Poppins, Lato, Helvetica;
}
/* acordeão do FAQ */
.accordion-resposta p {
    white-space: pre-line;
  }