body, html {
	margin: 0;
	padding: 0;
}

body {height: 100%; overflow-x: hidden;}

.container-fluid {}
.row { max-width: 1440px; margin: auto; }

/* ============================ FONTS */



.montserrat-thin {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
.montserrat-regular {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.montserrat-bold {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

h1, h2, h3, h4 {
	font-family: "Montserrat", serif;
	font-optical-sizing: auto;
	font-style: normal;
	text-transform: uppercase;
}

h1 {font-size: 60px; line-height: 105%;}
h2 {font-size: 32px; line-height: 110%;}
h2 {font-weight: 300;}
h2 strong {font-weight: 600;}
h4 strong {font-weight: 600;}

.nrx_textcenter {text-align: center;}
.uppercase {text-transform: uppercase;}

p, label, blockquote { 	font-family: 'Montserrat', sans-serif; }

blockquote {
	width: 95%;
	position: relative;
}

blockquote::before {
	content: '“';
	font-size: 50px;
	position: absolute !important;
	left: -20px;
	top: -20px;
}

blockquote::after {
	content: '”';
	font-size: 50px;
	display: block;
	position: absolute !important;
	right: 0px;
	top: 75%;
}

a { color: #659acf; text-decoration: none; }
a.btn { color: #fff; background: #659acf; display: block; padding: 4px 8px; margin: auto; }

/* ============================ FONTS */

.space-top-20 {padding-top: 20px;}
.space-top-40 {padding-top: 40px;}
.space-top-60 {padding-top: 60px;}
.space-top-80 {padding-top: 80px;}
.space-top-100 {padding-top: 100px;}

.space-bottom-20 {padding-bottom: 20px;}
.space-bottom-40 {padding-bottom: 40px;}
.space-bottom-60 {padding-bottom: 60px;}
.space-bottom-80 {padding-bottom: 80px;}
.space-bottom-100 {padding-bottom: 100px;}

.col-inner {display: block; width: 90%; margin: 20px 5%;}

.first {padding-left: 0 !important}
.last {padding-right: 0 !important}

.fullwidth {display: block; width: 100%; float: left; }
.nrx_fullwidth {display: block; width: 100%; margin: auto; }
.nrx_relative {position: relative;}
.nrx_absolute {position: absolute; }
.nrx_topleft {top: 0; left: 0;}

.w1280 {
	max-width: 1280px;
	margin: auto;
}

.w1300 {
	max-width: 1380px;
	margin: auto;
}

.w1300 .prima {
	float: left;
}

.w1300 .dopo {
	float: right;
}

.w1600 {
	max-width: 1600px;
	margin: auto;
}

.txt-uppercase {text-transform: uppercase}




form input[type="text"], form input[type="email"], form input[type="tel"],textarea, select {

	width: 100%;
	margin: 10px 0;
	
	border: 1px solid #aaa;
	background: #e0e0e0;
	font-size: 16px;
 	border-radius: 18px;
	box-shadow: 0px 0px 2px #bbb;
	padding: 10px;
	font-weight: lighter;
}

form input[type="text"]:focus, 
form input[type="email"]:focus, 
form input[type="tel"]:focus,
textarea:focus {
	background: #effbfc;
}

form input[type="submit"], button, a.btn {
	background: #FCB53B 0% 0% no-repeat padding-box;
	border-radius: 36px;
	width: 100%; 
	max-width: 360px;
	color: #fff;
	text-align: center;
	border: 0;
	padding: 10px 0;
}
textarea {min-height: 200px;}





/*
form input[type="submit"], form input[type="button"] {
	display: block;
	
	width: 100%;
	margin: 10px 0;
	
	border: 1px solid #aaa;
	background: #659acf;
	color: #fff;
	font-size: 16px;
	
	border-radius: 6px;
	box-shadow: 0px 0px 2px #bbb;
	padding: 6px;
	font-weight: bold;
	min-width: 30%;
	text-transform: uppercase;
}
*/
.field-error {border: 1px solid #e00 !important; background: #ecc !important; }

table {width: 100%; font-size: 12px; }

p.footer {font-size:12px; text-align: center;}


#loader {
	display: none; 
	width: 100%; height: 100%; 
	left:0; top:0; 
	position: fixed; 
	background: rgba(255,255,255, 0.8) url('../images/loading.gif') center center no-repeat; 
	background-size: 120px auto;
	}


.prima-dopo label {
	 font-family: 'Barlow Semi Condensed', sans-serif !important;	
	 font-size: 24px;
	 font-weight: 800;
	}


.show-on-desktop {}
.show-on-mobile {display: none !important;}

/*
@media screen and (max-width: 767px){
	.show-on-desktop {display: none !important;}
	.show-on-mobile {display: block !important;}

	table,a { font-size: 12px !important; }	
	table td, table th {text-align: center }
	
	.container-fluid {padding-left: 1px; padding-right: 1px;}
	h4 {font-size: 15px !important; position: relative;}
	h4::after {content: '——'; position: absolute; top: 13px; left: 0; letter-spacing: -2px;}
	h2 {font-size: 40px !important; letter-spacing: -1.2px;}
	h2.nrx_textcenter {text-align: left !important;}
	p {font-size: 11px !important}
	p.nrx_textcenter {text-align: left !important;}
}
*/


.col-white {
	color: #fff;
}

.col-orange {
	color: #fcb53b;
}

.bkg-black {
	background-color: #000;
}

.bkg-lightgray {
	background-color: #f6f6f6;
}

.fw700 {
	font-weight: 700;
}

.fw800 {
	font-weight: 800;
}


.trattamenti ul {
	list-style: none;	
	padding-left: 0;
}

.trattamenti ul li {
	text-indent: 0;
	margin-bottom: 8px;
}

.trattamenti ul li::before {
	content: '✓  ';
	color: #fcb53b;
}


.footer-link {text-align: center; }
.footer-link a { 	font-family: 'Barlow Semi Condensed', sans-serif; color: #fcb53b; font-weight: 600; padding: 0 15px;}



.sty675 {
	max-width: 1100px; margin: auto;
	}
	
	
hr {
	opacity: 1;
	background: #fab72d;
	border: 1px solid #fab72d;
}

hr.nomargin {
	margin: 0;
}

.claim-img {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: auto;
}


table.studi {width: 90%; margin: auto;}

table.studi td {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 14px;
padding: 6px 6px;
height: 50px;
}

table.studi thead td {font-weight: 600;}

table.studi tbody	tr {
	border-top: 1px solid #fab72d
}
table.studi tbody	tr:nth-child(odd) {
background: #e0e0e0;
}
table.studi tbody	tr:last-child {
	border-bottom: 1px solid #fab72d
}


.sect-gray {
	background: #f0f0f0;
	margin-left: -10%;
	margin-right: -10%;
}

small {font-size: 12px;}

.show-on-desktop {}
.show-on-mobile {display: none !important;}

.hop {}
@media screen and (max-width: 767px){
	.show-on-desktop {display: none !important;}
	.show-on-mobile {display: block !important;}
	.hop {display: none;}
	.primaedopo {margin-bottom: 40px;}	
	h2 {font-size: 26px; width: 90%; margin: auto;}
	.sect-gray {
	margin-left: -5% !important;
    margin-right: -5% !important;
	}	
}

a {color: #000}

