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

@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700,900,900i');

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

#menu{
	background-color:transparent;
	box-shadow:none;
}

#menu .nav-link{
    color: #ffffff !important;
    padding-left: 10px !important;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px !important;
}

.menu__social{
	margin-left: 10px;
}

#menu .nav-link:hover, #menu .nav-link:active, #menu .nav-link:focus{
	color:#fdc52a !important;
}

#banner .container{
	padding-top: 97px;
	text-shadow: 1px 1px 2px #000000;
}

#banner h1{
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	color: #ffffff;
    font-size: 66px;
    line-height: 64px;
}

#banner h2{
    color: #fdc52a;
	font-size: 22px;
    font-weight: 400;
	letter-spacing: 0;
}

#banner p{
	color: #ffffff;
	font-size: 18px;
}

#empresa{
	background-color:#fdc52a;
	color: #4d3b13;
}

#empresa h1{
    font-family: 'Roboto', sans-serif;
    font-weight: 900 !important;
    font-size: 30px;
    text-transform: uppercase;
    font-style: italic;
}

#empresa .h5{
	text-transform: uppercase;
	width: 70%;
	margin: auto;
	margin-bottom: 35px !important;
}

#empresa p {
/*
    column-count: 2;
    text-align: justify;
*/
	margin-bottom: 0;
}

#recursos{
	background-color: #3e3169;
	color: #fdc52a;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

#recursos h3{
	letter-spacing: 1px;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
	margin-top: 25px;
}

#recursos p{
	margin-bottom: 0;
}

#recursos i{
    font-size: 2em !important;
}

#depoimentos{
	background-color: #f8f8f8;
}

#depoimentos h3{
	text-transform: uppercase;
    color: #444;
	font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
}

#produtos{
	background-color: #f8f8f8;
}

#produtos a:hover, #produtos a:active, #produtos a:focus{
	text-decoration: underline;
	color: #b0891e !important;
}

#produtos h1, #destinos h1, #depoimentos h1, #contato h1{
    font-family: 'Roboto', sans-serif;
    font-weight: 900 !important;
    font-size: 30px;
    text-transform: uppercase;
    font-style: italic;
	color: #333333;
}

#produtos .card, #destinos .card{
	-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: #fff;
    display: block;
	border: none;
	position: relative;
}

#produtos .card:hover, #destinos .card:hover{
    -moz-box-shadow: 1px 10px 15px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 1px 10px 15px rgba(0, 0, 0, 0.11);
    box-shadow: 1px 10px 15px rgba(0, 0, 0, 0.11);
    color: #333333;
}

#produtos img, #destinos img{
	margin-bottom:0 !important;
    border: solid 1px #e5e5e5;
}

#produtos .img-bg, #destinos .img-bg{
	background-size: cover !important;
}

#produtos .img-bg{
	height: 190px !important;
}

#destinos .img-bg{
	height: 160px !important;
}

#destinos .registro__imagem{
	margin-bottom: 0 !important;
}

#produtos h3, #destinos h3{
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}

#produtos h4{
	font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #555555;
}

#produtos .h5, #destinos .h5{
	text-transform: uppercase;
    color: #444;
}

#produtos a, #destinos a{
	color: #222222;
	text-decoration: none;
}

#produtos a:hover, #destinos a:hover{
	color: dimgray;
	text-decoration: none;
}

#destinos h3{
	margin-bottom: 0;
}

#destinos .img-fluid {
    width: 100%;
}

#destino .bloco__topo{
	display: none;
}

#destino{
	padding-top: 0 !important;
}

#destino img{
	border: solid 1px #e5e5e5;
	margin-bottom: 0 !important;
	max-width: 100%;
}

#destino h3{
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	color: #222222;
    font-size: 38px;
    line-height: 38px;
	margin-bottom: 30px;
}

#destino .media-body {
    padding-left: 50px;
	flex: unset;
}

#destino .media-img{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

#destino .media a{
	color: #a88b60;
}

#destino .media strong{
    letter-spacing: 1px;
    font-size: 14px;
}


#bannerInterno{
	margin-top: 91px;
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

#breadcrumb{
	padding-top: 90px !important;
	padding-bottom: 40px !important;
}

#breadcrumb .breadcrumb-item a{
	color: #333333;
}

#breadcrumb .active a{
	color: #6c757d !important;
}

.breadcrumb{
	padding: 0;
	border-radius: 0;
	background-color: transparent;
}

#produto{
	padding-top: 0 !important;
}

#produto .bloco__topo{
	display: none;
}

#produto svg{
	display: none;
}

#produto img{
	border: solid 1px #e5e5e5;
	max-width: 100%;
	margin-bottom: 0 !important;
}

#produto h3{
    font-family: 'Roboto', sans-serif;
    font-weight: 900 !important;
    font-size: 30px;
    text-transform: uppercase;
    font-style: italic;
    color: #333333;
	margin-bottom: 30px;
}

#produto .media-body {
    padding-left: 50px;
}

#produto .media a{
	color: #a88b60;
}

#produto .media strong{
    letter-spacing: 1px;
    font-size: 16px;
}

#produto .media-img{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

#produto a{
	color: #302608 !important;
	margin-bottom: 10px;
}

.cores{
    display: inline;
    border-radius: 50%;
    padding-left: 30px;
    padding-top: 12px;
}

.reduz,
.body__produtos #menu,
.body__servicos #menu{
	background-color:#3e3169 !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35) !important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35) !important;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35) !important;
}

.btn-primary{
	background-color:#fdc52a;
	border-color:#fdc52a;
	color:#302608;
	font-weight:600;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
	background-color:#c99d22;
	border-color:#c99d22;
	color:#302608;
}

a{
	color:#fdc52a !important;
}

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

#clientes{
	background-color: #f6ecde;
}

#clientes img{
	margin-bottom: 0 !important;
}

#contato{
	background-color: #1c1c1c;
	color: #bdbdbd;
}

#contato h1{
	color: #bdbdbd;
}

#copyright{
	background-color: #000000;
	color: #bdbdbd;
}

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

#toTop{
	color: #302608 !important;
}

@media (max-width: 767.98px){
	#menu .navbar-toggler {
		color: #fdc52a !important;
		border: none;
	}	
	
	#menu{
		background-color:#3e3169 !important;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35) !important;
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35) !important;
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35) !important;
	}
	#menu img{
		width:auto;
		height:45px;
	}
	#banner li{
		height:100vh !important;
	}
	#banner h1{
		font-size: 56px;
		line-height: 54px;
	}
	#banner h2{

	}
	
	#bannerInterno{
		height: 10px !important;
	}
		
	#empresa .mb-5{
		margin-bottom: 0 !important;
	}
	
	#recursos .mb-0 {
		margin-bottom: 40px !important;
	}	
	
	#produto img{
		border: solid 1px #e5e5e5;
		max-width: 100%;
		margin-bottom: 30px !important;
	}
	
	#produto .media-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	#produto .media {
	    display: block;
	}
	
	#produto .media-body {
    	padding-left: 0;
	}
	
	#contato img{
		height:30px;
	}
	#menu .navbar-toggler{
		color:#222222;
		border:none;
	}
	#menu .nav-item{
		text-align:right;	
	}
}