@charset "utf-8";
/* CSS Document */			
			.wrapper {
				width: 100%;
				color:#ffffff;
				margin-bottom: 30px;
				/*background:url(images/background-galeria-destaques.png) repeat-x;*/
			}
			.list_carousel {
				margin: 0;
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				background-color: #727272;
				padding: 0;
				margin:10px;
				display: block;
				float: left;
			}
			.list_carousel li a:hover{ opacity:0.65; filter: alpha(opacity=65);}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
				line-height: 16px;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.prev1, .next1 {
				float: right;
				margin:10px 10px 0 0;
			}
			.prev1:hover, .next1:hover{opacity:0.65; -moz-opacity: 0.65; filter: alpha(opacity=65);}
				
			/* EVZ */
			.btns{ margin:10px 30px 0 0;}
			.title{ width:100%; overflow:hidden;}
			.title .title-responsivo{ display:none;}
			.title p{ float:left; font-size:24px; font-weight:400; color:#1c2f73; text-transform:uppercase; padding:10px 0 0 30px;}
			.list_carousel a img { width:100%; max-height:240px;}
			.list_carousel .bairro{ height:43px; margin-top:10px; font-size:19px; font-weight:700; line-height:19px; padding-left:10px;}
			.list_carousel .comodos{ font-size:16px; padding-left:10px;}
			.list_carousel .preco{ font-size:24px; font-weight:400; margin-top:15px; padding:15px 0 15px 60px;}
			.list_carousel .preco span{ color:#ffd633; padding-right:5px;}
			/* máscara */
			#mascara{
				position:absolute;
				float:left;
				z-index:2;
				opacity:0.20;
				-moz-opacity:0.20;
				filter: alpha(opacity=20);
			}
			#mascara:hover{
				opacity:0.70;
				-moz-opacity:0.70;
				filter: alpha(opacity=70);
			}
			
			/* Responsividade */
			@media screen and (max-width:960px){
				.list_carousel .bairro{ font-size:18px; line-height:18px;}
				.list_carousel .comodos{ font-size:16px;}
				.list_carousel .preco{ font-size:20px;}
			}
			
			@media screen and (max-width:800px){
				.title p{ font-size:20px;}
			}
			
			@media screen and (max-width:500px){
				.list_carousel .bairro{ font-size:16px; line-height:16px;}
			}
			
			@media screen and (max-width:360px){
				.title .title-responsivo{ display:block; float:left; font-size:18px; line-height:18px; font-weight:700; color:#1c2f73; text-transform:uppercase; padding:15px 0 0 10px;}
				.title p{ display:none;}
				.list_carousel .bairro{ font-size:18px; line-height:18px;}
				.btns{ margin:10px 0 0 0;}
				.prev1, .next1{ margin:0 10px 0 0;}
			}
			
			
			
			
			