/*Ebooks*/


.image-ebook {
    object-fit: cover;
    max-width: 100%;
	width: auto;
	height: 250px;
}

.image-ebook img{
	height: 100%
}

.title-ebook {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.title-ebook a {
    margin-bottom: 50px;
}

.container-slider-ebook{
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    padding:20px;
    height:100%;
    width:90%;
}
.post-desc-ebook {
    width:85%;
    color: #4F4F4F;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}
.card-blog-saber-mais{
    color: #FF4713;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.guia{
    color: #FF5000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.button-ebook{
    margin-top:10px;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color:#FF5000;
    display: flex;
    width: 250px;
    height: 36px;
    padding: 8px 15px 8px 15px;
    justify-content: center;
    align-items: center;
    gap: 11px;
    flex-shrink: 0;
    border-radius:8px;
}
h2.button-ebook:hover{
    background:color:lightgrey !important;
}
.post-title-ebook{
    color: #616161;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
@media only screen and (max-width: 1024px) {        /* Media Query Tablet */
	
h2.post-desc-ebook {
    color: #616161;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}



	h2.post-desc-ebook {
		width: 100%
	}
	.card-post-ebook {
    display: flex!important;
    align-items: center !important;
    flex-direction: column !important;
}
img.image-ebook-slider {
    width: 70%;
}
.container-slider-ebook{
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    margin-top: 20px;
    padding:0px !important;
    height:auto !important;
    width:auto !important;
}
.image-card-blog-ebook {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
	.container-slider-ebook {
		text-align:center;
}

.container-ebook{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}
.guia{
	text-align:center;
}
.title-ebook {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.post-title-ebook{
    text-align:center;
}
.image-ebook {
    object-fit: cover;
    max-width: 100%;
	width: 100%;
	height: auto
}
}

@media screen and (max-width: 767px){            /* Media Query Celular */
	
	h2.post-desc-ebook {
		width: 100%
	}
	.card-post-ebook {
    display: flex!important;
    align-items: center !important;
    flex-direction: column !important;
}
img.image-ebook-slider {
    width: 60%;
}
.container-slider-ebook{
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    margin-top: 20px;
    padding:0px !important;
    height:auto !important;
    width:auto !important;
}
.image-card-blog-ebook {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
	.container-slider-ebook {
		text-align:center;
}
}


.card-post-ebook {
    display: flex;
    align-items: center;
}
.image-card-blog-ebook{
    width:100%;
}
.post-title-ebook-carousel{
    color: var(--Orange, #FF4713);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.post-desc-ebook-carousel{
    color: var(--Grey-Dark, #323E48);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%
}
.ebook-saber-mais{
    color: #FF4713;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top:auto;
}


div#input_11_6 {
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top: 20px;
}
label#label_11_6_0 {
    color: #4F4F4F;
    font-family: 'Poppins';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
#gform_confirmation_message_11{
    text-align: center;
    color: #FF5000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}