/* =====================================
Template Name: Tromas
Author Name: Codeglim
Description: Tromas is a Multipurpose Business HTML5 Theme. It's Perfect for any business websites. You can customize every section as your need.
Version:	1.1
========================================*/   
/*======================================
[ CSS Table of contents ]
* Header CSS
* Slider CSS
* About CSS
* Service CSS
* Skill CSS
* Story CSS
* Portfolio CSS
* Blog CSS
* Newsletter CSS
* Contact CSS
* Clients CSS
* Footer CSS
========================================*/ 

/* body */
body{
    font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size:14px;
	color:#363636;
	position:relative;
}
h1,h2,h3,h4,h5,h6{
	font-weight:500;
}
a,button{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	outline:none;
	box-shadow:none;
	text-decoration:none;
}


/* Text selection background-color */
::-moz-selection {
    background-color: #008BD2;
    color: #fff;
}
 
::selection {
    background-color: #008BD2;
    color: #fff;
}
::-moz-selection,
::selection {
    background-color: #008BD2;
    color: #fff;
}
/* social */
.social-body{
	position:fixed;
	top:50%;
	left:0;
	margin-top:-80px;
	z-index:999;
}
.social-body ul li{
	display:block;
}
.social-body ul li a{
	font-size:20px;
	color:#fff;
	background:#008BD2;
	height: 40px;
    width: 40px;
	line-height:40px;
	text-align:center;
	display:block;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.social-body ul li a:hover{
	width:50px;
}
.social-body  ul li.facebook a{
	background:#425F9C;
}
.social-body .ul li.twitter a{
	background:#1DA1F3;
}
.social-body ul li.instagram a {
	background: #E21B75;
}
.social-body ul li.pinterest a{
	background:#CB2028;
}
/* button */
a:hover{
	text-decoration:none;
}
.button{}

.button .btn {
	font-weight: 500;
	font-size: 15px;
	height: 40px;
	color: #fff;
	display: inline-block;
	line-height: 40px;
	padding: 0 30px 0 30px;
}
.button .primary{}

.section{
	padding:100px 0;
}

/*section-title*/
.section-title {
	text-align: center;
}
.section-title h2 {
	color:#004177;
	font-size: 35px;
	text-transform: uppercase;
	position: relative;
	font-weight: 700;
}
.section-title h2 span {
	color: #008BD2;
}
/*breadcrumb*/
.breadcrumb{
	padding:80px 0px 0px 0px ;
	margin:0;
	background-color:#fff;
	border-top:1px solid #0000001a;
	border-bottom:1px solid #0000001a;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}
.breadcrumb .breadcrumb-text {
	float: right;
}
.breadcrumb .breadcrumb-text h2{
	color:#008BD2;
	text-transform:capitalize;
	padding-bottom:10px;
	border-bottom:5px solid #008BD2;
}
/*slicknav_menu*/
.slicknav_menu{
	display:none;
}

#scrollUp {
	bottom: 15px;
	right: 15px;
	padding: 10px 20px;
	background: #008BD2;
	color: #fff;
	font-size: 25px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	padding: 0;
	border-radius: 100%;
}
#scrollUp:hover{
	background:#333;
}

/*=========================
	Header CSS
===========================*/
.header{
	background:linear-gradient(-154deg,#008BD2,#105e9d);
}
.header .navbar-collapse{
	padding:0;
}
.header .header-inner {
	background: linear-gradient(-154deg,#008BD2,#105e9d);
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	z-index: 9000;
}
.header .navbar-nav {
	float: right;
	margin: 0;
}

.logo {
	float: left;
	margin: 0;
	position:fixed;	
	z-index:9001;
}

@media screen and (max-width: 768px) {
  .logo {
	imagage width: 100px;
  }
}

.header .logo{
	float:left;
	display: block;
	padding-top:17px;
}
.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
	min-height: 0px;
}
.header .nav li{
    float: left;
	position:relative;
}
.header .nav li:last-child{
	margin:0;
}
.header .nav li a {
	color: #d5d5d5;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 25px 15px;
    position: relative;
    display: inline-block;
	box-shadow:none;
	text-shadow:none;
}
.header .nav li:hover a,
.header .nav li.current a{
	color:#fff;
}
.header .nav li:hover a{
	color:#fff;
}
.header .nav li .dropdown{
	background: #333;
    width: 220px;
    position: absolute;
    left: 40px;
    z-index: 99;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .nav li:hover .dropdown{
	opacity:1;
	visibility:visible;
	left: 0px;
}
.header .nav li .dropdown li{
	float:none;
	margin:0;
}
.header .nav li .dropdown li a{
	padding: 10px 15px;
    color: #fff;
    display: block;
}
.header .nav li .dropdown li i{
	float:right;
}
.header .nav li .dropdown li:hover a{
	color:#008BD2;
}
.header .nav li .dropdown li a:before{
	display:none;
}
.header .nav li .dropdown .sub-dropdown{
	position: absolute;
    top: 0;
    left: 110%;
    width: 220px;
    background: #333;
	opacity:0;
	visibility:hidden;
	transition:all 0.4s ease;
}
.header .nav li .dropdown li:hover .sub-dropdown{
	opacity:1;
	left:100%;
	visibility:visible;
}
.header .nav li .dropdown .sub-dropdown li:hover a {
	color:#008BD2;
}
.header .nav li .dropdown .sub-dropdown li a{
	color:#fff;
}
/* Sticky */
.header .sticky {
	position: fixed;
	width: 100%;
	top: 0;
	animation: fadeInDown 0.8s both 0s;
}
.form-group {
	text-align: center;
}
.sucesso{
	display: none;
	color: #0daa3c;
}
/*=========================
	End Header CSS
===========================*/

/*=========================
	Slider CSS
===========================*/
.slider{
	position:relative;
}
.slider:before{
	position:absolute;
	left:0;
	top:0;
	content:"";
	height:100%;
	width:100%;
	background:#000;
	opacity:0.2;
}

.slider{
	max-height:680px;
	background-size:cover;
	background-position:center;
}
.slider .text {
	margin-top: 227px;
	margin-bottom:50px;
}
.slider h1 {
	color: #fff;
	font-size: 60px;
	font-weight: 600;
	margin: 0 0 30px;
}
.slider p{
	color:#fff;
}
.slider .button{
	margin-top:30px;
}
.slider .button .btn{
	margin-right:10px;
	background:#fff;
	color:#333;
	border-radius:0px;
}
.slider .button .btn:last-child{
	margin-right:0px;
}
.slider .button .btn i{
	margin-right:7px;
}
.slider .button .btn:hover{
	color:#fff;
	background:#008BD2;
}
.slider .button .primary{
	background:#008BD2;
	color:#fff;
}
.slider .button .primary:hover{
	color:#333;
	background:#fff;
}
/*=========================
	End Slider CSS
===========================*/

/*=========================
	Slider_contact CSS
===========================*/
.Slider_contact{
	position:relative;
}
.Slider_contact:before{
	position:absolute;
	left:0;
	top:0;
	content:"";
	height:100%;
	width:100%;
	background:#000;
	opacity:0.2;
}

.Slider_contact{
	max-height:780px;
	min-height:550px;
	background-size:cover;
	background-position:center;
}
.Slider_contact .text {
	margin-top: 427px;
	margin-bottom:50px;
}
.Slider_contact h1 {
	color: #fff;
	font-size: 60px;
	font-weight: 600;
	margin: 0 0 30px;
}
.Slider_contact p{
	color:#fff;
}
.Slider_contact .button{
	margin-top:30px;
}
.Slider_contact .button .btn{
	margin-right:10px;
	background:#fff;
	color:#333;
	border-radius:0px;
}
.Slider_contact .button .btn:last-child{
	margin-right:0px;
}
.Slider_contact .button .btn i{
	margin-right:7px;
}
.Slider_contact .button .btn:hover{
	color:#fff;
	background:#008BD2;
}
.Slider_contact .button .primary{
	background:#008BD2;
	color:#fff;
}
.Slider_contact .button .primary:hover{
	color:#333;
	background:#fff;
}
/*=========================
	End Slider_contact CSS
===========================*/


/*=========================
	chamadas CSS
===========================*/
	
	 .chamadas {
		margin-top:-10px; 
		 display: block;
	 }
	
	@media screen and (max-width: 768px) {
  .chamadas {
	margin-top:-10px;
	  display: block;
  }
  
  .chamadas h1 {
		color: #fff;
		font-size: 20px;
		font-weight: 600;
		margin: 0 0 30px;
		text-align:center;
	}
}
	
	.chamadas h1 {
		color: #fff;
		font-size: 25px;
		font-weight: 600;
		margin: 0 0 30px;
		text-align:center;
	}
	.chamadas p{
		color:#fff;
		text-align:center;		
	}
	
	.verde {
		background-color:#b9cf3b;
		padding:50px;
		text-align:center;
}
		
	.roxo {
		background-color:#6a348b;
		padding:50px;
		text-align:center;	
	}
	
	
	.azul {
		background-color:#004177;
		padding:50px;
		text-align:center;	
	}
	
	
	.cinza {
		background-color:#706f6f;
		padding:50px;
		text-align:center;	
	}


/*=========================
	End chamadas CSS
===========================*/

/*=========================
	About CSS
===========================*/
.about{
	padding-top:100px;
	padding-bottom:100px;
	background-image:url(../healthcare/img/fundo_container.png);
	background-repeat:no-repeat;
	background-position:right;
}

@media screen and (max-width: 768px) {
  .about {
	 padding-top:100px;
	background-color:fff;
	background-image:none;
	margin-top:25px;
  }
}

.about .single-about p{
	margin-bottom: 25px;
	font-size:15px;
	font-weight:300;
}
.about .single-about .cv {
	z-index:99;
	margin-top: 40px;
}
.about .single-about .cv a {
	font-weight: 500;
	font-size: 15px;
	height: 40px;
	color: #fff;
	background:#008BD2;
	text-transform:uppercase;
	display: inline-block;
	line-height: 40px;
	padding: 0 30px 0 30px;
}
.about .section-title{
	margin-top:10px;
}
.about .single-about .cv a:hover{
	background:#333;
}
.about .single-about .social{
	margin-top: 20px;
}
.about .single-about .social ul{}
.about .single-about .social li{
	display:inline-block;
	margin-right:10px;
}
.about .single-about .social li:last-child{
	margin-right:0px;
}
.about .single-about .social li a{
	text-align:center;
}
.about .single-about .social li a i {
	font-size: 20px;
	color: #fff;
	background: #008BD2;
	font-size: 17px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius: 0px;
	
}
.about .single-about .social li a:hover i{
	color:#fff;
	background:#333;
}
.about .image{
	position:relative;
}
.about .image img {
	width: 100%;
}
.about .image .video-popup {
	color: #fff;
	background: rgba(66, 188, 127, 0.6);
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	border-radius: 0px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	padding-left: 3px;
	padding-top: 1px;
}
.about .image .video-popup:hover{
	transform:scale(1.1);
	color:#fff;
	background:#3339;
}
/*=========================
	End About CSS
===========================*/

/*=========================
	Services CSS
===========================*/
.service{
	background: linear-gradient(-154deg,#008BD2,#105e9d);
	padding: 40px 0 100px;
}
.service .section-title {
	margin-top: 30px;
	margin-bottom: 30px;
}
.service .section-title h2{}
.service .section-title span{
	color:#fff;
}
.service .single-service {
	position: relative;
	margin-top: 60px;
	padding-left: 75px;
}
.service .single-service i {
	font-size: 30px;
	color: #ffffffb3;
	position: absolute;
	left: 0;
	top: 0;
	border-right: 2px solid #fff;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
}
.service .single-service:hover i{
	color:#fff;
}
.service .single-service h5{
	font-size:20px;
	color:#fff;
	margin-bottom:10px;
	text-transform:capitalize;
}
.service .single-service p{
	color:#fffc;
	font-size:15px;
	font-weight:300;
}
/*=========================
	End Services CSS
===========================*/

/*=========================
	Skills CSS
===========================*/
.skill {
	padding: 50px 0 100px;
}
.skill .section-title {
	margin-top: 80px;
}
.skill .section-title h2{
	color:#fff;
}
.skill .skill-main{
	margin-top:50px;
}
.skill .skill-head .skill-content {
	margin-top: 50px;
}
.skill .skill-head .skill-content h3{
	color:#fff;
	font-weight:700;
	font-size:28px;
}
.skill .skill-head .skill-content p{
	color:#fff;
	font-weight:300;
	margin-top:20px;
}
.skill .skill-head .skill-content .bolt{
	font-weight:600;
}
.skill .skill-title h4 {
	font-size: 14px;
	margin-bottom: 15px;
	text-transform: capitalize;
	font-weight: 600;
	color:#fff;
}
.skill .single-skill{
	margin-bottom:30px;
}
.skill .single-skill:last-child{
	margin-bottom:0px;
}
.skill .progress {
	overflow: visible;
	border-radius: 0px;
	box-shadow: none;
	background: #eee;
	height: 30px;
	margin: 0;
}
.skill .progress .progress-bar {
	position: relative;
}
.skill .progress .progress-bar span {
	position: absolute;
	right: -2px;
	top: -36px;
	color: #333;
	font-weight: 500;
	font-size: 14px;
	color:#fff;
}
.blog .single-sidebar{
	border-bottom-color:#ED1C24;
}
.skill .progress .progress-bar span::before{
	border-bottom-color:#ED1C24;
}
.skill .progress .progress-bar{
	background:#008BD2;
}
.skill .button{
	margin-top:20px;
}
.skill .button .btn:hover{
	background:#333;
	color:#fff;
}
.skill .button .btn{
	background:#ED1C24;
}
/*=========================
	End Skills CSS
===========================*/

/*=========================
	Story CSS
===========================*/
.story{
	padding:100px 0px;
	background:#f5f5f5;
}
.story .story-content{}
.story .single-story {
	position:relative;
	margin-top:55px;
}
.story .single-story .inner-content{
	margin-left:125px;
	position:relative;
}
.story .story-content{
	position:relative;
}
.story .story-content::before {
	position: absolute;
	content: "";
	left: 90px;
	top: 0;
	height: 100%;
	width: 1px;
	background: #008BD2;
}
.story .single-story span {
	display: block;
	font-size: 20px;
	font-weight: 600;
	position: absolute;
	left: 0;
	top: 0;
	background: #333;
	color: #fff;
	border-radius: 3px;
	height: 35px;
	width: 60px;
	text-align: center;
	line-height: 35px;
}
.story .single-story span::before {
	position: absolute;
	content: "";
	left: 81px;
	top: 9px;
	height: 18px;
	width: 18px;
	background: #008BD2;
	border-radius: 100%;
}
.story .single-story span::after {
	position: absolute;
	content: "";
	border: 10px solid #333;
	left: 58px;
	top: 7px;
	border-right: 10px solid transparent;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	
}
.story .single-story h3 {
	font-size: 24px;
	font-weight: 600;
	color:#000;
	padding-bottom: 3px;
}
.story .single-story p{
	color:#000c;
	font-size:15px;
	font-weight:300;
}
.story .single-story p:before {
	position: absolute;
    content: "";
    left: -40px;
    top: 13px;
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 100%;
}
.story .single-story .p2 {
	margin-top: 15px;
}
/*=========================
	End Story CSS
===========================*/

/*=========================
	Latest Works CSS
===========================*/
.latest-works{
}
.latest-works .section-title h2 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.latest-works .section-title{
	margin:0;
	padding:0;
}
.latest-works .works-menu {
	padding-top: 10px;
	padding-bottom: 50px;
	text-align: center;
}
.latest-works .works-menu ul{}
.latest-works .works-menu ul li {
	font-size: 15px;
	color: #333;
	display:inline-block;
	margin-right: 10px;
	position: relative;
	padding: 5px 10px;
	margin-top: 22px;
	position:relative;
	cursor:pointer;
	transition:all 0.2s ease;
}
.latest-works .works-menu ul li:hover,
.latest-works .works-menu ul li.active{
	color:#fff;
	background:#008BD2;
}
.latest-works .works-menu ul li i{
	margin-right:5px;
	font-size:14px;
}
.latest-works .works-menu ul li::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0px;
	height: 1px;
	width: 100%;
	background: #008BD2;
	opacity:0;
	visibility:hidden;
	transition:all 0.4s ease;
}
.latest-works .works-menu ul li.active:before{
	top: -4px;
	opacity:1;
	visibility:visible;
}
.latest-works .works-menu ul li:after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0px;
	height: 1px;
	width: 100%;
	background: #008BD2;
	opacity:0;
	visibility:hidden;
	transition:all 0.4s ease;
}
.latest-works .works-menu ul li.active:after{
	opacity:1;
	visibility:visible;
	bottom: -4px;
}
.latest-works .works-menu ul li:last-child{
	margin:0;
}
/* single-work */
.latest-works .single-work{
	position:relative;
	overflow:hidden;
}
.latest-works .single-work:before{
	background: #008BD2;
    top:0px;
	left:0;
    content: "";
    height: 100%;
	width:100%;
    position: absolute;
    transition: all 0.4s ease;
	opacity:0;
	visibility:hidden;
}
.latest-works .single-work:hover:before{
	opacity:0.9;
	visibility:visible;
}
.latest-works .single-work img{
	width:100%;
}
.latest-works .single-work .works-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: center;
}
.latest-works .single-work:hover .works-hover{
	opacity: 1;
	visibility: visible;
}
.latest-works .single-work .works-hover a{
	display:inline-block;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	color:#fff;
	font-size:16px;
}
.latest-works .single-work .works-hover .more{
	margin-top:20px;
}
.latest-works .single-work .works-hover .more a {
	color: #fff;
	font-size: 16px;
	border: 2px solid #fff;
	height: 40px;
	width: 140px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	font-weight:500;
}
.latest-works .single-work .works-hover .more a:hover{
	color:#000;
	border-color:#000;
}
.latest-works .single-work .works-hover h4 {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.latest-works .single-work .works-hover h4:hover{
	color:#444;
}
.latest-works .single-work .works-hover h4:before{
	position: absolute;
    content: "";
    left: -20px;
    top: 8px;
    height: 1px;
    width: 10px;
    background: #fff;
}
.latest-works .single-work .works-hover .link:before{
	position: absolute;
    content: "";
    left: 50%;
    top: -40px;
    height: 40px;
    width: 2px;
    background: #fff;
    margin-top: -20px;
    margin-left: -1px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	opacity:0;
	visibility:hidden;
}
.latest-works .single-work:hover .works-hover .link:before{
	top: 50%;
	opacity:1;
	visibility:visible;
}
.latest-works .single-work .works-hover .link:after{
	position: absolute;
    content: "";
    left: -40px;
    top: 50%;
    height: 2px;
    width: 40px;
    background: #fff;
    margin-top: -1px;
    margin-left: -20px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	opacity:0;
	visibility:hidden;
}
.latest-works .single-work:hover .works-hover .link:after{
	left: 50%;
	opacity:1;
	visibility:visible;
}
.latest-works .single-work .works-hover h4:after{
	position: absolute;
    content: "";
    right: -20px;
    top: 8px;
    height: 1px;
    width: 10px;
    background: #fff;
}
.latest-works .isotop-active .col-md-4{
	padding-right: 0px;
	padding-left: 0px;
}
/*=========================
	End Latest Works CSS
===========================*/

/*=========================
	Testimonials CSS
===========================*/
.testimonials{
	background-color:#6b358b;
}
.testimonials .testi-content{}
.testimonials .testi-content h2{
	color:#fff;
	padding:0 185px;
}
.testimonials .single-testimonial{
	padding:0 185px;
	position:relative;
}
.testimonials .single-testimonial img {
	height: 100px;
	width: 100px;
	border-radius: 100%;
	position: absolute;
	left: 190px;
	top: 4px;
	border:4px solid #008BD2;
	border-top:4px solid #fff;
	border-bottom:4px solid #fff;
}
.testimonials .single-testimonial h2{
	color:#fff;
	font-size:36px;
	margin-bottom:65px;
}
.testimonials .single-testimonial p {
	color: #fff;
	font-size: 18px;
	color: #f5f5f5;
	position: relative;
	margin-top: 70px;
}
.testimonials .single-testimonial p .fa{
	color:#008BD2;
	font-size:30px;
	margin-right:10px;
}
.testimonials .single-testimonial p:after{
	font-size:45px;
	position:absolute;
	left:0;
	top:-19px;
	opacity:0.4;
}
.testimonials .single-testimonial .star {
	margin-left: 115px;
	margin-top: 10px;
}
.testimonials .single-testimonial .star i {
	color: #008BD2;
	font-size: 18px;
	margin-right: 3px;
}
.testimonials .single-testimonial .name{
	margin-top:10px;
	color:#fff;
	font-size:18px;
	display:block;
	text-transform:capitalize;
	margin-left: 115px;
}
.testimonials .owl-dots {
	z-index: 333;
	left: 50%;
	width: 100%;
	margin-top: 30px;
	padding:0 214px;
}
.testimonials .owl-dots button{
	width: 10px;
    height: 10px;
    background: #fff;
    margin-right: 5px;
	border:1px solid transparent;
}
.testimonials .owl-dots button.active{
	background:transparent;
	border-color:#008BD2;
	width: 20px;
}
.testimonials .owl-dots button span{
}
/*=========================
	End Testimonials CSS
===========================*/

/*=========================
	Blogs CSS
===========================*/
.blog{
	background:#f5f5f5;
}
.blog .section-title{
	margin-bottom:20px;
}
.blog .single-news {
	background: #fff;
	border: 1px solid #eeeeee;
	overflow: hidden;
	margin-top: 30px;
	position:relative;
}
.blog .single-news img{
	width:100%;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	transition:all 1s ease;
}
.blog .single-news:hover img{
	transform:scale(1.1);
}
.blog .single-news .news-head{
	overflow:hidden;
}
.blog .single-news .news-date {
	background: #008BD2;
	position: absolute;
	left: -80px;
	top: -20px;
	height: 107px;
	width: 216px;
	text-align: center;
	border-bottom: 6px solid #fff;
	padding-top: 25px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transform: rotate(-45deg);
	z-index: 3333;
}
.blog .single-news .news-date span{
	display:block;
	color:#fff;
	font-size:17px;
	font-weight:600;
	line-height: 22px;
	text-transform:uppercase;
}
.blog .single-news .news-date span:before{
	position:relative;
	content:"";
	left:0;
	top:0;
	height:20px;
	width:20px;
	color:#000;
}
.blog .single-news .news-view {
	background: #008BD2;
	position: absolute;
	right: -300px;
	top: 197px;
	height: 37px;
	padding: 0 20px;
	text-align: center;
	line-height: 37px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 10px 0px 0px 0px;
}
.blog .single-news:hover .news-view{
	right: 0;
}
.blog .single-news .news-view span {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	text-transform: lowercase;
	margin-right: 10px;
}
.blog .single-news .news-view i {
	color: #fff;
	margin-right: 5px;
	font-size: 17px;
}
.blog .single-news .news-body{
	padding:20px;
}
.blog .single-news .news-body h2{
	font-size:18px;
	text-transform:uppercase;
	font-weight:500;
}
.blog .single-news .news-body h2 a{
	text-decoration:none;
}
.blog .single-news .news-body h2:hover a{
	color:#008BD2
}
.blog .single-news .news-body p{
	color:#999;
	margin:15px 0;
}
.blog .single-news .news-body .btn {
	background:#008BD2; 
	padding: 0;
	height: 26px;
	width: 110px;
	line-height: 24px;
	border-radius: 0px;
	color: #fff;
	margin-top:10px;
}
.blog .single-news .news-body .btn:hover{
	color:#fff;
	background:#777;
}
.blog .single-news .news-body .btn i{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog .single-news .news-body .btn:hover i{
	margin-left:5px;
}
/*=========================
	End Blogs CSS
===========================*/

/*=========================
	Newsletter
===========================*/
.newslatter{
	
	background-image:url(../healthcare/img/fundo_quadriiculado.png);
	background-repeat:repeat;
	text-align:center;
}
.newslatter .news-text h4{
	color:#008BD2;
	text-transform:capitalize;
	font-weight:700;
	font-size:20px;
	text-transform:uppercase;
	margin-bottom:10px;
}
.newslatter .news-text h2{
	font-size:45px;
	color:#686868;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:24px;
	margin-bottom:7px;
}
.newslatter .news-text p{
	color:#686868;
	font-weight:400;
	font-size:15px;
	margin-bottom:35px;
}
.newslatter .form{
	
}
.newslatter .form input {
	background: transparent;
	border: 2px solid #a1a1a1;
	height: 50px;
	line-height: 50px;
	width: 410px;
	font-weight:600;
	color: #a1a1a1;
	padding-left: 18px;
	display: inline-block;
	border-radius:3px;
	
}
.newslatter input::-webkit-input-placeholder {
    opacity: 1;
    color: #a1a1a1 !important;
}

.newslatter input::-moz-placeholder {
    opacity: 1;
    color: #a1a1a1 !important;
}

.newslatter input::-ms-input-placeholder {
    opacity: 1;
    color: #a1a1a1 !important;
}
.newslatter input::input-placeholder {
    opacity: 1;
    color: #a1a1a1 !important;
}
.newslatter .form button {
	background: #008BD2;
	border: none;
	box-shadow: none;
	height: 50px;
	width: 160px;
	line-height: 50px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-left: -7px;
	border-radius:0px 3px 3px 0px;
}
.newslatter .form button:hover{
	background:#a1a1a1;
	color:#fff;
}
/*===========================
	End Newsletter
=============================*/

/*===========================
	Contact CSS
=============================*/
.contact{
	background:#f5f5f5;
}
.contact .section-title h2 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.contact .form-head {
	padding: 50px;
	box-shadow: 4px 4px 10px #0003;
	background: #fff;
}
.contact .form .form-group{
	margin-bottom:25px;
}
.contact .form .form-group:last-child{
	margin-bottom:0px;
}
.contact .form input{
	width: 100%;
    height: 46px;
    padding-left: 15px;
	border:1px solid #ccc;
	text-transform:capitalize;
}
.contact .form input:hover,.contact .form input:focus{
	border-color:#008BD2;
}
.contact .form textarea{
	width: 100%;
	height:200px;
    padding: 15px;
	border:1px solid #ccc;
	text-transform:capitalize;
	/*resize:none;*/
}
.contact .form textarea:hover,
.contact .form textarea:focus{
	border-color:#008BD2;
}
.contact .contact-info {
	margin-top: 26px;
}
.contact .contact-info h4{
	color:#008BD2;
	font-size:25px;
	margin-bottom:20px;
	text-transform:capitalize;
}

.contact .contact-info h6{
	color:#008BD2;
	font-size:18px;
	text-transform:capitalize;
}
.contact .contact-info p {
	color: #777;
	display: block;
	margin-bottom: 20px;
}
.contact .contact-info span{
	display:block;
	color:#777;
	margin-top:10px;
}
.contact .contact-info span i {
	color: #008BD2;
	font-size: 20px;
	min-width: 32px;
}
.contact .contact-info span a:hover{
	color:#008BD2;
}
.contact .form .btn {
	background: #008BD2;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0px;
	border-radius: 7px 0px 7px 0px;
}
.contact .form .btn i{
	margin-left:10px;
}
.contact .form .btn:hover{
	background:#555;
	color:#fff;
	border-radius: 0px 7px 0px 7px;
}
/*===========================
	End Contact CSS
=============================*/

/*===========================
	Clients CSS
============================*/
.clients {
	padding: 80px 0;
}
.clients img {
	padding: 40px;
	filter:grayscale(0.3);
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.clients img:hover{
	filter:grayscale(0);
	cursor:pointer;
}
.clients .owl-nav {
	position: absolute;
	left: 50%;
	margin-left: -45px;
	bottom: -15px;
}
#clients .owl-nav button {
	background: transparent;
	width: 30px;
	height: 30px;
	line-height:30px;
	line-height: 0;
	font-size: 20px;
	color: #bfbfbf;
	margin-right: 10px;
	border:1px solid #e5e5e5;
}
#clients .owl-nav button:hover{
	color:#008BD2;
}
/*===========================
	End Clients CSS
============================*/

/*===========================
	Footer CSS
============================*/
.footer{
	padding:0;
}
.footer .footer-top{
	text-align:center;
	padding:30px 0;
	background:#005290;
}
.footer .logo{
	margin-bottom:60px;
}
.footer .logo img{}
.footer .social{}
.footer .social li{
	display:inline-block;
	margin-right:10px;
}
.footer .social li:last-child{
margin:0;
}
.footer .social li a{
	width:42px;
	height:42px;
	border-radius:0px;
	background:#005290;
	border:1px solid #008BD2;
	line-height:42px;
	text-align:center;
	display:block;
	color:#008BD2;
}
.footer .social li a:hover{
	box-shadow:0px 0px 5px #008BD2 inset;
	color:#fff;
}
.footer .social li span{
	font-size:18px;
}
.footer .copyright{
	background:#000;
	text-align:center;
	padding:25px 0;
}
.footer .copyright p{
	color:#666666;
}
/*===========================
	End Footer CSS
============================*/

/*=========================
	dmsys CSS
===========================*/
.dmsys{
	padding-top:100px;
	padding-bottom:100px;
}

.dmsys .single-dmsys p{
	margin-bottom: 25px;
	font-size:18px;
	font-weight:300;
}
.dmsys .single-dmsys .cv {
	z-index:99;
	margin-top: 40px;
}
.dmsys .single-dmsys .cv a {
	font-weight: 500;
	font-size: 15px;
	height: 40px;
	color: #fff;
	background:#008BD2;
	text-transform:uppercase;
	display: inline-block;
	line-height: 40px;
	padding: 0 30px 0 30px;
}
.dmsys .section-title{
	margin-top:10px;
}
.dmsys .single-dmsys .cv a:hover{
	background:#333;
}
.dmsys .single-dmsys .social{
	margin-top: 20px;
}
.dmsys .single-dmsys .social ul{}
.dmsys .single-dmsys .social li{
	display:inline-block;
	margin-right:10px;
}
.dmsys .single-dmsys .social li:last-child{
	margin-right:0px;
}
.dmsys .single-dmsys .social li a{
	text-align:center;
}
.dmsys .single-dmsys .social li a i {
	font-size: 20px;
	color: #fff;
	background: #008BD2;
	font-size: 17px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius: 0px;
	
}
.dmsys .single-dmsys .social li a:hover i{
	color:#fff;
	background:#333;
}
.dmsys .image{
	position:relative;
}
.dmsys .image img {
	width: 100%;
}
.dmsys .image .video-popup {
	color: #fff;
	background: rgba(66, 188, 127, 0.6);
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	border-radius: 0px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	padding-left: 3px;
	padding-top: 1px;
}
.dmsys .image .video-popup:hover{
	transform:scale(1.1);
	color:#fff;
	background:#3339;
}
/*=========================
	End dmsys CSS
===========================*/

.branco p,h1,h2,h3,h4,h5,h6{
	color:#fff;	
}

/*=========================
	contator CSS
===========================*/

.verde2 {
		background-color:#b9cf3b;
		padding:50px;
		text-align:center;
		display:block;	
		vertical-align:central;
	}

.verde2 p {
	font-size:25px;
	color:#005290;	
}


.count
{
  line-height: 100px;
  color:white;font-size:45px;	
	font-weight:bold;
}

.video-fluid {
  width: 100%;
  height: 100%;
}

.diferencial {
	background: #005290;
	background-image:url(../healthcare/img/bg_2_triangulo.png);
	background-repeat:no-repeat;
	background-position:left top;
	
	min-height:300px;
}

@media screen and (max-width: 768px) {
  .diferencial {
	  background: #005290;
	background-image:none;
  }
}
.bg_azul {
	background: #005290;
}

.bg_azulescuro {
	background: #004278;
}

.bg_azulclaro {
	background: #00aeef;
}

.bg_verde {
	background: #b9cf3b;
}

.bg_roxo {
	background: #6a348b;
}

.bg_cinza {
	background: #706f6f;
}

.letraazul {
	color:#004278;
}

.letraazul2 {
	color:#004278;
	font-weight:500;
}

.bullet-services li {
	list-style-type: circle;
}

.healthcare {
	background-image:url(../healthcare/img/healthcare.png);
	background-repeat:no-repeat;
	background-position:left top;
	
	min-height:300px;
}

@media screen and (max-width: 768px) {
  .healthcare {
	background-image:none;
  }
}

.aerospace {
	background-image:url(../healthcare/img/aerospace.png);
	background-repeat:no-repeat;
	background-position:right top;
	
	min-height:300px;
}

@media screen and (max-width: 768px) {
  .aerospace {
	background-image:none;
  }
}

.energy {
	background-image:url(../healthcare/img/energy.png);
	background-repeat:no-repeat;
	background-position:left top;
	
	min-height:300px;
}

@media screen and (max-width: 768px) {
  .energy {
	background-image:none;
  }
}

.fashion {
	background-image:url(../healthcare/img/fashion.png);
	background-repeat:no-repeat;
	background-position:right top;
	
	min-height:300px;
}

@media screen and (max-width: 768px) {
  .fashion {
	background-image:none;
  }
}

.automotivo {
	background-image:url(../healthcare/img/automotivo.png);
	background-repeat:no-repeat;
	background-position:left top;
	min-height:300px;
}

@media screen and (max-width: 768px) {
  .automotivo {
	background-image:none;
  }
}

.agribusiness {
	background-image:url(../healthcare/img/agribusiness.png);
	background-repeat:no-repeat;
	background-position:left top;
	min-height:300px;
}

@media screen and (max-width: 768px) {
  .agribusiness {
	background-image:none;
  }
}

.hightech {
	background-image:url(../healthcare/img/hightech.png);
	background-repeat:no-repeat;
	background-position:right top;
	
	min-height:300px;
}

@media screen and (max-width: 768px) {
  .hightech {
	background-image:none;
  }
}

/* Slideshow container */
.gallery-container {
  position: relative;
  background: #fff;
  padding: 2px;
}
  @media (min-width: 480px) {
      .gallery-container {
        margin: auto;
      }
  }

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  background-color: rgba(0,0,0,0.1);
}

/* Position the "next button" to the right */
.next {
  right: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.1);
}


.imgslide {
  width: 100%;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/*=========================
	qualidad CSS
===========================*/
.qualidade{
	padding-top:100px;
	padding-bottom:100px;
	background-image:url("../healthcare/img/fundo_compliance.png");
	background-repeat:no-repeat;
	background-position:right;
}

@media screen and (max-width: 768px) {
  .qualidade {
	background-color:fff;
	background-image:none;
	margin-top:25px;
  }
}
.qualidade .single-about p{
	margin-bottom: 25px;
	font-size:15px;
	font-weight:300;
}
.qualidade .single-about .cv {
	z-index:99;
	margin-top: 40px;
}
.qualidade .single-about .cv a {
	font-weight: 500;
	font-size: 15px;
	height: 40px;
	color: #fff;
	background:#008BD2;
	text-transform:uppercase;
	display: inline-block;
	line-height: 40px;
	padding: 0 30px 0 30px;
}
.qualidade .section-title{
	margin-top:10px;
}
.qualidade .single-about .cv a:hover{
	background:#333;
}
.qualidade .single-about .social{
	margin-top: 20px;
}
.qualidade .single-about .social ul{}
.qualidade .single-about .social li{
	display:inline-block;
	margin-right:10px;
}
.qualidade .single-about .social li:last-child{
	margin-right:0px;
}
.qualidade .single-about .social li a{
	text-align:center;
}
.qualidade .single-about .social li a i {
	font-size: 20px;
	color: #fff;
	background: #008BD2;
	font-size: 17px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius: 0px;
	
}
.qualidade .single-about .social li a:hover i{
	color:#fff;
	background:#333;
}
.qualidade .image{
	position:relative;
}
.qualidade .image img {
	width: 100%;
}
.qualidade .image .video-popup {
	color: #fff;
	background: rgba(66, 188, 127, 0.6);
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	border-radius: 0px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	padding-left: 3px;
	padding-top: 1px;
}
.qualidade .image .video-popup:hover{
	transform:scale(1.1);
	color:#fff;
	background:#3339;
}

.selo{
	margin-top: -40px;
}


#proposito {
	padding-top: 100px;
    padding-bottom: 100px;
	background-color: #6a348b;
    color: #fff;
	margin-top: -5px;
}


#cultura {
	padding-top: 100px;
    padding-bottom: 100px;
	background-color: #b9cf3b;
    color: #004278;
	margin-top: -5px;
}


#links_institucionais {
	padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
	margin-top: -5px;
}


#links_carreira {
	padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
	margin-top: -5px;
}

#links_midia {
	padding-top: 100px;
    padding-bottom: 100px;
    color: #004177;
	margin-top: -5px;
}

#links_midia h2 {
	color: #004177;
}


#links_midia2 {
	color: #fff;
	margin-top: -5px;
}


.botao_links {
	min-height: 200px;
	
}

@media (min-width: 768px) {
.altura {
	height:55vh;

}
	
}

@media screen and (max-width: 768px) {
.altura {
	height:auto;
}

  }

.btn_institucional {
	background-color: #afd24e;
	margin: 3px auto;
	text-align: center;
	padding: 10px 0;
}

.btn_cultura {
	background-color: #00adee;
	margin: 3px auto;
	text-align: center;
	padding: 10px 0;	
}

.btn_carreiras {
	background-color: #6c469b;
	margin: 3px auto;
	text-align: center;
	padding: 10px 0;
	color: #fff;
}

.btn_midias {
	background-color: #005f9e;
	margin: 3px auto;
	text-align: center;
	padding: 10px 0;	
	color: #fff;
}


/*=========================
	introducao CSS
===========================*/
.introducao{
	padding-top:100px;
	padding-bottom:100px;
}

.btn_linkedin {
	background-color: #005f9e;
	margin: 8px 0;
	text-align: center;
	padding: 20px 20px;	
	transition: background-color 1s;
}

.btn_linkedin h5 {
	color: #fff;
}
.btn_linkedin:hover{
	background-color: #004177;
}

@media screen and (max-width: 768px) {
  .introducao {
	 padding-top:100px;
	background-color:fff;
	margin-top:25px;
  }
}

.introducao .single-introducao p{
	margin-bottom: 25px;
	font-size:15px;
	font-weight:300;
}

.introducao .section-title{
	margin-top:10px;
}

.introducao .single-introducao .social{
	margin-top: 20px;
}
.introducao .single-introducao .social ul{}
.introducao .single-introducao .social li{
	display:inline-block;
	margin-right:10px;
}
.introducao .single-introducao .social li:last-child{
	margin-right:0px;
}
.introducao .single-introducao .social li a{
	text-align:center;
}

.introducao .single-introducao .social li a i {
	font-size: 20px;
	color: #fff;
	background: #008BD2;
	font-size: 17px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius: 0px;
	
}
.introducao .single-introducao .social li a:hover i{
	color:#fff;
	background:#333;
}
.introducao .image{
	position:relative;
}
.introducao .image img {
	width: 100%;
}
.introducao .image .video-popup {
	color: #fff;
	background: rgba(66, 188, 127, 0.6);
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	border-radius: 0px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	padding-left: 3px;
	padding-top: 1px;
}
.introducao .image .video-popup:hover{
	transform:scale(1.1);
	color:#fff;
	background:#3339;
}

.introducao h2 {
	color: #004177;
    font-size: 2.2em;
    text-transform: none;
    font-weight: 300;
	line-height: 1.3em;
}

.introducao h2 a {
	color: #008BD2;
    text-transform: none;
    font-weight: 700;
}

.introducao h2 a:hover {
	color: #562a71;
    text-transform: none;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
 .introducao h2 {
	color: #004177;
    font-size: 1.3em;
    text-transform: none;
    font-weight: 300;
}

}


/*=========================
	End introducao CSS
===========================*/

/*=========================
	area_1 CSS
===========================*/
.area_1{
	padding-top:100px;
	padding-bottom:100px;
	background-color: #F0F0F0;
}


@media screen and (max-width: 768px) {
  .area_1 {
	 padding-top:100px;
	background-color: #F0F0F0;
	margin-top:25px;
  }
}

.area_1 .single-area_1 p{
	margin-bottom: 25px;
	font-size:15px;
	font-weight:300;
}
.area_1 .single-area_1 .cv {
	z-index:99;
	margin-top: 40px;
}
.area_1 .single-area_1 .cv a {
	font-weight: 500;
	font-size: 15px;
	height: 40px;
	color: #fff;
	background:#008BD2;
	text-transform:uppercase;
	display: inline-block;
	line-height: 40px;
	padding: 0 30px 0 30px;
}
.area_1 .section-title{
	margin-top:10px;
}
.area_1 .single-area_1 .cv a:hover{
	background:#333;
}
.area_1 .single-area_1 .social{
	margin-top: 20px;
}
.area_1 .single-area_1 .social ul{}
.area_1 .single-area_1 .social li{
	display:inline-block;
	margin-right:10px;
}
.area_1 .single-area_1 .social li:last-child{
	margin-right:0px;
}
.area_1 .single-area_1 .social li a{
	text-align:center;
}

.area_1 .single-area_1 .social li a:hover i{
	color:#fff;
	background:#333;
}

.area_1 .image{
	position:relative;
}
.area_1 .image img {
	width: 100%;
}


.area_1 h3 {
	color: #004177;
    font-size: 2.5em;
    text-transform: none;
    font-weight: 600;
	padding-bottom: 20px;
}

.area_1 h4 {
	color: #008BD2;
    text-transform: uppercase;
    font-weight: 700;
	padding-bottom: 10px;
}


.area_1 p {
	font-size: 1.2em;
}


/*=========================
	End area_1 CSS
===========================*/



/*=========================
	area_2 CSS
===========================*/
.area_2{
	padding-top:100px;
	padding-bottom:100px;
	background-color: #fff;
}


@media screen and (max-width: 768px) {
  .area_2 {
	 padding-top:100px;
	background-color: #fff;
	margin-top:25px;
  }
}

.area_2 .single-area_2 p{
	margin-bottom: 25px;
	font-size:15px;
	font-weight:300;
}
.area_2 .single-area_2 .cv {
	z-index:99;
	margin-top: 40px;
}
.area_2 .single-area_2 .cv a {
	font-weight: 500;
	font-size: 15px;
	height: 40px;
	color: #fff;
	background:#008BD2;
	text-transform:uppercase;
	display: inline-block;
	line-height: 40px;
	padding: 0 30px 0 30px;
}
.area_2 .section-title{
	margin-top:10px;
}
.area_2 .single-area_2 .cv a:hover{
	background:#333;
}
.area_2 .single-area_2 .social{
	margin-top: 20px;
}
.area_2 .single-area_2 .social ul{}
.area_2 .single-area_2 .social li{
	display:inline-block;
	margin-right:10px;
}
.area_2 .single-area_2 .social li:last-child{
	margin-right:0px;
}
.area_2 .single-area_2 .social li a{
	text-align:center;
}

.area_2 .single-area_2 .social li a:hover i{
	color:#fff;
	background:#333;
}

.area_2 .image{
	position:relative;
}
.area_2 .image img {
	width: 100%;
}


.area_2 h3 {
	color: #004177;
    font-size: 2.5em;
    text-transform: none;
    font-weight: 600;
	padding-bottom: 20px;
}

.area_2 h4 {
	font-size: 2.0em;
	padding-top: 10px;
	color: #005290;
}

.area_2 h5 {
	color: #004177;	
	font-size: 1.2em;
}

.area_2 p {
	font-size: 1.2em;
}

.artigos a {
	color: #008BD2 ;
	font-weight: 700;
}

.artigos a:hover {
	color: #004177;
}

.artigos h4{
	font-size: 18px;
	padding: 15 5px;
	color: #005290;
	transition: .3s;
	line-height: 1.3em;
}
.artigos a h4:hover{
	color:#008BD2;
}
.artigos h5{
	margin-bottom: 15px;
}

/*=========================
	End area_2 CSS
===========================*/


/*=========================
	area_DLC CSS
===========================*/
.area_DLC{
	padding-top:100px;
	padding-bottom:100px;
	background-color: #105e9d;
	background-image: url("img/dlc_imagem.gif");
    background-repeat: no-repeat;
    background-position: right;
	background-size: contain;
}


@media screen and (max-width: 768px) {
  .area_DLC {
	 padding-top:100px;
	background-color:#105e9d;
	  background-image: none;
  }
}

.area_DLC .single-area_DLC p{
	margin-bottom: 25px;
	font-size:15px;
	font-weight:300;
}
.area_DLC .single-area_DLC .cv {
	z-index:99;
	margin-top: 40px;
}
.area_DLC .single-area_DLC .cv a {
	font-weight: 500;
	font-size: 15px;
	height: 40px;
	color: #fff;
	background:#008BD2;
	text-transform:uppercase;
	display: inline-block;
	line-height: 40px;
	padding: 0 30px 0 30px;
}
.area_DLC .section-title{
	margin-top:10px;
}
.area_DLC .single-area_DLC .cv a:hover{
	background:#333;
}
.area_DLC .single-area_DLC .social{
	margin-top: 20px;
}
.area_DLC .single-area_DLC .social ul{}
.area_DLC .single-area_DLC .social li{
	display:inline-block;
	margin-right:10px;
}
.area_DLC .single-area_DLC .social li:last-child{
	margin-right:0px;
}
.area_DLC .single-area_DLC .social li a{
	text-align:center;
}

.area_DLC .single-area_DLC .social li a:hover i{
	color:#fff;
	background:#333;
}

.area_DLC .image{
	position:relative;
}
.area_DLC .image img {
	width: 100%;
}


.area_DLC h3 {
	color: #FFF;
    font-size: 2.5em;
    text-transform: none;
    font-weight: 600;
	padding-bottom: 20px;
}

.area_DLC h4 {
	font-size: 2.0em;
	padding-top: 10px;
	color: #FFF;
}

.area_DLC h5 {
	color: #FFF;	
	font-size: 1.2em;
}

.area_DLC p {
	font-size: 1.2em;
	color: #fff;
}


/*=========================
	End area_DLC CSS
===========================*/


/*=========================
	area_principal CSS
===========================*/
.area_principal{
	padding-top:250px;
	padding-bottom:250px;
	background-color: #008BD2;
	background-image: url("img/banner-energias.png");
    background-repeat: no-repeat;
    background-position: right;
	background-size: 100%;
	
}


@media screen and (max-width: 1024px) {
  .area_principal {
	 padding-top:100px;
	background-color: #008BD2;
	  background-image: none;
  }
}


.area_principal .single-area_principal .cv {
	z-index:99;
	margin-top: 40px;
}
.area_principal .single-area_principal .cv a {
	font-weight: 500;
	font-size: 15px;
	height: 40px;
	color: #fff;
	background:#008BD2;
	text-transform:uppercase;
	display: inline-block;
	line-height: 40px;
	padding: 0 30px 0 30px;
}
.area_principal .section-title{
	margin-top:10px;
}
.area_principal .single-area_principal .cv a:hover{
	background:#333;
}
.area_principal .single-area_principal .social{
	margin-top: 20px;
}
.area_principal .single-area_principal .social ul{}
.area_principal .single-area_principal .social li{
	display:inline-block;
	margin-right:10px;
}
.area_principal .single-area_principal .social li:last-child{
	margin-right:0px;
}
.area_principal .single-area_principal .social li a{
	text-align:center;
}

.area_principal .single-area_principal .social li a:hover i{
	color:#fff;
	background:#333;
}

.area_principal .image{
	position:relative;
}
.area_principal .image img {
	width: 100%;
}


.area_principal h3 {
	color: #004177;
    font-size: 2.5em;
    text-transform: none;
    font-weight: 600;
	padding-bottom: 20px;
}

.area_principal p {
	font-size: 1.2em;
	color: #fff;
}


/*=========================
	End area_principal CSS
===========================*/



/*=========================
	area_diferencial CSS
===========================*/
.area_diferencial {
	padding-top:100px;
	padding-bottom:100px;
	background-color: #004278;
	background-image: url("img/dms_imagem.png");
    background-repeat: no-repeat;
    background-position: right;
	background-size: contain;
	
}


@media screen and (max-width: 768px) {
  .area_diferencial {
	 padding-top:100px;
	background-color: #004278;
	  background-image: none;
  }
}


.area_diferencial .single-area_diferencial .cv {
	z-index:99;
	margin-top: 40px;
}
.area_diferencial .single-area_diferencial .cv a {
	font-weight: 500;
	font-size: 15px;
	height: 40px;
	color: #fff;
	background:#008BD2;
	text-transform:uppercase;
	display: inline-block;
	line-height: 40px;
	padding: 0 30px 0 30px;
}
.area_diferencial .section-title{
	margin-top:10px;
}
.area_diferencial .single-area_diferencial .cv a:hover{
	background:#333;
}
.area_diferencial .single-area_diferencial .social{
	margin-top: 20px;
}
.area_diferencial .single-area_diferencial .social ul{}
.area_diferencial .single-area_diferencial .social li{
	display:inline-block;
	margin-right:10px;
}
.area_diferencial .single-area_diferencial .social li:last-child{
	margin-right:0px;
}
.area_diferencial .single-area_diferencial .social li a{
	text-align:center;
}

.area_diferencial .single-area_diferencial .social li a:hover i{
	color:#004278;
	background:#333;
}

.area_diferencial .image{
	position:relative;
}
.area_diferencial .image img {
	width: 100%;
}


.area_diferencial h3 {
	color: #fff;
    font-size: 2.5em;
    text-transform: none;
    font-weight: 600;
	padding-bottom: 20px;
}

.area_diferencial p {
	font-size: 1.2em;
	color: #fff;
}

.pt-0 {
	padding-top: 0px !important;
}
.area_2 img{
	width: 100%;
}
.nav-tabs {
	margin-top: 8px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border: 1px solid #004177;
    border-bottom-color: transparent;
	background-color: #fff;
}
.nav-tabs {
    border-bottom: 1px solid #004177;
}
.tab-content p{
	margin-top: 15px;
}

.area_2 ul, .area_2 li{
	list-style:disc;
	color: #004177;
	list-style-position: inside;
}

/*=========================
	ACCORDION HEALTHCARE LANDING PAGE: ;
===========================*/
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0px 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
	margin-bottom: 0px;
}
.panel p{
	padding-top: 10px;
	padding-bottom: 10px;
}
.mt-1{
	margin-top: 10px;
}
/*=========================
	End area_diferencial CSS
===========================*/

.quote {
	font-size: 2.0em;
	color: #008BD2;
	font-style: italic;
	font-weight: 500;
	padding-bottom: 8px;
}