/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill 
{
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* css customizado */
	@media (min-width: 150px) 
	{
		.mobileTable
		{
			visibility: visible;
			z-index: 10;
			position: absolute;
			left:10%;
			right:10%;
			width:80%;
			top:6%;
		}
		
		.mobileFundoTable
		{
			visibility: visible;
			z-index: 8;	
			position: absolute;	
			left:5%;
			right:5%;
			width:90%;
			height:190px;
			top:5%;
			background-color: #000000; 
			opacity:0.60; 
			-moz-opacity: 0.60; 
			-khtml-opacity: 0.60;
		}
		
		.desktopTable 
		{
			visibility: hidden;
			z-index: 11;	
			position: absolute;	
		}
		
		.desktopFundoTable
		{
			visibility: hidden;
			z-index: 11;	
			position: absolute;	
		}
		
		.desktopDivChamada 
		{
			visibility: hidden;
			z-index: 11;	
			position: absolute;	
		}
		
		.desktopDivChamadaFundo
		{
			visibility: hidden;
			z-index: 11;	
			position: absolute;	
		}
		
		.mobileDivChamada 
		{
			visibility: visible;
			position: absolute;
			z-index: 10;
			padding-top: 20px;
			padding-bottom: 20px;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
			left:10%;
			right:10%;
			top:50%;
			width:80%;
			height:200px;
		}
		
		.mobileDivChamadaFundo
		{
			visibility: visible;
			position: absolute;
			z-index: 8;
			padding-top: 20px;
			padding-bottom: 20px;
			margin-left: auto;
			margin-right: auto;
			left:10%;
			right:10%;
			top:50%;
			width:80%;
			background-color: #000000; 
			opacity:0.60; 
			-moz-opacity: 0.60; 
			-khtml-opacity: 0.60;
			height:200px;
		}
	}

	/* Larger than mobile */
	@media (min-width: 400px) 
	{
		
		.mobileTable
		{
			visibility: visible;
			z-index: 10;
			position: absolute;
			left:10%;
			right:10%;
			width:80%;
			top:6%;
		}
		
		.mobileFundoTable
		{
			visibility: visible;
			z-index: 8;	
			position: absolute;	
			left:5%;
			right:5%;
			width:90%;
			height:190px;
			top:5%;
			background-color: #000000; 
			opacity:0.60; 
			-moz-opacity: 0.60; 
			-khtml-opacity: 0.60;
		}
		
		.desktopTable
		{
			visibility: hidden;	
			z-index: 11;	
			position: absolute;	
		}
		
		.desktopFundoTable
		{
			visibility: hidden;
			z-index: 11;	
			position: absolute;	
		}
		
		.desktopDivChamada 
		{
			visibility: hidden;
			z-index: 11;	
			position: absolute;	
		}
		
		.desktopDivChamadaFundo
		{
			visibility: hidden;
			z-index: 11;	
			position: absolute;	
		}
		
		.mobileDivChamada 
		{
			visibility: visible;
			position: absolute;
			z-index: 10;
			padding-top: 20px;
			padding-bottom: 20px;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
			left:10%;
			right:10%;
			top:50%;
			width:80%;
			height:200px;
		}
		
		.mobileDivChamadaFundo
		{
			visibility: visible;
			position: absolute;
			z-index: 8;
			padding-top: 20px;
			padding-bottom: 20px;
			margin-left: auto;
			margin-right: auto;
			left:10%;
			right:10%;
			top:50%;
			width:80%;
			background-color: #000000; 
			opacity:0.60; 
			-moz-opacity: 0.60; 
			-khtml-opacity: 0.60;
			height:200px;
		}
		
	}
	
	/* Larger than phablet (also point when grid becomes active) */
	@media (min-width: 650px)
	{
		.mobileTable
		{
			visibility: visible;
			z-index: 10;
			position: absolute;
			left:10%;
			right:10%;
			width:80%;
			top:6%;
		}
		
		.mobileFundoTable
		{
			visibility: visible;
			z-index: 8;	
			position: absolute;	
			left:5%;
			right:5%;
			width:90%;
			height:190px;
			top:5%;
			background-color: #000000; 
			opacity:0.60; 
			-moz-opacity: 0.60; 
			-khtml-opacity: 0.60;
		}
		
		.desktopTable
		{
			visibility: hidden;
			z-index: 11;	
			position: absolute;	
		}
		
		.desktopFundoTable
		{
			visibility: hidden;
			z-index: 11;	
			position: absolute;	
		}
		
		.desktopDivChamada 
		{
			visibility: hidden;
			z-index: 11;	
			position: absolute;	
		}
		
		.desktopDivChamadaFundo
		{
			visibility: hidden;
			z-index: 11;	
			position: absolute;	
		}
		
		.mobileDivChamada 
		{
			visibility: visible;
			position: absolute;
			z-index: 10;
			padding-top: 20px;
			padding-bottom: 20px;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
			left:10%;
			right:10%;
			top:50%;
			width:80%;
			height:200px;
		}
		
		.mobileDivChamadaFundo
		{
			visibility: visible;
			position: absolute;
			z-index: 8;
			padding-top: 20px;
			padding-bottom: 20px;
			margin-left: auto;
			margin-right: auto;
			left:10%;
			right:10%;
			top:50%;
			width:80%;
			background-color: #000000; 
			opacity:0.60; 
			-moz-opacity: 0.60; 
			-khtml-opacity: 0.60;
			height:200px;
		}
		
	
	}
	
	/* Larger than tablet */
	@media (min-width: 750px)
	{
		.mobileTable
		{
			visibility: hidden;
			z-index: 10;	
			position: absolute;
		}
		
		.mobileFundoTable
		{
			visibility: hidden;
			z-index: 8;	
			position: absolute;
		}
		
		.desktopTable
		{
			visibility: visible;
			z-index: 11;	
			position: absolute;	
			left:13%;
			right:13%;
			top:5px;
			width:74%;
		}
		
		.desktopFundoTable
		{
			visibility: visible;
			z-index: 8;	
			position: absolute;	
			left:0%;			
			top:0;
			width:100%;
			background-color: #000000; 
			opacity:0.60; 
			-moz-opacity: 0.60; 
			-khtml-opacity: 0.60;
		}
		
		.desktopDivChamada 
		{
			visibility: visible;
			position: absolute;
			z-index: 10;
			padding-top: 20px;
			padding-bottom: 20px;
			margin-left: auto;
			margin-right: auto;
			text-align: left;
			left:20%;
			top:40%;
			width:30%;
			height:150px;
		}
		
		.desktopDivChamadaFundo
		{
			visibility: visible;
			position: absolute;
			z-index: 8;
			padding-top: 20px;
			padding-bottom: 20px;
			margin-left: auto;
			margin-right: auto;
			left:15%;
			top:40%;
			background-color: #000000; 
			opacity:0.60; 
			-moz-opacity: 0.60; 
			-khtml-opacity: 0.60;
			width:40%;
			height:150px;
		}
		
		.mobileDivChamada 
		{
			visibility: hidden;
			z-index: 10;	
			position: absolute;
		}
		
		.mobileDivChamadaFundo
		{
			visibility: hidden;
			z-index: 10;	
			position: absolute;
		}
	}
	
	/* Larger than desktop */
	@media (min-width: 1000px) 
	{
		.mobileTable
		{
			visibility: hidden;	
			z-index: 10;	
			position: absolute;	
		}
		.mobileFundoTable
		{
			visibility: hidden;
			z-index: 8;	
			position: absolute;
		}
		
		.desktopTable
		{
			visibility: visible;
			z-index: 11;	
			position: absolute;	
			left:13%;
			right:13%;
			top:5px;
			width:74%;
		}
		
		.desktopFundoTable
		{
			visibility: visible;
			z-index: 8;	
			position: absolute;	
			left:0%;			
			top:2;
			width:100%;
			background-color: #000000; 
			opacity:0.60; 
			-moz-opacity: 0.60; 
			-khtml-opacity: 0.60;
		}
		
		.desktopDivChamada 
		{
			visibility: visible;
			position: absolute;
			z-index: 10;
			padding-top: 20px;
			padding-bottom: 20px;
			margin-left: auto;
			margin-right: auto;
			text-align: left;
			left:20%;
			top:40%;
			width:30%;
			height:150px;
		}
		
		.desktopDivChamadaFundo
		{
			visibility: visible;
			position: absolute;
			z-index: 8;
			padding-top: 20px;
			padding-bottom: 20px;
			margin-left: auto;
			margin-right: auto;
			left:15%;
			top:40%;
			background-color: #000000; 
			opacity:0.60; 
			-moz-opacity: 0.60; 
			-khtml-opacity: 0.60;
			width:40%;
			height:150px;
		}
		
		.mobileDivChamada 
		{
			visibility: hidden;
			z-index: 10;	
			position: absolute;
		}
		
		.mobileDivChamadaFundo
		{
			visibility: hidden;
			z-index: 10;	
			position: absolute;
		}
	}


.textoChamada
{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration:none;
}

.descChamada
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration:none;
}

.menu
{
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	text-decoration:none;
}

.menu:hover
{
	color: #FFF;
	text-decoration:none;
}

.menu_desc
{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;	
	margin-right: 20px;
	margin-left: 20px;
}

select
{
	font-family: 'Roboto Condensed';
	font-weight: normal;
	font-size: 14px;
}