@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 0.875rem;
	background-color: #FFFFFF;
	color: rgba(24,20,65, 0.6);
	-webkit-font-smoothing: antialiased;
	-mos-font-smoothing: antialiased;
	text-rendering: optimizeLegibility; 
}

::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
 }



.noScroll {
	overflow: hidden;
}

a {
	text-decoration: none;
	
}

a.titGreen, a.clrRed.titGreen, a.titGreen img, a.clrRed.titGreen img {
	transition: transform 0.2s linear 0s;
}

a.titGreen:hover {
	color: #00B1B9;
}

a.titGreen:hover, a.clrRed.titGreen:hover, a.titGreen:hover img, a.clrRed.titGreen:hover img, a.titGreen:focus, a.clrRed.titGreen:focus, a.titGreen:focus img, a.clrRed.titGreen:focus img {
	transform: translateX(5px);
}


::selection {
	background-color: #F6F8FF;
	color: rgba(24,20,65, 0.6);
}

::-webkit-input-placeholder { /* Edge */
	color: rgba(24, 20, 65, 0.8);
}

:-ms-input-placeholder { /* Internet Explorer */
	color: rgba(24, 20, 65, 0.8);
}

::placeholder {
  	color: rgba(24, 20, 65, 0.8);
}

.frmMdl::-webkit-input-placeholder { /* Edge */
	color: rgba(0, 177, 185, 0.6);
}

.frmMdl:-ms-input-placeholder { /* Internet Explorer */
	color: rgba(0, 177, 185, 0.6);
}

.frmMdl::placeholder {
  	color: rgba(0, 177, 185, 0.6);
}

.frmReg::-webkit-input-placeholder { /* Edge */
  	color: #FFFFFF;
	font-size: 0.875;
	font-weight: 400;
	letter-spacing: -0.006em;
}

.frmReg:-ms-input-placeholder { /* Internet Explorer */
  	color: #FFFFFF;
	font-size: 0.875;
	font-weight: 400;
	letter-spacing: -0.006em;
	
}

.frmReg::placeholder {
  	color: #FFFFFF;
	font-size: 0.875;
	font-weight: 400;
	letter-spacing: -0.006em;
}

.btn:hover {
    color: inherit;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.frmReg:focus {
	color: #FFFFFF !important;
    background-color: transparent;
	border-bottom: 2px solid #FFFFFF !important;
    border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-top-color: transparent !important;
}

.form-control:focus {
	color: rgba(24, 20, 65, 0.8);
	outline: 0;
    box-shadow: 0 0 0 0.0rem rgb(255 255 255 / 0%);
	border-color: #FFFFFF;
}


.frmReg::focus {
	color: rgba(0, 177, 185, 0.6);
    background-color: #FFFFFF;
    
}

.navbar-brand {
	font-size: 20px; 
	font-weight: 700;
	z-index: 9;
}

.navbar-light .navbar-toggler {
	background-color: #E05B5B;
    color: rgba(0,0,0,.0);
    border-color: rgba(0,0,0,.0);
	top: -12px;
    opacity: 1;
    position: absolute;
    right: -12px;
    margin: 0px;
    width: 82px;
    height: 82px;
    border-radius: 82px;
    font-size: 18px;
    z-index: 10;
    padding: 0px;
}

.navbar-light .navbar-toggler.opn {
	background-color: #ffffff;
	transition-delay: .3s;
}


.navbar-brand img.onMobile {
	height: 0px !important;
	opacity: 0; 
	width: auto !important;
	transition-delay: .3s;
	margin-right: 0px!important;
	transition: all .2s linear;
}


.navbar-brand.logoMobile img.onMobile {
	height: 76px !important;
	opacity: 1;
	width: auto !important;
	transition-delay: .3s;
	margin-left: -20px;
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
	background-image: url("../img/navbarToggler.svg") !important;
}

.navbar-light .navbar-toggler.opn .navbar-toggler-icon {
	background-image: url("../img/exitMenu.svg") !important;
	width: 20px;
	height: 20px;
	transition: all .3s ease-in-out;
    transition-delay: .3s;
}

.bgGreen {
	background-color: #00B1B9;
}
.bgGreen2 {
	background-color: rgba(0, 177, 185, 0.8);
} 
.link-cs1 {
	color:#fff!important;
	text-decoration:none;
	font-size:16px;
	font-weight:600;
	line-height:24px;
}

.bg-footer1 {
	background-color:#F6F8FF;
}

.text-foot {	
	font-size:16px;
	Line-height:24px; 
	color:#181441;
}

.btn-check:focus+.btn, .btn:focus {
	outline: 0;
    box-shadow: 0 0 0 0.0rem rgb(255 255 255 / 0%);
}

.fntWght400 {
	font-weight: 400 !important;
}

.fntWght600 {
	font-weight: 600 !important;
}

.fntWght700 {
	font-weight: 700 !important;
}

.fntWght900 {
	font-weight: 900 !important;
}

.fnt16 {
	font-size: 16px;
}

.mxWdthDesk {
	max-width: 1184px;
	margin: 0 auto;
}

.mxWdthDeskBg {
	max-width: 1280px;
	margin: 0 auto;
}

.bxVerde {
	background-color:#00B1B9; 
	color: #ffffff; 
	font-size: 16px; 
	font-weight: 600;
	letter-spacing: -0.011em;
}

.bxVerde a {
	text-decoration: none;
}
.bxVerde a span {
	font-weight: 700;
}

.bxVerde img {
	margin-top: 1px;
}

.navbar {
	padding-top: 16px;
    padding-bottom: 16px;
	overflow-x: hidden;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(24,20,65, 0.8);
	font-size: 16px;
	font-weight: 600;
	padding: 0px 1rem;
	position: relative;
}
.navbar-light .navbar-nav .nav-item:last-child > .nav-link {
	padding-right: 0px;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(224,91,91, 1);
}

.navbar-light .navbar-nav .nav-link.active::after {
	content: "";
	width: 46%;
	height: 2px;
	background-color: rgba(224,91,91, 1);
	display: block;
	position: absolute;
	left: 1rem;
	bottom: -4px;
    
}

.dropdown-menu {
	min-width: 100%;
	color: rgba(24, 20, 65, 1);
	border: 0px solid rgba(0,0,0,.15);
	border-radius: .25rem;
	background-color: transparent;
	inset: unset !important;
	transform: unset !important;
}

.dropdown-item {
	color: #FFFFFF;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #FFFFFF;
    background-color: transparent;
	font-weight: 600;
}

.dropdown-toggle::after {
	width: 12px;
	height: 8px; 
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	background-image: url("../img/chevronDown.svg");
	transition: all .3s ease-in-out;
	transform: rotate(0deg);
}

.dropdown-toggle.show::after {
	transform: rotate(180deg);
}

.titBg {
	font-size: 35px; 
	font-weight: 700; 
	color: rgba(24,20,65, 1);
}

.titBg.titPrg {
	font-size: 35px; 
}

.tit20 {
	font-size: 1rem;
	line-height: 30px;
}

.titSm {
	font-size: 1.05rem; 
	font-weight: 400; 
	letter-spacing: 0.11em;
}
.numbs {
	font-size: 35px; 
	font-weight: 700; 
	color: #E05B5B;
}
.bgGrey {
	background-color: #F6F8FF;
}

.titGreen {
	color: #00B1B9;
	font-size: 1.04rem;
	font-weight: 700;
}

.bxBanner {
	border: 1px solid rgba(84,94,117, 0.2); 
	border-radius: 1rem;
	background: #FFFFFF url("../img/bgBanner.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	max-width: 237px;
	min-height: 218px;
	margin-top: -74px;
	padding: 18px 70px 24px 24px;
}

.bxBanner .titGreen {
	font-size: 0.875rem;
}


.bxBanner h6, .swpSldNews h6, .bxNotizieRcr h6 {
	font-size: 1rem; 
	font-weight: 700; 
	color: rgba(24,20,65, 0.8);
	text-align: left;
}

.bxBanner a {
	text-decoration: none;
}
.bxBanner a:hover {
	color: #00B1B9;
}

.bxTxtProgetto ul {
	list-style: none;
	margin-top: 1.5rem;
	margin-bottom: 2.3rem;
	padding-left: 1rem;
}

.bxTxtProgetto ul li {
	margin-bottom: 8px;
	padding-left: 2rem;
	position: relative;
}

.bxTxtProgetto ul li::before {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url("../img/iconList.png");
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
}

.fnt18 {
	font-size: 18px;
}

.bgGreenVl {
	background-color: rgba(0,177,185, 0.8); 
	padding-bottom: 140px;
}

.bgGreenVl.bgGrey {
	background-color: #F6F8FF; 
	padding-bottom: 140px;
}

.swpCnt {
		position: absolute;
		top: 0;
	}

.swpSld {
	text-align: center;
}

.swpSld h2 {
	font-size: 25px; 
	font-weight: 700; 
	color:#E05B5B;
	padding-top: 1rem;
} 

.swpSld p {
	font-size: 16px; 
	font-weight: 600; 
	color: rgba(24,20,65, 0.8);
}

.swpSld.swpSldNews p {
	font-size: 0.875rem; 
	font-weight: 400; 
	color: rgba(24,20,65, 0.6);
	text-align: left;
 	overflow: hidden;
   	text-overflow: ellipsis;
   	display: -webkit-box;
   	-webkit-line-clamp: 3; /* number of lines to show */
   	-webkit-box-orient: vertical;
	margin-bottom: 1.5rem;
} 

.sub25 {
	font-size: 25px; 
	font-weight: 700;
}

.swiper-pagination-bullet {
	width: 12px;
    height: 12px;
	background: #545E75;
	opacity: .2;
}


.swiper-pagination-bullet-active {
    opacity: 1;
    background: #00B1B9;
}

.bxIntersect {
	padding-top: 180px ;
}

.clrRed, a.clrRed:hover {
	color: #E05B5B;
}

.cosmo-footer123 {
	max-width:250px;
}

.custom-logo-footer123 {
	max-width:55px;
}

.frmReg {
	border: 0px;
	border-bottom: 2px solid #FFFFFF;
	border-radius: 0px;
	background-color: transparent;
	color: #FFFFFF;
	/*margin-right: -15px;
	padding-right: 25px;*/
	padding-left: 0px;
	/*width: 50%;*/
	width: 100%;
	margin-right: 0px;
	padding-right: 0px
}

.btnReg {
	/*width: 50%;*/
	width: 100%;
	background-color: #FFFFFF;
	color: #00B1B9;
	border: 1px;
	border-radius: 1000px;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: -0.011em;
	transition: transform .2s linear 0s;
}

.btnReg:hover {
	background-color: #FFFFFF;
	color: #00B1B9;
	box-shadow: 0px 4px 16px rgb(0 0 0 / 16%);
	transform: translateY(-4px);
}

.frmMdl {
	color: rgba(0, 177, 185, 0.6);
}

.height-100gp {
	height:100px!important;
}

.swpSld.swpSldNews {
		background-color: #FFFFFF;
		padding: 0px;
		border-radius: 1rem;
		box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
		overflow-x: hidden;
	
}

.swpSldNews img:first-child {
	max-height: 170px;
	width: 100%;
	object-fit: cover;
	object-position: center center;
	margin-bottom: 1.5rem;
}

.swpSldNews h6, .bxNotizieRcr h6 {
	padding-left: 1rem;
	padding-right: 1rem;
	margin-bottom: 10px;
}

.bxNotizieRcr h6 {
	margin-top: 1.5rem;
}


.bxTags {
	margin-bottom: 10px;
}

.bxTags h2, .bxTags .tagsGreen, .bxTags .tagsGreen2 {
	display: flex;
    align-items: center;
    font-size: 12px;
    background-color: #ffffff;
    padding: 3px 12px;
    border-radius: 24px;
    margin-right: 8px;
    margin-bottom: 8px;
	white-space: nowrap;
	line-height: 1.5;
}

.bxTags h2.primary, .bxTags .tags.primary {
	background: rgba(224, 91, 91, 0.2);
	border: 1px solid #E05B5B;
	box-sizing: border-box;
	color: #E05B5B;
}

.bxTags h2.secondary, .bxTags .tagsRed.secondary {
	background: rgba(84, 94, 117, 0.2);
	color: rgba(84, 94, 117, 0.6);
}
.bxTags .tagsGreen2.secondary {
	background: rgba(84, 94, 117, 0.2);
	color: rgba(84, 94, 117, 0.6);
}
.bxTags .tagsGreen.secondary {
	background: rgba(84, 94, 117, 0.2);
	color: rgba(84, 94, 117, 0.6);
}

.bxTags .tagsRed.secondary:focus {
	background:  #E05B5B;
	color: #ffff;
}

.tagsRed_select {
	background:  #E05B5B!important;
	color: #ffff!important;
}

.tagsGreen_select{
	background:  #00B1B9!important;
	color: #ffff!important;
}

.tagsGreen2:hover {
	background:  #E05B5B!important;
	color: #ffff!important;
}

.tagsGreen:hover {
	background:  #00B1B9!important;
	color: #ffff!important;
}

.spanCategory {
	width:250px;
	margin-left:10px;
    background: #fff;
    top: 10px;
	font-size: 1rem;
    color: black;
	padding-left: 15px;
	padding-right: 15px;
}

.spanCategory1 {
	width:290px;
	margin-left:10px;
    background: #fff;
    top: 10px;
	font-size: 1rem;
    color: black;
	padding-left: 15px;
	padding-right: 15px;
}

.spanCategory2 {
	margin-left:10px;
    background: #fff;
    top: 10px;
	font-size: 1rem;
    color: black;
	padding-left: 15px;
	padding-right: 15px;
}

.custom_text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* number of lines to show */
	-webkit-box-orient: vertical;
}

.categoryBoxMain {
	background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 9px 4px 16px rgb(0 0 0 / 8%);
    border: 1px solid rgba(84, 94, 117, 0.1);
    margin-right: 16px;
	width: 245px;
	color:#ccc!important;
	font-size:1rem;
}

.categoryBoxMain:focus {
	background-color: rgba(0, 177, 185, 0.1);
	color:#00B1B9!important;
	border:1px solid white;
}

.width-mobile {
	width:142px;
	height:68px;
}

.cat-mobile {
	width:50px;
	height:50px;
}


#templateNotizia > a > div.px-3.pb-3 > div.d-flex.flex-wrap.bxTags.j_categorie > h2:nth-child(2){
	background: rgba(84, 94, 117, 0.2);
	color: rgba(84, 94, 117, 0.6);
	border: none;
}

#templateNotiziaPrivate > a > div.px-3.pb-3 > div.d-flex.flex-wrap.bxTags.j_categorie > h2:nth-child(2) {
	background: rgba(84, 94, 117, 0.2);
	color: rgba(84, 94, 117, 0.6);
	border: none;
}

.BgtemplateNotiziaOut {
	background: rgba(0, 177, 185, 0.2)!important;
}

.swpSldNews span, .bxNotizieRcr span {
	font-size: 12px;
	font-weight: 700;
	color: #00B1B9;
}

.form-control {
	height: 50px;
	border-radius: 0px;
}

.btnInvCnt, .btnGreen {
	border-radius: 30px;
	min-width: 240px;
	color: #FFFFFF;
	font-size: 1rem;
	line-height: 24px;
	letter-spacing: -0.011em;
	font-weight: 600;
	transition: transform .2s linear 0s;
}

.btnGreen:hover {
	background: rgba(0, 177, 185, 0.1);
	/* Primary/Maximum Green */

	border: 1px solid #00B1B9;
	box-sizing: border-box;
	border-radius: 24px;
	color: rgba(84, 94, 117, 0.6)!important;
}

.btnSearchGreen {
	border-radius: 30px;
	min-width: 140px;
	color: #FFFFFF;
	font-size: 1rem;
	line-height: 10px;
	letter-spacing: -0.011em;
	font-weight: 600;
	background-color: #00B1B9;
	border:0;
}

.btnSearchOrange {
	color:#E05B5B;
	font-size: 25px;
	line-height: 65px;
	font-weight: 700;
	background-color:  #FFFFFF;
	border:0;
}

.btnSearchGreenCategory {
	border-radius: 30px;
	color: #2b2b2b!important;
	font-size: 0.75rem;
	line-height: 10px;
	letter-spacing: -0.011em;
	font-weight: 600;
	background-color: #ccc;
	border:0;
}

.btnSearchGreenCategory:focus {
	color: #FFFFFF!important;
	background-color: #00B1B9!important;

}


.btnInvCnt {
	background-color: #E05B5B;
}

.btnGreen {
	background-color: #00B1B9;
}

.btnInvCnt:hover, .btnGreen:hover {
	transform: translateY(-4px);
	box-shadow: 0px 4px 16px rgb(0 0 0 / 16%);
}


.btnInvCnt:hover {
	background: rgba(255,255,255, 0.8);
	/* Primary/Maximum Green */

	border: 1px solid #E05B5B;
	box-sizing: border-box;
	border-radius: 24px;
	color: #E05B5B!important;
}

.bxInfo {
	font-size: 1.05rem;
	font-weight: 400;
	line-height: 24px;
}

.bxInfo li {
	margin-bottom: 8px;
}

.bxInfo a, .bxInfo a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.bxCont::after {
		content: "";
		width: 100%;
		height: 1px;
		display: block;
		background-color: #FFFFFF;
		margin-top: 30px;
}

.boxSelectSort {
	border: 2px solid #00B1B9;
	box-sizing: border-box;
	border-radius: 24px;
	width: 226px;
	height: 45px;
	background: #ffff;
	font-size: 16px;
	line-height: 20px;
	color:#00B1B9;
}

.boxSelectOption p {
	color:#00B1B9;
	background: #ffff;

}


.boxSelectOption p:hover {
	color: #ffff!important;
	background: #00B1B9!important;
}

.privacy_term_cond {
	font-weight: 700;
	color: rgba(24,20,65, 1);
	margin-top: 2rem;
	margin-bottom: 0.5rem;
}



.mdlFrmMbile, .mdlFrmMbile .modal-body {
	background-color: #00B1B9;
}

.modal-body .btn-close {
	top: -16px;
    background-color: white;
    opacity: 1;
    position: absolute;
    right: -16px;
    margin: 0px;
    width: 82px;
    height: 82px;
    border-radius: 82px;
    font-size: 18px;
    z-index: 10;
	background-image: url("../img/exit.svg") !important;
	background-position: 36px 40px;
	
}

.bxWhiteDash {
	background: #FFFFFF; 
	box-shadow: 0px 0px 12px rgba(59, 59, 59, 0.12); 
	border-radius: 12px;
}

.bxWhiteDash p:first-child {
	font-size: 20px; 
	letter-spacing: -0.017em; 
	line-height: 32px;
	margin-bottom: 30px;
}

.bxWhiteDash ul li {
	font-size: 16px; 
	font-weight: 400; 
	line-height: 24px; 
	letter-spacing: -0.011em;
	margin-bottom: 30px;
	padding-left: 2rem;
    position: relative;
}

.bxWhiteDash ul li::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/checkmark.png);
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
	transform: translateY(-50%);
}

.imgDtLog {
	position: absolute; 
	top: 0; 
	left: 0;
}

.bgBxVideo {
	background-image: url("../img/indianRedShapeMobile.png");
	background-position: 70px bottom;
	min-height: 230px;
	background-repeat: no-repeat;
	/*padding-bottom: 60px;*/
}

.bgVideo {
	border: 2px solid rgba(84, 94, 117, 0.2);
	/*height: calc(100% - 120px);*/
	height: auto;
	padding-bottom: 48%;
	margin-right: 50px;
	border-radius: 32px;
}

.bxVideo {
	position: absolute;
	left: 24px; 
	right: 0; 
	padding-top: 56.25%; 
	overflow: hidden; 
	box-shadow: 0px 32px 44px #818A8C; 
	border-radius: 30px; 
	background-color: #FFFFFF;
}

.bxVideo iframe, .bxVideo img {
	position: absolute; 
	top: 0;
	left: 0; 
	bottom: 0; 
	right: 0;
}

.bxMinYellowShp {
	width: 117px;
	height: 117px;
	border-radius: 117px;
	background: rgba(224, 217, 60, 0.6);
	position: absolute;
	top: -36px;
	left: -36px;
	z-index: 1;
}

.imgSmVdMbile {
	position: absolute;
    right: -24px;
    bottom: -43px;
}

.nav-pills .nav-link {
	font-size: 40px;
	font-weight: 600;
	color: rgba(24, 20, 65, 0.8);
	text-align: right;
	padding: 0px;
	position: relative;
	padding-right: 60px;
	display: flex;
    align-items: center;
	justify-content: flex-end;
    min-height: 100px;
    margin-bottom: 16px;
	min-width: 250px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #00B1B9;
	font-weight: 700;
    background-color: transparent;
}

.nav-pills .nav-link::after {
	content: "";
	width: 8px;
	height: 100%;
	position: absolute;
	right:0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	background-color: rgba(84, 94, 117, 0.1);
	border-radius: 20px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out;
}

.nav-pills .nav-link.active::after, .nav-pills .show>.nav-link::after {
	content: "";
	width: 8px;
	height: 100%;
	position: absolute;
	right:0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	background-color: #00B1B9;
	border-radius: 20px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out;
}

.swProgetto .swiper-slide {
		margin-bottom: 24px;
	}
.bxTxtSld, .bxTxtSldApp {
		background: #FFFFFF;
		border: 1px solid rgba(84, 94, 117, 0.4);
		box-shadow: 9px 4px 16px rgb(0 0 0 / 8%);
		border-radius: 16px;
		padding: 90px 24px 24px 24px;
		margin-top: -80px;
	}

.bxTxtSldApp {
		margin-bottom: 16px;
	}

.bxTxtSld h3, .bxTxtSldApp h3 {
		color: #00B1B9; 
		font-size: 24px; 
		letter-spacing: -0.006em; 
		font-weight: 600; 
		margin-bottom: 30px;
		text-align: center;
	}

.bxTxtSld p, .bxTxtSldApp p {
		font-size: 16px; 
		font-weight: 400;
	}

.bgNumProgetti {
		background-image: url("../img/BackgroundNumProgetti.png");
		background-position:right bottom;
		background-repeat: no-repeat;
		min-height: 380px;
		
}

.fnt40 {
	font-size: 35px;
}

.cntNumProgetti span {
	display: block;
}

.cntNumProgetti span:first-child {
	color: #E0D93C; 
	font-size: 90px; 
	line-height: 50px; 
	font-weight: 700;
	margin-bottom: 8px;
}

.cntNumProgetti span:last-child {
	font-size: 16px; 
	font-weight: 400; 
	color: rgba(24, 20, 65, 0.8);
	margin-top: 24px;
}

.bgGreenVl.bgGreenBoard {
	/*padding-bottom: 200px;*/
}

.swiper-button-next, .swiper-button-prev {
	color: #ffffff;
	margin-top: calc(-1 * var(--swiper-navigation-size)/ 1);
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 40px;
	font-weight: 900;
}

.swiper-button-next {
	right: 0;
}

.swiper-button-prev {
	left: 0;
}

.swpBoard .swpSld {
	color: rgba(24, 20, 65, 0.8);
}

.swpBoard .swpSld img {
	width: 200px;
  	height: 200px;
}

.swpBoard .swpSld div:nth-child(2) {
	font-size: 20px; 
	font-weight: 700; 
	margin-top: 24px;
	margin-bottom: 4px;
}

.swpBoard .swpSld div:last-child {
	font-size: 16px; 
	font-weight: 600; 
}

.bxAppBtn {
		max-width: 243px; 
	}

.bxSldApp, .bxSldMdc, .bxSldLab {
	background-color: #FFFFFF; 
	border-radius: 16px; 
	box-shadow: 9px 4px 16px rgba(0, 0, 0, 0.08); 
	border: 1px solid rgba(84, 94, 117, 0.1);
	margin-right: 16px;
	margin-bottom: 16px;
}

.bxSldApp, .bxSldMdc {
	padding: 24px;
	text-align: left;
}

.bxSldLab {
	padding: 20px;
	font-size: 16px;
	font-weight: 400;
	min-height: 180px;
}

.swpSld:nth-child(odd) .bxSldLab .bxPrvLab {
	background-image: url("../img/bgLabGrn.png"), url("../img/bgLabYl.png");
	background-position: left top, right bottom;
	background-repeat: no-repeat;
}

.swpSld:nth-child(even) .bxSldLab .bxPrvLab {
	background-image: url("../img/bgLabGrn.png"), url("../img/bgLabRs.png");
	background-position: right top, left bottom;
	background-repeat: no-repeat;
}

.bxSldLab h6 {
	font-size: 20px; 
	line-height: 32px; 
	color: #181441; 
	letter-spacing: -0.017em;
}

.bxSldApp div:first-child, .bxSldMdc div:first-child {
	color: #00B1B9; 
	font-size: 20px; 
	font-weight: 700; 
	margin-bottom: 14px;
}

.bxSldApp div:last-child, .bxSldMdc div:last-child {
	font-size: 16px; 
	font-weight: 400;
}

.bxSldMdc.bxBtnMdK {
	background-color: #00B1B9; 
	color: #FFFFFF; 
	font-size: 28px; 
	font-weight: 700; 
	letter-spacing: -0.021em; 
	line-height: 36px;
}

.minHght {
	min-height: 300px;
}

.bxTxtAppLSt ul {
	margin-top: 20px;
}

.bxTxtAppLSt ul li {
	font-weight: 700;
	margin-bottom: 8px;
}

.bxTxtAppLSt ul li:last-child {
	margin-bottom: 0px;
}

.brdVrd {
	border: 8px solid rgba(0, 177, 185, 0.4);
}

.bxVideo.brdVrd {
	box-shadow: unset;
}

.bxTxtSldApp ul li {
	margin-bottom: 8px;
    padding-left: 2rem;
    position: relative;
}

.bxTxtSldApp ul li::before {
	content: "";
    width: 18px;
    height: 24px;
    background-image: url( "../img/checkMrkApp.png");
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
}

.bgAppFeatures {
	background-image: url("../img/nuovo-bgapp.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	min-height: 700px;
	image-rendering: crisp-edges;
	image-rendering: -moz-crisp-edges;          /* Firefox */
	image-rendering: -o-crisp-edges;            /* Opera */
	image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
	-ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
}

.bxAppFeatures div {
	width: 100%; 
	max-width: 240px; 
	margin-bottom: 100px;
}

.bxAppFeatures h6 {
	font-size: 24px; 
	line-height: 36px; 
	font-weight: 700; 
	color: #00B1B9;
}

.bxAppFeatures div h6 {
	display: flex;
	align-items: flex-start;
}

.bxAppFeatures p {
	font-size: 20px; 
	line-height: 31px; 
	font-weight: 400;
}

.bxAppFeatures div:nth-child(odd) {
	text-align: right;
}

.bxAppFeatures div:nth-child(even) {
	text-align: left;
}

.bxAppFeatures div:first-child h6 {
	justify-content: flex-end;
}

.bxAppFeatures:first-child div:first-child {
	margin-left: 50px;
}

.bxAppFeatures:first-child div:last-child {
	margin-right: 50px;
}

.fnt12 {
	font-size: 12px;
}

.form-check-input {
	background-color: transparent;
	border: 2px solid rgba(255,255,255,1);
	width: 1.5em;
    height: 1.5em;
} 

.form-check-input:checked {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
.form-check-input:checked[type=checkbox] {
    background-image: url("../img/checkBoxSelected.svg");
}

.form-check-input:focus {
	border-color: #FFFFFF;
	box-shadow: 0 0 0 0.15rem rgb(255 255 255 / 25%);
}

.btnDropDown {
	padding: 0px;
	background-color: transparent;
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: -0.011em;
	display: inline-flex;
	align-items: center;
}

.semiCircle {
	height: 80px; 
	width: 40px; 
	background-color: rgba(224, 217, 60, 0.8); 
	border-radius: 0px 40px 40px 0px;
}

.bxSearchNotizie {
	padding: 6px; 
	border: 1px solid rgba(84, 94, 117, 0.4); 
	border-radius: 100px; 
	height: 45px;
}

.inpSearchNtz {
	border: 0px; 
	height: 100%; 
	color: rgba(24, 20, 65, 0.6); 
	background-color: transparent;
}
.inpSearchNtz:focus {
	background-color: transparent;
}

.inpSearchNtz::-webkit-input-placeholder /* Edge */ {
	color: rgba(24, 20, 65, 0.2);
	font-size: 20px;
}

.inpSearchNtz:-ms-input-placeholder /* Internet Explorer 10-11 */ {
	color: rgba(24, 20, 65, 0.2);
	font-size: 20px;
}

.inpSearchNtz::placeholder  {
	color: rgba(24, 20, 65, 0.2);
	font-size: 20px;
}

.btnSearchGreenNtz {
	border-radius: 30px;
	min-width: 71px;
	color: #FFFFFF;
	font-size: 1rem;
	line-height: 24px;
	letter-spacing: -0.011em;
	font-weight: 600;
	background-color: #00B1B9;
	border:0;
}

.btnSearchGreenNtz:hover {
	background: rgba(0, 177, 185, 0.1);
	/* Primary/Maximum Green */

	border: 1px solid #00B1B9;
	box-sizing: border-box;
	border-radius: 24px;
	color: rgba(84, 94, 117, 0.6)!important;
}

.btnSearchGreenNtz2 {
	border-radius: 24px;
	width:180px;
	height:46px;
	color: #FFFFFF;
	letter-spacing: -0.011em;
	font-weight: 600;
	background-color: #00B1B9;
	border:0;
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
}

.bxCtg {
	width: 25%;
	padding-right: 20px;
}



.titNotizieLbs {
	background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    top: -16px;
    left: 15px;
	font-weight: 600;
	line-height: 32px;
	color: rgba(24, 20, 65, 0.6);
}

.titNotizieLbsMobile {

	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	/* or 150% */
	
	letter-spacing: -0.011em;
	
	/* Text/Russian Violet 60 */
	
	color: rgba(24, 20, 65, 0.6);
}



.bxDashed {
	border: 1px dotted rgba(84, 94, 117, 0.4);
	border-radius:8px;
	padding: 48px 58px 34px 58px;
}

.categoryBoxNotizie {
	background: #FFFFFF;
    border-radius: 8px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(84, 94, 117, 0.1);
    width: 100%;
    color: rgba(24, 20, 65, 0.2);
	height: 100%;
	padding: 10px;
}

.categoryBoxNotizie h2 {
    font-size: 1rem;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 0px;
	margin-left: 16px;
	margin-right: 16px;
}

.cat-img-new {
	filter: grayscale(1);
}
.cat-img-new2 {
	filter: grayscale(0)!important;
}

.categoryBoxNotizie:hover, .categoryBoxNotizie.selected  {
	background: rgba(0, 177, 185, 0.1);
	border: 1px solid #FFFFFF;
}

.categoryBoxNotizie:hover h2, .categoryBoxNotizie.selected h2 {
	color: #00B1B9;
}

.categoryBoxNotizie:hover img, .categoryBoxNotizie.selected img {
	filter: grayscale(0);
}

.categoryBoxNotizie_hover {
	color: #00B1B9;
	background: rgba(0, 177, 185, 0.1);
	border: 1px solid #FFFFFF;
}

.hidden_not_log {
	filter:blur(3px);
}

.bxTgNotizie .col-12:first-child .titNotizieLbs {
	left: 30px;
}

.bxTgNotizie .col-12:last-child .titNotizieLbs {
	left: 38px;
}

.bxNotizieRcr {
	display: flex;
    flex-direction: column;
	background-color: #FFFFFF;
    padding: 0px;
    border-radius: 1rem;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
    overflow-x: hidden;
	width: 100%;
	margin-bottom: 16px;
	/*margin: 0 auto;*/
}

.bxNotizieRcr.cntEsterno {
	background: rgba(0, 177, 185, 0.2);
}


.bxNotizieRcr .imgNews {
	max-height: 170px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    margin-bottom: 0rem;
}


.grid-sizer, .grid-item {
	width: 25%;
	padding-right: 35px;
}

.bxNotizieRcr p {
	font-size: 0.875rem; 
	font-weight: 400; 
	color: rgba(24,20,65, 0.6);
	text-align: left;
	margin-bottom: 1.5rem;
} 

.bxTags .tagKeyWords {
	color: #FFFFFF;
}

.bxTags div:first-child .tagKeyWords {
	background-color: rgba(0, 177, 185, 1);
}

.bxTags div:nth-child(2) .tagKeyWords {
	background-color: rgba(0, 177, 185, 0.8);
}

.bxTags div:nth-child(3) .tagKeyWords {
	background-color: rgba(0, 177, 185, 0.7);
}

.bxTags div:nth-child(4) .tagKeyWords {
	background-color: rgba(0, 177, 185, 0.6);
}

.bxTags div:nth-child(5) .tagKeyWords {
	background-color: rgba(0, 177, 185, 0.5);
}

.bxTags div:nth-child(6) .tagKeyWords {
	background-color: rgba(0, 177, 185, 0.4);
}

.bxTags div:nth-child(7) .tagKeyWords {
	background-color: rgba(0, 177, 185, 0.3);
}

.divisore {
	width: 100%; 
	border: 1px dashed rgba(84, 94, 117, 0.2);
}

.bxTxtPst a, .bxTxtPst a:hover {
	color: rgba(24, 20, 65, 0.6);
}

a.bxCircShare, a.bxCircShare:hover {
	color: #E05B5B;
	text-transform: uppercase;
	font-weight: 700;
}

.circleShare {
	width: 50px; 
	height: 50px; 
	border-radius: 50%; 
	background-color: #E05B5B;
}

.bxApprLnks {
	background: #FFFFFF; 
	border: 1px solid rgba(84, 94, 117, 0.1); 
	box-shadow: 9px 4px 16px rgba(0, 0, 0, 0.08); 
	border-radius: 16px;
	font-size: 18px;
	font-weight: 600;
	color: rgba(84, 94, 117, 0.8);
}

.bxApprLnks a, .bxApprLnks a:hover {
	color: #E05B5B;
	font-size: 14px;
	font-weight: 600;
}

.bxVideo.bxImgNotSing {
	padding-top: 76.35%; 
	box-shadow: unset;
}

.bxImgNotSing img {
	width: 100%; 
	height: 100%; 
	object-fit: cover; 
	object-position: center;
}

.bgBxVideo.bgBxImgNotSing {
	background-position: right bottom;
    /*min-height: 300px;*/
}

.bxNumNewSingle {
	font-family: 'Homemade Apple', cursive; 
	font-size: 20px; 
	color: #E05B5B; 
	line-height: 1.2;
}

.bxNumNewSingle span.NmBig {
	font-size: 90px;
}

.swpNotSingle .swiper-slide {
	background-color: #FFFFFF;
	border: 1px solid rgba(84, 94, 117, 0.2); 
	box-sizing: border-box;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	margin-left: 8px;
	padding: 20px;
	filter: blur(1.5px);
}

.swpNotSingle .swiper-slide:last-child {
	background-color: transparent;
	border: 0px solid rgba(84, 94, 117, 0.2); 
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
	padding: 0px;
	opacity: 0;
	height: 0px;
}

.swpNotSingle .swiper-pagination .swiper-pagination-bullet:last-child {
	display: none;
}

.swpNotSingle .swiper-slide.swiper-slide-active {
    filter: blur(0px);
    transition: all .3s ease-in-out;
}

.swpNotSingle .swiper-slide {
	width: 74% !important;
}

.swpNotSingle .swiper-slide h6 {
	color: #00B1B9; 
	font-size: 14px; 
	font-weight: 700;
}

.swpNotSingle .swiper-slide h3 {
	color: rgba(24, 20, 65, 0.8);
	margin: 30px 0px;
}

.swpNotSingle .swiper-slide h3 a, .swpNotSingle .swiper-slide h3 a:hover {
	color: rgba(24, 20, 65, 0.8);
	font-size: 18px; 
	font-weight: 700; 
}

.swpNotSingle .swiper-slide a {
	font-size: 14px; 
	font-weight: 600; 
	color: #00B1B9;
	display: flex;
	align-items: center;
}

.swpSldNewsA {
	background-color: #FFFFFF;
	border: 1px solid rgba(84, 94, 117, 0.2);
	box-sizing: border-box;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	margin-left: 8px;
	padding: 20px;
	width:350px!important;
}

.bgNtSngle {
	background-image: url("../img/bgNotizieSingl.png");
	background-position: right top;
	padding-top: 40px;
	background-repeat: no-repeat;
}
.div.swpSldNews h2:nth-child(2) {
	background: rgba(84, 94, 117, 0.2);
	color: rgba(84, 94, 117, 0.6);
	border: none;
}

div.swpSldNews a:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h2:nth-child(2){
	background: rgba(84, 94, 117, 0.2);
	color: rgba(84, 94, 117, 0.6);
	border: none;
}

.textSwpMbile {
	color: rgba(24, 20, 65, 0.8); 
}

.bxMinYellowShp.cirYellowNot {
	width: 100px; 
	height: 100px; 
	top: -16px; 
	left: -40px;
}

.bgVideo.bxInterNot {
	padding-bottom: 0% !important; 
	margin-right:0px !important; 
	margin-left: 100px !important; 
	border-top-right-radius: 0px !important; 
	background-color: rgba(0, 177, 185, 0.6) !important;
}

.bxCntIntrNot {
	left: 0; 
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08) !important; 
	border: 1px solid rgba(84, 94, 117, 0.2) !important; 
	position: relative !important; 
	margin-left: -100px !important;
}

.bxCatIntrNot p {
	font-size: 14px; 
	color: rgba(24, 20, 65, 0.6); 
	font-weight: 600;
}

.bxCatIntrNot img {
	position: relative !important;
	width: auto;
	height: 152px;
	margin-bottom: 16px;
}

.boxCategoryMobile {
	width: 100%;
	height: 100%;
	border-radius: 0;
	background: #ffff;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 12;
	transition: right .3s ease-in-out;
	transform: translateX(100%);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.boxCategoryMobile.selected {
	right:100%;
}

.btnFilterClose {
	background-color: #00B1B9;
	color: #fff;
	border-color: rgba(0,0,0,.0);
	top: -12px;
	opacity: 1;
	position: absolute;
	left: -12px;
	margin: 0px;
	width: 82px;
	height: 82px;
	border-radius: 82px;
	font-size: 18px;
	z-index: 10;
	padding: 0px;
}

.btnFilterIndian {
	background: #E05B5B;
	/* Primary/Indian Red */

	border: 2px solid #E05B5B;
	box-sizing: border-box;
	border-radius: 24px;
	color:#fff;
	height:45px;
	width:89px;
	line-height:20px;
	font-weight:600;
}

#tplAltro {
	transition: transform .2s linear 0s;
}

#tplAltro:hover {
	transform: translateY(-4px);
}

/******** Media Queries ********/

@media (min-width: 576px) {
	.modal-dialog.mdlDlgFrmMbile {
		max-width: 100%;
	}
	
	.bgBxVideo {
		min-height: 400px;
	}
	
	.bgBxVideo.bgBxImgNotSing {
    	min-height: 510px;
	}
	
	.bxAppBtn {
    	margin-top: -30%;
    	margin-left: 55%;
	}
	
	.frmReg {
		width: 50%;
	}

	.btnReg {
		width: 50%;
	}
	
	.bxCatIntrNot img {
		height: 100px;
	}
}

@media (min-width: 768px) {
	.bgBxVideo {
		min-height: 450px;
	}
	
	.bgBxVideo.bgBxImgNotSing {
    	min-height: 590px;
	}
	
	.bxAppBtn {
    	margin-top: -25%;
    	margin-left: 55%;
	}
	
}

@media (min-width: 992px) {
	
	.navbar-brand {
	font-size: 30px; 
	}
	
	.navbar {
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
	}
	
	.titBg, .titBg.titPrg {
		font-size: 50px; 
	}
	
	.titBg.titPrg.titPrgBg {
		font-size: 60px;
	}

	.tit20 {
		font-size: 1.21rem;
		line-height: 31px;
	}
	
	.swpPag {
		display: none;
	}
	
	.swpPag.swpProgetti {
		display: block;
	}
	
	.swpSld {
		max-width: 228px;
	}
	
	.swpBoard .swpSld, .swpApp .swpSld, .swpLab .swpSld {
		max-width: unset !important;
	}
	
	.swpSld.swpSldNews {
		max-width: 220px;
		margin: 0 auto;
	}
	
	.swpSld:first-child img {
		margin-top: 1rem;
	}
	
	.swpBoard .swpSld:first-child img {
    margin-top: 0px;
	}
	
	.swpSld:first-child h2 {
		margin-top: -1rem;
	}
	
	.swpSld.swpSldNews:first-child img {
    margin-top: 0px;
	}
	
	.swpSld.swpSldNews:first-child h2 {
		margin-top: unset;
	}
	
	.bxIntersect {
	padding-top: 180px ;
	}
	
	.bgMnm {
		background: url("../img/minionYellow.png") right top no-repeat, url("../img/maximumGreen.png") left bottom no-repeat;
		padding-top: 40px !important;
		padding-bottom: 40px !important;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.swpSld.swpSldNews {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	
	.bxCont::after {
		content: "";
		width: 1px;
		height: 80%;
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		background-color: #FFFFFF;
		margin-top: 0px;
	}
	
	.bxVideo {
    	border-top-right-radius: 0px;
    	border-bottom-right-radius: 0px;
	}
	
	.bxVideo.brdVrd {
    	border-top-right-radius: 30px;
    	border-bottom-right-radius: 30px;
	}
	
	
	.bgBxVideo {
		background-image: url("../img/indianRedShape.png");
		background-position: 150px bottom;
		min-height: 410px;
	}
	
	.bgImage {
		background-image: url("../img/backgroundShape.png");
		background-position: left top;
		background-repeat: no-repeat;
	}
	
	.pdTpVlDesk {
		padding-top: 60px !important;
	}
	
	.fnt40 {
	font-size: 35px;
	}
	
	.bxAppBtn {
		margin-top: -30%; 
		margin-left: 60%;
	}
	
	.dropdown-menu {
		background-color: rgba(0, 177, 185, 1);
	}
	
	.bxCtg:last-child {
		padding-right: 0px;
	}
	
	.bgBxVideo.bgBxImgNotSing {
    	min-height: 440px;
	}
	
	.bxNumNewSingle { 
		font-size: 30px; 
	}

	.bxNumNewSingle span.NmBig {
		font-size: 100px;
	}
	
	.bxCatIntrNot img {
		height: 152px;
	}
	
}

@media (min-width: 1200px) {
	
	.swpSld.swpSldNews {
		max-width: 240px;
	}
	
	.nav-pills .nav-link {
		padding-right: 100px;
		min-width: 310px;
	}
	
	.swProgetto, .swpMdc {
		flex-direction: column;
	}
	
	.swProgetto .swiper-slide, .swpMdc .swiper-slide {
		height: auto;
		width: 100% !important;
		max-width: 100% !important;
	}
	
	
	.bxTxtSld {
		padding: 24px 24px 24px 90px;
		margin-left: -88px;
		margin-top: 65px;
		max-width: 480px;
	}
	
	.bxTxtSld h3 {
		text-align: left;
	}

	
	.swProgetto .swiper-slide:nth-child(even) {
		margin-left: 140px;
	}
	
	.swpPag.swpProgetti {
		display: none;
	}
	
	/*.swiper-container.swpApp {
		max-width: 1044px;
	}
	*/
	
	
	.bxSldApp, .bxSldLab {
		margin-bottom: 16px;
	}

	.bxSldMdc {
		margin-bottom: 48px;
	}
	
	.mgLftNeg {
		margin-left: -24px;
	}
	
	.bxVideo.brdVrd {
		left: 0px;
	}
	
	.bgAppFeatures {
		min-height: 660px;
	}
	
	.bxAppFeatures:first-child div:first-child {
		margin-left: 100px;
	}

	.bxAppFeatures:first-child div:last-child {
		margin-right: 100px;
	}
	
	.categoryBoxNotizie h2 {
		margin-right: 27px;
	}
	
	.bgBxVideo.bgBxImgNotSing {
    	min-height: 550px;
	}
	
}

@media (min-width: 1281px) {
	.bxVideo {
		width: auto;
    	border-top-right-radius: 30px;
    	border-bottom-right-radius: 30px;
	}
}

@media (min-width: 1400px) {
	
	.bxIntersect {
	padding-top: 140px ;
	}
	
	.bgBxVideo.bgBxImgNotSing {
    	min-height: 530px;
	}
}

@media (max-width: 991.98px) {
	
	.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    	color: rgba(255,255,255, 1);
	}
	.navbar-light .navbar-nav .nav-link {
		color: rgba(255,255,255, 1);
		font-size: 24px;
		font-weight: 400;
		margin-bottom: 30px;
	}

	.logo_mobile_m {
		height: 60px!important;
	}
	
	.navbar-light .navbar-nav .nav-link.active::after {
    	background-color: rgba(255,255,255, 1);
		width: 16%;
	}
	
	.navbar-collapse .navbar-nav {
	background-color: #E05B5B;
    position: fixed;
    width: 0px;
    top: 0px;
 	left: 0;
    bottom: 0;
    right: 0;
    padding-top: 140px;
    overflow-x: hidden;
	overflow-y: auto;
    white-space: nowrap;
    transition: width .3s ease-in-out;
	z-index: 8;
	}

	.navbar-collapse.show .navbar-nav {
		width: 100%;
	}

	.navbar-brand img.logo_mobile_m {
		width: 250px!important;
	}
	
	.navbar-brand.logoMobile img.logo_mobile_m {
	height: 0px !important;
	opacity: 0; 
	width: 0px !important;
	transition-delay: .3s;
	margin-right: 0px!important;
	line-height: 0px;
	transition: all .2s linear .45s;
	}
	
	
	.btnAppMnuMobile {
		background-color: #FFFFFF;
		border-radius: 100px;
		font-weight: 600;

	}
	
	.hghtMbile {
		height: 90px !important;
		margin: 0 auto;
	}
	
	.bxBanner {
		max-width: 100%;
		margin-top: unset;
		margin-bottom: -150px;
	}
	
	.pdBmMbile {
		padding-bottom: 150px !important;
	}
	
	.imgMtNMb {
		margin-top: -70px;
	}
	
	.titGreen {
		font-size: 12px;
	}
	
	.sub25 {
		font-size: 20px;
	}
	
	a.titGreen {
		font-size: 0.875rem;
	}
	
	.swpSld h2 {
		margin-bottom: 20px;
	} 

	.swpSld p {
		margin-bottom: 20px;
	} 
	
	.swpSldNews {
		width: 240px !important;
		/*margin: 0 auto !important;*/
		filter: blur(1.5px);
		transform: scale(.8);
		transition: all .3s ease-in-out;
	}
	.swpSldNews.swiper-slide-active {
		transform: scale(1);
		filter: blur(0px);
		transition: all .3s ease-in-out;
	}
	
	.mySwiperNews {
		padding-bottom: 4.063rem !important;
	}
	
	.imgDtLog {
		left: 16px;
		height: 100px !important; 
	} 
	
	.bxWhiteDash p:first-child {
		padding-top: 50px;
	}
	
	
	.bxMinYellowShp {
		width: 55px;
		height: 55px;
		top: -10px;
    	left: -10px;
	}
	
	.bgVideo {
		margin-right: 30px;
		/*height: calc(100% - 46px);*/
	}
	
	.bxVideo {
		left: 13px;
		top: 13px;
	}
	
	.ptVdeoMbile {
		padding-top: 64px;
	}
	
	.nav-pills .nav-link.nvMb span {
  		display: none;
	}
	
	.nvPlMb {
		flex-wrap: nowrap;
	}
	
	.nav-pills .nav-link {
		min-width: 80px;
    	margin-right: 10px;
	}
	
	.nav-pills .nav-link::after, .nav-pills .nav-link.active::after, .nav-pills .show>.nav-link::after {
		width: 100%;
    	height: 8px;
	}
	
	.tbCntMb h2 {
		font-size: 40px;
		color: #00B1B9;
		font-weight: 700;
		margin-bottom: 30px;
	}
	
	.tbCntMb .tit20 {
		text-align: justify;
	}
	
	.swpBoard .swiper-button-next, .swpBoard .swiper-button-prev {
		display: none;
	}
	
	.bgAppFeatures {
		background-image: url("../img/appFeaturesMobile.png");
		background-position: center bottom;
		min-height: 340px;
	}
	
	.titRegMb {
		font-size: 20px;
		font-weight: 600;
	}
	
	.txtRegMb {
		font-size: 14px;
	}
	
	.dropdown-menu {
		display: block;
	}
	.dropdown-toggle::after {
		display: none;
	}
	
	.bxCtg {
		width: 50%;
	}
	.grid-sizer, .grid-item {
		width: 100%;
		padding-right: 35px;
		padding-left:35px;
	}
	.bgVideo.bxInterNot { 
		margin-left: 50px !important; 
	}
	
}

@media (max-width: 595.98px) {
	.bxIntersect {
    padding-top: 220px;
	}
	
	.bxFonti div:first-child {
		width: 100%;
	}
	
	.bxCircShare {
		margin-left: auto;
	}
	
	.circleShare {
		width:38px;
		height: 38px;
	}
	
	.circleShare img {
		width:14px;
		height: 14px;
	}
	
	.bgSwpMbile {
		background-image: url("../img/Background.png");
		background-position: center top;
		background-repeat: no-repeat;
		padding-top: 100px;
	}
	
	.bgApprofMbile {
		background-image: url("../img/BgApprofondimentiMbile.png");
		background-position: center bottom;
		background-repeat: no-repeat;
	}
	
	.textSwpMbile {
		font-size: 20px; 
		font-weight: 700 !important;
		color: #FFFFFF;
	}
	 
	.pdtMblNtzSingle {
		padding-top: 60px;
	}
	
}




@media (max-width: 326.98px) {
	
	.bxIntersect {
    padding-top: 75%;
	}
	
	.bgBxVideo {
		min-height: 200px;
	}
	
	.bgBxVideo.bgBxImgNotSing {
    	min-height: 240px;
	}
}