body, html {
    overflow-x: hidden;
}
body {
	font-family: "Poppins", sans-serif !important;
}


.hero-home {
	padding-bottom: 60px;
	padding-top: 20px;
}

.post-1 {
    position: relative;
    border-radius: 20px;
    height: 570px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px 200px 25px 25px;
}

.post-1 img {
    position: absolute;
    border-radius: 20px;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
	z-index: 1;
	object-fit: cover;
}

.post-1b {
    height: 420px;
}

.post-1::before {
    background: linear-gradient(180deg, rgba(45, 57, 94, 0) 36.32%, #2D395E 85.44%);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
	z-index: 2;
}

.conteudo_post-1 {
    position: relative;
    z-index: 3;
}

.post-1 h3 {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
}

.post-1 p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #F5F8FF;
}

.data1 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #F5F8FF;
}
.data2 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #666786;
}
.data1 i, .data2 i {
    font-style: normal;
    color: #AE9CFF;
}

.tagcat {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #2D395E;
    background-color: #fff;
    border-radius: 50px;
    padding: 5px 20px;
    display: inline-block;
	flex-shrink: 0;
}
.tagcat.viagens {
    background-color: #D9D0FF;
}
.tagcat.enxoval {
    background-color: #FEEF78;
}
.tagcat.utilidades {
    background-color: #FEEF78;
}
.tagcat.produtos {
    background-color: #C6E3C7;
}
.tagcat.restaurantes {
    background-color: #FFAEAB;
}

.post-2 {
   position: relative;
   display: block;
}

.post-2 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 8px;
}
.post-2 h3 {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #2D395E;
}

.head_post-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
}

.post-2 p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666F86;
}

.titulo-span-1 {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #2D395E;
	display: block;
}

.linha-1 {
    border: 0;
    border-top: var(--bs-border-width) solid;
    color: #D1DCFF;
    margin: 1rem 0;
    opacity: 1;
}

.tags-lista li a {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #2D395E;
    text-transform: uppercase;
    border: 1px solid #D1DCFF;
    border-radius: 50px;
    padding: 5px 20px;
}

.tags-lista {
    padding: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
	flex-direction: row;
	gap: 10px;
	flex-wrap: wrap;
}

.destaque-home-1 {
	padding-bottom: 60px;
	padding-top: 60px;
	background-color: #FFFCE6;
}
.post-3 h3 {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #2D395E;
}

.post-3 img {
    width: 210px;
    height: 170px;
    object-fit: cover;
    border-radius: 20px;
}

.post-3 p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666F86;
}

.post-3b img {
    height: 198px;
}

.post-3 {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.destaque-home-2 {
	padding-bottom: 60px;
	padding-top: 60px;
	background-color: #FFF;
}

.destaque-home-3 {
	padding-bottom: 60px;
	padding-top: 60px;
	background-color: #EBF6EB;
}

.owl-banner.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border-radius: 50%;
}
.owl-banner.owl-theme .owl-dots .owl-dot.active span, .owl-banner.owl-theme .owl-dots .owl-dot:hover span {
    background: #D9D0FF;
}
.owl-banner.owl-theme .owl-nav [class*=owl-] {
    font-size: 35px;
    background: transparent;
    opacity: 0.5;
}
.owl-banner.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #fff;
}
.owl-banner .owl-dots {
    bottom: -50px;
}

.limita_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.conta_num {
    font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	color: #AE9CFF;
	min-width: 25px;
    text-align: center;
}

.post_card_ranking {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.destaque-home-4 {
	padding-bottom: 60px;
	padding-top: 60px;
	background-color: #EBEEF7;
}

.redes {
    display: flex;
    flex-direction: row;
}

.redes a {
    background-color: #AE9CFF;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
}

#header {
    background-color: #EBEEF7;
    height: 70px;
}

.navbar-brand img {
    height: 25px;
}

.principal li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #2D395E;
}

.dropdown-menu {
    background-color: #eceef7;
}

.form_busca {
    position: relative;
}

.form_busca input {
    background: #FFFFFF;
    border: 1px solid #D1DCFF;
    border-radius: 50px;
    height: 40px;
    padding-left: 15px;
    padding-right: 30px;
    margin-left: 15px;
    margin-right: 10px;
}

.form_busca button {
    position: absolute;
	top: 6px;
	right: 15px;
	background-color: transparent;
	border: none;
}

#footer {
    background-color: #2D395E;
    padding-top: 40px;
}

.titulo-f {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    color: #AE9CFF;
}

.foot-t {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #EBEEF7;
}

.foot-t a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #EBEEF7;
	text-decoration: underline;
}

.titulo-foot-m {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #AE9CFF;
	display: block;
}

.footermenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.footermenu li a {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #EBEEF7;
}

.nav-link:focus, .nav-link:hover {
    color: #ae9cff;
}

.pagination a, .pagination a:hover {
    color: #ae9cff;
    font-size: 22px;
    padding: 5px;
}

.pagination span {
    color: #ae9cff;
    font-weight: 700;
    font-size: 22px;
    padding: 5px;
}

.pagination {
    margin: auto;
}

.titulo-2 {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #2D395E;
}

.conteudo_inner {
	color: #666F86;
}

.conteudo_inner p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #666F86;
}

.conteudo_inner a {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #AE9CFF;
	text-decoration: underline;
}

.blog-cover {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    object-fit: cover;
    border-radius: 20px;
    height: 470px;
}

.hero-contato {
    height: 70vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#footer .menu-item a[aria-current=page] {
    color: #EBEEF7;
    text-decoration: underline;
}

.box-cursos {
    background: #EBEEF7;
    border-radius: 20px;
    padding: 30px;
	height: 100%;
}

.box-cursos h2 {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    color: #2D395E;
}

.box-cursos a {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #2D395E;
    padding: 8px 22px;
    background: #D9D0FF;
    border-radius: 50px;
}

.box-cursos p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #666F86;
	margin-bottom: 30px;
}


@media (max-width: 767px) {
	
.hero-contato {
    height: 40vh;
}
	
.titulo-2 {
    font-size: 32px;
    line-height: 40px;
}	

.blog-cover {
    height: 370px;
}
.post-1 {
    padding: 25px 25px 25px 25px;
}	
.post-1b {
    height: 570px;
}
#header {
    height: auto;
}	
.principal {
    padding-top: 20px;
}	
.form_busca {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.form_busca input {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
	
.navbar-toggler {
    background-color: transparent;
    border: none;
    color: #ae9cff;
    font-size: 30px;
}
	
	
	
	
	
}


