/*
Theme Name: Docs. Degrau Publicidade
Theme URI: http://docs.degraupublicidade.com.br
Author: Degrau Publicidade
Author URI: http://docs.degraupublicidade.com.br
Version: 1.5.0
*/

.clear {
	clear: both;
}

body {
	background-color: #e8e8e8;
}

a {
	color: #00b277;
	-webkit-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}

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

span.verde {
	color: #00b277;
}

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


/*HEADER*/


header {
	background-color: rgba(0,0,0,0.05);
	
	padding: 10px 0; 
	font-size: 1.6em;
	font-weight: 100;
	color: #b1b1b1;
	opacity:1;
	
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

header .dg-titulo {
	color: #b1b1b1;
}

header strong {
	color: #87dbbf;
	-webkit-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}



header .dg-menu, header .dg-menu-sair {
	font-size: 0.8em;
	color: #b1b1b1;
	-webkit-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
	font-weight: 100;
}

.dg-hide {
	display: none;
}


/*Chamada*/

.breadcrumb {
	background: transparent;
}

.dg-chamada {
	margin-bottom: 40px;
}

.dg-chamada h1 {
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 20px;
	font-size: 2.8em;
	margin-top: 60px;
}

.dg-chamada-home h1 {
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 20px;
	font-size: 2.2em;
	margin-top: 60px;
}

.dg-chamada .breadcrumb, .dg-chamada-home .breadcrumb {
	padding: 0;
	margin: 0 0 10px 0;
}



.dg-chamada-info {
	opacity: 0.6;
	-webkit-transition: opacity 300ms ease;
	-ms-transition: opacity 300ms ease;
	-moz-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}

.dg-chamada-info div:last-child {
	text-align: right;
}

/*Descrição*/

.dg-descricao {
	color: #777;
	margin-bottom: 40px;
}


/*Thumbnail*/

.dg-thumbnail {
	margin-bottom: 40px;
}

/*Conteúdo*/

.dg-topico {
	margin-bottom: 30px;
}

.dg-topico h2 {
	font-size: 1.8em;
	margin: 0;
	-webkit-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}

.dg-topico-titulo {
	border-left: 3px solid #00b277;
	padding-left: 20px;
}

.dg-topico-titulo .dg-topico-titulo-txt {
    font-size: 30px;
    line-height: 1.3;
    
}

.dg-topico {
    /*border-top: 1px #bebebe solid;*/
    padding-top: 15px;
}

.dg-topico:first-child {
    border-top: 0;
    padding-top: 0px;
}

.dg-topico-titulo .dg-checkbox {
	display: none;
}

.dg-checkbox {
	border: 2px solid #444;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 5px 2px 5px;
	color: rgba(0,178,119,0);
	font-size: 1em;
	margin-right: 10px; 
	float: left;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.dg-topico-conteudo {
	margin-top: 30px;
	padding-left: 25px;
}

.dg-topico-checklist {
	opacity: 1;
}

/*Conteúdo Flexível*/

/*TEXTO*/

.dg-conteudo-txt, .dg-conteudo-txt p {
	line-height: 1.8;
}

.dg-conteudo-txt img {
	margin-bottom: 30px;
}

.dg-conteudo {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d6d6d6;
}

.dg-conteudo.dg-conteudo-titulo {
	padding-bottom: 0px;
	border-bottom: 0;
}

/*Sub-tópico*/

.dg-conteudo-titulo h3 {
	font-size: 1.5em;
}

/*Botão Call to Action*/

.btn-primary {
	background-color: #00b277;
	-webkit-box-shadow: 0 2px 0 #05875c;
	-moz-box-shadow: 0 2px 0 #05875c;
	box-shadow: 0 3px 0 #05875c;
	border: 0;
	text-shadow: 0 2px 0 rgba(0,0,0,0.2);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

/*Código*/

.dg-conteudo-code pre {
	/*background-color: #23241f;*/
}

pre code textarea {
	width: 100%;
}



/*DEBUG*/

.dg-topico-conteudo {
	/*-webkit-transition: 300ms ease max-height;
	-moz-transition: 300ms ease max-height;
	transition: 300ms ease max-height;
	overflow: hidden;
	max-height: 99999px;
	visibility: visible;*/
}

.dg-topico-conteudo.dg-topico-conteudo-hide {
}

.dg-topico-conteudo-hide {
	display: none;
	/*max-height: 999px;*/
	/*max-height: 0;*/
	/*visibility: hidden;*/
	

}

.dg-topico-conteudo-show {
	display: inherit;
	/*max-height: 999px;*/

}

/*Leia Mais*/

.dg-leiamais {
	color: #999;
	padding: 10px 25px 0 25px;
	font-size: 1em;
	-webkit-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
	z-index: 10;

}



.dg-leiamais .glyphicon {
	font-size: 0.8em;
}

/*LEIA MAIS*/

.dg-leiamais:hover {
	cursor: pointer;
	color: #00b277;
}

.dg-leiamais.dg-ativo > div > div > .glyphicon {
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}


/*Página Inicial*/

.dg-lista-home {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #a5a5a5;
	font-size: 0.8em;
}

.dg-lista-home a {
	font-size: 2em;
	font-weight: 700;
}

.dg-lista-home .children {
	margin: 0px;
	padding-left: 20px;
}

.dg-lista-home .children li a {
	color: #666;
	font-size: 1.5em;
	font-weight: 400;
}

.dg-lista-home .children .cat-item .children a {
	color: #999;
}

.dg-lista-home .children {
	list-style: none;
}

/*Menu*/

.dg-menu-box {
	display: none;
}


/*Archive*/

.dg-topico-titulo-archive a {
	border-left: 3px solid #333;
	padding-left: 20px;
	color: #333;
	
}

.dg-topico-titulo-archive a:hover {
	border-left: 3px solid #00b277;
	padding-left: 20px;
	color: #00b277;
	
}

/*Tabelas*/

.table-striped tr {
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}

.table-striped tr:nth-child(odd){
	background: rgba(0,0,0,0.03) !important;
}

.table-striped tr:nth-child(odd):hover {
	background: #fff !important;
}

/* Code */

.dg-conteudo code p {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}


/*Busca*/

.dg-busca input:not([type="submit"]){
    width: 89%;
    display: inline;
    padding: 17px;
    vertical-align: top;
}

.dg-busca input[type="submit"], button {
    width: 10%;
}


.dg-busca {
    opacity: 0.5;
    -webkit-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.dg-busca:hover, .dg-busca:focus {
    opacity: 1;
}

.dg-conteudo-busca {
	margin-top: 30px;
}

.dg-destaques-title {
	margin-bottom: 20px;
}

.dg-desktop-only {
	display: inline;
}

@media(max-width:991px) {
	.dg-desktop-only {
		display: none;
	}
}


/*Loop*/

.dg-item {
    -webkit-box-shadow: 0 0px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0px 3px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0px 3px rgba(0,0,0,0.2);
    box-shadow: 0 0px 3px rgba(0,0,0,0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    transition: all ease 300ms;
    background-color: #eee;
    float: left;
}



.dg-item:hover {
	    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	    -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	    -o-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	}


@media(min-width: 1200px) {

	.dg-item:hover {
	    margin-top: 0px;
	}

	.dg-item-box {
	    height: 285px;
	    display: block;
	}

	.dg-item-box-loop {
	    float: left;
	    height: 200px;
	}

	.dg-item-box-todas {
	    height: 205px;
	    display: block;
	}

}

@media(max-width: 1199px) {
	.dg-item {
		margin-bottom: 20px;
	}
}

.dg-item-title {
    text-align: center;
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}

.dg-item a {
    position: relative;
}


.dg-lock {
    position: absolute;
    top: 0;
    background: #333;
    color: #fff;
    width: 30px;
    height: 30px;
    padding: 6px 0 0 9px;
    font-size: 14px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    z-index: 10;
}

.dg-privada img {
    opacity: 0.5;
}

.dg-privada .dg-item-title {
    opacity: 0.5;
}

.dg-lock {
    opacity: 1 !important;
}

/*Não Priritário*/
a:hover, a:focus {
	color: #333;
	text-decoration: none;
}

/*HEADER*/

header:hover {
	background-color: #00b277;
	color: #fff;
}

header:hover .dg-menu, header:hover .dg-titulo, header:hover .dg-menu-sair {
	color: #fff;
}



header:hover .dg-titulo:hover {
	color: #333;
}


header:hover strong {
	color: #333;
}

header:hover .dg-menu:hover, header:hover .dg-menu-sair:hover {
	color: #333;
}


.dg-flexivel {
	/*min-height: 70vh;*/
}

/*CHAMADA*/

.dg-chamada-info:hover {
	opacity: 1;
}

/*CHECKBOX*/

.dg-topico-checklist:hover {
	cursor: pointer;
}

.dg-topico-checklist:hover h2 {
	color: #00b277;
}

.dg-topico-checklist:hover .dg-checkbox {
	border: 2px solid #00b277;
}

.dg-topico-checklist.dg-ativo {
	opacity: 0.6;
}

.dg-topico-checklist.dg-ativo .dg-checkbox {
	color: rgba(0,178,119,1);
	border: 2px solid #00b277;
}

.dg-topico-checklist.dg-ativo h2 {
	text-decoration: line-through;
	color: #00b277;
}


.btn-primary:hover, .btn-primary:focus {
    background-color: #05875c;
	-webkit-box-shadow: 0 2px 0 #066344;
	-moz-box-shadow: 0 2px 0 #066344;
	box-shadow: 0 3px 0 #066344;
}

.btn-primary:active {
	background-color: #066344 !important;
}



/*FOOTER*/

footer {
	background-color: rgba(0,0,0,0.1);
	
	padding: 30px 20px; 
	font-size: 1.6em;
	font-weight: 100;
	color: #9b9b9b;
	opacity:1;
	text-shadow: 0 -2px 0 #fff;
}

/*Página Inicial*/

.dg-lista-home .children li a:hover, .dg-lista-home .children .children li a:hover {
	color: #333;
}

/*Menu */
.dg-menu .glyphicon {
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;

}

.dg-menu.dg-ativo .glyphicon {
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.dg-menu-box {
	background: #333;
	color: #fff;
	padding: 15px 0;
}

.dg-menu-topo a {
	color: #e5e5e5;
	font-weight: 700;
	padding: 5px 5px;
}

.dg-menu-topo li ul li a {
	color: #999;
	font-weight: 400;
}

.dg-menu-topo, .dg-menu-topo li ,.dg-menu-topo li ul, .dg-menu-topo li ul li, .dg-menu-topo li ul li ul li, .dg-menu-topo li ul li ul{
	display: inline;
}

.dg-menu-topo, .dg-menu-topo ul {
	margin: 0;
	padding: 0;
}

.dg-menu-topo li {
	list-style: none;
}

.dg-conteudo li {
    margin-bottom: 10px;
}


.dg-posts h3 {
    margin-bottom: 25px;
}

.dg-posts-item a {
    display: block;
    font-size: 14px;
    color: #333;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    padding: 3px 5px 3px 15px;
    border-left: 2px solid #333;
}

.dg-posts-item a:hover, .dg-posts-item a:focus {
    border-left: 2px solid #00b277;
}


.dg-posts-todososposts {
    color: #333;
    margin-top: 20px;
    display: block;
    background: #dcdcdc;
    text-align: left;
    padding: 3px 15px;
    border-left: 2px solid #333;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
}

.dg-posts-todososposts:hover, .dg-posts-todososposts:focus {
    border-left: 2px solid #026243;
    background: #00b277;
    color: #fafafa;
    
}

.dg-conteudo-page {
    min-height: 67vh;
}

.dg-conteudo-min {
    min-height: 83vh;
}

.dg-obs {
    background: #f5f5f5;
    padding: 20px 30px;
    border-left: 5px solid #00b277;
    margin-top: 50px;
}

.dg-leiamais.dg-ativo .dg-leiamais-txt {
    display: none;
}

.dg-leiamais.dg-ativo {
    padding-top: 0;
}

.dg-topico .dg-conteudo:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0px;
}

blockquote {
    padding: 10px 30px 9px 30px;
    border-left: 4px solid #333;
    color: #fff;
    text-shadow: 0 2px rgba(0,0,0,0.2);
    background: #00b277;
}

.dg-topico-titulo-secundario .dg-topico-titulo-txt {
    font-size: 20px;
    border-left: 3px solid #333;
    padding-left: 20px;
    
    
}

.dg-topico-titulo-secundario {
    padding-left: 20px;
}

.dg-topico-titulo-secundario h3 {
    margin: 0;
}

.dg-item-deslogado-box {
    float: left;
    height: 220px;
}

@media (max-width:1200px) {

	.dg-item-deslogado-box {
	     height: 190px;
	}

}


@media (max-width:991px) {

	.dg-item-deslogado-box {
	    height: auto;
	}

    .dg-chamada-info div:last-child {
        text-align: left;
    }

    header {
        font-size: 1.2em;
    }

    .dg-busca input:not([type="submit"]){
        width: 80%;
    }

    .dg-busca input[type="submit"], button {
        width: 15%;
    }
}



@media(min-width:1200px) {
    .dg-lista-home {
        min-height: 170px;
    }

    .dg-lista-home > li {
        display: inline !important;
        float: left;
        margin-right: 30px;
        position: relative;
    }

    .dg-lista-home > li > ul{
        position: absolute;
        left: 0;
        padding: 0 !important;

    }
    .dg-lista-home > li > ul > li {
        display: block;
        left: 0;
        margin: 0;
        min-width: 150px;
        font-size: 10px;
    }
}

.dg-conteudo-home {
    min-height: 72vh;
}

/*Todas as Docs*/

.dg-todas-titulo {
	font-size: 18px;
    font-weight: 700;
    color: #555;
}

.dg-todas-titulo-destaque {
	font-size: 26px;
    font-weight: 700;
    color: #555;
}

.dg-todas-post-linha {
    border-bottom: 1px #c6c6c6 solid;
    margin-bottom: 10px;
}

.dg-home-todas {
	margin-top: 30px;

}

/*Login na home*/

.dg-menu-login {
    font-size: 14px !important;
}

.dg-menu-login .glyphicon {
    font-size: 12px;
    margin-right: 5px;
}