@charset "UTF-8";

/* CSS Document */
body,
h1,
h2,
h3,
h4,
h5,
p {
  font-family: 'Cormorant Garamond', serif;
}

.iubenda-nostyle {
  color: #e7e7e7;
}

.bg-light {
    background-color: #fff!important;
    border-bottom: 1px solid #adadad;
}

.navbar-nav {
  font-size: 25px;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
    padding-left:20px;
}



.imgGallery {
  width: -webkit-fill-available;
}

.nopadding {
  padding: 0px;
  margin: 0px;
}

.hoverimg {
  position: relative;
  opacity: 1;
  transition: 0.3s ease;
  cursor: pointer;
}

.hoverimg:hover {
  transform: scale(1.04, 1.04);
  /** default is 1, scale it to 1.5 */
  opacity: 1;
}

.btn-outline-success {
  color: #0C5C36;
  font-size: 18px;
  background-color: transparent;
  background-image: none;
  border: 2px solid #0C5C36;
  border-radius: 2px;
  font-weight: 500;
  transition: 1.2s;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border: 2px solid #0C5C36;
  border-radius: 4px;
  transition: 1.2s;
  background-color: #0C5C36;
}

.btn-outline-white {
  color: #f7f5f0;
  font-size: 18px;
  background-color: transparent;
  background-image: none;
  border: 2px solid #f7f5f0;
  border-radius: 2px;
  font-weight: 500;
  transition: 1.2s;
}

.btn-outline-white:hover {
  color: #0C5C36;
  background-color: transparent;
  background-image: none;
  border: 2px solid #f7f5f0;
  border-radius: 4px;
  transition: 1.2s;
  background-color: #f7f5f0;
}

.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 3px 15px;
  line-height: 1.5;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #80786f;
  border-color: #80786f;
}

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 54, 46, 0.5);
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.boxsx {
  border-left: 1px solid #adadad;
}



.testobox{
  padding-top:3vh;
  padding-left:5vh;
  padding-right:5vh;
}

.titolobox{
  padding-top:10%;
  color:#0C5C36;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}


.txt{
  color:#535554;
  font-size: 18px;
  text-align: center;
}

.titoloboxwhite{
  padding-top:10%;
  color:#f7f5f0;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}

.box-doppio{
  padding-top:3%;
}

.txtwhite{
  color:#f7f5f0;
  font-size: 18px;
  text-align: center;
}

.txt-contatti > a{
  color:#535554;
  font-size: 26px;
  text-align: center;
}
.txt-contatti:hover > a{
  color:#252625;
  font-size: 26px;
  text-align: center;
  text-decoration: none;
}


.backlogo {
  background-image: url(../img/logo.jpg);
  background-position: center;
  background-size: cover;
  height: 40vh;
}

.backdata {
  background-image: url(../img/data.jpg);
  background-position: center;
  background-size: cover;
}

.backlegge {
  background-image: url(../img/legge.jpg);
  background-position: center;
  background-size: cover;
}

.back1 {
  background-image: url(../img/sfondo1.jpg);
  background-position: center;
  background-size: cover;
  height: 80vh;
}

.back2 {
  background-image: url(../img/sfondo2.jpg);
  background-position: center;
  background-size: cover;
  height: 80vh;
}

.back3 {
  background-image: url(../img/sfondo3.jpg);
  background-position: center;
  background-size: auto;
  height: 40vh;
}

.backmappa {
  background-image: url(../img/mappa.png);
  background-position: center;
  background-size: cover;
}

.pulsate {
  -webkit-animation: pulsate 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0.5;
}

.vertical-text {
  writing-mode: vertical-rl;
text-orientation: mixed;
font-size: 80px;
line-height: 20px;
}

@-webkit-keyframes pulsate {
  0% {
    opacity: 0.3;
  }

  50% {
    opacity: 1.0;
    color: #d53131 !important;
  }

  100% {
    opacity: 0.3;
  }
}

.puntorosso {
  color: #e42222;
}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 450px) {}
