#MenuMobile { display:none;  }

html, body {
	height: 100%;
	margin: 0px;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

/* MOBILE */
@media (max-width: 960px){
	.row-flex {
	  padding:0px;
	}
}
[class*="col-"] {
  margin-bottom: 10px;
}

body{
	background: #FFFFFF;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:26px;
	color:#7b7b7b;
	text-rendering: optimizeLegibility!important;
	-webkit-font-smoothing: antialiased!important;
	margin:0px;
	padding:0px;
	height: 100%;
}

h1 { font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 32px; color:#242424; line-height:36px; font-weight:700; letter-spacing:-1px; }
h2 { font-size: 15px; color:#7b7b7b; line-height:24px; font-weight:400; }
.TituloDestaqueHome { font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 17px; color:#FFFFFF; line-height:20px; font-weight:600; letter-spacing:1px; }
.TextoDestaqueHome { font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 40px; color:#FFFFFF; line-height:46px; font-weight:200; }
.TextoRodape { font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 13px; color:#FFFFFF; line-height:20px; font-weight:300; }
.TituloRodape { font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size: 17px; color:#FFFFFF; line-height:22px; font-weight:500; }

.TituloAtuacao { font-size: 20px; color:#0e375d; line-height:24px; font-weight:400; }
.TextoAtuacao { font-size: 15px; color:#7b7b7b; line-height:26px; }


#EfeitoBanner{ 
padding:5px;
-webkit-transition: 0.2s ease-in;
-moz-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in
}

#EfeitoBanner:hover{ 
padding:5px;
opacity: 0.5;
filter: alpha(opacity=50); /* For IE8 and earlier */
-webkit-transition: 0.2s ease-in;
-moz-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in
}


#EfeitoIMG{ 
-webkit-transition: 0.2s ease-in;
-moz-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in
}

#EfeitoIMG:hover{ 
opacity: 0.5;
filter: alpha(opacity=50); /* For IE8 and earlier */
-webkit-transition: 0.2s ease-in;
-moz-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in
}


#EfeitoProfissionais{ 
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in
}

#EfeitoProfissionais:hover{ 
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
}

.FormularioContato {
	font-size: 14px;
	background-color: #FFFFFF;
	text-align: left;
	color: #3d3d3d;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 18px;
	border:0px;
}

.botaoEnviarContato {
	background-color:#981a29;
	font-size: 14px;
	letter-spacing:1px;
	font-weight:400;
	text-transform:uppercase;
	color:#FFFFFF;
	border:0px;
	padding-top:12px; padding-bottom:12px;
	width:100%;
}


.FormularioConsulta {
	font-size: 14px;
	background-color: #f5f5f5;
	text-align: left;
	color: #3d3d3d;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 18px;
	border:0px;
}

.FormNewsletter {
	font-size: 12px;
	background-color: #000000;
	text-align: left;
	color: #FFFFFF;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 14px;
	-moz-border-radius:8px; -webkit-border-radius:8px;
	border:0px;
}

#FormNewsletter ::-webkit-input-placeholder {
   color: #FFFFFF;
}

#FormNewsletter :-moz-placeholder { /* Firefox 18- */
   color: #FFFFFF;
}

#FormNewsletter ::-moz-placeholder {  /* Firefox 19+ */
   color: #FFFFFF;
}

#FormNewsletter :-ms-input-placeholder {  
   color: #FFFFFF;
}

/* PARA O LINK MASTER*/	
A:link {text-decoration:none;color:#2b323a;}
A:visited {text-decoration:none;color:#2b323a;}
A:active {text-decoration:none;color:#80683e;}
A:hover {text-decoration:none;color:#80683e;}


/* MENU RODAPE*/
.MenuInterno {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
letter-spacing:1px;
text-transform:uppercase;
color: #FFFFFF;
transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s;
}

.MenuInterno a:link {
color:#FFFFFF;
text-decoration:none;
transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s;
}
.MenuInterno a:visited {
color:#FFFFFF;
text-decoration:none;
transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s;
}
.MenuInterno a:hover {
color:#7c623d;
text-decoration:none;
transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s;
}
.MenuInterno a:active {
color:#7c623d;
text-decoration:none;
transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s;
}


.MenuDesktop {
	position: absolute;
	text-align:center;
	width:30%;
	height:100%;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	top: 0;
	z-index:100;
}

.transition{
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s 
    
}

#EfeitoImagem a:hover {
opacity:0.50;
-moz-opacity: 0.50;
filter: alpha(opacity=50);
transition: all .3s ease-in-out;
}



/* MENU */
.MenuPrincipal {
	display: inline;
	width:100%;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:400;
	margin-left:15px;
	margin-right:15px;
	color:#000000 !important;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s;
}

.MenuPrincipal a:link {
	display: inline;
	color:#000000;
	width:100%;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s;
}

.MenuPrincipal a:visited {
	color:#000000;
}

.MenuPrincipal a:hover {
	width:100%;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	color:#c0c0c0 !important;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s;
}

.MenuPrincipal.ativo {
	width:100%;
	font-weight:400;
	color:#c0c0c0 !important;
}

.MenuPrincipal.ativo a:hover {
	display:block;
	width:100%;
	color:#c0c0c0 !important;
	border-bottom:0px solid #755b34;
}


/* TELEFONE TOPO */
.TextoTopo {
font-family: 'Roboto', sans-serif;
font-weight:300;
font-size: 13px !important;
color: #aeaeae;
transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s;
}

.TextoTopo a:link {
color:#aeaeae;
text-decoration:none;
transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s;
}
.TextoTopo a:visited {
color:#aeaeae;
text-decoration:none;
transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s;
}
.TextoTopo a:hover {
color:#FFFFFF;
text-decoration:none;
transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s;
}
.TextoTopo a:active {
color:#FFFFFF;
text-decoration:none;
transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s;
}


.linkquatro {
color:#1176bb;
font-size: 13px;

text-decoration:none;
border: 0px solid #1176bb;
}

/* LINKS PAGINAÇÃO ATIVO */
.linkcinco {
color:#FFF;
padding:4px;
background-color: #1176bb;
text-decoration:none;
border: 2px solid #1176bb;
}
a.linkcinco:link {
color:#FFF;
padding:4px;
background-color: #1176bb;
text-decoration:none;
border: 2px solid #1176bb;
}
a.linkcinco:visited {
color:#FFF;
padding:4px;
background-color: #1176bb;
text-decoration:none;
border: 2px solid #1176bb;
}
a.linkcinco:hover {
color:#FFF;
padding:4px;
background-color: #1176bb;
text-decoration:none;
border: 2px solid #1176bb;
}
a.linkcinco:active {
color:#FFF;
padding:4px;
background-color: #1176bb;
text-decoration:none;
border: 2px solid #1176bb;
}

/* LINKS PAGINAÇÃO */
.linkseis {
color:#1176bb;
padding:4px;

text-decoration:none;
border: 1px solid #1176bb;
}
a.linkseis:link {
color:#1176bb;
padding:4px;

text-decoration:none;
border: 1px solid #1176bb;
}
a.linkseis:visited {
color:#1176bb;
padding:4px;

text-decoration:none;
border: 1px solid #1176bb;
}
a.linkseis:hover {
color:#1176bb;
padding:4px;

text-decoration:none;
border: 1px solid #1176bb;
}
a.linkseis:active {
color:#1176bb;
padding:4px;

text-decoration:none;
border: 1px solid #1176bb;
}


.demo-1 .sl-slider-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 280px;
	right: 0;
}

@media (max-width: 800px){
	.demo-1 .sl-slider-wrapper {
		top: 0;
	}
}

/* Custom navigation arrows */

.nav-arrows span {
	position: absolute;
	z-index: 2000;
	top: 40%;
	width: 40px;
	height: 40px;
	border: 8px solid #FFFFFF;
	border: 8px solid #FFFFFF;
	text-indent: -90000px;
	margin-top: -40px;
	cursor: pointer;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-arrows span:hover {
	border-color: rgba(250,250,250,0.6);
}

.nav-arrows span.nav-arrow-prev {
	left: 5%;
	border-right: none;
	border-top: none;
}

.nav-arrows span.nav-arrow-next {
	right: 5%;
	border-left: none;
	border-bottom: none;
}

/* Custom navigation dots */

.nav-dots {
	text-align: center;
	position: absolute;
	bottom: 5%;
	height: 40px;
	width: 100%;
	max-width:1140px;
	margin-left:50%;
	left:-600px;
	z-index: 1;
}

.nav-dots span {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	margin: 4px;
	background: #ddd;
	background: rgba(150,150,150,0.0);
	cursor: pointer;
	border:2px solid #FFFFFF;
}


.nav-dots span.nav-dot-current:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 3px;
	left: 3px;
	background: rgba(255,255,255,1);
}

/* Content elements */

.demo-1 .deco {
	width: 260px;
	height: 260px;
	border: 2px dashed #ddd;
	border: 2px dashed rgba(150,150,150,0.4);
	border-radius: 50%;
	position: absolute;
	bottom: 50%;
	left: 50%;
	margin: 0 0 0 -130px;
}


.demo-1 .sl-slide h2 {
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	padding: 30px;
	position: absolute;
	font-size: 44px;
	font-weight: 700;
	letter-spacing:0px;
	text-transform: uppercase;
	width: 100%;
	right: 0%;
	text-align: left;
	line-height: 40px;
	top: 40%;
	margin: 0 0 0px 0;
}

.demo-1 .sl-slide blockquote {
	position: absolute;
	width: 90%;
	max-width:670px;
	text-align: right;
	right: 6%;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 4px;
	line-height: 20px;
	height: 70px;
	color: #FFFFFF;
	text-shadow: 0 0 6px #999999;
	z-index: 2;
	bottom: 50px;
	margin: 0 0 -50px 0;
	padding: 0;
}

.demo-1 .sl-slide blockquote p{
	margin: 0 auto;
	width: 60%;
	max-width: 400px;
	position: relative;
}

.demo-1 .sl-slide blockquote p:before {
	color: #FFF;
	font-family: "Bookman Old Style", Bookman, Garamond, serif;
	position: absolute;
	line-height: 60px;
	width: 75px;
	height: 75px;
	font-size: 200px;
	z-index: -1;
	left: -80px;
	top: 35px;
	content: '\201C';
}

.demo-1 .sl-slide blockquote cite {
	font-size: 10px;
	padding-top: 10px;
	display: inline-block;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 4px;
}

/* Custom background colors for slides in first demo */

/* First Slide */
.demo-1 .bg-1 .sl-slide-inner,
.demo-1 .bg-1 .sl-content-slice {
	
}

.demo-1 .bg-1 [data-icon]:after,
.demo-1 .bg-1 h2 {
	color: #fff;
}



/* Animations for content elements */

.sl-trans-elems .deco{
	-webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	animation: roll 1s ease-out both, fadeIn 1s ease-out both;
}
.sl-trans-elems h2{
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
}
.sl-trans-elems blockquote{
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;
}
.sl-trans-back-elems .deco{
	-webkit-animation: scaleDown 1s ease-in-out both;
	-moz-animation: scaleDown 1s ease-in-out both;
	-o-animation: scaleDown 1s ease-in-out both;
	-ms-animation: scaleDown 1s ease-in-out both;
	animation: scaleDown 1s ease-in-out both;
}
.sl-trans-back-elems h2{
	-webkit-animation: fadeOut 1s ease-in-out both;
	-moz-animation: fadeOut 1s ease-in-out both;
	-o-animation: fadeOut 1s ease-in-out both;
	-ms-animation: fadeOut 1s ease-in-out both;
	animation: fadeOut 1s ease-in-out both;
}
.sl-trans-back-elems blockquote{
	-webkit-animation: fadeOut 1s linear both;
	-moz-animation: fadeOut 1s linear both;
	-o-animation: fadeOut 1s linear both;
	-ms-animation: fadeOut 1s linear both;
	animation: fadeOut 1s linear both;
}
@-webkit-keyframes roll{
	0% {-webkit-transform: translateX(500px) rotate(360deg);}
	100% {-webkit-transform: translateX(0px) rotate(0deg);}
}
@-moz-keyframes roll{
	0% {-moz-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-moz-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-o-keyframes roll{
	0% {-o-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-o-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-ms-keyframes roll{
	0% {-ms-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-ms-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@keyframes roll{
	0% {transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-webkit-keyframes moveUp{
	0% {-webkit-transform: translateY(40px);}
	100% {-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveUp{
	0% {-moz-transform: translateY(40px);}
	100% {-moz-transform: translateY(0px);}
}
@-o-keyframes moveUp{
	0% {-o-transform: translateY(40px);}
	100% {-o-transform: translateY(0px);}
}
@-ms-keyframes moveUp{
	0% {-ms-transform: translateY(40px);}
	100% {-ms-transform: translateY(0px);}
}
@keyframes moveUp{
	0% {transform: translateY(40px);}
	100% {transform: translateY(0px);}
}
@-webkit-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-moz-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-o-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-ms-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes scaleDown{
	0% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.5);}
}
@-moz-keyframes scaleDown{
	0% {-moz-transform: scale(1);}
	100% {-moz-transform: scale(0.5);}
}
@-o-keyframes scaleDown{
	0% {-o-transform: scale(1);}
	100% {-o-transform: scale(0.5);}
}
@-ms-keyframes scaleDown{
	0% {-ms-transform: scale(1);}
	100% {-ms-transform: scale(0.5);}
}
@keyframes scaleDown{
	0% {transform: scale(1);}
	100% {transform: scale(0.5);}
}
@-webkit-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-moz-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-o-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-ms-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}


#DivSlideGeral { width:100%; height:700px; clear:both }

@media screen and (max-width: 1080px) {
	#DivSlideGeral { width:100%; height:70%; clear:both }
	.MenuDesktop { display:none; }
	#MenuMobile { display: block; width:100%; background-color:#FFFFFF; position: relative; z-index:9999; }
	#MenuHomeDesktop { display:none; }
	#MenuDesktop { display:none; }
	.EscondeMobile { display:none; }
	
	.rowNews{
    display: block;
	width:100%;
	}
	.colNews{
    display: block;
	width:100%;
	}
	
	#MenuRodape { display:block; text-align:left; margin-bottom:5px; }
	
	.nav-dots {
	text-align: center;
	position: absolute;
	bottom: 2%;
	height: 40px;
	width: 100%;
	margin-left:0%;
	left: 0;
	z-index: 1000;
	}
	
	.demo-1 .deco {
		width: 130px;
		height: 130px;
		margin-left: -65px;
		margin-bottom: 50px;
	}

	.demo-1 [data-icon]:after {
		width: 110px;
		height: 110px;
		line-height: 110px;
		font-size: 40px;
		margin: -55px 0 0 -55px;
	}

	.demo-1 .sl-slide blockquote {
		margin-bottom: -120px;
	}

	.demo-1 .sl-slide h2 {
		line-height: 22px;
		font-size: 18px;
		padding: 30px;
		padding-bottom:70px;
		margin-bottom: 0px;
		width:100%;
	}

	.demo-1 .sl-slide blockquote p:before {
		line-height: 10px;
		width: 40px;
		height: 40px;
		font-size: 120px;
		left: -45px;
	}
}