body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
}

strong {
	font-weight: 700;
}

b {
	font-weight: 700;
}


/* n */


.rosso{
	color: #c70000;
}
		
.breadcrumb-n{
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight:700!important;
  color: #000;
  text-decoration: none;
}

.b-non-attiva{
	color:#000;
}

.b-non-attiva:hover{
	color: #c70000;
}

.b-attiva{
	color:#c70000;
}

.diagonali{
	font-weight:400!important;
}

.justify{
	text-align: justify;
}

.titolo-values{
	color:#c70000;
	font-weight:500!important;
	font-size: 35px;
	padding-top:40px;
	line-height: 33px;
}

.citazione{
	color:#c70000;
	font-weight:300!important;
	font-size: 35px;
	padding-top:40px;
	line-height: 33px;
}

.nomeautore{
	color:#c70000;
	font-weight:300!important;
	font-size: 25px;
	padding-bottom:30px;
}

.no-spazio-footer{
	margin-bottom: -50px;
}

.link-download-rosso-n{
	text-transform: uppercase;
	font-weight: 700;
	color:#c70000;
	font-size: 15px;
	text-decoration: none;
}

.link-download-rosso-n:hover{
	color:red;
}

.icona-download-n{
	width: 2px;
}

.pt-40{
	padding-top:40px;
}

.pt-80{
	padding-top:80px;
}

.pt-30{
	padding-top:30px;
}

.pb-30{
	padding-bottom:30px;
}

.mb-30{
	margin-bottom:30px;
}

.mt-30{
	margin-top:30px;
}


/* FINE n */


.bg-lightgr {
  background-color: #f2f2f2;
}
.bg-newswall {
  background-color: #ebebeb;
}
.grigio-scuro {
  color: #433f40;
}
.breadcrumbs-card-news{
	font-weight:300!important;
}
.titolo-card-news{
	font-size:17px;
}
.red {
 color: #c70000;
}
h3.accordion-header button {
  font-size: 26px;
}
h4.red {
	font-size:24px!important;
	color:#c70000!important;
	font-weight:600!important;
}
h5.grigio-scuro {
  font-size: 18px;
  font-weight: 600;
}
.accordion p.grigio-scuro {
  font-size: 15px;
  line-height: 1.5;
  text-align: justify;
}
.accordion-button:not(.collapsed) {
  color: #433f40;
  background-color: #f2f2f2;
}
.accordion-button:focus {
  border-color: rgba(0,0,0,.125);
  box-shadow: 0 0 0 0 rgba(13,110,253,.25);
}
.accordion-button::after {
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-image: url(../img/piu.svg);
}
.accordion-button:not(.collapsed)::after {
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-image: url(../img/meno.svg);
}
.breadcrumb-item a {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #c70000;
  font-weight: 500;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #c70000;
  font-weight: 500;
  content: var(--bs-breadcrumb-divider, "//");
}
.btn-close.modal-foto {
  position: absolute;
  right: 0;
}
.btn-custom {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0.25rem;
  border: 1px solid #000000;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  width: 80px;
  height: 33px;
  line-height: 33px;
  background-color: #000000;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}
.btn-custom:hover {
  color: #ffffff;
  background-color: #424242;
  border: 1px solid #424242;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-send {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0.25rem;
  border: 1px solid #000000;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  width: 80px;
  height: 40px;
  line-height: 38px;
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
.btn-send:hover {
  color: #000000;
  background-color: #ffffff;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-zoom {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0.25rem;
  border: 1px solid #f2f2f2;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  width: 80px;
  height: 24px;
  line-height: 22px;
  background-color: #f2f2f2;
  color: #000000;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight:600;
}
.btn-zoom:hover {
  color: #f2f2f2;
  background-color: #000000;
  border: 1px solid #000000;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #999999;
  margin-left: 5px;
  margin-right: 5px;
  opacity: 1;
}
.carousel-indicators .active {
  background-color: #c70000;
}
.contatti a {
  text-decoration: none;
}
.contatti a:hover {
  color: #c70000;
  text-decoration: none;
}
.contatti h1 {
  font-size: 30px;
}
.counter-position {
  width: 50px;
  float: left;
  margin-left: 30px;
  margin-top: 8px;
  display: inline-block;
  color: #433f40;
  font-size: 16px;
}
.download {
  color: #c70000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}
.download:hover {
  color: #c70000;
  text-decoration: underline;
}
.form-check {
  margin-left: 12px;
}
.form-control, .form-check-label {
  color: #433f40;
  font-size: 16px;
}
.form-control:focus, .form-check-input:focus {
  border-color: #433f40;
  box-shadow: 0 0 0 0 rgba(13,110,253,.25);
}
.form-check-input:checked {
  background-color: #000000;
  border-color: #000000;
}
.modal-content {
  border-radius: 0px;
}
.newswall a {
  text-decoration: none;
}
.newswall .card {
  border: 0px solid #ffffff;
  border-radius: 0px;
}
.newswall .card-title {
  text-transform: uppercase;
  height: 70px;
  overflow: hidden;
  display: inline-block;
}
.newswall .card-body {
  height: 150px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  color: #433f40;
  font-size: 20px !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  color: #c70000 !important;
}
.slider-archivio.owl-carousel .owl-nav button.owl-prev {
  display: inline-block;
  position: absolute;
  left: 0px;
}
.slider-archivio.owl-carousel .owl-nav button.owl-next {
  display: inline-block;
  position: absolute;
  left: 90px;
}
.share {
  color: #433f40;
  display: inline-block;
  position: relative;
  font-size: 12px;
}
.share:hover {
  color: #c70000;
}
.share:hover i {
  background-color: #c70000;
}
.share i {
  color: #ffffff;
  background-color: #cecece;
  font-size: 20px;
  padding: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.title-news {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.titolo-automazione{
  font-size: 22px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;
}

.titolo-references{
	color:#c70000;
	font-weight:300;
	font-size: 35px;
	padding-bottom:30px;
}

.link-references{
	font-size:18px;
	color:#c70000!important;
	text-decoration:none;
}

.link-references:hover{
	color:red!important;
	text-decoration:none;
}

.titolo-elenco-references{
  font-size: 18px;
  padding-top:30px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;	
}

.lettera-references{
	font-size:18px;
	color:#c70000!important;
	text-decoration:none;
}

.lettera-references:hover{
	color:red!important;
	text-decoration:none;
}
.img-fluid {
  width: 100%;
}

@media only screen and (max-width:576px;) {
  h3.accordion-header button {
    font-size: 18px;
}
}
