@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700,600);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300,700);
@import url("bootstrap/bootstrap.css");
@import url("fontawesome/font-awesome.css");
@import url("theme.css");
@import url("theme-elements.css");
@import url("skins/default.css");
@import url("sprite.css");

@font-face {
	font-family: 'Montserrat-Light';
	src: url("../fonts/Montserrat-Light/Montserrat-Light.eot");
	src: local("☺"), url("../fonts/Montserrat-Light/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light/Montserrat-Light.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat-SemiBold';
	src: url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.otf") format("opentype"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* ==========================================================================
    Util
    ========================================================================== */
a {
	color: #006388;
}

a:hover {
	color: #006388;
	text-decoration: underline;
}

.transition {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #000;
	height: 100%;
}

body.collapsed {
	position: fixed;
	right: 225px;
	width: 100%;
	overflow: hidden;
}

body.collapsed .main:after {
	content: '';
	background-color: #000;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000000000;
	opacity: 0.5;
}

p {
	font-size: 16px;
}

hr {
	background: none;
}

.main {
	margin-top: 0px;
}

.txt-center {
	text-align: center;
}

.txt-left {
	text-align: left;
}

.txt-right {
	text-align: right;
}

.m-top {
	margin-top: 60px;
}

.mn {
	margin: 0 !important;
}

.m1 {
	margin: 1px !important;
}

.m2 {
	margin: 2px !important;
}

.m3 {
	margin: 3px !important;
}

.m4 {
	margin: 4px !important;
}

.m5 {
	margin: 5px !important;
}

.m8 {
	margin: 8px !important;
}

.m10 {
	margin: 10px !important;
}

.m15 {
	margin: 15px !important;
}

.m20 {
	margin: 20px !important;
}

.m25 {
	margin: 25px !important;
}

.m30 {
	margin: 30px !important;
}

.m35 {
	margin: 35px !important;
}

.m40 {
	margin: 40px !important;
}

.m50 {
	margin: 50px !important;
}

.mtn {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mrn {
	margin-right: 0 !important;
}

.mr5 {
	margin-right: 5px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr25 {
	margin-right: 25px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mr35 {
	margin-right: 35px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.mr50 {
	margin-right: 50px !important;
}

.mbn {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mln {
	margin-left: 0 !important;
}

.ml5 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.ml35 {
	margin-left: 35px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.ml50 {
	margin-left: 50px !important;
}

.m-auto {
	margin: 0 auto;
}

.i-block {
	display: inline-block;
}

.icon {
	display: inline-block;
	vertical-align: middle;
}

div.form-error {
	background: #ff3838;
	padding-left: 8px;
	padding-right: 8px;
	color: #fff;
}

.alert-success {
	color: #fff;
	background-color: #179777;
	border-color: #179777;
}

.alert-success i {
	padding-right: 15px;
}

.alert-danger {
	color: #fff;
	border-color: #D9483F;
	background-color: #D9483F;
}

.alert-danger i {
	padding-right: 15px;
}

.stats-overlay {
	border-radius: 5px!important;
}

.roxo{

	color:#575472;
}

#instagram h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 27px;
    margin: 0 0 45px 0;
    color: #535353;
    display: block;
    position: relative;
}
@media only screen and (max-width: 600px) {

	.btn-insta {
		margin: 0px 40px 30px 40px !important;
	}

}

.logo_insta img {
    margin-bottom: 20px;
}

.btn-insta {
    color: #575472;
    font-size: 16px;
    border-color: #575472;
    border-radius: 42px;
    height: 55px;
    width: 259px;
    padding: 15px 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 40px;
}

.btn-insta:hover {
	background-color: #575472;
	color: #fff;
	border-color: #575472;
}

.btn-sobre {
	color: #575472;
	font-size: 16px;
	border-color: #575472;
	border-radius: 42px;
	height: 55px;
	width: 259px;
	padding: 15px 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.btn-sobre:hover {
	background-color: #575472;
	color: #fff;
	border-color: #575472;
}

.btn-servicos {
	color: #5D5D5D;
	background-color: transparent;
	font-size: 16px;
	border-color: #5D5D5D;
	border-width: 2px;
	border-radius: 42px;
	height: 55px;
	width: 259px;
	padding: 15px 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 55px;
}

.btn-servicos:hover {
	background-color: #575472;
	color: #fff;
	border-color: #575472;
}

.topo {
	background-image: url("../img/topo.jpg");
	height: 185px;
	width: 100%;
	position: relative;
	display: block;
}

/*=============================================================
 HEADER
================================================================*/
#header {
	background: #fff;
	height: 130px;
	border-top: 0px;
	color: #000;
	padding: 0;
}

#header nav {
	float: none;
}

#header .navbar-default {
	border: 0;
}

#header .header-topo {
	width: 100%;
	background: #FFFFFF;
	height: 40px;
	margin: 0;
}

#header .header-topo .link-acesso {
	background: #D92040;
	color: #F2F2F2;
	height: 40px;
	position: relative;
	width: 176px;
	float: left;
	display: block;
	padding: 10px 0px 0 20px;
	text-decoration: none;
	font-weight: bold;
}

#header .header-topo .link-acesso i {
	margin-right: 15px;
}

#header .header-topo .link-acesso.restrita {
	background-color: #575472;
}

#header .header-menu {
	width: 100%;
}

#header .header-menu .logo img {
	top: -20px;
	width: 190px;
}

.rede-social-topo {
	margin-right: 20px;
}

.rede-social-topo .link {
	padding-top: 8px;
	padding-left: 15px;
	width: 45px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.rede-social-topo .link:hover {
	background-color: #575472;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.rede-social-topo .youtube {
	background-image: url("../img/sprites/youtube-red.png");
}

.rede-social-topo .youtube:hover {
	background-image: url("../img/sprites/youtube-white.png");
}

.rede-social-topo .facebook {
	background-image: url("../img/sprites/purpleinsta.png");
}

.rede-social-topo .facebook:hover {
	background-image: url("../img/sprites/whiteinsta.png");
}

.rede-social-topo .twitter {
	background-image: url("../img/sprites/twitter-red.png");
}

.rede-social-topo .twitter:hover {
	background-image: url("../img/sprites/twitter-white.png");
}

.rede-social-topo .google {
	background-image: url("../img/sprites/google-red.png");
}

.rede-social-topo .google:hover {
	background-image: url("../img/sprites/google-white.png");
}

.btn-responsive-nav {
	display: none;
}

#navbar {
	padding: 0;
	margin-top: 20px;
}

.navbar-default {
	background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
	color: #858585;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 15px;
	padding-left: 25px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #575472;
	background-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.sidebar {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	width: 225px;
	top: 0;
	height: 100%;
	position: fixed;
	right: -225px;
	z-index: 9999;
	background-color: #fff;
	overflow: auto;
}

.sidebar nav {
	padding: 0 28px;
	width: 100%;
	height: auto;
	overflow: auto;
	text-align: center;
}

.sidebar nav a {
	font-size: 16px;
	color: #868686;
	padding: 25px 5px;
	border-bottom: 1px solid #DDDDDD;
}

.sidebar .link-acesso {
	background-color: #D92040;
	color: #F2F2F2;
	height: 75px;
	position: relative;
	width: 100%;
	display: block;
	padding: 24px 0px 0 45px;
	text-decoration: none;
	font-weight: bold;
}

.sidebar .link-acesso i {
	margin-right: 15px;
}

.sidebar .link-acesso.restrita {
	background-color: #575472;
}

/*==============================================================================================
SLIDERSHOWS
==============================================================================================*/
.slider-banner {
	min-height: 380px;
}

.slider-banner img {
	/*display: inline-block;
    min-height: 423;*/
}

/*.slick-list {
    min-height: 380px;
}*/
.slick-slider {
	margin-bottom: 0px;
}

.slick-next,
.slick-prev {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 70px;
	margin-top: -25px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 1;
}

.slick-prev {
	display: block;
	left: 50%;
	margin-left: -560px;
}

.slick-next {
	display: block;
	right: 50%;
	margin-right: -560px;
}

.slick-next:before {
	content: "\f105";
	color: #34373e;
	font-size: 70px;
}

.slick-prev:before {
	content: "\f104";
	color: #34373e;
	font-size: 70px;
}

/* Dots */
.slick-slider {
	margin-bottom: 34px;
}

.slick-dots {
	position: absolute;
	bottom: -34px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: right;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 18px;
	height: 18px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:before {
	font-family: 'FontAwesome';
	font-size: 9px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	content: '\f10c';
	text-align: center;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	content: '\f111';
}

.slick-dots li:hover:before,
.slick-dots li:focus:before {
	opacity: 1;
}

.vermelho-footer {
	background-color: #403e54;
	border-radius: 10px;
	margin-top: -20px;
	/* box-shadow: -16px 16px 20px #ccccdd42; */
}

.vermelho-home {
	background-color: #575472;
	border-radius: 10px;
	box-shadow: -14px 18px 13px #ccd;
}

.area_restrita {
	padding: 55px 75px;
}

.area_restrita h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 26px;
	margin-bottom: 0;
	color: #fff;
	font-weight: 900;
}

.area_restrita hr {
	background: #fff;
	width: 55px;
	margin: 15px 0 15px 0;
}

.area_restrita p {
	color: #fff;
	font-size: 19px;
	font-weight: normal;
	line-height: 20px;
	font-family: "Quicksand", sans-serif;
}

.area_restrita .formulario .aviso {
	display: block;
	font-size: 16px;
	font-family: "QuickSand", sans-serif !important;
	color: #Fff;
	font-weight: 600;
}

.area_restrita .formulario .aviso .link {
	color: #fff;
	text-decoration: underline;
}

.area_restrita .form-control {
	border-radius: 35px;
	background-color: transparent;
	color: #fff;
	height: 50px;
	border-color: #fff;
	font-family: "Quicksand", sans-serif;
}

.area_restrita ::-webkit-input-placeholder {
	color: #fff;
}

.area_restrita :-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

.area_restrita ::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

.area_restrita :-ms-input-placeholder {
	color: #fff;
}

.area_restrita .btn-default {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	height: 50px;
	width: 175px;
	border-radius: 42px;
	border-color: transparent;
	color: #575472;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.area_restrita .btn-default:hover {
	background-color: #A31831;
	color: #fff;
}

.area_restrita .links {
	font-size: 13px;
	text-decoration: underline;
	line-height: 20px;
	color: #fff;
	font-family: "Quicksand", sans-serif;
	margin-top: 40px;
	position: relative;
	display: block;
}

.area_restrita .links:hover {
	text-decoration: none;
}

/*===============================================================================================
    FOOTER
================================================================================================*/
#footer {
	background-color: #181D1F;
	width: 100%;
	border: 0;
	padding: 0;
	margin-top: 0;
	color: #fff;
}

#footer .container .row>div {
	margin-bottom: 0;
}

#footer .titulo {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 50px;
	margin-bottom: 0;
	margin-top: 50px;
}

#footer .titulo.redes {
	margin-top: 62px;
}

#footer hr {
	background: #575472;
	width: 55px;
	margin: 0px 0 15px 0;
}

#footer .footer-copyright {
	background: #242A2D;
	border-top: 0;
	margin-top: 0px;
	padding: 0 0 10px;
	height: 65px;
}

#footer .copyright {
	margin-right: 10px;
}

#footer .copyright span {
	margin-left: 10px;
}

#footer .authors {
	margin-top: 24px;
}

#footer .author {
	height: 24px;
	margin-right: 20px;
	overflow: hidden;
	width: 100px;
}

#footer .logo {
	position: relative;
	top: -16px;
}

#footer .logo img {
	margin: 0 auto;
}

#footer .footer-copyright p {
	color: #BABABA;
	font-size: 13px;
}

#footer .footer-copyright .social {
	padding: 14px 0;
	font-family: "Montserrat-SemiBold", sans-serif;
	text-transform: uppercase;
}

#footer .footer-formularios ul {
	list-style: none;
	padding-left: 0;
}

#footer .footer-formularios .footer-link {
	color: #BABABA !important;
	font-size: 15px;
}

#footer .footer-formularios .contato {
	margin-bottom: 12px !important;
}

#footer .footer-formularios .telefone_email {
	margin-bottom: 25px !important;
}

#footer .footer-formularios .telefone_email div {
	display: inline-block;
}

#footer .footer-formularios .telefone_email h4 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 0;
	position: relative;
}

#footer .footer-formularios .telefone_email span {
	font-size: 18px;
	color: #BBBBBB;
}

#footer .footer-formularios .telefone_email .email {
	font-size: 15px;
}

#footer .footer-formularios .telefone_email .icon {
	vertical-align: bottom;
	margin-right: 15px;
}

#footer .footer-formularios .telefone_email .icon-email {
	margin-right: 22px;
}

#footer .footer-formularios .rede_social a {
	margin-right: 10px;
}

#footer .icon-twitter-footer {
	background-image: url(../img/redesociais-footer.png);
	background-position: 0px 0px;
	width: 37px;
	height: 37px;
}

#footer .icon-twitter-footer:hover {
	background-image: url(../img/redesociais-footer.png);
	background-position: 0px -41px;
	width: 37px;
	height: 37px;
}

#footer .icon-facebook-footer {
	background-image: url(../img/sprites/instabranco.png);
	background-position: -0px 0px;
	width: 30px;
	height: 30px;
	margin-left: 15px;
}

#footer .icon-facebook-footer:hover {
	background-image: url(../img/sprites/instaroxo.png);
	background-position: -0px -0px;
	width: 30px;
	height: 30px;
}

#footer .icon-youtube-footer {
	background-image: url(../img/redesociais-footer.png);
	background-position: -88px 0px;
	width: 37px;
	height: 37px;
}

#footer .icon-youtube-footer:hover {
	background-image: url(../img/redesociais-footer.png);
	background-position: -88px -41px;
	width: 37px;
	height: 37px;
}

#footer .icon-google-footer {
	background-image: url(../img/redesociais-footer.png);
	background-position: -132px 0px;
	width: 37px;
	height: 37px;
}

#footer .icon-google-footer:hover {
	background-image: url(../img/redesociais-footer.png);
	background-position: -132px -41px;
	width: 37px;
	height: 37px;
}

.footer-address {
	padding: 60px 15px;
}

.footer-address img {
	display: inline-block;
}

.footer-address .address {
	font-family: "Quicksand", sans-serif;
	font-size: 15px;
}

.titulo-page {
	font-family: "Montserrat", sans-serif;
	color: #545454;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	line-height: 55px;
	letter-spacing: 2px;
}

.sub-titulo-page {
	font-family: "Quicksand", sans-serif;
	font-size: 20px;
	color: #525252;
	margin: 0 0 35px 0;
	display: block;
	position: relative;
}

.topo-sobre-nos .title-topo {
	font-family: "Montserrat", sans-serif;
	font-size: 40px;
	font-weight: 700;
	margin: 0 0 25px 0;
	color: #525252;
}

.topo-sobre-nos .subtitle-topo {
	font-size: 20px;
	color: #525252;
}

.page-not-found .btn-sobre {
	width: 339px;
	border-width: 2px;
}

.page-not-found h2 {
	font-size: 200px;
	font-weight: 700;
	line-height: 200px;
	font-family: "Montserrat", sans-serif;
	color: #525252;
	margin-bottom: 10px;
}

.page-not-found h3 {
	font-family: "Quicksand", sans-serif;
	font-size: 20px;
	color: #525252;
	text-transform: none;
}

#sobre {
	position: relative;
	margin-top: -65px;
	margin-bottom: 110px;
}

#sobre .img-sobre-mobile {
	margin: 25px auto;
}

#sobre .legenda {
	padding-left: 40px;
	margin-top: 80px;
}

#sobre .legenda img {
	margin-bottom: 120px;
}

#sobre .legenda h1 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 40px;
	margin: 0 0 15px 0;
	color: #535353;
	display: block;
	position: relative;
}

#sobre .legenda span {
	color: #535353;
	font-size: 20px;
	font-family: "Quicksand", sans-serif;
	font-weight: 400;
	margin: 0 0 50px 0;
	display: block;
	position: relative;
}

#sobre .legenda p {
	font-family: "Montserrat-Light", sans-serif;
	font-size: 15px;
	color: #858585;
	display: block;
	margin: 0 0 45px 0;
}

#servicos {
	background-color: #cde8d5;
	height: auto;
	position: relative;
	padding-top: 40px;
}

#servicos h1 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 40px;
	margin: 0 0 15px 0;
	color: #535353;
	display: block;
	position: relative;
	text-transform: uppercase;
}

#servicos span {
	color: #535353;
	font-size: 20px;
	font-family: "Quicksand", sans-serif;
	margin: 0 0 50px 0;
	display: block;
	position: relative;
}

#servicos h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #666;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform: none;
}

#servicos h3 i {
	margin-right: 10px;
}

#servicos .tipo_servicos {
	padding-left: 0;
	color: #666666;
	font-size: 10px;
	list-style: none;
}

#servicos .tipo_servicos li {
	font-size: 15px;
	font-family: "Montserrat-Light", sans-serif;
}

#servicos .tipo_servicos li:before {
	content: "·";
	font-size: 31px;
	vertical-align: text-bottom;
	padding-right: 5px;
}

#servicos .servico-home {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	margin-right: 0;
	width: 35%;
	padding-right: 0;
	float: right;
	height: 772px;
}

#noticias {
	padding-top: 80px;
	color: #868686;
}

#noticias .titulo {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 40px;
	text-transform: uppercase;
	color: #555555;
	display: block;
	position: relative;
}

#noticias .titulo hr {
	width: calc(100% - 210px);
	background-color: #575472;
	height: 4px;
	margin-left: 210px;
	margin-top: -23px;
}

#noticias .news-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #282E32;
	margin-top: 30px;
}

#noticias figure {
	position: relative;
}

#noticias figure .mask-img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: transparent;
}

#noticias .link-notice img{
border-radius: 10px;
}

#noticias .time {
	font-size: 12px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #777777;
}

#noticias p {
	font-size: 15px;
	font-family: "Montserrat-Light", sans-serif;
}

#noticias .ver-mais {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	float: right;
	color: #575472;
	text-decoration: underline;
	font-size: 15px;
}

#noticias .btn-sobre {
	margin-top: 70px;
	margin-bottom: 70px;
}

#noticias .link-notice {
	color: initial;
}

#noticias .link-notice:hover {
	text-decoration: none;
}

.border-radius-10{
  border-radius: 10px !important;
}

.border-radius-10-10{
  border-radius: 0px 0px 10px 10px !important;
}

#noticias .link-notice:hover .ver-mais {
	color: #272D32 !important;
}

#noticias .link-notice:hover p {
	text-decoration: underline;
}

#noticias .link-notice:hover .mask-img {
	background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

#clientes {
	background-color: #575472;
}

#clientes .titulos {
	font-family: "Quicksand", sans-serif;
	color: #fff;
	line-height: 30px;
	font-size: 25px;
	padding-top: 45px;
	display: block;
	position: relative;
}

#clientes h2 {
	color: #fff;
	font-size: 32px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

#clientes .slider-clientes {
	margin: 45px 0px 35px 0;
}

#clientes .slider-clientes .slick-list {
	min-height: auto;
}

#clientes .slick-initialized .slick-slide {
	text-align: center;
	padding: 0 15px;
	min-height: auto;
}

#clientes .slick-slide img {
	display: inline-block;
}

#indicadores {
	background-color: #cde8d5;
	padding: 40px 0;
}

#indicadores .titulo {
	border-bottom: 1px solid #DDDDDD;
	font-size: 18px;
	font-family: "Montserrat-SemiBold", sans-serif;
	color: #555555;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#indicadores .indicador {
	float: left;
	color: #444444;
}

#indicadores .indicador .subtitulo {
	float: left;
	padding-right: 16px;
}

#indicadores .indicador .subtitulo h3 {
	color: #444444;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 4px;
}

#indicadores .indicador .subtitulo p {
	font-family: "Montserrat-Light", sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #444444;
	font-weight: normal;
}

#indicadores .indicador.salario {
	/*margin-top: 20px;*/
}

#indicadores .valores {
	float: left;
	font-size: 12px;
	padding: 0 6px;
	margin-top: 28px;
	line-height: 120%;
	font-weight: normal;
}

#indicadores .valores .valor {
	color: #444444;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 4px;
	display: block;
}

#indicadores .valores .valor strong {
	font-family: "Montserrat-SemiBold", sans-serif;
}

@media screen and (max-width: 992px) {
	.slick-slide {
		min-height: 423px;
	}
}

#empresa {
	margin-top: 75px;
	font-size: 16px;
	font-family: "Montserrat-Light", sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	position: relative;
	display: block;
	padding-bottom: 100px;
}

#empresa p {
	line-height: 30px;
	text-align: justify;
}

#empresa .semi-bold {
	font-family: "Montserrat-SemiBold", sans-serif;
}

#empresa .branco {
	position: absolute;
	background-color: #fff;
	height: 216px;
	width: 100%;
}

#equipe {
	padding: 90px 0;
}

#equipe .sub-titulo-page {
	margin-bottom: 15px;
}

#equipe .integrante {
	margin-top: 40px;
	text-align: center;
}

#equipe .integrante img {
	display: inline-block;
}

#equipe .integrante .dados {
	margin-top: 25px;
}

#equipe .integrante .nome {
	font-size: 18px;
	text-transform: uppercase;
	color: #535353;
	font-family: "Montserrat", sans-serif;
	line-height: 18px;
	margin-bottom: 4px;
}

#equipe .integrante .cargo {
	font-family: "Quicksand", sans-serif;
	font-size: 16px;
}

#depoimentos {
	position: relative;
	background-color: #f2f2f2;
	background-image: url("../img/depoimentos.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 615px;
}

#depoimentos .depoimento {
	background-color: #575472;
	height: 410px;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 555px;
	top: 175px;
	color: #fff;
	padding: 50px;
}

#depoimentos .depoimento .titulo-depoimento {
	font-size: 30px;
	font-family: "Quicksand", sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

#depoimentos .depoimento .slider-depoimentos {
	color: #fff;
	height: 225px;
	display: block;
	position: relative;
}

#depoimentos .depoimento .slider-depoimentos p {
	color: #fff;
	font-size: 15px;
	font-family: "Quicksand", sans-serif;
}

#depoimentos .depoimento .slider-depoimentos .slick-dots {
	text-align: left;
}

#depoimentos .depoimento .slider-depoimentos .nome-depoimento {
	float: right;
	clear: both;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
}

#depoimentos .depoimento .slider-depoimentos .empresa-depoimento {
	float: right;
	clear: both;
	font-family: "Quicksand", sans-serif;
	font-size: 15px;
}

#videos {
	margin-top: 75px;
	font-size: 16px;
	font-family: "Montserrat-Light", sans-serif;
	color: #666666;
	position: relative;
	display: block;
	padding-bottom: 100px;
}

#videos p {
	line-height: 30px;
	text-align: justify;
	margin-bottom: 60px;
	margin-top: 30px;
}

#videos .semi-bold {
	font-family: "Montserrat-SemiBold", sans-serif;
}

#videos .lista-video .item {
	margin-bottom: 30px;
}

/*
#equipe {
    padding: 90px 0;
    .sub-titulo-page {
        margin-bottom: 15px;
    }
    .integrante {
        margin-top: 40px;
        text-align: center;
        img {
            display: inline-block;
        }
        .dados {
            margin-top: 25px;
        }
        .nome {
            font-size: 18px;
            text-transform: uppercase;
            color: #535353;
            font-family: $Montserrat;
            line-height: 18px;
            margin-bottom: 4px;
        }
        .cargo {
            font-family: $Quicksand;
            font-size: 16px;
        }
    }
}

#depoimentos {
    position:relative;
    background-color: #f2f2f2;
    background-image: url('../img/depoimentos.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 615px;
    .depoimento {
        background-color: #575472;
        height: 410px;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 555px;
        top: 175px;
        color: #fff;
        padding: 50px;
        .titulo-depoimento {
            font-size: 30px;
            font-family: $Quicksand;
            color: #fff;
            text-transform: uppercase;
            margin: 0 0 20px 0;
        }
        .slider-depoimentos {
            color: #fff;
            height: 225px;
            display:block;
            position:relative;
            p {
                color: #fff;
                font-size: 15px;
                font-family: $Quicksand;
            }
            .slick-dots {
                text-align: left;
            }
            
            .nome-depoimento {
                float: right;
                clear: both;
                font-family:$Montserrat;
                font-weight: 400;
                font-size: 16px;
                text-transform: uppercase;
            }
            .empresa-depoimento {
                float: right;
                clear: both;
                font-family: $Quicksand;
                font-size: 15px;
            }
        }
    }
}

*/
#page-servicos {
	height: auto;
	position: relative;
	display: block;
	padding-bottom: 60px;
}

#page-servicos h1 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 40px;
	margin: 0 0 15px 0;
	color: #535353;
	display: block;
	position: relative;
	text-transform: uppercase;
}

#page-servicos span {
	color: #535353;
	font-size: 20px;
	font-family: "Quicksand", sans-serif;
	margin: 0 0 50px 0;
	display: block;
	position: relative;
}

#page-servicos h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #666;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 26px;
	text-transform: none;
}

#page-servicos h3 i {
	margin-right: 10px;
}

#page-servicos .tipo_servicos {
	padding-left: 0;
	color: #666666;
	font-size: 10px;
	list-style: none;
}

#page-servicos .tipo_servicos li {
	font-size: 15px;
	font-family: "Montserrat-Light", sans-serif;
	line-height: 26px;
}

#page-servicos .tipo_servicos li:before {
	content: "·";
	font-size: 31px;
	vertical-align: top;
	padding-right: 5px;
}

#page-servicos .servico-home {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	margin-right: 0;
	width: 40%;
	padding-right: 0;
	float: right;
}

#page-servicos .assessoria {
	background-color: #575472;
	border-radius: 10px;
	box-shadow: -14px 18px 13px #ccd;
}

#page-servicos .assessoria .tipo_servicos {
	color: #fff;
}

#page-servicos .assessoria .tipo_servicos li {
	font-family: "Quicksand", sans-serif;
	line-height: 30px;
}

#page-servicos .assessoria h3 {
	color: #fff;
	margin-bottom: 38px;
	margin-top: 30px;
}

#page-noticias {
	padding-top: 10px;
	color: #868686;
	padding-bottom: 80px;
}

#page-noticias .titulo {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 40px;
	text-transform: uppercase;
	color: #555555;
	display: block;
	position: relative;
}

#page-noticias .titulo hr {
	width: calc(100% - 210px);
	background-color: #575472;
	height: 4px;
	margin-left: 210px;
	margin-top: -23px;
}

#page-noticias .item {
	padding: 0 15px 50px 15px;
}

#page-noticias figure {
	position: relative;
}

#page-noticias figure .mask-img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: transparent;
}

#page-noticias .news-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #282E32;
	margin-top: 30px;
}

#page-noticias .info {
	padding-right: 31px;
}

#page-noticias .time {
	font-size: 12px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #777777;
}

#page-noticias p {
	font-size: 15px;
	font-family: "Montserrat-Light", sans-serif;
}

#page-noticias .ver-mais {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	float: right;
	color: #575472;
	text-decoration: underline;
	font-size: 15px;
}

#page-noticias .btn-sobre {
	margin-top: 70px;
	margin-bottom: 70px;
}

#page-noticias .link-notice {
	color: initial;
}

#page-noticias .link-notice:hover {
	text-decoration: none;
}

#page-noticias .link-notice:hover .ver-mais {
	color: #272D32 !important;
}

#page-noticias .link-notice:hover p {
	text-decoration: underline;
}

#page-noticias .link-notice:hover .mask-img {
	background: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
}

#page-noticias img {
	border-radius: 10px;
}

#page-noticia-interna {
	margin-top: 20px;
	color: #666666;
	font-size: 15px;
	font-family: "Quicksand", sans-serif;
}

#page-noticia-interna .time {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}

#page-noticia-interna .title-black {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 35px;
	color: #535353;
	margin: 0 0 15px 0;
}

#page-noticia-interna .slider-galeria {
	margin: 20px 0 20px 0;
}

#page-noticia-interna .slider-galeria .slick-arrow {
	background-color: #EEEEEE;
	width: 53px;
	height: 100px;
}

#page-noticia-interna .slider-galeria .slick-arrow:before {
	color: #BBBBBB;
	font-size: 55px;
}

#page-noticia-interna .slider-galeria .slick-prev {
	left: 0;
	margin-left: 0;
	top: 0;
	margin-top: 0;
}

#page-noticia-interna .slider-galeria .slick-next {
	right: -1px;
	margin-right: 0;
	top: 0;
	margin-top: 0;
}

#page-noticia-interna .slider-galeria .slick-slide {
	margin: 0 10px;
}

#duvidas {
	margin-top: 25px;
}

#duvidas .panel-default {
	border: 0;
	border-bottom: 5px solid #CCCCCC;
	margin-bottom: 20px;
}

#duvidas .panel-group .panel-heading {
	background-color: #f4f4f4;
}

#duvidas .panel-group .panel-heading a {
	color: #666666;
	font-size: 15px;
	font-family: "Quicksand", sans-serif;
	position: relative;
	padding-right: 60px;
}

#duvidas .panel-group .panel-heading a:before {
	content: '\f077';
	font-family: 'FontAwesome';
	font-size: 11px;
	position: absolute;
	right: 20px;
	top: 20px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#duvidas .panel-group .panel-heading.active a:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#duvidas .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 0;
	padding-left: 45px;
}

#duvidas .panel-body {
	background-color: #f4f4f4;
	font-family: "Quicksand", sans-serif;
}

#duvidas .panel-body strong,
#duvidas .panel-body p {
	color: #999999;
}

#duvidas .fontes-perguntas {
	font-family: "Quicksand", sans-serif;
	color: #666666;
	font-size: 15px;
}

.container-contact input.form-control,
.container-contact select.form-control {
	height: 50px;
}

.container-contact .form-control {
	box-shadow: none;
	border-radius: 0;
	border-color: #ddd;
	color: #878787;
	font-family: "Montserrat-Light", sans-serif;
}

.container-contact input[type=file].form-control {
	border: 0;
	padding: 12px 15px;
}

.container-contact ::-webkit-input-placeholder {
	color: #878787;
	font-family: "Montserrat-Light", sans-serif;
}

.container-contact :-moz-placeholder {
	/* Firefox 18- */
	color: #878787;
	font-family: "Montserrat-Light", sans-serif;
}

.container-contact ::-moz-placeholder {
	/* Firefox 19+ */
	color: #878787;
	font-family: "Montserrat-Light", sans-serif;
}

.container-contact :-ms-input-placeholder {
	color: #878787;
	font-family: "Montserrat-Light", sans-serif;
}

.container-contact .control-label {
	padding: 12px 15px;
	font-family: "Montserrat-Light", sans-serif;
	color: #878787;
}

.container-contact .btn-sobre {
	background-color: #fff;
	width: 145px;
}

.container-contact .btn-sobre:hover {
	background-color: #575472;
	color: #fff;
	border-color: #575472;
}

.container-contact .contact-info p {
	font-size: 14px;
	font-family: "Montserrat-Light", sans-serif;
	font-weight: normal;
	color: #787878;
}

.container-contact .contact-info hr {
	background-color: #ddd;
}

.container-contact .contact-info .contact-subtitle {
	font-size: 18px;
	color: #575472;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 0;
}

.container-contact .contact-info .list-unstyled {
	color: #787878;
	font-family: "Montserrat-Light", sans-serif;
	font-size: 14px;
}

.container-contact .contact-info .list-unstyled .telefone {
	font-size: 32px;
	font-family: "Montserrat-SemiBold", sans-serif;
	margin-bottom: 5px;
}

.container-contact .contact-info .list-unstyled .contato-email {
	color: #575472;
}

.container-contact .contact-info .list-unstyled .horario {
	margin-top: 5px;
}

.container-contact .contact-info .list-unstyled .contato-endereco {
	color: #777777;
	font-weight: normal;
}

.container-contact .contact-info .list-unstyled .contato-endereco strong {
	color: #666666;
}

.google-map {
	margin: 0;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14/07/2016, 16:50:24
    Author     : marcos.milanez
*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.navbar-default .navbar-nav>li>a {
		padding-left: 0 !important;
	}

	.slick-prev {
		margin-left: -470px;
	}

	.slick-next {
		margin-right: -470px;
	}

	#footer .footer-formularios .area_restrita {
		padding: 80px 80px 80px 80px;
	}

	#footer .footer-formularios .telefone_email .icon {
		margin-right: 5px;
	}

	#footer .footer-formularios .telefone_email .icon-email {
		margin-right: 9px;
	}

	#footer .titulo.redes {
		margin-top: 10px;
	}

	#servicos .servico-home {
		height: 922px;
	}

	#servicos .servico-home img {
		height: 100%;
		width: 490px;
	}

	#empresa .branco {
		height: 244px;
	}
}

@media screen and (max-width: 1450px) {

	#servicos .servico-home img {

		width: 550px;
	}
}

@media screen and (max-width: 992px) {
	.slick-dots {
		text-align: center;
	}

	.slick-slider {
		margin-bottom: 0;
	}

	.slider-banner img {
		/*display: inline-block;
    min-height: 423px;
    max-width: 992px;
    left: 0;
    position: absolute;*/
	}

	.sub-titulo-page {
		margin: 0 0 10px 0;
	}

	#header {
		height: 70px;
	}

	#header .header-menu .logo img {
		top: 14px;
	}

	#header .navbar-toggle {
		margin-top: 30px;
		border-color: transparent;
	}

	#header .navbar-toggle .icon-bar {
		width: 23px;
		height: 3px;
	}

	#sobre {
		margin-bottom: 0;
	}

	#sobre .legenda {
		padding: 30px 15px;
	}

	#noticias,
	#servicos {
		padding: 30px 0;
	}

	#servicos h3 {
		margin-top: 25px;
	}

	#noticias .btn-sobre {
		margin-top: 30px;
		margin-bottom: 0;
	}

	.btn-sobre {
		margin: 0 auto;
		display: block;
	}

	.btn-servicos {
		margin-bottom: 0;
		margin-top: 20px;
	}

	.btn-responsive-nav {
		background: transparent;
		display: block;
		position: absolute;
		right: 0px;
		top: 0;
	}

	#footer .titulo {
		line-height: 40px;
		margin-top: 30px;
	}

	#footer hr {
		margin: 0px auto 25px;
	}

	#footer .footer-copyright {
		height: 56px;
		margin-top: 30px;
	}

	#footer .footer-copyright .authors {
		margin-right: 0;
		margin-top: 16px;
	}

	#footer .footer-copyright .authors .img-responsive {
		display: inline-block;
	}

	#footer .rede_social a {
		margin: 0 12px;
	}

	#footer .telefone_email h4 {
		margin-bottom: 2px;
	}

	#footer .telefone_email span {
		color: #aaa;
		font-size: 16px;
	}

	#footer .telefone_email .icon-telefone,
	#footer .telefone_email .icon-email {
		background: url(../img/sprite-footer-mobile.png);
		width: 35px;
		height: 35px;
		margin-bottom: 10px;
	}

	#footer .telefone_email .icon-telefone {
		background-position: 0 -35px;
	}

	.area_restrita {
		padding: 40px 15px 40px 15px;
	}

	#clientes {
		text-align: center;
	}

	#clientes h2 {
		margin: 0;
	}

	#empresa {
		margin-top: 30px;
		padding-bottom: 10px;
		background-color: transparent;
	}

	#empresa .branco {
		height: 300px;
	}

	#depoimentos {
		background-color: #575472;
		height: 470px;
	}

	#depoimentos .depoimento {
		top: 0;
		width: 100%;
		padding: 40px 10px 40px 10px;
	}

	#depoimentos .depoimento .slider-depoimentos {
		height: 270px;
	}

	#servicos span {
		margin: 0 0 20px 0;
	}

	#page-servicos {
		padding-bottom: 0;
	}

	#page-servicos .assessoria {
		margin-top: 30px;
	}

	#page-noticias {
		padding-bottom: 10px;
	}

	#page-noticias .ver-mais {
		float: left;
	}

	#page-noticias .news-title {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#page-noticias .item {
		padding: 0 15px 50px 15px;
	}

	#page-noticias p {
		height: auto;
	}

	.container-contact .form-group {
		margin-bottom: 0;
	}

	.container-contact .form-control {
		margin-bottom: 15px;
	}

	.container-contact #ContactIndexForm {
		margin-bottom: 25px;
	}

	.page-not-found .btn-sobre {
		width: 289px;
		border-width: 2px;
	}

	.page-not-found h2 {
		font-size: 150px;
		line-height: 150px;
	}
}

@media screen and (max-width: 993px) {
	.slick-prev {
		margin-left: -369px;
	}

	.slick-next {
		margin-right: -369px;
	}
}

@media screen and (max-width: 360px) {
	/* #sobre {
    margin-top: -310px

    } */
}

@media screen and (min-width: 770px) and (max-width: 980px) {
	#sobre {
		margin-top: -50px
	}
}

@media screen and (max-width: 765px) {
	.slick-slider {
		background-color: #575472;
    min-height: 300px;
    height: 350px;
	}
}

@media screen and (max-width: 685px) {
	.slick-slider {
		background-color: #575472;
    min-height: 300px;
    height: 319px;
	}
}

@media screen and (max-width: 475px) {
	.slick-slider {
		background-color: #575472;
    min-height: 240px;
    height: 240px;
	}
}

.whatsapp-float-button{position:fixed;right:-25px;bottom:20px;width:150px;height:150px;display:flex;flex-direction:row}
.whatsapp-float-button a{display:block;width:80px;height:80px;transition:all;margin:auto;transition:.5s;border-radius:50%}
.whatsapp-float-button a img{display:block;width:70px;height:70px;margin:auto}
.whatsapp-float-button a:hover{transform:scale(1.2,1.2)}
.whatsapp-float-button{z-index: 200}