/*
Theme Name: D.Office
Theme URI: http://dofficestore.com/
Author: Márcio Waquim
Author URI: http://marciowaquim.com.br
Description: Site
Version: 1.0
*/
/* RESET */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p {
	margin: 0;
	font-weight: 200;
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
input:focus {
  outline: none;
  box-shadow: none;
}
a {
	color: #c4161c;
}
a:hover {
	color: #f34f55;
	text-decoration: none;
}
.btn {
	text-transform: uppercase;
}
.breadcrumb {
	color: #c8c8c8;
	font-size: 36px;
	text-transform: lowercase;
}
.breadcrumb a {
	color: #c8c8c8;
}
.breadcrumb a:hover {
	color: #f34f55;
}
.breadcrumb_last {
	color: #c4161c;
}

/* ==============================
-- GENERAL
================================= */
body {
	font-family: 'Lato', sans-serif;
	font-weight: 200;
 	font-size: 16px;
  line-height: 1.42857143;
  color: #848799;
  padding-top: 90px;
  position: relative;
}
a, img, span, figure, #header-nav {
	moz-transition-duration: .20s;
	-webkit-transition-duration: .20s;
	-ms-transition-duration: .20s;
	-o-transition-duration: .20s;
	transition-duration: .20s
}
.scrolloff {
  pointer-events: none;
}
.border-top {
	height: 160px;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-radius: 0 0 20px 0;
	margin-bottom: -1px;
	margin-left: 20px;
	padding-right: 20px;
}
.border-cont {
	padding: 20px 0 80px 20px;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-radius: 20px 0 0 0;
	margin-right: 20px;
}
.cont-border-top {
	padding-top: 100px;
}
.btn-mais {
	width: 42px;
	height: 42px;
	display: block;
	color: #fff;
	border-radius: 50%;
	background-color: #c4161c;
}
.btn-mais i {
	font-size: 19px;
  top: 10px;
  left: 13px;
}
/* Social Font */
@font-face {
  font-family: 'Mono Social Icons Font';
  src: url('fonts/MonoSocialIconsFont-1.10.eot');
  src: url('fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
       url('fonts/MonoSocialIconsFont-1.10.woff') format('woff'),
       url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'),
       url('fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
  src: url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.symbol, a.symbol:before {
  font-family: 'Mono Social Icons Font';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
a.symbol:before {
  content: attr(title);
  margin-right: 0.3em;
  font-size: 130%;
}
a.symbol {
	margin-right: 10px;
	display: inline-block;
 	width: 60px;
 	height: 60px;
 	color: #c4161c;
 	background-color: #fff;
  text-decoration: none;
  font-size: 56px;
  line-height: 56px;
  border-radius: 10px 0 10px 0;
}
a.symbol:hover {
	color: #fff;
	background-color: #c4161c;
}
/* Chair Font */
@font-face {
	font-family: 'chairs';
	src:url('fonts/chairs.eot?-vkobxk');
	src:url('fonts/chairs.eot?#iefix-vkobxk') format('embedded-opentype'),
		url('fonts/chairs.woff?-vkobxk') format('woff'),
		url('fonts/chairs.ttf?-vkobxk') format('truetype'),
		url('fonts/chairs.svg?-vkobxk#chairs') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'chairs';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-ico-auditorio:before {
	content: "\e600";
}
.icon-ico-espera:before {
	content: "\e601";
}
.icon-ico-contract:before {
	content: "\e602";
}
.icon-ico-executivas:before {
	content: "\e603";
}
.icon-ico-operativas:before {
	content: "\e604";
}
.icon-ico-universal:before {
	content: "\e605";
}

.cont-title {
	color: #c4161c;
	text-transform: lowercase;
}
.box-title {
	font-size: 22px;
	display: block;
	color: #c4161c;
	margin-bottom: 20px;
}
.img-top {
	display: block;
	border-radius: 20px 0 20px 0;
	margin-bottom: 40px;
}
.bg-cinza {
	padding: 15px;
	background-color: #f5f5f5;
	border-radius: 10px;
	margin-bottom: 20px;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.carousel-border .item {
	border-radius: 20px 0 20px 0;
	overflow: hidden;
}

/* ==============================
-- HEADER
================================= */
header.fixed-header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
}
.header-top {
	width: 100%;
	height: 90px;
	z-index: 9999;
	position: relative;
	background-color: #fff;
	overflow: hidden;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	border-bottom: 1px solid #eaeaea;
}
.do-logo {
	float: left;
}
.do-logo a {
	width: 184px;
	height: 44px;
	background: url(img/logo-doffice.png) no-repeat center center;
	background-size: contain;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 21px;
}
header.fixed-header-min .header-top {
	height: 60px;
}
header.fixed-header-min .do-logo a {
	width: 140px;
	margin-top: 7px;
}
header.fixed-header-min #nav-menu li a {
	padding: 16px 0;
}
.top-nav {
	float: right;
}
#nav-menu li {
	float: left;
	margin-left: 22px;
}
#nav-menu li a {
	font-size: 18px;
	display: block;
	padding: 31px 0;
}
#nav-menu li a:hover {
	border-bottom: 2px solid #c4161c;
}
/* navegacao mobile */
.btn-menu-mobile {
	width: 70px;
	height: 50px;
	float: right;
	margin-top: 5px;
	display: none;
	color: #fff;
	background-color: #c4161c;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 0;
	cursor: pointer;
}
.side-nav {
	position: fixed;
	top: 0;
	right: -310px;
	width: 300px;
	height: 100%;
	padding-top: 60px;
	min-height: 100%;
	background-color: #c4161c;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	z-index: 0;
	display: none;
	moz-transition-duration: .40s;
	-webkit-transition-duration: .40s;
	-ms-transition-duration: .40s;
	-o-transition-duration: .40s;
	transition-duration: .40s
}
.side-nav.ativo {
	right: 0;
}
.side-nav-cont {
	display: inline;
	height: calc(100% + 1px);
}
.side-nav li {
	text-transform: uppercase;
}
.side-nav li a {
	color: #fff;
	font-size: 16px;
	display: block;
	border-bottom: 1px solid #d62c32;
	padding: 15px 15px;
}

/* ==============================
-- DESTAQUES SLIDER
================================= */
.destaques {
	margin-bottom: -80px;
}
#des-slide .item {
	height: 510px;
}
#des-slide .carousel-inner {
	width: 100%;
	height: 430px;
	margin-bottom: 80px;
	overflow: visible;
	border-bottom: 3px solid #c4161c;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(img/bg-slide.jpg)
}
.des-cadeira {
	position: absolute;
	width: 50%;
	height: 500px;
	left: 0;
	top: 50px;
	text-align: right;
}
.des-cadeira img {
	position: absolute;
	right: 70px;
	bottom: 50px;
}
.des-desc {
	position: relative;
	color: #fff;
	margin-top: 90px;
}
.des-desc h1 {
	text-shadow: 2px 2px #333;
}
.des-desc p {
	text-shadow: 1px 1px #000;
}
.des-desc h1 {
	font-size: 44px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.des-desc p {
	margin-bottom: 30px;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.container.passador {
	position: relative;
}
.des-passador {
	width: 121px;
	height: 60px;
	right: 10px;
	bottom: 83px;
	position: absolute;
}
.des-passador .carousel-control {
	width: 60px;
	height: 60px;
	background-color: #772126;
}

/* ==============================
-- FRASE
================================= */
.cont-frase {
	text-align: center;
	padding-top: 80px;
}
.cont-frase span {
	display: block;
	font-size: 38px;
	line-height: 38px;
}
#rotate {
	color: #c4161c;
}

/* ==============================
-- INSTITUCIONAL
================================= */
section.institucional {
	background-color: #eeeeee;
	padding: 40px 0;
}
section.institucional h2 {
	font-size: 38px;
	font-weight: 200;
	margin-bottom: 20px;
	color: #c4161c;
	margin-top: 40px;
}
section.institucional p {
	margin-bottom: 25px;
}
section.institucional .social {
	margin-bottom: 30px;
}
.video-inst iframe {
	width: 100%;
}

/* ==============================
-- BLOG
================================= */
.box-blog {
	display: block;
	margin-bottom: 30px;
}
.box-blog img {
	width: 100%;
	margin-bottom: 12px;
	border-radius: 20px 0 20px 0;
}
.box-blog h2 {
	font-size: 20px;
}
.box-blog:hover img {
	opacity: 0.9;
}

/* ==============================
-- MAPA
================================= */
.mapa {
	width: 100%;
	height: 400px;
}
.mapa iframe {
	width: 100%;
	height: 400px;
}

/* ==============================
-- PRODUTOS
================================= */
.box-produto {
	height: 350px;
	display: block;
	position: relative;
	background-color: #ededed;
	margin-bottom: 20px;
	border-radius: 20px 0 20px 0;
}
.box-produto.cat {
	border: 1px solid #eaeaea;
	background-color: #fff;
}
.box-produto:hover {
	background-color: #f5f5f5;
	border-color: #c4161c;
}
.box-produto.cat:hover {
	background-color: #fff;
}
.box-produto:hover .pro-info {
	color: #c4161c;
	background-color: #fff;
}
.box-produto.cat:hover .pro-info {
	color: #fff;
	background-color: #c4161c;
}
.box-produto figure {
	height: 350px;
	padding: 30px 0 30px 50px;
}
.box-produto.cat figure {
	width: 100%;
	height: 350px;
	text-align: center;
	padding: 30px;
}
.box-produto img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
.pro-info {
	position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 54px;
  padding: 0 15px;
  background-color: #c4161c;
  border-radius: 10px 0 10px 0;
}
.pro-info i {
	font-size: 32px;
  line-height: 32px !important;
  margin-right: 12px;
  top: 7px;
  position: relative;
}

/* ==============================
-- PRODUTO
================================= */
.pro-imagem {
	width: 100%;
	text-align: center;
	margin: 30px 0
}
.pro-imagem img {
	max-width: 100%;
}
.pro-nome {
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: italic;
	margin-top: 30px;
}
.pro-design em {
	font-style: normal;
	text-transform: uppercase;
}
.pro-desc-title {
	font-size: 24px;
	margin-bottom: 15px;
	color: #c4161c;
	margin-top: 50px;
}
.pro-desc {
	margin-bottom: 50px;
}
figure.box-galeria {
	width: 100%;
	margin-bottom: 20px;
	height: 120px;
	text-align: center;
	padding: 10px;
	border: 1px solid #eaeaea;
	border-radius: 10px 0 10px 0;
}
.box-galeria:hover {
	border-color: #c4161c;
}
.box-galeria img {
	max-width: 100%;
  max-height: 100%;
  height: auto;
}
.tab-content {
	width: 100%;
	float: left;
	padding: 25px 20px;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-radius: 0 0 4px 4px;
}
.tab-content .tab-content {
	padding: 0;
	border: none;
}
.tabs-left li a {
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #eaeaea;
	width: 100%;
	float: left;
	margin-bottom: 2px;
}
.tabs-left>li>a:hover, .tabs-left>li>a:focus {
	background-color: #fff;
	border: 1px solid #ccc;
}
.tabs-left>li.active>a, .tabs-left>li.active>a:hover, .tabs-left>li.active>a:focus {
	border-radius: 4px;
	border: 1px solid #c4161c;
}
.tabs-left {
	border: none;
}
.tabs-left .info-modelo {
	width: 75%;
	float: right;
}
.tabs-left img {
	width: 20%;
	margin-right: 5%;
	float: left;
}
/* ==============================
-- CONTATO
================================= */
.contato-info {
	margin: 0 0 30px 0;
	font-size: 16px;
}
.contato-info span {
	display: block;
	margin-bottom: 8px;
}
.contato-info span i {
	color: #fff;
	background-color: #c4161c;
	padding: 5px;
	border-radius: 50%;
	margin-right: 5px;
}

/* ==============================
-- POST
================================= */
.box-post {
	padding: 0 30px;
}
.post {
	width: 100%;
	float: left;
	padding: 30px 0;
	border-bottom: 1px dotted #eaeaea;
}
.post h1 {
	color: #c4161c;
	margin-bottom: 20px;
}
.post p {
	margin-bottom: 20px;
}
.post .data {
	display: block;
	margin-bottom: 20px;
	font-size: 14px;
	color: #adadad;
}
.post-cont p {
	margin-bottom: 20px;
}

/* ==============================
-- FOOTER
================================= */
footer {
	padding: 80px 0 30px 0;
	background-color: #c4161c;
}
.footer-info {
	margin-bottom: 30px;
}
.footer-info span {
	display: block;
	color: #fff;
	margin-bottom: 5px;
}
.footer-info span i {
	color: #c4161c;
	background-color: #fff;
	padding: 5px;
	border-radius: 50%;
	margin-right: 5px;
}
.happy {
	float: right;
	margin-bottom: 30px;
}
.copy {
	color: #ffa4a7;
	display: block;
	font-size: 12px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('img/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('img/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/* ==============================
-- RESPONSIVE
================================= */
@media (min-width: 320px) and (max-width: 767px) {
	body {
	  padding-top: 60px;
	}
	.header-top {
		height: 60px;
	}
	.do-logo a {
		width: 140px;
		margin-top: 7px;
	}
	.top-nav {
		display: none;
	}
	.btn-menu-mobile {
		display: block;
	}
	.side-nav {
		display: block;
	}
	.des-cadeira {
		width: 100%;
		text-align: center;
		padding: 0;
		opacity: 1;
	}
	.des-desc {
		margin-top: 40px;
	}
	.des-cadeira img {
    right: 90px;
    height: 65%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 992px) and (max-width: 1039px) {

}
@media (min-width: 1040px) {

}
/* IPAD */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

}
