body{
	font-size:14px;
	font-weight:300;
	line-height:30px;
	font-family: 'Open Sans', sans-serif;
	background-color:#fff;
	margin-top:50px;
	color:#414141;
}

@font-face{
	font-family: Rubrik Bold;
	src:url('../fonts/Rubrik/Rubrik Bold.otf');
}
@font-face{
	font-family: Rubrik;
	src:url('../fonts/Rubrik/Rubrik.otf');
}

ul{
	margin:0;
	padding:0;
}

li{
	list-style:none;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

img{
	max-width:100%;
}

h1, h2, h3, h4, h5, h6{
	text-rendering: optimizelegiblity;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	font-family: Rubrik Bold;
	font-weight:bold;
}

p{
	font-family: Rubrik;
	margin:0;
	padding:0;
	line-height:26px;
	font-size:14px;
	margin:8px 0;
}



.dropdown-toggle:after {
    font-family: 'FontAwesome';
    content: "\f0d7";
    margin-left: 5px;
    margin-top: 2px;
}

.navbar-brand{
	margin-top: -12px;
}


.nav>li>a{
padding: 10px 25px !important;  
}

.navbar-inverse .navbar-collapse{
	padding-right: 10%;
}

/*Top Navbar*/
.navbar-inverse {
  background-color: #f0f0f0;
  border-color: transparent;
  padding:0px 0px 30px 0px;
  box-shadow: 5px 3px 15px -2px #0000004f;
}

ul.navbar-nav li a{
	font-family: Rubrik Bold;
	font-size:13px;
	text-transform:uppercase;
	padding: 5px 20px;
	color:#000 !important;
	font-weight: bold;
}

ul.navbar-nav li a:hover{
	color: #1799d7 !important;
	border-bottom: 1px solid #1799d7;
	transition: 400ms;
}

ul.navbar-nav li img:hover{
	border-bottom: none;
	transition: 400ms;
}

.is-sticky .main-menu{
	z-index:9999999 !important;
	position:absolute;
	background:#000;
}

.is-sticky .main-menu .navbar-inverse{
	background:#f0f0f0;
	transition:400ms;
	padding:15px 0;
}
.is-sticky .main-menu .navbar-inverse .social-menu{
	background:#000;
	transition:400ms;
	padding:15px 0;
	display:none;
}

.is-sticky .main-menu .navbar-inverse img{
max-width: 230px;
transition:400ms;
}	

.is-sticky .main-menu ul.navbar-nav li a{
	color:#333 !important;
}


.is-sticky .navbar-inverse .navbar-collapse {
    padding-right: 13%;
}

.social-menu{
background-color:#1799d7;
display: flex;
align-items: center;
justify-content: center;
padding: 5px 0px;
}

.social-menu a{
	color: #fff;
	font-family: Rubrik Bold;
	font-size: 16px;
} 


.social-menu span{
	padding: 0px 30px;
}

.icon-social i{
	color: #fff !important; 
}
.icon-social i:hover{
	color: #feee05 !important;
	transition: 400ms;
}

.social-menu i{
	color:#ff2f00;
	font-size: 18px;
	padding: 5px;
}



.btn.btn-social-menu {
	font-family: Rubrik;
    background: #ff2f00;
    color: #fff;
    border-style: ridge;
    border-radius: 60px;
    padding: 6px 22px;
    transition: 400ms;
}

.btn.btn-social-menu:hover {
	background: #feee05;
	color: #1799d7;
	transition: 400ms;
	}
/*Top Navbar*/


/*Header*/
.carousel-caption {
  top: 35%;
}

.carousel-caption h1 {
  font-size: 40px;
  line-height: auto;
  text-transform: uppercase;
}

.slider-btn {
  margin-top: 21px;
}

.indicatior2{
	top:90% !important;
}



.divider-banner{
	margin-top: -80px;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.divider-banner-back:before{
	content: '';
	margin-top: -130px;
	background-image: url(../img/divider-opacity.png); 
	background-repeat: no-repeat;  
	background-position: center left;
	height: 200px;
	width: 100%;
	position: absolute;
}


.divider-banner:after{
	content: '';
	margin-top: -29px;
	background-image: url(../img/divider.png); 
	background-repeat: no-repeat;  
	background-position: center left;
	height: 200px;
	width: 100%;
	position: absolute;
}



.block-home{
	padding: 10px; 
	background: #1799d7; 
	color: #fff; 
	text-align: center; 
	justify-content: center;
	align-items: center; 
	border-radius: 8px;
	margin-top: 10px;
}

.block-home a{
	color: #fff;
	transition: 400ms;
	text-decoration: none;
}

.block-home a:hover{
	color: #f33b12;
	transition: 400ms;
}
/*Header*/

.services{
	margin: 60px 0px;
}
/*----------------------------Services-------------------------*/
.services2 {
	margin-top:80px;
	margin-bottom:40px;
}
.services2 .icon {
	position:relative;
	width:150px;
	height:150px;
	margin:0 auto;
	text-align:center;
	line-height:150px;
	font-size:50px;
	color:#fff;
	border-radius:50%;
	box-shadow:0 0 0 0 rgba(0,0,0,0.0);
	margin-bottom:10px;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
	border: 1px solid #fe9a05;
	color: #000;
	background-color: #fff;
}
.services2 .item:hover .icon {
	background: #feee05;
	border: 1px solid #fe9a05;
}
.services2 .item [class*=fa] {
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.services2 .item:hover [class*=fa] {
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
	color:#fff!important;
}

}
i.respons {
	position:relative;
	width:35px;
	height:35px;
	margin:0 auto;
	line-height:35px;
	text-align:center;
	font-size:15px;
	color:#fff;
	border-radius:50%;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
	border:1px solid #CCCCCC;
	color: #CCCCCC;
}

/*--------------novo--------------*/

.services3 {
	margin-top:80px;
	margin-bottom:40px;
}
.services3 .icon {
	position:relative;
	width:150px;
	height:150px;
	margin:0 auto;
	text-align:center;
	line-height:150px;
	font-size:50px;
	color:#fff;
	border-radius:50%;
	box-shadow:0 0 0 0 rgba(0,0,0,0.0);
	margin-bottom:10px;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
	border: 1px solid #ee1e22;
	color: #000;
	background-color: #fff;
}
.services3 .item:hover .icon {
	background: #ee1e22;
    border: 1px solid #750709;
}
.services3 .item [class*=fa] {
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.services3 .item:hover [class*=fa] {
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
	color:#fff!important;
}

}
i.respons {
	position:relative;
	width:35px;
	height:35px;
	margin:0 auto;
	line-height:35px;
	text-align:center;
	font-size:15px;
	color:#fff;
	border-radius:50%;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
	border:1px solid #CCCCCC;
	color: #CCCCCC;
}



.services4 {
	margin-top:80px;
	margin-bottom:40px;
}
.services4 .icon {
	position:relative;
	width:150px;
	height:150px;
	margin:0 auto;
	text-align:center;
	line-height:150px;
	font-size:50px;
	color:#fff;
	border-radius:50%;
	box-shadow:0 0 0 0 rgba(0,0,0,0.0);
	margin-bottom:10px;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
	border: 1px solid #155b67;
	color: #000;
	background-color: #fff;
}
.services4 .item:hover .icon {
	background: #194189;
	border: 1px solid #155b67;
}
.services4 .item [class*=fa] {
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.services4 .item:hover [class*=fa] {
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
	color:#fff!important;
}

}
i.respons {
	position:relative;
	width:35px;
	height:35px;
	margin:0 auto;
	line-height:35px;
	text-align:center;
	font-size:15px;
	color:#fff;
	border-radius:50%;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
	border:1px solid #CCCCCC;
	color: #CCCCCC;
}

.services4 p{
	padding: 5px 20px;
}


.bt-info{
	background-color: #1799d7;
	color: #fff;
	font-family: Rubrik Bold;
	font-weight: bold;
    padding: 15px 25px;
    border-radius: 8px;
	transition: 400ms; 
}

.bt-info:hover{
	color: #fff;
	background:#fc8308; 
	transition: 400ms; 
}









/*------Section-bg-blue------*/
.section-bg-blue{
	background-color: #1799d7;
	color: #fff;
}

 .bg-top-blue:before{
	content: '';
	margin-top: -30px;
	background-image: url(../img/bg-blue-top.png); 
	background-repeat: no-repeat;  
	background-position: center center;
	height: 50px;
	width: 100%;
	position: absolute;
}

.bg-bottom-blue:before{
	content: '';
	margin-top: 5px;
	background-image: url(../img/bg-blue-bottom.png); 
	background-repeat: no-repeat;  
	background-position: center center;
	height: 55px;
	width: 100%;
	position: absolute;
}


.section-bg-blue h3{
	font-size: 34px
}

.section-blue-mt{
	margin-top: 30px;
}


.section-bg-blue p{

font-size: 21px;
}
.bt-saiba-mais{
	background-color: #fff;
	color: #000;
	font-family: Rubrik Bold;
	font-weight: bold;
    padding: 15px 30px;
    border-radius: 8px;
    transition:  400ms; 
}

.bt-saiba-mais:hover{
	color: #fff;
	background:#fc8308; 
	transition: 400ms; 
}


.section-blue-mt p{
	margin-top: 40px;
}

.section-blue-mt span{
	color: #fc8308;
	font-weight: bold;
}





/*galeria na index*/
  .work-filter {
    margin-bottom: 35px;
  }

  .work-filter ul li {
    display: inline-block;
  }

  .work-filter ul li a {
    color: #062033;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 17px;
    border-radius: 6px;
    text-transform: capitalize;
  }

  .work-filter ul li a:hover,
  .work-filter ul li a.active {
    background-color: #09086f;
    border-radius: 6px;
    color: #fff;
    padding: 5px 17px;
  }

  .mix {
    display: none;
  }

  .work-item {
    float: left;
    width: 25%;
    position: relative;
  }

  .work-item > img {
    display: block;
    height: auto;
    max-width: 100%;
  }

  .overlay {
   background-color: rgba(187, 7, 7, 0.74);
   text-align: center;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   color: #fff;

   opacity: 0;
   filter: alpha(opacity=0);

   -webkit-transition: all 450ms ease-out 0s;	
   -moz-transition: all 450ms ease-out 0s;
   -o-transition: all 450ms ease-out 0s;
   transition: all 450ms ease-out 0s;

   -webkit-transform: rotateY(180deg) scale(0.5,0.5);
   -moz-transform: rotateY(180deg) scale(0.5,0.5);
   -ms-transform: rotateY(180deg) scale(0.5,0.5);
   -o-transform: rotateY(180deg) scale(0.5,0.5);
   transform: rotateY(180deg) scale(0.5,0.5);
 }

 .overlay i{
  color: #fff;
 }

 .work-item:hover .overlay {
   opacity: 1;
   filter: alpha(opacity=100);

   -webkit-transform: rotateY(0deg) scale(1,1);
   -moz-transform: rotateY(0deg) scale(1,1);
   -ms-transform: rotateY(0deg) scale(1,1);
   -o-transform: rotateY(0deg) scale(1,1);
   transform: rotateY(0deg) scale(1,1);
 }

 .work-item .overlay a {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-top: 20%;
  padding: 7px 10px;
}

.work-item .overlay a:hover {
  color: #fff;
}

.work-item .overlay h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 25px 0 8px;
}

.work-item .overlay p {
  font-size: 14px;
  line-height: 24px;
}




/*Testimonials*/
.depoimentos{
	background-color:#b3072a !important;
	color:#fff;
	min-height: ;
	-webkit-font-smoothing:antialiased;
	text-align:center;
	padding:70px 0;
	margin-top: -8px;
}


 .bg-top-red:before{
	content: '';
	margin-top: -90px;
	background-image: url(../img/bg-red-top.png); 
	background-repeat: no-repeat;  
	background-position: center center;
	height: 30px;
	width: 100%;
	left: 0;
	position: absolute;
}

 .bg-bottom-red:before{
	content: '';
	margin-top: 60px;
	background-image: url(../img/bg-red-bottom.png); 
	background-repeat: no-repeat;  
	background-position: center center;
	height: 30px;
	width: 100%;
	left: 0;
	position: absolute;
}

.depoimentos .quote-img:before{
    content: "";
    position: absolute;
    height: 90px;
    width: 125px;
    left: 95px;
    top: 0px;
    background-image: url(../img/quote.png);
    background-repeat: no-repeat;
}


.depoimentos .title{
margin-bottom: 20px;
}

.text{
	text-align:left;
	padding:25px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.text p{
	color:#fff;
	text-align: center; 
}

.profile-image{
	width:100%;
	margin:0 auto;
	text-align:center;
	margin-top:30px;
}

.profile-image img{
	height:100px;
	width:100px;
	border-radius:500px;
	-moz-border-radius:500px;
	-webkit-border-radius:500px;
	margin-bottom:10px;
}

.profile-image a{
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	line-height:22px;
	font-weight:normal;
	transition: 400ms;
}
.profile-image a:hover{
	color: #000;
	transition: 400ms;
}

.profile-image p{
	font-size:14px;
	font-weight:normal;
	margin:0;
}


.carousel-indicators {
  top: 105%;
}

.carousel-indicators .active {
  background-color: rgb( 199, 199, 199 );
  height: 12px;
  margin: 0;
  width: 12px;
}

.carousel-indicators li {
 background-color: rgb( 199, 199, 199 );
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  width: 10px;
}

/*Testimonials*/



/*-----BLOG-----*/

.blog{
	padding: 70px 0px;
	text-align: center;
	background: #ebebeb6e;
}
.title-blog{
	margin-bottom: 50px;
}


.item-blog{
background: #fff;
border-radius: 8px;
transition: 400ms;
box-shadow: 5px 5px 18px -5px #00000017;
margin-top: 20px;
}

.item-blog:hover{
cursor: pointer;
box-shadow: 5px 5px 18px -5px #00000069;
transition: 400ms;
}

.item-blog img{
border-radius: 8px 8px 0px 0px;
border-bottom: 2px solid #194189;
}


.date-blog {
    background-color: #0f8bcd;
    width: 125px;
    bottom: 208px;
    display: flex;
    position: absolute;
    align-items: center;
}

.date-number{
	font-size: 45px;
	 padding: 0px 5px;
	 color: #fff;
}

.month{
	font-size: 15px;
    padding: 0px 5px;
    color: #fff;
}

.blog-entry:after {
    position: absolute;
    bottom: -10px;
    left: 40px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #0f8bcd transparent transparent;
    }

.item-blog p{
	padding: 10px 8px;
	text-align: left;
	font-size: 15px;
}

.item-blog h4{
text-align: left;
padding: 10px 8px;
font-size: 22px;
}

/*-----estrutura na index-----*/

.grid2 .item img{
  transition: width 2s, height 2s, transform 2s;
}

.grid2 .item img:hover{
  transform: rotate(360deg);
}


/*-----LOCALIZAÇÃO-----*/

.section-localizacao{
	background-color: #fc8308;
	text-align: center;
	margin-top: -75px;
	padding:70px 0px; 
	border-bottom: 0px !important;

}

 .bg-top-yellow:before{
	content: '';
	margin-top: -190px;
	background-image: url(../img/bg-yelow-top.png); 
	background-repeat: no-repeat;  
	background-position: center center;
	background-size:100%;
	height: 165px;
	width: 100%;
	left: 0;
	position: absolute;
}

.title-localizacao{
	margin: 50px 0px;
	color: #194189;
}

.bg-localizacao{
	background: #f0f0f0;
	padding-bottom: 90px;
	z-index: 2;
	padding-left: 50px;
	padding-right: 50px;
}


.bg-localizacao h3{
 color: #194189;
 margin-bottom: 20px;
}


.bg-localizacao a{
	color: #194189;
	font-family: Rubrik;
	padding: 5px 0px;
	font-size: 16px;
}

.bg-localizacao i{
	color: #194189;
	font-size: 20px;
	transition: 400ms;
}

.bg-localizacao i:hover{
	color: #ee1e22;
	transition: 400ms;

	}

.bg-localizacao iframe{
	margin: 50px 0px;
	
}





/*Footer*/
.divider-footer{
	margin-top: -150px;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.divider-footer-back:before{
	content: '';
	margin-top: -230px;
	background-image: url(../img/divider-opacity.png); 
	background-repeat: no-repeat;  
	background-position: center left;
	height: 200px;
	width: 100%;
	position: absolute;
	
}

.rede-sociais img{
 width: 55px;
}

footer{
	background:#1799d7;
	padding:20px 0 20px 0;
	color:#f8f8f8;
	margin-top: -30px;
	position: relative;
}

 .divider-footer:before{
	content: '';
	margin-top: -35px;
	background-image: url(../img/divider-blue.png); 
	background-repeat: no-repeat;  
	background-position: center center;
	height: 170px;
	width: 100%;
	left: 0;
	position: absolute;
}

.single-footer h4{
	font-size:16px;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:10px;
}

.copyright{
	background: #066897;
	padding: 10px 0;
	color: #fff;
}


input{
	border: 1px solid #194189;
    border-radius: 3px;
    padding: 5px;
    width: 90%;
    margin-bottom: 5px;
    color: #194189;
    font-weight: bold;
}



.footer-menu.pull-right {
  margin-top: 7px;
}

.social {
  margin-top: 4px;
}

.my-form {
  height: 45px;
  border-radius: 0px;
  background: #d4d4d4;
  color: #969696;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight:500;
}

.btn.btn-subscribe {
  background: #f5893e none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  height: 45px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

/*Footer*/




/*============================
 Forms
============================= */

/* --- contact form  ---- */
form#contactform input[type="text"] {
  width: 100%;
  border: 1px solid #c6c6c6;
  min-height: 40px;
  padding-left:20px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom:20px;
}

form#contactform input[type="file"] {
  width: 100%;
  border: 1px solid #c6c6c6;
  min-height: 40px;
  padding-left:20px;
  padding-top:1.5%;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom:20px;
  vertical-align:central;
}


form#contactform textarea {
	border: 1px solid #c6c6c6;
	width: 100%;
	height: 150px;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 13px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

form#contactform .validation {
	font-size:11px;
}

#sendmessage {
	border:1px solid #e6e6e6;
	background:#f6f6f6;
	display:none;
	text-align:center;
	padding:15px 12px 15px 65px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;

}

#sendmessage.show,.show  {
	display:block;
}

/* --- comment form ---- */
form#commentform input[type="text"] {
  width: 100%;
  min-height: 40px;
  padding-left:20px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	-webkit-border-radius: 2px 2px 2px 2px;
		-moz-border-radius: 2px 2px 2px 2px;
			border-radius: 2px 2px 2px 2px;

}

form#commentform textarea {
  width: 100%;
  padding-left:20px;
  padding-top:10px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	-webkit-border-radius: 2px 2px 2px 2px;
		-moz-border-radius: 2px 2px 2px 2px;
			border-radius: 2px 2px 2px 2px;
}

.contact h4{
	margin-bottom:20px;
}

.contact{
	padding-bottom:5px;
}





@media screen  and (max-width: 960px){
	/*menu e logo*/

	.social-menu{
		display: block;
	}
	.menu-mobile{
		display: flex;
	}
	.icon-social{
		display: flex;
		justify-content: center;
	}
	.navbar-right{
		margin-right: 0px !important;
	}
	.navbar-toggle{
		background-color: #194189;
	}
	.navbar-inverse .navbar-collapse {
		padding-top: 5%;
	}
	.navbar-brand img{
		max-width: 80%;
		margin-top: 10px;
	}
	.is-sticky .main-menu .navbar-inverse img {
		margin-top: 0px;
		width: 120px !important;
	}

	.mobile-none{
		display: none !important;
	}
	.logo-mobile{
		display: block !important;
	}

	/*banner*/
	.carousel-default{
		margin-top: 80px;
	}
	.divider-banner{
		margin-top: -23px;
	}
	.divider-banner-back:before {
		margin-top: -40px;
		height: 140px;
	}
	.divider-banner:after{
		background-size: 100%;
		margin-top: -6px;
		height: 50px;
	}	

	/*blog*/
	.date-blog {
    bottom: 200px;
	}

	/*localização*/
	.bg-top-yellow:before {
		height: 215px;
	}
	iframe{
		width: 100%;
	}


	/*segentos*/
	.text-internas {
    position: absolute;
    top: 200px !important;
    left: 30% !important;
    color: #fff;
    right: auto;
    font-size: 22px !important;
}

.bg-divider {
	height: 500px !important;
    background-position-x: -377px !important;
}
}


.mobile-none a{
	text-decoration: none !important;
}

.text-internas{
	position: absolute;
    top: 400px;
    left: 42%;
    color: #fff;
    right: auto;
    font-size: 50px;
}

.contato-font a{
	font-family: Rubrik;
	color: #00557e;
}

.contato-font i{
	color: #00557e;
}