.ebookForm{
	padding: 2rem 6rem !important;
	color: white;
}

.divPesquise{
	width: 100% !important;
}

h1{
    font-size: 45px !important;
    line-height: 50px !important;
}

h2{
    font-size: 45px !important;
    line-height: 42px !important;
}
h3{
    font-size: 18px !important;
    line-height: 24px !important;
}
 p{
    font-size: 18px !important;
    line-height: 27px !important;
}

.ebookForm input::not(.textCenter input){
	height: 35px !important;
}

section#topo .item{
	margin-top:1rem;
	max-width: 320px;
}


.g-recaptcha{
	margin-top: 1rem;
}

.ebookForm button{
	background-color: #0cfffb;
	border-radius: 47px;
	padding: 0 3rem;
	width: 100%;
	color: black;
	cursor: pointer;
	transition: 1s;
	min-height: 3rem;
	font-size: 18px;
}


#conteudoEbook{
	background: linear-gradient(to right, #fff 40%, #acd1f2 100%) !important;
}

#motivosEbook{
	background: linear-gradient(to bottom, #0b3d9f, #007bff) !important;
}

#conteudoEbook .container{
	margin-top: 0px;
}


#conteudoEbook ul{
	padding: 0;
	margin-top: 3rem;
}

#conteudoEbook li{
	display: flex;
	margin-bottom: 3vh;
	align-items: center;
}

#conteudoEbook li p{
	margin: 0;
}

.topicoConteudoEbook{
	font-size: 18px;
	border-radius: 20px;
	background-color: #001e40;
	font-weight: bold;
	min-width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 1vw;
}

.topicoConteudoEbook.topicoPar{
	background-color: #007bff;
}

.baixarEbook{
    display: flex;
    justify-content: center;
}

.baixarEbook a{
    background-color: #0cfffb;
    font-size: 18px;
    font-weight: bold;
    color: black !important;
    padding: 15px 16px;
    border-radius: 30px;
    cursor: pointer;
    transition: 1s;
}

.baixarEbook a:hover { 
    box-shadow: 0px 0px 50px #0cfffb; 
}

#motivosEbook ul{
	margin-top: 4rem;
}

#motivosEbook ul li p span{
	color: #0cfffb;
}

#motivosEbook .container img{
	width: 25rem;
	margin: 2rem auto;
}


#possibilidadesMaterial{
    background: linear-gradient(to bottom, #001e40, #030444) !important;
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
}

#possibilidadesMaterial .cardEbook{
    text-align: center;
    padding: 1rem 1.5rem;
    background-color: #007bff;
    border-radius: 20px;
    width: 90%;
    height: 100%;
}

#possibilidadesMaterial .branco .cardEbook{
    background-color: white;
    color: #001E40;
}


#possibilidadesMaterial .cardEbook h3, #possibilidadesMaterial .cardEbook h4{
    margin-bottom: 20px;
}

#possibilidadesMaterial .item{
    height: 9rem !important;
	width: 23rem !important;
    display: flex !important;
    justify-content: center !important;
	margin-right: 2rem;
	max-width: 100%;
}


.item + .item{
    margin-top: 3rem;
}

.containerItem{
	display: flex !important;
	flex-direction: column;
	align-items: center;
}

#topo{
	padding-top: 5rem !important;
}


@media (max-width: 767px) {
	section#topo .cardPlus{
		display: flex;
		justify-content: center;
	}

	#conteudoEbook li{
		align-items: baseline;
	}
	#conteudoEbook{
		background: linear-gradient(to bottom, #fff 40%, #acd1f2 100%) !important;
	}
	
	#possibilidadesMaterial{
        padding-bottom: 0rem !important;
        padding-top: 1rem !important;
    }

	#possibilidadesMaterial .item{
        height: 9.5rem !important;
		margin: 0 auto;
		max-width: 100%;
    }

	#possibilidadesMaterial h2{
        font-weight: bold !important;
    }


	.topicoConteudoEbook{
		margin-right: 3vw;
	}

	.ebookForm{
		padding: 1rem 0rem !important;
	}

	h1{
        font-size: 36px !important;
        line-height: 42px !important;
    }

    h2{
        font-size: 30px !important;
    }
    h3{
        font-size: 18px !important;
    }
    p{
        font-size: 18px !important;
    }


	.baixarEbook a{
        font-size: 18px;
        width: 100%;
        margin: 0 20px;
        text-align: center;
    }

	#motivosEbook .container img{
		width: 100%;
		margin: 2rem 0;
	}

}

.textoPossibilidades{
	margin: 2rem auto;
}

@media (max-width: 320px) {
	#possibilidadesMaterial .item{
        height: 12rem !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px){
    #possibilidadesMaterial .item{
        height: 9rem !important;
		max-width: 100%;
    }
}

@media(min-width: 1350px){
	.slick-track{
		width: 100% !important;
		display: flex;
		justify-content: center;
	}
	
	.slick-slide{
		width: auto !important;
	}
}

@media(max-width: 1000px){
	#topo{
		padding-top: 0rem !important;
	}
}

