															/*IMPORTANDO FONTES QUE SERÃO USADAS*/
@font-face {
	font-family: Montserrat-Bold;
	src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
	font-family: Montserrat-Italic;
	src: url(../fonts/Montserrat-Italic.ttf);
}

@font-face {
	  font-family: Montserrat-Light;
	  src: url(../fonts/Montserrat-Light.ttf);
}

@font-face {
	font-family: Montserrat-LightItalic;
	src: url(../fonts/Montserrat-LightItalic.ttf);
}

@font-face {
	font-family: Montserrat-Regular;
	src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
	font-family: Montserrat-SemiBold;
	src: url(../fonts/Montserrat-SemiBold.ttf);
}

@font-face {
	font-family: Montserrat-SemiBoldItalic;
	src: url(../fonts/Montserrat-SemiBoldItalic.ttf);
}

															/*DEFININDO ALGUMAS COISAS BÁSICAS PARA O PROJETO*/

*{
	font-family: Montserrat-Regular;
	font-size: 16px;
}

a{
	text-decoration: inherit !important;
	color: inherit !important;
	font-family: inherit;
}

h1{
	font-size: 3rem;
	text-transform: uppercase;
	font-family: Montserrat-Bold;
}

h3{
	font-size: 1.5rem;
	font-family: Montserrat-SemiBold;
}

.bg_gray{
	background-color: #eeeeee;
}

.bg_green{
	background-color: #3d756c;
}

.color_black{
	color: #0e0e0e;
}

.color_gray{
	color: #686868;
}

.color_white{
	color: white;
}

															/*REMOVENDO ALGUNS BUGS DO BOOTSTRAP*/

.row{
	--bs-gutter-x: 0 !important;
	--bs-gutter-y: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

html,
body{
width:100%;
overflow-x:hidden;
}

															/*DEFININDO ESTILO DO NAVBAR*/

nav{
	padding: 30px !important;
	background-color: rgba(0,0,0,0) !important;
}

.fixed-top{
	position: absolute;
}

nav a img{
	max-width: 250px;
	margin-left: 80px;
}

															/*DEFININDO ESTILO DA FONTE DO NAVBAR*/

nav ul .nav-item, nav ul li a{
	font-family: Montserrat-SemiBold;
	font-size: 0.875rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: white;
}

nav ul .nav-item:nth-child(5){
	margin-right: 80px;
}

															/*DEFININDO LANDING*/

.landing_content_wrapper{
	width: 100%;
	height: 100vh;
	background: url('../img/banners/main_banner.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: table;
}

.landing_title{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.landing_title h1, i{
	color: white;
}

.landing_title .icon_wrapper{
	position: absolute;
	bottom: 1.25rem;
	width: 100%;
	padding: 1.25rem;
}

.landing_title i{
	margin: 0 auto;
	font-size: 64px;
}

															/*DEFININDO CLASSE DE SESSÃO GERAL*/
.section{
	width: 100%;
}

.section h1{
	text-align: center;
	padding-bottom: 25px;
	font-size: 2.5rem;
}

.content_wrapper{
	/*width: 100%;*/
	height: 100%;
	padding: 150px 125px 150px 125px;
}

.header_divider{
	margin: 0 auto;
	width: 100px;
	border: 5px solid #3d756c;
	border-radius: 25px;
}

.header_caption{
	text-align: center;
	margin-top: 30px;
	font-size: 1.25rem;
	font-family: Montserrat-Light;
}

															/*SESSÃO 1*/

.my_card{
	margin-top: 50px;
	width: 100%;
}

.my_card .img_wrapper{
	width: 100%;
}

.my_card img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 180px;
}

.my_card h3{
	font-family: Montserrat-SemiBold;
	text-align: center;
	text-transform: uppercase;
	margin-top: 30px;
}

.my_card p{
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	max-width: 350px;
	font-size: 1.1rem;
}

															/*SESSÃO 2*/

.duo .content_wrapper{
	padding: 0;
}

.duo .left_middle_align{
	display: table;
	height: 100%;
	width: 100%;
}

.duo .header_wrapper{
	padding: 150px 50px 150px 125px;
	display: table-cell;
	vertical-align: middle;
}

.duo h1{
	text-align: left;
}

.duo .header_divider{
	border-color: white;
	margin: 0;
}

.duo .header_caption{
	text-align: left;
}

.duo .card_wrapper{
	padding: 150px 30px 150px 30px;
}

.services_card{
	width: 90%;
	height: 270px;
	display: flex;
	margin: 0 auto;
	position: relative;
}

#automacao_bancaria{
	background: url('../img/cards/services/automacao_bancaria.jpeg') no-repeat center center; 
}

#automacao_comercial{
	background: url('../img/cards/services/automacao_comercial.jpeg') no-repeat center center; 
}

#comunicacao{
	background: url('../img/cards/services/comunicacao.jpeg') no-repeat center center; 
}

#seguranca_fisica{
	background: url('../img/cards/services/seguranca_fisica.jpeg') no-repeat center center; 
}

#automacao_bancaria, #automacao_comercial, #comunicacao, #seguranca_fisica{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.services_card .text_wrapper{
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	bottom: 0px;
	height: 60px;
	padding: 15px 15px 0 15px;
	width: 100%;
}

.services_card h3{
	text-transform: uppercase;
	font-size: 1.25rem;
}

.services_card p{
	visibility: hidden;
	font-family: Montserrat-Light;
	font-size: 1rem;
}

.services_card:hover p{
	visibility: visible;
}

.services_card:hover .text_wrapper{
	height: auto;
}

#section_2 .card_wrapper div:nth-child(3),
#section_2 .card_wrapper div:nth-child(4){
	margin-top: 75px;
}

															/*SESSÃO 3*/

#section_3 .img_wrapper{
	width: 100%;
}

#section_3 img{
	max-width: 250px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

															/*FOOTER*/
footer{
	text-align: center;
	color: white;
	padding: 100px 50px 100px 50px;
}

footer ul li{
	text-transform: uppercase;
	list-style-type: none;
	line-height: 30px;
}

footer ul li:nth-child(1){
	font-family: Montserrat-Bold;
}

footer ul li:nth-child(2){
	margin-top: 25px;
}

footer .footer_divider{
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.8);
	margin-top: 25px;
}

footer img{
	margin: 0 auto;
	max-width: 200px;
}

footer .copyright{
	margin-top: 40px;
}

															/*DEFININDO O MAIN HEADER*/

.main_header{
	width: 100%;
	height: 300px;
}

															/*RESPONSIVIDADE*/

@media (max-width: 991px){									/*MAX-WIDTH 991PX*/
	nav a img{
		max-width: 200px;
		margin-left: 0px;
	}

	.navbar-dark .navbar-toggler{
		border-color: rgba(255,255,255,.6);
	}

	nav ul{
		margin-top: 25px;
	}

	nav ul .nav-item, nav ul li a{
		font-size: 1rem;
		text-align: right;
	}

	#section_2 .card_wrapper div:nth-child(2){
		margin-top: 75px;
	}
}

@media (max-width: 583px){
	*{
		font-size: 14px;
	}

	.content_wrapper{
		padding: 50px;
	}

	.my_card img{
		max-height: 150px;
	}

	.duo .header_wrapper{
		padding: 50px;
	}

	footer{
		padding: 50px 25px 50px 25px;
	}
	
	footer ul{
		padding-left: 0;
	}

	.content_wrapper .text_wrapper{
		padding: 50px !important;
	}

	.services_card .text_wrapper{
		padding: 20px 15px 0 15px !important;
	}

	#other_services{
		padding: 50px 5px 50px 5px !important;
	}

	#other_services .card_wrapper{
		margin-top: 0;
	}

	#other_services .card_wrapper div:nth-child(2),
	#other_services .card_wrapper div:nth-child(3){
		margin-top: 50px;
	}
}

@media (min-width: 357px) and (max-width: 583px){
	.duo .card_wrapper{
		padding: 75px 30px 75px 30px;
	}
}

@media (max-width: 356px){
	.duo .card_wrapper{
		padding: 75px 0 75px 0;
	}
}

@media (max-width: 338px){
	nav a img{
		max-width: 150px;
	}
}