@charset "iso-8859-1";
/* CSS Document */


/* ------------- ZERA BORDAS ------------------ */
body {
	margin: 0px;
}


/* ---- TOPO -----*/

#botaoWhatsApp  {
	position: fixed;
	right: 40px;
	top: 20px;
	
}

#botaoWhatsApp a {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	background-color: #00CC33;
	text-align: right;
	display: block;
	float: right;
	font-weight: bold;
	color: #FFF;
	border-radius: 50px;
	background-image: url(../img/whatsapp_botao.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	text-decoration: none;
	padding-top: 30px;
	padding-right: 100px;
	padding-bottom: 30px;
	padding-left: 20px;
	cursor: pointer;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}

#botaoWhatsApp a:hover {
	background-color: #009900;
	-webkit-transition: all 1s cubic-bezier(x1,y1,x2,y2) 0s;
	-moz-transition: all 1s cubic-bezier(x1,y1,x2,y2) 0s;
	-ms-transition: all 1s cubic-bezier(x1,y1,x2,y2) 0s;
	-o-transition: all 1s cubic-bezier(x1,y1,x2,y2) 0s;
	transition: all 1s cubic-bezier(x1,y1,x2,y2) 0s;
	text-decoration: none;
}


#cabecalho {
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
	clear: both;
	float: left;
	height: auto;
	padding-top: 35px;
	padding-bottom: 35px;
	margin: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#logo {
	float: left;
}


#contato {
	font-family: 'Montserrat', sans-serif;
	color: #333333;
	text-align: center;
	width: 90%;
	font-size: 18px;
	padding-right: 5%;
	padding-left: 5%;
	height: auto;
	margin: 0px;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}





#filtrosTopo {
	font-family: 'Montserrat', sans-serif;
	color: #FFF;
	background-size: auto;
	background-size: cover;
	background-size: 100%;
	height: auto;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 90px;
	padding-bottom: 90px;
	margin: 0px;
	display: block;
	clear: both;
	font-weight: bold;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #374501;
	text-align: left;
	background-image: url(../img/cidade.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}



.CampoFiltro {
	border-radius: 0.1em;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5079AD;
	outline: 0;
	border: 1px solid #F8F8F8;
	background-color: #FFF;
	display: block;
	cursor: pointer;
	float: left;
	padding: 15px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.CampoFiltro:hover {
	background-color: #F8F8F8;
}


.toggle {
	display: none;
}

.toggle + label {
	width: 42px;
	height: 20px;
	background: #CCC;
	display: block;
	position: relative;
	border-radius: 20px;
	transition: 200ms;
	cursor: pointer;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 2px;
	margin-right: 5px;
	margin-left: 0px;
}

.toggle + label:before {
	content:'';
	position: absolute;
	width: 20px;
    height: 20px;
    background: #FFF;
    display: block;
    border-radius: 50%;
    right: unset;
	left: 2px;
	top: 2px;
	transition: 200ms;
}


.toggle:checked + label {
    background: #3483fa;
}

.toggle:checked + label:before {
	content: '';
    left: calc(100% - 22px);
    box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
}

#alinhabotao {
	clear: both;
	float: left;
	font-size: 18px;
	margin: 5px;
}
