main.content-site-devmedia * {
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
}
.txt-frase-pocket {
	color: black;
	margin-top: 20px;
	margin-bottom: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}
.container-titulo {
    width: 100%;
    max-width: 1150px;
}
.box-titulo h1{
	margin: 0;
	color: #fff;
	font-size: 40px;
}
.box-titulo {
	background: linear-gradient(90deg, rgba(58,14,103,1) 0%, rgba(29,29,29,1) 35%);
	padding: 50px 30px;
	display: flex;
    justify-content: center;
}
.menu-topo-pocket {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 0 40px;
	color: #fff;
	border: 0px solid #000;
	border-top: 1px solid #fff;
	background: linear-gradient(90deg, rgba(58,14,103,1) 0%, rgba(29,29,29,1) 35%);
}

.busca-pocket {
	width: 100%;
	padding: 10px 0;
	display: none;
}
.busca-pocket {
	order: 2;
}
.busca-pocket form {
	width: 200px;
	display: flex;
	justify-content: flex-start;
}
.busca-pocket input {
	width: calc(100% - 30px);
	height: 30px;
	margin: 0;
	padding: 0px 10px;
	color: #666;
	font-size: 12px;
	font-weight: 500;
	border: none;
	outline: none;
}
.busca-pocket button {
	width: 30px;
	height: 30px;
	padding: 0;
	border: 1px solid #fff;
	background: url('../img/img_busca_pocket.png') no-repeat transparent;
	background-position: center center;	
	cursor: pointer;
	outline: none;
}
.menu-pocket {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-pocket-dropdown {
	width: 200px;
	height: 30px;
	display: flex;
	align-items: center;
	padding-left: 10px;
	position: relative;
	color: #666;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	background-color: #fff;
}
.menu-pocket-dropdown::after {
	width: 5px;
	height: 5px;
	content: '';
	display: block;
	position: absolute;
	right: 15px;
	top: calc(50% - 2px);	
	border-style: solid;
	border-width: 0 2px 2px 0;
	border-color: #666;	
	background: transparent;
	transform: rotate(45deg) translateY(-50%);
}
.sub-menu-dropdown {
	width: 380px;
	display: none;
	padding: 0;
	position: absolute;
	background: #fff;
	box-shadow: 12px 15px 20px rgba(17, 136, 233, 0.05);
	z-index: 2;
    flex-wrap: wrap;
    padding: 15px 0;

}
.sub-menu-dropdown li {
    width: 50%;
    justify-content: center;
    align-items: center;
}
.sub-menu-dropdown a {
	display: block;
	padding: 15px 20px;

	color: #666;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
}
.sub-menu-dropdown a:hover{
	background: #f5f6fa;
}
.titulo-pagina-pocket {
	color: #666;
	font-size: 28px;
	font-weight: 600;
	line-height: 30px;
	width: 100%;
	margin: 0;
	padding: 40px 0;
	list-style: none;
}
.titulo-desc {
	display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 25px 20px 20px;
    justify-content: space-between;
    gap: 15px;
}
.ver-mais {
    width: 100%;
    padding: 20px 0px;
    color: #1a1a1a;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #1a1a1a;
    background: #fff;
    cursor: pointer;
    max-width: 360px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -31px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 17px;
}
.ver-mais:hover {
	background: #13edff;
	border-color: #13edff;
}
.titulo_artigo{
	display: inline-block;
	color: #666;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}
.box-artigos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    max-height: 130px;
}
.box-artigos {
    display: flex;
    flex-direction: column;
	width: calc(100% / 4 - 20px);
    align-items: center;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 12px 15px 20px rgba(0, 0, 0, 0.1);
    transition: box-shadow .2s ease;
}
.box-artigos:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.box-artigos:hover .button-saiba-mais {
    background: #cfcfcf69;
    border-radius: 0 0 5px 5px;
}
.button-saiba-mais {
    text-align: center;
    border-top: 1px solid #dedede;
    padding: 8px 0;
    color: #4b4b4b;
    font-size: 14px;
	transition: all .2s ease;
}
.container-artigos {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 45px 60px;
    gap: 40px 25px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    max-width: 1150px;
    justify-content: center;
    margin: 40px 25px;
    position: relative;
}
.box-conteudo-artigos {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	width: 100%;
}
.filtro-button {
	display: inline-flex;
    height: 50px;
    width: 50px;
    background: #1a1a1a;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin: 0 5px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    user-select: none;
    transition: all .2s ease;
    position: absolute;
    top: -20px;
    left: 35px;
}
.filtro-button:hover:not(.unhover), .filtro-button.hover { 
	background-color: #FFF; 
	color: #C5C4C4; 
	box-shadow: 6px 12px 15px rgba(0,0,0,0.1);
}

.filtro-button:hover:not(.unhover) .filtro-nav, .filtro-button.hover .filtro-nav{
	display: flex;
}
.filtro-button.temas:hover:not(.unhover):before, .filtro-button.temas.hover:before {
	content: "";
	position: absolute;
	height: 100%;
	width: calc(100% + 40px);
	top: 40px;
	right: 0;
}
.filtro-icon svg * {
    stroke: currentColor;
    fill: transparent;
    stroke-width: 1.4px;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.filtro-icon {
    width: 35px;
    display: flex;
    height: 35px;
}
.filtro-nav:before { 
	position: absolute; 
	content: ""; 
	height: 4px; 
	width: 100%; 
	top: -2px; 
	right: 0; 
	background-color: #1a1a1a; 
	border-radius: 10px;
}
.filtro-nav:after { 
	border-top: 8px solid transparent; 
	border-right: 8px solid transparent; 
	border-bottom: 8px solid #1a1a1a; 
	border-left: 8px solid transparent; 
	position: absolute; content: ""; 
	display: block; 
	bottom: 100%; 
	left: 22px;
}
.filtro-nav {
    background-color: white;
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    z-index: 5;
    padding: 15px;
    width: 500px;
    display: none;
    box-shadow: 15px 20px 20px rgba(0, 0, 0, 0.16);
    border-radius: 0px 0px 10px 10px;
    max-width: calc(100vw - 150px);
    flex-wrap: wrap;
}
.filtro-nav a {
    flex: 0 1 calc(50% - 6px);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #949494;
    border-radius: 10px;
    padding: 5px 25px;
    margin: 5px 3px;
    transition: all .2s ease;
    display: block;
}
.filtro-nav a.active, .filtro-nav a:hover { 
	color: #373737; 
	background-color:  #F1F1F1;
}
.container-todos-artigos {
    width: 100%;
    max-width: 1200px;
	margin: 30px 20px;
}
article.container {
    display: flex;
    justify-content: center;
	background:#f8f8f8; 
}
.busca-pocket,
.listar-por-tecnologia {
	width: auto;
	padding: 15px 0;
	width: 100%;
    max-width: 1240px;
}
.artigo-description {
    color: #919191;
    font-size: 15px;
	margin: 0;
}

.btn_load {
	width: 25px;
	height: 25px;
	border: 2px solid #23192e;
	border-top-color: #23192e;
	border-right-color: white;
	border-bottom-color: white;
	border-radius: 50%;
	margin-left: 5px;
	animation: loading 1s linear infinite;
	display: none;
}

/*FILTRO EXTENDIDO*/
    .filtro-extendido-nav {display: flex;gap: 10px;width: 100%;overflow-x: auto;padding: 5px 0 10px; scroll-behavior: auto;}
    .filtro-extendido-nav a { text-decoration: none; font-size: 14px; font-weight: 400; color: #777777; border-radius: 10px; padding: 10px 20px; transition: all .2s ease; display: block; background-color: #f0f0f0; display: flex; align-items: center; justify-content: center; text-align: center; flex: 1 0 auto;}
    .filtro-extendido-nav a:is(.active,:hover) { background-color: #1a1a1a; color: white;}
    .filtro-extendido-nav a.active { order:-1;}
    .artigos-filtro-extendido {display: flex;flex-direction: column;gap: 10px;margin-bottom: 30px;width: 100%;}
    .filtro-extendido-titulo-area {font-size: 18px;color: var(--text-main-1);font-weight: 700;}
    
    /* PERSONALIZACAO DA BRRA DE SCROLL */
        .filtro-extendido-nav::-webkit-scrollbar { height: 6px; }
        .filtro-extendido-nav::-webkit-scrollbar-track {background: #a7a7a7; } 
        .filtro-extendido-nav::-webkit-scrollbar-thumb {background: #1a1a1a } 
    /* PERSONALIZACAO DA BRRA DE SCROLL */
/*FILTRO EXTENDIDO*/

@keyframes loading {
	to {
		transform: rotate(360deg);
	}
}
@media (max-width:1080px){
	.box-artigos{
		width: calc(100% / 3 - 20px);
	}
}
@media (max-width:869px){
	.box-artigos{
		width: calc(100% / 2 - 20px);
	}
}
@media (max-width:620px){
	.box-artigos{
		width: 100%;
	}
	.container-artigos{
		padding: 60px 25px;
	}
}
@media (max-width: 520px) {
	.box-titulo h1{
		font-size: 35px;
	}
}
@media (max-width: 480px) {
    .filtro-nav {
        max-width: calc(100vw - 110px);
        flex-direction: column;
    }
}
@media (max-width: 360px){
	.container-todos-artigos {
		margin: 30px 0;
	}
	.container-artigos{
		border-radius:0;
		margin: 70px 0;
	}
}