.row-fluid::before,
.row-fluid::after {
	content: none!important;
}

/*PORTAL-BOX */
#Box_mvpcancelado,
#box_renova {
	font-family: verdana, arial, helvetica, sans-serif;
}

#Box_mvpcancelado a,
#box_renova a {
	text-decoration: none;
}

#Box_mvpcancelado a:hover,
#box_renova a:hover {
	text-decoration: underline;
}

/*LINHAS CABEÇALHO*/

.dm-limvp,
.dm-line-revistas {
	width: 100%;
	display: inline-block;
	padding-right: 10px;
	font-family: 'Montserrat';
	font-size: 28px;
	color: #253A44;
	font-weight: 600;
	text-align: center;
}

.dm-limvp {
	border-top: 5px solid #8cc53e;
}

.free-btn,
.mvp-btn {
	text-transform: uppercase;
	text-decoration: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	background-color: #302f31;
	border: none;
	display: table;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Tahoma;
	margin: 15px 0;
	padding: 7px 12px
}

.free-btn:hover,
.mvp-btn:hover {
	text-decoration: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff
}

.free-btn:hover {
	background-color: #49c5bf
}

.mvp-btn:hover {
	background-color: #8cc53e
}

section * {
	box-sizing: border-box;
}

/*NECK*/
.dm-neck {
	min-height: 250px;
	display: flex;

	align-items: center;
	background: url('//www.devmedia.com.br/layout/home/imagem/grid.png'),
				linear-gradient(to left, #1AC1BB 0%, #007EAE 100%);
	background-repeat: repeat;
	background-attachment: fixed;
	padding: 0 30px;
}

.dm-neck>div>div>div>div {
	width: 100%;
	text-align: left;
	min-height: 250px;
}

.container-title {
	font-family: 'Montserrat';
	color: #fff;
}

.container-title h1 {
	font-size: 40px;
	font-weight: 600;
	margin: 0;
}

.container-title h3 {
	font-size: 20px;
	font-weight: 400;
}

.container-title h5 {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 0;
}

.container-title h5 span {
	font-weight: 600;
}

.revista-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'Montserrat';
	color: #253A44;
	font-size: 24px;
	font-weight: 600;
	padding: 0 30px;
}
	.revista-title span {
		display: inline-block;
	}

	.revista-title:before {
		content: "";
		display: inline-block;
	}
	.revista-title select {
		width: 300px;
		height: 30px;
		padding-left: 5px;

		border-radius: 4px;
		border: 1px solid #707070;
	}

.cta-container {
	padding: 60px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #253A44;
}

.cta-text {
	display: inline-block;
	font-family: 'Montserrat';
	color: #fff;
	font-size: 20px;
	font-weight: 300;
}

.cta-text span {
	color: #0AC5D4;
	font-weight: 600;
}

.cta-button {
	display: inline-block;
	margin-left: 20px;
	padding: 10px 40px;
	border-radius: 23px;
	background: #0AC5D4;
	text-decoration: none;
}

.cta-button span {
	font-family: 'Montserrat';
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.dm-neck>div>div>div>div>span.span7>h1 {
	font-family: conv_nexa bold;
	color: #eee;
	font-size: 38px;
	font-weight: normal;
	text-shadow: 0px 0px 3px rgba(84, 84, 84, 0.5);
	text-transform: uppercase;
	margin: 33px 0 9px 0;
}

.dm-neck>div>div>div>div>span.span7>h1:hover {
	text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.75);
}

.dm-neck>div>div>div>div>span.span7>h3 {
	font-family: conv_nexa light;
	color: #f0f0f0;
	font-size: 28px;
	letter-spacing: 2px;
	font-weight: normal;
	text-shadow: 0px 0px 3px rgba(84, 84, 84, 0.5);
	margin: 0px 0 10PX 0;
}

.dm-neck>div>div>div>div>span.span7>h3:hover {
	text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.75);
}

.dm-neck>div>div>div>div>span.span7>p {
	font-family: conv_nexa bold;
	color: #eee;
	font-size: 27px;
	font-weight: normal;
	text-shadow: 0px 0px 3px rgba(84, 84, 84, 0.5);
	text-transform: uppercase;
	margin-top: 14px;
}

.dm-neck>div>div>div>div>span.span7>p:hover {
	text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.35);
}

.dm-neck>div>div>div>div>span.span7>p>span {
	font-family: 'Duru Sans', sans-serif;
	color: #eee;
	font-size: 20px;
}

.dm-neck>div>div>div>div>span.span7>p,
.dm-neck>div>div>div>div>span.span7>p:hover,
.dm-neck>div>div>div>div>span.span7>h3,
.dm-neck>div>div>div>div>span.span7>h3:hover,
.dm-neck>div>div>div>div>span.span7>h1,
.dm-neck>div>div>div>div>span.span7>h1:hover {
	cursor: default;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

@media (max-width:1199px) {
	.dm-neck>div>div>div>div>span.span7>h1 {
		margin: 30px 0;
	}
	.dm-neck>div>div>div>div>span.span7>h3 {
		font-size: 24px;
	}
}

@media (max-width:979px) {
	.dm-neck>div>div>div {
		background-size: 320px;
		width: 100%;
		text-align: center;
	}
	.dm-neck>div>div>div>div>span.span7>h1 {
		font-size: 30px;
		margin: 30px 0 13px 0;
	}
	.dm-neck>div>div>div>div>span.span7>p {
		color: #eee;
		font-size: 21px;
		font-weight: normal;
	}
}

@media (max-width:767px) {
	.dm-neck>div>div>div>div {
		background: url(../../Imagens/2013/revista-dev.png) no-repeat center 10px;
		background-size: 40%;
		width: 100%;
		text-align: center;
		min-height: 250px;
	}
	.dm-neck>div>div>div>div>span.span7>h1 {
		margin: 0 auto;
		padding: 54% 54px 12px 54px;
	}
	.dm-neck>div>div>div>div>span.span7>h3 {
		font-size: 27px;
	}
	.revista-title {
		padding: 0 7%;
	}
	.cta-container {
		padding: 60px 30px;
	}
	.cta-content {
		text-align: center;
	}
	.cta-text {
		text-align: center;
	}
	.cta-button {
		margin-top: 20px;
		margin-left: 0;
	}
	.container-depoimentos {
		padding: 0 30px;
	}
}

@media (max-width:479px) {
	.dm-neck>div>div>div>div {
		background: url(../../Imagens/2013/revista-dev.png) no-repeat center 10px;
		background-size: 45%;
		width: 100%;
		min-height: 250px;
	}
	.dm-neck>div>div>div>div>span.span7>h1 {
		margin: 0 auto;
		padding: 54% 54px 12px 54px;
	}
	.revista-title {
		padding: 0 30px 10px 30px;
		flex-wrap: wrap;
	}
	.container-title {
		padding: 30px;
	}
	.cta-container {
		padding: 60px 30px;
	}
	.cta-content {
		text-align: center;
	}
	.cta-text {
		text-align: center;
	}
	.cta-button {
		margin-top: 20px;
		margin-left: 0;
	}
	.container-depoimentos {
		padding: 0 30px;
	}
}

/*SHORTCUT*/

.dm-shortcut {
	background-color: #333;
}

.dm-shortcut>div>div>div {
	font-size: 14px;
}

.dm-shortcut>div>div>div>ul {
	height: 50px;
	vertical-align: middle;
	display: table-cell;
	padding-left: 0px;
}

.dm-shortcut>div>div>div>ul>li {
	display: inline-block;
	padding: 0 18px;
	font-family: verdana;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}

.dm-shortcut>div>div>div>ul>li.arrow {
	background: url(../../Imagens/2013/arrow.png) center left no-repeat;
}

.dm-shortcut>div>div>div>ul>li>a {
	color: #fff;
	text-decoration: none;
}

.dm-shortcut>div>div>div>ul>li>a:hover {
	text-decoration: none;
	color: #49c5bf;
	text-shadow: 0px 0px 15px #178A8C;
}

.dm-shortcut>div>div>div>ul>li>a.dm-bt-shortcut {
	background: #de4767;
	padding: 4px 10px 6px 10px;
	border-radius: 2px;
	color: #fff;
	text-decoration: none;
}

.dm-shortcut>div>div>div>ul>li>a.dm-bt-shortcut:hover {
	background: #E75C83;
	text-shadow: 0px 0px 10px #fff;
}

.dm-shortcut>div>div>div>ul>li>a.dm-bt-shortcut,
.dm-shortcut>div>div>div>ul>li>a,
.dm-shortcut>div>div>div>ul>li>a:hover,
.dm-shortcut>div>div>div>ul>li>a.dm-bt-shortcut:hover {
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

/*BREADCRUMB*/

.dm-breadcrumb {
	background: #F2F5F7;
	color: #999;
}

.dm-breadcrumb>div>div>div.path {
	padding: 20px 0 20px 5px;
	font-family: arial;
	font-size: 10px;
	line-height: 25px;
}

.dm-breadcrumb>div>div>div>a {
	padding: 0 5px;
	color: #49c5bf;
	text-transform: uppercase;
	text-decoration: none;
}

.dm-breadcrumb>div>div>div>span {
	padding: 0 5px;
}

/*REVISTAS*/

.font-dev,
font-media {
	text-transform: uppercase;
}

.dm-revistas>div>div>div>div>div>a {
	display: inline-block;
	float: left;
	margin: 2px 11px 0 0;
	text-align: center;
	color: white;
	text-decoration: none;
}

.dm-revistas>div>div>div>div.span12 {
	overflow-x: scroll;
	padding: 0 0 26px 0;
}

.dm-revistas>div>div>div>div>div.rolagem {
	width: 1800px;
}

.dm-revistas>div.hide-scroll {
	width: 100%;
	height: 30px;
	background-color: #F2F5F7;
	position: relative;
	z-index: 20;
	padding: 0;
	margin: -20px 0 0 0;
}

/*DIVIDER*/

.dm-divider div> {
	display: inline-block;
}

.dm-divider>div>div>span>span {
	color: #de4767;
}

.dm-divider>div>div>span.esq {
	text-align: left;
	font-size: 24px;
	color: #CECECE;
	display: block;
	float: left;
	margin: 10px 0 10px 0;
}

.dm-divider>div>div>span.dir {
	text-align: right;
	display: block;
	float: right;
	margin: 15px 0 10px 0;
}

.dm-divider>div>div>span.dir>a {
	padding: 8px 15px;
	background-color: #de4767;
	color: #eee;
	font-weight: bolder;
	text-decoration: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border-bottom: 0px solid #de4767;
}

.dm-divider>div>div>span.dir>a:hover {
	border-bottom: 5px solid #de4767;
	background-color: #302f31;
}

{
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear
}

/*REVISTAS*/

.dm-revistas {
	background-color: #F2F5F7;
}

.dm-revistas .prev {
	display: block;
	height: 46px;
	width: 47px;
	background-image: url(../../Imagens/2013/setaesq.png);
	float: left;
	cursor: pointer;
	margin: 90px -50px 0 0;
	padding: 0
}

.dm-revistas .next {
	display: block;
	height: 46px;
	width: 47px;
	background-image: url(../../Imagens/2013/setadir.png);
	float: right;
	cursor: pointer;
	margin: 90px 0 0 0;
	padding: 0
}

.dm-revistas .next:hover,
.dm-revistas .prev:hover {
	background-position: 0 bottom
}

.dm-revistas .next,
.dm-revistas .prev {
	display: none;
}

.dm-revistas .palco {
	margin: 0 75px;
	display: flex;
    justify-content: center;
}

.dm-revistas>div>div>div>div>div>a>img {
	width: 150px;
	height: 200px;
	margin: 5px;
	border-radius: 2px;
}

/*COLUNAS SERVIÇOS*/

.dm-colserv-row2 a {
	text-decoration: none;
	font-weight: bold;
	color: #454545;
}

.dm-colserv-row2 a:hover {
	text-decoration: underline;
}

.dm-colserv {
	background: #fff;
	padding: 40px 0 60px 0;
	margin-top: 5px;
	font-family: Verdana, Arial;
}

.dm-colserv-row2 {
	padding: 40px 0 10px 0;
	border-radius: 5px;
	background: rgba(232, 236, 238, 0.62);
}

.dm-colserv>div>div>div.col1,
.dm-colserv>div>div>div.col2,
.dm-colserv>div>div>div.col3,
.dm-colserv-row2,
.dm-colserv-row2:hover {
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.dm-colserv>div>div>div>span {
	padding: 0 5px;
	display: block;
	height: 19px;
	color: #302f31;
	font-family: "Conv_Nexa Bold", Arial, Tahoma;
	font-size: 18px;
	text-transform: uppercase;
	border-left: 5px solid #49c5bf;
}

.dm-colserv>div>div>div>p {
	color: #454545;
	font-size: 14px;
	padding: 0 10px 20px 10px;
	line-height: 22px;
}

/*DEPOIMENTOS*/

.container-depoimentos * {
	font-family: 'Montserrat';
}

.dm-depo {
	background: white;
	padding: 50px 0 25px 0;
	font-size: 14px;
}

.dm-depo>div>div>div {}

.dm-depo>div>div>ul {
	padding: 0;
}

.dm-depo>div>div>ul>li {
	background-color: #fafafa;
	list-style: none;
	clear: both;
	min-height: 160px;
	margin-bottom: 30px;
	border-radius: 4px;
	border: 1px solid #eaeaea;
	box-shadow: 1px 3px 12px rgba(0, 0, 0, .1);
}

.dm-depo>div>div>ul>li>div {
	color: #47505A;
	width: 100%;
	height: 120px;
	display: table-cell;
	vertical-align: middle;
	padding: 20px 10px 0 10px;
	line-height: 130%;
}

.dm-depo>div>div>ul>li>div>p {
	background-color: transparent;
	font-weight: bold;
	color: #454545;
}

.dm-depo>div>div>ul>li>strong>div {
	background-image: url(../_arquivo/login/Imagens/2013/user2.png);
	background-size: 80px;
	display: block;
	height: 80px;
	width: 80px;
	float: left;
	border-radius: 41px;
	margin: 20px;
	position: absolute;
	padding: 0;
}

.dm-depo>div>div>ul>li>img {
	display: block;
	float: left;
	margin: 23px;
	padding: 0;
	border: none;
}

/*TRANSITION AREA*/

.free-btn,
.free-btn:hover,
.mvp-btn,
.mvp-btn:hover,
.dm-divider>div>div>span.dir>a,
.dm-divider>div>div>span.dir>a:hover {
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

@media (max-width: 1199px) {
	.dm-revistas .next,
	.dm-revistas .prev {
		display: block;
	}
	.dm-revistas .palco {
		margin: 0 50px
	}
	.dm-divider>div>div>span.esq {
		text-align: left;
		font-size: 24px;
		color: #CECECE;
		display: block;
		float: left;
		max-width: 738px;
		margin: 10px 0 10px 0;
	}
}

@media (max-width: 979px) {
	.dm-divider>div>div>span.dir {
		text-align: center;
		width: 100%;
		float: left;
		font-size: 100%;
		margin-top: 20px;
	}
	.dm-divider>div>div>span.esq {
		padding: 0 50px;
		text-align: center;
	}
	.dm-revistas .palco {
		margin: 0 50px;
	}
}

@media (max-width: 767px) {
	.free-btn,
	.mvp-btn {
		padding: 7px 32px;
	}
	.free-btn,
	.mvp-btn,
	.free-btn:hover,
	.mvp-btn:hover {
		margin: 25px auto;
	}
	/*follow*/
	.dm-follow {
		float: left;
		width: 100%;
		height: 44px;
		margin: 0 0 20px 0px;
	}
	/*divider*/
	.dm-divider {
		margin: 25px 0 50px 0;
		background-color: #302f31;
		padding: 30px 0;
	}
	.dm-divider>div>div>span.esq {
		padding: 0 20px;
	}
	.dm-divider>div>div>span.dir {
		text-align: center;
		width: 100%;
		float: left;
		font-size: 100%;
		margin-top: 20px;
	}
	/*serviços*/
	.dm-devware>div p,
	.dm-mentoring>div p,
	.dm-devware>h4,
	.dm-mentoring>h4 {
		margin: 0 3%;
	}
	.dm-revistas .palco {
		margin: 0 50px;
	}
}

@media (max-width: 479px) {
	/*divider*/
	.dm-divider>div>div>span.esq {
		text-align: center;
		float: left;
		font-size: 22px;
	}
	.dm-divider>div>div>span.dir {
		text-align: center;
		width: 100%;
		float: left;
		font-size: 100%;
		margin-top: 20px
	}
}

@media (max-width: 319px) {
	.dm-follow>a.linkedin {
		background-position: 1px 0px;
		display: inline-block;
		width: 32px;
		height: 32px;
		background-color: #ddd;
		background-image: url(../../Imagens/2013/dm-follow.png);
		background-size: 150px;
		padding: 0px !important;
	}
	.dm-follow>a.facebook {
		background-position: -29px 0px;
		display: inline-block;
		width: 32px;
		height: 32px;
		background-color: #ddd;
		background-image: url(../../Imagens/2013/dm-follow.png);
		background-size: 150px;
		padding: 0px !important;
	}
	.dm-follow>a.twitter {
		background-position: -58px 0px;
		display: inline-block;
		width: 32px;
		height: 32px;
		background-color: #ddd;
		background-image: url(../../Imagens/2013/dm-follow.png);
		background-size: 150px;
		padding: 0px !important;
	}
	.dm-follow>a.gplus {
		background-position: -88px 1px;
		display: inline-block;
		width: 32px;
		height: 32px;
		background-color: #ddd;
		background-image: url(../../Imagens/2013/dm-follow.png);
		background-size: 150px;
		padding: 0px !important;
	}
	.dm-follow>a.rss {
		background-position: -119px 1px;
		display: inline-block;
		width: 32px;
		height: 32px;
		background-color: #ddd;
		background-image: url(../../Imagens/2013/dm-follow.png);
		background-size: 150px;
		padding: 0px !important;
	}
	.dm-follow>a.linkedin:hover {
		background-color: #349AC1;
		background-image: url(../../Imagens/2013/dm-follow.png);
		background-position: 1px -59px;
		background-size: 150px;
	}
	.dm-follow>a.facebook:hover {
		background-color: #54669B;
		background-image: url(../../Imagens/2013/dm-follow.png);
		background-position: -29px -59px;
		background-size: 150px;
	}
	.dm-follow>a.twitter:hover {
		background-color: #5EB5D3;
		background-image: url(../../Imagens/2013/dm-follow.png);
		background-position: -58px -58px;
		background-size: 150px;
	}
	.dm-follow>a.gplus:hover {
		background-color: #DE5B4C;
		background-image: url(../../Imagens/2013/dm-follow.png);
		background-position: -86px -58px;
		background-size: 150px;
	}
	.dm-follow>a.rss:hover {
		background-color: #EF9B3F;
		background-image: url(../../Imagens/2013/dm-follow.png);
		background-position: -119px -59px;
		background-size: 150px;
	}
	.dm-follow>a.linkedin,
	.dm-follow>a.facebook,
	.dm-follow>a.twitter,
	.dm-follow>a.gplus,
	.dm-follow>a.rss {
		display: inline-block;
		width: 32px;
		height: 32px;
		background-color: #ddd;
		background-image: url(../../Imagens/2013/dm-follow.png);
		background-size: 150px;
		padding: 0px !important;
	}    /*PORTAL-BOX */
}

#Box_mvpcancelado,
#box_renova {
	font-family: verdana, arial, helvetica, sans-serif;
}

#Box_mvpcancelado a,
#box_renova a {
	text-decoration: none;
}

#Box_mvpcancelado a:hover,
#box_renova a:hover {
	text-decoration: underline;
}

/*LINHAS CABEÇALHO*/

.dm-limvp,
.dm-line-revistas {
	width: 100%;
	display: inline-block;
	padding-right: 10px;
	font-family: 'Montserrat';
	font-size: 28px;
	color: #253A44;
	font-weight: 600;
	text-align: center;
}

.dm-limvp {
	border-top: 5px solid #8cc53e;
}

.free-btn,
.mvp-btn {
	text-transform: uppercase;
	text-decoration: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	background-color: #302f31;
	border: none;
	display: table;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Tahoma;
	margin: 15px 0;
	padding: 7px 12px
}

.free-btn:hover,
.mvp-btn:hover {
	text-decoration: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff
}

.free-btn:hover {
	background-color: #49c5bf
}

.mvp-btn:hover {
	background-color: #8cc53e
}

section * {
	box-sizing: border-box;
}

/*SHORTCUT*/

.dm-shortcut {
	background-color: #333;
}

.dm-shortcut>div>div>div {
	font-size: 14px;
}

.dm-shortcut>div>div>div>ul {
	height: 50px;
	vertical-align: middle;
	display: table-cell;
	padding-left: 0px;
}

.dm-shortcut>div>div>div>ul>li {
	display: inline-block;
	padding: 0 18px;
	font-family: verdana;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}

.dm-shortcut>div>div>div>ul>li.arrow {
	background: url(../../Imagens/2013/arrow.png) center left no-repeat;
}

.dm-shortcut>div>div>div>ul>li>a {
	color: #fff;
	text-decoration: none;
}

.dm-shortcut>div>div>div>ul>li>a:hover {
	text-decoration: none;
	color: #49c5bf;
	text-shadow: 0px 0px 15px #178A8C;
}

.dm-shortcut>div>div>div>ul>li>a.dm-bt-shortcut {
	background: #de4767;
	padding: 4px 10px 6px 10px;
	border-radius: 2px;
	color: #fff;
	text-decoration: none;
}

.dm-shortcut>div>div>div>ul>li>a.dm-bt-shortcut:hover {
	background: #E75C83;
	text-shadow: 0px 0px 10px #fff;
}

.dm-shortcut>div>div>div>ul>li>a.dm-bt-shortcut,
.dm-shortcut>div>div>div>ul>li>a,
.dm-shortcut>div>div>div>ul>li>a:hover,
.dm-shortcut>div>div>div>ul>li>a.dm-bt-shortcut:hover {
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

/*BREADCRUMB*/

.dm-breadcrumb {
	background: #F2F5F7;
	color: #999;
}

.dm-breadcrumb>div>div>div.path {
	padding: 20px 0 20px 5px;
	font-family: arial;
	font-size: 10px;
	line-height: 25px;
}

.dm-breadcrumb>div>div>div>a {
	padding: 0 5px;
	color: #49c5bf;
	text-transform: uppercase;
	text-decoration: none;
}

.dm-breadcrumb>div>div>div>span {
	padding: 0 5px;
}

/*REVISTAS*/

.font-dev,
font-media {
	text-transform: uppercase;
}

.dm-revistas>div>div>div>div>div>a {
	display: inline-block;
	float: left;
	margin: 2px 11px 0 0;
	text-align: center;
	color: white;
	text-decoration: none;
}

.dm-revistas>div>div>div>div.span12 {
	overflow-x: scroll;
	padding: 0 0 26px 0;
}

.dm-revistas>div>div>div>div>div.rolagem {
	width: 1800px;
}

.dm-revistas>div.hide-scroll {
	width: 100%;
	height: 30px;
	background-color: #F2F5F7;
	position: relative;
	z-index: 20;
	padding: 0;
	margin: -20px 0 0 0;
}

/*DIVIDER*/

.dm-divider div> {
	display: inline-block;
}

.dm-divider>div>div>span>span {
	color: #de4767;
}

.dm-divider>div>div>span.esq {
	text-align: left;
	font-size: 24px;
	color: #CECECE;
	display: block;
	float: left;
	margin: 10px 0 10px 0;
}

.dm-divider>div>div>span.dir {
	text-align: right;
	display: block;
	float: right;
	margin: 15px 0 10px 0;
}

.dm-divider>div>div>span.dir>a {
	padding: 8px 15px;
	background-color: #de4767;
	color: #eee;
	font-weight: bolder;
	text-decoration: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border-bottom: 0px solid #de4767;
}

.dm-divider>div>div>span.dir>a:hover {
	border-bottom: 5px solid #de4767;
	background-color: #302f31;
}

{
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear
}

/*REVISTAS*/

.dm-revistas {
	background-color: #F2F5F7;
}

.dm-revistas .prev {
	display: block;
	height: 46px;
	width: 47px;
	background-image: url(../../Imagens/2013/setaesq.png);
	float: left;
	cursor: pointer;
	margin: 90px -50px 0 0;
	padding: 0
}

.dm-revistas .next {
	display: block;
	height: 46px;
	width: 47px;
	background-image: url(../../Imagens/2013/setadir.png);
	float: right;
	cursor: pointer;
	margin: 90px 0 0 0;
	padding: 0
}

.dm-revistas .next:hover,
.dm-revistas .prev:hover {
	background-position: 0 bottom
}

.dm-revistas .next,
.dm-revistas .prev {
	display: none;
}

.dm-revistas .palco {
	margin: 0 75px
}

.dm-revistas>div>div>div>div>div>a>img {
	width: 150px;
	height: 200px;
	margin: 5px;
	border-radius: 2px;
}

/*COLUNAS SERVIÇOS*/

.dm-colserv-row2 a {
	text-decoration: none;
	font-weight: bold;
	color: #454545;
}

.dm-colserv-row2 a:hover {
	text-decoration: underline;
}

.dm-colserv {
	background: #fff;
	padding: 40px 0 60px 0;
	margin-top: 5px;
	font-family: Verdana, Arial;
}

.dm-colserv-row2 {
	padding: 40px 0 10px 0;
	border-radius: 5px;
	background: rgba(232, 236, 238, 0.62);
}

.dm-colserv>div>div>div.col1,
.dm-colserv>div>div>div.col2,
.dm-colserv>div>div>div.col3,
.dm-colserv-row2,
.dm-colserv-row2:hover {
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.dm-colserv>div>div>div>span {
	padding: 0 5px;
	display: block;
	height: 19px;
	color: #302f31;
	font-family: "Conv_Nexa Bold", Arial, Tahoma;
	font-size: 18px;
	text-transform: uppercase;
	border-left: 5px solid #49c5bf;
}

.dm-colserv>div>div>div>p {
	color: #454545;
	font-size: 14px;
	padding: 0 10px 20px 10px;
	line-height: 22px;
}

/*DEPOIMENTOS*/

.container-depoimentos * {
	font-family: 'Montserrat';
}

.container-depoimentos {
	padding: 0 30px;
}

.dm-depo {
	background: white;
	padding: 50px 0 25px 0;
	font-size: 14px;
}

.dm-depo>div>div>div {}

.dm-depo>div>div>ul {
	padding: 0;
}

.dm-depo>div>div>ul>li {
	background-color: #fafafa;
	list-style: none;
	clear: both;
	min-height: 160px;
	margin-bottom: 30px;
	border-radius: 4px;
	border: 1px solid #eaeaea;
	box-shadow: 1px 3px 12px rgba(0, 0, 0, .1);
}

.dm-depo>div>div>ul>li>div {
	color: #47505A;
	width: 100%;
	height: 120px;
	display: table-cell;
	vertical-align: middle;
	padding: 20px 10px 0 10px;
	line-height: 130%;
}

.dm-depo>div>div>ul>li>div>p {
	background-color: transparent;
	font-weight: bold;
	color: #454545;
}

.dm-depo>div>div>ul>li>strong>div {
	background-image: url(../_arquivo/login/Imagens/2013/user2.png);
	background-size: 80px;
	display: block;
	height: 80px;
	width: 80px;
	float: left;
	border-radius: 41px;
	margin: 20px;
	position: absolute;
	padding: 0;
}

.dm-depo>div>div>ul>li>img {
	display: block;
	float: left;
	margin: 23px;
	padding: 0;
	border: none;
}

/*TRANSITION AREA*/

.free-btn,
.free-btn:hover,
.mvp-btn,
.mvp-btn:hover,
.dm-divider>div>div>span.dir>a,
.dm-divider>div>div>span.dir>a:hover {
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

@media (max-width: 1199px) {
	.dm-revistas .next,
	.dm-revistas .prev {
		display: block;
	}
	.dm-revistas .palco {
		margin: 0 50px
	}
	.dm-divider>div>div>span.esq {
		text-align: left;
		font-size: 24px;
		color: #CECECE;
		display: block;
		float: left;
		max-width: 738px;
		margin: 10px 0 10px 0;
	}
}

@media (max-width: 979px) {
	.dm-divider>div>div>span.dir {
		text-align: center;
		width: 100%;
		float: left;
		font-size: 100%;
		margin-top: 20px;
	}
	.dm-divider>div>div>span.esq {
		padding: 0 50px;
		text-align: center;
	}
	.dm-revistas .palco {
		margin: 0 50px;
	}
}

@media (max-width: 767px) {
	.free-btn,
	.mvp-btn {
		padding: 7px 32px;
	}
	.free-btn,
	.mvp-btn,
	.free-btn:hover,
	.mvp-btn:hover {
		margin: 25px auto;
	}
	/*follow*/
	.dm-follow {
		float: left;
		width: 100%;
		height: 44px;
		margin: 0 0 20px 0px;
	}
	/*divider*/
	.dm-divider {
		margin: 25px 0 50px 0;
		background-color: #302f31;
		padding: 30px 0;
	}
	.dm-divider>div>div>span.esq {
		padding: 0 20px;
	}
	.dm-divider>div>div>span.dir {
		text-align: center;
		width: 100%;
		float: left;
		font-size: 100%;
		margin-top: 20px;
	}
	/*serviços*/
	.dm-devware>div p,
	.dm-mentoring>div p,
	.dm-devware>h4,
	.dm-mentoring>h4 {
		margin: 0 3%;
	}
	.dm-revistas .palco {
		margin: 0 50px;
	}
}

@media (max-width: 479px) {
	/*divider*/
	.dm-divider>div>div>span.esq {
		text-align: center;
		float: left;
		font-size: 22px;
	}
	.dm-divider>div>div>span.dir {
		text-align: center;
		width: 100%;
		float: left;
		font-size: 100%;
		margin-top: 20px
	}
	.dm-depo>div>div>ul>li>img {
		margin: 5px;
	}
}

@media (max-width: 320px) {
	.revista-title {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
		.revista-title h3 {
			width: 100%;
		}

	.dm-depo > div > div > ul > li > img {
		float: none;
	}
}