.img-d{
	display: block!important;
}
.img-m{
	display: none!important;
}
.ebook-main{
    z-index: 10;
    background: #fff;
    position: relative;
	border-radius: 0px 0px 40px 40px;
	width: 100%;
}
.ebook-main::after {
    content: "";
    width: 100%;
    height: 1500px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../imagens/ebook/shadow-overlay.png) no-repeat;
    background-size: 120%;
    opacity: 0.3;
    background-position: 500px 130px;
    z-index: 99;
}
.ebook-banner{
	width: 100%;
    position: relative;
    background-image: url(../imagens/depoimentos/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -10px;
}

.ebook-banner .container-duplo{
    display: flex;
    align-items: center;
    z-index: 40;
    width: 100%;
    justify-content: center;
}


.ebook-banner .container-duplo .texto-esquerda{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
    width: 50%;
    padding-left: 11%;
}
.ebook-banner .container-duplo .texto-esquerda h2{
    font-size: 65px;
    font-family: 'Outfit', sans-serif;
    color: #fff;
    max-width: 500px;
}
.ebook-banner .container-duplo .texto-esquerda h2 span{
	font-size: 65px;
	background-color: var(--secundaria);
    line-height: 1;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 20px;
    position: relative;
}
.ebook-banner .container-duplo .texto-esquerda p{
    color: #fff;
    font-family: 'Outfit', sans-serif;
    width: auto;
    font-weight: 300;
    line-height: 150%;
    font-size: 18px;
    max-width: 500px;
}
.ebook-banner .container-duplo .imagem-direita{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ebook-banner .container-duplo .imagem-direita img{
    object-fit: cover;
    width: 100%;
}

.ebook-main .conteudo-direita .lg-container,
.ebook-main .conteudo-esquerda .lg-container{
    display: flex;
    align-items: center;
    justify-content: center;
}

.ebook-main .conteudo-direita{
    margin-top: -250px;
    border-radius: 40px 40px 0px 0px;
    z-index: 30;
    padding: 0px;
    position: relative;
	padding-left: 11%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow-x: clip;
	overflow-y: visible;
	position: relative;
    padding-bottom: 100px;
}

.ebook-main .conteudo-direita::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -500px;
    left: 0;
    background-color: #fff;
    z-index: -1;
}


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

.ebook-main  .conteudo-direita .texto-container h2{
	color: #4A4F50;
	font-size: 60px;
    font-weight: 400;
	font-family: 'Outfit', sans-serif;
}

.ebook-main .conteudo-direita .texto-container h2 span{
	font-size: 60px;
	color: #fff;
	background-color: var(--secundaria);
	line-height: 1;
	border-radius: 20px;
	position: relative;
    white-space: pre;
}

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

.ebook-main .conteudo-direita .image-container{
    width: 100%;
    margin-right: -140px;
    position: relative;
}
.ebook-main .conteudo-direita .image-container::before{
    content: "";
    width: 100%;
    height: 100%;
    top: 200px;
    right: -200px;
    background: url(../imagens/icones/circle.svg) no-repeat;
    background-size: 80%;
    display: block;
    position: absolute;
    z-index: 20;
}
.ebook-main .conteudo-direita .image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-left: 90px;

}
.ebook-main .conteudo-direita .image-container img:first-child{
    position: absolute;
    width: 100%;
    top: 50%;
    height: 90%;
    transform: translate(3%, -50%);
    -webkit-mask-image: url(../imagens/icones/blob.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
}

.ebook-main .conteudo-esquerda{
	margin: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow-x: clip;
	overflow-y: visible;
	position: relative;
    padding-left: 0px;
    z-index: 0;
    background: #fff;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-top: -300px;
    z-index: 10;
}

.ebook-main .conteudo-esquerda .texto-container{
	display: flex;
	align-items: start;
	justify-content: center;
	flex-direction: column;
	gap: 30px;
    margin-right: 200px;
    order: 2;
    width: 30%;
}

.ebook-main .conteudo-esquerda .texto-container h2{
	color: #4A4F50;
	font-size: 60px;
    font-weight: 400;
	font-family: 'Outfit', sans-serif;
    white-space: pre;
}

.ebook-main .conteudo-esquerda .texto-container h2 span{
	font-size: 60px;
	color: #fff;
	background-color: var(--secundaria);
	line-height: 1;
	border-radius: 20px;
	position: relative;
}

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

.ebook-main .conteudo-esquerda .image-container img{
    object-fit: cover;
    margin-left: 90px
}

.ebook-main .conteudo-esquerda .image-container img:first-child{
    position: absolute;
    width: 86%;
    top: 50%;
    height: 100%;
    transform: translate(5%, -45%);
    -webkit-mask-image: url(../imagens/icones/blob.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
}
.ebook-main .conteudo-esquerda .image-container img:last-child{
    width: 90%;
    margin-bottom: -36px;
}

.ebook-main .conteudo-esquerda .image-container{
    order: 1;
    margin-right: -100px;
    margin-left: -500px;
    width: 80%;
    position: relative;
}

.ebook-main .conteudo-esquerda .image-container::before {
    content: "";
    width: 85%;
    height: 100%;
    top: 200px;
    right: 0;
    background: url(../imagens/icones/circle.svg) no-repeat;
    background-size: 80%;
    display: block;
    position: absolute;
    z-index: 20;
}

.ebook-main .para-quem-serve.slider{
    display: none;
}
.ebook-main .para-quem-serve{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 200px 0px 100px 0px;
    gap: 50px;
    position: relative;
    background: url(../imagens/depoimentos/bg.png) no-repeat;
    background-size: cover;
    border-radius: 40px;
    overflow: hidden;
    z-index: 1;
    margin-top: -100px;
}

.ebook-main .para-quem-serve .text-container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 30px;
	width: 50%;
}

.ebook-main .para-quem-serve .text-container h2{
	text-align: center;
}
.ebook-main .para-quem-serve .text-container h2 span{
	font-size: 55px;
	color: #fff;
	background-color: var(--secundaria);
    line-height: 1;
    border-radius: 20px;
    padding-left: 10px;
    position: relative;
}

.para-quem-serve .cards{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    width: 100%;
    place-items: center;
    padding: 50px 250px;
}


.para-quem-serve .cards .card{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    background: url(../imagens/sobre/sobre-shape.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.para-quem-serve .cards .card .card-content{
    height: 500px;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 50px 50px 50px 50px;
}

.para-quem-serve .cards .card .image-container{
    height: 20%;
    position: relative;
}
.para-quem-serve .cards .card .image-container::before{
    content: "";
    position: absolute;
    height: 120%;
    width: 120%;
    border-radius: 56% 44% 44% 56% / 44% 40% 60% 56%;
    z-index: 1;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.para-quem-serve .cards .card .image-container.green::before{
    background-color: #055889;
}
.para-quem-serve .cards .card .image-container.pink::before{
    background-color: #c3a865;
}
.para-quem-serve .cards .card .image-container.orange::before{
    background-color: #055889;
}
.para-quem-serve .cards .card .image-container.purple::before{
    background-color: #c3a865;
}
.para-quem-serve .cards .card .image-container.dark-green::before{
    background-color: #055889;
}

.para-quem-serve .cards .card .image-container img:first-child{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(100%);
    z-index: 2;
    position: relative;
}


.para-quem-serve .cards .card .card-container{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 70%;
}
.para-quem-serve .cards .card-container p{
	font-size:clamp(12px, 1vw, 16px);
	font-weight: 300;
	height: auto;
	color: #4A4F50;
	font-family: 'Outfit', sans-serif;
    text-align: center;
}

.para-quem-serve .cards .card-container h4{
	font-size: 18px;
	font-weight: 400;
	color: #4A4F50;
    text-align: center;
	font-family: 'Outfit', sans-serif;
    overflow-y: auto;
    overflow-x: hidden;
}

.para-quem-serve .cards .card-container h4::-webkit-scrollbar {
    width: 4px;
  }
  .para-quem-serve .cards .card-container h4::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .para-quem-serve .cards .card-container h4::-webkit-scrollbar-track::-webkit-scrollbar-thumb {
    background: #888;
  }
  .para-quem-serve .cards .card-container h4::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  

.ebook-main .post-content{
	padding: 150px 0px 150px 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 50px;
	z-index: 30;
	position: relative;
    background: url(../imagens/icones/leaf.svg) no-repeat;
    background-color: #fff;
    background-size: 100%;
    background-position: center top;
}
.ebook-main .post-content .conteudo{
	width: 60%;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.ebook-main .post-content .conteudo h3{
	color: #4A4F50;
	font-size: 35px;
}

.ebook-main .post-content .conteudo p{
	color: #4A4F50;
	line-height: 150%;
	font-weight: 300;
	font-size: 18px;
}

.ebook-main .post-content .imagem-container{
	width: 100%;
	flex: 1;
	margin: 50px 0px;
}
.ebook-main .post-content .imagem-container:last-of-type{
	margin: 150px 0px 0px 0px;
}
.ebook-main .post-content .imagem-container img{
	width: 100%;
	object-fit: cover;
	height: 600px;
}


.ebook-main .faq{
    margin-top: -100px;
    border-radius: 0px 0px 40px 40px;
}


.ebook-form{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.ebook-form .form-img-container{
    background-image: url(../imagens/ebook/ebook-form-blob.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 600px;

}

.ebook-form .form-container{
    position: absolute;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;gap: 30px;

}

.ebook-form .form-container .texto-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-area: 20px;
}
.ebook-form .form-container .texto-container h2{
    font-size: 60px;
    text-align: center;
    color: #fff;
}

.ebook-form .form-container .texto-container p{
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.ebook-form .form-container form{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
}


.ebook-form .form-container form input,
.ebook-form .form-container form select{
    border: none;
    width: 100%;
    padding: 15px;
	font-family: 'Outfit', sans-serif;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}
.ebook-form .form-container form select option{
    color: #4A4F50;
}
.ebook-form .form-container form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}
  
.ebook-form .form-container form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}
  
.ebook-form .form-container form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.ebook-main .compartilhar{
    padding-top: 0px;
    margin-top: -100px;
}




/* MOBILE */
@media screen and (max-width: 1600px){
    .ebook-banner {
        padding-bottom: 100px;
    }
    .ebook-main .conteudo-direita{
        margin-top: -100px;
        padding-top: 50px;
    }
    .ebook-main .conteudo-esquerda{
        margin-top: 0;
        padding-bottom: 100px;
    }
    .ebook-main .conteudo-esquerda .texto-container {
        margin-right: 10%;
        width: 40%;
    }
    .ebook-main .conteudo-esquerda .image-container {
        order: 1;
        margin-right: unset;
        margin-left: -330px;
        width: 80%;
        position: relative;
    }
}

@media screen and (max-width: 1440px){
    .ebook-main .conteudo-direita .image-container::before{
        top: 150px;
    }
    .para-quem-serve .cards{
        padding: 0px;
    }
}

@media screen and (max-width: 1100px){
    .ebook-banner .container-duplo{
        padding: 100px 0px;
    }
    .ebook-main .conteudo-direita,
    .ebook-main .conteudo-esquerda{
		flex-direction: column;
		gap: 50px;
		padding-left: 0px;
		padding: 0px 50px;
		margin: 50px 0;
	}

    .ebook-main .conteudo-direita .lg-container,
    .ebook-main .conteudo-esquerda .lg-container{
		flex-direction: column;
		gap: 50px;
		padding-left: 0px;
		padding: 0px 50px;
		margin: 50px 0;
	}

    .ebook-main .conteudo-direita{
        margin-top: -100px;
    }
 


	.ebook-main .conteudo-direita .texto-container,
    .ebook-main .conteudo-esquerda .texto-container{
		width: 100%;
		display: flex;
		align-items: start;
		justify-content: center;
		flex-direction: column;
		gap: 30px;
		order: 1;
        margin-top: 50px;
	}
    .ebook-main .conteudo-esquerda .texto-container{
        margin-top: 0px;
        margin-right: 0px;
    }
	
	.ebook-main .conteudo-direita .image-container,
    .ebook-main .conteudo-esquerda .image-container{
		order: 2;
		width: 100%;
		margin-right: 0px;
        margin-left: 0px;
		border-radius: 30px;
        position: relative;
	}

	.ebook-main .conteudo-direita .image-container img:first-child,
    .ebook-main .conteudo-esquerda .image-container img:first-child{
        margin-left: 0px;
        width: 100%;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
	}
    .ebook-main .conteudo-esquerda .image-container img:first-child{
		width: 95%;
	}

	.ebook-main .conteudo-direita .image-container img:last-child,
    .ebook-main .conteudo-esquerda .image-container img:last-child{
		margin-left: 0px;
	}

    .ebook-main .para-quem-serve{
        margin-top: -200px !important;
        padding: 250px 0px 200px 0px;
        gap: 0;
    }
    .para-quem-serve .cards .card-container{
        width: 80%;
    }

    .ebook-main .conteudo-direita .image-container::before,
    .ebook-main .conteudo-esquerda .image-container::before{
        transform: translate(-40%, -40%);
        right: 0;
        left: 50%;
        top: 50%;
    }

    .ebook-form .form-img-container {
        background-size: 100%;
        padding: 75%;
    }
    .ebook-main .post-content{
        margin-top: -120px;
        background-size: cover;
    }

}

@media screen and (max-width: 1000px){
    .ebook-main .para-quem-serve.slider{
        display: flex;
    }
    /* .ebook-main .para-quem-serve{
        display: none;
    } */
    .ebook-main .para-quem-serve{
        gap: 50px;
    }
    .ebook-main .para-quem-serve .cards{
        display: flex !important;
        flex-direction: column;
    }
}

@media screen and (max-width: 800px){
    .ebook-main .faq{
        padding: 200px 30px 100px 30px;
    }
    .ebook-banner .container-duplo{
        flex-direction: column;
        padding: 150px 30px;
    }
    .ebook-banner .container-duplo .texto-esquerda,
    .ebook-banner .container-duplo .imagem-direita{
        width: 100%;
    }
    .ebook-banner .container-duplo .texto-esquerda {
        gap: 30px;
        padding-left: 0;
        align-items: center;
    }
    .ebook-banner .container-duplo .texto-esquerda h2,
    .ebook-banner .container-duplo .texto-esquerda h2 span{
        font-size: 55px;
    }
	.ebook-main .para-quem-serve .text-container{
        width: 100%;
    }

    .ebook-main .conteudo-esquerda .image-container::before,
    .ebook-main .conteudo-direita .image-container::before{
        width: 90%;
    }
    .ebook-main .para-quem-serve .text-container h2 span{
        font-size: 50px;
    }
}

@media screen and (max-width: 600px){
    .ebook-form .form-img-container {
        padding: 140%;
    }
    .ebook-banner .container-duplo .texto-esquerda h2,
    .ebook-banner .container-duplo .texto-esquerda h2 span{
        font-size: 45px;
    }
    .para-quem-serve .cards{
        display: block;
    }
    .ebook-main .conteudo-direita, .ebook-main .conteudo-esquerda{
        padding: 0px 5%;
    }
    .ebook-main .conteudo-esquerda {
        padding-bottom: 50px;
    }
    .ebook-main .conteudo-esquerda .image-container img:first-child{
        width: 85%;
    }
    .ebook-main .post-content{
        padding: 100px 0;
        gap: 20px;
    }
    .ebook-main .post-content .conteudo{
        width: 100%;
        padding: 0px 5%;
    }
    .ebook-main .post-content .imagem-container{
        margin: 20px 0px;
    }
    .ebook-form{
        margin-top: -50px;
    }
    .ebook-main .conteudo-direita, .ebook-main .conteudo-esquerda{
        gap: 0px;
    }
    .ebook-main .conteudo-direita .texto-container h2,
    .ebook-main .conteudo-esquerda .texto-container h2,
    .ebook-main .conteudo-direita .texto-container h2 span,
    .ebook-main .conteudo-esquerda .texto-container h2 span{
        font-size: 35px;
    }
}

@media screen and (max-width: 375px){
    .ebook-form .form-img-container {
        padding: 180%;
    }
    .ebook-main .para-quem-serve .text-container h2 span{
        font-size: 40px;
    }
}