﻿@charset "UTF-8";
       body {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }
        img {
            -webkit-user-drag: none;
            -khtml-user-drag: none;
            -moz-user-drag: none;
            -o-user-drag: none;
        }
        
/* Nasconde il pulsante del menu opzioni/download nei player Chromium */
video::-webkit-media-controls-timeline {
    max-width: 100%;
}

video::-webkit-media-controls-volume-slider {
    max-width: 100%;
}

/* Rimuove l'icona di download dai controlli integrati */
video::-internal-media-controls-download-button {
    display: none !important;
}

.bg1{
	background-image: url("../img/bg.jpg");background-repeat: repeat-x; background-position: center top;
	}
.bg2{background-color: #000;
	background-image: url("../img/line.gif");background-repeat: repeat-x; background-position: center top;
	}

/* ======= tabella dettagli ======= */
/* Colore delle etichette */
.custom-table .table-label {
    color: #FDD178;
    font-weight: 600;
}

/* Colore del testo dei valori */
.custom-table .table-value {
    color: #ffffff;
}

/* Rimuove qualsiasi bordo da tabella, righe e celle */
.custom-table,
.custom-table tr,
.custom-table th,
.custom-table td {
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important; /* Rimuove eventuali ombreggiature di Bootstrap 5 che simulano bordi */
}



    .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: 30px;
    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);
        }

/* ======= About style ======= */
.about2 {
    padding-bottom: 90px;
}
.about2 .about-img img:hover {
    transform: scale(0.95);
}
.about2 .about-img {
    position: relative;
}
.about2 .about-img .img {
    padding: 0 15px 30px 30px;
    position: relative;
}
.about2 .about-img .img:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    right: 45px;
    bottom: 0;
    border: 1px solid #FDD178;
}
.about2 .about-img .img img {
    position: relative;
    z-index: 2;
    background: #000;
}
.about-img-2 {
    position: relative
}

.about-img .about-img-2 {
    width: 40% !important;
    position: absolute;
    bottom: 0px;
    right: 45px;
    z-index: 3;
    padding: 20px 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 5px;
    font-size: 13px;
    line-height: 1.5em;
    text-align: center;
}

.about-buro {
    background: #FDD178;
}

/* testo centrato */
.about2 .content .cont {
  display: table-cell;
  vertical-align: middle;
}

.about2 .content .cont h4 {
font-size: 32px;
    font-family: "Philosopher", sans-serif;
    font-weight: 400;
    color: #FDD178;
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 5px;
}


/* ======= Footer style ======= */
.main-footer {
    padding: 60px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.main-footer.dark {
      background: #060606; 
    color: #fff;
}
.main-footer .abot p {
  font-family: "Philosopher", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #FDD178;
}
.main-footer .abot .social-icon {
    text-align: center;
    margin-bottom: 20px;
}
.main-footer .abot .social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #373737;
    color: #999;
    border-radius: 100%;
    margin-right: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.main-footer .abot .social-icon a:hover {
    border: 1px solid #FDD178;
    background: transparent;
    color: #FDD178;
}
