@font-face{
	font-family: Montserrat-Thin;
	src: url(../fonts/Montserrat-Thin.ttf)
}

@font-face{
	font-family: Montserrat-Light;
	src: url(../fonts/Montserrat-Light.ttf)
}

@font-face{
	font-family: Montserrat-Regular;
	src: url(../fonts/Montserrat-Regular.ttf)
}

@font-face{
	font-family: Montserrat-RegularItalic;
	src: url(../fonts/Montserrat-RegularItalic.ttf)
}

@font-face{
	font-family: Montserrat-Medium;
	src: url(../fonts/Montserrat-Medium.ttf)
}

@font-face{
	font-family: Montserrat-SemiBold;
	src: url(../fonts/Montserrat-SemiBold.ttf)
}

@font-face{
	font-family: Montserrat-Bold;
	src: url(../fonts/Montserrat-Bold.ttf)
}

html { 
}

h1{
	color: #fafafa;
	font-family: Montserrat-SemiBold;
	margin: 0 auto;
	padding-top: 30px;
	font-size: 32px !important;
}

p{
	color: #fafafa;
	font-family: Montserrat-Regular;
	font-size: 0.95rem;
}

a{
	color: inherit;
}

a:visited{
	color: inherit;
}

a:hover{
	color: inherit !important;
	text-decoration: none !important;
}

form{
	font-family: Montserrat-Medium;
}

textarea{
	resize: none !important;
}

.row{
	width: 100vw;
	margin: 0 !important;
	display: block;
}

#main_container{
	background: url(../img/background_0.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	width: 100%;
  	max-height: 100vh;
  	margin-top: 70px;
  	display: table;
}

#main_content{
	height: 100vh;
	display: table-cell;
	vertical-align: middle;
}

#main_content img{
	max-width: 280px;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	margin-bottom: 60px;
}

#main_content p{
	font-size: 16px;
	font-family: Montserrat-Regular;
	text-shadow: 0 0 2px rgba(255,255,255,0.7);
	letter-spacing: 1px;
}

.modal-content{
	background: #fafafa !important;
}

.modal-header button{
	position: absolute;
	top: -48px;
	right: 15px;
}

.modal-title{
	font-family: Montserrat-SemiBold;
	text-transform: uppercase;
	color: rgb(23, 40, 66);
}

.modal-body{
	font-family: Montserrat-Regular;
	color: rgb(23, 40, 66);
}

.modal-body p{
	font-family: Montserrat-RegularItalic;
	color: rgb(23, 40, 66);

}

.warning_required{
	color: red;
}

.warning_required_text{
	color:;
	font-family: Montserrat-RegularItalic;
	font-size: 0.8rem;
}

.modal-content button{
	text-transform: uppercase;
}

.container h1{
	margin-top: -10px;
}

.container p{
	margin-top: 16px;
}

nav{
	background-color: white;
	box-shadow: 0 1px 1px rgba(0,0,0,0.03);
}

nav img{
	height: 70px;
	margin-left: 100px;
}

.navbar-nav{
	position: absolute;
	right: 120px;
}

#contrate{
	width: 100%;
	background-color: #fafafa;
	position: fixed;
	top: 96px;
	padding: 10px;
	text-align: center;
	box-shadow: 0 1px 1px rgba(0,0,0,0.08);
	z-index: 1000;
}

.row{
	padding: 15px;
	width: 100%;
}

.section_light{
	background-color: #FAFAFA;
}

.section_light h1, .section_light p, .section_light h5{
	color: #212121 !important;
}

.section_dark{
	background-color: #252525;
}

.section_dark h1, .section_dark p, .section_dark h5{
	color: white !important;
}

#diferenciais{
	padding: 10px;
	border-top: 1px solid rgba(0,0,0,0.05);
	border-top-style: inset;

}

#diferenciais .card{
	margin-top: 50px !important;
	background-color: inherit;
	border: none;
	color: white;
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
}

#diferenciais i{
	font-size: 100px;
}

#diferenciais .card-text{
	font-size: 15px;
}

#servicos .bg_image{
	position: relative;
	top: -11px;
	left: -11px;
	width: 200px;
}

#servicos{
	padding: 10px;
	border-top: 1px solid rgba(0,0,0,0.05);
	border-top-style: inset;
}

#servicos h1{
	margin-top: -205px;
}

#servicos #servicos_cards{
	margin-top: -160px !important;
}

#servicos .card{
	max-width: 340px !important;
	background-color: inherit;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	border-radius: 20px;
	border: none !important;
	padding: 0;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 10px;
	text-align: center;
}

#servicos .card img{
	width: 100%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#servicos .card-text{
	height: 125px;
	overflow: auto;
}

#servicos .card-text span{
	font-size: 13px;
	color: #9c9c9c;
	font-family: Montserrat-RegularItalic;
}

#servicos .card-text font{
	font-size: 14px;
	font-family: Montserrat-RegularItalic;
}

#servicos .card .btn{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.btn{
	color: white !important;
}

.btn-link{
	color: white !important;
	font-size: 24px !important;

}

.btn-link:hover{
	text-decoration: none !important;
}

.btn-link:visited{
	text-decoration: none !important;
}

.btn-link:focus{
	text-decoration: none !important;
}

/*#contato form{
	margin: 0 auto;
	color: rgb(20,20,20);
	width: 100%;
}

#contato .form-group{
	margin-bottom: 0px;
}

#contato input, #contato select, #contato textarea{
	border-radius: 0;
	background-color: white;
}

#contato input, #contato select{
	height: 70px;
}

#contato input:hover, #contato select:hover, #contato textarea:hover{
	box-shadow: 0 0 5px 1px rgba(23,40,66,0.3);
}

#contato input:focus, #contato select:focus, #contato textarea:focus{
	box-shadow: 0 0 5px 1px rgba(23,40,66,0.5);
}

#contato input::placeholder, #contato select::placeholder, #contato textarea::placeholder{
	color: #7a7a7a;
	text-align: left;
}

#contato .input-group-text{
	background-color: white;
	border: 1px solid rgba(0,0,0,0.15);
	color: rgb(20,20,20);
	border-radius: 0;
	width: 45px;
	text-align: center;
}

#contato #top-left-radius{
	border-top-left-radius: 20px;
}

#contato #c_nome{
	border-top-right-radius: 20px;
}

.no-border-bottom{
	border-bottom: 0 !important;
}

#contato .btn{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	height: 70px;
}*/

footer{
	width: 100%;
	background-color: #383838;
	color: white;
	font-family: Montserrat-Regular;
	text-align: center !important;
}

footer h1{
	font-size: 20px !important;
	font-family: Montserrat-SemiBold;
	text-transform: uppercase;
}

footer p{
	font-size: 14px;
}

footer p a:hover{
	background-color: #007bff;
	padding: 2px;
	margin: -2px;
}

footer img{
	width: 200px;
}

footer .social{
	background-color: #252525;
	padding: 0px;
}

footer .social p{
	font-size: 32px !important;
	width: 100%;
}

footer a{
	color: inherit !important;
}

footer i{
	padding-left: 10px;
	padding-right: 10px;
}

footer .social a:hover:nth-child(1){
	background-color: #4AC959 !important;
}

footer .social a:hover:nth-child(2){
	background-color: #4267B2;
}

footer .social a:hover:nth-child(3){
	background-color: #E1306C;
}

footer .social a:hover:nth-child(4){
	background-color: #2867B2;
}

footer .copyright{
	font-family: Montserrat-Thin;
	background-color: #222;
	font-size: 12px;
}

footer .copyright p{
	width: 100%;
}

/*Responsive stuff*/

@media screen and (max-width: 992px){
	#servicos .card h5{
		font-size: 19.2px !important;
	}
}

@media screen and (max-width: 800px) {
	nav img{
		height: 50px;
		margin-left: 15px;
	}

	.navbar-nav{
		right: 30px;
	}

	#contrate{
		position: relative;
		top: 76px;
	}

	#main_container{
		margin-top: 50px;
	}

	#main_content img{
		width: 240px;
		margin-top: -20px;
	}

	#main_content p{
		font-size: 14px;
	}
}

@media screen and (max-width: 767px){
	#diferenciais .card{
		margin-top: 60px;
	}
}

@media screen and (max-width: 575px){
	.navbar-toggler{
		margin-right: 10px;
	}

	.navbar-nav{
		background-color: white;
		width: 100%;
		right: 0;
		text-align: center;
		box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	}

	#contrate{
		font-size: 0.8rem;
	}

	p{
		font-size: 14px !important;
	}

	#main_content img{
		width: 200px;
	}

	#main_content p{
		line-height: 1.2;
	}

	#servicos .card{
		margin-top: 50px;
	}
}