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

@font-face
{
font-family: Vegur-Bold;
src: url(fonts/Vegur-Bold.otf);
font-weight:bold;
}

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


html, body {
	font-family: Vegur-Regular;
	height: 100%;
}

body {
	background-image:url('../img/fundo.png');
	background-size:100%;
	background-repeat:no-repeat;
	background-color:#cccccc;
	margin: 0px;
}

.content-frame{
	border: 1px solid;
	border-radius: 14px;
	background-color:#ffffff;
	height: 90%;
	min-height: 500px;
	position: absolute;
	margin-top: 2em;
	margin-bottom: 2em;
	background-image:url('../img/background.jpg');
	background-repeat:no-repeat;
}


#header {
	/*position: fixed;
	z-index: 1001;*/
	font-family: Vegur-Bold;
	background-color: #000000;
	border-radius: 14px 14px 0px 0px;
	padding: 2em;
}

#maincontainer {

}


.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #F4751C;
    color: #000000;
}

.nav-pills > li > a:hover, .nav-pills > li > a:focus {
    background-color: #F79F56;
    color: #000000;
}

.nav-pills > li > a {
    background-color: #F4A068;
    color: #000000;
}

.tabs {
	margin-top: 2em;
	margin-bottom: 2em;
}

.tab {
	width: 16%;
	font-size: 15px;
	text-align: center;
}

.portes {
	text-align: center;
	width: 90%;
	padding:0 5%;
}

.carousel-inner{
	width: 100%;
	max-height: 60% !important;
}

.inner-content {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 30px;
	position: relative;
	max-height: 90%;
	overflow-y: auto;
	background-color: rgba(255,255,255,0.6);
}

.home-content {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 30px;
	position: relative;
	max-height: 90%;
}

.product-group-thumbnail {
	border: 3px solid;
	border-radius: 14px;
	background-color: #F4A068;
	margin-bottom: 15px;
	max-height: 30%;
}

.product-group-thumbnail img {
	border-radius: 10px 10px 0px 0px;
}

.product-group-thumbnail h5 {
	margin: 3px;
}


.product-group-thumbnail > .caption {
	position: relative;
	text-align: center;
}

.product-group-thumbnail:hover {
    background-color: #F4751C;
	cursor: pointer;
}

.product-thumbnail {
	border: 3px solid;
	border-radius: 14px;
	background-color: #F4A068;
	margin-bottom: 15px;
	max-height: 30%;
}

.product-thumbnail img {
	border-radius: 10px 10px 0px 0px;
}

.product-thumbnail-small {
	border: 3px solid;
	border-radius: 14px;
	background-color: #F4A068;
	margin-bottom: 15px;
	max-height: 30%;
}

.product-thumbnail-small img {
	border-radius: 10px 10px 10px 10px;
}

.product-thumbnail h5 {
	margin: 3px;
}


.product-thumbnail > .caption {
	position: relative;
	text-align: center;
}


.produto {
	position: relative;
	max-height: 30%;
}