/* BOOTSTRAP DIMENSIONS */

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
	#section_blog .row-title {
		padding:8px 0px 8px 0px;
	}
	.bt-veja-mais { margin-top:0; }
	.post { margin-top:16px; }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {  	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
	#header ul#menu li.menu-item { margin-left:20px; }
	#header #nav {
		margin-right: 12px;
		margin-top: 8px;
		padding: 0px 0px 12px 0px;
	}
	#header #nav .menu li.menu-item a {
		font-size:1.6rem;
	}
	#header #nav .menu li.menu-item {
		margin-left:12px;
	}
	#section_home h2 {
		margin-top:8px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	#header ul#menu { height:80px; }	
}

/* */


/* MY CUSTOM DIMENSIONS */
/*
@media (min-width: 992px) { html, body { font-size:62.5%; } }
@media (min-width: 768px) and (max-width: 991.98px) { html, body { font-size:45%; } }
@media (min-width: 361px) and (max-width: 767.98px) { html, body { font-size:45%; } }
@media (max-width: 360px) { html, body { font-size:36%; } }
*/

@media (max-width: 1199.98px) {
	body { padding-top:109px; }
	#header #nav {
		margin-right: 32px;
		margin-top: 6px;
		padding: 0px 0px 12px 0px;
	}
	#header h1 img { max-width:150px; }
	#header ul#menu, .test { height:40px; }
}

@media (max-width:991.98px) {
	#header ul.sub-menu { margin:8px 0px 0px -40px; }	
	.box-nosso-metodo h3 { padding:6% 4%; }
	.box-nosso-metodo p { height:240px; }
}

@media (max-width: 767.98px) {

	body { padding-top:99px; }

	h2 { font-size:2rem; }

	#section_home h2 { font-size:2.1rem; }
	#section_home p, #section_home a { font-size:1.4rem; }

	.menu-mobile li a { font-size:2.1rem;}
	.sub-menu-mobile li a { font-size:1.8rem; }

	#container-row-post-date {
		left:-24px;
	}
	.border-post {
		min-height:192px;
		padding:55px;
	}

	#header #nav { display:none; }
	/*.bt-veja-mais { margin-top:12px; }*/
	#footer p { margin-left:0; }

	.box-social-media { margin-top:50px; }

	#footer .box-social-media {
		position: relative;
		float: left;
		margin-left: 40px;
	}


	#footer { padding:48px 0px 85px 0px; }

	.container-hamb { display:inline-block; }

	.box-nosso-metodo-line {
		height: 120%;
		width: 89%;
		border: 3px solid #083c75;
		position: absolute;
		top: 3%;
		left: 6%;		
	}
	.box-nosso-metodo h3 { padding:4%; }

	.single-solucao .section-servicos-extra .resume,
	#section_quem_somos p,
	#section_quem_somos_nosso_metodo .my-space-left p,
	#section_quem_somos_diferenciais p,
	#section_quem_somos_certificacoes p,
	#section_quem_somos_parceiros p,
	.section-servicos p.subtitle {
		font-size:1.5rem;
		margin-top:10px;
	}

	#section_quem_somos_diferenciais p {
		font-size:1.4rem;
	}

	.box-nosso-metodo p { font-size:1.5rem !important; }
	.resume { font-size:1.5rem; }
	.lk-more-info { font-size:1.6rem; }

	#section_quem_somos_certificacoes img {
		max-width:100%;
	}

	.img-space-side { margin:12px 0px; }

	h2 { font-size:2.2rem; }
	.title {
		padding: 14px 0px 0px 40px;
		margin-bottom: 8px;
	}

	.container-row-post-date {
		position: absolute;
		top: 50%;
		left: -32px;
		text-align: center;
		margin-top: -78px;
	}
	.row-post-day, .row-post-month { padding:12px; }

	.my-space-left { padding-right:40px; }

	#section_home_blog p {
		font-size:1.4rem;
		font-weight:300;
	}

	#section_home_blog h3 { font-size:1.8rem; }
	.bt { font-size:1rem; }
	.first-post { margin-bottom:16px; }
	.my-list { margin-top:10px; }
	.my-list li {
		font-size:1.4rem;
		margin-top:6px;
	}
	.my-space-blog { margin-top:10px; }
	a.more-link {
		display:block;
		margin-left:0;
	}

	.bt-blue { margin-top:16px; }
	#section_home_blog .bt-blue { margin-top:0; }

	#section_home { background-position: 50% center; }
	#section_home_servicos, #section_home_solucoes { background-position: 35% center; }
	#section_blog { background-position: 30% center; }
	#section_contato { background-position: 0% center; }

	/*
	#section_home_servicos,
	#section_home_solucoes,
	#section_servicos_suporte { background-position: 35% center; }

	#section_solucoes_virtualizacao, #section_servicos_consultoria { background-position:43% center; }

	#section_solucoes_licenciamento,
	#section_servicos_treinamento,
	#section_servicos_seguranca { background-position:40% center; }
	*/
	.section-servicos { background-position:40% center; }
}

@media (max-width:360px) {
	#box_top_social_media { display:none; }
	.box-nosso-metodo-line {
		height: 120%;
		width: 86%;
		border: 3px solid #083c75;
		position: absolute;
		top: 2%;
		left: 7%;		
	}
}

@media (max-width:300px) {
	.bt-facebook  { margin-right:8px; }
	.container-hamb { margin-left:8px; }
}

@media (min-width:768px) and (max-width:991.98px) {
	#header .bt-facebook, #header .bt-linkedin {
		width: 28px;
	}
}
/* */