body{font-family: montserrat;}
.text-uppercase{text-transform: uppercase;}
.text-spacing-60{letter-spacing: .06em;}
.lato{font-family: lato;}
.montserrat{font-family: montserrat;}
.text-center{text-align: center;}
.light-text{color: #fff;}
.dark-text{color: #4d4948; }
.offset-top-4{margin-top: 4px;}
.offset-top-34{margin-top: 34px;}
.offset-top-66{margin-top: 66px;}
.inset-top-34{padding-top: 34px;}
.inset-top-66{padding-top: 66px;}
.offset-bottom-0{margin-bottom: 0;}
.inset-bottom-18{padding-bottom: 18px;}
.inset-bottom-34{padding-bottom: 34px;}
.inset-bottom-66{padding-bottom: 66px;}

.container-nav{
	background: #191919;
	border-bottom: 3px solid #ad2829;
}
.container-nav nav{
	padding-top: 0;
	padding-bottom: 0;
}
.container-nav .nav-item.active{
	border-bottom: 3px solid #383939;
}
.container-nav .navbar-nav .nav-item a.nav-link{
	color: #fff;
	padding: 15px;
}
.container-nav .nav-item:hover{
	border-bottom: 3px solid #383939;
}
.carousel-text{
	position: absolute;
	color: #fff;
	font-weight: 700;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
@media (max-width: 1200px){
	.carousel-text{
		font-size: 38px;
	}
}
@media (max-width: 992px){
	.carousel-text{
		font-size: 28px;
	}
}
@media (max-width: 768px){
	.carousel-text{
		font-size: 20px;
	}
}

.home-h2-title{
	color: #434345;
}
.home-h2-title-white{
	color: #fff;
}
.divider {
    width: 40px;
    height: 2px;
    padding: 0;
    margin: 27px auto 34px;
    background: #d9d9d9;
    border: none;
}
.bg-hr{
	background: -moz-linear-gradient(90deg,#ffa200 0%,#ff7e00 100%);
    background: -webkit-linear-gradient(90deg,#ffa200 0%,#ff7e00 100%);
    background: -o-linear-gradient(90deg,#ffa200 0%,#ff7e00 100%);
    background: -ms-linear-gradient(90deg,#ffa200 0%,#ff7e00 100%);
    background: linear-gradient(90deg,#ffa200 0%,#ff7e00 100%);
}
.home-servicos{
	position: relative;
	overflow: hidden;
	color: #fff;
	padding-left: 0;
	padding-right: 0;
}
.home-servicos p{
	font-size: 18px;
}
.home-serv-bg, .home-contact-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
}
.home-serv-bg img, .home-contact-bg img{
	opacity: 0.4;
}
.btn-success{
	height: 60px;
}
.footer{
	position: relative;
	background: #191919;
	color: #fff;
	border-top: 3px solid #ad2829;
}
.footer-logo img{
	height: 90px;
}
.footer .list-inline .list-inline-item{
	margin-right: 0px;
	margin-left: 0;
}
.footer .list-inline .list-inline-item-footer:not(:last-child) {
    margin-right: 10px;
}
.footer .list-inline .list-inline-item-footer {
    display: inline-block;
    text-align: center;
}
.social-icon i{
	color: #fff;
	width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    transition: .3s;
    border-radius: 50%;
    background: #212121;
}
.social-icon .fa-facebook-f:hover{
	background: #0956b5;
}
.social-icon .fa-twitter:hover{
	background: #28d4f9;
}
.social-icon .fa-google-plus-g:hover{
	background: #f96a23;
}
.social-icon .fa-linkedin-in:hover{
	background: #0e7eb5;
}
.input-group{
	height: 40px;
}
.input-group-icon{
	padding: .25rem .5rem;
	background: #212121;
	border-radius: .2rem;
    align-items: center;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    /* line-height: 1.5; */
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #212121;
    border: 1px solid #212121;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    line-height: 30px;
    height: 40px;
}
.input-group input{
	height: 40px;
	margin: 0;
}

.input-group .btn{
	font-family: lato;
	font-weight: 900;
	padding: .375rem .75rem;
	font-size: 1rem;
    line-height: 1.5;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -2px;
}
.footer .btn-success{
	height: 40px;
}
.footer h6{
	font-weight: 700;
}
.footer .nav-link{
	color: #fff;
	padding-left: 0;
}
.footer .nav-link:hover{
	text-decoration: underline;;
}
.contacts{
	background: #f3f3f3;
}
.all-contacts a{
	color: #434345;
}
.all-contacts a:hover{
	text-decoration: underline;
}
.contact-icon i{
	font-size: 26px;
	color: #ad2829;
}
.google-map{height: 450px;overflow: hidden;}
.google-map iframe{width: 100%;}