body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	width: 100% !important;
	height: 100% !important;
}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	text-transform: uppercase;
	line-height: 20px;
	font-weight: 600;
	margin: 0;
	color: #555;
}
h3 {
	font-size: 16px;
	font-weight: 700;
	color: #555;
}
h4 {
	font-weight: 500;
	color: #555;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 14px;
}
a {
	color: #264169;
}
a:hover, a:focus {
	text-decoration: none;
	color: #015DB2;
}
ul:not(.service-content>ul), ol:not(.service-content>ul) {
	list-style: none;
}
.service-content>ul,.service-content>ol{
    padding-left: 2em;
}

/*trabalheconosco*/
#v-trabalheconosco{
    padding-top: 100px;
    height: 100vh;
}
/*trabalheconosco*/

/*equipe social icons*/
.equipe .social-icons ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
.equipe .social-icons ul>li{
    margin: 10px;
}
/*equipe social icons*/


/*News Section*/
.blog-news-list {
    padding: 30px;
    margin-top: 100px;
}
.blog-news-list .container{
    margin-top: 20px;
    margin-bottom: 50px;
}
.callouts {
    width: 110%;
    min-height: 380px !important;
    padding: 50px 35px;
    text-align: center;
    position: relative;
    z-index: 9;
    margin: 40px -15px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    background-color: #FFF;
    opacity: .85;
	border-radius: 20px;
}
.callouts:hover{
    background-color: #FFFFFFe0;
}
.callouts p {
    color: #000;
    font-size: 15px;
    text-align: center;
    line-height: 22px;
    margin: 0 0 20px;
}
.callouts .btn-one {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    border: 2px solid #ccd0e7;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 8px 40px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.callouts .btn-one:hover {
    color: #7aa2cf;
    /* border: none; */
}
.callouts .btn-one {
    background: #d8e1eb;
    color: #51a9d1;
    border-radius: 10px;
    position: absolute;
    right: 25px;
    bottom: 10px;
}

.btn-one:hover, .btn-one:focus, .btn-one:active {
    color: #7aa2cf;
}
#lista_noticias [class*='col'] {
    min-height: 390px !important;
	padding-left: 12px !important;
}
#lista_noticias .bg {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 22px;
    /* border: 1px solid #f0ad4e42; */
    width: 90%;
    height: 390px;
    right: 20px;
    top: 35px;
    position: absolute;
}
.news-backdrop {
    display: flex;
    height: 480px;
    color: #dfdfdf;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
}
.map-wrapper:before {
    background: #006ed3;
    bottom: 0;
    content: " ";
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    height: 500px;
}
#news-content{
    z-index: 1;
    background: #FFF;
    position: relative;
    padding: 50px 0;
}
.blog-news-list .title h2{
    line-height: 35px;
}
pre{
    background-color: #eff8ff;
    border: 1px solid #015db217;
    padding: 0;
}
/*end News Section*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ddd;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 4px;
	width: 20%;
	text-align: center;
	position: relative;
	background: #51a9d1;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}
hr._100{
    width: 100%;
}
/* Navigation */
.navbar-brand img{
    width: 200px;
    padding: 5px;
    top: -25px;
    position: relative;
}
.navbar-custom {
	padding: 0;
	border-bottom: 5px solid #51a9d196;
	letter-spacing: 1px;
	background: #015DB2;
	text-transform: uppercase;
    height: 70px;
}
.navbar-custom .navbar-right{
    margin-top: 8px;
}
.navbar-custom .navbar-brand {
	font-weight: 600;
}
.navbar-custom .navbar-brand i.fa {
	color: #51a9d1;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-toggle {
	color: #17263f;
	font-size: 18px;
	border-radius: 2px;
	padding: 0 4px;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
	background-color: #51a9d1;
	color: #ffffff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom .collapse.in{
    background: rgb(20, 24, 50);
    margin-top: 20px;
}
.navbar-custom a {
	color: #a4deff;
    font-weight: bold;
}
.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom a:hover, .navbar-custom .nav li a:hover {
	outline: 0;
	color: #ffffff;
	background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #51a9d1;
}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
	color: #fff;
}

/*Slider Section*/
.owl-carousel{
    text-align: center;
}
.owl-carousel div.sl-item{
    padding: 100px 0;
    text-align: center;
    width: 100%;
    height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
div.sl-item .brand-heading {
    color: #51a9d1;
    text-shadow: 0 4px #316983;
}
div.sl-item h1 {
    position: relative;
    top: 40vh;
    font-size: 60px;
    font-weight: 700;
    color: rgb(142 143 147);
    text-shadow: 0 3px white;
    text-transform: uppercase;
}
div.sl-item a, div.sl-item p{
    position: relative;
    top: 45vh;
    color: white;
    text-shadow: 0 0 5px #000;
}
.sl1 {
    background: url(../img/intro-bg1.jpg) no-repeat center center fixed;
}
.sl2 {
    background: url(../img/intro-bg2.jpg) no-repeat center center fixed;
}
.sl3 {
    background: url(../img/intro-bg3.jpg) no-repeat center center fixed;
}
.sl4 {
    background: url(../img/intro-bg4.jpg) no-repeat center center fixed;
}

@media only screen and (min-width: 360px) and (max-width: 768px) {
    div.sl-item h1 {
        font-size: 36px;
    }
    div.sl-item a, div.sl-item p {
        font-size: 22px;
    }
    .section-title h2, .section-title.center h2 {
        line-height: 38px;
    }
    .sl1 {
        background: url(../img/intro-bg1mob.jpg) no-repeat center center fixed;
    }
    .sl2 {
        background: url(../img/intro-bg2mob.jpg) no-repeat center center fixed;
    }
    .sl3 {
        background: url(../img/intro-bg3mob.jpg) no-repeat center center fixed;
    }
    .sl4 {
        background: url(../img/intro-bg4mob.jpg) no-repeat center center fixed;
    }
    #lista_noticias .bg{
        height: 352px;
    }
    .callouts .btn-one{
        right: 20px;
    }
    #w-vtb{
        padding-top: 200px;
    }
	#lista_noticias [class*='col']{
		padding: 0 50px 0 50px !important;
	}
}


/* Home Section */
#intro {
    display: none;
    /*display: table;*/
    /*color: #fff;*/
    /*background: url(../img/intro-bg1.jpg) no-repeat center center fixed;*/
    /*background-color: #000;*/
    /*width: 100%;*/
    /*height: 100vh;*/
    /*padding: 100px 0;*/
    /*text-align: center;*/
	/*-webkit-background-size: cover;*/
	/*-moz-background-size: cover;*/
	/*background-size: cover;*/
	/*-o-background-size: cover;*/
}
#intro .intro-body {
	display: table-cell;
	vertical-align: middle;
}
#intro .intro-body H1 {
	font-size: 76px;
	font-weight: 700;
	color: rgb(142 143 147);
    text-shadow: 0 3px white;
	text-transform: uppercase;
}
#intro .intro-body .brand-heading {
	color: #51a9d1;
	text-shadow: 0 4px #963431;
}
#intro .intro-body .intro-text {
	font-size: 18px;
}

@media(min-width:768px) {
#intro {
	height: 100vh;
	padding: 0;
}
#intro .intro-body .intro-text {
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 100px;
	color: rgba(255,255,255,0.9);
}
}
.f-s-18{
    font-size: 18px;
}
.btn-default {
	color: #f6f6f6;
	background: #51a9d1;
	border: 0;
	padding: 12px 24px;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #f6f6f6;
	background-color: #015db2;
}
.section-title.center {
	padding: 30px 0;
}
.section-title h2, .section-title.center h2 {
	margin-bottom: 30px;
}
/* About Section */
#about, #Institucional {
	padding: 140px 0;
        background: #f6f6f6;
}
#about .about-text {
	margin-left: 10px;
}
#about H4 {
	font-size: 20px;
}
#about li {
	margin-bottom: 3px;
	list-style: none;
	padding: 0;
	font-size: 13px;
}
#about li:before {
	content: "✓";
	font-weight: 600;
	padding-right: 10px;
	color: #51a9d1;
}
#about i.fa {
	float: left;
	display: block;
	margin-right: 15px;
	font-size: 44px;
	text-shadow: 0 0 1px #666;
}
#about img {
	margin-top: 20px;
    width: 100%;
}
#about p {
	margin-top: 20px;
	margin-bottom: 30px;
}
/* Services Section */
#services {
    height: auto;
	padding: 80px 0;
    background: #e4f5ff;
    border-top: 2px solid #d9ecfb;
url(../img/services-bg.jpg) no-repeat center center fixed;
    background-attachment: fixed;
    background-size: cover;
}
#services .service {
	padding: 20px 10px;
    border-radius: 5px;
}
#services .service:hover {
	background: #c8e7f9;
}
.cursor-pointer{
    cursor: pointer;
}
#services h2 {
	color: #2d89b3;
}
#services h3 {
	font-size: 20px;
	font-weight: 600;
	color: #2d89b3;
}
#services p {
	color: #2d89b3;
}
.space {
	margin-top: 40px;
}
#services i.fa {
	font-size: 36px;
	color: #51a9d1;
	transition: all 0.5s;
}
/* Gallery Section */
#works {
	padding: 120px 0;
	background: #f6f6f6;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #777;
	padding: 8px 16px;
	border: 1px solid #ccc;
	border-radius: 2px;
}
ol.type li a.active {
	color: #f6f6f6;
	border: 1px solid #51a9d1;
	background: #51a9d1;
}
ol.type li a:hover {
	color: #f6f6f6;
	border: 1px solid #51a9d1;
	background: #51a9d1;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	max-height: 190px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: rgba(255,255,255,0.6);
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	color: #f6f6f6;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>p {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>p {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#works i.fa {
	font-size: 20px;
	padding: 5px;
	color: #F4D03F;
}
/* Team Section */
#team {
	padding: 140px 0;
	background: #e6e6e6;
}
img.img-thumbnail.team-img {
	width: 200px;
	height: 200px;
	border: 0;
	border-radius: 0;
	background-color: #f6f6f6;
}
#team .thumbnail {
	background: transparent;
	border: 0;
}
#team .thumbnail .caption {
	padding: 9px;
	color: #777;
}
/* Testimonials Section */
#testimonials {
	background: url(../img/testimonials-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #ddd;
	padding: 140px 0;
}
#testimonials h2 {
	color: #f6f6f6;
}
#testimonials blockquote {
	position: relative;
	margin-top: 20px;
	border: 0;
	text-align: center;
	color: rgba(255,255,255,0.8);
}
#testimonials i {
	font-size: 24px;
	color: rgba(255,255,255,0.3);
	margin-bottom: 14px;
}
#testimonials .clients-name {
	display: inline-block;
	border-top: 1px solid rgba(255,255,255,0.3);
	padding: 20px 0;
	margin-top: 10px;
}
/* Contact Section */
#contact {
	padding: 120px 0 40px 0;
	background: #f6f6f6;
}
#contact .contact-item {
	padding: 10px;
	margin: 10px;
	height: 100px;
	border-radius: 4px;
}
#contact h3 {
	font-size: 20px;
	font-weight: 400;
	margin-top: 40px;
}
#contact form {
	padding: 30px 0;
}
#contact i.fa {
	font-size: 22px;
	color: #51a9d1;
	margin-bottom: 10px;
}
#contact .text-danger {
	color: #ff3333;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact .btn-default {
	background: #51a9d1;
	border: 0;
	border-radius: 4px;
	padding: 10px 20px;
	color: #f6f6f6;
	margin-top: 15px;
	font-size: 15px;
}
#contact .btn-default:hover, #contact .btn-default:focus {
	color: #f6f6f6;
	background: #015db2;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
#contact .social ul {
	margin-top: 30px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 24px;
	padding-top: 8px;
	color: #51a9d1;
	border-radius: 4px;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #056ac7;
}
/* Footer Section*/
#footer {
	background: #dfdfdf;
	color: #777;
	padding: 20px 0;
	text-align: center;
}
#footer a {
	color: #999999;
}
#footer a:hover, a:focus {
	color: #51a9d1;
}
#footer p {
	font-size: 13px;
	margin-top: 10px;
}

@media (max-width: 768px) {
.hover-bg .hover-text {
	padding: 20%;
}

    ul#menu-top{
        /*padding-top:30px !important;*/
    }
}

@media (max-width: 640px) {
#intro .intro-body H1 {
	font-size: 5em;
}
}


.service-link{
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.service-header{}
.service-content{
    text-align: justify;
}

.tab-service.ui-tabs-vertical { width: 100%; }
.tab-service.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 25%; }
.tab-service.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
.tab-service.ui-tabs-vertical .ui-tabs-nav li {
    clear: left; width: 100%;
    margin: 0 -1px .2em 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 15px;
}
.tab-service.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    /*padding-bottom: 0; padding-right: .1em;*/
    border: 0;
    border-bottom: 1px solid #e3e3e3;
    background: rgb(1 93 178);
    background: linear-gradient(90deg, rgb(1 93 178) 0%, rgba(121, 9, 9, 0) 85%, rgba(255, 255, 255, 0.053658963585434205) 100%);
    border-radius: 15px;
}
.tab-service.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active:hover{
    background: linear-gradient(90deg, rgb(0, 119, 232) 0%, rgba(121, 9, 9, 0) 85%, rgba(255, 255, 255, 0.053658963585434205) 100%);
}
.tab-service.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 70%;}
.tab-service.ui-tabs-vertical.ui-widget.ui-widget-content{ border: 0; }
.tab-service.ui-tabs-vertical>.ui-widget-header{ border: 0; background: transparent; }
.tab-service.ui-tabs-vertical .ui-tabs-panel h2{
    line-height: 30px;
    margin-top: -14px;
    margin-bottom: 28px;
}
.tab-service.ui-tabs-vertical .ui-tabs-nav li{
    padding: 10px !important;
    cursor: pointer !important;
}
.tab-service.ui-tabs-vertical .ui-tabs-nav li a{ width: 100%; cursor: pointer !important; }
@media screen and (max-width: 720px) {
    .tab-service.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; width: 100%; }
    .tab-service.ui-tabs-vertical .ui-tabs-panel { padding: 1em; width: 100%; margin-top: 30px; }
}
