@import url(https://fonts.googleapis.com/css?family=Crimson+Text|Marcellus+SC|Roboto:400,100,300,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

body{
    padding-top: 0;
}

.navbar{
	background: transparent;
	background-color: rgba(255,255,255,.9);
	height: 98px;
	height: 75px;
}

.navbar-brand img{
	max-height: 50px;
}

.navbar-dark .navbar-nav .nav-link{
	color:#5a5a5a;
	font-size: 14px;
	font-weight: bold;
	font-family: inherit;
	font-family: sans-serif;
	color:#666;
}

.dropdown-menu,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:active,
.navbar-dark .navbar-nav .nav-item.active .nav-link,
.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link:hover{
	background:#D60000!important;
	color:#FFF;
	text-decoration:none;
	border-radius:5px;
}

.navbar-dark .navbar-toggler-icon{
	background:none;
	color: #000;
	font-size: 30px;
    padding-top: 5px;
}


#mainNav.is-fixed{
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    border-bottom: 1px solid #fff;
    background-color: #FFF;
}


.dropdown-item{
	color:#FFF;
}

.marketing .col-lg-4 a{
	color:#5a5a5a;
}

.marketing .col-lg-4 a:hover{
	color:#dc3545;
	text-decoration:none;
}

.marketing h2>span{
	font-size: 25px;
	line-height: 0;
	font-weight: normal;
}

.marketing h2 strong{
	font-size: 40px;
}

.marketing h3,
.marketing h4{
    margin:11px 0 11px 0;
}

.marketing h4{
	font-size:21px;
}

.marketing i.fas{
	font-size:35px;
}

.marketing i.fas{
	font-size:27px;
}

.marketing.icones{
	margin-top:-104px;
}


.text-muted{
    color: #6c757d!important;
    font-size: 25px;
    line-height: 25px;
    margin-top: 15px;
}

.lead{
	font-size:15px!important;
	font-weight: normal;
}

.lead.medio{
	font-size:14px!important;
}

.nav-tabs .nav-link{
	color: #808080;
	text-align:center;
	width:15%;
	height:105px;
	line-height: 30px;
	background-color: #F5F5F5;
	padding-top: 25px;
}

.nav-tabs .nav-link.navp{
	width:12%;
	height:105px;
	line-height: 30px;
	background-color: #F5F5F5;
	padding-top: 25px;
}

.nav-tabs .nav-link:hover{
	color:#5a5a5a;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active{
	color:#D60000!important;
}

.nav-tabs.azul .nav-link.active{
	color:#2d6386!important;
}


.card-title a{
    color: inherit;
}

.rounded-circle:hover{
    /*width: 170px;
    height: 170px;*/
}


.carousel-item_{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #212529;
    opacity: .5;
}

.carousel-caption{
	left:0;
	padding-left: 5%;
	background-color: rgba(6,6,6,.5);
	background-color: rgba(0,0,0,.5);
	background-color: rgba(190,31,31,.9);
	max-width:35%;
	border-right: 5px solid #FFF;
}

.carousel-caption h1,
.carousel-caption h3,
.carousel-caption p{
	text-align:left;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #D60000;
}

.carousel-caption h1,
.carousel-caption h3{
	font-size: 25px;
	font-family: inherit;
	font-weight: 900;
	color: #D60000!important;
}

.carousel-caption h3 {
    font-size: 23px;
    margin: 3% 0 0 0;
    padding: 0;
    color: #FFF!important;
    font-weight: normal;
	padding-bottom: 7px;
}

.carousel-caption p{
    line-height: 12px;
	font-size: 18px;
}


.carousel-caption .btn{
    background: #D60000!important;
	font-family: Roboto,sans-serif;
	font-weight: 400!important;
	font-size: 18px;
	padding: 17px 36px;
	border-color:#FFF;
}

.container.abas{
	padding: 40px;
	padding-top: 10px;
	padding-bottom: 0;
	text-align: justify;
}

.cta-content.transparente{
	width: 100%;
	height: 411px;
	display: block;
	padding: 0;
	margin: -64px 0 0 0;
}

.portfolio-item:hover .card{
	background:#FFF;
}

.portfolio-item:hover a{
	color:#D60000!important
}

img.logo,
img.featurette-image,
.footer a,
.marketing .col-lg-4 a.btn,
.nav-tabs .nav-link,
.marketing .col-lg-4,
.card-img-top,
.card-body,
.rounded-circle{
    transition: all 0.3s ease;
}

img.logo{
	max-height: 255px;
	max-height: 200px;
	margin-top:35px;
}

.card-body{}
.marketing .col-lg-4.transition:hover {
	
}

.h-100{
    min-height: 435px;
}


img.card-img-top{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    border-style: none;
}



img.card-img-top{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	border-style: none;
}

img.logo:hover,
.col-md-5.order-md-1:hover img.featurette-image,
.marketing .col-lg-4:hover img.card-img-top{
transform: scale(1.2);
}

.marketing .col-lg-4 .h-100>a{
	overflow: hidden;
	height: 226px;
	max-height: 226px;
}


.marketing .col-lg-4:hover div.card-body{
	position:relative;
}

.marketing .col-lg-4.transition:hover{}
.marketing .col-lg-4:hover div.card-body{
	margin-top:-55px;
	padding-top:15px;
	background:#FFF;
	border-top:7px solid #C0C0C0!important
}

.marketing .col-lg-4.transition:hover,
.marketing .col-lg-4:hover p,
.marketing .col-lg-4:hover h4{
	color:#666;
}

/**/
.marketing .col-lg-4 a.btn{
	display:none;
	position:absolute;
}

/*
.marketing .col-lg-4:hover a.btn{
	display:inline-block;
	color:#FFF!important;
}

.marketing .col-lg-4:hover img{
	opacity:0.5;
}*/

.rounded-circle{
	height:170px;
	width: 170px;
	border:10px solid #F5F5F5;
}

.rounded-circle{
	height:205px;
	width:205px;
}

.marketing .col-lg-4:hover .rounded-circle,
.rounded-circle:hover{
	border:10px solid #C0C0C0;
}

.boxcinza{
	background: #E4E4EC;
	padding: 31px;
	border-radius: 7px;
	max-width: 100%;
	text-align:left;
}

.boxcinza.branco{
	background: #FFF;
}

.boxcinza.medio,
.boxcinza.medio:first-child{width:41%;float:left;margin-top:3%;margin-left:5%;}
.boxcinza.medio:last-child{width:41%;float:right;}
.boxcinza h3{
	font-size: 21px;
	margin: 0;
	padding: 0;
}

.box.pequeno,
.box.medio,
.boxcinza.pequeno,
.boxcinza.pequeno:first-child,
.boxcinza.pequeno:last-child{
	width: 30%;
	margin-left: 0;
	margin-right: 2%;
	float:left;
	min-height:207px;
}

.boxcinza.pequeno h3{
	font-size:15px;
}

.box.pequeno{
	width: 22%;
	font-size: 12px;
	text-align: left;
}

.box.pequeno img{width:40%;margin-bottom:10px;}
.box.pequeno.logo img{width:auto;max-width:138px;height:auto;}
.box.medio img{width:80%;}

.grade,
.grade>h3{font-size:13px;text-align:center;}
.grade img{width:45%;max-width:138px;height:auto;margin-bottom:10px;}
.grade.medio img{width:auto;max-width:155px;}

.grade.big img{width:70%;max-width:148px;}
.grade.big h3{display:none;}

/*
.footer {
  background: #3c4554;
  background: #EEEEEE;
  background: #7d868c;
  margin-top: 120px;
  padding-top: 60px;
  padding-bottom: 30px;
 }
 

.footer .menu h3 {
	margin-top: 0;
	color: #ced5e0;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.footer .menu h3 {
    font-size: 19px;
    letter-spacing: inherit;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    font-style: normal;
	font-family: Roboto;
	text-shadow: 1px 1px 2px #666;
}

.footer .menu h3.g{
    text-transform: uppercase;
    letter-spacing: 4px;
}

.footer .menu ul{
    margin:0;
	padding:0;
}

.footer .menu ul li {
    display: block;
    margin-bottom: 9px;
}

.footer .menu ul li a {
    color: #fff;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.footer--light .menu ul li a {
    color: #666;
    color: #FFF;
	font-weight:100;
}


.footer .newsletter .signup p {
    font-size: 13px;
    color: #fff;
    width: 90%;
    float: right;
    text-align: left;
    line-height: 20px;
}

.footer .newsletter{
	display:none;
}

.footer--light .newsletter .signup p {
    color: #666;
}


.footer .newsletter .signup form input[type=text] {
    font-size: 13px;
    padding: 12px;
}
*/

/* #Footer
========== */

.footer {
	clear: both;
	overflow: auto;
	margin: auto;
	background: #222;
	font-size: 14px;	
	color: #7B8887;
	padding-top: 52px;
	position: relative;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 0;
}

.footer.footer-light {
	border-top: 1px solid #eee;
	padding-top: 51px;
	background-color: #fafafa;
		background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));
		background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));
		background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));
		background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));
		background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.02));
		background-repeat: repeat-x;	
}

.footer {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer {
    clear: both;
    overflow: auto;
    margin: auto;
    background: #222;
    font-size: 14px;
    color: #7B8887;
    padding-top: 41px;
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 0;
}

/*
.footer a,
.footer.mobile_force_relative_position { 
	position: relative; 
	-webkit-transition: 0;
	-moz-transition: 0;
	-ms-transition: 0;
	-o-transition: 0;
	transition: 0;
}*/

.footer h3 {
	color: #c8c8c8;
	font-size: 16px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 22px;
	text-transform: uppercase;
}

.footer h3 small{
	font-size:25px;
}

.footer a:visited,
.footer a {
	color:#94A3A3;		
}


.footer a,
.footer a:visited {
    outline: 0;
    text-decoration: none;
    /*
	-webkit-transition: color 0.14s linear;
    -moz-transition: color 0.14s linear;
    -ms-transition: color 0.14s linear;
    -o-transition: color 0.14s linear;
    transition: color 0.14s linear;*/
}

.footer a:hover {
	color:#dc3545;
	text-decoration:none;
}

.footer ul ul.sub-menu {
	margin-top: 3px;
}

.footer ul {
	margin: 0px 0 0 0px;
	list-style: none;
	padding: 2px 0 0;
}

.footer ul li {
	margin-bottom: 5px;
}

.footer a:hover{
  /*font-family: '"Font Awesome 5 Free"';
  font-size: 14px;
  content: "fas fa-angle-right";*/
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: 6px;
  
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.credits {
    margin-top: 30px;
}

.credits p {
    padding-top: 20px;
    font-size: 13px;
    text-align: center;
    color: #a3aab5;
    margin: 0;
}

.credits p {
    color: #a1aab6;
}


.sombra{
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
}

.text-sombra{
	text-shadow: 2px 2px 2px #000000!important;
}

.text-sombra-azul{
	text-shadow: 2px 2px 2px #2d6386!important;
}

.portfolio-item:hover .card,
.box-sombra{
	-moz-box-shadow: 0 0 5px #E9E9E9;
	-webkit-box-shadow: 0 0 5px #E9E9E9;
	box-shadow: 0 0 5px #E9E9E9;
	outline: none;
}

.transition{
 transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.transparente{
	background-image: url(../img/grid-transp.png);
	background-color: rgba(0,0,0,.4);
	left: 0;
	padding: 0;
	padding-left: 10%;
	margin: 0;
}

section.boxImagem{
    position: relative;
    padding: 150px 0;
    background-color: #003A7F;
    background-position: right center;
    background-size: cover;
}

section.boxImagem.medio{
	padding-top: 90px!important;
}

section.destaque-laranja{
    display: block;
    width: 100%;
    height: auto;
    -webkit-clip-path: polygon(0 0,100% 8%,100% 100%,0% 100%);
    clip-path: polygon(0 0,100% 8%,100% 100%,0% 100%);
    margin-top: -40px;
    padding-top: 80px;
    padding-bottom: 60px;
    background: #f27126;
    background: -moz-linear-gradient(left,#f27126 0%,#ff9901 100%);
    background: -webkit-linear-gradient(left,#f27126 0%,#ff9901 100%);
    background: linear-gradient(to right,#f27126 0%,#ff9901 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f27126', endColorstr='#ff9901', GradientType=1);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left -6% center;
    position: relative;
    overflow: hidden;
    text-align: center;
}

section.destaque{
    display: block;
    width: 100%;
    height: auto;
    -webkit-clip-path: polygon(0 0,100% 8%,100% 100%,0% 100%);
    clip-path: polygon(0 0,100% 8%,100% 100%,0% 100%);
	margin-top: -40px;
	padding-top: 61px;
	padding-bottom: 90px;
	background: #f5f5f5;
    
	/*
	background: -moz-linear-gradient(left,#f5f5f5 0%,#C0C0C0 100%);
    background: -webkit-linear-gradient(left,#f5f5f5 0%,#C0C0C0 100%);
    background: linear-gradient(to right,#f5f5f5 0%,#C0C0C0 100%)*/

	background: -moz-linear-gradient(left,#E4E4EC 0%,#F4F5F7 100%);
    background: -webkit-linear-gradient(left,#E4E4EC 0%,#F4F5F7 100%);
    background: linear-gradient(to right,#E4E4EC 0%,#F4F5F7 100%)

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#C0C0C0', GradientType=1);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left -6% center;
    position: relative;
    overflow: hidden;
}

section.destaque{
	-webkit-clip-path: initial;
	clip-path: none;
}

section.destaque.azul{
	background: -webkit-linear-gradient(left,#9EC5DE 0%,#2d6386 100%);
}

section.destaque.contato{
	padding-top:50px;
	margin-top:-187px;
}

section.destaque .btn{
	padding: 10px;
	text-transform: uppercase;
	font-size: 12px;
}

section.destaque .btn.botao-medio{
	padding: 2px 9px;
	margin-top: 10px;
}

.paralax{
	overflow: hidden;
	background: linear-gradient(rgba(29, 200, 205, 0.65),
	rgba(29, 205, 89, 0.2))
	fixed center center;
	background-size: cover;
	padding: 80px 0;
}

.paralax.banner{
    margin-bottom: 0;
    height: auto;
    min-height: 505px!important;
    background-size: contain;
    background: fixed center top;
    background-repeat: no-repeat;
}

.paralax.banner.medio{
	min-height: 305px!important;
}

.paralax.banner.interno{
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	/*opacity: 1;
	overflow: hidden !important;
	height: 50rem;
    padding-top: 10rem;
	display: block;
	position: relative;
	width: 100%;*/
}

.paralax.banner>h5{
	background: #F5F5F5;
	padding: 15px 25px;
	width: 100%;
	font-size: 15px;
	position: absolute;
	border-top: 1px solid #E4E4EC;
	color:#9a9999bd;
	top: 505px;
}

.paralax.banner div.box{
	margin-left:15%;
}

.paralax.banner h3{
	width:45%;
	float:left;
	font-size:17px;
	margin-top:5%;
	padding-left:2%;
}

.paralax.banner h3 img{
	width:30%;
	margin:0 auto;
}

.paralax.banner h3 p{
	margin-top:2%;
	text-align:center;
}

.back-to-top{
    position: fixed;
    background: #666;
    color: #fff;
    padding: 2px 20px 8px 20px;
    font-size: 16px;
    border-radius: 4px 4px 0 0;
    right: 15px;
    bottom: 0;
    transition: none;
}

h3.subtitulo{
	text-align:left;
	margin-top:55px;
}

h3.featurette-heading{
	font-size: 41px;
	font-weight: 400;
	margin-top:10px;
	padding-top:0;
}


h3.featurette-heading >span{
	font-size: 23px;
	font-weight: normal;
}

img.featurette-image{
	border-bottom: 3px solid #D60000!important;
}

img.featurette-image{
	/*width: 500px;
	height: 400px;
	margin-top: 60px;*/
	border-radius: 10px;
	border-bottom:0!important;
}

.col-md-5.order-md-1 > a{
    overflow: hidden;
    height: 500px;
    max-height: 400px;
    max-height: 500px;
	margin-top: 50px;
	border-radius: 10px;
	position:relative;
	display:inline-block;
}

.col-md-5.order-md-1.medio > a{
	height:auto;
}

.form-control{
	padding: 11px;
	border: 2px solid #ced4da;
}


/*
.boxTextoImagem h2{
	font-size: 41px;
	margin-top:0;
	padding-top:0;
}

.boxTextoImagem h2>span{
	
}


text-uppercase
text-center
font-weight-bold




*/

.text-danger{
    color: #BE1F1F!important;
}

.marketing .col-lg-4:hover a.btn.btn-danger;
.btn-danger{
    background: #BE1F1F!important;
    border-color: #BE1F1F!important;
}

.sem-padding{
	padding:0!important;
}

.sem-margin{
	margin:0!important;
}

.featurette-heading.sem-top,
.sem-top{
	padding-top:0!important;
	margin-top:0!important;
}

img.featurette-image.sem-borda,
.sem-borda{
	border:0!important;
}

.sem-borda-top{
	border-color:#FFF;
}

.texto-branco{
	color:#FFF!important;
}

.text-normal{
	font-weight:normal!important;
}

.row.box{
	width:100%!important;
	max-width:100%!important;
}

/*
RESPONSIVE
*/

@media (max-width:1366px){
	.paralax.banner>h5{
		top: 495px;
	}

	section.destaque{
		margin-top: -255px!important;
		margin-top: -105px!important;
		margin-top: -70px!important;
	}

	section.destaque.contato{
		margin-top: -549px!important;
		padding-top: 151px!important;
	}

	img.logo{
		max-height: 235px;
		margin-top:35px;
	}

}



/*
MOBILE
*/

@media (min-width: 62em){
	.featurette-heading {
		margin-top: 2rem;
	}
}


@media (max-width:768px){

		body{
			overflow-x:hidden;
		}
		
		#navbarResponsive{
			height: 100vh;
			width: 300px;
			position: absolute;
			left: -350px;
			top: 0;
			z-index: 1001;
			background-color: #BE1F1F!important;
			overflow: hidden;
			text-align: left;
			-webkit-transition: -webkit-transform 250ms ease-in-out;
			transition: transform 250ms ease-in-out;
		}

		#navbarResponsive.active{
			-webkit-transform: translateX(350px);
			-moz-transform: translateX(350px);
			-o-transform: translateX(350px);
			-ms-transform: translateX(350px);
			transform: translateX(350px);
			box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
			-moz-box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
			-webkit-box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
			display: block;
		}
		
		.ml-auto, .mx-auto {
			padding-top: 50px!important;
			padding-left: 30px!important;
		}
		
		.ml-auto, .mx-auto,
		.navbar-dark .navbar-nav .nav-item.active .nav-link{
			background: none!important;
		}
		
		.navbar-dark .navbar-nav .nav-link{
			color:#FFF!important;
			border-radius:0;
		}

		.nav-tabs.icones{
			/*width: 505px;
			margin: 0;
			left: 0;*/
			margin-left: -15px;
		}
		
		.nav-tabs .nav-link.navp{
			width: 16.5%!important;
			text-align: center;
			font-size:0!important;
			padding-top:15px;
			height: 65px!important;
		}

		.boxcinza,
		.text-muted,
		.marketing .order-md-2>p>h3{
			text-align:left;
		}

		.boxcinza{
			width:100%!important;
			min-width:361px!important;
			margin-left:-6%!important;
			border-radius:0;
		}

		.marketing i.fas {
			font-size:29px;
		}
		
		.marketing.icones{
			margin-top: -65px!important;
		}
		
		.marketing h2.text-center{
			font-size: 25px!important;
		}
		
		.marketing h2.featurette-heading{
			font-size: 40px!important;
		}

		.marketing h2>span,
		p.lead .text-muted,
		.text-muted{
			font-size:18px;
			text-align:left;
		}
		
		p.lead .text-muted>br{
			display:none;
		}
		
		.order-md-1,
		.desktop{
			display:none;
		}
		
		.paralax.banner{background-position: -950px 0;}
		.paralax.banner.medio{min-height:305px!important;background-position:0 65px;background-size:cover;}
		.paralax.banner div.box{margin-left:5%;}
		.paralax.banner h3{width:45%;font-size:15px;}
		.paralax.banner h3 img{width:55%;}
		.paralax.banner h3 p{font-size:11px;}
		.carousel-caption{bottom:15%;left:0;max-width:100%;width:91%;display:block!important;padding-top:10px;padding-bottom:10px;}
		.carousel-caption p{font-size:13px;}
		.carousel-caption h3{font-size:19px;}
		.order-md-1{}
		.order-md-2 >h2{margin-top:25px!important;}

		
	}



