/*
	.cta-button {
		position: fixed;
		bottom: 20px;
		right: 20px;
		background-color: #4CAF50;
		color: white;
		padding: 15px 20px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		border-radius: 5px;
	}
*/	


.linkexemplo{
	text-decoration: none;
	color: #00F;
}

.linkexemplo:hover{
	text-decoration: underline;
}



@font-face {
	font-family: "wk";
	src: url("/Fontes/static/WorkSans-Regular.ttf");
}




p{
	background-color: #FFF;
	padding: 1em;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	border: 1px solid #EEE;	
}


#contenedor{
	padding: 1em;
	max-width: 1200px; 
	margin: auto;
}

#titulo_pagina{
	font-weight: bold;
	font-size: 1.3em;
}

#contatoresposta{

	box-sizing: border-box;
	padding: 1em;	
	border: 1px solid #03458C;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	background-color: #D5E9FF;
	color: #2E5A8A;	
	max-width: 800px;
	margin: auto;
	margin-bottom: 1em;	
	display: none;	
}



body{
	font-family: wk;		
	background-color: #f1f1f1;
	margin: 0px;
	
	background-image: url(/Imagens/Fundo.jpg); 
    background-size: cover; /* Cover the entire viewport */
	background-position: center; /* Center the background image */
	background-repeat: no-repeat; /* Do not repeat the background image */	
}




#produtos{
	display: flex;
	flex-wrap: wrap;
}


#fundoimagem{

	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .1;
	top: 0;
	left: 0;
	
	
	background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    
}

#item_produto{
	box-sizing: border-box;
	padding: 1em;	
	border: 1px solid #b9d6ff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	background-color: #ecf4ff;
	display: table-row;
	
}



#imgpapld{

	height: 64px;
	margin-bottom: .4em;

}


#produto{
	box-sizing: border-box;
	padding: 1em;	
	border: 1px solid #b9d6ff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	background-color: #ecf4ff;
	width: 100%;
}


#produto #tituloproduto{
	color: rgb(0, 54, 129);
	font-size: 1.6em;
	font-weight: bold;
}

#produto #finalidade{
	color: #333;
	font-size: 1em;
}

#produto #funcionalidades{
	color: #333;
	font-size: 1em;
}




#produtos #tituloproduto{
	color: rgb(0, 54, 129);
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
	margin-top: .5em;
}

#produtos #finalidade{
	color: #333;
	font-size: 1.3em;
}

#btnctt{
	color: #FFF;
	text-align: right;
	display: inline-block;
	text-decoration: none;
	font-weight: bold
	
	margin-top: 1em;
	border: 1px solid #4CAF50;
	background-color: #4CAF50;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: 1em;
	padding-bottom: 1em;
}

#produtos #saibamais{
	color: black;
	text-align: right;
	display: inline-block;
	text-decoration: none;
	
	margin-top: 1em;
	border: 1px solid #F4BC73;
	background-color: #F4BC73;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .4em;
	padding-bottom: .4em;
	
	float: right;
	

	
}

video {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



/*

	Tela pequena
	
*/
@media (max-width: 1000px){


	#contenedor{
		padding: .5em;
		max-width: 1200px; 
		margin: auto;
		
	}

	#item_produto{
		flex: 1 0 90%; /* 30% de largura, 3 por linha em telas grandes */
		margin: .1em;
		margin-bottom: .5em;
	}

	#produtos #tituloproduto{
		font-size: 1em;
	}
	
	#produtos #finalidade{
		font-size: 1em;
	}	
		
	body{
		font-size: 14px;
	}

	#imgpapld{
		height: 5em;
		margin-bottom: .4em;
	}	

}

@media (min-width: 1001px){

	#item_produto{
		 flex: 1 0 32%; /* 30% de largura, 3 por linha em telas grandes */
		 margin: .5em;
	}

}




#formulariocontato{
	
	max-width: 800px;
	background: linear-gradient(135deg, #476ca3 40%, #a7313f);
	background-color: #476ca3;
	padding: 1em;
	margin: auto;
	color: #FFF;
	font-weight: bold;
	font-size: 1em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

#formulariocontato > div > span{
	display: block;
	margin-bottom: .2em;
}

#formulariocontato > div{
	margin-bottom: 1em;
}




#formulariocontato > div > input{
	
	outline: none;
	border: 1px solid #F4F4F4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: .3em;
	width: 100%;	
	background-color: #FFF;
	
}

#formulariocontato > div > textarea{
	
	outline: none;
	border: 1px solid #F4F4F4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: .3em;
	width: 100%;
	background-color: #FFF;
	
}




