.bg-personal {
  /* background-color: #27b1b1 !important;*/
    background-color: rgba(39,177,177,0.88);
}

#menu li a {
    color: #fff;
    text-decoration: none;
}

#menu li a:hover {
    color: rgb(255,255,102);
    background: none;
}

#menu li div {
    background-color: rgba(39,177,177,0.88);
}

.brand-text {
    color: rgba(255,255,255,0.88);
}

.brand-text:hover {
    color: rgba(255,255,255,1);
    text-decoration: none;
}

a.bg-personal:hover, a.bg-personal:focus,
button.bg-personal:hover,
button.bg-personal:focus {
  background-color: #27b1b1 !important;
}

.breadcrumb {
    background-color: #dbf1f1;
}

.btn-primary {
    color: #fff;
    background-color: #27b1b1;
    border-color: #52c1c1;
}

.btn-primary:hover {
    color: rgb(255,255,102);
    background-color: #27b1b1;
    border-color: #52c1c1;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255,255,255,.85);
  background-color: #27b1b1;
  border-color: #52c1c1;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: rgba(255,255,255,.90);
  background-color: #27b1b1;
  border-color: #52c1c1;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 193, 193, 0.5);
  color: rgba(255,255,255,.90);
  background-color: #27b1b1;
  border-color: #52c1c1;
}

.card-header {
    color: #27b1b1;
    background-color: rgba(219,241,241,0.6);
    border-bottom: 1px solid rgba(0,0,0,0.125);
}

.card-body {
    background-color: #effcfc;
}

.card-footer {
    background-color: rgba(219,241,241,0.6);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

h1,
h2,
h3,
h4,
.breadcrumb-item a,
.breadcrumb-item a:hover {
    color: #27b1b1;
}

.address-link {
    text-decoration: none;
    color: #666;
}

.address-link:hover {
    color: #666;
    text-decoration: underline;
}

a { 
    color: #27b1b1;
}

a:hover {
    color: #27b1b1;
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
.container {
    color: #666;
}

#news {
    padding: 0.75em 1.25em;
    margin: 50px 0 25px 0;
    border: thin solid #27b1b1; 
    border-radius: 0.25em;
}

body {
    background-color: #effcfc;
}


#login {
     margin-top: 15px;
 }

.white-link {
    background: none;
    color: rgb(255,255,255);
    text-decoration: underline;
}

.white-link:hover {
    background: none;
    color: rgb(255,255,102);
}

.carousel-inner h3{
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
    color: #27b1b1;
    background-color: rgba(239,252,252,0.8);

}

.social {
    display: block;
}

.instagram {
    width: 32px;
    height:32px;
    display:block;
    background:transparent url("../img/social/instagram.bd1ac6ed07a3.png") center top no-repeat;
    float: right;
}

.instagram:hover {
   background-image: url("../img/social/instagram_hover.ac36a118b2cb.png");
}
.facebook {
    width: 32px;
    height:32px;
    display:block;
    background:transparent url("../img/social/facebook.32a39d6c0d97.png") center top no-repeat;
    float: right;
}

.facebook:hover {
   background-image: url("../img/social/facebook_hover.4cce35331b4a.png");
}

.youtube {
    width: 32px;
    height:32px;
    display:block;
    background:transparent url("../img/social/youtube.6416e38f7369.png") center top no-repeat;
    float: right;
}

.youtube:hover {
   background-image: url("../img/social/youtube_hover.c41abdbd34fa.png");
}

#map {
    z-index: 0;
}

.footer-div-text span {
    display: block;
}

#CookielawBanner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(51,51,51,0.9);
    color: #fff;
    z-index: 100;
}

#CookielawBanner span{
    color: #ddd;
}

.banner-link {
    background: none;
    color: rgb(255,255,255,0.9);
    text-decoration: none;
}

.banner-link:hover {
    background: none;
    color: rgb(255,255,255);
    text-decoration: underline;
}

.box {
    min-height: 80vh;
}

.map-navigation {
    position: absolute;
    top: 10px;
    right: 25px;
    padding: 5px;
    border-radius: 4px;
    border: 2px solid #ccc; 
    z-index: 9999;
    background-color: white;
}

.map-navigation i {
    color: black;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: rgba(219,241,241,0.6);
}

.table-orari {
    line-height: 1.1;
}

.icon {
    height: 1.2rem;
    vertical-align: middle;
    fill: #666 !important;
    margin-right: 5px;
}

@media (min-width: 992px) {
    .box {
        min-height: 0;
    }
    .footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .footer div {
        padding: 2px 0 0 0;
    }

    .footer-div-text span {
        display: inline;
    }
}


// per contact.html
.address-link, .address-link:visited {
    color: inherit;
    text-decoration: none;
}

.address-link:hover {
    text-decoration: underline;
}

.whatsapp-icon {
    font-size: 20px;
    color: inherit; /* Mantiene il colore del testo circostante */
    background-color: #ffffff; /* Colore verde di WhatsApp per lo sfondo */
    border-radius: 4px;
    vertical-align: middle;
    text-align: center;
}

