@charset "UTF-8";
/* Foglio di stile per personalizzazione template per Joomla! 4
 * Autore: E.Cappuccio
 * Data: Febbraio 2023
*/

a {
  color: #b30000;
  text-decoration: none; 	
}

a:hover {
  color: #b30000;
  text-decoration: none;
}

a:active {
  color: #b30000;
  text-decoration: none;	
}

.container{
	background-color:#fff;
}

/*.row {
  --bs-gutter-x: 3rem;
}*/

img {
	max-width:100%; height:auto;
}

body {
	background-color:#FFF;
}

.h3, h3 {
  font-weight: bold;
  margin-bottom: 20px;
}

p {
  text-align: justify;
}

/*
DEFAULT BTN CSS
<<<<======================================================>>>>*/

.btn {
  border:0;
}

.btn-primary {
  background-color: #cc0000;	
  font-size: 16px;
  color: #ffffff;
  padding: 15px 20px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #b30000;
  margin-bottom: -6px;
  font-weight: 500;
}

.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #122738;	
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 4px;
}

.btn-primary.active {
  margin-left: 30px;
  color: #ffffff;
  background-color: #122738;
}

.sid-default-btn.active::before {
  background-color: #b30000;
}

.btn-primary:hover {
  color: #ffffff;
  text-decoration: none
}

.btn-primary:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}


.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #b30000 !important;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}


.bg-red {
	background-color: #FFF !important;
	/*background-image: url("../img/bkg-header-white.jpg");*/
	background-position: top right;
	background-repeat:no-repeat;
	border-bottom: 1px solid #ededed;
}

.top-head {
	padding-top: 0.3rem !important;
	padding-bottom: 0.3rem !important;
	background-color: #FFF;
	/*background-image: url("../img/bkg-top.jpg");*/
	background-position: bottom right;
	background-repeat:no-repeat;
	font-size: 14px;
	color:#495057;
}

.bg-grey {
	background-color: #cdcdcd !important;
}

.bt-accedi {
	/*padding: .2rem .75rem !important;*/
	margin: .5rem 0 !important;
	background-color: #b30000;
	border-color: #b02a37;
	color: #FFF;
}

.bt-accedi:hover {
	 color:#fff;
	 background-color: #4a4a4a;
	 border-color: #565656;
}

.bt-blue {
	/*padding: .2rem .75rem !important;*/
	margin: .5rem 0 !important;
	background-color: #197EB0;
	border-color: #197EB0;
	color: #FFF;
}

.bt-blue:hover {
	 color:#fff;
	 background-color:#6C6C6C;
	 border-color: #565656;
}


.navbar-light .navbar-nav .nav-link {
  color: #000;
  padding-right: 1rem;
  font-family: 'Plus Jakarta Sans', sans-serif;	
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: #b30000;
  font-weight: bold;	
}




.m-head {
	margin-top: 105px !important;
}



.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ac0a0a;
  border-color: #9c0808;
}

/*login*/

.modal-content {
font-family: 'Plus Jakarta Sans', sans-serif;
font-size: 13px;	
}

.modal-content a {
  color: #000;
  text-decoration: none;
}

.modal-content a:hover {
  color: #ac0a0a;
  text-decoration: none;	
}

input:autofill {
  background: #fff; 
}

@media (min-width: 576px) {
	.modal-dialog {
	  max-width: 370px;
	  /*margin-top: 5%;*/	
	}
}

.mod-login__username, .mod-login__password{
	margin: 15px 0;
}


/*navigazione*/
.navbar .container{background-color:transparent;}

.a_white a {
  color: #FFF;
  text-decoration: none;
}

.a_white a:hover {
  color: #dcdcdc;
  text-decoration: none;	
}

.a_black a {
  color: #000;
  text-decoration: none;
}

.a_black a:hover {
  color: #525252;
  text-decoration: none;	
}

.full-width img {
  width: 100%;	
}


/*Banner Home Carousel*/

.carousel-dark .carousel-caption {
  font-family: 'Plus Jakarta Sans', sans-serif;	
  color: #495057;
  padding: 40px 40px 20px 40px;
  background: rgba(0, 0, 0, 0.1);
  left: auto;
  bottom: 80px;
  right: 12px;
  width: 40%;	
}

@media (max-width: 1200px) {
	.carousel-dark .carousel-caption {
	  left: 15%;
	  right: 15%;
	  width: 70%;
	  bottom: 50px;	
	}
	
}

@media (max-width: 990px) {
	.carousel-dark .carousel-caption {
	  left: 0;
	  right: 0;
	  width: 100%;
	  bottom: 0;	
	}	
}

@media (max-width: 575px) {
	
/*	.carousel-inner {
  	width: 250%;
	}*/
	
	.carousel-dark .carousel-caption {
	  width: 40%;
	  padding: 20px 15px 20px 15px;	  
	}
	
	.carousel-item .btn-lg {
	padding: 0.4rem 0.8rem;
	font-size: 0.7rem;
	margin-top: 0;
	}
	
	.carousel-item p {
	font-size: 0.8rem;
	}
	
}

.carousel-indicators [data-bs-target] {
	/*width: 45px;*/
	width: 0px;
	height: 7px;
	opacity: 1;
	background-color: #fff;
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #FFF;
}
.carousel-indicators .active {
  background-color: #ac0a0a !important;
}

.carousel-caption {
  text-align:left;
}

.carousel-caption h2, .carousel-caption h3,
.carousel-caption h4, .carousel-caption h5  {
  font-weight: 800;
  margin-bottom: 20px;	
}

.carousel-caption h2 {
  font-size: 36px;
}

.carousel-caption h3 {
  font-size: 32px;
}

.carousel-caption h4 {
  font-size: 28px;
}

.carousel-caption h5 {
  font-size: 24px;
}

.btn-lg {
  padding: .8rem 1.5rem;
  font-size: 1rem;
  border-radius: .3rem;
  margin-top: 15px;	
}

@media (max-width: 1200px) {
	.carousel-caption h2, .carousel-caption h3,
	.carousel-caption h4, .carousel-caption h5  {
	  font-size: 25px;	
	}
}

@media (max-width:767px) {
	.carousel-caption h2, .carousel-caption h3,
	.carousel-caption h4, .carousel-caption h5  {
	  font-size: 18px;	
	}
}

.bnb {
  margin-top: 70px;
  margin-bottom: 70px;
  font-family: 'Plus Jakarta Sans', sans-serif;		
}

.bnb h6 {
  font-size: 15px;
  font-weight: 800;
}

.bnb h3 {
  font-size: 43px;
  font-weight: 800;
  margin-bottom: 20px
}

.bnb h5 {
  margin-bottom: 20px
}


.g-7, .gx-7 {
  --bs-gutter-x: 7rem;
}

@media (max-width:991px) {
	.g-7, .gx-7 {
	  --bs-gutter-x: 3rem;
	}
}


.home-box{
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size:15px;
  line-height: 25px;
  margin-bottom: 40px;	
}

.home-box h4{
  font-size:15px;
  line-height: 25px;	
  font-weight: 700;
}

.home-box p{
  font-weight: 300;	
}

.home-box-date{
  color: #7c7c7c;	
  font-weight: 600;	
}

.home-box-etichetta{
	background-color: #b30000;
	font-weight: 600;
	padding: 4px 6px 4px 4px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 6px;	
}

.home-box h4 a, .home-box p a {
  color: #000;
  text-decoration: none; 	
}

.home-box h4 a:hover, .home-box p a:hover {
  color: #cc0000;
  text-decoration: none;	
}

.home-box h4 a:active, .home-box p a:active {
  color: #ac0a0a;
  text-decoration: none;	
}

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

.photobox{
  margin-bottom: 20px;
}

.title-h4 {
  font-family: 'Plus Jakarta Sans', sans-serif;	
  position: relative;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 1px;	
}

.title-h4::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #edf2f4;
}


.title-h4 span {
  position: relative;
  display: inline-block;
  width: auto;
}

.title-h4 span::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ec2d2f;
}


.footer {
  font-family: 'Plus Jakarta Sans', sans-serif;	
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #e9ecef;
  font-size: 16px;
  color: #222328;
  margin-top: 80px;	
}

.footer a {
  color: #222328;
  text-decoration: none; 	
}

.footer a:hover {
  color: #222328;
  text-decoration:underline;
}

.footer a:active {
  color: #222328;
  text-decoration: none;	
}

.footer_bottom {
  text-align: center;
  padding-top: 20px;
  margin-top: 50px;	
  font-size: 12px;	
}

.social_footer {
justify-content: flex-end !important;
display: flex;
}

.social_footer p i {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
	margin: 0 6px 6px 0;
	padding: 0 0px 0 0;
	background-color: rgba(109,110,113,0.3);
	color: #FFF;
	border-radius: 50%;
}

.copyright {
  text-align: right;
  margin-top: 60px;
  font-size: 12px;
}

/*
DROPMENU
<<<<======================================================>>>>*/

/* Stili generali del menu */
.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125 !important;
  background-color: #e9ecef !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #b30000 !important;
}

/* Stili per desktop */
@media all and (min-width: 992px) {
  .dropdown-menu {
    padding: 0.5rem 0.5rem;
  }

  .dropdown-menu li {
    position: relative;
  }

  .dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }

  .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }

  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}

/* Stili per mobile */
@media (max-width: 991.98px) {
  .navbar-nav .dropdown-menu {
    position: static;
    transform: none;
    width: auto;
    margin: 0;
    box-shadow: none;
  }

  /* Rimuovi la regola che nasconde i sottomenu */
  /* .navbar-nav .dropdown-menu .dropdown-menu {
    display: none;
  } */

  .dropdown-menu .dropdown-menu {
    display: none;
  }

  .dropdown-menu .dropdown-item.dropdown-toggle {
    position: relative;
    width: 100%;
  }

  .dropdown-menu .dropdown-item.dropdown-toggle::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .dropdown-menu .show > .dropdown-menu {
    display: block;
  }

  .navbar-nav .dropdown-submenu {
    position: static;
  }

  .navbar-nav .dropdown-submenu .dropdown-menu {
    margin: 0;
  }

  .navbar-nav .dropdown-toggle::after {
    display: none;
  }
}

/* Stili aggiuntivi */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-item {
  padding: 0.5rem 0.5rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.contenuti h1 {
  margin-bottom: 4.5rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

@media (min-width: 991.98px) {
  .navmega {
    justify-content: flex-end !important;
  }

  .lgrm {
    right: 0;
  }
}


/*
MENU SIDEBAR
<<<<======================================================>>>>*/

.sidemenu {
/*    padding: 20px 10px;
    border: solid 1px #edf2f4;*/
}

.sidemenu .nav-item {
    border-bottom: 1px dashed #edf2f4;
	padding: 5px 0;
}

.sidemenu .submenu .nav-item {
	padding: 0;
	border-bottom: 1px dashed #edf2f4;
}

.sidemenu .submenu .nav-item .dropdown-item {
	padding: 10px;
}

.sidemenu .dropdown-menu {
	display: block;
	border: 0;
	padding: 0rem 1rem
}

.sidemenu .nav-link {
	padding: .5rem 0.5rem;
	font-family: 'Plus Jakarta Sans', sans-serif;
	color: #8A8A8A
}


#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}


/*
CARD CONTACT
<<<<======================================================>>>>*/

.contact-info-area {
  font-family: 'Plus Jakarta Sans', sans-serif;		
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 4px;
  position: relative;
}

.card-body .title-h4 {
  font-weight: 600;
}

.ico-contact-info-area {
	color: #BBBBBB; 
	margin-right: 20px;
}

.card-body {
  padding: 32px 16px 32px 16px;
  font-weight: 200;
}

.card-body p {
  text-align: left;
}


.card-contact-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
  font-size: 1.50rem; 
  font-weight: 800;	
}

.card-photo {
  padding: 32px 0 32px 32px;
}

.card-body .card-title {
  margin-bottom: 23px;
}

@media (max-width:767px) {
	.card-photo {
	  padding: 25px 0 0 0;
	  margin: 0 auto;
	  width: 180px;
	}
	
	.contact-info-area .row {
	  --bs-gutter-x: 0;
	}
}


.card-body td {
  vertical-align:top; 
  padding: 8px 0;
}

.card-body .btn {
  margin-top:37px;
}

.contact-info-area .card-photo .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.contact-info-area .card-photo .pic img {
  transition: ease-in-out 0.3s;
}

.contact-info-area:hover img {
  transform: scale(1.1);
}


.edit_contact {
  font-size: 11px;
  padding: 5px;
  position: absolute;
  right: 10px;
}

.contenuti {
  margin-top: 50px;
}

@media (max-width: 991.98px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ededed;	
}

.breadcrumb {
  margin-bottom: 0;	
}


.article-info {
    border-bottom: 1px solid #ededed;
}

.com-content-article__body {
  margin-top: 25px;
  font-size: 1.1rem;
  line-height: 1.7;
}

.card-text-small {
	font-size: .875em;
	line-height: 1.5em;
}

.pagination .page-item.active .page-link {
  background-color: #b30000;
  border-color: #b30000;
}

.pagination .page-link {
  color: #b30000;
}

.s2s_supra_contenedor  {
  position: relative;
  top: -60px;
  float: right;
  width: 100%;
  height: 0;
}
	
.accordion-button {
  font-size: 1.5rem;
  color: #000 !important;
  font-weight: bold;	
}	

.accordion-button:not(.collapsed) {
  color: #b30000 !important;
  background-color: #f7f7f7;
}

.accordion-button:focus {
  border-color: #000;
  box-shadow: 0 0 0 .25rem rgba(0,0,0,.25);	
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


.tagbut a{
  background-color: #b30000 !important;	
  color: #FFF;
  border-radius: .25rem;
  display: inline-block;
  padding: .35em .65em;	
}

.tagbut a:hover{
  background-color: #000 !important;	
  color: #FFF
}

.badge
{
  font-size: .75em;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  padding:0;	
}

.sidemenu .navbar-nav .dropdown-item {
  white-space: normal !important;
}

.item-102 .nav-link {
  white-space: normal !important;
}

.formule td {
  padding: 8px;
}

#reference {
  font-size: .875em;
  color: #6c757d !important;	
}

#result{
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  margin-top: 25px;	
}

.sostieni {
  font-size: 18px;
}

/* FONT AWESOME GENERIC BEAT */ 
.fa-beat {
  animation:fa-beat 5s ease infinite;
}
@keyframes fa-beat {
  0% {
    transform:scale(1);
  }
  5% {
    transform:scale(1.30);
  }
  20% {
    transform:scale(1);
  }
  30% {
    transform:scale(1);
  }
  35% {
    transform:scale(1.30);
  }
  50% {
    transform:scale(1);
  }
  55% {
    transform:scale(1.30);
  }
  70% {
    transform:scale(1);
  }
}

.wof {
  margin-top: 90px;
}

.dataj {
    display: inline-block;
    text-align: center;
    width: 61px;
    background-color: #ededed; 
    color: #000000;
    font-family: Arial, sans-serif;
    border-radius: 5px;
}

.dataj .mesej {
    font-size: 7px;
    text-transform: uppercase;
    padding: 5px 0;
}

.dataj .giornoj {
    font-size: 28px;
    font-weight: bold;
    line-height: 16px;
	color: #717171;;
}

.dataj .annoj {
    font-size: 10px;
    padding: 5px 0;
}


.btn-group{
    height:50px;
}


.chosen-container {
    font-size: 16px;
}

.chosen-container-single .chosen-single {
    background: #fff;
	padding: 6px 0 6px 8px;
	height: auto;
}

.chosen-container-single .chosen-single div b {
    background: url(chosen-sprite.png) no-repeat 0px 8px;
}

.js-stools-field-list {
    margin: 0 0 5px 5px;
}

.js-highlight {
  margin-top: 50px;	
  width: 100%;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1400px) {
  .js-highlight {
    max-width: 1320px;
  }
}


