@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,600,700,800,900&display=swap');

body{
	font-family: 'Montserrat', sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 24px;
}

#menu{
	background-color: #fff;
}

#menu a{
	color: #333;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
}

#menu a:hover, #menu a:active, #menu a:focus{
	color: #f9a137;
}

#video{
	-ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    min-height: 500px;
    overflow: visible;
    position: relative;
    z-index: -10;
}

#video::before{
    background-color: #000;
    height: 100%;
    position: absolute;
    top: 0;
	content: "";
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    right: 50%;
    width: calc(100% - -8px);
}

.video-overlay{
	background-color: #000;
    height: 100%;
    position: absolute;
    top: 0;
	width: 100%;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.video-overlay::before{
	display: block;
    position: absolute;
    height: 100%;
	width: 100%;
    content: "";
    z-index: 3;
}

.video2{
	position: absolute;
    width: calc(100% + 8px);
	background-color: #000;
	height: 100%;
    left: 0;
    overflow: hidden;
    top: 0;
    transform-style: preserve-3d;
    z-index: 2;
}

.video2::before{
	display: block;
    content: "";
    background-color: #000;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video3{
	position: absolute;
    width: 100%;
	height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 0;
    object-fit: cover;
}

#video .container{
	z-index: 6;
}

.lSSlideWrapper{
	z-index: 9;
}

#banner .btn-outline-primary{
	background: rgb(249,161,55);
	background: linear-gradient(90deg, rgba(249,161,55,1) 0%, rgba(253,192,36,1) 100%);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	color: #492d0c;
	border-color: #fdc024;
	padding: 18px 60px;
	border-radius: 40px
}

#banner .btn-outline-primary:hover, #banner .btn-outline-primary:active, #banner .btn-outline-primary:focus{
	background: rgb(249,161,55);
	background: linear-gradient(90deg, rgba(253,192,36,1) 100%, rgba(249,161,55,1) 0%);
	color: #000;
}

#banner .btn-primary{
	background-color: transparent;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	color: #fff;
	border-color: #fff;
	padding: 18px 60px;
	border-radius: 40px
}

#banner .btn-primary:hover, #banner .btn-primary:active, #banner .btn-primary:focus{
	background-color: #fff;
	color: #000;
	border-color: #fff;
}

.jumbotron h1{
	color: #fff;
	font-size: 64px;
	line-height: 60px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 30px !important;
}

.jumbotron h2{
	color: #fdc024;
	font-size: 17px;
	line-height: 22px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 30px !important;
	letter-spacing: 0 !important;
	
}

.jumbotron p{
	color: #fff;
	font-size: 17px;
	line-height: 21px;
	font-weight: 500;
	margin-bottom: 35px !important;
}

.jumbotron p:last-of-type{
	margin-bottom: 0 !important;
}

.reduz img{
	height: 60px;
}

h1{
	color: #333;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 20px;
}

#empresa{
	background: rgb(249,161,55);
	background: linear-gradient(90deg, rgba(249,161,55,1) 0%, rgba(253,192,36,1) 100%);
	color: #492d0c;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}

#empresa .container div{
	width: 80%;
	margin: auto;
}

#etapas{
	background-color: #fff;
}

#etapas h3{
	font-size: 34px;
	font-weight: 800;
	margin-bottom: 15px;
}

#etapas h4{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

#etapas p{
	font-size: 14px;
	line-height: 21px;
}

#etapas .card{
	background: #fff;
	border: none;
	padding: 0;
	border-radius: 0 10px 0 40px;
	text-align: left;
	box-shadow: 0 5px 35px #e2e2e2;
}

#etapas .card-body{
	padding: 40px 50px;
}

#etapas a{
	float: right;
    color: #333 !important;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0;
}

#etapas .card:hover, #etapas .card:active, #etapas .card:focus{
	background: rgb(249,161,55);
	background: linear-gradient(90deg, rgba(249,161,55,1) 0%, rgba(253,192,36,1) 100%);
}

.modal-content{
	background: #fff;
	border: none;
	padding: 0;
	border-radius: 0 10px 0 40px;
	box-shadow: 0 5px 35px rgba(0,0,0,0.2);
}

.modal-header{
	display: none;
}

.modal-body{
	padding: 50px 50px;
}

#projetos{
	background-color: #f4f6fa;
}

#projetos div .row:first-child {
    width: 80%;
	margin: auto;
}

#projetos .img-bg{
	background-size: cover !important;
	background-position: center center;
	margin-bottom: 0 !important;
}

#projetos .card{
	text-align: right;
	border-radius: 0 0 0 20px;
	border-color: #e6e7eb;
}

#projetos p{
	margin-bottom: 0;
}

#contato{
	background-color: #111;
	color: #fff;
}

#contato h1{
	color: #fdc024;
}

#contato a{
	color: #fdc024 !important;
	font-weight: 500;
}

#contato a:hover, #contato a:active, #contato a:focus{
	color: #f9a137 !important;
	text-decoration: none;	
}

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

#contato .form-control{
	padding: 12px 16px;
	border: none;
	font-size: 14px;
	font-weight: 500;
}

#contato .btn-primary{
	background: rgb(249,161,55);
	background: linear-gradient(90deg, rgba(249,161,55,1) 0%, rgba(253,192,36,1) 100%);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	color: #492d0c;
	border-color: #fdc024;
	padding: 18px 60px;
}

#contato .btn-primary:hover, #banner .btn-primary:active, #banner .btn-primary:focus{
	background: rgb(249,161,55);
	background: linear-gradient(90deg, rgba(253,192,36,1) 100%, rgba(249,161,55,1) 0%);
	color: #000;
}


#copyright{
	background: rgb(249,161,55);
	background: linear-gradient(90deg, rgba(249,161,55,1) 0%, rgba(253,192,36,1) 100%);
	color: #492d0c;
}

#copyright .small{
	font-weight: 500 !important;
}

#copyright a{
	color: #492d0c !important;
	font-weight: 700;
}

#toTop{
	background: rgb(249,161,55);
	background: linear-gradient(90deg, rgba(249,161,55,1) 0%, rgba(253,192,36,1) 100%);
	color: #492d0c;
}

@media (max-width: 767.98px){
	body{
		margin-top: -77px;
	}
	
	video{
		display: none;
	}
	
	#menuResponsivo{
		text-align: right;
	}
	
	#menu img{
		height: 35px;
	}

	.jumbotron{
		height: 100vh !important;
	}
		
	.jumbotron h1{
		font-size: 32px;
		line-height: 30px;
		margin-bottom: 20px !important;
	}

	.jumbotron h2{
		color: #fdc024;
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px !important;

	}

	.jumbotron p{
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 25px !important;
	}
	
	#banner .btn{
		display: block;
	}
	
	#empresa{
		font-size: 16px;
		line-height: 21px;
	}
	
	#empresa .container div{
		width: 100%;
	}
	
	#projetos div .row:first-child {
		width: 100%;
	}

}