.img-d{
	display: block!important;
}
.img-m{
	display: none!important;
}

.banner{
	width: 100%;
	align-items: center;
	position: relative;
}
.banner-slider{
	width: 100%;
}
.banner-slider .bn-slide{
	width: 100%;
	position: relative;
}
.banner-slider .bn-slide div{
	width: 100%;
}
.banner-slider .bn-slide div img{
	width: 100%;
}
.banner-slider .bn-slide .bn-texto{
	position: absolute;
	width: 40%;
	height: 100%;
	left: 11.6%;
    top: -25px;
	align-content: center;
}
.banner-slider .bn-slide .bn-texto h2,
.banner-slider .bn-slide .bn-texto h2 span{
    color: #fff;
	font-size: 4.5vw;
    font-weight: 500;
	font-family: 'Outfit', sans-serif;
}
.banner-slider .bn-slide .bn-texto h2 span{
    
    line-height: 1;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 20px;
    margin-left: -10px;
    position: relative;
}
	
.banner-slider .bn-slide .bn-texto p{
	color: #b4bccd;
	font-size: 1vw;
	font-family: 'Outfit', sans-serif;
	width: 78%;
	margin-top: 30px;
	line-height: 1.5;
}
.banner-slider .slick-dots{
    bottom: 25%;
    left: 7%;
    text-align: left;
	width: fit-content;
}
.banner-slider .slick-dots li button::before,
.banner-slider .slick-dots li.slick-active button::before{
	color: #fff;
	font-size: 15px;
}





.slogans{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 100px 0;
}

.slogans .slogans-slider{
	display: flex;
	width: 90%;
}
.slogans-slide{
	position: relative;
	width: auto;
	margin: 50px;
	display: flex;
	flex-wrap: nowrap;
}

.slogans-slide .image-bg{
	overflow: hidden;
	border-radius: 30px 0px 0px 30px;
	height: 550px;
	width: 50%;
	position: relative;
}
.slogans-slide .image-bg::before{
	content: "";
	border-radius: 30px 0px 0px 30px;
	height: 100%;
	width: 100%;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0.2) 0%, rgba(0,0,0,0.2) 66%);
	position: absolute;
	top: 0;
	left: 0;
}
.slogans-slide .image-bg::after{
	content: "";
	height: 140px;
	width: 400px;
	background: url(../imagens/header/logo_branco.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.slogans-slide .image-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .2s linear;
}

.slogans-slide .texto-container{
	width: 50%;
	border-radius: 0px 30px 30px 0px;
	background-color: var(--primaria);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.leaf-img{
	width: 60px;
	height: 60px;
	position: absolute;
	background: url(../imagens/icones/leaf.png) no-repeat;
	background-size: cover;

}
.leaf-1{
	top: 0;
	left: 0;
	transform: rotate(180deg);
}
.leaf-2{
	bottom: 0;
	right: 0;
}
.leaf-3{
	bottom: 100px;
	right: 40px;
	transform: rotate(270deg);
}
.leaf-4{
	bottom: 30px;
	left: 0;
	transform: rotate(90deg);
}
.slogans-slide .texto-container .cta-container{
	width: 100%;
	padding: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 50px;
}
.slogans-slide .texto-container .cta-container h2{
	color: #fff;
	font-size: 45px;
    font-weight: 300;
	font-family: 'Outfit', sans-serif;
	text-align: center;

}

.slogans-slide .texto-container .cta-container h2 span{
	font-size: 45px;

	line-height: 1;
	border-radius: 20px;
	position: relative;
	white-space: pre;

}

.slogans-slider .slick-prev,
.slogans-slider .slick-next{
	font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slogans-slider .slick-prev {
	left: 48%;
    top: 105%;
}
.slogans-slider .slick-next {
	left: 50%;
    top: 105%;
}
.slogans-slider .slick-prev:before, .slogans-slider .slick-next:before{
	color: var(--primaria);
	font-size: 30px;
}


.sobre{
	gap: 100px;
	margin: 0;
	padding-left: 150px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow-x: clip;
	overflow-y: visible;
	position: relative;
}

.sobre .texto-container{
	width: 50%;
	display: flex;
	align-items: start;
	justify-content: center;
	flex-direction: column;
	gap: 30px;
}

.sobre .texto-container h2{
	color: #4A4F50;
	font-size: 55px;
    font-weight: 400;
	font-family: 'Outfit', sans-serif;
}

.sobre .texto-container h2 span{
	font-size: 55px;
	color:#11608f;
	
	line-height: 1;
	border-radius: 20px;
	position: relative;
}

.sobre .texto-container p{
	font-size: 18px;
	font-weight: 300;
	font-family: 'Outfit', sans-serif;
	color: #4A4F50;
}

.sobre .image-container{
    width: 100%;
    margin-right: -140px;
    position: relative;
}
.sobre .image-container::before{
    content: "";
    width: 100%;
    height: 100%;
    top: 150px;
    right: -150px;
    background: url(../imagens/icones/circle.svg) no-repeat;
	
    background-size: 80%;
    display: block;
    position: absolute;
    z-index: 20;
}
.sobre .image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-left: 90px
}
.sobre .image-container img:first-child{
	position: absolute;
    width: 95%;
    top: 45%;
    height: 84%;
    transform: translate(3%, -50%);
    -webkit-mask-image: url(../imagens/icones/blob.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
}

.ebook, .container{
	padding: 0;
    margin: 0;
    justify-content: flex-start;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: clip;
    overflow-y: visible;
    position: relative;
    padding-bottom: 150px;
}
.container{
	padding: 0;
	width: 100%;
	margin-right: auto;
}
.ebook::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 2px;
    left: -20%;
    background: url(../imagens/ebook/shadow-overlay.png) no-repeat;
    background-size: 100%;
    opacity: 0.4;
    background-position: bottom;
    z-index: 10;
}

.ebook .texto-container{
    width: 30%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    order: 2;
    z-index: 30;
}

.ebook .texto-container h2{
	color: #4A4F50;
	font-size: 55px;
    font-weight: 300;
	font-family: 'Outfit', sans-serif;
}

.ebook .texto-container h2 span{
	font-size: 55px;
	color: #fff;
	
	line-height: 1;
	border-radius: 20px;
	position: relative;
}

.ebook .texto-container p{
	font-size: 18px;
	font-weight: 300;
	font-family: 'Outfit', sans-serif;
	color: #4A4F50;
}

.ebook .image-container{
    order: 1;
    width: 40%;
    overflow: hidden;
    margin: 150px;
    margin-left: -200px;
}

.ebook .image-container img{
	width: 100%;
	object-fit: cover;
}
.ebook .circle-svg{
	background: url(../imagens/icones/circle.svg) no-repeat;
    background-size: contain;
    width: 65%;
    height: 100% !important;
    position: absolute;
    left: -290px;
    top: 0px;
    z-index: 10;
    margin-left: -10px;
}

.ebook .ebook-blob{
	position: absolute;
    top: 50%;
    left: -150px;
    z-index: -1;
    width: 58%;
    object-fit: cover;
    transform: translateY(-50%);
}


.blog{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    border-radius: 0px 0px 30px 30px;
    margin-bottom: -25px;
    margin: 100px 0;
    padding-bottom: 100px;
}

.blog .texto-container{
	display: flex;
	align-items: start;
	justify-content: center;
	flex-direction: column;
	gap: 40px;
	margin-bottom: 50px;
	width: 90%;
    margin-left: auto;
}

.blog .texto-container h2{
	color: #4A4F50;
	font-size: 55px;
    font-weight: 300;
	font-family: 'Outfit', sans-serif;
	text-align: left;
}

.blog .texto-container h2 span{
	font-size: 55px;
	color: #fff;
	
	line-height: 1;
	border-radius: 20px;
	position: relative;
}

.blog .blog-slider{
	width: 95%;
	margin-left: auto;
}

.blog .blog-slider .slick-list{
	padding: 0 12% 0 0 !important;
}

.blog .blog-slider .slick-track{
	margin: 0!important;
}

.blog-slider .blog-slide{
    position: relative;
    width: 100%;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    cursor: pointer;
	padding: 20px;
}

.blog-slide .image-bg{
	overflow: hidden;
	border-radius: 30px;
	width: 100%;
	height: 400px;
}
.blog-slide .image-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .2s linear;
	cursor: pointer;
}
.blog-slide:hover .image-bg img{
	transform: scale(1.1);
	transform-origin: 50% 50%;
}
.blog-slide .blog-container{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 20px;
}
.blog-container a{
    color: var(--primaria);
    display: flex;
    align-items: end;
    justify-content: start;
    gap: 5px;
    font-weight: 300;
    font-size: 20px;
    width: 90%;
    height: 100%;
    position: absolute;
    top: 2px;
    left: 20px;
}
.blog-container h4{
	color: #4A4F50;
	font-weight: 300;
	font-size: 18px;
}
.blog-container p{
	color: #4A4F50;
	font-weight: 300;
	font-size: 26px;
	height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 100%;
}
.blog button{
	border-radius: 40px;
}


/* MEDIA DESKTOP */
@media screen and (max-width: 2000px){
	.sobre .image-container {
		margin-right: 0;
		max-width: 800px;
	}
	.container{
		gap: 100px;
	}
	.ebook .image-container {
		order: 1;
		/* width: 40%; */
		overflow: hidden;
		margin: 150px;
		margin-left: -50px;
		max-width: 800px;
	}
	.ebook .texto-container {
		flex: 1;
	}
	.ebook .circle-svg {
		width: 1000px;
	}
	.ebook .ebook-blob {
		left: -250px;
		width: 1000px;
	}
}

@media screen and (max-width: 1440px){

}

@media screen and (max-width: 1366px){

}

@media screen and (max-width: 1280px){
	.slogans-slide .texto-container .cta-container h2 span{
		font-size: 30px;
	}
}

@media screen and (max-width: 1100px){
	.slogans{
		margin: 50px 0px;
	}
	.slogans-slider .slick-prev {
		left: 45%;
		top: 100%;
	}
	.slogans-slider .slick-next {
		left: 50%;
		top: 100%;
	}
	.slogans-slide .image-bg::before{
		content: "";
		border-radius: 30px 0px 0px 30px;
	}
}

/* MOBILE */
@media screen and (max-width: 1024px){
	.slogans-slide .texto-container .cta-container h2,
	.slogans-slide .texto-container .cta-container h2 span{
		font-size: 24px;
		white-space: break-spaces;
	}
	.blog{
		padding: 30px 0px;
		gap: 50px;
		margin-bottom: -25px;
	}
	.blog .blog-slider{
		width: 100%;
	}
	.blog .texto-container h2{
		text-align: center;
	}
	.banner-slider .bn-slide .bn-texto{
		width: 80%;
		left: 10%;
		top: 34%;
		align-content: flex-start;
	}
	.banner-slider .bn-slide .bn-texto h2,
	.banner-slider .bn-slide .bn-texto h2 span{
		font-size: 40px;
	}

	.slogans-slide .texto-container .cta-container {
		width: 100%;
		padding: 20px;
		gap: 30px;
		align-items: center;
	}
	.slogans-slide .texto-container .cta-container h2,
	.slogans-slide .texto-container .cta-container h2 span{
		font-size: 35px;
	}

	.slogans-slide .image-bg::after {
		content: "";
		height: 100%;
		width: 80%;
		background: url(../imagens/header/logo_branco.svg) no-repeat;
		background-size: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -12%);
	}
	.slogans-slide .image-bg::before{
		content: "";
		border-radius: 40px 0px 0px 40px;
	}

	.sobre{
		flex-direction: column;
		gap: 50px;
		padding-left: 0px;
		padding: 0px 50px;
		margin: 50px 0;
	}
	
	.sobre .texto-container{
		width: 100%;
		display: flex;
		align-items: start;
		justify-content: center;
		flex-direction: column;
		gap: 30px;
	}
	
	.sobre .image-container{
		width: 100%;
		margin-right: 0px;
		border-radius: 30px;
		max-width: 600px;
	}
	.sobre .image-container::before{
		top: 50%;
		left: 50%;
		transform: translate(-40%, -40%);
	}
	.sobre .image-container img:first-child{
		margin-left: 0px;
		width: 100%;
		transform: none;
		top: 0;
	}

	.sobre .image-container img:last-child{
		margin-left: 0px;
	}

	.ebook .container{
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 0px 40px;
		margin: 0;
		gap: 50px;
	}
	.ebook .container .texto-container{
		width: 100%;
		order: 1;
	}
	
	.ebook .container .image-container{
		width: 100%;
		margin: 0;
		margin-bottom: 50px;
		text-align: center;
		order: 2;
	}
	.ebook .container .image-container img{
		object-fit: cover;
		width: 100%;
	}
	.ebook .ebook-blob {
		top: 40%;
		transform: none;
		left: 0;
		width: 100%;
	}
	.ebook .container .circle-svg{
		display: none;
	}

	.blog .texto-container{
		margin-left: 0;
	}

}

@media screen and (max-width: 800px){

	.banner-slider .bn-slide .bn-texto{
		width: 80%;
	}
	.banner-slider .bn-slide .bn-texto h2,
	.banner-slider .bn-slide .bn-texto h2 span{
		font-size: 40px;
	}
	.slogans-slide{
		flex-direction: column;
		margin: 50px 20px;
	}
	.slogans-slide .image-bg {
		width: 100%;
	}
	.slogans-slide .image-bg img{
		border-radius: 30px;
		object-fit: cover;
	}
	.slogans-slide .texto-container {
		height: 300px;
		width: 100%;
		margin-top: -120px;
		border-radius: 30px;
	}
	.slogans-slide .texto-container .cta-container {
		width: 100%;
		padding: 20px;
		gap: 30px;
	}
	.slogans-slide .texto-container .cta-container h2,
	.slogans-slide .texto-container .cta-container h2 span{
		font-size: 30px;
		text-align: center;
		background-color: transparent;
	}
	.slogans-slide .image-bg::after {
		content: "";
		width: 80%;
		background: url(../imagens/header/logo_branco.svg) no-repeat;
		background-size: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -30%);
	}
	.blog .texto-container h2,
	.blog .texto-container h2 span{
		font-size: 40px;
	}
	.ebook, .container{
		padding-bottom: 0;
	}
	.ebook::before {
		left: 0;
		background-size: 150%;
	}
	.procedimentos{
		margin-top: -30px;
	}
}

@media screen and (max-width: 600px){
	.img-d{
		display: none!important;
	}
	.img-m{
		display: block!important;
	}
	.banner-slider .bn-slide .bn-texto{
		width: 100%;
		padding: 30px;
		left: 0;
		top: 14%;
	}
	.banner-slider .bn-slide .bn-texto h2,
	.banner-slider .bn-slide .bn-texto h2 span{
		font-size: 55px;
	}
	.slogans-slide .texto-container .cta-container {
		gap: 10px;
		padding: 10px;
	}
	.slogans-slide .image-bg{
		height: 400px;
	}
	.slogans-slide .image-bg::after {
		transform: translate(-50%, -20%);
	}
	.slogans-slider .slick-prev {
		left: 40%;
		top: 100%;
	}
	.slogans-slider .slick-next {
		left: 50%;
		top: 100%;
	}
	.sobre .texto-container, .ebook .texto-container {
		align-items: center;
	}
	.sobre .texto-container h2, .ebook .texto-container h2,
	.sobre .texto-container h2 span, .ebook .texto-container h2 span{
		font-size: 40px;
		text-align: center;
	}
	.ebook .ebook-blob {
		top: 60%;
	}
	.blog .texto-container{
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 500px){
	.banner-slider .bn-slide .bn-texto h2,
	.banner-slider .bn-slide .bn-texto h2 span{
		font-size: 40px;
	}
	.blog .texto-container h2,
	.blog .texto-container h2 span{
		font-size: 35px;
	}
	.ebook .ebook-blob {
		top: 60%;
	}
}

@media screen and (max-width: 425px){
	.ebook .ebook-blob {
		top: 70%;
	}
}
@media screen and (max-width: 375px){
	.banner-slider .bn-slide .bn-texto h2,
	.banner-slider .bn-slide .bn-texto h2 span{
		font-size: 30px;
	}
	.banner-slider .bn-slide .bn-texto{
		top: 12%;
	}
	.ebook .ebook-blob {
		top: 75%;
	}
}