@charset "utf-8";
/* CSS Document 
.fundo{background:black url("../img/galp-gas-odivelas.jpg");background-repeat:no-repeat;background-position: center center;}
.bg-transparent{background-color: rgba(128,128,128,0.8);}*/

.sombraTextoBK{text-shadow:3px 3px 6px #000000;}
.bg-eiras{background-color:rgba(255,255,255,0.9);}
.img60{width:60px;}
.img180{width:180px;}
/* scroll button*/
#scrBtn{display:none;position:fixed;bottom:24px;right:24px;z-index:99;border:none;outline:none; /* Remove outline */
  background:rgba(192,192,192,0.75);color:#000;cursor:pointer;padding:0.5em;border-radius:12px;font-size:1em;}
/* top page aux */
.fundo_imagem{
  background-image: url("../imagens_site/eiras-do-dao-exterior-5w.webp"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height:360px; /* You must set a specified height */
  background-position:center; /* Center the image */
  background-repeat:no-repeat; /* Do not repeat the image */
  /* background-size: cover; Resize the background image to cover the entire container */
}

#imgMostra .modal-img{width:100%;}
.gal-thumb img{max-width:100%;cursor:pointer;}
img.gal-zoom {
    width:100%;height:180px;object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.gal-transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}