﻿.bg01 {
  background-image: url('../img/bg01.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
}
.palmadestra {
  background-image: url('../img/palma-destra.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
.palmasinistra {
  background-image: url('../img/palma-sinistra.png');
  background-repeat: no-repeat;
  background-position: left bottom;
}

    .gal {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	}	
	.gal img{ width: 100%; padding: 0px 0;}
    @media (max-width: 500px) {
		.gal {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	}
	}
.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

    .whatsapp:hover {
        transform: scale(1.1);
    }

.zoom {
    transition: transform 3s;
    width: 100%;
    height: auto;
    border-radius: 1%;
    overflow: hidden;
    margin: 0 auto;
}

    .zoom img {
        transition: transform 3s;
    }

        .zoom img:hover {
            -ms-transform: scale(1.5); /* IE 9 */
            -webkit-transform: scale(1.5); /* Safari 3-8 */
            transform: scale(1.5);
        }
/* ======= scan code ======= */
.scan-code {
    float: right;
    position: fixed;
    z-index: 10;
    top: auto;
    bottom: 140px;
    right: 0;
    left: auto;
    opacity: 1;
    visibility: visible;
    transition:all .5s ease-in-out;
    cursor:pointer;
    overflow: hidden;
}
.QR-code.active .qr-popup{
	z-index: 99;
	position: fixed;
	top: auto;
	bottom: 80px;
	right: 0;
	left: auto;
	transition:all .5s ease-in-out;
	opacity:1;
	visibility:visible;
}
.qr-popup{
	transition:all .5s ease-in-out;
    width: 200px;
	opacity:0;
	visibility:hidden;
	right:-200px;
	position: fixed;
	z-index: 99;
	top: auto;
	bottom: 80px;
}
.QR-code.active .scan-code{
	right:200px;
}
