074790/*
        ========================================
        ARILLO - REAL ESTATE TEMPLATE
        ========================================
        
        @author			: @avriqq
        @version		: v1.1
        @date-create	: 07/14/2014
        @last-update	: 07/17/2014
        @file-name		: style

        ========================================
        TABLE OF CONTENT
        ========================================
        
        [1. GLOBAL STYLE]
        [2. NAVBAR]
        [3. HEADER]
        [4. SERVICE]
        [5. CONTENT]
        [5.1 ARTICLE]
        [5.2 TEAM]
        [5.3 SIDEBAR]
        [6. TESTIMONY]
        [7. NEWS]
        [8. SUBSCRIBE]
        [9. PARTNER]
        [10. FOOTER]
        [11. COPYRIGHT]
*/
/* 
        ==================
        [1. GLOBAL STYLE]
        ==================
*/
body{
    color: #6b6e80;
    background: #fff;
    scrollbar-face-color: #333;
}

::-moz-selection { 
    color: #fff; 
    background: #3498db; 
}

::-webkit-selection { 
    color: #fff; 
    background: #3498db; 
}

::-webkit-scrollbar-track {
    background-color: #333;
} 

::-webkit-scrollbar-thumb {
    background-color: #666;
} 

::-webkit-scrollbar-corner {
    background-color: #000000;
}

a{
    color: #074790;
}

a:hover{
    color: #0f89f0;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    color: #333;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    color: #074790;
    border-color: #bbb;
}

.form-control:focus{
    color: #074790;
}

.btn-primary{
    background-color: #074790;
    border-color: #0f89f0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.dropdown-toggle{
    background-color: #0f89f0;
    border-color: #0f89f0;
}

.text-write{
    color:#fff !important;
}

.btn-success{
    background-color: #074790;
    border-color: #0f89f0;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.dropdown-toggle{
    background-color: #0f89f0;
    border-color: #0f89f0;
}

.btn-warning{
    background-color: #ffce54;
    border-color: #f6bb42;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.dropdown-toggle{
    background-color: #f6bb42;
    border-color: #f6bb42;
}
/* 
        ==================
        [2. NAVBAR]
        ==================
*/
.navbar-default{
    background-color: #fff;
    border-color: #fff;
}

.navbar-default .navbar-brand{
    color: #074790;
}

.navbar-default .navbar-brand::after{
    background: #0f89f0;
}

.sidebar .widget-white{
    background: #fff;
}

.navbar-default .navbar-brand:hover{
    color: #0f89f0;
}

.navbar-default .navbar-brand:hover > span{
    color: #0f89f0;
}

.navbar-default .navbar-nav > li > a{
    color: #656d78;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #074790;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover{
    color: #0f89f0;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a::after{
    background: #0f89f0;
}

.navbar.navbar-default .navbar-nav li.dropdown.open > a,
.navbar.navbar-default .navbar-nav li.dropdown.open > a:hover{
    color: #fff;
    background-color: #074790;
}

.dropdown-menu {
    background-color: #074790;
}

.dropdown-menu > li > a{
    color: #efefef;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{
    color: #fff;
    background-color: #0f89f0;
}

.signin:focus,
.signin:active{
    color: #656d78 !important;
}

.signup{
    background-color: #074790 !important;
    color: #fff !important;
}

.signup:hover,
.signup:focus,
.signup:active{
    background-color: #0f89f0 !important;
    outline: none;
}

#modal-signin .modal-header h4,
#modal-signup .modal-header h4{
    text-align: center;
    color: #074790;
}

#modal-signin .modal-footer,
#modal-signup .modal-footer{
    margin-top: 0;
    text-align: left !important;
}
/* 
        ==================
        [3. HEADER]
        ==================
*/
.quick-search{
    padding: 25px 40px;
    background: rgba(255,255,255,.7);
}

#header.heading::after{
    background-color: rgba(0,0,0,.75);
}

#header.heading .page-title{
    color: #ddd;
}

#header.heading .page-title h2{
    color: #fff;
}

#header.heading .breadcrumb{
    background-color: transparent;
}

#header.heading .breadcrumb > .active{
    color: #dedede;
}
/* 
        ==================
        [4. SERVICE]
        ==================
*/
.service-container:hover > .service-icon a{
    -webkit-box-shadow: 0 0 0 5px #074790;
    -moz-box-shadow: 0 0 0 5px #074790;
    -ms-box-shadow: 0 0 0 5px #074790;
    -o-box-shadow: 0 0 0 5px #074790;
    box-shadow: 0 0 0 5px #074790;
}

.service-icon a{
    background: #074790;
    border: 8px solid #fff;
}

.service-icon a > i{
    color: #fff;
}
/* 
        ==================
        [5. CONTENT]
        ==================
*/
#content{
    background: #f4f4f4;
}

.heading-title h2{
    
}

.heading-title.bg-white h2::before{
    background: #fff;
}

.heading-title h2::before{
    background: #f4f4f4;
}

.heading-title h2::after{
    
}

.property-container{
    background: #fff;
    border: 2px solid #eee;
	border-radius: 10px;
	overflow: hidden;
	 text-align: center;
}
.property-container:hover{
    background: #fff;
    border: 2px solid #074790;
	border-radius: 10px;
	 -webkit-box-shadow: 0px 10px 20px 0px rgb(50 50 50 / 20%);
-moz-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.20);
 box-shadow: 0px 10px 20px 0px rgb(50 50 50 / 20%);
 
 -webkit-transform: translatey(-5px);
        transform: translatey(-5px);
		
		-webkit-transition: 0.5s ease-in;
-moz-transition: 0.3s ease-in;
-o-transition: 0.3s ease-in;
transition: 0.3s ease-in;
}

.property-status{
    background: #1b1d2a;
    color: #fff;
}

.property-price{
   
}

.property-features{
	background: #074790;
	color: #fff;
	font-size: 16px;	
}

.property-features_2{
	background: #070a28;
	color: #fff;
	font-size: 16px;	
}
.property-image-list .property-footer a{
    background: #d9dae9;
    color: #898ba2;
}

.property-image-list .property-footer a:hover{
    background: #898ba2;
    color: #d9dae9;
}

.property-footer a{
    background: #0f89f0;
    color: rgba(0,0,0,.25);
}

.property-footer a:hover,
.property-footer a:focus{
    color: #eee;
    background: #c9573f;
}
/* 
        ==================
        [5.1 ARTICLE]
        ==================
*/
/* pagination */
.pagination > li > a, 
.pagination > li > span {
    color: #074790;
    background-color: #fff;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    color: #fff;
    background-color: #074790;
    border-color: #074790;
}

.blog-image .blog-author{
    color: #fff;
    text-shadow: 1px 1px #999;
}

.blog-image .blog-author a{
    color: #fff;
    text-shadow: 1px 1px #999;
}

.blog-image .blog-author a:hover{
    border-bottom: 1px dashed #fff;
}

.blog-paged > .pager li > a:hover,
.blog-paged > .pager li > a:focus{
    background-color: #074790;
    color: #fff;
    border-color: #0f89f0;
}

.blog-paged > .pager .disabled > a,
.blog-paged > .pager .disabled > a:hover,
.blog-paged > .pager .disabled > a:focus,
.blog-paged > .pager .disabled > span {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
}

.blog-comment .post-comments{
    background: #fff;
    color: #6b6e80;
}

.blog-comment .meta {
    color: #aaaaaa;
    border-bottom: 1px solid #eee;
}

#map,
#map-property{
    background-color: #1b1d2a;
}
/* 
        ==================
        [5.2 TEAM]
        ==================
*/
.team-container{
    background: #fff;
    border: 1px solid #eee;
}

.team-container.team-dark{
    background: #074790;
    border-color: none;
    color: #fff;
}

.team-container.team-dark h3 small{
    color: rgba(0,0,0,.3);
}

.team-social a{
    color: #6b6e80;
}

.team-social a:hover,
.team-social a:focus{
    color: #0f89f0;
}

.team-container.team-dark .team-social a{
    color: rgba(0,0,0,.3);
}

.team-container.team-dark .team-social a:hover,
.team-container.team-dark .team-social a:focus{
    color: #eee;
}
/* 
        ==================
        [5.3 SIDEBAR]
        ==================
*/
.sidebar .widget-white{
    border-bottom: 2px solid #ddd;
}

.sidebar .widget-white::before{
    border-top: 25px solid #074790;
    border-right: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 0 solid transparent;
}

.sidebar .widget .widget-header h3{
    color: #7f8c8d;
}

.sidebar .widget-sidebar .list-check > li > a:before{
    color: #898ba2;
}

.sidebar .widget-sidebar .list-check > li > a:hover:before{
    color: #074790;
}

.sidebar .widget-sidebar .nav-tabs {
    border-bottom: 3px solid #ddd;
}

.sidebar .widget-sidebar .nav-tabs > li > a:hover {
    color: #2C3E50;
    border-color: transparent;
    background: transparent;
}

.sidebar .widget-sidebar .nav-tabs > li > a:hover:before {
    background: #ccc;
}

.sidebar .widget-sidebar .nav-tabs > li.active > a,
.sidebar .widget-sidebar .nav-tabs > li.active > a:hover,
.sidebar .widget-sidebar .nav-tabs > li.active > a:focus {
    color: #2C3E50;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
}

.sidebar .widget-sidebar .nav-tabs > li.active > a:before,
.sidebar .widget-sidebar .nav-tabs > li.active > a:hover:before,
.sidebar .widget-sidebar .nav-tabs > li.active > a:focus:before {
    background: #0f89f0;
}

#slider-property .carousel-indicators .active {
    border-width: 2px;
}
/* 
        ==================
        [6. TESTIMONY]
        ==================
*/
#testimony::after{
    background-color: rgba(0,0,0,.65);
}

#testislider .carousel-control.left,
#testislider .carousel-control.right {
    background: transparent;
}

.testimony-image{
    border: 4px solid #fff;
}

.testimony-content{
    color: #fff;
}

.testimony-content h3{
    color: #fff;
}
/* 
        ==================
        [7. NEWS]
        ==================
*/
#news{
    background: #fff;
}

.post-container {
    border-bottom: 1px solid #ddd;
}


.post-img h3{
    background: #074790;
    color: #fff;
}

.post-content > .heading-title h2::before{
    background: #f4f4f4;
}

.post-content > .heading-title h2::after{
    background: transparent;
}

#content .post-meta, 
.post-single .post-meta span {
    color: #888;
}

.single-post .tab-content{
    background-color: #fff;
    border: 1px solid #ddd;
}

.favorite a::before{
    background: #074790;
}

#slider-property .carousel-indicators li{
    border-color: #fff;
}

#slider-property .carousel-indicators li::after{
    background: rgba(255,255,255,.6);
}

#slider-property .carousel-indicators .active::after{
    background: rgba(255,255,255,.1);
}

#testislider .carousel-control.left,
#testislider .carousel-control.right {
    background: transparent;
}

#slider-property .carousel-indicators .active {
    border-color: #074790;
}
/* 
        ==================
        [8. SUBSCRIBE]
        ==================
*/
#subscribe{
    background-color: #f4f4f4;
}
/* 
        ==================
        [9. PARTNER]
        ==================
*/
#partner{
    background: #fff;
}

/* Carousel */
.jcarousel-wrapper {
    border: 10px solid #fff;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    -ms-box-shadow: 0 0 2px #999;
    -o-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.jcarousel li {
    border: 1px solid #fff;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/* Carousel Controls */
.jcarousel-control-prev,
.jcarousel-control-next {
    background: #1b1d2a;
    color: #fff;
    text-shadow: 0 0 1px #000;
}

.jcarousel-pagination a {
    background: #fff;
    color: #4e443c;
    -webkit-box-shadow: 0 0 2px #4e443c;
    -moz-box-shadow: 0 0 2px #4e443c;
    -ms-box-shadow: 0 0 2px #4e443c;
    -o-box-shadow: 0 0 2px #4e443c;
    box-shadow: 0 0 2px #4e443c;
}

.jcarousel-pagination a.active {
    background: #074790;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 0 1px #074790;
    -moz-box-shadow: 0 0 0 1px #074790;
    -ms-box-shadow: 0 0 0 1px #074790;
    -o-box-shadow: 0 0 0 1px #074790;
    box-shadow: 0 0 0 1px #074790;
}
/* 
        ==================
        [10. FOOTER]
        ==================
*/
#footer{
   background-color: #0359bc;
background-image: url(../img/back_rodape.png);
background-repeat: no-repeat;
background-position: bottom;
background-attachment: fixed;
	
}

#footer .widget h2{
    color: #E6E6E6;
}

#footer .widget h3{
    color: #E6E6E6;
}

#footer .widget > ul > li,
#footer .widget > ul > li > a,
#footer .widget ul > li,
#footer .widget ul > li > a{
    color: #E6E6E6;
}

#footer .widget > ul > li > a:hover,
#footer .widget > ul > li > a:focus,
#footer .widget ul > li > a:hover,
#footer .widget ul > li > a:focus{
    color: #0f89f0;
}
/* 
        ==================
        [11. COPYRIGHT]
        ==================
*/
.copyright{
    border-top: 1px solid #2c3e50;
}

.copyright .social-links > li > a{
    background: #E6E6E6;
}

.copyright .social-links > li > a > .fa{
    color: #1b1d2a;
}

.copyright .social-links > li > .icon-twitter:hover{
    background: #4099ff;
}

.copyright .social-links > li > .icon-facebook:hover{
    background: #4467ad;
}

.copyright .social-links > li > .icon-youtube:hover,
.copyright .social-links > li > .icon-gplus:hover{
    background: #ff4b4b;
}
/* LINK SITEVIX  */
a.link_sitevix:link{
	color:#ededed;
	font-size: 12px;
	text-decoration:none;
}
a.link_sitevix:visited {
	color:#ededed;
	font-size: 12px;
	text-decoration:none;
}
a.link_sitevix:hover {
	color:#fff;
	font-size: 12px;
	text-decoration:underline;
}
a.link_sitevix:active {
	color:#ededed;
	
}
.titulo{
	font-size: 18px;
	color: #FFF;	
	}
.titulo_22{
	font-size: 18px;
	color: #FFF;
	font-weight: 600;
	}
.rodape_texto{
	font-size: 14px;
	color: #FFF;
		}
		
		
		
.valor-imov {

    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    z-index: -1;
	background-color: #074790;
}

.cor-imov {

    position: absolute;
  bottom: 10px;
  left: 10px;
	
	
}

.cor-imov-2 {

    position: relative;
	margin-top: -110px;
	 margin-left: 10%;
	
	
}


@media only screen and (max-width: 600px) {
  .cor-imov-2 {
    display: block; /* Exibe o elemento em dispositivos com largura máxima de 600px (tamanho típico de um celular) */
  }
}
@media only screen and (min-width: 601px) {
  .cor-imov-2 {
    display: none; /* Oculta o elemento em dispositivos com largura maior que 600px (tablets e desktops) */
  }
}


.aviso-imovel{
	margin-top: 10px;
	
	
}



@media only screen and (max-width: 600px) {
  .cor-imov {
    display: none; /* Oculta o elemento em dispositivos com largura máxima de 600px (tamanho típico de um celular) */
  }
}

