/* CSS ÍMA 8 */
/* ABRIL 2021 */
/* FRONT MARKETING */



html{scroll-behavior: smooth;}
:focus {outline:0 !important;}



/* TOPO */ /* TOPO */ /* TOPO */ 

.topo{
	background-color: #141414;
	position: fixed;
    width: 100%;
    z-index: 100;
	background: rgb(6,19,59);
	background: -moz-linear-gradient(81deg, rgba(6,19,59,1) 0%, rgba(6,19,59,1) 53%, rgba(11,43,108,1) 100%);
	background: -webkit-linear-gradient(81deg, rgba(6,19,59,1) 0%, rgba(6,19,59,1) 53%, rgba(11,43,108,1) 100%);
	background: linear-gradient(81deg, rgba(6,19,59,1) 0%, rgba(6,19,59,1) 53%, rgba(11,43,108,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#06133b",endColorstr="#0b2b6c",GradientType=1);
}

.navbar .collapse .navbar-nav .nav-item .nav-link{
	color: #fff;
	font-size: 13px;
	margin-bottom: 3px;
	margin-left: 10px;
}

.navbar .collapse .navbar-nav .nav-item .nav-link:hover{
	color: #75A0EA;
}


.navbar .collapse .navbar-nav .nav-item .nav-link span{
	color: #fff;
	border: 1px solid #0F48C8;
	background-color: #0F48C8;
	padding: 7px 15px 7px 15px;
	border-radius: 10px;
}

.navbar .collapse .navbar-nav .nav-item .nav-link span:hover{
	background-color: transparent;
	border: 1px solid #fff;
}



/* BANNER-INDEX */ /* BANNER-INDEX */ /* BANNER-INDEX */ 

.banner-index{
	background-image: url(../imgs/banner-principal.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    padding-top: 210px;
}

.banner-index h2{
	color: #fff;
	font-weight: lighter;
}

.banner-index a{
	text-decoration: none;
}

.banner-index h5{
	background-color: #0f48c9;
	color: #fff;
	width: 50%;
	font-weight: lighter;
	text-align: center;
	padding: 10px 0;
	border-radius: 15px;
	border: 1px solid #0f48c9;
	margin-top: 25px;
}

.banner-index h5:hover{
	background-color: transparent;
	border: 1px solid #fff;
}



/* NAVEGAÇÃO */ /* NAVEGAÇÃO */ /* NAVEGAÇÃO */ 


.navegacao{
	background-image: url(../imgs/background-2.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 65px;
    padding-bottom: 65px;
}

.navegacao .celula-1{
	background-image: url(../imgs/fundo-apresent-1.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    padding: 35px 40px;

    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.33);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.33);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.33);
}

.navegacao h2{
	color: #1148c9;
	font-weight: normal;
}

.navegacao a{
	text-decoration: none;
}

.navegacao h5{
	background-color: transparent;
	color: #1148c9;
	font-weight: normal;
	border: 1px solid #1148c9;
	border-radius: 25px;
	width: 35%;
	text-align: center;
	padding: 10px 0;
	margin-top: 25px;
	margin-bottom: 35px;
}

.navegacao h5:hover{
	background-color: #1148c9;
	color: #fff;
	border: 1px solid #1148c9;
}

.navegacao p{
	width: 50%;
	text-align: justify;
	color: #686868;
}


.navegacao .celula-2{
	background-image: url(../imgs/celular-mod.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    border-radius: 25px;

    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.33);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.33);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.33);
}

.navegacao .celula-3{
	background: rgb(6,19,59);
	background: -moz-linear-gradient(81deg, rgba(6,19,59,1) 0%, rgba(6,19,59,1) 53%, rgba(11,43,108,1) 100%);
	background: -webkit-linear-gradient(81deg, rgba(6,19,59,1) 0%, rgba(6,19,59,1) 53%, rgba(11,43,108,1) 100%);
	background: linear-gradient(81deg, rgba(6,19,59,1) 0%, rgba(6,19,59,1) 53%, rgba(11,43,108,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#06133b",endColorstr="#0b2b6c",GradientType=1);

	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.33);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.33);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.33);

	margin-top: 30px;
    height: 250px;
    border-radius: 25px;
    text-align: center;
}

.navegacao .celula-3 img{
	position: relative;
	top: 50%;
	transform: translateY(-50%); 
}




/* SYMBOL */ /* SYMBOL */ /* SYMBOL */ 

.symbol{
	background-image: url(../imgs/background-1.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 55px;
}

.symbol .linha-azul{
	background-color: #1148c9;
	height: 10px;
	width: 90px;
	margin-bottom: 33px;
}

.symbol h3{
	color: #1148c9;
    font-weight: normal;
}

.symbol p{
	text-align: justify;
    color: #686868;
    margin-top: 25px;
    margin-bottom: 33px;
}

.symbol a{
	text-decoration: none;
}

.symbol h5{
	background-color: transparent;
    color: #1148c9;
    font-weight: normal;
    border: 1px solid #1148c9;
    border-radius: 25px;
    width: 50%;
    text-align: center;
    padding: 10px 0;
}

.symbol h5:hover{
	background-color: #1148c9;
	color: #fff;
	border: 1px solid #1148c9;
}

.symbol img{
	position: relative;
	top: 50%;
	transform: translateY(-50%); 	
}



/* CONTATO */ /* CONTATO */ /* CONTATO */ 

.contato{
	background-image: url(../imgs/banner-contato.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 130px;
}

.contato .linha-azul{
	background-color: #1148c9;
	height: 10px;
	width: 90px;
	margin-bottom: 33px;
}

.contato h3{
	color: #1148c9;
    font-weight: normal;
}

.contato p{
	color: #686868;
}

.contato input{
	width: 80%;
	border: 1px solid #1148c9;
	border-radius: 10px;
	padding: 10px 0 10px 15px;
	margin-bottom: 5px;
}

.contato textarea{
	border: 1px solid #1148c9;
	border-radius: 10px;
	resize: none;
	padding-top: 10px;
	padding-left: 10px;
}

.contato button{
	width: 80%;
	border: 1px solid #1148c9;
	background-color: #1148c9;
	color: #fff;
	padding-top: 11px;
	padding-bottom: 11px;
	border-radius: 12px;
	cursor: pointer;
}


.contato button:hover{
	border: 1px solid #1148c9;
	background-color: transparent;
	color: #1148c9;
}





/* FOOTER */ /* FOOTER */ /* FOOTER */ 

.footer{
	background-image: url(../imgs/fundo-footer.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
}

.footer-final{
	background-color: #040078;
	padding-top: 5px;
}

.footer-final h5{
	font-size: 13px;
	color: #fff;
	font-weight: normal;
}







/* MIDIA QUERIES */ /* MIDIA QUERIES */ /* MIDIA QUERIES */ 
/* MIDIA QUERIES */ /* MIDIA QUERIES */ /* MIDIA QUERIES */ 
/* MIDIA QUERIES */ /* MIDIA QUERIES */ /* MIDIA QUERIES */ 
/* MIDIA QUERIES */ /* MIDIA QUERIES */ /* MIDIA QUERIES */ 
/* MIDIA QUERIES */ /* MIDIA QUERIES */ /* MIDIA QUERIES */ 



@media(max-width: 1199px){

	.navegacao p{
    width: 60%;
	}

	.contato button{
    width: 94%;
	}

	.contato input{
    width: 94%;
	}
}



@media(max-width: 991px){

	.navegacao p{
    width: 90%;
	}

	.navegacao .celula-1{
		margin-bottom: 35px;
	}

	.symbol .linha-azul{
		margin-top: 35px;
	}

	.contato input{
    	width: 83%;
	}

	.contato button{
    	width: 83%;
	}

}



@media(max-width: 767px){

	.contato input{
    	width: 100%;
	}

	.contato button{
    	width: 100%;
	}

	.banner-index{
		text-align: center;
		align-items: center;
		align-content: center;
	}

	.banner-index h5{
		width: 100%;
	}

	.navegacao h5{
		width: 60%;
	}

}



@media(max-width: 376px){

	.navegacao h5{
		width: 85%;
	}

	.symbol h5{
		width: 80%;
	}

	.navegacao h2{
		font-size: 25px;
	}

	.symbol h3{
		font-size: 25px;
	}

	.contato h3{
		font-size: 25px;
	}

}