/*
Theme Name: DEMAN
Theme URI: http://www.deman.com.br
Author: BRAVO CREATIVE 
Author URI: http://bravocreative.com.br
Description: Bravo Creative Custom Websites
Version: 2.0.1
Text Domain: bravo
*/


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
DESENVOLVIDO POR BRAVO CREATIVE
http://bravocreative.com.br
Bravo Framework 2.0.1
*/

body, h1, h2, h3, h4, h5, h6, li, p, a, input, span, div {
	font-family: 'Poppins', sans-serif;
}
[class*="column"]+[class*="column"]:last-child {
  float: left;
}
.row {
	max-width: 100%;
}
.columns {
	padding: 0;
}




#header {
	background: #28292a;
	height: 120px;
	display: flex;
	align-items: center;
	width: calc(100vw - 60px);
	top: 0;
	left: 0;
	position: relative;
	margin: 30px 30px 0;
	transition: all 0.2s;
	z-index: 99;
}

#header.header-fixed {
	position: fixed;
	box-shadow: 0 2px 16px rgba(0,0,0,0.12);
	height: 80px;
	margin: 0 0;
	background: #28292a;
	left: 0;
	width: 100vw;
	top: 0;
}
#menu-principal, .container-marca {
	text-align: center;
}

#header #menu-principal li {
	margin: 0 4px;
	display: inline-block;
}

#header #menu-principal a {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: rgb(237, 237, 237);
	padding: 10px 3px;
	border-bottom: 2px solid transparent;
	
}

#header #menu-principal a:hover {
	color: rgb(134, 134, 134);
}

#header #menu-principal li.current-menu-item a {
	color: rgb(134, 134, 134);
	border-bottom: 2px solid rgb(217, 33, 40);
}

#header .baixar-portfolio, #header .sistemas-btn {
	height: 45px;
	background-color: rgb(217, 33, 40);
	color: white;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	float: right;
	margin-right: 20px;
	transition: all 0.3s;
}
#header .baixar-portfolio {
	margin-right: 10px;
}
#header .baixar-portfolio:hover, #header .sistemas-btn:hover {
	background-color: white;
	color: rgb(217, 33, 40);
}

#home {
	border-left: 30px solid white;
	border-right: 30px solid white;
	width: 100vw;
}

#destaque-home {
	min-height: 70vh;
	background: url(images/bg-home.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	
	position: relative;
	
}
#quadrado-home {
width: 23%;
height: 625px;
border: 8px solid rgba(217, 33, 40, 0.2);
position: absolute;
background-size: 80%;
height: 80%;
left: 50%;
margin-left: -35%;
}

#destaque-home h1 {
color: rgb(59, 59, 59);
font-size: 52px;
font-weight: 600;
line-height: 120%;
}

#sobre-home {
	padding: 60px 120px;
}
#sobre-home h2 {
	color: rgb(59, 59, 59);
	font-family: Poppins;
	font-size: 32px;
	font-weight: 600;
	line-height: 120%;
	margin: 25px 0 20px;
}    .swiper-container {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 300px;
      height: 300px;

    }

#sobre-home p {
	color: rgb(141, 141, 141);
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 40px;
}

.botao-vermelho {
	color: white;
	font-family: Poppins;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	height: 50px;
	background-color: rgb(217, 33, 40);
	width: 210px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}

.botao-vermelho:hover {
	color: white;
	background: #28292a;
}

#atuacao-home {
	background: url(images/atuacao.jpg) no-repeat center center;
	background-size: cover;
	padding: 60px 40px;
	position: relative;
	background-attachment: fixed;
}
#atuacao-home #titulo-atuacao {
	position: absolute;
	top: 40px;
	left: 40px;
}

#atuacao-home h3 {
	height: 155px;
	color: rgb(60, 60, 60);
	font-size: 42px;
	font-weight: 600;
	line-height: 110%;
	display: flex;
	align-items: center;
	
}

#atuacao-home .botao-grande {
	height: 135px;
	margin-top: 20px;
	opacity: 0.9;
	background-color: rgb(66, 66, 66);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: all 0.3s;
}

#atuacao-home a:hover .botao-grande {
	background-color: #d92128;
}

#atuacao-home .botao-grande .titulo-pequeno {
	color: rgb(217, 33, 40);
	font-family: Poppins;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	margin-bottom: 12px;
	transition: all 0.3s;
}

#atuacao-home a:hover .botao-grande .titulo-pequeno {
	color: white;
}

#atuacao-home .botao-grande .titulo-grande {
	color: white;
	font-family: Poppins;
	font-size: 22px;
	font-weight: 600;
	display: block;
}

#atuacao-home #container-conteudo {
	margin-top: 170px;
}

#atuacao-home #container-conteudo .columns {
	padding: 0 10px;
}

.cartao {
	background-color: white;
	box-shadow: 0 7px 13px rgba(180, 181, 181, 0.2);
	padding: 25px 30px;
	text-align: center;
	min-height: 380px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.cartao h4 {
	color: rgb(0, 34, 64);
	font-size: 17px;
	font-weight: 600;
	line-height: 42px;
	line-height: 100%;
	margin: 15px 0 20px;
}

.cartao p {
	color: rgb(119, 140, 158);
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
}

#container-cases-home {
	min-height: 70vh;
}

#cases-home {
	padding-top: 80px;
}

#cases-home .titulo-pequeno {
	color: rgb(217, 33, 40);
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	text-align: center;
}

#cases-home .titulo-grande {
	color: rgb(67, 67, 67);
	font-size: 42px;
	font-weight: 600;
	position: relative;
	text-align: center;
}

#cases-home .titulo-destaque {
	color: rgb(249, 249, 249);
	font-size: 147px;
	font-weight: 700;
	position: absolute;
	z-index: 0;
	text-align: center;
	right: 100px;
}




.numero {
	transition: all 0.3s;
	text-align: center;
	padding: 150px 30px 40px;
	border: 6px solid transparent;
	margin-top: 50px;
}
.interno .numero {
	transition: all 0.3s;
	text-align: center;
	padding: 40px 30px 40px;
	border: 6px solid transparent;
	margin-top: 50px;
	min-height: 55vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.numero.vermelho {
	background: #c21e25 url(images/numeros-reformas.png) no-repeat center 40px;
	color: white;
}

.numero.verde {
	background: #178b43 url(images/numeros-ferramentas.png) no-repeat  center 40px;
	color: white;
}

.numero.azul {
	background: #277cb6 url(images/numeros-ar-condicionado.png) no-repeat center 40px;
	color: white;
}

.interno .numero.verde,
.interno .numero.vermelho,
.interno .numero.azul {
	background-image: none;
	
}

.center .numero {
/*	transform: scale(1.2);*/
	padding: 200px 30px 90px;
	margin-top: 0;
}
.interno .center .numero {
/*	transform: scale(1.2);*/
		min-height: 65vh;
	
}
.center .numero.vermelho {
	background: white url(images/numeros-reformas-ativo.png) no-repeat center 60px;
	background-size: 80px;
	border: 6px solid #c21e25;
}


.center .numero.verde {
	background: white url(images/numeros-ferramentas-ativo.png) no-repeat center 60px;
	background-size: 80px;
	border: 6px solid #178b43;
}
 
.center .numero.azul {
	background: white url(images/numeros-ar-condicionado-ativo.png) no-repeat  center 60px;
	background-size: 80px;
	border: 6px solid #277cb6;
}

.numero h4 {
	color: white;
	font-size: 42px;
	font-weight: 700;
	transition: all 0.3s;
	margin-bottom: 25px;
}


.center .numero.azul h4 {
	color: #277cb6;
}
.center .numero.vermelho h4 {
	color: #c21e25;
}
.center .numero.verde h4 {
	color: #178b43;
}
.numero h4 small{
	font-size: 23px;
	font-weight: 500;
	color: inherit;
}

.interno .numero h4 {
	color: white;
	font-size: 28px;
	font-weight: 700;
	transition: all 0.3s;
	margin-bottom: 25px;
	line-height: 120%;
}

.interno .numero h4 small{
	font-size: 16px;
	font-weight: 500;
	color: inherit;
}

.numero p {
	color: white;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 700;
	line-height: 140%;
	transition: all 0.3s;
}
.center .numero p {
	color: rgb(67, 67, 67);
	font-size: 18px;
}

.center img {
	width: auto !important;
}

#numeros-home {
	background: url(images/bg-quem-somos-home.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 150px 40px;
}
#numeros-home .titulo-pequeno {
	color: rgb(217, 33, 40);
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	margin-top: -120px
}
.news-2 {
	height: 100%;
}
.news-1 h2 {
	height: 130px;
}
#numeros-home .titulo-grande {
	color: white;
	font-size: 42px;
	font-weight: 600;
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}

#numeros-home .titulo-destaque {
color: rgb(61, 61, 61);
font-size: 147px;
	font-weight: 700;
	z-index: 0;
	text-align: center;;
}

.news {
	position: relative;
}
.news .efeito {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.87;
	background-color: rgb(217, 33, 40);
}

.news.azul .efeito {
	background-color: rgb(39, 124, 182);
}

.news.verde .efeito {
	background-color: rgb(23, 139, 67);
}

.conteudo-box {
	position: relative;
	z-index: 1;
}


#news-home  {
	padding: 80px 150px 80px;
}

#clientes  {
	padding: 80px 150px 80px;
}

#news-home .columns {
	padding: 0 12px;
}

#news-home .tag {
	color: white;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

#news-home .data {
	color: white;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	padding: 30px;
	
}

#news-home p {
	color: white;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
}

.news-box {
	padding: 174px 30px 30px;
}

.news-box.grande {
	padding: 315px 30px 30px;
}

.news-box.medio {
	padding: 240px 30px 30px;
}

#news-home h2 {
	color: rgb(0, 34, 64);
	font-size: 33px;
	font-weight: 400;
	line-height: 42px;
	margin-bottom: 20px;
}
#news-home .botao-vermelho {
	width: 100%;
	display: flex;
	margin-top: 30px;
	box-shadow: 0 7px 13px rgba(217, 33, 40, 0.3);
}

#topo-case {
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 30px solid white;
	border-right: 30px solid white;
	min-height: 65vh;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	
}
#topo-case .efeito-topo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background: rgba(0, 0, 0, .35);
	width: 100%;
	height: 100%;
}
#topo-case h1 {
	color: white;
	font-size: 58px;
	position: relative;
	font-weight: 600;
}
#conteudo-case {
	margin: 120px auto;
}
#conteudo-case img {
	float: right;
}
#conteudo-case h2 {
	color: rgb(59, 59, 59);
	font-size: 36px;
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 20px;
}

#conteudo-case h2 {
	color: rgb(59, 59, 59);
	font-size: 36px;
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 20px;
}

#conteudo-case p {
	color: rgb(89, 89, 89);
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
}
.texto-case {
	padding-left: 60px;
}
#conteudo-case {
	border-left: 30px solid white;
	border-right: 30px solid white;
}
#sobre-cliente {
	padding-bottom: 100px;
}



.slide {
	min-height: 440px;
	width: 100%;
	background-size: cover;
	background-position: center;
}



#slider-galeria .owl-controls {
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -29px;
	pointer-events: none;
	z-index: 3;
}
#slider-galeria .owl-nav {
	height: 100%;
	width: 100%;
}
#slider-galeria .owl-controls .owl-prev {
	pointer-events: all;
	margin-left: 20px;
	float: left;
	background: url(images/seta-esquerda.png) no-repeat top left;
	width: 36px;
	height: 55px;
	text-indent: -9999px;
	cursor: pointer;
	-o-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	opacity: 1;
	transition:all .4s ease-out;
	margin-right: 0;
}
#slider-galeria .owl-controls .owl-next {
	pointer-events: all;
	float: right;
	background: url(images/seta-direita.png) no-repeat top left;
	width: 36px;
	height: 55px;
	text-indent: -9999px;
	cursor: pointer;
	-o-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	opacity: 1;
	transition:all .4s ease-out;
	margin-right: 20px;
}
#slider-galeria .owl-controls .owl-prev:hover {
	opacity: 0.6;
}
#slider-galeria .owl-controls .owl-next:hover {
	opacity: 0.6;
}




#numeros-deman .owl-controls {
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -29px;
	pointer-events: none;
	z-index: 3;
}
#numeros-deman .owl-nav {
	height: 100%;
	width: 100%;
}
#numeros-deman .owl-controls .owl-prev {
	pointer-events: all;
	margin-left: -60px;
	float: left;
	background: url(images/seta-esquerda.png) no-repeat top left;
	width: 36px;
	height: 55px;
	text-indent: -9999px;
	cursor: pointer;
	-o-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	opacity: 1;
	transition:all .4s ease-out;
	margin-right: 0;
}
#numeros-deman .owl-controls .owl-next {
	pointer-events: all;
	float: right;
	background: url(images/seta-direita.png) no-repeat top left;
	width: 36px;
	height: 55px;
	text-indent: -9999px;
	cursor: pointer;
	-o-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	opacity: 1;
	transition:all .4s ease-out;
	margin-right: -60px;
}
#numeros-deman .owl-controls .owl-prev:hover {
	opacity: 0.6;
}
#numeros-deman .owl-controls .owl-next:hover {
	opacity: 0.6;
}

#footer p.solicite {
	color: white;
	text-align: left;
	font-weight: 700;
	font-size: 35px;
	line-height: 120%;
	margin-bottom: 20px;
}

#footer {
	background: url(images/bg-footer.jpg);
	background-size: cover;
	background-position: center;
	padding: 120px 200px;
}
#pos-footer
{
	background: #434343;
	height: 100px;
	width: 100%;
	
}

#footer h5 {
	color: rgb(50, 50, 50);
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}

#footer p {
	color: rgb(101, 101, 101);
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
	text-align: center;
}
.box-footer {
background: white;
padding: 70px 30px 30px;
margin: 0 14px;
margin-bottom: 24px;
border-radius: 3px;
box-shadow: 0 7px 13px rgba(0, 0, 0, 0.08);
position: relative;
}

.box-footer a {
color: rgb(96, 96, 96);
}

.icone-footer {
	width: 84px;
	height: 83px;
	background-color: white;
	box-shadow: 0 7px 13px rgba(0, 0, 0, 0.04);
	border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -43px;
}

.icone-footer.telefone {
	background-image: url(images/icone-telefones.png);
}

.icone-footer.email {
	background-image: url(images/icone-email.png);
}

.icone-footer.endereco {
	background-image: url(images/icone-endereco.png);
}

.box-form.clearfix {
	background: #898989;
	padding: 30px 60px;
	margin: 0 14px;
}
.box-form input[type=text], .box-form input[type=email] {
	color: rgb(0, 13, 35);
	font-size: 17px;
	font-weight: 600;
	height: 54px;
	background-color: white;
	border: 2px solid rgb(222, 222, 222);
	border-radius: 3px;
	box-shadow: none;
	margin-bottom: 15px;
	padding: 0 15px;
}

.box-form .medium-6 {
	padding: 0 10px;
}

.box-form .columns {
	padding: 0 10px;
}
.box-form .small-4 {
	padding: 0;
}
.box-form textarea {
	height: 160px;
	
	margin-bottom: 15px;
	color: rgb(0, 13, 35);
	font-size: 17px;
	font-weight: 600;
	background-color: white;
	border: 2px solid rgb(222, 222, 222);
	border-radius: 3px;
	box-shadow: none;
	padding: 15px;
	resize: none;
}
.box-form ::-webkit-input-placeholder {
	color: rgb(0, 13, 35);
}

.box-form :-moz-placeholder {
	color: rgb(0, 13, 35);
}

.box-form ::-moz-placeholder {
	color: rgb(0, 13, 35);
}

.box-form :-ms-input-placeholder {  
	color: rgb(0, 13, 35);
}
.box-form input[type=submit] {
	width: 167px;
	height: 50px;
	background-color: rgb(237, 32, 36);
	border-radius: 25px;
	color: white;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	box-shadow: none;
	border: none;
	float: right;
}



#destaque-interno {
	height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	min-height: 380px;
}

#destaque-interno .sombra-texto {
	color: white;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -14px;
left: 0;
opacity: 0.09;
color: white;
font-size: 167px;
font-weight: 700;
line-height: 50px;

}

#destaque-interno h1 {
	color: white;
	font-size: 67px;
	font-weight: 600;
	line-height: 75px;
}


#a-deman {
	background: url(images/bg-a-deman.jpg);
	background-size: cover;
	background-position: center;
	padding: 90px 140px;
	column-count: 2;
	column-gap: 90px;
	background-attachment: fixed;
}

#a-deman.gestao {
	background: url(images/bg-gestao.jpg);
	background-size: cover;
	background-position: center;
	padding: 90px 140px;
	column-count: 1;
	column-gap: 90px;
	position: relative;
	background-attachment: fixed;
}

#a-deman.gestao img {
	position: absolute;
	bottom: 0;
}

#sistema-deman {
	padding: 90px 140px;
	column-count: 2;
	column-gap: 90px;
}

#a-deman h2 {
color: white;
font-size: 35px;
font-weight: 600;
line-height: 130%;
margin-bottom: 25px;
}

#a-deman h3 {
	color: white;
	line-height: 140%;
	font-size: 20px;
	font-weight: 600;
	
	margin-bottom: 30px;
}

#a-deman p {
color: white;
font-size: 15px;
font-weight: 400;
line-height: 180%;
margin-bottom: 25px;
}

#sistema-deman h2 {
	color: rgb(65, 65, 65);
	font-size: 42px;
	font-weight: 600;
	line-height: 50px;
	margin-bottom: 45px;
}

#sistema-deman h3 {
	color: rgb(47, 47, 47);
	line-height: 22px;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
}

#sistema-deman p {
	color: rgb(47, 47, 47);
	line-height: 22px;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 30px;
}

#sistema-deman p {
	color: rgb(47, 47, 47);
	line-height: 22px;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 30px;
}
#valorizacao h3 {
color: rgb(74, 74, 74);
font-size: 32px;
font-weight: 600;
line-height: 130%;
margin-bottom: 38px;
}

#valorizacao h4 {
	color: rgb(73, 73, 73);
	line-height: 22px;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

#valorizacao p {
	color: rgb(73, 73, 73);
	line-height: 22px;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 20px;
}

#valorizacao {
	background-size: cover;
	background-position: center;
	padding: 90px 140px;
/*	column-count: 2;
	column-gap: 90px;*/
}

.espacamento {
	padding-left: 50px;
}
/*#cases-deman {
padding: 90px 0;
}*/
.imagem-gestao {
	margin-top: 30px;
	display: block;
}
#cases-deman {
		padding: 90px 140px;
	
}

#cases-deman .columns {
		padding: 0 20px
	
}

#menu-cases {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #d92128;
	height: 80px;
	margin-bottom: 20px;
	width: 100%;
}

#menu-cases li {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: white;
	padding: 0 7px;
	margin: 0;
	display: inline-block;
	cursor: pointer;
	transition: all 0.3s;
}

#menu-cases li:hover {
	color: rgb(255, 162, 166);
}

#menu-cases .ativo {
	color: rgb(255, 162, 166);
}

.case-container {
	overflow: hidden;
}
.case {
	height: 380px;
	background-size: cover;
	background-position: center;
	margin-bottom: 40px;
	position: relative;
	transition: all 0.3s;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.case-container:hover .case {
	transform: scale(1.04);
}

.selo-case {
	background: white;
	display: inline-block;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 13px 27px rgba(0, 0, 0, 0.3);
	position: absolute;
	width: calc(100% - 40px);
	left: 20px;
	bottom: 20px;
}

.selo-case h4 {
	color: rgb(21, 139, 68);
	font-size: 12px;
	font-weight: 600;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.selo-case p {
	color: rgb(0, 34, 64);
	font-family: Poppins;
	font-size: 22px;
	font-weight: 600;
	line-height: 120%;
}
#container-menu {
	display: inline;
}


.case.vermelho h4 {
	color: #c21e25;
}

.case.verde h4 {
	color: #178b43;
}

.deman-online input, .deman-online select {
	box-shadow: none;
	height: 40px;
}
.entrar-online {
	display: block;
	background-color: #178b43;
	color: white;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 100%;
}
.accordion {
	border: none;
}
.case.azul h4 {
	color: #277cb6;
}
@media only screen and (max-width: 40em) {
	.oculta-mobile {
		display: none !important;
	}
	.reveal {
		max-height: 400px;
		height: 400px;
		min-height: 400px;
	}
}
.botao-sistema {

background: #434343; color: white; font-weight: 600; padding: 12px 18px; border-radius: 3px; text-decoration: none; text-align: center;
}
.whatsapp-flutuante {
	position: fixed;
	z-index: 9998;
	bottom: 20px;
	right: 20px;
	width: 45px;
	height: 45px;
}

@media only screen and (max-width: 40em) {
	.oculta-mobile {
		display: none !important;
	}
	#container-menu {
		display: none;
	}
	#container-portfolio {
		display: none;
	}
	#header {
	border: 0px solid white;
	border-bottom: none;
	background: #28292a;
	height: 60px;
	display: block;
	margin: 0;
	align-items: center;
	padding: 10px;
	justify-content: space-between;
	position: fixed;
	width: 100vw;
	z-index: 99;
	}
	#header.header-fixed {
		height: 60px;
	}
	#header img {
	float: left;
	max-height: 40px;
	}
	#home {
	border-left: 0;
	border-right: 0;
	}
	#destaque-home h1 {
	color: rgb(59, 59, 59);
	font-size: 32px;
	font-weight: 600;
	line-height: 120%;
	text-align: center;
	}
	#destaque-home {
		min-height: 60vh;
	}
	#quadrado-home {
	width: 43%;
	height: 625px;
	border: 8px solid rgba(217, 33, 40, 0.2);
	position: absolute;
	background-size: 80%;
	height: 80%;
	left: 50%;
	margin-left: -40%;
	}
	#sobre-home img {
		
		display: none;
	}
	#sobre-home {
	padding: 30px;
	}
	#sobre-home h2 {
	color: rgb(59, 59, 59);
	font-family: Poppins;
	font-size: 26px;
	font-weight: 600;
	line-height: 120%;
	margin: 0px 0 20px;
	}
	#sobre-home p {
	color: rgb(141, 141, 141);
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 20px;
	}
	#atuacao-home #titulo-atuacao {
	position: absolute;
	top: 20px;
	left: 20px;
	max-width: 82%;
	}
	#atuacao-home #container-conteudo {
	margin-top: 30px;
	}
	#atuacao-home {
	background: url(images/atuacao.jpg) no-repeat center center;
	background-size: cover;
	padding: 60px 15px;
	position: relative;
	background-attachment: fixed;
	}
	#atuacao-home h3 {
	height: auto;
	color: rgb(60, 60, 60);
	font-size: 30px;
	font-weight: 600;
	line-height: 110%;
	display: flex;
	align-items: center;
	margin: 10px 0 20px;
	}
	.cartao {
		margin-bottom: 20px;
	}
	#atuacao-home #container-conteudo .columns {
	 padding: 0; 
	}
	#atuacao-home {
	background: url(images/atuacao.jpg) no-repeat center center;
	background-size: cover;
	padding: 60px 30px;
	position: relative;
	background-attachment: fixed;
	}
	#atuacao-home .botao-grande .titulo-grande {
	color: white;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 600;
	display: block;
	}
	#atuacao-home .botao-grande {
	height: auto;
	margin-top: 20px;
	opacity: 0.9;
	background-color: rgb(66, 66, 66);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: all 0.3s;
	padding: 13px 0;
	}
	#atuacao-home .botao-grande .titulo-pequeno {
	color: rgb(217, 33, 40);
	font-family: Poppins;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
	transition: all 0.3s;
	}
	#cases-home .titulo-grande {
	color: rgb(67, 67, 67);
	font-size: 25px;
	font-weight: 600;
	position: relative;
	text-align: center;
	}
	#cases-home {
	padding-top: 30px;
	}
	#cases-home .titulo-destaque { display: none;}
	#cases-deman {
	padding: 30px 20px;
	}
	#numeros-home {
	background: url(images/bg-quem-somos-home.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	padding: 20px;
	}
	#numeros-home .titulo-grande {
	color: white;
	font-size: 29px;
	font-weight: 600;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	}
	#numeros-home .titulo-destaque {
		display: none;
	}
	#numeros-home .titulo-pequeno {
	color: rgb(217, 33, 40);
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	margin-top: 0;
	}
	.numero {
	transition: all 0.3s;
	text-align: center;
	padding: 40px 20px 20px;
	border: 6px solid transparent;
	margin-top: 0px;
	background-size: 45px !important;
	background-position: center 30px !important;
	}
	
	.center .numero {
	/*	transform: scale(1.2);*/
		padding: 120px 20px 40px;
		margin-top: 0;
	}
	.interno .center .numero {
	/*	transform: scale(1.2);*/
			min-height: auto;
		
	}
	.numero h4 {
	color: white;
	font-size: 27px;
	font-weight: 700;
	transition: all 0.3s;
	margin-bottom: 25px;
	}
	.numero p {
	color: white;
	font-family: Poppins;
	line-height: 140%;
	transition: all 0.3s;
	font-size: 14px;
	font-weight: 400;
	}
	
	center .numero p {
	font-size: 16px;
	}
	#footer {
	background: url(images/bg-footer.jpg);
	background-size: cover;
	background-position: center;
	padding: 60px 20px;
	}
	.box-footer {
	background: white;
	padding: 70px 30px 30px;
	margin: 0 14px;
	margin-bottom: 60px;
	border-radius: 3px;
	box-shadow: 0 7px 13px rgba(0, 0, 0, 0.08);
	position: relative;
	}
	.box-form.clearfix {
	background: #898989;
	padding: 20px 10px;
	margin: 0 14px;
	}
	.box-form input[type=text] {
	color: rgb(0, 13, 35);
	font-size: 14px;
	font-weight: 600;
	height: 45px;
	background-color: white;
	border: 2px solid rgb(222, 222, 222);
	border-radius: 3px;
	box-shadow: none;
	margin-bottom: 10px;
	padding: 0 15px;
	}
	.box-form input[type=submit] {
	width: 140px;
	height: 50px;
	background-color: rgb(237, 32, 36);
	border-radius: 25px;
	color: white;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	box-shadow: none;
	border: none;
	float: right;
	margin-right: 10px;
	}
	.box-form textarea {
	height: 140px;
	margin-bottom: 10px;
	color: rgb(0, 13, 35);
	font-size: 14px;
	font-weight: 600;
	background-color: white;
	border: 2px solid rgb(222, 222, 222);
	border-radius: 3px;
	box-shadow: none;
	padding: 15px;
	resize: none;
	}
	#pos-footer {
	background: #434343;
	height: 20px;
	width: 100%;
	}
	#menu-cases {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #d92128;
	margin-bottom: 20px;
	width: 100%;
	flex-direction: column;
	height: auto;
	padding: 15px 0;
	}
	#menu-cases li {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: white;
	padding: 6px 0px;
	margin: 0;
	display: inline-block;
	cursor: pointer;
	transition: all 0.3s;
	}
	.case {
	height: 200px;
	background-size: cover;
	background-position: center;
	margin-bottom: 20px;
	position: relative;
	transition: all 0.3s;
	box-shadow: 0 4px 3px rgba(0, 0, 0, 0.3);
	}
	.selo-case {
	background: white;
	display: inline-block;
	padding: 10px;
	border-radius: 4px;
	box-shadow: 0 13px 27px rgba(0, 0, 0, 0.3);
	position: absolute;
	width: calc(100% - 40px);
	left: 20px;
	bottom: 20px;
	}
	.selo-case h4 {
	color: rgb(21, 139, 68);
	font-size: 12px;
	font-weight: 600;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 3px;
	}
	#clientes {
		padding: 30px 20px 30px;
	}
	#destaque-interno .sombra-texto {
		display: none;
	}
	#destaque-interno {
		height: 45vh;
		padding-top: 50px;
	}
	#destaque-interno h1 {
		font-size: 52px;
	}
	#a-deman {
		padding: 30px;
		column-count: 1;
		background-attachment: fixed;
	}
	#a-deman.gestao {
		padding: 30px;
	}
	#sistema-deman {
		padding: 30px;
		column-count: 1;
	}
	#sistema-deman h2 {
		color: rgb(65, 65, 65);
		font-size: 27px;
		font-weight: 600;
		line-height: 110%;
		margin-bottom: 35px;
	}
	#valorizacao {
		padding: 30px;
	}
	.espacamento {
		padding-left: 0;
	}
		#atuacao-home, #numeros-home, #topo-case, #a-deman, #a-deman.gestao, #destaque-interno {
		background-attachment: scroll;
	}
	.botao-sistema {
	background: #434343;
	color: white;
	font-weight: 600;
	padding: 12px 8px;
	border-radius: 3px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	}

}