/* Conversion */
.home header.page-header {
    display: none;
}

.conv-home-hero .wp-block-cover__inner-container.is-layout-constrained.wp-block-cover-is-layout-constrained {
    max-width: 1142px;
}

.conv-home-principal {
	  border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: -80px;
    padding: 2rem;
    position: relative;
	  z-index: 9;
}

@media screen and (max-width: 600px) {
	.conv-home-principal {
			border-top-left-radius: 0;
			border-top-right-radius: 0;
			margin-top: 0;
			padding: 2rem 0.5rem;
	}
		
	.wp-block-cover.alignfull.conv-home-hero {
    min-height: 300px !important;
	}
}

.conv-home-principal h2 {
    color: #1b3157;
		font-weight: 700;
}

.conv-home-principal hr {
    color: #f3f3f3;
    margin: 50px 0;
}

.conv-home-section p {
    font-size: 12px;
}

.conv-home-section p a {
    color: #1b3157;
    font-size: 14px;
		font-weight: 500;
}

.conv-home-section time.entry-date.published {
    font-size: 1em;
    font-weight: 500;
}

.conv-no-margin {
		margin: 0;
}

.conv-hub .wp-block-separator {
    border: 1px solid #f3f3f3;
}

.conv-hub hr {
    margin: 60px 0 !important;
}

.conv-hub h2,
.conv-hub h2.wp-block-heading {
    margin-top: 15px;
}

.conv-hub .wp-block-column.has-background.is-layout-flow.wp-block-column-is-layout-flow {
    padding: 2rem 2rem 0.5rem;
    border-radius: 10px;
}

img.image-fit-cover.wp-post-image {
    border-radius: 10px;
}

.wpnbpc article .entry-wrapper {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.conv-criativos {
    background-color: rgb(232 235 238 / 85%);
    border-radius: 10px;
    padding: 0.5rem 2rem 1rem;
}

.conv-criativos h3 {
    margin: -8px -32px 25px -32px;
    padding: 2rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.conv-criativos .conv-verde {
    background: linear-gradient(180deg, rgb(113, 174, 85) 0%, rgba(113, 174, 85, 0) 100%);
}

.conv-criativos .conv-azul {
    background: linear-gradient(270deg, #7299A8 19.49%, rgba(114, 153, 168, 0.00) 73.47%);;
}

.conv-criativos .conv-cinza {
   background: linear-gradient(270deg, #4D4D4D 19.49%, rgba(114, 153, 168, 0.00) 71.66%);
}

.conv-criativos .wp-block-image {
    background: #fff;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
		margin: 0 auto;
}

.wp-block-columns.conv-colunas {
    justify-content: center;
}

.kksr-muted {
	  font-family: "Roboto" !important;
		font-size: 18px !important;
	color: #666 !important;
}


.web-stories-list .story-content-overlay__title {
    -webkit-line-clamp: 3 !important;
		font-size: 14px !important;
}

.web-stories-list__story.glider-slide.visible.left-1 {
    align-self: baseline;
}

.web-stories-list__inner-wrapper.carousel-1 {
	width: 100%;
	height: 100%;
}


@media (max-width: 768px) {
	.web-stories-list__inner-wrapper.carousel-1 {
		width: 100%; 
		height: 100%; 
	}
}


@media (max-width: 480px) {
	.web-stories-list__inner-wrapper.carousel-1 {
		width: 100%;
		height: 150px;
	}
}

/* FIM_Conversion */