@charset "UTF-8";
/* CSS Document */

.apribottone {
	font-family: 'Montserrat', sans-serif;
display: inline-block;
	text-align: center;
	background-color: #25D366;
	height: auto;
	font-size: 20px;
	color: #FFFFFF;
	width: 300px;
	margin: 10px auto 8px auto;
	font-style: italic;
	padding: 30px;
	border-radius: 45px;
	box-shadow:  3px 3px 4px rgba(0,0,0,0.5);
	-webkit-appearance: none;
	text-transform:uppercase;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-transition: background-color 0.5s ease-out;
-moz-transition: background-color 0.5s ease-out;
-o-transition: background-color 0.5s ease-out;
transition: background-color 0.5s ease-out;
  cursor: pointer;
}

.apribottone:hover {
  background-color:#95E7B4;
color:#FFFFFF;
}	
	
.overlaypbg-content {
  position: relative;
  top: 10%;
  width: 90%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}	

#overlaypbg  .chiudibottone {
  position: absolute;
  top: 10px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}
	
#overlaypbg .chiudibottone:hover {
  color: #ccc;
}	
	
#overlaypbg {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 10000000000;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  cursor: pointer;	
}

#overlaypbg-bottom  .chiudibottone {
  position: absolute;
  top: 10px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}
	
#overlaypbg-bottom .chiudibottone:hover {
  color: #ccc;
}	
	
#overlaypbg-bottom {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 10000000000;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  cursor: pointer;	
}

.content-fullscreen  { 
  background-color: #F1FAFB; max-width: 500px; height: auto; margin: 0px auto 0px auto; padding: 40px; text-align: center; overflow: auto; border-radius: 40px; border: 2px solid #0a776f; display: block;
}
.container-pbg	{
	width: 100%;
	height: auto;
	overflow: auto;
}	
	
.tableborder-pbg {
	border: 2px solid #0a776f;
    margin-bottom: 10px;
	background-color: #FFFFFF;
	height: auto;
	width: 95%;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	padding: 20px;
    font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
    border-radius: 45px;
	color: #B1B1B1;
	-webkit-appearance: none;
}	

.tableborder-pbg:hover {
	background-color: #F7F7F7;
}

.tableborder-pbg::-webkit-input-placeholder { /* Edge */
  color: #0ca596;
}

.tableborder-pbg:-ms-input-placeholder { /* Internet Explorer */
  color: #0ca596;
}

.tableborder-pbg::placeholder {
  color: #0ca596;
}
	
.pbg-button {
	border: 2px solid #8EF4B4;
    display: inline-block;
	text-align: center;
	background-color: #25D366;
	height: auto;
	font-size: 20px;
	color: #FFFFFF;
	width: 95%;
	margin: 0px auto 0px auto;
	font-style: italic;
	padding: 20px;
	border-radius: 45px;
	-webkit-appearance: none;
	text-transform:uppercase;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-transition: background-color 0.5s ease-out;
-moz-transition: background-color 0.5s ease-out;
-o-transition: background-color 0.5s ease-out;
transition: background-color 0.5s ease-out;	
}
	
.pbg-button:hover {
  background-color:#95E7B4;
color:#FFFFFF;
}	
	
.text-pbg-content {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0a776f;
	width: 100%;
	height: auto;
	text-align: center;
	text-transform:uppercase;
	margin-bottom: 5px;
}
.text-pbg-subcontent {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #0ca596;
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 20px;
}
.overlaypbg button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlaypbg button:hover {
  background: #bbb;
}	


/* GENERALI */

.pbg-logo-test {
	width: auto;
	margin: 0px auto 0px auto;
	text-align: left;
}
.pbg-logo-test img {
	width: 75%;
	height: auto;
}
.text-pbg-orange {
	color: #0ca596;
}
.txt-pbg-orange-bigger {
font-size: 40px;
	display: block;
	margin: 0 auto 0 auto;
	font-family: 'Montserrat', sans-serif;
	color: #0a776f;
	font-weight: bold;
	text-align: center;
	padding: 20px 0px 20px 0px;
}	
.footer-pbg {
    font-size: 0.8em;
    color: #83858C;
    text-align: center;
    padding-bottom: 0px;
	margin: 0px 20px 0px 20px;
}

.image-footer-pbg {
max-width: 150px; 
	height: auto;
	margin: 0px auto 5px auto;
}
.image-footer-pbg img {

width: 100%; 
	height: auto;
}

table img {
	width: auto;
	height: auto;
	}

.foto-pbg {
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}	

.container-button-pbg {
	text-align: left;
	width: 100%;
	margin: 0px 20px 0px 20px;
	box-sizing: border-box;
}
.submit-body-pbg {
	display: inline-block;
	text-align: center;
	background-color: #0a776f;
	height: auto;
	font-size: 20px;
	color: #FFFFFF;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 8px;
	margin-right: auto;
	margin-left: auto;
	font-style: italic;
	padding: 30px;
	border: none;
	border-radius: 45px;
	box-shadow:  3px 3px 4px rgba(0,0,0,0.5);
	-webkit-appearance: none;
	text-transform:uppercase;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-transition: background-color 0.5s ease-out;
-moz-transition: background-color 0.5s ease-out;
-o-transition: background-color 0.5s ease-out;
transition: background-color 0.5s ease-out;
}
.submit-body-pbg a {
 text-decoration: none;
	font-weight: normal;
}
.submit-body-pbg:hover {
background-color:#0ca596;
color:#FFFFFF;
	font-weight: normal;
}

.color-arancio {
color: #E48E35;
}
.bottom-pbg-txt {
	font-family: 'Montserrat', sans-serif;
	color: #0ca596;
	font-size: 18px;
	margin: 20px 0px 0px 0px;
}
.submit-pbg {
	display: inline-block;
	text-align: center;
	background-color: #25D366;
	height: auto;
	font-size: 20px;
	color: #FFFFFF;
	width: auto;
	margin-top: 10px;
	margin-bottom: 8px;
	margin-right: auto;
	margin-left: auto;
	font-style: italic;
	padding: 30px;
	border-radius: 45px;
	box-shadow:  3px 3px 4px rgba(0,0,0,0.5);
	-webkit-appearance: none;
	text-transform:uppercase;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-transition: background-color 0.5s ease-out;
-moz-transition: background-color 0.5s ease-out;
-o-transition: background-color 0.5s ease-out;
transition: background-color 0.5s ease-out;
}
.submit-pbg a {
 text-decoration: none;
	font-weight: normal;
}
.submit-pbg:visited  {
 text-decoration: none;
	font-weight: normal;
}
.submit-pbg:hover {
background-color:#95E7B4;
color:#FFFFFF;
	font-weight: normal;
}

.submit-pbg:active  {
 text-decoration: none;
	font-weight: normal;
}

.pbg-container {
	width: 100%;
	display: block;
	background-color: #F1FAFB;
	padding-bottom: 40px;
	border-top: 15px solid #0ca596;
	border-bottom: 15px solid #0ca596;
	margin: 20px auto 20px auto;
}	

.pbg-container-mobile {
	display: none;
}	

.parodontite-pbg-box {
	width: 1024px;
	height: 500px;
	margin: 20px auto 20px auto;
	color: #0a776f;
	background-image: url("../images/impianti/impianti-visual-mob-1.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 33%;
	background-color: #F1FAFB;
}	
.txt-pbg  {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	width: 70%;
	font-weight: bold;
	height: auto;
	padding-top: 10px;
}	
.txt-pbg-sub  {
	font-family: 'Montserrat', sans-serif;
color: #0ca596;
	font-size: 25px;
width: 70%;
	height: auto;
	padding: 20px 0px 20px 0px;
}	
/* TABLET */
@media (max-width:1244px) and (min-width:700px) {
	
.pbg-logo-test {
	width: auto;
	margin: 0px auto 0px auto;
	text-align: center;
}
.pbg-logo-test img {
	width: 50%;
	height: auto;
}	
	
	.foto-pbg {
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
	
table img {
	max-width: 100%;
	height: auto;
	}	
	
	table  {
	width: 100%;
	height: auto;
	}	
	
	.foto-pbg {
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
	
.container-button-pbg {
	text-align: center;
	width: 100%;
	margin: 0px 20px 0px 20px;
	box-sizing: border-box;
}	
	
.bottom-pbg-txt {
	font-family: 'Montserrat', sans-serif;
	color: #0ca596;
	font-size: 18px;
	margin: 30px 0px 0px 0px;
	text-align: center;
}	
	
.pbg-container {
	display: none;
}	
.pbg-container-mobile {
	display: block;
	padding: 0px 20px 0px 20px;
	margin-bottom: 30px;
	text-align: center;
	background-color: #F1FAFB;
	padding-bottom: 30px;
	border-top: 15px solid #0ca596;
	border-bottom: 15px solid #0ca596;
	margin: 20px auto 20px auto;
}	
	
.parodontite-pbg-box {
	width: auto;
	height: 450px;
	margin: 20px auto 20px auto;
	color: #0a776f;
	background-image: url("../images/impianti/impianti-visual-mob-1.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: #F1FAFB;
}		
.txt-pbg  {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	color: #0a776f;
	width: auto;
	text-align: center;
	font-weight: bold;
	height: auto;
	padding-top: 0;
}	
.txt-pbg-sub  {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
color: #0ca596;
	font-size: 25px;
width: auto;
	height: auto;
	padding: 20px 0px 20px 0px;
}	
	
.submit-pbg-mobile {
	display: inline-block;
	text-align: center;
	background-color: #25D366;
	height: auto;
	font-size: 20px;
	color: #FFFFFF;
	width: 300px;
	margin: 10 auto 8 auto;
	font-style: italic;
	padding: 30px;
	border-radius: 45px;
	box-shadow:  3px 3px 4px rgba(0,0,0,0.5);
	-webkit-appearance: none;
	text-transform:uppercase;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-transition: background-color 0.5s ease-out;
-moz-transition: background-color 0.5s ease-out;
-o-transition: background-color 0.5s ease-out;
transition: background-color 0.5s ease-out;
}
.submit-pbg-mobile a {
 text-decoration: none;
	font-weight: normal;
}
.submit-pbg-mobile:visited  {
 text-decoration: none;
	font-weight: normal;
}
.submit-pbg-mobile:hover {
background-color:#95E7B4;
color:#FFFFFF;
	font-weight: normal;
}

.submit-pbg-mobile:active  {
 text-decoration: none;
	font-weight: normal;
}	
}	

/*SMARTPHONE */
@media only screen and (max-width: 699px) {
	
.pbg-logo-test {
	width: auto;
	margin: 0px auto 0px auto;
	text-align: center;
}
.pbg-logo-test img {
	width: 90%;
	height: auto;
}	
	
table img {
	max-width: 100%;
	height: auto;
	}	
	
	table  {
	width: 100%;
	height: auto;
	}	
	
	.foto-pbg {
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
	
.container-button-pbg {
	text-align: center;
	width: 100%;
	margin: 0px 20px 0px 20px;
	box-sizing: border-box;
}	
	
.bottom-pbg-txt {
	font-family: 'Montserrat', sans-serif;
	color: #0ca596;
	font-size: 18px;
	margin: 30px 0px 0px 0px;
	text-align: center;
}	
	
.pbg-container {
	display: none;
}	
.pbg-container-mobile {
	display: block;
	padding: 0px 20px 0px 20px;
	margin-bottom: 30px;
	text-align: center;
	background-color: #F1FAFB;
	padding-bottom: 30px;
	border-top: 15px solid #0ca596;
	border-bottom: 15px solid #0ca596;
	margin: 20px auto 20px auto;
}	
	
.parodontite-pbg-box {
	width: auto;
	height: 300px;
	margin: 20px auto 0px auto;
	color: #0a776f;
	background-image: url("../images/impianti/impianti-visual-mob-1.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: #F1FAFB;
}		
.txt-pbg  {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	color: #0a776f;
	width: auto;
	text-align: center;
	font-weight: bold;
	height: auto;
	padding-top: 0;
}	
.txt-pbg-sub  {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
color: #0ca596;
	font-size: 25px;
width: auto;
	height: auto;
	padding: 20px 0px 20px 0px;
}	
	
.submit-pbg-mobile {
	display: inline-block;
	text-align: center;
	background-color: #25D366;
	height: auto;
	font-size: 20px;
	color: #FFFFFF;
	width: 100%;
	margin: 10 auto 8 auto;
	font-style: italic;
	padding: 30px;
	border-radius: 45px;
	box-shadow:  3px 3px 4px rgba(0,0,0,0.5);
	-webkit-appearance: none;
	text-transform:uppercase;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-transition: background-color 0.5s ease-out;
-moz-transition: background-color 0.5s ease-out;
-o-transition: background-color 0.5s ease-out;
transition: background-color 0.5s ease-out;
}
.submit-pbg-mobile a {
 text-decoration: none;
	font-weight: normal;
}
.submit-pbg-mobile:visited  {
 text-decoration: none;
	font-weight: normal;
}
.submit-pbg-mobile:hover {
background-color:#95E7B4;
color:#FFFFFF;
	font-weight: normal;
}

.submit-pbg-mobile:active  {
 text-decoration: none;
	font-weight: normal;
}	
}	