body, html {
    overflow-x: hidden;
}
body {
	font-family: "Urbanist", sans-serif !important;
	background-color: #f8f8f8;
}


.busca {
	position: relative;
}

.busca button {
    position: absolute;
    top: 0;
    right: 0px;
    height: 50px;
    width: 50px;
    border: none;
    background-color: #FF5A26;
    font-size: 20px;
}

.busca input {
    background: #FFFFFF;
    border-radius: 6px;
    height: 50px;
    border: none;
}

.pre-top {
    background-color: #E0FC88;
    height: 75px;
}

.principal li a {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #2E3844;
    text-transform: uppercase;
	white-space: nowrap;
}

.principal {
   flex-wrap: wrap;
}

#footer {
    height: 100px;
    background-color: #fff;
}

.footmenu {
   list-style: none;
   display: flex;
   flex-direction: row;
   column-gap: 15px;
   padding: 0px;
   margin: 0px;
}


.footmenu li a {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #2E3844;
}

#footer p {
    margin-top: 10px;
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2E3844;
}

.box-post-1 {
    height: 490px;
    border-radius: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	padding: 30px;
	display: flex;
	flex-direction: column;
    justify-content: flex-end;
}

.box-post-1::before {
	background: linear-gradient(180deg, rgba(46, 56, 68, 0) 0%, #2E3844 84%);    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
}

.box-post-1 h2 {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 42px;
    color: #FFFFFF;
}

.box-post-1 i {
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-decoration-line: underline;
	color: #FFFFFF;
}


.box-post-1 span {
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
}
.owl-banner.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
}
.owl-banner.owl-theme .owl-dots .owl-dot.active span, .owl-banner.owl-theme .owl-dots .owl-dot:hover span {
    background: #E0FC88;
}

.owl-banner.owl-theme .owl-dots {
    margin-top: 0px;
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 0px;
    background: none;
}



.box-post-2 {
    height: 310px;
    border-radius: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	padding: 30px;
	display: flex;
	flex-direction: column;
    justify-content: flex-end;
}

.box-post-2::before {
	background: linear-gradient(180deg, rgba(46, 56, 68, 0) 0%, #2E3844 84%);    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
}

.box-post-2 h2 {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
}

.box-post-2 i {
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-decoration-line: underline;
	color: #FFFFFF;
}


.box-post-2 span {
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
}

.titulo-3 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
}

.texto-c, .conteudo p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #242424;
}

.conteudo {
	font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #242424;
}

.conteudo img {
	max-width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 15px;
	border-radius: 10px;
}

.dat-1 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FF6C2E;
}

.box-post-3 {
    background: #FFFFFF;
    border: 1px solid #E0FC88;
    border-radius: 6px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 15px;
    height: 130px;
}

.box-post-3 h3 {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #2E3844;
}

.box-post-3 i {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #2E3844;
}

.box-post-3 span {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #2E3844;
}

.box-post-3 img {
    width: 111px;
    height: 110px;
    border-radius: 3px;
    object-fit: cover;
}


.box-post-4 {
    background: #FFFFFF;
    border: 1px solid #E0FC88;
    border-radius: 6px;
    padding: 10px;
    height: 330px;
}

.box-post-4 h3 {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #2E3844;
}

.box-post-4 i {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #2E3844;
}

.box-post-4 span {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #2E3844;
}

.box-post-4 img {
    width: 100%;
    height: 199px;
    border-radius: 3px;
    object-fit: cover;
}

.cate_bigode {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #2E3844;
    border-bottom: 2px solid #2E3844;
}

.pagination {
    margin: auto;
}
.pagination span {
    color: #fd5027;
    font-weight: 700;
    font-size: 22px;
    padding: 5px;
}
.pagination a, .pagination a:hover {
    color: #fd5027;
    font-size: 22px;
    padding: 5px;
}

.caixa-autor {
    background: #FFFFFF;
    border: 1px solid #E0FC88;
    border-radius: 6px;
    padding: 15px;
    padding-top: 30px;
}

.caixa-autor h5 {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #2E3844;
    border-bottom: 2px solid #E0FC88;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.authors-list li a {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #2E3844;
}


.authors-list {
    list-style: none;
	padding: 0px;
	margin: 0px;
}


@media (max-width: 767px) {
	
	
#footer {
    height: 100%;
    padding-top: 30px;
}	
	
.pre-top {
    background-color: #E0FC88;
    height: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
}	
	
.navbar-toggler-icon {	
	background-image: url("data:image/svg+xml,%3Csvg width='26' height='16' viewBox='0 0 26 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='25.1429' height='2.28571' fill='%23FF5A26'/%3E%3Crect y='13.7143' width='25.1429' height='2.28571' fill='%23FF5A26'/%3E%3Crect x='4.57227' y='6.85715' width='20.5714' height='2.28571' fill='%23FF5A26'/%3E%3C/svg%3E");
	height: 50px;
}
	
	
}


