﻿/*GERAL*/
@font-face {
   font-family: 'Exo';
   src: url('../font/Exo-SemiBold.ttf');
}

body {
   font-family: 'Exo', sans-serif;
   line-height: 30px;
   font-size: 14px;
}

.set-pad {
	padding-top:35px;
}
.set-row-pad {
	padding-top:30px;
	padding-bottom:50px;
}

.flex-center {
	display: flex;
	justify-content: center;
}

.mb-2 {
	margin-bottom: 0.5rem;
}

.mb-4 {
	margin-bottom: 1rem;
}

.mt-2 {
	margin-top: 0.5rem;
}

.mt-4 {
	margin-top: 1rem;
}

.mt-8 {
	margin-top: 2rem;
}

.mt-12 {
	margin-top: 3rem;
}

.mt-16 {
	margin-top: 4rem;
}

option {
	color: #000;
}

/*BARRA DE NAVEGAÇÃO*/
.logo-custom {
	max-height: 50px;
}

.atendimento {
   margin-top: 10%;
   color: #000;
}

#menu {
	background-color: #1c2b4b;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 1px;
	min-height: 70px;
}

.navbar-inverse {
	border-color: transparent;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:hover {
	color: 	#FFD700;
	padding: 22px 10px;
}

/*INÍCIO*/
.home-sec {
   padding-top: 10px;
   padding-bottom: 60px;
   background: url(../Images/header.png) no-repeat center center;
   padding: 0;
   -webkit-background-size: cover;
   background-size: cover;
   color: #fff;
   background-attachment: fixed;
}

.home-sec .overlay {
	background: rgba(0, 0, 0, 0.5);
	min-height: 500px;
}

.home-sec h1 {
	color: #FFD700;
	font-weight: 900;
	font-size: 50px;
	text-transform: uppercase;
	padding-bottom: 35px;
}

.home-sec h3 {
	text-transform: uppercase;
}

.set-flexi {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
	background-color: transparent;
	border: 0px solid #000;
	padding-top: 120px;
}

.flex-control-nav {
	display: none!important;
}

.set-flexi a {
	margin: 5px;
}

/*TAG LINE*/
.tag-line {
	background: #E9E9E9;
	color: #000;
}

.tag-line h2 {
	font-size: 20px;
	font-weight: 900;
	padding: 5px 10px 10px 5px;
	color: #005E5A;
}

.tag-line h2 > i {
	margin-left: 8px;
	margin-right: 8px;
}
		
/*HEADER LINE*/
.header-line {
	font-weight: 900;
	font-size: 25px;
	padding-bottom: 5px;
	padding-top: 25px;
	color: #000;
}

header-line-secundario {
	font-weight: 900;
	font-size: 25px;
	padding-bottom: 5px;
	padding-top: 25px;
	color: #000;
}

#inicio h1::after {
	content: " ";
	border: solid 2px #49ace1;
	display: block;
	width: 200px;
	margin: 12px auto;
}
#inicio h3::after {
	content: " ";
	border: none;
	margin: 0;
}

h1::after {
	content: " ";
	border: solid 2px #49ace1;
	display: block;
	width: 100%;
	margin: 12px auto;
}

h3::after {
	content: " ";
	border: solid 2px #49ace1;
	display: block;
	width: 100%;
	margin: 12px auto;
}

/*EMPRESA*/
#empresa .header-line-principal {
	color: #ffd700;
	background: rgba(28, 43, 75, 1);
	font-weight: 900;
	font-size: 25px;
	padding-bottom: 5px;
	padding-top: 25px;
}
#empresa h1::after {
	content: " ";
	display: block;
	border: none;
	margin: 12px auto;
}

.about-div {
	padding: 30px;
}

.icon-round-border {
	border: 10px double #1A94C4;
	color: #2f9484;
	text-align: center;
	padding-top: 15px;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}

.icon-round-border:hover {
	color: #fff;
	border: 10px double #fff;
	background-color: #1A94C4;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.about-div hr {
	border: 1px solid #1A94C4;
}

.about-div h3 {
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
}

.about-div p {
	padding-top: 10px;
}

.btn-set {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	margin-bottom: 20px;
}

/*SOLUÇÕES*/
#solucoes {
	background-color: #fff;
	color: #000;
}

#solucoes h1::after {
	content: " ";
	display: block;
	border: none;
	margin: 12px auto;
}

#sistemas-proprios {
	background-color: #fff;
	color: #000;
}

.font-sistemas {
	font-size: 36px;
}

.font-solucoes {
	font-size: 24px;
}

#sistemas-proprios h1::after {
	content: " ";
	display: block;
	border: none;
	margin: 12px auto;
}

#solucoes .header-line {
	color: #ffd700;
	background: rgba(28, 43, 75, 1);
}

#sistemas-proprios .header-line {
	color: #ffd700;
	background: rgba(28, 43, 75, 1);
}

.sistemas-principal h4 {
	line-height:30px;
	font-weight:700;
}

.sistemas-principal {
	padding: 15px 15px 0 15px;
	text-align: center;
}

.sistemas-principal hr {
	border: 1px solid #1A94C4;
}

.sistemas-principal h3 {
	font-size: 25px;
	font-weight: 700;
}

.sistemas-principal p {
	/*padding-top: 10px;
	padding-bottom: 15px;*/
}

.sistemas-div h4 {
	line-height:30px;
	font-weight:700;
}

.sistemas-div {
	padding: 30px;
}

.sistemas-div hr {
	border: 1px solid #1A94C4;
}

.sistemas-div h3 {
	font-size: 25px;
	font-weight: 700;
}

.sistemas-div p {
	padding-top: 10px;
	padding-bottom: 15px;
}

.sistemas-div img {
	border: 10px double #fff;
}

#CTe {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	font-family: inherit;
	font-weight: 600;
	color: inherit;
	-webkit-margin-before: 1.33em;
	-webkit-margin-after: 1.33em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

/*ATENDIMENTO*/
#atendimento {
   padding-top: 10px;
   padding-bottom: 60px;
   background: url(../Images/atendimento.png) no-repeat center center;
   padding: 0;
   -webkit-background-size: cover;
   background-size: cover;
   color: #fff;
   background-attachment: fixed;
}

#atendimento .overlay {
	background: rgba(0, 0, 0, 0.76);
	min-height: 600px;
}

#atendimento h1 {
	color:#f8d202;
}

#atendimento .form-control{
	background-color:rgba(255, 255, 255, 0);
	color:#fff;
}

/*TRABALHE CONOSCO*/
#trabalheconosco {
   padding-top: 10px;
   padding-bottom: 60px;
   background: url(../Images/trabalheconosco.png) no-repeat center center;
   padding: 0;
   -webkit-background-size: cover;
   background-size: cover;
   color: #fff;
   background-attachment: fixed;
}

#trabalheconosco .overlay {
	background: rgba(0, 0, 0, 0.76);
	min-height: 600px;
}

#trabalheconosco h1 {
	color:#f8d202;
}

#trabalheconosco h4{
	font-size: 15px;
}

#trabalheconosco .form-control{
	background-color:rgba(255, 255, 255, 0);
	color:#fff;
}

/*PARCEIROS*/
#apoio{
	text-align: center;
	background: rgba(28, 43, 75, 1);
}

#apoio .header-line {
	color: #ffd700;
	background: rgba(28, 43, 75, 1);
}

#apoio img {
	border-radius: 50%;
	margin-left: 1%;
    margin-right: 1%;
	margin-top: 30px;
	margin-bottom: 1%;
}

#apoio .associado{
	float:left;
	width:50%;
	background-color:#1c2b4b;
}

#apoio .parceiros {
	float: right;
	width: 50%;
	background-color: #1c2b4b;
}

#apoio h4{
	color: #ffd700;
	margin-bottom: 30px;
}

.suporte {
   margin-top: 5%;
   color: #000;
}

/*RODAPÉ*/
#footer {
	clear:both;
	padding:5px 20px;
	background-color:#fff;
	color:rgba(28, 43, 75, 1);
	font-size:15px;
}
#footer p{
	text-align:right;
}
