@import "https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap";

body {
	font-family: "Raleway", sans-serif;
	background: #fff;
	-webkit-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	overflow-x: hidden;
	max-width: 100%;
}

p {
	font-family: "Raleway", sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.7em;
	color: #999;
}

a,
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}

/*********************************
    BARRA HEADER
*********************************/

.barra-gov {
	width: 100%;
	height: 45px;
	background-color: #444;
}
.barra-gov span.brand-gov-barra {
	color: #fff;
	font-family: Raleway;
	font-size: 17px;
	font-weight: 800;
	text-transform: uppercase;
	padding-left: 20px;
}
.barra-gov .container {
	padding: 9px 10px;
}
ul.nav-barra-gov {
	text-align: right;
}
ul.nav-barra-gov li {
	display: inline-block;
	font-size: 11px;
	padding: 0 15px;
	line-height: 26px;
}

ul.nav-barra-gov li a {
	color: #fffdff;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
	ul.nav-barra-gov {
		display: none;
	}
}

div.line-header {
	width: 100%;
	height: 8px;
	background: url(../images/line-colors.png) bottom repeat-x;
}

div.main-header {
	height: 160px;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

div.main-header h1 {
	text-indent: -9999px;
	height: 0;
}

div.search-header input {
	padding: 10px 20px;
}
div.search-header button {
	border: none;
	background-color: transparent;
	margin-left: -50px;
	cursor: pointer;
}

div.accessibility-box {
	height: 33px;
	background-color: #f4f4f1;
}

nav.top_bar_nav_acessibilidade {
	display: inline-block;
}
nav.top_bar_nav_acessibilidade a {
	color: #555;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	line-height: 17px;
}

nav.top_bar_nav_acessibilidade a i {
	font-size: 13px;
	float: left;
	margin-right: 5px;
}

.anchor-buttons span {
	background: #666;
	color: #fafafa;
	font-size: 11px;
	padding: 1px 4px;
	margin-right: 5px;
}

/* ---------------------------------------------------
    SIDEBAR NAV
----------------------------------------------------- */

#sidebar {
	width: 250px;
	position: fixed;
	top: 0;
	left: -270px;
	height: 100vh;
	z-index: 999;
	/* background: rgb(40, 75, 140); */
	background: rgb(40, 75, 140);
	background: linear-gradient(
		157deg,
		rgba(40, 75, 140, 1) 0%,
		rgba(40, 75, 140, 1) 35%,
		rgba(12, 38, 87, 1) 100%
	);
	color: #fff;
	transition: all 0.3s;
	overflow-y: scroll;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
	left: 0;
}

#dismiss {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #fff;
	color: #333;
	position: absolute;
	top: 15px;
	right: 10px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 20px;
}

#dismiss:hover {
	background: rgb(230, 230, 230);
	color: #333;
	border-radius: 17px;
}

.overlay {
	display: none;
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 998;
	opacity: 0.5;
	transition: all 0.5s ease-in-out;
}
.overlay.active {
	display: block;
	opacity: 1;
}

#sidebar .sidebar-header {
	padding: 20px;
	/* background: #fafafa; */
	background: rgb(255, 255, 255);
	background: linear-gradient(
		157deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(244, 244, 241, 1) 100%
	);
}

#sidebar ul p {
	color: #fff;
	padding: 10px;
}

#sidebar ul li a {
	padding: 10px;
	font-size: 1.1em;
	display: block;
}

#sidebar ul li a:hover {
	color: #144192;
	background: #fff;
}

#sidebar ul li.active > a[aria-expanded="true"] {
	color: #fff;
	background: #144192;
}

#sidebar a[data-toggle="collapse"] {
	position: relative;
}

#sidebar .dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

#sidebar ul ul a {
	font-size: 0.9em !important;
	padding-left: 30px !important;
	background: #144192;
}

/* ---------------------------------------------------
    NAVBAR
----------------------------------------------------- */

div.main-nav {
	height: 60px;
	background: rgb(40, 75, 140);
	background: linear-gradient(
		157deg,
		rgba(40, 75, 140, 1) 0%,
		rgba(40, 75, 140, 1) 35%,
		rgba(12, 38, 87, 1) 100%
	);
	display: flex;
	align-items: center;
}
div.main-nav button#sidebarCollapse {
	border: 1px solid red;
	background: transparent;
	font-size: 25px;
	border: none;
	border-radius: none;
	color: #fff;
}
div.main-nav button:hover {
	background: rgb(40, 75, 140);
}

div.main-nav .btn-info:active {
	color: #fff;
	background-color: #fecc2c;
	border-color: #fecc2c;
}
div.main-nav .btn-info:focus {
	color: #fff;
	background-color: #fecc2c;
	border-color: #fecc2c;
}

div.main-nav nav.navbar ul.navbar-nav li a {
	padding-right: 20px;
	padding-left: 20px;
	/* text-transform: uppercase; */
	font-weight: 500;
}

div.main-nav nav.navbar ul.navbar-nav .nav-link {
	color: #fff;
}

div.main-nav .dropdown-menu {
	top: 48px;
	border-radius: 0 !important;
	border: none;
	box-shadow: 2px 4px 2px rgba(51, 51, 51, 0.322);
}
div.main-nav .dropdown-menu a {
	text-transform: none !important;
}

div.box-search-mobile {
	display: none;
}

div.box-search-mobile-container {
	display: none;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
	width: 100%;
	padding: 20px;
	min-height: 100vh;
	transition: all 0.3s;
	position: absolute;
	top: 0;
	right: 0;
}

/* 
    BOX TITLES
*/
div.box-title {
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	padding-bottom: 5px;
}
div.box-title h2 {
	text-transform: uppercase;
	position: relative;
	padding-left: 20px;
	font-size: 20px;
	letter-spacing: -1px;
	color: #333333;
	text-align: left;
	font-family: Raleway;
	font-weight: 600;
	font-style: normal;
}

div.box-title h2::before {
	content: "";
	background-color: #48b453;
	width: 10px;
	height: 25px;
	display: block;
	left: 0;
	position: absolute;
}

/* 
    section main news
*/

span.title-subtitle {
	font-weight: 700;
	color: #144192;
	display: block;
    margin-bottom: 4px;
    
	text-transform: uppercase;
	font-size: 0.9rem;
}
span.date-post {
	font-size: 13px;
	display: block;
	margin-bottom: 8px;
	color: #999;
}

div.box-news h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
}

section#main-news div.box-news {
}



/* 
    BOX NOTÍCIAS HEADER - LADO DO FLASH DE NOTICIAS
*/

section#main-news {
	align-items: flex-start;
}

section#main-news div.box-news-right {
	display: flex;
	flex-direction: row;
	margin-top: 10px;
}






section#main-news div.box-news-right div.box-news {
	margin-right: 20px;
	width: 33%;
	justify-content: space-between;
}
section#main-news div.box-news-right div.box-news span.title-subtitle {
	font-size: 15px;
}
section#main-news div.box-news-right div.box-news h2 {
	font-size: 16px;
	font-weight: 600;
}
section#main-news div.box-news-right div.box-news:last-child {
	margin-right: 0;
}

section#main-news div.box-news-right div.box-news h2 {
	font-size: 1.2rem;
}






/* 
    SLIDER NEWS
*/



section.slide-news{
   
	width: 100%;
	min-height: 550px;
	
}
section.slide-news .carousel-indicators{
	top: 293px;
	background: url('../images/line-colors.png') repeat center;
	color: #FFF;
	height: 4px;
	padding: 5px;
 
	left: 0;
	margin-left: 0;
	margin-right: 0;
}
section.slide-news span{
	display: block;
	margin-top: 20px;
}
section.slide-news h2{
	font-size: 2.1rem;
}
section.slide-news figure{
	width: 100%;
	height: 301px;
	overflow: hidden;
	margin: 0;
}

section.slide-news img{
	margin: 0;
}

section.slide-news .carousel-control-prev{
	width: 30px;
	height: 30px;
	top: 110px;
	left: 10px;
}
section.slide-news .carousel-control-next{
	width: 30px;
	height: 30px;
	top: 110px;
	right: 10px;
}
section.slide-news .carousel-control-next span, section.slide-news .carousel-control-prev span{
	margin-top: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 33px;
    height: 33px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url('../images/back.svg');
	color: #FFF;
}

.carousel-control-next-icon {
    background-image: url('../images/next.svg');
}



@media (max-width: 479px) {


	section#main-news {
		 display: grid;
		 flex-direction: column;
	}

	 
	
    section.slide-news{
		width: 100%;
		min-height: auto;
        border-bottom: 1px solid #EEE;
        padding-bottom: 40px;
        margin-bottom: 40px;
	}
	

	section.slide-news figure{
		width: 100%;
		height: 195px;
		overflow: hidden;
	 
		margin: 0;
	}

	section.slide-news .carousel-control-prev{
		width: 30px;
		height: 30px;
		top: 80px;
		left: 10px;
	}
	section.slide-news .carousel-control-next{
		width: 30px;
		height: 30px;
		top: 80px;
		right: 10px;
	}

	.carousel-control-next-icon, .carousel-control-prev-icon {
		display: inline-block;
		width: 25px;
		height: 25px;
		background: transparent no-repeat center center;
		background-size: 100% 100%;
	}
	
	.carousel-control-prev-icon {
		background-image: url('../images/back.svg');
		color: #FFF;
	}
	
	.carousel-control-next-icon {
		background-image: url('../images/next.svg');
	}
	
	section.slide-news .carousel-indicators{
		top: 190px;
		background: url('http://wptest.local/wp-content/themes/agenciaac-wp/images/line-colors.png') repeat center;
		color: #FFF;
		height: 4px;
		padding: 5px;
	 
		left: 0;
		margin-left: 0;
		margin-right: 0;
	}

    section.slide-news h2{
        font-size: 1.5rem;
    }
}



/* 
    SLIDER NEWS
*/











/* 
    SECTION LAST NEWS
*/

section.last-news {
}




section.last-news div.box-news {
	display: flex;
	flex-direction: row;
	margin-bottom: 12px;
}

section.last-news div.box-news figure img {
	float: left;
	max-width: 275px;
	height: auto;
	margin-right: 20px;
}
section.last-news div.box-news h2 {
	font-size: 30px;
	font-weight: 600;
}

/* 
    MOBILE STYLES
*/
@media (max-width: 479px) {
   
    section#main-news div.box-news-right {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
        /* border: 1px solid blue; */
    }

    section#main-news div.box-news-right div.box-news {
        margin-right: 0px;
        width: 100%;
        justify-content: space-between;
        margin-top: 10px;
        
        padding-bottom: 5px;
    }
    section#main-news div.box-news-right div.box-news + div{
        border-top:1px solid #EEE;

    }
    section#main-news div.box-news-right div.box-news img {
 
        width: 100%;
        height: auto;
        margin-right: 0px;
        /* border: 1px solid blue; */
    }

    
    section.last-news {
        padding-bottom: 40px;
    }

    
}





/* 
    BOX NOTÍCIAS HEADER - LADO DO FLASH DE NOTICIAS

*/



/* 
  SIDE HOME
*/
div.box-side-home {
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
}

 

div.box-side-home figure img {
	border: 3px solid #144192;
	border-radius: 50%;
	box-shadow: 5px 5px 6px rgba(34, 34, 34, 0.205);
}



div.box-side-home h2 {
	font-size: 20px;
	font-weight: 700;
}

 
div.box-side-home span {
	font-style: italic;
}

div.box-side-home div {
	margin-left: 20px;
	padding-top: 10px;
}

div.btn-more-section {
	text-align: center;
	padding: 0 50px;
}
div.btn-more-section a {
	font-size: 18px;
	color: #fecc2c;
	border: 2px solid #fecc2c;
	border-radius: 5px;
	display: block;
	padding: 5px 0;
	text-transform: uppercase;
}
div.btn-more-section a:hover {
	background-color: #fecc2c;
	color: #fff;
}

div.btn-more-white {
	text-align: center;
	padding: 0 50px;
}
div.btn-more-white a {
	font-size: 18px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 5px;
	display: block;
	padding: 5px 0;
	text-transform: uppercase;
}
div.btn-more-white a:hover {
	background-color: #fff;
	color: #333;
}

div.agenda-gov {
	background: rgb(255, 255, 255);
	background: linear-gradient(
		166deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(232, 228, 228, 1) 88%
	);
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	padding: 30px 18px 20px 18px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div.agenda-gov-box {
	display: flex;
	flex-direction: row;
}

div.agenda-gov h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -1px;
}
div.agenda-gov p {
	line-height: 1.3;
}

div.agenda-gov-icon {
	width: 90px;
	padding-top: 5px;
	border-right: 1px solid rgba(153, 153, 153, 0.2);
	padding-right: 15px;
	margin-right: 15px;
	align-items: center;
}
div.agenda-gov-icon span {
	display: block;
}

div.agenda-gov-icon span.agenda-date {
	margin-top: 10px;
}

div.agenda-gov-content {
	/* border-top: 1px solid rgba(153, 153, 153, 0.2); */
	margin-top: 10px;
	padding-top: 10px;
}





/* ---------------------------------------------------
    PODCAST
----------------------------------------------------- */

section.audios{
    /* border: 1px solid blue; */
}

section.audios span.title-subtitle{
    display: block;
  
}

div.row-podcast{
 
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 15px;
    padding-top: 15px;
}
div.row-podcast:last-child{
    margin-bottom:30px;
}

div.row-podcast + div{
    border-top: 1px solid #eee;

}

div.col-podcast:first-child{
    width: 240px;
    height: auto;
    /* border: 1px solid green; */
    padding-right: 10px;
}
 
div.col-podcast img{
    width: 100px;
    height: auto;
    margin-top:2px;
}

/* 
    RÁDIOS
*/

div.radios-acre{

  
}

div.radios-acre div:nth-child(2){
    margin: 25px 0;
}

 

/* ---------------------------------------------------
    ACRE.GOV TV
----------------------------------------------------- */

section.tv-gov {
	background: rgb(40, 75, 140);
	background: linear-gradient(
		188deg,
		rgba(40, 75, 140, 1) 0%,
		rgba(40, 75, 140, 1) 35%,
		rgba(12, 38, 87, 1) 100%
	);
	min-height: 500px;
	width: 100%;
	padding: 30px 0;
}

div.title-box-tv {
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.062);
	margin-bottom: 40px;
}

.icon-play {
	color: #fff;
	margin-top: 2px;
}

div.title-box-tv h2 {
	color: #fff;
	font-weight: 700;
	font-size: 2.2rem;
	margin-left: 10px;
	letter-spacing: -1px;
}
div.title-box-tv h2 span {
	color: #fecc2c;
	font-weight: 900;
}

div.box-video-tv {
	width: 100%;
	background-color: #fff;
	margin-bottom: 35px;
}

div.box-video-tv-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
div.box-video-tv-item img {
	max-width: 100%;
	height: auto;
}

div.play-button {
	position: absolute;
	width: 100%;
	height: 95%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	color: #fff;
	opacity: 0.7;
}

div.play-button:hover {
	opacity: 1;
	color: #fff;
}
div.box-video-tv-text {
	padding: 5px 20px;
	min-height: 75px;
}
div.box-video-tv-text h2 a {
	font-size: 1.3rem;
	display: block;
}
.icon-play-item {
	text-shadow: 2px 2px 2px #222;
}

.line-divider {
	border-bottom: 1px solid #eee;
	margin: 10px 0 25px 0;
}

section.fotos {
	padding: 30px 0;
	background-color: #eee;
	min-height: 400px;
	margin-top: 40px;
	background: rgb(255, 255, 255);
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(232, 228, 228, 1) 88%
	);
}

section.fotos div.box-foto img {
	margin-bottom: 10px;
}
section.fotos div.box-foto h2 {
	font-size: 1.3rem;
	color: #222;
}
section.fotos div.box-foto {
	position: relative;
}
div.icon-foto {
	background-color: #144192;
	position: absolute;
	width: 50px;
	height: 50px;
	border-bottom-left-radius: 15px;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

div.icon-foto i {
	font-size: 3rem;
}

/* ---------------------------------------------------
    FOOTER 
----------------------------------------------------- */

div.box-nav-footer {
	/* background-color: #f4f4f4; */
	background-color: #f4f4f1;
	padding: 30px 0;
}

nav.nav-footer {
	border-left: 2px solid rgba(221, 221, 221, 0.671);
	min-height: 200px;
}

nav.nav-footer h3.nav-footer-title {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #333;
}

nav.nav-footer {
	padding-left: 20px;
}

nav.nav-footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 5px;
}
nav.nav-footer ul li a {
	display: block;
	margin-bottom: 5px;
	font-size: 0.9rem;
}
nav.nav-footer ul li a:hover {
	text-decoration-line: underline;
}

div.footer-gov {
	/* background-color: #e6e6e6; */
	background: rgb(255, 255, 255);
	background: linear-gradient(
		166deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(232, 228, 228, 1) 88%
	);
	padding: 30px 0;
}
div.footer-gov h2 {
	font-size: 1.2rem;
	font-weight: bold;
	padding-top: 20px;
	color: #333;
}
div.footer-gov p {
	color: #555;
}

div.footer-end {
	width: 100%;
	background-color: #333;
}
div.footer-end ul {
	padding: 0;
	padding-top: 15px;
}
div.footer-end ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}
div.footer-end ul li a {
	color: #fff;
	font-size: 12px;
	margin-right: 30px;
}
div.footer-end ul li a:hover {
	text-decoration-line: underline;
}
footer.main-footer {
	background-color: #222;
}

div.footer-end-secom {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}
div.footer-end-secom div:first-child::after {
	content: " ";
	width: 1px;
	height: 30px;
	border: 1px solid #ddd;
	margin-left: 20px;
}
div.footer-end-secom div {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 58px;
}
div.footer-end-secom a {
	color: #fff;
	display: block;
	font-size: 0.8rem;
	margin-left: 20px;
}

div.icons-social-networks {
	display: flex;
	flex-direction: row;
}
div.icons-social-networks a.icon-networks {
	background-color: #555;
	padding: 10px;
	border-radius: 22.5px;
	width: 45px;
	height: 45px;
	display: block;
	padding: 0;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
div.icons-social-networks a.icon-networks:hover {
	background-color: #144192;
}

div.icons-social-networks i {
	color: #fff;
	font-size: 1.4rem;
}

.scrolltop {
	cursor: pointer;
	position: fixed;
	width: 45px;
	height: 45px;
	border-radius: 22.5px;
	right: 30px;
	bottom: 40px;
	z-index: 9999;
	color: #fff;
	opacity: 0.7;
}
.scrolltop:hover {
	color: #fff;
	opacity: 1;
}

div.go-top {
	position: fixed;
	width: 45px;
	height: 45px;
	border-radius: 22.5px;
	right: 30px;
	bottom: 40px;

	background: linear-gradient(
		166deg,
		rgb(87, 88, 90) 0%,
		rgb(77, 78, 80) 35%,
		rgb(53, 54, 56) 100%
	);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
}

/* 
	CATEGORY
*/

.category-page header.page-header {
	border-bottom: 1px solid #f4f4f1;
	margin-bottom: 30px;
}
.category-page header.page-header h1.page-title {
	text-transform: uppercase;
	font-weight: bold;
}

.category-page {
	padding: 40px 0;
}
.category-page img {
	max-width: 100%;
	height: auto;
}

div.box-artitle-category {
	border-bottom: 1px solid #f4f4f1;
	padding-bottom: 15px;
	margin-bottom: 15px;
}


@media (max-width: 479px) {

	header.page-header{
		padding: 0 20px;
	}

	div.box-artitle-category header{
	   
		padding: 0 20px;
	}
	div.box-artitle-category header h2.entry-title{
		font-weight: bold;	
		font-weight: 1.8rem;
	}
}



/* 
	SINGLE
*/

div.box-single-page span.cat-name-single {
}

div.box-single-page p {
	font-size: 15pt;
	padding-bottom: 30px;
	line-height: 1.8;
	color: #444;
}

div.box-single-page img {
	max-width: 100%;
	height: auto;
}

div.box-single-page h1.entry-title {
	font-weight: bold;
}

div.box-single-page .entry-meta {
	margin: 25px 0;
}
div.box-single-page figure.wp-caption {
	margin-bottom: 20px;
}

div.box-single-page div.post-thumbnail {
	margin-bottom: 30px;
}

span.tags-links {
	display: inline-block;
}

span.title-tags {
	font-weight: bold;
}
span.tags-links a {
	display: inline-block;
	color: #144192;
}
span.tags-links a:hover {
	text-decoration: underline;
}

div.box-nav-posts-bottom-single {
	margin-top: 40px;

	margin-bottom: 50px;
}
div.post-navigation-sub span {
	font-weight: bold;
	color: #144192;
	font-size: 1rem;
}

div.nav-links {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-top: 1px solid #f4f4f1;
	padding-top: 30px;
}
div.nav-links a {
	font-weight: bold;
}
div.nav-links div.nav-previous {
	width: 40%;
	padding-left: 35px;
	position: relative;
}
div.nav-links div.nav-previous::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f053";
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 1.5rem;
	color: #999;
}

div.nav-links div.nav-next {
	width: 40%;
	padding-right: 35px;
	position: relative;
}

div.nav-links div.nav-next::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 2rem;
	color: #999;
}

div.ultimas-single {
	padding-bottom: 50px;
}
