/**********************/
/********FONTES********/
/**********************/
@font-face {
  font-family: TitilliumWeb-SemiBold;
  src: url(../fonts/TitilliumWeb-SemiBold.ttf);
}
@font-face {
  font-family: TitilliumWeb-Bold;
  src: url(../fonts/TitilliumWeb-Bold.ttf);
}
@font-face {
  font-family: Font-Logo;
  src: url(../fonts/strarduster2.ttf);
}

/**********************/
/******CSS GERAL*******/
/**********************/
html,body{
	height: 100%;
	font-size: 10px;
}

p{font-family: TitilliumWeb-SemiBold;}
h1{font-family: Font-Logo;}
h2,h3,h4,h5,h6{font-family: TitilliumWeb-Bold;}
a{text-decoration: none !important;}

.fundoBranco{background: #fff;}
.fundoCinza{background: #fbfbfb;}
.fundoAzul{background: #122782;}
.fundoMedio{background: #1a42a4;}
.fundoAzulClaro{background: #edffff;}

.fontAzul{color: #122782;}
.fontBranca{color: #fff;}
.fontCinza{color: #f1f1f1;}
.fontAmarela{color: #eaf10f;}
.fontMedio{color: #1a42a4;}

.linkUp{transition: all 0.7s ease 0s;}
.linkUp:hover{transform: translateY(-15px);}

.titleSections{
    font-size: 3.6em;
    margin-bottom: 50px;
    width: 250px;
    border-bottom: 5px solid #8990ad;
    display: block;
    margin: 0 auto;
}
#btnVoltaTopo{
	display: none;
	position: fixed;
    right: 25px;
    bottom: 10px;
    height: 50px;
    width: 50px;
    background: #1a42a4;
    opacity: 0.3;
    color: #eaf10f;
    font-size: 3em;
    text-align: center;
    border-radius: 4px;
    z-index: 999;
}
#btnVoltaTopo:hover{
	opacity: 1;
}
.top-nav{
	width:100%;
	height:35px; 
	position: fixed !important; 
	top:0px; 
	left: 0px; 
	margin-bottom: 15px; 
	background: #fbfbfb; 
	z-index: 999;
	border-bottom: 1px solid #f1f1f1;
	padding-left: 165px;
	font-size: 1.4rem;
	padding-top: 6px;
}
.top-nav span{
	margin-right: 20px;
	float: right;
}
.top-nav i{
	font-size: 1.6rem;
	vertical-align: -1px;
	color: #122782;
}
nav{
	height: 60px;
	background: #fff !important;
    -webkit-transition: 1s;
  	transition: 1s;
  	top: 35px !important;
}
.navbar-brand{
	margin-left: 60px;
}
nav img{
	height: 55px;
	-webkit-transition: 1s;
  	transition: 1s;
}
nav ul li a{
	font-family: TitilliumWeb-Bold;
    font-size: 1.6em;
    text-transform: uppercase;
    height: 58px;
    width: 150px;
    text-align: center;
    padding-top: 15px !important;
    color: #1a42a4;
}
nav ul li a:hover, .actived{
	color: #122782;
	border-bottom: 3px solid #122782; 
}

.nav-init{
	-webkit-transition: 1s;
  	transition: 1s;
	background:#edffff;
	height: 100px;
	border: none;
}
.nav-init img{
	height: 90px;
	margin-left: 100px;
	-webkit-transition: 1s;
  	transition: 1s;
}
.nav-init ul{
	margin-right: 180px;
}
.nav-init a{
	background: transparent;
	font-size: 2em;
}
/**********************/
/******SECTIONS********/
/**********************/
#sobre, #servicos, #parceiros, #tecnologias{
	padding-top: 145px;
	padding-bottom: 140px;
	z-index: 999 !important;
}
/*home*/
#home{
	margin-top: 100px;
}
.carousel-inner{
	height: 500px;
}
.carousel-item img{
	width: 100%;
	max-height: 500px;
}
.carousel-text{
	position: absolute;
    bottom: 40%;
    right: 7%;
    overflow: hidden;
	z-index: 1;
	word-spacing: 10px;
	text-transform: uppercase;
}
.carousel-text h3{
	font-size: 4em;
	color: #fff;
	width: 370px;
	text-align: center;
}
/*sobre*/
#sobre{
	min-height: 100%;
}
.p-sobre{
	font-size: 2.6em;
	margin-top: 90px;
	color: #1a42a4;
}

/*parceiros*/
.itemParceiros{
	width: 200px; 
	display: inline-block; 
	margin-right: 5px; 
	margin-left: 5px;
	margin-bottom: 15px;
    border: 1px solid #1a42a4;
    border-radius: 5px;
    padding: 15px;
    background: #fff;
}

/*serviços*/
:root{
    --main-color1: #122782;
    --main-color2: #1a42a4;
    --main-color3: #eaf10f;
    --main-color4: #122782;
}	
.serviceBox{
	max-width: 350px;
    text-align: center;
    border: 3px solid #1a3a8a;
    min-height: 450px;
    margin-top: 55px;
    padding: 20px;
}
.serviceBox .service-icon-service{
    background-color: #fff;
    line-height: 104px;
    height: 130px;
    width: 130px;
    padding: 6px;
    margin: 0 auto 50px;
    border: 7px solid var(--main-color1);
    border-radius: 50%;
    display: block;
    position: relative;
    z-index: 1;
    font-size: 4.5em;
}
.serviceBox .service-icon-service:before,
.serviceBox .service-icon-service:after{
    content: '';
    background-color: var(--main-color1);
    height: 60px;
    width: 7px;
    opacity: 0;
    transform: translateX(-50%) rotateY(180deg);
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: -1;
    transition: all 0.3s;
}
.serviceBox .service-icon-service:after{
    top: 0;
    background-color: #fff;
    height: 30px;
    width: 30px;
    border: 7px solid var(--main-color2);
    border-radius: 50%;
    transform: translateX(-50%) rotateY(0);
}
.serviceBox:hover .service-icon-service:before{
    opacity: 1;
    transform: translateX(-50%) rotateY(0);
}
.serviceBox:hover .service-icon-service:after{
    opacity: 1;
    top: 138%;
}
.serviceBox .service-icon-service span{
    background: linear-gradient(to bottom right, rgba(0,0,0,0.25),#fff,#fff);
    font-size: 60px;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 0 2px rgba(0,0,0,0.25);
    display: block;
}
.serviceBox .title{
	font-family: TitilliumWeb-SemiBold;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 0 0 0;
    margin: 0 0 10px;
    border-top: 7px solid rgba(0,0,0,0.1);
    border-radius: 35%;
    display: block;
    transition:all .3s ease 0.1s;
}
.serviceBox:hover .title{
    color: var(--main-color1);
    border-top-color: var(--main-color1);
}
.serviceBox p{
	font-size: 1.6em;
	color: #f1f1f1;
}
.service-icon-service img{
	margin-top: -14px;
	height: 70px;
}
.serviceBox.yellow .service-icon-service,
.serviceBox.yellow .service-icon-service:after{border-color: var(--main-color4);}
.serviceBox.yellow .service-icon-service:before{background-color: var(--main-color4);}
.serviceBox.yellow:hover .title{
    color: var(--main-color3);
    border-color: var(--main-color3);
}
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }
}

/*Tecnologia*/
.tecnologiaFormaGeometrica{
    text-align: center;
    margin-top: 50px;
}
.tecnologiaFormaGeometrica .service-icon{
    border-left: 2px solid #122782;
    border-right: 2px solid #122782;
    width: 116px;
    height: 67px;
    margin: 0 auto;
    transform: rotate(0.0001deg);
    position: relative;
}
.tecnologiaFormaGeometrica .service-icon:after,
.tecnologiaFormaGeometrica .service-icon:before{
    content: "";
    width: 82px;
    height: 82px;
    border-bottom: 2.8284px solid #122782;
    border-left: 2.8284px solid #122782;
    position: absolute;
    left: 14.9878px;
    bottom: -41.0122px;
    transform: scaleY(0.5774) rotate(-45deg);
    z-index: 1;
}
.tecnologiaFormaGeometrica .service-icon:before{
    border: 0px none;
    border-right: 2.8284px solid #122782;
    border-top: 2.8284px solid #122782;
    top: -41.0122px;
}
.tecnologiaFormaGeometrica .service-icon > img{
	height: 60px;
    margin-top: 5px;
}
.tecnologiaFormaGeometrica .service-content h3{
    font-size: 2.2em;
    line-height: 28px;
    color:#1a42a4;
    margin-top: 60px;
    text-transform: uppercase;
}
.tecnologiaFormaGeometrica .service-content h3:after{
    content: "";
    border:1px solid #122782;
    width: 40px;
    display: block;
    margin: 20px auto;
}
@media screen and (max-width: 990px){
    .tecnologiaFormaGeometrica{
        margin-bottom:20px;
    }
}

/**********************/
/*******FOOTER*********/
/**********************/
footer{
	padding-top: 30px;
	min-height: 200px;
	background: #122782;
}
.boxFooter{
	min-height: 150px;
	font-family: TitilliumWeb-Bold;
	font-size: 1.4em;
	color: #f1f1f1;
	background: #1a42a4;
	padding-top: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 4px;
	margin-bottom: 15px;
}
.boxFooter h4{
	margin-bottom: 15px;
	color: #eaf10f;
}
.boxFooter i{
	color: #eaf10f;
    font-size: 1.2em;
    border-radius: 6px;
    padding: 10px;
    height: 35px;
    width: 35px;
    background: #1d3c86;
    margin-left: 15px;
    margin-right: 8px;
    margin-bottom: 8px;
}

/**********************/
/******RESPONSIVO******/
/**********************/
@media only screen and (max-width: 1500px){
	.carousel-inner{
		height: auto !important;;
	}
	.carousel-text {
		bottom: 40%;
		right: 7%;
	}
	.carousel-text h3{
		width: 250px !important;
		font-size: 3em;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1065px){
	.top-nav{
		padding-left: 15px !important;
	}
	nav img{
		margin-left: 0px !important;
	}
	nav a{
		width:100px !important;
		font-size: 1.7em !important;
   	 	margin-left: 12px !important;
	}
	.carousel-text {
		bottom: 36%;
		right: 6%;
	}
	.carousel-text h3{
		width: 190px !important;
		font-size: 2em;
	}
}

@media only screen and (max-width: 767px){
	#sobre{
		padding-top: 20px;
		padding-bottom: 0px;
	}
	#servicos, #parceiros, #tecnologias{
		padding-top: 110px;
		padding-bottom: 0px;
	}
	.top-nav{
		padding-left: 15px !important;
		font-size: 1.2rem !important;
	}
	.top-nav span {
	    margin-right: 12px;
	    float: none !important;
	}

	nav img{
		height: 55px !important;
		margin-left: 10px !important;
	}
	.nav-init{
		height: 60px !important;
	}
	.nav-init a{
		font-size: 1.4em;
	}
	.navbar{
		display: inline-block !important;
		padding: 0px !important;
	}
	.navbar-toggler{
	    position: absolute;
	    right: 15px;
	    top: 10px;
	    font-size: 2.5em;
	    outline: none !important;
	    color: #122782;
	}
	nav ul{
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		background: #fff;	
		margin-top: -2px;
	}
	nav ul li{
		padding-left: 10px;
	    padding-right: 10px;
	    margin-bottom: 2px;	
	}
	nav ul li a{
		height: 45px;
	    line-height: 12px;

		width: 100%;
    	color: #1a42a4;
    	text-align: left;
		padding-left: 16px !important;
	}
	nav ul li a:hover, .actived{
		transition: all 0.7s ease 0s;
		transform: translateY(-5px);
		background: #edffff;
		color: #1a42a4;
		border: none!important;
	}
	.navbar-brand{
		margin-left: 10px;
	}
	/*home*/
	#home{
		margin-top: 60px !important;
	}
	.carousel-text{
		bottom: 35%;
		right: 5%;
	}
	.carousel-text h3{
		width: 150px !important;
		font-size: 1.5em;
	}
	/*sobre*/
    .p-sobre{
		font-size: 1.9em;
		margin-top: 0px !important;
	}
	.boxSobre{
		margin-top: 50px;
	}
	footer{
		padding-top: 60px;
	}
}
@media only screen and (max-width: 567px){
	.p-sobre{
		font-size: 1.5em;
		margin-top: 0px !important;
	}
	.carousel-text{
		bottom: 30%;
		right: 1%;
	}
	.carousel-text h3{
		width: 100px !important;
		font-size: 1.2em;
	}
}