@charset "utf-8";
/* CSS Document */
:root {
     --primary-color: #089963;
     --secondary-color: #045839;
}
$bootstrap-icons-font-dir: "bootstrap-icons";
@import "bootstrap-icons";
.w-65 {
	width: 65% !important;
}
/*COLORI*/

.text-animp-verde {
	color: #46C592 !important;
}
.text-animp-white {
	color: #FFF !important;
}
.text-animp-verdeScuro {
	color: #28724f !important;
}
.text-animp-verdeChiaro {
	color: #E6F5EF !important;
}
.text-animp-giallo {
	color: #FACB7E !important;
}
.text-animp-grigioChiaro {
	color: #EEEEEE !important;
}
.text-animp-grigioScuro {
	color: #777 !important;
}
.text-animp-nero {
	color: #0C0C0C !important;
}

.bk-animp-verde {
	background: #46C592 !important;
}
.bk-animp-verdeScuro {
	background: #28724f !important;
}
.bk-animp-verdeScuro {
	/*background: #029861 !important;*/
}
.bk-animp-verdeChiaro {
	background: #E6F5EF !important;
}
.bk-animp-giallo {
	background: #FACB7E;
}
.bk-animp-grigioChiaro {
	background: #EEEEEE !important;
}
.bk-animp-grigioScuro {
	background: #BFBFBF !important;
}
.bk-animp-nero {
	background: #0C0C0C !important;
}
/*FONT */
h1, h2, h3 {
	font-family: 'GillSans', sans-serif !important;

}
p,  ul, li, span, div {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;

}

.gill {
	font-family: 'GillSans', sans-serif !important;
}
.titillium-web-extralight {
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.titillium-web-light {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.titillium-web-regular {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.titillium-web-semibold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.titillium-web-bold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.titillium-web-black {
  font-family: "Titillium Web", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.titillium-web-extralight-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.titillium-web-light-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.titillium-web-regular-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.titillium-web-semibold-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.titillium-web-bold-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: italic;
}
::placeholder { 
  color: #029861 !important;
}
::-moz-placeholder {
  color: #029861 !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #029861 !important;
}
.nav-close-on-top{
  position: relative;
  z-index: 999999;
}
.btn {
    font-size: 16px !important;
}
@font-face {
      font-family: 'GillSans'; /* Un nome che dai al font */
      src: url('font/GillSans.woff') format('woff'); /* Il percorso al file del font */
      font-weight: normal;
      font-style: normal;
    }
.gillFont {
	font-family: 'GillSans', sans-serif;
}
.btn-animp {
	background: #28724f !important;	
	text-transform: uppercase !important;
	border: 1px solid #28724f !important;
	color: #fff;
	
}
.btn-animp:hover {
	background: #029861 !important;	
	text-transform: uppercase !important;
	border: 1px solid #029861 !important;
	color: #000;
	
}
.btn-animp-non-attivo {
	background: #fff !important;	
	text-transform: uppercase !important;
	border: 2px solid #fff !important;
	color: #029861 !important;

}
.btn-animpMob {
	background: #28724f !important;	
	color: #fff;
	border: 0px solid #fff !important;
	
}
.btn-animp-non-attivoMob {
	background: #fff !important;	
	color: #029861 !important;
	border: 0px solid #fff !important;

}
.pointer {
    cursor: pointer !important;
}
li {
	list-style-position: inside;
}
.dropdown-hover:hover  .sottomenu1 {
  display: block;

}
.navbar-toggler-icon {
    filter: invert(1);
}
/*CONTENUTO */
html,
body {
  height: 100%;
}
h1,
small {
  color: white;
}
header {
  height: 130px;
  padding: 10px;
  background: #fff;
}
header > div {
  height: 130px;
}
header > div >  div {
  height: 130px;
}

main {
  /*min-height: calc(100% - 100px);*/
}
.container-fluid {
  height: 100%;
  background: #ecf0f1;
}
.container {
  height: 100%;
  background: #ffffff; 
}

.row {
	/*height: 400px;*/
}
.row > div {
	/*background: #AA494A;*/
	/*border: 1px solid white;*/
	/*height: 200px;*/
}
.row > div.due {
	background-color: var(--primary-color);
}
nav {
	height: 80px;
}
.navbar-nav .nav-link{
  font-size: 22px; /* cambia valore */
}
.nav-link:hover {
	font-weight: bolder !important;
}
.nav-link:hoover {
	border-bottom: hidden !important;
}
.nav-underline  {
	border-bottom: hidden !important;
	
}
li.nav-item > a.VM_attiva {
	border-bottom-width: 10px !important;
	border-color: #fff;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}
.dropdown-item {
	font-size: 20px !important;
	
}
.dropdown-item:hover {
	background-color: #E6F5EF !important;
	
}
footer {
}

.accordion-button:not(.collapsed) {
  background-color: #EEE !important;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #EEEE;
}
.accordion-button {
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #FFF !important;
}
 input.cercaInput::placeholder {font-size: 18px;}
option {
    font-size: 18px;
}
select {
    font-size: 18px;
}

/*TIPOGRAFIA*/
.testoVerticale {
    transform: rotate(270deg);
}
.maiuscolo {
	text-transform: uppercase !important;
}
.testo-titolo {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 25px;
	margin-bottom: 0px !important;
      font-family: 'GillSans', sans-serif !important;
      font-weight: 700 !important;
      font-style: normal !important;

}
.testo-titoloEv {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 30px !important;
	margin-bottom: 0px !important;
}
.testo-titolo-bianco {
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 3vw;
	margin-bottom: 0px !important;
}
.testo-titolo1 {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 22px;
	margin-bottom: 0px !important;
}
.testo-titolo2 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	margin-bottom: 0px !important;
}
.grassone {
	font-weight: 700 !important;
	letter-spacing: 1px !important;
}
.grassoneP {
	font-weight: 700 !important;
}
.labelAssociato:hover {
	background: #029861 !important;
	color: #fff !important;
}
.pagAttiva{
	color: #029861 !important;
}
/* EFFETTI */
.immHov:hover {
	opacity: 1;
}
.no-radius{
    border-radius:0px !important;
}
.active >  .page-link  {
    background-color: #029861 !important;
    border-color: #029861 !important;
    color: #FFF !important;
}
.page-link  {
    color: #029861 !important;
}
/* HOME */

.immHov {
	opacity: 0;
	transition-duration: 0.9s;
}
.immHov1 {
	opacity: 0;
}
.imPersone {
	background-image: url("../immagini/associazione/Animp_ChiSiamo_Associazione_Persona.svg");
	background-repeat: no-repeat;
	background-size: cover;
}

.imNews {
	background-image: url("../immagini/home/Animp_Homepage_News_Scura.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.imCorsi {
	background-image: url("../immagini/home/Animp_Homepage_Corsi_Scura.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.imEventi {
	background-image: url("../immagini/home/Animp_Homepage_Eventi_Scura.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.imCertificazioni {
	background-image: url("../immagini/sistema/Animp_Certificazioni_BannerHPscura.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.loghiNuma {
	max-width: 45%;
}
.pulsante {
	 border-radius: 25px;
		font-size: 0.6rem;

}
.responsive-font-footer {
	font-size: 12px;
  padding: 20px 0px 20px 0px;
  text-align: left !important;

}
.minifooter {
	font-size: 0.4rem;
}
.ComeAssociarsi {
	width: 25px;
	padding-left: 5px;
}
.card-body {
	height: 150px;
	text-align: left !important;
	background-color: white;
	transition-duration: 0.5s;

}
.card-body:hover {
	/*height: 330px;
	margin-top: -180px;*/
}
.cardHooverHAP {
	height: 330px;
	margin-top: -180px;
    padding-top: 6rem !important;
	
}
.testoCard {
	visibility: hidden;
	display: block;
	width: 100%;
}
.testoCard:hover {
	/*text-decoration: none;
	visibility: visible;*/
}
.cardHooverTextHAP {
	text-decoration: none;
	visibility: visible;
}
.card-img-top {
    height: 180px !important;
    width: 100%;
      object-fit: cover;    
}
.cardPub {
    max-width: 200px !important;

}
.cardPub-body {
	height: 80px;
	text-align: center!important;
	background-color: white;
	transition-duration: 0.5s;

}
.cardPub-body:hover {
	/*height: 330px;
	margin-top: -180px;*/
}
.cardPubHooverHAP {
	height: 330px;
	margin-top: -180px;
    padding-top: 6rem !important;
	
}
.testocardPub {
	visibility: hidden;
	display: block;
	width: 100%;
}
.testocardPub:hover {
	/*text-decoration: none;
	visibility: visible;*/
}
.cardPubHooverTextHAP {
	text-decoration: none;
	visibility: visible;
}
.cardPub-img-top {
    height: 100%;
    width: 100%;
}
.cardPubM {
    max-width: 220px !important;
    text-align: center;
    align-content: center;
    margin: auto !important;

}
.cardPubM-body {
	height: 80px;
	text-align: center!important;
	background-color: white;
	transition-duration: 0.5s;

}
.cardPubM-body:hover {
	/*height: 330px;
	margin-top: -180px;*/
}
.cardPubHooverHAP {
	height: 330px;
	margin-top: -180px;
    padding-top: 6rem !important;
	
}
.testocardPub {
	visibility: hidden;
	display: block;
	width: 100%;
}
.testocardPub:hover {
	/*text-decoration: none;
	visibility: visible;*/
}
.cardPubHooverTextHAP {
	text-decoration: none;
	visibility: visible;
}
.cardPubM-img-top {
    height: 100%;
    width: 100%;
}

.pulsante:hover {
	background-color: #eeeeee !important;
	color: #029861 !important;
}
.pulsante > button:hover {
	background-color: #eeeeee !important;
	color: #029861 !important;
}

/* ASSOCIAZIONE */
.organigramma {
	background-image: url("../immagini/associazione/Organigramma/PNG/Animp_ChiSiamo_Associazione_Organigramma.png"); 	
	background-repeat: no-repeat; 	
	background-size: 100% 100%;
	background-position-x: center;
	background-position-y: 10%;
}
.rounded-animp-5 {
	border-radius: 2rem;
}
.imSezioniHover {
/*	opacity: 1;
	transition-duration: 0.9s;
*/
    display: none; 
}
.imSezioni {
/*	background-image: url("../immagini/associazione/Icone sezioni/Screenshot 2025-09-20 212903.png");
	background-repeat: no-repeat;
	background-size: cover;
*/}
.imSezioniContainer:hover {
    color: #28724f !important;
    font-weight: bold !important;
}
.imSezioniContainer:hover .imSezioniHover {
    display: inline; 
}
.imSezioniContainer:hover .imSezioniReg {
    display: none; 
}

.imSezioniHover:hover {
/*	opacity: 0;
*/}
.imSezioniContainerAss {
    color: #28724f !important;
}

.imSezioniContainerAss:hover {
    color: #fff !important;
}
.imSezioniContainerAss:hover .imSezioniHover {
    display: inline; 
}
.imSezioniContainerAss:hover .imSezioniReg {
    display: none; 
}

p.nomeSezioneLogo:hover {
    color: #28724f !important;
}
.mattonelle {
	width: 22% !important;
	height: 22% !important;
	max-height: 22% !important;
    background-color: #fff ;
}
.mattonelle:hover {
	background-color: #28724f !important;
    border: 1px solid white;
    
}

.certificazione1 {
	background: url('../immagini/sistema/Animp_Formazione_Headera.png'), rgba(0,0,0,0.5);
	background-repeat: no-repeat !important;
	background-size: cover;

}
.certificazione1a {
	background-color: rgba(2, 152, 97, 0.8);
	color: #fff;
}
.certificazione1b {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;

}
.nomeSezioneLogo {
    font-size: 0.5vw;
}
/* Smartphone */
@media screen and (max-width: 767px) {
    .imPersonea img {
        width: 100px !important;
        
    }
}

@media (max-width: 575.98px){
  .responsive-font-p {
    font-size: 10px;
	  display: inline !important;
  }
	 header {
	  height: 50px;
	}
	header > div {
	  height: 50px;
	}
	header > div >  div {
	  height: 50px;
	}
	.testo-titolo {
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 25px;
	}
	.pulsante {
		 border-radius: 25px;
			font-size: 0.9rem;

	}
	.testo-titolo1 {
		padding-top: 50px;
		padding-bottom: 25px;
		font-size: 20px;
		margin-bottom: 0px !important;
	}
  .responsive-font-footer {
    font-size: 12px;
	  padding: 20px 0px 20px 0px;
	  text-align: left !important;

  }
	.minifooter {
		font-size: 0.4rem;
	}
	.ComeAssociarsi {
		width: 25px;
		padding-left: 5px;
	}
.nomeSezioneLogo {
    font-size: 2vw;
}
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .responsive-font-p {
    font-size: 10px;
	  padding-top: 10px;
  }
	 header {
	  height: 70px;
	}
	header > div {
	  height: 70px;
	}
	header > div >  div {
	  height: 70px;
	}
	.testo-titolo {
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 25px;
	}
	.pulsante {
		 border-radius: 25px;
			font-size: 0.6rem;

	}
	.testo-titolo1 {
		padding-top: 50px;
		padding-bottom: 25px;
		font-size: 20px;
		margin-bottom: 0px !important;
	}
  .responsive-font-footer {
    font-size: 9px;
	  padding: 70px 0px 70px 0px;
	  text-align: left !important;

  }
	.minifooter {
		font-size: 0.4rem;
	}
	.ComeAssociarsi {
		width: 25px;
		padding-left: 5px;
	}
.nomeSezioneLogo {
    font-size: 4vw;
}
    

}
@media (max-width: 991.98px) and (min-width: 768px) {
  .responsive-font-p {
    font-size: 15px;
	  padding-top: 15px;
  }
	 header {
	  height: 110px;
	}
	header > div {
	  height: 110px;
	}
	header > div >  div {
	  height: 110px;
	}
	.testo-titolo {
		padding-top: 40px;
		padding-bottom: 40px;
		font-size: 40px;
	}
	.pulsante {
		 border-radius: 25px;
			font-size: 0.6rem;

	}
	.testo-titolo1 {
		padding-top: 50px;
		padding-bottom: 30px;
		font-size: 25px;
		margin-bottom: 0px !important;
	}
  .responsive-font-footer {
    font-size: 11px;
	  padding: 70px 0px 70px 0px;
	  text-align: left !important;

  }
	.minifooter {
		font-size: 0.5rem;
	}
	.ComeAssociarsi {
		width: 25px;
		padding-left: 5px;
	}
.nomeSezioneLogo {
    font-size: 2.5vw;
}


}
@media (min-width: 992px) and (max-width: 1199.8px)  {
  .responsive-font-p {
    font-size: 20px;
	  padding-top: 20px;
 }
	 header {
	  height: 130px;
	}
	header > div {
	  height: 130px;
	}
	header > div >  div {
	  height: 130px;
	}

	.testo-titolo {
		padding-top: 50px;
		padding-bottom: 50px;
		font-size: 50px;
	}
	.pulsante {
		 border-radius: 35px;
			font-size: 1rem;

	}
	.testo-titolo1 {
		padding-top: 80px;
		padding-bottom: 40px;
		font-size: 30px;
		margin-bottom: 0px !important;
	}
  .responsive-font-footer {
    font-size: 14px;
	  padding: 70px 0px 70px 0px;
	  text-align: left !important;

  }
	.minifooter {
		font-size: 0.6rem;
	}
	.ComeAssociarsi {
		width: 35px;
		padding-left: 0px;
	}
}
@media (min-width: 1200px) and (max-width: 1700px)  {
    .iconaAssociarsi {
        width: 100% !important;
    }   
  .responsive-font-p {
    font-size: 20px;
	  padding-top: 30px;
 }
	 header {
	  height: 130px;
	}
	header > div {
	  height: 130px;
	}
	header > div >  div {
	  height: 130px;
	}

	.testo-titolo {
		padding-top: 50px;
		padding-bottom: 50px;
		font-size: 50px;
	}
	.pulsante {
		 border-radius: 45px;
			font-size: 1.3rem;

	}
	.testo-titolo1 {
		padding-top: 80px;
		padding-bottom: 40px;
		font-size: 30px;
		margin-bottom: 0px !important;
	}
  .responsive-font-footer {
    font-size: 16px;
	  padding: 70px 0px 70px 0px;
	  text-align: left !important;

  }
	.minifooter {
		font-size: 0.6rem;
	}
	.ComeAssociarsi {
		width: 35px;
		padding-left: 0px;
	}
.mattonelle {
	width: 18% !important;
	height: 18% !important;
	max-height: 18% !important;
}

}
@media (min-width: 1700px) and (max-width: 3000px)  {
  .responsive-font-p {
    font-size: 20px;
	  padding-top: 30px;
 }
	 header {
	  height: 130px;
	}
	header > div {
	  height: 130px;
	}
	header > div >  div {
	  height: 130px;
	}

	.testo-titolo {
		padding-top: 50px;
		padding-bottom: 50px;
		font-size: 40px;
	}
	.pulsante {
		 border-radius: 45px;
			font-size: 1.3rem;

	}
	.testo-titolo1 {
		padding-top: 80px;
		padding-bottom: 40px;
		font-size: 30px;
		margin-bottom: 0px !important;
	}
  .responsive-font-footer {
    font-size: 16px;
	  padding: 40px 0px 50px 0px;
	  text-align: left !important;

  }
	.minifooter {
		font-size: 0.6rem;
	}
	.ComeAssociarsi {
		width: 35px;
		padding-left: 0px;
	}
}
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
@media (max-width: 767px){
    .navbar-nav .nav-link{
  font-size: 15px !important; /* cambia valore */
    padding: 3px !important;
}

  .navbar-collapse{
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 320px;
    height: 100vh;

    background-color: #0b3d2e; /* cambia colore se vuoi */
    padding: 80px 20px 20px;

    transition: right .35s ease;
    z-index: 1050;
  }

  /* Quando è aperto */
  .navbar-collapse.show{
    right: 0;
  }

  /* Voci menu */
  .navbar-nav{
    text-align: left;
  }

  .nav-item{
    padding: 10px 0;
  }
}