/*
#------------------------------------------------------------------------
# Dica de PC Mag
*/

/* Elementos Básicos */

html {
	background: #353535;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
}

body {
color: white;
font-size: 13px;
font-weight: 400;
line-height: 24px;
padding: 0;
word-wrap: break-word;
}

b, strong {
font-weight: 500;
}

a,
#gkMainbody header h1 a,
#k2Container article header h2 a {
-webkit-transition: color 0.2s linear;
	   -moz-transition: color 0.2s linear;
	     -o-transition: color 0.2s linear;
	        transition: color 0.2s linear;
text-decoration: none;
color: white;
}

a:hover,
a:active,
a:focus,
#gkMainbody header h1 a:active,
#gkMainbody header h1 a:focus,
#gkMainbody header h1 a:hover,
#k2Container article header h2 a:active,
#k2Container article header h2 a:focus,
#k2Container article header h2 a:hover {
	color: #4d90fe;
	text-decoration: none;
}

h1 {
	font-size: 40px;
}

h2,
.componentheading {
	font-size: 32px;
}

h3 {
	font-size: 26px;
	font-weight: 500;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 17px;
}
h6 {
	font-size: 13px;
}

img{
vertical-align: middle;
border-style: none;
}

ul {
list-style: none;
margin-top: 0;
margin-bottom: 1rem;
}

ul li {

}

p {

}

iframe {
	max-width: 100%!important;
}

.cc_container .cc_btn {
width: fit-content !important;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 3px 3px #ffc62e;
  color: #fff !important;
  background-color: #006aff !important;
  border-radius: 0 !important;
  max-width: 100% !important;
}

/* Containers */

.gkPage {
	margin: 0 auto!important;
	overflow: hidden;
}

#gkPageTop {

}

#gkBannerTop {

}

#gkBannerTop p {

}

#gkHeader {

}

#gkPageWrap {
	margin: 0 auto;
}

#gkPageContent {
width: 100%;
background: rgba(255,255,255,0.1);
oldbg: #006aff;
box-shadow: 0 15px 50px -25px black;
}

#gkPageContent + section,
#gkPageContent + footer {
	margin-top: 50px!important;
}

/* Toolbar */
#gkToolbar {
	left: 0;
	position: fixed;
	top: 0;
	width: 52px;
}

#gkSocial {
	float: none;
	margin: 108px 0 0 0;
}

#gkBackToTop {
transition: all .15s ease-out;
width: 52px;
background: rgba(255,255,255,0.5);
display: block;
color: white;
width: 52px;
}
#gkBackToTop:hover {
	background: #4d90fe;
	color: #fff;
}

/* Top bar */
#gkTopBar {
background: blue;
line-height: 40px;
position: fixed;
bottom: 0;
height: 40px;
z-index: 100;
max-width: 1230px;
left: 0;
right: 0;
margin: auto;
box-shadow: 0 -2px 12px -8px black;
}

.barrainf{
height:5px;
width:100%;
background: rgba(255, 255, 255, 0.2);
top:40px !important;
}
#gkTopBar[data-menu-type="overlay"] {
	position: static;
}
#gkTopBar[data-menu-type="overlay"] + #gkBg > #gkHeader {
	margin-top: 0;
}
#gkTopBar:after {
	clear: both;
	content: "";
	display: table;
}
#gkTopBar > div {
	position: relative;
	-webkit-transition: all .35s linear;
	-moz-transition: all .35s linear;
	-ms-transition: all .35s linear;
	-o-transition: all .35s linear;
	transition: all .35s linear;
}
#gkTopBar.active { margin-top: 0; }


/* Menu Dica de PC */

#gkTopM{
margin: auto;
padding: 1% 3%;
min-height: 30px;
background: rgba(0,0,205,0.7);
color: #fff;
line-height: 40px;
position: sticky;
top: 0;
width: 100%;
max-height: 40px;
height: 40px;
z-index: 99;
box-shadow: 0 -10px 40px black;
overflow: hidden;
}

.nmnav{
	display: none;
	max-height: 0;
    transition: max-height .5s ease-out;
}

.nmnav23{
	display: none;
}

.nmside-menu:checked ~ nav {
  max-height: 40px;
}

.nmside-menu2:checked ~ nav {
  max-height: 40px;
}

.nmnav2{
width: 0;
transition: all 0.3s linear;
}

/* Menu Icon */
.nmhamb{
cursor: pointer;
float: left;
padding: 20px 10px;
--white: #f9f9f9;
--black: #36383F;
--gray: #85888C;
background: #47c818;
z-index: 998;
top: 0;
height: 0px;
display: none;
}

.nmcontainerb{
display:none;
}

.nmcontainersh{
display:none;
}

.nmhamb2{
cursor: pointer;
float: right;
padding: 0px;
background: #006aff;
z-index: 999;
position: relative;
width: 48px;
font-size: 18px;
height: 45px;
margin-top: -5px;
margin-right: -5px;
}

.nmhambsh{
cursor: pointer;
float: left;
padding: 0px;
background: #00aced;
z-index: 999;
position: relative;
width: 54px;
font-size: 18px;
height: 40px;
}

/* Style label tag */

.nmhamb-line {
    background: var(--white);
    display: block;
    height: 2px;
    position: relative;
    width: 24px;

} /* Style span tag */

.nmhamb-line::before,
.nmhamb-line::after{
    background: var(--white);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.nmhamb-line::before{
    top: 5px;
}
.nmhamb-line::after{
    top: -5px;
}

.nmside-menu {
    display: none !important;
}
.nmside-menu2 {
    display: none !important;
}

 /* Hide checkbox */

/* Toggle menu icon */
.nmside-menu:checked ~ nav{
height: 600px;
width: 412px;
background: #3636b9;
box-shadow: 0px -5px 20px -10px black;
max-width: 90%;
max-height: 80%;
z-index: 999;
}
.nmside-menu:checked ~ .nmhamb .nmhamb-line {
    background: transparent;
}
.nmside-menu:checked ~ .nmhamb .nmhamb-line::before {
    transform: rotate(-45deg);
    top:0;
}
.nmside-menu:checked ~ .nmhamb .nmhamb-line::after {
    transform: rotate(45deg);
    top:0;
}


.nmside-menu2:checked ~ nav{
width: calc(100% - 108px);
max-width: 300px;
}

/* Menu Dica */


/* Inicio NewMenu */

.nmheader{

}
/* Logo */
.lupabm{
background: url(https://dicadepc.com.br/images/lupasmile.svg) no-repeat 13.5px 7px;
background-size: 28px;
width: 54px;
display: block;
position: relative;
height: 40px;
}

.compartilharm{
background: url(https://dicadepc.com.br/images/compartilhar.svg) no-repeat 16px 9px;
background-size: 24px;
width: 54px;
display: block;
position: relative;
height: 40px;
}

.nmlogo{
    display: inline-block;
    color: var(--white);
    margin-left: 10px;
}

.nmnav{
height: 564px;
width: 412px;
max-width: 90%;
max-height: 80%;
position: fixed;
overflow: hidden;
top: 40px;
background: #303799;
display: block;
z-index: 999;
}

.nmnav2{
position: absolute;
overflow: hidden;
display: block;
z-index:999;
right: 54px;
}

.nmnavsh{
position: absolute;
overflow: hidden;
display: block;
z-index:999;
left: 54px;
}

.nmmenu{
top: 0;
position: absolute;
width: 100%;
}

.nmmenu li{
display: flex;
width: 100%;
}

.nmmenu li a {
width: 100%;
}

.nmmenu a{
display: block;
padding: 30px 45px;
color: var(--white);
line-height: 22px;
}

.nmmenu > li.cafesocial {
font-size:13px;
width: 100%;
}

.nmmenu > li.cafesocial a {
padding: 0 18px;
}

.nmmenu > li.cafesocial img {
padding: 15px 5px 0px 0px;
}

.nmmenu a:hover{
    backdrop-filter: brightness(70%) saturate(200%);
}
.nmnav{
    max-height: 0;
    transition: max-height .5s ease-out;
}

/* Logo  */

#gkLogo {
	height: 35px;
	margin: 5px 30px 0 0;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	width: 140px;
	display: block;
	float: left;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	-ms-transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	transition: background-color .3s linear;
}

#gkLogo img {
	display: block;
	margin: 0;
}

#gkLogo.cssLogo {
	background: #4d90fe url('../images/logo.png') no-repeat 0 0;
	/* You can specify there logo size and background */
	height: 107px;
	margin: 0;
	width: 124px;
}

#gkLogo:hover {
	background-color: #fec64d;
}

#gkLogo.text {
	background: #4d90fe;
	color: #fff;
	display: block;
	font-size: 36px;
	height: auto;
	margin: 0;
	min-height: 107px;
	overflow: hidden;
	padding: 10px 5px;
	text-align: center;
	text-indent: 0;
}

#gkLogo.text > span {
	display: block;
	font-size: 24px;
	font-weight: 400;
	line-height: 56px;
	padding: 0;
}

#gkLogo.text .gkLogoSlogan {
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
}

/* Search */

#gkSearch {
	color: #797979;
	border-top: 1px solid #484848;
	border-bottom: 1px solid #484848;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: 52px;
	margin-top: 108px;
	width: 52px;
}

#gkSearch + #gkSocial a:first-child {
	border-top: none;
}


#gkSearch + #gkSocial {
	margin-top: 0;
}

#gkSearch form {
	background: #4d90fe;
	margin-left: -230px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 230px;
	margin-top: -52px;
	position: relative;
}

#gkSearch:hover form,
#gkSearch.active form {
	margin-left: 0;
}

#gkSearch .search {
	overflow: hidden;
}

#gkSearch #mod-search-searchword {
	background: #4d90fe;
	border: none;
	border-bottom: 1px solid #72a7ff;
	color: #fff;
	display: block;
	height: 38px;
	font-size: 18px;
	font-weight: 300!important;
	margin: 7px 0 7px 15px;
	padding-left: 0;
	padding-right: 0;
	width: 160px;
	float: left;
}

#gkSearch i {
	float: left;
	display: block;
	color: #fff;
}

/* Stylearea */

#gkStyleArea {
	border-top: 1px solid #484848;
	border-bottom: 1px solid #484848;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	display: block;
	height: 52px;
	width: 52px;
	color: #797979;
}

#gkLinks + #gkStyleArea,
#gkSearch + #gkStyleArea,
#gkSocial + #gkStyleArea {
	border-top: none;
}

#gkStyleArea > div {
	background: #353535;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: 52px;
	margin-left: -226px;
	padding: 0 0 0 12px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 226px;
	margin-top: -52px;
}

#gkStyleArea.active > div,
#gkStyleArea:hover > div {
	margin-left: 0;
}

#gkStyleArea a {
	display: inline-block;
	height: 22px;
	margin: 15px 0 0 9px;
	text-indent: -9999px;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	width: 22px;
}

#gkStyleArea a:first-child {
	margin-left: 0;
}

#gkStyleArea a:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

#gkColor1 {
	background: #4d90fe;
}

#gkColor2 {
	background: #7065ff;
}

#gkColor3 {
	background: #598473;
}

#gkColor4 {
	background: #909090;
}

#gkColor5 {
	background: #d68989;
}

#gkColor6 {
	background: #ff875e;
}

/* Group modules */

#gkBottom1,
#gkBottom2 {
	overflow: hidden;
	padding: 0 50px;
}

#gkBottom1 > div,
#gkBottom2 > div {
	border-top: 1px solid #e5e5e5;
	padding: 36px 0;
}

#gkBottom1 .box .header,
#gkBottom2 .box .header {
	font-size: 16px
}

#gkBottom2 .box {
	color: #999;

}
#gkBottom2 .box ul li {
    border: none;
	padding: 0;
}

#gkBottom2 .box a {
    color: #777
}

#gkBottom2 .box a:hover {
    color: #363636
}

#gkTools {
	float: right;
	margin: 4px 0 0 10px;
}

#gkTools a {
	display: block;
	float: left;
	width: 22px;
	height: 16px;
	margin: 0 0 0 0px !important;
	text-indent: -99999em;
	background: url('../images/font_size.png') no-repeat -38px 50%;
}

a#gkToolsReset {
	background-position: -15px 50%;
	margin-left: 6px;
}

a#gkToolsDec {
	background-position: 6px 50%;
}

/* footer */

#gkFooter {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #888;
	font-size: 14px;
	line-height: 21px;
	padding: 0 50px;
}

#gkFooter > div {
	padding: 16px 0;
}

#gkFooterNav {

}

#gkFooterNav li {
	border: none;
	float: left;
	margin: 0 16px 0 0!important;
	padding: 0;
}

#gkFooterNav a {
	color: #888
}

#gkFooterNav li:hover,
#gkFooterNav a:hover {
	background: transparent;
	color: #363636;
}

/* tablet/mobile suffixes */

.onlytablet {
	display: none;
}

.onlymobile {
	display: none;
}

/* Login form */

#form-login-remember {
	margin: 10px 0;
}

#form-login-remember label {
	color: #777;
	font-size: 11px;
	font-weight: normal;
	line-height: 27px;
}

#login-form fieldset {
	margin: 0 0 20px;
}

#login-form fieldset p {
	margin: 0.5em 0;
}

#login-form ul {
	border-top: 1px solid #E7E7E7;
	overflow: hidden;
	padding: 12px 0 0;
}

#login-form ul li {
	font-size: 11px;
	line-height: 1.6;
}



#login-form input[type="text"],
#login-form input[type="password"] {
	width: 85%;
}

.gkPopupWrap .logout-button input {
	float: right
}

label#jform_spacer-lbl {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

#loginForm .login-greeting {
	float: left;
	font-size: 18px;
	margin-right: 32px;
}

/* popup */

#gkPopupOverlay,
#gkPopupLogin {
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 1000002;
	left: 50%;
	top: 50%;
	background: #fff;
}

#gkPopupLogin {
	position: absolute;
	top: 70px;
	width: 560px;
	margin-left: -280px;
}

#gkPopupLogin #loginForm {
	background: url('../images/login.png') no-repeat 4px 6px;
	padding-left: 170px;
	min-height: 185px;
}

#gkPopupLogin #login-form input[type="text"],
#gkPopupLogin #login-form input[type="password"] {
	float: right;
	width: 70%;
}

#gkPopupLogin #login-form fieldset p {
	padding: 0 0 18px
}

#gkPopupLogin #form-login-remember,
#gkPopupLogin #form-login-buttons {
	margin-left: 100px
}

#gkPopupLogin #form-login-buttons input.button {
	background: #fec64d;
}

#gkPopupLogin #form-login-buttons input.button:hover {
	background: #4d90fe;
}

#gkPopupLogin #login-form ul {
	background: none;
	border-top: 1px solid #e5e5e5;
	margin-left: 100px;
	padding: 10px 0 0
}

#gkPopupLogin #login-form ul li {
	float: left;
}

#gkPopupLogin #login-form ul li:first-child {
	margin-right: 8px
}

.gkPopupWrap {
	padding: 32px;
	overflow: hidden;
}

.gkPopupWrap h3 {
	margin: 0 0 18px;
	font-size: 32px;
	line-height: 32px;
}

#gkPopupOverlay {
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	top: 0;
	left: 0;
	margin-left: 0;
}

/* Toolbar media queries */
@media (max-height: 620px) {
	#gkToolbar #gkSearch,
	#gkToolbar #gkSocial {
		margin-top: 0;
	}
}

@media (max-height: 480px) {
	#gkSocial {
		display: none;
	}
}

@media (max-height: 320px) {
	#gkLinks {
		display: none;
	}
}