@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..700;1,100..700&display=swap');

body{ font-size:16px; font-family: 'Montserrat', sans-serif !important; color:#000;}

::selection{ background:#000; color:#fff; -webkit-background-clip: unset; -webkit-text-fill-color:#fff;}
::-moz-selection{ background:#000; color:#fff; -webkit-background-clip: unset; -webkit-text-fill-color:#fff;}
h1, h2, h3, h4, h5, h6, span.h2{ font-family: 'Montserrat', sans-serif; font-weight:500; margin-top:0px;}
a{ color:#000; font-weight:400; transition: all .3s ease-in-out;}
a:hover, a:focus{ color:#000;}
p, li{ color:#000; font-size:16px; line-height:1.5; font-weight:400;}
p{ margin-bottom:10px;}
p strong{ font-weight:700;}
strong{ font-weight:700;}
.container-max{}
.container-fluid{ padding:0 80px;}
.container-fluid.container0{ padding:0px;}
.row{ margin:0 -20px;}
.row [class*="col-"]{ padding:0 20px;}
.row.row0{ margin:0px;}
.row.row0 > [class*="col-"]{ padding:0;}
.row.row01{ margin-left:-1px; margin-right:-1px;}
.row.row01 > [class*="col-"]{ padding:0 1px;}
.row.row05{ margin-left:-5px; margin-right:-5px;}
.row.row05 > [class*="col-"]{ padding:0 5px;}
.row.row10{ margin-left:-10px; margin-right:-10px;}
.row.row10 > [class*="col-"]{ padding:0 10px;}
.row.row15{ margin-left:-15px; margin-right:-15px;}
.row.row15 > [class*="col-"]{ padding:0 15px;}
.row.row40{ margin-left:-40px; margin-right:-40px;}
.row.row40 > [class*="col-"]{ padding:0 40px;}
.row.row30{ margin-left:-30px; margin-right:-30px;}
.row.row30 > [class*="col-"]{ padding:0 30px;}
.row.row60{ margin-left:-60px; margin-right:-60px;}
.row.row60 > [class*="col-"]{ padding:0 60px;}
.row.flex{ display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.row.flex > [class*="col-"]{ display:-webkit-box; display:-ms-flexbox; display:flex; }
.row.flex:before, .row.flex:after{ content:none;}
.row.center{ align-items: center;}
.row.bottom{ align-items: end;}
.row.flex [class*="col-"].pull-right{ order:2;}
.mt0{ margin-top:0px !important;}
.countup{ display:inline; font-size:inherit; font-weight:inherit; margin:0px; white-space:normal; color:inherit;}
.countup > *{ float:left; font-size:inherit; font-weight:inherit;}
.text-right{ text-align:right;}
hr{ max-width:100%; margin:20px auto;}
hr.site{ width:100%; max-width:100%; height:1px; margin:0px; border:0px; background:#e1e1e1;}
input[type=text], input[type=email], input[type=password], input[type=search], input[type=file], input[type=tel], textarea{ font-family:'Montserrat', sans-serif; height:45px; float:left; font-size:17px; font-weight:400; background:#fff; border-radius:0px; -webkit-appearance: none; -moz-appearance: none; appearance: none; border:1px solid #e1e1e1;}
input[type=file]{ width:100%; height:auto; padding:12px 20px; font-size:14px;}
select{ width:100%; padding:10px; background:#fff; border:1px solid #e1e1e1; color:#000; -webkit-appearance:none;}
textarea{ -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.form-group > label{ font-size:15px; text-align:left; font-weight:400; color:#000; position:relative; z-index:10;}
.form-group > label span{ color:#000; font-size:16px; line-height:24px; float:right;}
.chosen-container{ border-radius:0px; font-size:15px; background:#fff;}
.chosen-container-single .chosen-single{ height:43px; line-height:43px;}
.chosen-container-single .chosen-single span{ font-size:17px; font-weight:400; margin-right:35px;}
.chosen-container .chosen-drop{ border-radius:0px;}
.chosen-container .chosen-results{ border-radius:0px; padding:10px;}
.chosen-container .chosen-results li{ font-size:17px; line-height:30px; font-weight:400; border-radius:0px; color:#000;}
.chosen-container .chosen-results li:hover{ background:#000; color:#fff; border-radius:0px;}
.chosen-container-single .chosen-single div:after{ line-height:43px; font-size:15px;}
.widget .chosen-single{ font-weight:400; background:#f7f7f7;}
.widget .chosen-drop{ background:#f7f7f7;}
textarea{ height:110px;}
input[type="submit"].btn{ height:50px;}
.form-group{ margin-bottom:25px;}

.btn{ font-family: 'Montserrat', sans-serif; font-size:15px; height:auto; padding:15px 30px; line-height:20px; font-weight:400; text-decoration:none; text-transform:uppercase; border-radius:25px;}
.btn.btn-input{ height:50px;}
.btn.btn-default{ background:#a57306; border:1px solid #a57306; color:#fff; vertical-align:top;}
.btn.btn-default:hover, .btn.btn-default:focus{ background:#000; border-color:#000; color:#fff;}
.btn.btn-primary{ background:#ffaf02; border:1px solid #ffaf02; color:#fff; vertical-align:top;}
.btn.btn-primary:hover, .btn.btn-primary:focus{ background:#000; border-color:#000; color:#fff;}

a.readmore{ display:inline-block; font-size:18px; line-height:20px; position:relative; font-weight:700; padding-right:15px; color:#3d2e81; text-transform:none;}
a.readmore.color{ color:#000;}
a.readmore span{ position:relative;}
a.readmore span:before{ content:""; width:0px; height:2px; position:absolute; right:0px; bottom:-5px; background:#7065ad; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
a.readmore:after{ content:"\f054"; font-family: 'FontAwesome'; position:absolute; top:1px; right:0px; text-align:right; font-size:11px; }
a.readmore:hover span:before{ width:100%;}
a.readmore.white{ color:#fff;}
a.readmore.white span:before{ background:#fff;}
a.readmore.color span:before{ background:#000;}

a.backpage{ display:inline-block; font-size:18px; line-height:20px; position:relative; font-weight:400; padding-left:15px; color:#000; text-transform:none;}
a.backpage span{ position:relative;}
a.backpage span:before{ content:""; width:0px; height:2px; position:absolute; right:0px; bottom:-5px; background:#3d2e81; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
a.backpage:after{ content:"\f053"; font-family: 'FontAwesome'; position:absolute; top:1px; left:0px; text-align:right; font-size:11px; }
a.backpage:hover span:before{ width:100%;}

.content .form .row{ margin:0 -15px;}
.content .form .row + .row{ margin-top:0px;}
.content .form .row [class*="col-"]{ padding:0 15px;}

.check{ width:100%; float:left;}
.check input[type=checkbox] {display: none;}
.check label{float:left; width:100%; position:relative; font-weight:400; color:#5c5c5c; vertical-align:top;}
.check label:before{ width:24px; height:24px; left:0px; background:#fff; border:1px solid #e1e1e1; content:""; position:absolute; margin-right:10px; cursor:poMontserrat; border-radius:0px;}
.check input[type=checkbox]:checked + label:before { font-family: 'FontAwesome'; content:"\f00c"; text-align:center; line-height:24px; font-size:14px; color:#000;}
.check label span{ display:inline-block; padding-left:34px; font-size:14px; text-align:left; color:#333; line-height:24px; float:left;}
.check label span a{ font-weight:700;}
.check + .check{ margin-top:5px;}

.navbar-toggle{ width:50px; height:50px; background:none; line-height:50px; position:absolute; right:30px; top:25px; background-color:#000; border-radius:50%;}
.navbar-toggle i{ text-indent:-9999px; overflow:hidden; width:24px; height:24px; background-image:url(../images/icon-toggle.png); background-size:100% auto; background-position:center center; background-repeat:no-repeat;}
.navbar-toggle span{ font-size:25px; line-height:50px; color:#fff;}
.navbar-toggle:hover{ background:#000;}
.navbar-toggle:hover i{ color:#fff;}
.check + input[type="submit"]{ margin-top:20px;}
.row.row-eq-height{display:flex}

ul.pagination.solid{ text-align:center; margin-top:20px;}
ul.pagination.solid li{ padding:0px 10px !important; margin:0px; border-right:1px solid #e1e1e1;}
ul.pagination.solid li:first-child{ padding-left:0px;}
ul.pagination.solid li:last-child{ padding-right:0px; border:0px;}
ul.pagination.solid li a{ width:40px; height:20px; font-size:20px; line-height:20px; border:0px; border-radius:0px; font-weight:300; background:none; color:#000;}
ul.pagination.solid li a:hover, ul.pagination.solid li a:focus{ background:none; color:#7065ad;}
ul.pagination.solid li.active a, ul.pagination.solid li.active a:hover,  ul.pagination.solid li.active a:focus{ background:none; color:#7065ad; font-weight:700;}

/* header */

.sticky-wrapper{ width:100%; position:absolute;}

.header{ width:100%; position:static; float:left; z-index:9999;}
.header .navbar{ display:flex; flex-wrap:nowrap; justify-content:center; position:relative;}
.header .navbar a.navbar-brand{ float:left; font-size:0px; line-height:160px; padding:0px;}
.header .navbar a.navbar-brand img{ height:120px; margin:0px;}

/* lingue */

.header .languages { float:right; position:absolute; right:60px; top:60px;}
.header .languages ul{ margin: 0px; padding: 0px; float: left; position: relative;}
.header .languages li{ width:auto; float:left; margin:0 10px 0 0;}
.header .languages li:last-child{ margin:0px;}
.header .languages li a{ width:30px; height:30px; float:left; text-indent:-9999px; background-size:100% auto; border-radius:50%; background-repeat: no-repeat; background-position:top center;  filter:grayscale(1);-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.header .languages li.it a{ background-image:url(../images/flag-it.png);}
.header .languages li.en a{ background-image:url(../images/flag-en.png);}
.header .languages li.active{ border-color:#ccd417;}
.header .languages li a:hover, .header .languages li.active a{ filter:grayscale(0);}

.wrapper{ width:100%; float:left; overflow:unset;}
.content{ }
.content .row + .row{ margin-top:40px;}

/* blocchi generale */

.block{ padding:80px 0; position:relative;}
.block.small{ padding:60px 0;}
.block.gray{ background: rgb(255,255,255); background:linear-gradient(45deg, rgb(241 241 241) 0%, rgb(208 144 73 / 31%) 100%);}
.block.gray:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background:url(../images/background.jpg); background-size:cover; opacity:0.75;}
.block.pt0{ padding-top:0px !important;}
.block.pb0{ padding-bottom:0px;}
.block h1, .block h2{ font-size:40px; line-height:1.1; color:#a57306; margin-bottom:0px; font-weight:700;}
.block span.h2{ display:block;}
.block h1:last-child, .block h2:last-child, .block span.h2:last-child{ margin-bottom:0px;}
.block h3{ font-size:22px; line-height:1.4; color:#000; margin-bottom:15px; text-transform:none; font-weight:400;}
.block h3:last-child{ margin-bottom:0px;}
.block ul, .block ol{ margin:0px; padding:0px; margin-bottom:25px;}
.block ul:last-child, .block ol:last-child{ margin-bottom:0px;}
.block li{ position:relative; margin-bottom:0px; padding-left:25px;}
.block li:last-child{ margin-bottom:0px;}
.block li:before{ content:"\f0da"; font-family:FontAwesome; position:absolute; left:0px; top:-3px; font-size:20px; color:#a57306;}
.block h3 + a.readmore{ margin-top:30px;}

.block.presentation h2{ margin-bottom:15px;}
.block.presentation h2 + h3{ margin-top:15px;}
.block.presentation h3{ margin-bottom:0px;}
.block.presentation h3 + h3{ margin-top:10px;}
.block.presentation h3 + p{ margin-top:15px;}
.block.presentation h3 + ul{ margin-top:15px;}
.block.presentation h3 + .btn{ margin-top:30px;}
.block.presentation h3 + h2{ margin-top:30px;}
.block.presentation p{ }
.block.presentation h2 + ul{ margin-top:20px;}
.block.presentation p + h2, .block.presentation p + span.h2{ margin-top:20px;}
.block.presentation p + h3{ margin-top:15px;}
.block.presentation p + .readmore{ margin-top:10px;}
.block.presentation p + .btn{ margin-top:20px;}
.block.presentation a{ font-weight:700;}
.block.presentation a:hover{}
.block.presentation .image{ border-radius:10px; overflow:hidden;}

.block.intro .image{ margin-bottom:40px;}

.block.contacts .item-wrap{ display:flex; justify-content:center; margin:20px -20px;}
.block.contacts .item-wrap .item{ min-width:300px; padding:0 20px;}
.block.contacts .item-wrap .item:first-child{ border-right:1px solid #c7c7c7;}
.block.contacts .text{ text-align:center;}
.block.contacts .text p{ font-size:20px; line-height:1.5;}
.block.contacts .text a{ font-weight:400; text-decoration:none;}
.block.contacts .text a:hover{ color:#a57306;}

.alert{ border-radius:5px; padding:10px 20px; background:#ffbaba; text-align:center; color:#af0404;}

/* footer */

.footer{ width:100%; background:#a57306; position:relative; display:inline-block; font-family: 'Montserrat', sans-serif; width:100%; float:left; overflow:hidden;}
.footer .footer-extra{ padding:15px 0; text-align:center; background:none; position:relative; z-index:20;}
.footer .footer-extra .row{ padding:0px;}
.footer .footer-extra .row p{ font-size:14px; line-height:1.5; color:#fff; font-weight:300; margin:0px;}
.footer .footer-extra .row p span{ margin:0 5px;}
.footer .footer-extra .row a{ color:#fff; font-weight:300;}
.footer .footer-extra .row a:hover{ color:#fff;}

/* modal */

body.modal-open .header{ filter: blur(4px);}
body.modal-open .wrapper{ filter: blur(4px);}
body.modal-open .footer{ filter: blur(4px);}

.modal{ z-index:999999; border-radius:0px; display:none !important;}
.modal.in { display:flex !important; align-items:center; flex-direction: column; justify-content:center;}
.modal-open .modal{ overflow:auto;}
.modal-backdrop{ z-index:99999; background:#f7f7f7;}
.modal-backdrop.in{ opacity:0.75;}
.modal .modal-dialog{ width:100%; max-width:1000px; margin:0px; overflow:auto !important; box-shadow:0px 0px 100px rgba(0,0,0,0.2);}
.modal.in .modal-dialog{ top:auto; transform:none;}
.modal-body{ padding:30px;}
.modal .modal-content{ border-radius:0px; border:0px;}
.modal .close{ width:40px; height:40px; position:absolute; background-color:#fff; background-image:url(../images/icon-close.png); background-size:30px 30px; background-repeat:no-repeat; background-position:center center; top:0px; right:0px; opacity:1; z-index:9999;}
.modal .modal-body{ border-radius:0px; padding:0px;}
.modal .modal-body .image{ width:100%; background-size:cover; background-position:center center;}
.modal .modal-body .image img{ display:none;}
.modal .modal-body .text{ padding:60px 40px;}
.modal .modal-body .text h3{ font-size:22px; line-height:28px; color:#000; font-weight:300; margin-bottom:10px;}
.modal .modal-body .text h2{ font-size:34px; line-height:34px; color:#000; margin-bottom:10px;}
.modal .modal-body .text h3 + h2{ margin-top:0px;}
.modal .modal-body .text p + .btn{ margin-top:20px;}
.modal .modal-body .text .btn{ width:100%; padding:15px 20px; font-size:20px;}

#scrolltop{ width:48px; height:48px; position:fixed; z-index:999; right:20px; bottom:20px; opacity:0; visibility:hidden; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
#scrolltop.show{ opacity:1; visibility:visible;}
#scrolltop a{ width:48px; height:48px; float:left; background:#7065ad; border-radius:50%; text-align:center;}
#scrolltop a:before{ content:"\f106"; width:50px; height:50px; font-family:FontAwesome; font-size:16px; color:#fff; line-height:50px;}
#scrolltop a:hover{ background:#3d2e81;}

@media (min-width: 1500px) {
	
	.container{ width:1400px;}
	.container-max{ width:1500px;}
	
}

@media (max-width: 1499px) {
	
	.container{ width:1170px;}
	
	.block.launch .container{ padding:0 40px;}
	
}


@media (max-width: 1200px) {

	.container{ width:970px;}
	
	.row.row40{ margin-left:-20px; margin-right:-20px;}
	.row.row40 > [class*="col-"]{ padding:0 20px;}
	
	.block h1, .block h2{ font-size:34px;}
	p, li{ font-size:15px;}
	

}

@media (max-width: 1008px) {
	
	
	
		
}

@media (min-width: 992px) {
	
	.header .navbar-collapse{ display:block;}

}

@media (max-width: 992px) {
	
	.navbar-nav{ padding-bottom:0px;}	
	.footer-row [class*=col-]{ margin:0px;}
	
}

@media (max-width: 991px) {
	
	.container-fluid{ padding:0 60px;}
	
	.navbar-toggle{ display:block !important;}

	.container{ width:750px;}
	
	.header .navbar a.navbar-brand{ line-height:140px;}
	.header .navbar a.navbar-brand img{ height:100px;}
	.header .languages{ top:35px; right:30px;}
	.header .languages li a{ width:25px; height:25px;}
	
	.block{ padding:60px 0;}
	.block h1, .block h2{ font-size:30px;}
	.block.presentation .image{ margin-bottom:20px;}
	.block.presentation .row.flex [class*="col-"].pull-right{ order:0;}
	
	.footer .footer-extra .row p{ font-size:13px; line-height:18px;}
	
	
	.modal{ padding:20px;}
	.modal.in .modal-dialog{ max-width:400px;}
	.modal .modal-body{ width:100%; float:left; background:#fff;}
	.modal .modal-body .row.flex{ display:block; flex-wrap:unset;}
	.modal .modal-body .row.flex > [class*="col-"]{ display:block;}
	.modal .modal-body .image{ background:none;}
	.modal .modal-body .image img{ display:block;}
	.modal .modal-body .text{ width:100%; float:left; padding:40px;}
	.modal .modal-body .text h2{ font-size:30px; line-height:30px;}
	
	
}


@media (max-width: 768px){
	
	.container{ width:100%;}
	.container-fluid{ padding:0 30px;}

	.block{ padding:40px 0;}
	.block h1, .block h2{ font-size:26px;}
	.block h3{ font-size:18px;}
	
	.content .row + .row{ margin-top:20px;}
	
	.block.contacts .text p{ font-size:18px;}
	.block.contacts .item-wrap{ flex-wrap:wrap;}
	.block.contacts .item-wrap .item:first-child{ border:0px; border-bottom:1px solid #c7c7c7; padding-bottom:10px; margin-bottom:10px;}
	
}

@media (max-width: 640px){
	
	.container{ padding:0px 25px;}
	
	.block.contacts{ padding:40px 0 20px 0;}
	
	.block.contacts .text p{ font-size:16px;}
	
	.block.presentation .logosimecon{ width:150px;}
	
	
}

@media (max-width: 479px) {
	
	[class*=col-xs-]{ text-align:inherit;}
	.footer [class*=col-]{ text-align:center;}
	
	.footer .footer-extra{ padding:20px;}
	.footer .footer-extra .row p{ font-size:12px; line-height:16px;}

}