@charset "utf-8";
/* CSS Document */
body{
	font-size:15px;
}
@media (min-width: 1366px) {
    .container {
        width: 1330px;
    }
}
.info.animate-description-out.animate-description-in {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px;
    width: fit-content;
}
.banner .title {
    font-weight: 500;
}
.banner .submit .button{
    background-color: #436475;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    width: fit-content;
    border: 0px;
    border-radius: 5px;
    cursor: pointer;
	padding:5px;
	float:right;
}
h2{
	font-weight:500;
	color: #436475;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
}
.property .overlay h3 {
    font-size: 13px;
	font-weight: 500;
}
.property .overlay figure {
    font-weight: bold;
}
p {
    opacity: 1;
}
.leaflet-popup-content {
    padding: 10px !important;
    font-size: 15px !important;
    height: fit-content !important;
}
#pagina p a{
	text-decoration:underline;
}
.homepage-slider-desktop {
	display:inherit!important;
}
.homepage-slider-mobile {
	display:none!important;
}
.homepage-slider-mobile img, .homepage-slider-desktop img{
	left:0px!important;
}
@media (max-width: 767px) {
	.homepage-slider-desktop {
		display:none!important;
	}
	.homepage-slider-mobile {
		display:inherit!important;
	}
    .navigation .secondary-navigation .contact {
        display: inherit;
    }
    .navigation .navbar .navbar-toggle {
        height: 90px;
    }
	#slider, #slider .homepage-slider-mobile .slide {
		/*height: 400px !important;*/
	}		
}
.logos {
    text-align: center;
}
.navigation .navbar .navbar-nav > li a {
	color: #436475;
    font-size: 15px;
    text-transform: uppercase;
}
.navigation .secondary-navigation {
    font-size: 14px;
    background-color: #436475;
	opacity: 1;
	color: #fff;
}
.navigation .secondary-navigation a{
    color: #fff;
}
#brand img{
	max-width:280px;
}
#slider .homepage-slider .slide img {
    /*width: 100% !important;*/
}

#new-properties .col-md-3{
	margin-bottom: 20px;
}
@media (max-width: 767px) {
    footer .property {
        width: 48%;
        margin-right: 2%;
        float: left;
    }
	#footer-main .col-md-3 {
		display: block;
		float: left;
		width: 100%;
	}
}

.pulsante_oro{
	background-color:#d7b47e;
	color:#FFF;
	padding:5px 10px;
	text-align: center;
	border:none;
	cursor:pointer;
	border-radius:5px;
	font-weight:500;
	text-transform:uppercase;
}

.pulsante_oro:hover{
	color:#FFF;
	text-decoration:underline;
}

.property {
    margin-bottom: 30px !important;
}

.eupopup-container {
    max-width: 700px;
}

.eupopup-body {
    color: #000;
    text-align: left;
}

.eupopup-head {
    text-align: left;
    padding: 10px 0!important;
}

.eupopup-container-top{
    bottom: 20px!important;
    left: 20px!important;
}

.whatsapp_chat{
	position:fixed; 
	cursor:pointer; 
	bottom:50px; 
	right:10px; 
	z-index:9999; 
	max-width:150px;
}
.telefono_chat{
	position:fixed; 
	cursor:pointer; 
	bottom:13px; 
	left:13px; 
	z-index:9999; 
	max-width:45px;
	display: none;
}
@media (max-width: 767px) {
	.whatsapp_chat{
		left:auto;
		right:10px!important; 
	}	
	.telefono_chat{
		display: inherit;
	}	
}
