body{
	font-family: 'Montserrat', sans-serif;
}


img.logocabecalho{
	width: 165px;
}

.site-nav .site-navigation .site-menu>li.active>a{
	color: #293281;
}

.subheading{
	color: #0C54C6;
}

.btn.btn-primary{
	background-color: #0C54C6;
}

.btn.btn-primary:hover{
	color: #0C54C6;
}

a{
	color: #0C54C6;
	font-weight: 600;
}

a:hover{
	color: white;
}

.text-primary{
	color: #0C54C6 !important;
}

.more-2 span{
	color: #0C54C6;
}

.more-2:hover{
		color: #0C54C6;
}

.more-2:hover span{
	background-color: #0C54C6;
}

.site-nav .site-navigation .site-menu>li>a:hover{
	color: #293281;
}

.site-nav{
	background-color: rgba(255,255,255,0.9) !important;
}

.site-nav a{
	font-weight: 400 ;
}

.site-nav .site-navigation .site-menu>li{
	margin-right: 10px;
}

.social li a:hover, .social-2 li a:hover{
		background-color: #0C54C6;
}

.site-footer .widget .social li a:hover{
		background-color: #0C54C6;
}

.site-footer .widget .links li a:hover{
	color: #0C54C6;
}

.socialcabecalho{
	margin-bottom: 0 !important;
	right: 3%;
	top: 20%;
	position: absolute !important;
}

.social li a, .social-2 li a{
	border-style: solid;
	border-color: #293281;
	border-width: thin;
	background-color: transparent;
}

img#bar{
	position: relative;
	bottom: 50px;
	right: -280px;
	z-index: 999999;
	height: 65px;
}

img#bar_2{
	position: relative;
	bottom: 50px;
	right: -100px;
	z-index: 999999;
	height: 65px;
}

.contactos{
	background: transparent;
	padding: 0;
	padding-top: 15px;
}

ul.logosrodape{
	padding: 0;
	padding-top: 60px;
	width: 135%;
}

img#ruisrodape{
	width: 100px;
	margin-right: 110px;
}

img#scoringrodape{
	width: 135px;
}

p.text-black-50{
	line-height: 190%;
}

.section{
	padding-bottom: 0;
}

.pt-0{
	padding-top: 170px !important;
}

.me-auto{
	margin-top: 250px;
}

h1.heading.mb-3.aos-init.aos-animate{
	padding-bottom: 40px;
}

.fornecedores{
	width: auto;
	margin: auto;
	margin-top: 50px;
	margin-bottom: -20px;
}

.containerservicos{
	height: 0px;
	min-height: 500px;
	margin-top: 0px;
}

.titulo_portfolio{
	margin-top: -130px;
}


/*
body{
background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100%;

}

body{
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 0%, rgba(38,38,38,1) 40%, rgba(255,255,255,1) 80%);

}
*/

body{
background: black;
color: white;

}

.text-black-50{
	color: white !important;
}

.site-footer .widget .links li a{
	color: white;
	font-weight: 400;
}

.header__nav__menu ul li.active a:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.header__nav__menu ul li:hover a:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.header__nav__menu ul li a {
  display: block;
  text-transform: uppercase;
  position: relative;
  padding: 6px 0;
}

.header__nav__menu ul li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #d60e17;
  content: "";
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.socialcabecalho1 ul li a:after{
	background: transparent !important;
}

.logo{
	padding-right: 5%;
	top:0;
}

.social li, .social-2 li{
	margin-right: 8px;
}

.site-mobile-menu .site-nav-wrap li.active>a{
	color: #293281;
}

img.facebook_instagram{
	    border-radius: 50%;
        width: 40px;
        height: 40px;
        background: transparent;
        padding:7px;
        border: 1px solid #293281;
        color: #000;
        text-align: center;
        margin-left: 10px;
}

img.facebook_instagram:hover{
    background: #d6cd7e;
    filter: invert(100%);
}


.facebook_instagram_cabecalho{
	margin-left: 89%;
}



@media screen and (max-width: 992px) {
  ul.socialcabecalho{
  	display: none;
  }

  .pt-0{
  	padding-top: 0px !important;
  }

	.me-auto{
	margin-top: 50px;
	}

	.containerservicos{
	margin-bottom: -100px;
	margin-top: 150px;
	}

	.titulo_portfolio{
	margin-top: 150px;
}

.facebook_instagram_cabecalho{
	margin-left: 59%;
}

img.facebook_instagram{
        width: 35px;
        height: 35px;
}


}
