/*Fontes*/

@font-face {
	font-family: Gilroy-Bold;
	src: url(../../assets/fonts/Gilroy-Bold.ttf);
}

@font-face {
	font-family: Gilroy-Black;
	src: url(../../assets/fonts/Gilroy-Black.ttf);
}

@font-face {
	font-family: Gilroy-Regular;
	src: url(../../assets/fonts/Gilroy-Regular.ttf);
}

@font-face {
	font-family: Gilroy-ExtraBold;
	src: url(../../assets/fonts/Gilroy-ExtraBold.ttf);
}

@font-face {
	font-family: Gilroy-Medium;
	src: url(../../assets/fonts/Gilroy-Medium.ttf);
}

/*top.jsp*/

@media ( min-width: 1200px) {
	.container {}
}

body {
	background: #F7F7F7;
}

.post .capa_noticia{ width: 50%; float: left; margin: 0 15px 10px 0; }

.imgBannerFull {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	left: 0 !important;
	right: 0;
	height: 165px;
	text-align: center;
	display: none;
}

.imgBannerFull img {
	width: 91.8%;
}

.maskFull {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999999999;
	display: none;
}

#bannerFull {
	width: 300px;
	/* height: 600px; */
	margin: 0 auto;
	position: fixed;
	z-index: 99;
	left: 0;
	right: 0;
	top: 7.5%;
	z-index: 9998;
	/* box-shadow: 2px 24px 52px #626060; */
	display: none;
}

#bannerFull .btnFechar {
	width: 40px;
	height: 40px !important;
	border-radius: 100%;
	line-height: 20px;
	float: left;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	text-align: center;
	right: 17px;
	bottom: 22px;
	background: url(../../static/images/fecharpop.png) no-repeat;
	font-weight: bold;
	/* margin: 1px 0px 0 0; */
	color: #155455;
	box-shadow: 0px 0px 10px #000;
	font-size: 13px;
	/* border: solid 1px #ddd; */
	display: none;
}

#bannerFull img {
	width: 100%;
}

#bannerFull.bannerVideo {
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	overflow-y: visible;
	padding: 30px 15px 15px;
	z-index: 99999999999;
}

#bannerFull.bannerVideo iframe {
	width: 590px !important;
	height: 360px !important;
	max-width: 100% !important;
	display: block;
	margin: auto !important;
}

#bannerFull.bannerVideo .btnFecharVideo{
	width: 590px !important;
	max-width: 100% !important;
	text-align: right;
	padding: 10px 0;
	color: #FFF;
	font-size: 18px;
	display: block;
	margin: 0 auto;
}
#bannerFull.bannerVideo .btnFecharVideo:hover,
#bannerFull.bannerVideo .btnFecharVideo:focus,
#bannerFull.bannerVideo .btnFecharVideo:active{
	text-decoration: none;
	color: #d8322a;
}

#bannerFull.bannerVideo .descricao-video{
	text-align: center;
	font-size: 18px;
	color: #FFF;
	margin-top: 20px;
}
#bannerFull.bannerVideo .descricao-video .logo-tv{
	display: block;
	text-align: center;
}
#bannerFull.bannerVideo .descricao-video .logo-tv > img{
	height: 41px;
	width: auto;
	display: block;
	margin: 20px auto;
}

#bannerMateria .desktop{
	text-align: center;
	width: 100%;
	height: 100px;
	margin-top: 20px;
	margin-bottom: 5px;
}
#bannerMateria .mobile{
	display: none;
	text-align: center;
}

.colunas-artigos{

}
.colunas-artigos article img{
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.colunas-artigos article{
	margin: 20px 0px;
	font-size: 14px;
}
.colunas-artigos article .artigo-texto{
	text-align: center;
}
.colunas-artigos article .artigo-title{
	margin-top: 10px;
}
.colunas-artigos article h3{
	font-size: 14px;
	margin-top: 10px;
	font-weight: bold;
}
.colunas-artigos article .bio{
	font-size: 14px;
}

a:hover {
	text-decoration: none !important;
}

.background_color {
	background-color: #fff;
}

.top {
	text-align: center;
	max-height: 170px;
	/* padding: 15px 0; */
	background: transparent;
}

.top_banner_propaganda {
	margin-top: 1%;
	width: 75vw;
	max-width: 800px;
}

.top_info {
	color: #000;;
	text-align: right;
	font-size: 12px;
	margin: 14px 0;
}

.top_info_clima .slide {
	width: 175px;
	text-align: center;
    overflow: hidden;
	display: inline-block !important;
	bottom: -4px;
	position: relative;
	padding: 0;
	margin: 0;
}
.top_info_clima .slide li{
    list-style: none;
    padding: 0;
    display: block;
    overflow: hidden;
}
.top_info_clima .slide li .nome{
	margin-right: 5px;
}
.top_info_clima .slide li i{
    position: relative;
    bottom: 1px;
}
.top_info_clima .slide li .bigT{
	margin-right: 3px;
}
.top_info_clima .slide li .fa-chevron-down,
.top_info_clima .slide li .smallT{
	color: #0089C8;
}
.top_info_clima .slide li .fa-chevron-up,
.top_info_clima .slide li .bigT{
	color: #d8322a;
}
.top_info_clima .slide .owl-nav{
	display: none;
}
.top_info_clima .icon-clima{
	margin-left: 10px;
	position: relative;
	top: 2px;
}
.top_info_clima .icon-clima svg {
	height: 15px;
}

.top_info_clima .icon-clima * {
	stroke: #000;
}

.top_info_clima .temperatura {
	margin-left: 3px;
}

.top_info_dolar a {
	display: inline-block !important;
	padding: 0;
	border: none !important;
	overflow: inherit !Important;
	margin-left: 10px;
}
	.top_info_dolar a > *{
	display: none !important;
}
.top_info_dolar a > span{
    display: block !important;
    color: #000;
	font-size: inherit;
	margin: 0;
	font-weight: normal;
}

.top_info div {
	display: inline-block;
}

.top_info > div:after {
	content: "";
	width: 1px;
	height: 10px;
	background: #000;
	display: inline-block;
	position: relative;
	margin: 0 10px;
}

.top_info div:last-child:after {
	display: none;
}

.logo_paraiba {
	width: 100%;
	max-width: 200px;
}

@media screen and (max-width:600px) {
	#bannerFull.bannerVideo iframe{
		height: 250px !important;
	}
	#bannerFull.bannerVideo{
		right: initial !important;
		left: initial !important;
		top: initial !important;
	}
	.lupa {
		text-align: right;
		font-size: 9vw;
		margin-top: 2%;
	}
}

@media screen and (min-width:768px) {
	.noticia_dataPublicacao {
		float: left;
	}
	.noticia_share {
		float: right;
	}
}

@media screen and (min-width:1025px) {
	.footer_links {
		font-size: 12px !important;
	}
	;
	.titulo_arapuan {
		font-size: 14px !important;
	}
}

.lupa {
	text-align: right;
	font-size: 9vw;
	margin-top: 2%;
}

.menu {
	font-family: Gilroy-Regular;
	float: left;
}

.menu span {}

.menu_images {
	width: 18px;
}

.menu_img {
	width: 16px;
}

.divisao {
	border-top: 1px solid #D3D3D3;
	padding-top: 10px;
}

.divisao.sem-espaco {
	padding: 0;
	margin: 0;
}

.grupo_arapuan {
	padding: 10px 0;
	display: flex;
	justify-content: space-evenly;
	width: 100vw;
	border-top: solid 1px #d3d3d3;
}

.images_arapuan {
	width: 32px;
	float: left;
	margin-right: 10%;
}

.icones_arapuan_menores {
	width: 45px !important;
	margin-top: 5px;
}

.icones_arapuan_minimo {
	width: 59px !important;
	margin-top: 8px;
}

.icones_menu {
	float: left;
	margin-right: 10%;
}

.titulo_arapuan {
	font-size: 16px;
	line-height: 210% !important;
	font-family: Gilroy-Regular;
	margin-bottom: 0;
	float: left;
}

.coluna_arap {
	width: auto;
	text-align: center;
	float: left;
}

.arapapuan_divisoria {
	border-right: 1px solid #eaeaeaa6;
}

/*Footer*/

.images_arapuan_footer {
	width: 20px;
	float: left;
    margin-top: 5px;
}

.imagens_footer {
	margin-top: 1%;
	display: flex;
	justify-content: center;
	height: 1%;
}

.footer_links {
	font-family: Gilroy-Regular;
	font-size: 14px !important;
	cursor: pointer;
	margin-bottom: 0px !important;
}

.footer_data {
	margin: 10px 0 0 0;
	justify-content: space-evenly;
}

.footer_separacao {
	border-right: 1px solid #000;
}

.social {
	margin: 0 1.5px !important;
}

a {
	text-decoration: none;
	color: #000;
}

.footer_data_behoh {
	float: right;
	margin-top: 5px;
}

.icones_footer_menores {
	width: 30px !important;
}

/*Carousel*/

.slides_big {
	width: 577px;
}

.slides_lateral {
	width: 555px;
	background-size: cover;
	height: 197px;
	overflow: hidden;
}

.margin_top {
	margin-top: 1%;
}

/*COLUNISTAS*/

/* carousel */

.media-carousel {
	margin-bottom: 0;
	padding: 0 40px 30px 40px;
	margin-top: 30px;
}

/* Previous button  */

.media-carousel .carousel-control.left {
	left: -12px !important;
	background-image: none;
	background: none repeat scroll 0 0 rgb(255, 0, 0);
	border: 4px solid rgb(255, 0, 0);
	height: 40px;
	width: 40px;
	margin-top: 30px
}

/* Next button  */

.media-carousel .carousel-control.right {
	right: -12px !important;
	background-image: none;
	background: none repeat scroll 0 0 rgb(255, 0, 0);
	border: 4px solid rgb(255, 0, 0);
	height: 40px;
	width: 40px;
	margin-top: 30px
}

/* Changes the position of the indicators */

.media-carousel .carousel-indicators {
	bottom: -30px;
	margin-right: -19px;
}

/* Changes the colour of the indicators */

.pagerCarousel {
	position: absolute !important;
	bottom: -35px !important;
}

.carousel-indicators li {
	width: 9px;
	height: 9px;
	margin: 0;
	background-color: #c3c3c3 !important;
}

.carousel-indicators li.active {
	width: 9px;
	height: 9px;
	background: #f2453e !important;
}

/* .media-carousel img
{
  width: 250px;
  height: 100px
} */

/* End carousel */

.title {
	margin-bottom: 0 !important;
}

.image-resize {
	width: 100px;
}

.remove_border {
	border: none;
	float: left;
}

.extraBold {
	font-family: Gilroy-ExtraBold !important;
}

.top_section {
	border-top: 1px solid #b3b3b3;
	padding-top: 27px !important;
}

.title {
	font-family: Gilroy-Medium;
	font-weight: 900;
	margin-bottom: 3%;
	font-size: 22px;
}

.title p {
	margin: 0 !important;
}

.title b {
	color: #d8322a;
}

.title p a {
	color: #ff3333;
	cursor: pointer;
}

.bottom_ajust {
	margin-bottom: 3%;
}

.resize_image {
	max-height: 160px;
}

/*.resize_image_big{
    position: relative;
    max-height: 340px;
    max-width: 510px;
}*/

.sobreImagem {
	position: absolute;
	margin-top: -25%;
	margin-left: 2%;
	width: 450px;
	color: #fff;
}

.fontNormal {
	font-family: Gilroy-Light;
}

.fontBold {
	font-family: Gilroy-Bold;
}

.fontExtraBold {
	font-family: Gilroy-ExtraBold;
}

.fontRegular {
	font-family: Gilroy-Regular
}

.grey_color {
	color: #fefefe
}

.abaixoImagem {
	position: relative;
	margin: 0;
	margin-top: 3%;
	line-height: 16px;
}

.tipo_size {
	font-size: 12px;
}

.tempo_publicacao {
	font-size: 12px;
	color: #ffffff;
}

.justify {
	text-align: justify;
}

.tempo_publicacao_small {
	font-size: 11px;
	color: #0c0603;
}

a {
	color: #000;
	text-decoration: none;
}

.image_circle {
	border-radius: 50px;
	width: 65%;
}

.float_box {
	display: flex;
	flex-wrap: wrap;
}

.index {
	font-size: 40px;
	font-family: Gilroy-Regular;
	float: left;
	font-weight: 900;
	height: 130px;
	margin-top: -5px;
	text-shadow: 0px 1px, 1px 0px, 1px 1px;
}

.newsTitle {
	font-size: 15px;
	font-weight: 700;
	max-width: 180px;
	height: 80px;
	font-family: Gilroy-Regular;
	padding-left: 7px;
	text-overflow: ellipsis;
	text-align: left;
	overflow: hidden;
}

.newsTitle a {
	color: #000;
	cursor: pointer;
}

.timePub {
	font-size: 12px;
	font-weight: bolder;
	font-family: Gilroy-Regular;
	color: #b3b3b3
}

.title p a {
	color: #ff3333;
	cursor: pointer;
}

.resize_image {
	max-height: 160px;
}

.sobreImagem {
	position: absolute;
	margin-top: -25%;
	margin-left: 2%;
	width: 75%;
	color: #fff;
	line-height: 20px;
}

.fontNormal {
	font-family: Gilroy-Light;
}

.fontBold {
	font-family: Gilroy-Bold;
}

.fontExtraBold {
	font-family: Gilroy-ExtraBold;
}

.fontRegular {
	font-family: Gilroy-Regular
}

.grey_color {
	color: #fefefe
}

.fontSize {
	font-size: 18pt;
}

.tipo_size {
	font-size: 14pt;
}

.justify {
	margin-top: 2%;
	text-align: justify;
}

@media ( max-width: 992px) {
	.fontSize {
		font-size: 12pt;
	}
	.sobreImagem {
		margin-top: -28%;
	}
}

.image-circle {
	width: 100px;
	border-radius: 50%;
	height: 100px;
	filter: grayscale(100%);
	float: left;
	margin-right: 20px;
}

#colunas a:hover {
	text-decoration: none !important;
}

.colunasSlider {
	margin: 20px 0 13px;
}

@media ( max-width: 400px) {
	.colunasSlider {
		margin: 0 0 20px 0;
	}
	.carousel-control {
		display: none;
	}
}

@media ( max-width: 767px) {
	.carousel-inner .active.left {
		left: -100%;
	}
	.carousel-inner .next {
		left: 100%;
	}
	.carousel-inner .prev {
		left: -100%;
	}
	.active>div {
		display: none;
	}
	.active>div:first-child {
		display: block;
	}
}

@media ( min-width: 767px) and (max-width: 992px) {
	.carousel-inner .active.left {
		left: -50%;
	}
	.carousel-inner .next {
		left: 50%;
	}
	.carousel-inner .prev {
		left: -50%;
	}
	.active>div {
		display: none;
	}
	.active>div:first-child {
		display: block;
	}
	.active>div:first-child+div {
		display: block;
	}
}

@media ( min-width: 992px) {
	.carousel-inner .active.left {
		left: -16.7%;
	}
	.carousel-inner .next {
		left: 16.7%;
	}
	.carousel-inner .prev {
		left: -16.7%;
	}
}

#colunas {
	margin-bottom: 0px !important;
}

.titulo_coluna {
	font-family: Gilroy-Regular;
	font-size: 17px;
	line-height: 116%;
	/*text-transform: uppercase;*/
	color: #666;
	margin-top: 20px;
}

.nome_colunista {
	font-family: Gilroy-Bold;
	font-size: 17px;
	margin-top: -10px;
}

.button_slider {
	height: auto;
	width: 25px;
}

.rotat {
	transform: rotate(180deg);
}

.button_slider img {
	width: 100%;
	padding: 25px 0;
}

.margin {
	/*margin-top:1%;*/
}

.olho_noticia {
	font-family: Gilroy-Regular;
	text-transform: uppercase;
	font-size: 14px;
	margin: 6px 0 3px !important;
	color: #666;
}

.titulo_noticia {
	font-family: Gilroy-Bold;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	line-height: 120%;
	/* text-transform: uppercase; */
	margin-bottom: 3px;
}

.imagem_big {
	width: 100%;
	max-height: 385px;
	object-fit: cover;
}

.no-pagging {
	padding: 0;
}

.editoria_titulo {
	font-family: Gilroy-Regular;
	color: #E54C4C;
	text-transform: uppercase;
	margin-top: 30px;
	font-size: 18px;
}

.noticia_titulo {
	font-family: Gilroy-Bold;
	/*text-transform: uppercase;*/
	text-align: left;
	margin-top: 0;
	line-height: 130%;
}

.imagem a img {
	width: auto;
	max-width: 100%;
	margin-bottom: 15px;
}

.noticia p {
	font-family: Gilroy-Regular;
	margin-top: 15px;
	text-align: justify;
}

.noticia_fonte {
	font-family: Gilroy-Bold;
	margin: 5% 0;
	font-size: 15px;
}

.noticia_dataPublicacao_area {
	margin-top: 25px;
}

.noticia_dataPublicacao {
	font-family: Gilroy-Regular;
	color: #666666;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
	margin-top: 7px;
}

.noticia_divisoria {
	border: .5px solid #cccccc;
	margin-bottom: 3%;
}

.noticiacorpo {
	font-family: Gilroy-Regular;
	color: #000;
	font-size: 18px;
	line-height: 150%;
}

.noticiacorpo img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.pub_data {
	font-family: Gilroy-Medium;
	font-size: 13px;
	color: #666;
}

.addthis_inline_share_toolbox {
	text-align: left;
}

.botao_voltar {
	font-family: Gilroy-Medium;
	font-size: 16px;
	color: #d8322a;
}
.botao_voltar i{
	font-size: 9px;
	top: -2px;
	position: relative;
}

.editoria_titulo_Lista {
	font-family: Gilroy-Bold;
	color: #000;
	text-transform: uppercase;
	margin-top: 10px;
	padding-top: 0;
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
.editoria_titulo_Lista .cat_nome{
	font-family: Gilroy-Regular;
	font-weight: 100 !important;
	display: inline-block;
	text-transform: uppercase;
}

.carousel-image-big {
	width: 100%;
}

.image-big {
	width: 100%;
}

.carousel-position {
	margin-bottom: 0;
	position: relative;
}

.lateral_top {
	margin-bottom: 5%;
}

.lateral_bottom {
	width: 100%;
	display: inline-block;
	height: 75%;
}

.width {
	width: 100%;
}

.margin {
	/*margin-bottom: 2%;*/
}

.responsive {
	display: none;
}

.informacoes_internas_noticia {
	position: absolute;
	bottom: 0.5em;
	left: 1.5em;
	width: 85%;
	z-index: 990;
}

.imgdestaque {
	overflow: hidden;
	position: relative;
	margin-bottom: 3%;
	max-height: 385px;
}

.imgdestaque::before,
.imgcont::before,
.imgcont2::before {
	content: '';
	height: 51%;
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 1));
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 99;
}

.line-3-destaques{
	margin-top: -70px;
}

.line-3-destaques figure{
	width: 100%;
	padding: 0px !important;
	margin: 0px !important;
	height: 189px;
	overflow: hidden;
}

.line-3-destaques figure img{
	width: auto !important;
	height: 189px;
}

.mt-1 {
	margin-top: 25px !important;
}

.principalsemfoto .imgcont::before {
	display: none !important;
}

.titulo_noticia_interno {
	font-family: Gilroy-Bold;
	font-size: 20px;
	margin-top: 5px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	text-transform: ;
	text-decoration: none;
}

.titulo_noticia_bigger {
	;
	font-family: Gilroy-Bold;
	font-size: 34px;
	margin-top: 5px;
	color: #000;
	width: 100%;
	text-transform: ;
	text-decoration: none;
	line-height: 115%;
	margin-bottom: 5px;
}

.titulo_noticias {
	font-family: Gilroy-Bold;
	font-size: 26px;
	color: #000;
	width: 100%;
	text-transform: ;
	text-decoration: none;
	line-height: 125%;
	margin-bottom: 5px;
}

.titulo_noticias_col {
	font-family: Gilroy-Bold;
	font-size: 19px;
	margin-top: 5px;
	color: #000;
	width: 100%;
	text-transform: ;
	text-decoration: none;
	line-height: 120%;
	margin-bottom: 5px;
}

.pub_data_bigger {
	font-family: Gilroy-Medium;
	font-size: 13px;
	color: #000;
}

.carousel-position .olho_noticia_interno,
.olho_noticia_col {
	color: #f3554f;
	font-size: 18px;
	margin-bottom: 0;
	text-transform: capitalize;
}

.carousel-position .smaller .olho_noticia_interno,
.olho_noticia_col {
	font-size: 14px;
	text-transform: capitalize;
	font-family: Gilroy-Regular;
}

.olho_noticia_interno {
	font-family: Gilroy-Regular;
	text-transform: capitalize;
	font-size: 15px;
	color: #fff;
}

.pub_data_big {
	font-family: Gilroy-Medium;
	font-size: 12px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

@media (min-width: 768px) and (max-width:991px) {
	.grupo_arapuan,
	.navbar-header {
		display: none
	}
	.logo_paraiba {
		width: 40vw;
		max-width: 400px;
	}
	/*.titulo_noticia{
		font-size: 25px;
	}
	.olho_noticia{
		font-size:20px;
	}
	.pub_data{
		font-size:25px;
	}
	.title{
		font-size:35px;
	}

	.footer_links{
		font-size:35px;
		float:left;
	}
	.menu_images{
		display:none;
	}
	.social, .no-responsive{
		display:none;
	}
	.responsive{
		margin-top:1%;
		display:block;
	}
	.margin_social{
		margin-top:10%;
	}
	.margin{
		margin-top:2%;
	}
	.responsive_social{
		font-size: 70px;
	}

	.icon_behoh{
		margin-top:10%;
		margin-bottom:5%;
	}

	.behoh_responsive{
		width:100px;
	}

	.editoria_titulo{
		font-size:30px;
	}

	.noticia p{
		font-size: 35px;
	}

	.noticia div {
		font-size: 35px;
	}
	.noticia_fonte strong{
		font-size:30px;
	}

	.noticia_fonte{
		font-size:30px;
	}
	.noticia_dataPublicacao{
		font-size: 20px;
	}*/
}

.carouselPrincipal {
	/*max-height: 565px!important;*/
	height: auto;
}

.carousel-control {
	background: #f25650;
	width: 30px !important;
	opacity: 1;
}

.carousel-control.left,
.carousel-control.right {
	position: absolute !important;
	background-color: #f25650 !important;
	background-image: none !important;
	top: 50%;
	transform: translateY(-50%);
}

.carousel-control.left:after {
	content: '' !important;
}

.carousel-control.left {
	left: -15px;
	width: 30px;
	height: 80px;
}

.carousel-control.right {
	right: -15px;
	width: 30px;
	height: 80px;
}

.img-responsive {
	width: 100%;
	/* height: 50% !important; */
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden !important;
}

.item {
	position: relative;
}

.lista_noticias {
	margin: 25px 0;
}

.lista_noticias figure{
	width: 100%;
	padding: 0px !important;
	margin: 0px !important;
	height: 189px;
	overflow: hidden;
}

.lista_noticias figure img{
	width: auto !important;
	height: 189px;
}


.destaques {
	width: 50%;
	height: 0 !important;
	overflow: hidden;
	padding-bottom: 34.5%;
}

.destaques img {
	object-fit: cover;
	position: absolute;
	display: block;
	height: 100%;
}

.bla {
	border: solid 1px red;
}

.navigationtop {
	padding: 18px 15px;
	height: 77px;
	position: relative;
	font-family: 'Gilroy-Regular';
	font-size: 16px;
}

@media ( max-width: 767px) {
	.noticia_dataPublicacao_area {
		text-align: center;
	}
	.noticia_share {
		display: inline-block;
	}
	.navigationtop {
		height: auto !important;
	}
}

.menu_superior_size {
	margin-bottom: 0px !important;
}

.menu_superior_size img {
	margin-top: 3px;
}

.navigationtop .col-md-1 {
	width: 13% !important;
}

.p-12 {
	padding: 12px 0 !important;
}

/*
MENU DROPDOWN*/

.dropbtn {
	color: #000;
	cursor: pointer;
	min-width: 100px;
	position: relative;
	padding: 12px 0;
}

.dropbtn:hover {
	border-bottom: solid 4px #d8322a !important;
}

.dropdown {
	position: relative;
}

.w-100 {
	width: 100%;
}

.col-10 {
	width: 10% !important;
	float: left;
}

.col-19 {
	width: 19% !important;
	float: left;
}

.dropdown-content {
	display: none;
	position: absolute;
	right: 0;
	top: 109% !important;
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 2px 0px;
	text-decoration: none;
	display: block;
}

.dropdown:hover .dropdown-content {
	display: block;
}

#menu_responsive {
	display: none;
	float: right;
}

@media ( max-width: 767px) {

	.lista_noticias figure{
		height: 250px !important;
	}

	.lista_noticias figure img{
		width: 100% !important;
		height: auto !important;
	}

		.line-3-destaques{
			margin-top: 0px;
		}

	.menu {
		display: none
	}
	/*	#menu_responsive{
		display: block;
	}*/
	#bannerMateria .desktop{
		display: none;
	}
	#bannerMateria .mobile{
		display: block;
		margin-bottom: 35px;
	}
	#bannerMateria .mobile img{
		width: 100%;
		height: auto;
	}

	.colunas-artigos article .artigo-texto{
		text-align: left !important;
	}
}


.hidemob {
	display: block;
}

.dropdown-content ul {
	background: #fff;
	width: 450px;
	padding: 20px !important;
	box-shadow: 0px 0px 10px #a9a9a9;
}

.dropdown-content ul li {
	width: 49% !important;
	display: inline-block;
}

.menu {
	float: left;
	width: auto;
}

/*********/

/*https://codepen.io/nerdpruitt/pen/zxkfH?editors=1100*/

.grid {
	content: "";
	display: table;
	clear: both;
}

.grid {
	width: 100%;
}

.grid-cell {
	float: left;
	height: 100%;
}

.grid-50-50>.grid-cell--1,
.grid-50-50>.grid-cell--2 {
	width: 50%;
}

.grid-50-50>.grid-cell--1 {
	padding-bottom: 15px;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 80%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex--vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.flex--vertical .flex-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 60%;
	height: 50%;
	width: 100%;
	margin-top: -60px !important;
}

.grid {
	height: 0;
}

.grid-cell--2 {
	height: 660px;
	float: right;
}

.grid-cell--1,
.grid-cell--2 {}

.grid-cell--1 .flex {
	padding: 0px 0 0 0px;
}

.grid-cell--1 img {
	height: 100% !important width:100%
}

.grid-cell--2 .flex {
	padding: 15px 0px 0 15px;
}

.grid-cell--2 .flex {
	position: relative !important;
	overflow: hidden;
	padding: 0 15px 15px 15px;
	/* margin: 0 0 15px 0; */
	overflow: hidden;
}

.grid-cell--2 .flex-child img {
	object-fit: cover;
	width: 100%;
	/* height: 100%!important; */
}

.imgcont {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	float: left;
}

.imgcont2 {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0;
	right: 0;
	padding: 15px 0px 15px 0 !important;
	/* height: 93%; */
	height: auto;
	overflow: hidden !important;
}

.imgcont img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}

.footer {
	border-top: solid 1px #d3d3d3;
	padding: 40px 0 20px;
}

.editorias .col-md-3 {
	min-height: 350px;
}

@media ( max-width: 779px) {
	#propaganda_topo {
		/*display: none!important;*/
	}
}

@media ( max-width: 600px) {
	.grupo_arapuan p {
		display: none;
	}
	.grupo_arapuan .container {
		width: 100vw;
	}
	.arapapuan_divisoria {
		/*padding: 0!important;*/
	}
	.images_arapuan {
		float: left;
		margin: 0 3.4% !important;
	}
	.images_arapuan_footer {
		width: 30px !important;
		float: left;
	}
	.icones_footer_menores {
		width: 40px !important;
	}
	.footer_data {
		text-align: center;
		padding: 15px !important;
	}
	.footer {

	}
	.footer .logosradios a{
		display: inline-block;
    	margin: 0 40px 15px 0;
	}
	.copyright{
		text-align: left !important;
	}
	.no-responsive {
		display: none;
	}
	.responsive {
		display: block !important;
	}
	.margin_social {
		margin
	}
}

.individual {
	margin: 24px 0;
	overflow: hidden !important;
}

.individual .col-md-12 {
	max-height: 210px;
}

.individual .smaller {
	max-height: 110px;
}

.singlecolunistas {
	margin-bottom: 15px;
}

.search {
	float: right;
	padding-right: 15px;
}

.search input {
	height: 42px;
	line-height: 42px;
	padding-top: 0;
	padding-bottom: 0;
	font-family: 'Gilroy-regular' !important;
	font-size: 14px;
	color: gray;
	padding: 12px;
	float: left;
	border: solid 1px #ddd;
	border-right: none;
	width: 80%;
	outline: gray;
}

.logo {
	margin-right: 3%;
	margin-top: 6px;
}

.searchlupa {
	float: left;
	background: #d8322a;
	border: solid 1px #d8322a;
	padding: 11px 0;
	width: 20%;
	text-align: center;
	border-radius: 0px 3px 3px 0;
}

.searchlupa img {
	float: none;
}

.logosradios a {
	width: auto;
	height: 40px;
	margin-right: 2%;
}

.arapuanhdft {
	width: 70px !important;
	object-fit: fill;
}

.tvmiramarft {
	width: 65px !important;
	object-fit: fill;
}

.sucessoft {
	width: 46px !important;
	object-fit: fill;
	margin: 0 4%;
}

.arapuanfmft {
	width: 37px !important;
	object-fit: fill;
	margin-right: 1%;
}

.miramarfmft {
	width: 65px !important;
	object-fit: fill;
	margin-top: 11px;
}

.hamenu,
.searchbutton,
.menuResponsivo {
	display: none;
}

.arapapuan_divisoria {
	margin: 10px 0;
}

.copyright {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

/*RESPONSIVO DO PAINEL*/

.space-header{
	display: none;
	height: 61px;
}

/* ''''' MENU ''''' */

/* Icon 1 */

#nav-icon3 {
	width: 30px;
	height: 30px;
	position: relative;
	/* margin: 50px auto; */
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	float: left;
	margin-top: 5px;
	z-index: 999;
}

#nav-icon3 span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #0e0d0c;
	border-radius: 1;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
	top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
	top: 11px;
}

#nav-icon3 span:nth-child(4) {
	top: 22px;
}

#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.fullBannerParaiba,
.fullBannerPolitica {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin: 0 0 15px 0;
	background: #efefef;
}

.fullBannerEnter {
	width: 100%;
	margin: 0 auto 16px;
	text-align: center;
	background: #ebebeb;
	padding: 0 !important;
}

.fullBannerParaiba img,
.fullBannerEnter img,
.fullBannerPolitica img {
	max-width: 100% !important;
	object-fit: contain;
}

.fullBannerSite img {
	max-width: 100% !important;
	object-fit: contain;
	padding: 0 15px;
}

.menucontainermob {
	position: absolute;
	top: 46px;
	left: 0px;
	background: #ffffff;
	width: 100%;
	height: 90vh;
	z-index: 998;
	overflow-y: auto;
	display: none;
	border-bottom: solid 1px #e0e0e0;
}

.menucontainermob .ac-container{
	margin-top: 20px;
}

.menucontainermob h1 {
	font-family: 'Gilroy-Bold';
	margin: 25px 12px;
	font-size: 31px;
	position: absolute;
}

.ac-container label {
	font-family: 'Gilroy-Regular';
	z-index: 20;
	display: block;
	cursor: pointer;
	color: #0c0a0a;
	font-size: 21px;
	padding: 8px 25px;
}

.ac-container label:hover {
	background: #fff;
}

.ac-container label:hover:after,
.ac-container input:checked+label:hover:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;
}

.ac-container input {
	display: none;
}

.ac-container article {
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.ac-container input:checked~article {
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3);
}

.ac-container article p {
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.ac-container input:checked~article.ac-small {
	height: 87px;
	background: #f9f9f9;
}

.ac-container input:checked~article.ac-medium {
	height: 167px;
	background: #f9f9f9;
}

.ac-container input:checked~article.ac-large {
	height: 230px;
	overflow-y: auto;
	background: #f9f9f9;
}

.ac-container {
	margin-top: 60px;
}


.artc ul {
	padding: 0px;
	list-style: none;
}

.artc ul li {
	padding: 7px 57px;
	font-size: 20px;
}

.radiosmobile {
	border-top: solid 1px #ddd;
	padding-top: 11px;
}

.radiosmobile .logosradios {
	padding: 20px 0 !important;
	text-align: center;
}

.logosradios .uni {
	width: 33.3% !important;
	text-align: center;
	float: left;
	height: 65px !important;
}

.radiosmobile .arapuanhdftmenu {
	width: 80px !important;
}

.radiosmobile .tvmiramarftmenu {
	width: 77px;
}

.radiosmobile .sucessoftmenu {
	width: 63px;
}

.radiosmobile .arapuanfmftmenu {
	width: 55px;
}

.radiosmobile .miramarfmftmenu {
	width: 77px;
	margin-top: 17px;
}

.logocont {
	width: 17% !important;
	float: left;
}

.relacionadast {
	font-family: 'Gilroy-Bold';
	font-size: 15px;
	margin-bottom: 11px;
}

.relacionadast::before {
	content: '';
	width: 5px;
	height: 5px;
	background: #f3554f;
	float: left;
	margin-right: 5px;
	margin-top: 4px;
}

.post {
	display: none;
}

.load-more {
	box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, .2);
	cursor: pointer;
	margin-top: 16px;
	border-radius: 3px;
	text-align: center;
	text-transform: uppercase;
}

.gui-color-primary-bg {
	background-color: #c4170c;
	height: 50px;
	max-width: 100% !important;
	object-fit: contain;
	padding: 0 15px;
	width: 150px;
	margin: 3% auto;
}

.load-more a {
	font-family: proximanova, proximanova-bastian, Arial, sans-serif;
	font-weight: 700;
}

.load-more a {
	color: #fff;
	display: block;
	font: 700 14px Arial, sans-serif;
	padding: 15px 0;
	text-decoration: none;
}

#sidebar {
	margin-top: 30px;
}

.side_titulo {
	font-size: 19px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 30px;
	padding-left: 5px;
}

.side_titulo div {
	display: inline-block;
}

.titulo_vermelho {
	color: #d8322a;
}

.mais_lidas {
	margin: 0;
	padding: 0;
}

.mais_lidas ol{
	padding: 0;
}
.mais_lidas li {
	padding: 0;
	list-style: none;
	position: relative;
}

.mais_lidas li a {
	display: block;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	padding-left: 35px;
	font-size: 14px;
	margin: 0 auto 25px;
}

.mais_lidas li a:hover,
.mais_lidas li a:focus,
.mais_lidas li a:active {
	color: #23527c;
}

.mais_lidas li a:before {
	content: "";
	width: 31px;
	height: 3px;
	display: block;
	position: absolute;
	top: -3px;
	left: 35px;
	background: #d8322a;
}

.mais_lidas li big {
	font-size: 52px;
	position: absolute;
	left: 0;
	top: -4px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}

.mais_lidas_principal{
	display: block;
	margin: 10px 0 100px;
	overflow: hidden;
    border-top: solid 1px #d3d3d3;
    padding: 30px 0;
}
.mais_lidas_principal li{
    width: 19%;
    overflow: hidden;
    float: left;
    text-align: left;
    clear: right;
    margin: 0 15px 0 0;
}
.mais_lidas_principal li:nth-child(n+4){
	margin-right: 0;
}
.mais_lidas_principal li big{
	top: 0;
}
.mais_lidas_principal li a{
	padding-top: 5px;
}
.mais_lidas_principal li a:before{
	top: 0;
}
.mais_lidas_principal .side_titulo{
	text-align: left;
}


.enquete {
	padding: 15px;
	margin-top: 30px;
	background: #FFF;
}

.enquete .side_titulo {
	margin-bottom: 10px;
}

.enquete ul {
	padding: 0;
}

.enquete li {
	list-style: none;
	margin: 0 0 10px;
}

.enquete li input {
	margin-right: 5px;
}

.form-enquete {
	margin: 0;
}

.enquete_titulo {
	margin-bottom: 10px;
}

.form-enquete .btn_votar {
	margin-top: 20px;
}

.btn_vermelho {
	color: #FFF;
	display: block;
	background: #d8322a;
	width: 100%;
}

.btn_vermelho:hover,
.btn_vermelho:focus {
	color: #FFF;
	background: #cc1e16;
}

.enquete .link {
	padding: 10px;
	display: block;
	text-align: center;
	color: #d8322a;
}

.enquete .link:hover,
.enquete .link:focus {
	color: #000;
}

.side-banner-espaco {
	margin: 20px 0 0;
}

.side-banner {
	text-align: center;
}

.side-banner img {
	display: block;
	margin: auto;
}

.noticias-vinculadas{
	display: block;
	margin-bottom: 80px;
}
.noticias-vinculadas--tag{
	text-transform: uppercase;
	color: #0c0603;
	font-size: 14px;
    font-weight: normal;
    margin-top: 4px;
}
.noticias-vinculadas--data{
	text-transform: initial;
	color: rgba(0,0,0,0.5);
	font-size: 14px;
    font-weight: normal;
}
.noticias-vinculadas--data span{
	position: relative;
	margin-left: 20px;
}
.noticias-vinculadas--data span:before{
    content: "";
    width: 1px;
    height: 10px;
    background: rgba(0,0,0,0.3);
    position: absolute;
    left: -10px;
    bottom: 3px;
}
.noticias-vinculadas--title{
    text-transform: uppercase;
    font-size: 19px;
    margin: 15px 0 43px;
    border-top: solid 1px #d3d3d3;
    padding-top: 30px;
}

.noticias-vinculadas--title span{
	font-weight: bold;
}
#noticias-vinculadas .item{
    display: block;
	padding: 0;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
    line-height: 20px;
}
.noticias-vinculadas--text{
    margin: 2px 0 7px;
    display: block;
    text-transform: initial;
}


.btn-go-top{
	display: none;
    width: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    opacity: 0.5;
    padding: 11px 5px 13px;
    text-align: center;
    border: 0.5px solid rgba(0,0,0,0.5);
}

.busca-mobile{
	display: none;
    height: 100%;
    position: fixed;
    padding-top: 46px;
    width: 100%;
    z-index: 999999999;
    padding: 46px 15px 15px 15px;
    background: rgba(0,0,0,0.9);
}

.busca-mobile form{
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: calc(100% - 30px);
}

.busca-mobile .form-control{
	height: 70px;
	line-height: 70px;
	border-radius: 0;
    border: 0;
}

.busca-mobile .btn{
    height: 70px;
    line-height: 70px;
    border-radius: 0;
    width: 70px;
    border: 0;
    box-shadow: none;
    font-size: 27px;
    color: rgba(0,0,0,0.7);
}

.busca-mobile .fechar-busca{
    font-family: Gilroy-Medium;
    font-size: 20px;
    color: #FFF;
    position: absolute;
    top: 15px;
    right: 15px;
    box-shadow: none !important;
}
.busca-mobile .fechar-busca:hover,
.busca-mobile .fechar-busca:active,
.busca-mobile .fechar-busca:focus{
	color: #d8322a;
}

.radio-area{
	padding: 0 !important;
}


@media ( max-width :600px) {
	#bannerFull {
		right: -31px !important;
	}
	.top_info {
		text-align: center;
	}
	.top_info div{
		display: none;
	}
	.top_info div:after{
		display: none;
	}
	.top_info{
		margin: 0 !important;
	}
	.navigationtop{
		border: 0 !important;
	}

}

@media (max-width: 991px){

	.lista_noticias figure{
		height: 420px;
	}

	.lista_noticias figure img{
		width: 100% !important;
		height: auto !important;
	}

	.footer{
		padding: 40px 0 65px;
	}
	.footer_data_behoh{
		float: left;
		margin-top: 45px;
	}
	.logosradios .uni{
		float: none;
		display: inline-block;
	    width: auto !important;
	    margin: 0 15px;
	}
	.logo_paraiba {
		width: auto;
		height: 30px;
    	margin-top: 4px;
	}
	.space-header{
		display: block;
		height: 46px;
	}
	.grid-cell {
		float: none;
	}
	/*	.grid{
		height: auto!important;
	}*/
	.grid-50-50>.grid-cell--1,
	.grid-50-50>.grid-cell--2 {
		width: 100%;
	}
	.imgcont {
		padding-bottom: 0;
		height: auto;
	}
	.principalsemfoto {
		padding: 0 !important;
	}
	.individual {
		margin: 15px 0;
	}
	.individual .col-md-12 {
		max-height: none;
	}
	.individual .smaller {
		max-height: none;
	}
	.titulo_noticia_bigger {
		font-family: Gilroy-Bold;
		font-size: 30px;
	}
	.downer {
		margin-top: 20px !important;
	}
	.smaller .titulo_noticias {
		font-family: Gilroy-Bold;
		font-size: 19px;
	}
	.painelimgs {
		width: 100%;
    height: auto;
    float: left;
    display: inline-block;
	}

	.painelimgs .flex-child{
		flex: none;
		height: 320px;
		margin-top: 0px !important;
	}

	.painelimgs .flex-child .flex{
		display: block;
		height: 320px;
	}

	.titulo_noticia {
		margin-bottom: 20px !important;
	}
	.margin_social {
		margin-top: 15px !important;
	}
	.imgdestaque {
		margin-bottom: 25px;
	}

	.footer_links {
	    text-align: left;
	}
	.arapapuan_divisoria{
	   margin: 0;
	   padding: 0 !important;
    	text-align: left;
	}
	.menuResponsivo {
		display: block !important;
	}
	#containmenu {
		display: none !important;
	}
	.hamenu {
		display: block !important;
		height: 31px;
		width: 31px;
		background: url(../../assets/images/icones/menu-button.svg) no-repeat;
		background-size: contain;
		margin-top: 22%;
		border: none;
		float: right;
		outline: none;
	}
	.searchbutton {
		display: block !important;
		height: 23px;
		width: 24px;
		background: url(../../assets/images/icones/search.svg) no-repeat;
		background-size: contain;
		margin-top: 6px;
		border: none;
		/* float: right; */
		outline: none;
	}
	.iconmenus {
		float: right !important;
	}
	.titulo_noticia_interno {
		font-family: Gilroy-Bold;
		font-size: 17px !important;
	}
	.icon_behoh {
		text-align: center;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.icon_behoh img {
		display: block;
		margin: 0 auto;
		float: none !important;
	}
	.search {
		display: none;
	}
	.principalsemfoto {
		display: block !important;
	}
	.hidemob {
		display: none !important;
	}
	.icones_menu {
		margin-right: 10px;
		margin-top: 2px;
	}
	.menu_images {
		width: 20px !important;
		height: auto;
	}
	.behoh_responsive {
		display: block;
	}
	.mais_lidas_principal li{
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		overflow: hidden;
		overflow-y: visible;
	}
	/* .mais_lidas_principal li:nth-child(n+2):after{
		content: "";
		display: block;
		overflow: hidden;
		clear: both;
	}	 */

	.navigationtop{
	    height: auto !important;
	    position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    z-index: 99999999;
	    background: #F7F7F7;
	    border-bottom: 1px solid #D3D3D3;
	    padding: 5px 15px;
	}
}

@media (max-width: 767px){
	.mais_lidas_principal li{
		width: 100%;
		height: auto;
	}
	.mais_lidas_principal{
		margin-bottom: 0;
	}
}

@media (min-width: 992px) and (max-width: 1100px){
	.btn-go-top{
		bottom: 80px;
	}
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
