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

.divs {
	display: table;	
}
.din_b {
	font-family: din_regular;
	font-weight:bold;
	font-size:14px;
	color:#000;
}

.menulateral{
	padding:0;
/*	border:solid;*/
/*	border-width:1px;*/
/*	border-color:#D0D0D0;*/
	height:30px;
	text-align:center;
	text-decoration: none;
	margin:5px;
    position: relative;
	font-family:din_regular;
	font-size:14px;
	line-height:32px;
	display: flex;
	justify-content:flex-start;
	align-items: center;	
}

.wrapper {
    position: relative;
    padding: 0;
    display:block;
}

.texto {
	font-family:din_regular;
	font-size:18px;
	text-shadow: 0px 0px 1px #000000;
	font-weight:bold;
    position: absolute;
    top: 0;
    color:#fff;
    background-color:rgba(241,104,37,0.50);
    width: 310px;
    height: 174px;
    z-index: 10;
    opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 1) inset;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.texto:hover {
    opacity:1;
}

.texto2 {
	font-family:din_regular;
	font-size:14px;
	color:#F16825;
/*	text-shadow: 0px 0px 1px #000000;		*/
    position: absolute;
	line-height:32px;
    top: 0;
	left:0;
	right:0;
/*    background-color:rgba(241,104,37,1.00);*/
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
/*	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) ; */
	display: flex;
	justify-content:flex-start;
	align-items: center;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.texto2:hover {
    opacity:1;
}

.textonovo {
    position: absolute;
    top: 0;
	left:0;
	right:0;
    width: 100%;
    height: 174px;
    z-index: 10;
    opacity: 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, 1) inset;
	display: flex;
	justify-content:flex-start;
	align-items: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.textonovo:hover {
    opacity:1;
}
.imagem{
	display:inline-block; 
	height:174px;
	width:310px;
}




 #modal-background {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #737373;
        opacity: .80;
        -webkit-opacity: .8;
        -moz-opacity: .8;
        filter: alpha(opacity=80);
        z-index: 1000;
    }
    
    #modal-content {
/*      -webkit-box-shadow: 0 0 20px 0 #222;
        -moz-box-shadow: 0 0 20px 0 #222;
        box-shadow: 0 0 20px 0 #222;		*/
		position:fixed;
		left:0;
		right:0;
		bottom:30px;
		top:50px;
        max-width: 90%;
        max-height: 80%;
		margin: 0px auto;
		padding: 0px;
/* 		background-color:rgba(255,255,255,0.00);  */
        display: none;
        z-index: 1000;
    }

#modal-background.active, #modal-content.active {
        display: block;
    }
	
.titulo{
	font-family:din_regular;
	font-size:30px;
	font-weight:bold;
}
.textogeral{
	font-family:din_regular;
	font-size:18px;
	font-weight:bold;
}
.descricaogeral{
	font-family:din_regular;
	font-size:16px;
	border-left:solid;
	border-width:4px;
	border-color:#B9B8B8;
}


.indefinido { 
	z-index:-99;
	position:absolute;
	left:-5000px;
}

.submenu_base {
	display:none;
	margin-left:20px;
}
.submenu{
	font-family:din_regular;
	font-size:12px;
	cursor:pointer;	
	padding:2px;
	color:#000;
}

.submenu:hover{
	color:#F16825;
}

a:link, a:visited {
	text-decoration: none
}
#carousel_inner {
	display:block;
	position:absolute;
	top:710px;
	z-index:30;
	width:99%;
	height:180px;
	overflow:hidden;
	float:left; /* important for inline positioning */

}

.voltar_btn{
	position:fixed;
	top:70px;
	left:0;	
}

.altura{
	height:60px;
}