@charset "utf-8";
/* CSS Document */

html {
  scroll-behavior: smooth !important;
}

/***google map elements****/
.mapcontainer {
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px !important;
  margin-bottom: 70px !important;
}

iframe {
  width: 100%;
  height: 100%;
  margin: 0px !important;
  padding: 0px !important;
}

/*******************/


/*******FAQ******/

details {
    padding: .75em .75em 0;
	margin-top: 10px;
    
}

summary {	
    font-weight: 400;
    margin-bottom: 0.2em;
    padding: 1em;
    text-transform: uppercase;
}

details[open] {
    padding: .75em;
    
}

details[open] summary {
    margin-bottom: 14px;
}


/****ZOOM IMG****/

.zoom {
  padding: 0px;
  transition: transform 0.1s;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.035); /* IE 9 */
  -webkit-transform: scale(1.035); /* Safari 3-8 */
  transform: scale(1.035); 

}


/** Presentation card **/
.precard {
 max-width: 450px;
 height: auto;
 border-radius: 35px 35px 0px 0px;
 border-style: hidden;
}

.presentation {
 border-radius: 35px 35px 0px 0px;
 border-style: hidden;
 background-color: #FFFFFF;
 max-width: 100%;
 height: auto;
}

.blockcard {
  position: auto;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;

}

 /* Container needed to position the button. Adjust the width as needed */
.containerclick {
  position: relative;
  width: 50%;
}

/* Style the button and place it in the middle of the container/image */
.btnclick {
  padding: 0.8rem 2.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 0.25rem;
  cursor: pointer;
}

.flex-container {
  display: flex;
    
}

.flex-item {
  color: #ac0000;
  margin: 0px;
  line-height: 30px;
  font-size: 18px;
}

/* Allineamento div info nel footer */

div.space {
  float:left;
  margin-left:20px;
}


/* Titoli pagina Minimal */

.page-title {
  font-size: calc(2.2rem + 2.7vw);
  font-weight: 400;
  line-height: 1.2;
}



.post-title {
  font-size: calc(1.2rem + 2.4vw);
  font-weight: 400;
  line-height: 1.2;
}
    



.post-subtitle {
  font-size: calc(1.1rem + 1.8vw);
  font-weight: 300;
  line-height: 1.2;
}


/* Sottolineatura titoli pagina Minimal */

.stp {
width: 15%;
border: 2px solid #0000; 
margin: 1.8%;
}

.stp-center {
width: 15%;
border: 2px solid #0000; 
margin: auto;
}

/* Sottolineatura titoli pagina Minimal Fine */

.linea {
margin:35px 0px 8% 0px;
width: 35%;
}




.data {
  font-size: calc(0.8rem + 0.5vw);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin-top: 95px;
  margin-bottom: 50px;
}



/* Bottone GoToTop */

#GoToTop {
  
  display: none;
  position: fixed;
  bottom: 40px;
  right: 50px;
  z-index: 99;
  border: none;
  outline: none;
  color: black;
  cursor: pointer;
  padding: 15px;
  width: 65px;
  height: 65px;
  border-radius: 10px;
  font-size: 18px;
  text-align: center;
}
