@charset "utf-8";
/*
Template Name: CarambolaWeb theme
Author: <a href="http://www.carambolaweb.com.br/">CarambolaWeb</a>
Author URI: http://www.carambolaweb.com.br/
Licence: Free to use under our free template licence terms
Licence URI: http://www.carambolaweb.com.br/
File: Style CSS
*/

body{
	background-color: #fff;
	background-image: url(img/bg_site.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1{
	font-size:xx-large;
	color:#ffffff;
}
h2{
	font-size:x-large;
	color:#ffffff;
}
.corpo{
/*	background-image: url(img/bg_site.jpg);*/
/*	background-size: auto;
	background-position:center;*/
	text-align:center;
	padding:0px;
}
.logo img{
	width:300px;
	margin-top:40px;
}
.telefone{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:larger;
	color:#ffffff;
	text-align:center;
	margin-top:50px;
}
.telefone img{
	position:relative;
	top:5px;
	margin-right:10px;
}
.endereco{
	margin-top:20px;
}
.carambolaweb{
	position:absolute;
	bottom:0px;
	width:99%;
	text-align:center;
	margin-bottom:5px;
}
a:link{
	font-size:larger;
	color:#ffffff;
	text-decoration:none;
}
a:visited{
	font-size:larger;
	color:#ffffff;
	text-decoration:none;
}
a:hover{
	font-size:larger;
	color:#ffffff;
	text-decoration:none;
}


@media screen and (max-width:1024px) {
}

/* Max Wrapper Width - Laptop, Desktop etc.
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:1000px) {

}


/* Mobile Devices
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:760px) {

}


/* Other
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:650px) {
.logo img{
	width:200px;
	margin-top:30px;
}




}
@media screen and (max-width:450px) {
.logo img{
	width:220px;
	margin-top:40px;
}



}
