/*!
 * Start Bootstrap - One Page Wonder v5.0.7 (https://startbootstrap.com/template-overviews/one-page-wonder)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-one-page-wonder/blob/master/LICENSE)
 */

body {
  font-family: 'Lato';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran';
  font-weight: 800 !important;
}
.nav-item{margin-left:10px !important}
.btn-xl {
	text-transform: uppercase;
	padding: 0.6rem 2rem;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
}

.bg-black {
	background-color: #f1f1f1 !important;
	border-top: 4px solid #9bb939;
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem;
	padding-left: 15px;
}
@media(min-width:768px){.loghi-foote .col-md-2 {
	-ms-flex: 0 0 14.28%;
	flex: 0 0 14.28%;
	max-width: 14.28%;
}}

.rounded-pill {
  border-radius: 5rem;
}.navbar-dark .navbar-nav .nav-link {
	color: #000 !important;
}
.fixed-top {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
background:transparent !important
}

.navbar-custom .navbar-brand {
text-transform:none;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}
.formcont {
	position: relative;
	top: -131px;
	background: #fff;
	padding: 40px;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	margin-bottom: 0;
}

.bgimg {
	background: url(../img/bgimg.jpg) no-repeat center;
	padding: 60px 0 80px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0,0,0.8);
}
.box-servizio {
	background: #fff;
	padding: 30px;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
	position: relative;
	
	text-align: center;
	
	font-size: 15px;
}
.box{border:1px solid #ccc; margin-bottom:15px; padding:30px; font-size:15px}
@media(min-width:1001px){.box-servizio {min-height: 290px;top: -40px;}}

.box-servizio h4{padding-top:30px}
.bgimg h2, .bgimg h3 {
	text-align: center;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0.8);
}
.navbar-custom .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom: 10px;
}

.masthead, header.masthead {
	position: relative;
	overflow: hidden;
	padding-top: calc(7rem + 72px);
	padding-bottom: 7rem;
	background: url(../img/bg.jpg) no-repeat top left;
	background-size: cover;
	background-attachment: scroll;
	background-size: cover;
}

.masthead .masthead-content {
  z-index: 1;
  position: relative;
}
label {
	display: inline-block;
	margin-bottom: .5rem;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}

header.masthead .masthead-content .masthead-heading {
  font-size: 3rem;
}

header.masthead .masthead-content .masthead-subheading {
  font-size: 2rem;
}

.masthead .bg-circle, header.masthead .bg-circle {
  z-index: 0;
  position: absolute;
  border-radius: 100%;
  background: linear-gradient(0deg, #946e39 0%, #b08f62 100%);
}

.masthead .bg-circle-1 {
  height: 90rem;
  width: 90rem;
  bottom: -55rem;
  left: -55rem;
}

.masthead .bg-circle-2 {
  height: 50rem;
  width: 50rem;
  top: -25rem;
  right: -25rem;
}

.masthead .bg-circle-3 {
  height: 20rem;
  width: 20rem;
  bottom: -10rem;
  right: 5%;
}

.masthead .bg-circle-4 {
  height: 30rem;
  width: 30rem;
  top: -5rem;
  right: 35%;
}

.cookiebar {
	max-width: 100%;
	left: 0;
	right: auto;
	-webkit-transform: translateX(-50%);
	transform: inherit;
	border-radius: 4px 4px 0 0;
	font-size: 12px;
	color: #fff;
	width:100%
}

.cookiebar {
	padding: 20px 20px;
}
.cookiebar.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.privacy {
	overflow: auto;
	max-height: 90px;
	margin-bottom: 20px;
	background-color: #F9F9F9;
	padding: 10px;
	font-size: 12px;
	color: #999;
	margin-top:20px
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	float: left;
	width: auto;
	margin-right:10px;
	height:auto
}



.consenso{font-size:12px; display:block; width:100%; margin-bottom:15px}
.fa, .fas{color:#9bb939}

@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(10rem + 55px);
    padding-bottom: 10rem;
  }
  header.masthead .masthead-content .masthead-heading {
    font-size: 5rem;
  }
  header.masthead .masthead-content .masthead-subheading {
    font-size: 3rem;
  }
}

.bg-primary {
  background-color: #9bb939  !important;
}

.btn-primary {
  background-color: #9bb939;
  border-color: #9bb939;
}
.verde{background:green; border:green}
.azzurro{background:#00acef; border:#00acef}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #000 !important;
  border-color: #000 !important;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
}

.btn-secondary {
  background-color: #ff6a00;
  border-color: #ff6a00;
}

.display-4 {
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.2;
}
.h4, h4 {
	font-size: 1.2rem;
	font-weight: 600 !important;
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #cc5500 !important;
  border-color: #cc5500 !important;
}

.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
}

footer a{color:#000}

.bg1{background-image: url(../img/bg1.jpg)}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	align-content: center;
	align-items: center;
}
.img-responsive{max-width:100%}

@media(min-width:991px){.col-lg-4 {
	-ms-flex: 0 0 32.333333%;
	flex: 0 0 32.333333%;
	max-width: 32.333333%;
	margin-right: 1%;
}
.col-lg-12 {
	-ms-flex: 0 0 99%;
	flex: 0 0 99%;
	max-width: 99%;
	
}
}
@media(max-width:1003px){.formcont {
	position: relative;
	top: 0;
	background: #fff;
	padding: 40px;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	margin-bottom: 0;
}}

@media(max-width:767px){ .loghi-foote{text-align:center}}
