@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'Playfair Display', sans-serif;
	word-spacing: 0;
	letter-spacing: 0;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	-webkit-font-smoothing: antialiased
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

div{
	font-size: 0;
	line-height: 0;
}

img {
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}
td{
	padding: 5px 10px;
	border: solid 1px #0000001D;
}

span {
	vertical-align: baseline
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #FCF9F6
}

::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: #CF544D
}

body,
html {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	font-family: 'Heebo', sans-serif;
	color: #48494B;
	background-color: #FFFFFF
}

body {
	min-width: 1024px
}

img {
	position: relative;
	display: inline-block;
}

.img{
	width: 90%;
	margin: 0 5%;
	width: calc(100% - 30px);
	margin: 0 calc(15px);
}

@media screen and (min-width:10px) {
	body {
		min-width: 10px
	}
}

a {
	letter-spacing: 1px;
	text-decoration: none;
	color: #DD5039;
	font-family: inherit
}

a:visited {
	color: #DD5039
}

a:hover {
	color: #3395BB;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6,p,span,b,i,label{
	position: relative;
	letter-spacing: 1px;
}
p,label{
	position: relative;
	font-family: 'Heebo', sans-serif;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Playfair Display', sans-serif;
	letter-spacing: 0;
}

span,b,i{
	position: relative;
	font-family: inherit;
}

h1,h2,h3,h4,h5,h6,p{
	padding: 0 20px;
	text-align: left;
	color: #48494B;
}
label{
	font-style: italic;
	padding: 0 10px;
}

h1{
	font-size: 48px;
	line-height: 54px;
	font-weight: 500;
}
h2,h3{
	font-size: 36px;
	line-height: 42px;
	font-weight: 500;
}
h4,h5,h6{
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
}
p, label {
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
}
p.small {
	font-size: 12px;
	line-height: 16px;
}

span{
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}

b{
	font-weight: 600;
}

.riga {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%
}

.prima_riga{
	padding-top: 160px;
}

.cont {
	position: relative;
	width: 100%;
	margin: auto;
	padding: 60px 0;
	display: block;
	max-width: 1920px
}

.cont2 {
	width: 84%
}

.imm_full {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.imm_full.top {
	background-position: top
}

.col{
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
}
.col1{
	width: 8.33%;
}
.col2{
	width: 16.66%;
}
.col3{
	width: 25%;
}
.col4{
	width: 33.33%;
}
.col5{
	width: 41.66%;
}
.col6{
	width: 50%;
}
.col7{
	width: 58.33%;
}
.col8{
	width: 66.66%;
}
.col9{
	width: 75%;
}
.col10{
	width: 83.33%;
}
.col11{
	width: 91.66%;
}

@media screen and (max-width: 1280px){
	.col_med{
		width: 100%;
	}
	.col1_med{
		width: 8.33%;
	}
	.col2_med{
		width: 16.66%;
	}
	.col3_med{
		width: 25%;
	}
	.col4_med{
		width: 33.33%;
	}
	.col5_med{
		width: 41.66%;
	}
	.col6_med{
		width: 50%;
	}
	.col7_med{
		width: 58.33%;
	}
	.col8_med{
		width: 66.66%;
	}
	.col9_med{
		width: 75%;
	}
	.col10_med{
		width: 83.33%;
	}
	.col11_med{
		width: 91.66%;
	}
}

.t_align_center {
	text-align: center
}

.t_align_right {
	text-align: right
}

.t_align_left {
	text-align: left
}

.t_align_justify {
	text-align: justify
}

@media screen and (max-width: 1270px){
	.cont2 {
		width: 84%
	}
}

@media screen and (max-width: 1024px){
	.cont2 {
		width: 100%;
	}
	.prima_riga{
		padding-top: 120px;
	}
}
.show_small, .show_extra_small, .show_thumb, .show_large{
	display: none;
}
@media screen and (max-width: 756px){
	.col_small{
		width: 100%;
	}
	.col1_small{
		width: 8.33%;
	}
	.col2_small{
		width: 16.66%;
	}
	.col3_small{
		width: 25%;
	}
	.col4_small{
		width: 33.33%;
	}
	.col5_small{
		width: 41.66%;
	}
	.col6_small{
		width: 50%;
	}
	.col7_small{
		width: 58.33%;
	}
	.col8_small{
		width: 66.66%;
	}
	.col9_small{
		width: 75%;
	}
	.col10_small{
		width: 83.33%;
	}
	.col11_small{
		width: 91.66%;
	}
	.t_align_center_small {
		text-align: center
	}

	.t_align_right_small {
		text-align: right
	}

	.t_align_left_small {
		text-align: left
	}

	.t_align_justify_small {
		text-align: justify
	}
	.hide_small{
		display: none;
	}
	.show_small{
		display: inline-block;
	}
	h1{
		font-size: 42px;
		line-height: 48px;
	}
	h2,h3{
		font-size: 32px;
		line-height: 38px;
	}
	h4,h5,h6{
		font-size: 19px;
		line-height: 24px;
	}
}

@media screen and (max-width: 540px){
	.col_extra_small{
		width: 100%;
	}
	.col1_extra_small{
		width: 8.33%;
	}
	.col2_extra_small{
		width: 16.66%;
	}
	.col3_extra_small{
		width: 25%;
	}
	.col4_extra_small{
		width: 33.33%;
	}
	.col5_extra_small{
		width: 41.66%;
	}
	.col6_extra_small{
		width: 50%;
	}
	.col7_extra_small{
		width: 58.33%;
	}
	.col8_extra_small{
		width: 66.66%;
	}
	.col9_extra_small{
		width: 75%;
	}
	.col10_extra_small{
		width: 83.33%;
	}
	.col11_extra_small{
		width: 91.66%;
	}
	.t_align_center_extra_small {
		text-align: center
	}

	.t_align_right_extra_small {
		text-align: right
	}

	.t_align_left_extra_small {
		text-align: left
	}

	.t_align_justify_extra_small {
		text-align: justify
	}
	.hide_extra_small{
		display: none;
	}
	.show_extra_small{
		display: inline-block;
	}
	.cont2 {
		width: 100%;
		max-width: 100%
	}
	.prima_riga{
		padding-top: 50px;
	}
	.cont {
		padding: 30px 0;
	}
}

@media screen and (max-width: 320px){
	.col_thumb{
		width: 100%;
	}
	.col1_thumb{
		width: 8.33%;
	}
	.col2_thumb{
		width: 16.66%;
	}
	.col3_thumb{
		width: 25%;
	}
	.col4_thumb{
		width: 33.33%;
	}
	.col5_thumb{
		width: 41.66%;
	}
	.col6_thumb{
		width: 50%;
	}
	.col7_thumb{
		width: 58.33%;
	}
	.col8_thumb{
		width: 66.66%;
	}
	.col9_thumb{
		width: 75%;
	}
	.col10_thumb{
		width: 83.33%;
	}
	.col11_thumb{
		width: 91.66%;
	}
	.hide_thumb{
		display: none;
	}
	.show_thumb{
		display: inline-block;
	}
	.t_align_center_thumb {
		text-align: center
	}

	.t_align_right_thumb {
		text-align: right
	}

	.t_align_left_thumb {
		text-align: left
	}

	.t_align_justify_thumb {
		text-align: justify
	}
}

@media screen and (min-width: 1440px){
	.col_large{
		width: 100%;
	}
	.col1_large{
		width: 8.33%;
	}
	.col2_large{
		width: 16.66%;
	}
	.col3_large{
		width: 25%;
	}
	.col4_large{
		width: 33.33%;
	}
	.col5_large{
		width: 41.66%;
	}
	.col6_large{
		width: 50%;
	}
	.col7_large{
		width: 58.33%;
	}
	.col8_large{
		width: 66.66%;
	}
	.col9_large{
		width: 75%;
	}
	.col10_large{
		width: 83.33%;
	}
	.col11_large{
		width: 91.66%;
	}
	.hide_large{
		display: none;
	}
	.show_large{
		display: inline-block;
	}
	.t_align_center_large {
		text-align: center
	}

	.t_align_right_large {
		text-align: right
	}

	.t_align_left_large {
		text-align: left
	}

	.t_align_justify_large {
		text-align: justify
	}
	/*h1{
		font-size: 42px;
		line-height: 55px;
	}
	h2,h3{
		font-size: 28px;
		line-height: 38px;
	}
	h4,h5,h6{
		font-size: 24px;
		line-height: 31px;
	}*/
	p {
		font-size: 16px;
		line-height: 22px;
	}
	p.small {
		font-size: 12px;
		line-height: 14px;
	}
	.cont2 {
		width: 80%;
	}
}

.button {
	position: relative;
	display: inline-block;
	padding: 12px 20px;
	margin: 20px;
	color: #FFFFFF;
	background-color: #DD5039;
	font-family: 'Playfair Display', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	left: 0;
	opacity: 1;
	text-align: center;
	cursor: pointer;
	border: none;
	border-radius:10px;
	text-decoration: none;
	vertical-align: middle;
	
	transform: scale(1);
	-o-transition: color .3s ease-out, background-color .3s ease-out, background-position .3s ease-out, transform .3s ease-out;
	-ms-transition: color .3s ease-out, background-color .3s ease-out, background-position .3s ease-out, transform .3s ease-out;
	-moz-transition: color .3s ease-out, background-color .3s ease-out, background-position .3s ease-out, transform .3s ease-out;
	-webkit-transition: color .3s ease-out, background-color .3s ease-out, background-position .3s ease-out, transform .3s ease-out;
	transition: color .3s ease-out, background-color .3s ease-out, background-position .3s ease-out, transform .3s ease-out
}

.button:visited {
	color: #FFFFFF;
	background-color: #DD5039;
	text-decoration: none;
}
.button:hover {
	color: #FFFFFF;
	background-color: #3395BB;
	text-decoration: none;
}

.button.grande{
	font-size: 24px;
	line-height: 32px;
	padding: 14px 45px;
}

.button.grande.oro {
	background-color: #FFFFFF00;
	color: #CF544D;
	border: solid 1px #CF544D;
}
.button.grande.oro:visited {
	background-color: #FFFFFF00;
	color: #CF544D;
	border: solid 1px #CF544D;
}
.button.grande.oro:hover {
	background-color: #CF544D;
	color: #FFFFFF;
	border: solid 1px #CF544D;
}

.button.white {
	color: #3158FF;
	background-color: #FFFFFF;
}

.button.white:visited {
	color: #3158FF;
	background-color: #FFFFFF;
}
.button.white:hover {
	color: #FFFFFF;
	background-color: #3158FF;
}

.button.orange {
	color: #FF7131;
	background-color: #FFFFFF;
}

.button.orange:visited {
	color: #FF7131;
	background-color: #FFFFFF;
}
.button.orange:hover {
	color: #FFFFFF;
	background-color: #FF7131;
}

.button.orange_full {
	color: #FFFFFF;
	background-color: #FF7131;
}

.button.orange_full:visited {
	color: #FFFFFF;
	background-color: #FF7131;
}
.button.orange_full:hover {
	color: #FF7131;
	background-color: #FFFFFF;
}

.button.green_full {
	color: #FFFFFF;
	background-color: #00CB51;
}

.button.green_full:visited {
	color: #FFFFFF;
	background-color: #00CB51;
}
.button.green_full:hover {
	color: #00CB51;
	background-color: #FFFFFF;
}

.button.disabled, .button:disabled{
	color: #EBEBEB;
	background-color: #C2C2C2;
	cursor: not-allowed;
}

.button.disabled:hover, .button:disabled:hover{
	color: #EBEBEB;
	background-color: #C2C2C2;
}

.button .rot{
	display: inline-block;
	transform: rotate(0deg);
	
	-o-transition: color .3s ease-out, background-color .3s ease-out, background-position .3s ease-out, transform .3s ease-out;
	-ms-transition: color .3s ease-out, background-color .3s ease-out, background-position .3s ease-out, transform .3s ease-out;
	-moz-transition: color .3s ease-out, background-color .3s ease-out, background-position .3s ease-out, transform .3s ease-out;
	-webkit-transition: color .3s ease-out, background-color .3s ease-out, background-position .3s ease-out, transform .3s ease-out;
	transition: color .3s ease-out, background-color .3s ease-out, background-position .3s ease-out, transform .3s ease-out
}
.button:hover .rot{
	transform: rotate(90deg);
}

.button .left_push{
	display: inline-block;
	margin-right: 20px;
	left: 0;
	
	-o-transition: left .3s ease-out, opacity .3s ease-out;
	-ms-transition: left .3s ease-out, opacity .3s ease-out;
	-moz-transition: left .3s ease-out, opacity .3s ease-out;
	-webkit-transition: left .3s ease-out, opacity .3s ease-out;
	transition: left .3s ease-out, opacity .3s ease-out
}
.button .left_push .hover{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	
	-o-transition: left .3s ease-out, opacity .3s ease-out;
	-ms-transition: left .3s ease-out, opacity .3s ease-out;
	-moz-transition: left .3s ease-out, opacity .3s ease-out;
	-webkit-transition: left .3s ease-out, opacity .3s ease-out;
	transition: left .3s ease-out, opacity .3s ease-out
}
.button:hover .left_push{
	left: 5px;
}
.button:hover .left_push .hover{
	opacity: 1;
}


.input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	position: relative;
	display: inline-block;
	width: 90%;
	margin: 5%;
	padding: 9px 5px;
	width: calc(100% - 52px);
	margin: calc(10px) calc(20px);
	padding: calc(11px) calc(5px);
	font-size: 14px;
	line-height: 16px;
	font-family: 'Heebo', serif;
	background: none;
	border: solid 1px #C2C2C2;
	border-radius: 10px;
	color: #000000;
}
.input2 {
	width: calc(100% - 32px);
	margin: calc(10px) calc(10px);
}

.input::placeholder {
	color: #C2C2C2
}

.input:-internal-autofill-selected{
	background-color: #FFFFFF !important;
}

.input:focus {
	-webkit-appearance: none;
    -webkit-border-radius: 23;
    border: solid 1px #3395BB;
	/*box-shadow: 0 0 16px 0 #0000002D;*/
    outline: none;
}

select.input {
	background-image: url(../imm/icons/blue/icon_down.svg);
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 25px;
}

textarea.input {
	min-height: 140px;
	height: 280px;
	resize: vertical
}

.middle_align {
	position: relative;
	display: inline-block;
	height: 100%;
	width: 1px;
	vertical-align: middle
}

.err_mex{
	position: relative;
	display: inline-block;
	padding: 10px 0px;
	width: calc(100% - 40px);
	margin: calc(10px) calc(20px);
	border-radius: 0;
	top: 0px;
	opacity: 1;
	background-color: #CF544D;
	box-shadow: 0 0 18px 0 #0000001D;
}
.err_mex p{
	color: white;
	padding: 0 20px;
}
.err_mex p:first-child{
	color: white;
	margin-bottom: 5px;
	font-weight: 500;
}