body {    
    font-family:Montserrat;
    font-size:1.1rem;
    background-color: #F2F2F2;
}

#header {
    background: url("../images/image-settembreaifichi/sfondo-header-ticket-ticktak-convergenze-8f40e2.svg");
    background-size: cover;
    /*background-position: 80%;*/
    background-color: white;
    padding: 10px;
}

#content {
    background: #6DB31E;
}

.logo-header {
    height: 50px;
    width: auto;
}


.logo-cvg-header {
    height: 70px;
    width: auto;
}

.logo-cvg-header-subheader {
    height: 50px;
    width: auto;
}

.logo-cilentum-header {
    height: 120px;
    width: auto;
}

.logo-cilentum-footer {
    height: 90px;
    width: auto;
}

.icona-cart {
    height: 30px;
    width: auto;
    margin-left: 5px;
}

.navbar-btn-categories-white
{
    display: block!important;
    color: #fff!important;
    line-height: 40px;
    font-weight: bold;
    padding: 0 20px;
    text-decoration: none;

}

.font-btn-testo-bg {
    font-size:24px;
    line-height: 1em;
    font-family: Montserrat;
}

.settembre{
    color: #6DB31E;
    text-align: right;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    font-family: LibreBodoni;

    @media (max-width: 1300px){
           font-size: 56px;
    }

    @media (max-width: 599px){
           font-size: 32px;
    }
}

.fichi{
    color: #00722D;
    font-size: 144px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    font-family: LibreBodoni;

    @media (max-width: 1300px){
        font-size: 120px;
    }

     @media (max-width: 599px){
           font-size: 72px;
    }
}

.agrofesta{
    color: #A90710;   
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    font-family: LibreBodoni;

     @media (max-width: 1300px){
           font-size: 40px;
    }

    @media (max-width: 599px){
        font-size: 24px;
    }
}

.intervallo
{
    color: #6DB31E;  
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 36px */
    text-transform: uppercase;
    font-family: LibreBodoni;

      @media (max-width: 1300px){
           font-size: 28px;
    }

    @media (max-width: 599px){
        font-size: 16px;
    }
}

.giorno
{
    color: #6DB31E;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    font-family: LibreBodoni;

    @media (max-width: 1300px){
        font-size: 48px;
    }

    @media (max-width: 599px){
        font-size: 32px;
    }
}

.mese
{
    color: #6DB31E;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    font-family: LibreBodoni;

     @media (max-width: 1300px){
           font-size: 40px;
    }

     @media (max-width: 599px){
        font-size: 20px;
    }
}

.luogo{
    color: #A90710;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: LibreBodoni;

    @media (max-width: 1300px){
           font-size: 28px;
    }

     @media (max-width: 599px){
        font-size: 16px;
    }

}

#index-cvg {    
    background-color: #F0FDFF;
    padding-top: 10px;
    padding-bottom: 10px;
}

.text-index-cvg {
    color: #189cd8;
    font-weight: 400;
    font-size: 24px;
    font-family: Montserrat;
}

.btn-index-cvg {

    background: #009B40;
    color: white;
    font-size: 18px;
    font-weight: 800;
    padding:10px 30px;
    border-radius: 20px;
    font-family: Montserrat;
}

.btn-index-cvg:hover {
    color: white;
}

.badge-cart {
    color: white;
    background-color: #FD0000;
    font-weight: bold;
    font-size: 50%;
    vertical-align: top;
    margin-left: -10px;
    /* z-index: 100001; */
    position: absolute;
}


@media (max-width: 768px){

    #header {
        background-position: 25%;
        padding: 10px 0px;
    }

    .logo-header {
        height: 23px;
    }

    .logo-cvg-header {
        height: 50px;
    }

    .logo-cvg-header-subheader {
        height: 30px;
    }

    .icona-cart {
        height: 22px;
        margin-left: 0px;
    }

    .navbar-btn-categories-white
    {
        height: auto;
        font-weight: bold;
        padding: 0px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .font-btn-testo-bg {
        font-size: 14px;
    }
}

@media (max-width: 390px){
    .logo-header {
        height: 20px;
    }

    .logo-cvg-header {
        height: 40px;
    }

    .navbar-btn-categories-white
    {
        padding-left: 10px!important;
    }

}


#index-banner {
    background:url("../images/image-settembreaifichi/2025banner-homepage-desktop.png") ;
    background-size:cover;
    background-position: bottom right;   
    height: 600px;
    background-repeat: no-repeat;
    background-color: #6DB31E;
}

.lg-right
{
    flex-direction:column;
    padding-top:8rem;
    padding-right:13rem;

    @media (max-width: 1380px){
         padding-right:6rem;
          padding-top:8rem;
    }

      @media (max-width: 1300px){
         padding-right:6rem;
          padding-top:4.5rem;
    }
}

.lg-left{
    margin-top:-3.5rem;

     @media (max-width: 1380px){
         margin-top:-7rem;
    }
}




.title-index-banner {
    font-size: 140px;
    line-height: 143px;
    color: #000;
    font-weight: 900;
}

.accent-green {
    color: #E41F1F!important;
}


.text-ed-index-banner {
    color: #000;
    font-weight: 800;
    font-size: 50px;
    line-height: 48px;
}

.text-ed-index-banner-t {
    color: #000;
    font-weight: 900;
    font-size: 52px;
    line-height: 60px;   
}

.text-ed-index-banner-bg{
    font-size: 68px;
    font-weight: 700;
}

.text-ed-index-banner-edition{
    font-weight:700;
    font-size:24px;
    line-height:36px;
}

.text-ed-index-banner-gen{
    font-weight:800;
    font-size:58px;
    color:#FFFFFF;    
}

.mt-5per {
    margin-top: 8.5%;
}

.text-content-index {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    font-family: LibreBodoni;
}

.no-rimborso{
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: normal; 
    text-align: center;   
    font-family: LibreBodoni;
}

.subtitle-content-index {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    font-family: LibreBodoni;
}

@media (max-width: 2560px){
    .text-ed-index-banner {
        font-size: 40px;
        line-height: 38px;
    }
    .mt-5per {
        margin-top: 10.5%;
    }
}


@media (max-width: 2048px){
    #index-banner {
        background-position: 50%;
        height: auto;
    }

    .text-ed-index-banner {
        font-size: 34px;
        line-height: 34px;
    }
    .mt-5per {
        margin-top: 13.5%;
    }
}

@media (max-width: 1920px){
    #index-banner {
        background-position: 50%;
        height: auto;
    }

    .text-ed-index-banner {
        font-size: 30px;
        line-height: 28px;
    }
    .mt-5per {
        margin-top: 4.5%;
    }

    .title-index-banner {
        font-size: 100px;
        line-height: 95px;      
    }
    
}


@media (max-width: 1768px){
    .title-index-banner {
        font-size: 90px;
        line-height: 90px;
    }
    .text-ed-index-banner {
        font-size: 26px;
        line-height: 26px;
    }
}

@media (max-width: 1680px){
    .title-index-banner {
        font-size: 80px;
        line-height: 80px;
    }

    .logo-cilentum-header {
        height: 120px;
        width: auto;
    }

    .text-ed-index-banner-t {
        font-size: 46px;
        line-height: 54px;
    }

    .text-ed-index-banner-bg{
        font-size: 60px;
    }

    .text-ed-index-banner-gen{   
        font-size:52px;   
    }
}

@media (max-width: 1440px){
    .title-index-banner {
        font-size: 65px;
        line-height: 65px;
    }
     .logo-cilentum-header {
        height: 120px;
        width: auto;
    }

     .text-ed-index-banner-t {
        font-size: 36px;
        line-height: 44px;
    }

     .text-ed-index-banner-bg{
        font-size: 50px;
    }

    .text-ed-index-banner-gen{   
        font-size:42px;   
    }
}

@media (max-width: 1280px){
    
    .text-index-cvg {
        font-size: 20px;
        font-family: Montserrat;
    }
}

@media (max-width: 1199px){
    .title-index-banner {
        font-size: 52px;
        line-height: 52px;
    }
     .logo-cilentum-header {
        height: 100px;
        width: auto;
    }

     .text-ed-index-banner-t {
        font-size: 26px;
        line-height: 34px;
    }

     .text-ed-index-banner-bg{
        font-size: 40px;
    }

    .text-ed-index-banner-gen{   
        font-size:32px;   
    }    
}



@media (max-width: 991px){
    #index-banner {
        background:url("../images/image-settembreaifichi/2025banner-homepage-mobile.png") ;
        background-size: contain;
        /*background-position: top left;*/
        background-position: bottom left;
        background-color: #FFFFFF;
        height: auto;
        background-repeat: no-repeat;
    }  

    .title-index-banner {
        font-size: 80px;
        line-height: 80px;
    }
    .logo-cvg-cilentum {
        height: 100px;
        width: auto;
    }
   

     .text-ed-index-banner-gen{   
        font-weight:800;
        font-size:46px;
        color:#FFFFFF;   
    }

     .text-ed-index-banner-bg{
        font-size: 62px;
        font-weight: 700;       
    }

     .text-ed-index-banner-t {
        color: #000;
        font-weight: 900;
        font-size: 46px;
        line-height: 50px;   
    }

    .text-ed-index-banner-edition{
        font-weight:700;
        font-size:22px;
        line-height:34x;
    }
}


@media (max-width: 767px){

      .title-index-banner {
        font-size: 60px;
        line-height: 60px;
    }

    .text-ed-index-banner
    {
        margin-top: 1.8rem !important;
         font-size: 28px;
        line-height: 20px;
    }

     .text-ed-index-banner-gen{   
        font-weight:800;
        font-size:40px;
        color:#FFFFFF;   
    }

    .text-ed-index-banner-t {
        font-size: 38px;       
        font-weight: 900;
        line-height: 44px;
    }
    .text-ed-index-banner-bg {
        font-size: 38px;
        line-height: 34px!important;
    }

       .logo-cvg-cilentum {
        height: 90px;
        width: auto;
    }

    .text-ed-index-banner-edition{
        font-weight:700;
        font-size:14px;
        line-height:14px;
    }  
  

    .text-index-cvg {
        font-size: 16px;
        font-family: Montserrat;
    }

    .btn-index-cvg {
        font-size: 14px;
    }

    #index-cvg {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}




@media (max-width: 599px){   

    .title-index-banner {
        font-size: 40px;
        line-height: 40px;
        margin-left: 1rem !important;
    }

    .text-ed-index-banner-gen{   
        font-weight:800;
        font-size:28px;
        color:#FFFFFF;   
    }

     .text-ed-index-banner-t {
        font-size: 28px;       
        font-weight: 900;
        line-height: 32px;
        
    }   
   
    .logo-cilentum-header {
        height: 60px;
        width: auto;
    }

    .text-ed-index-banner
    {
        margin-top: 1.8rem !important;
        font-size: 28px;
        line-height: 20px;
    }

    .row-logo
    {
         margin-left: 0rem !important;
         margin-top: 0rem !important;
    }

    .logo-cvg-cilentum {
        height: 50px;
        width: auto;
    } 

   
    .text-ed-index-banner-bg {
        font-size: 28px;
        line-height: 24px!important;
    }
 

    .text-ed-index-banner-edition{
        font-weight:700;
        font-size:14px;
        line-height:14px;
    }  
  

    .text-index-cvg {
        font-size: 16px;
        font-family: Montserrat;
    }

    .btn-index-cvg {
        font-size: 14px;
    }

    #index-cvg {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}




@media (max-width: 390px){

    #index-banner {
        background:url("../images/image-settembreaifichi/2025banner-homepage-mobile-small.png") ;
        background-size: cover;
        background-position: bottom left;
        background-color: #FFFFFF;
        height: 440px;
        background-repeat: no-repeat;
    }  

    .text-index-cvg {
        font-size: 13px;
        font-family: Montserrat;
    }

    .btn-index-cvg {
        font-size: 13px;
        padding: 10px 25px;
    }

     .title-index-banner {
        font-size: 32px;
        line-height: 32px;
        /*margin-left: 1rem !important;*/
        margin-left: 0rem !important;
    }

    .text-ed-index-banner-gen{   
        font-weight:800;
        font-size:24px;
        color:#FFFFFF;   
    }

     .text-ed-index-banner-t {
        font-size: 24px;       
        font-weight: 900;
        line-height: 28px;
        
    }

    .row-giungano
    {
        /*margin-left: 0rem !important;*/
        margin-left: -15px !important;
        margin-top: 1.5rem !important;
    }

    .text-ed-index-banner
    {
        margin-top: 1.8rem !important;
        font-size: 28px;
        line-height: 20px;
    }

    .row-logo
    {
         /*margin-left: 0rem !important;*/
        margin-left: -20px !important;
        margin-top: 0rem !important;
    }

    .logo-cvg-cilentum {
        height: 50px;
        width: auto;
    } 

   
    .text-ed-index-banner-bg {
        font-size: 24px;
        line-height: 20px!important;
    }
   

    .text-index-cvg {
        font-size: 16px;
        font-family: Montserrat;
    }

    .btn-index-cvg {
        font-size: 14px;
    }

    #index-cvg {
        padding-top: 10px;
        padding-bottom: 10px;
    }





    
}

#content-product {
    background-color: white;
    padding: 48px;
    border-radius: 32px;
}

.div-name {
    padding:20px;
    color: #000;
    font-size: 24px;
    font-weight: 800;
    margin: 15px 0px;
    font-family: LibreBodoni;
}

.div-name.big {  
    background: url("../images/image-settembreaifichi/sfondo-header-ticket.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.div-name.medium {
    background: url("../images/image-settembreaifichi/sfondo-header-ticket.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.div-name.baby {
    background: url("../images/image-settembreaifichi/sfondo-header-ticket.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.border-image {
    /*height: 250px;
    border: 3px solid #444;*/

    width: 310px;
    height: 230px;
    border: 1px solid #000;
    margin-top: 10%;
}

.img-prodotto {
    height: 210px;
    width: auto;
}

.icona-prezzo {
    height: 30px;
    width: auto;
}

.prezzo {
    font-size: 32px;
    color: #00abf9;
    font-weight: 400;
    font-family: LibreBodoni;

}

.desc-prod {
    color: #000;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    font-family: LibreBodoni;
}

.desc-prod-dett {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: LibreBodoni;
}

.desc-est-prod {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    font-family:  Montserrat;

    .t{
        color: #000;
        font-family: LibreBodoni;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }   
    
    .title-desc
    {
        color: #6DB31E;      
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        font-family: LibreBodoni;

        @media (max-width: 599px){
            font-size: 26px;
        }
    }
}

.btn-documento
{
    width:290px;
    height:72px;
    padding: 24px 32px;
    border-radius: 100px;
    border: 1px solid #6DB31E;
    text-align:center;
    margin-top:24px;
    margin-bottom:16px;
}

.div-border1 {
    border: 1px solid #00abf9;
    padding: 8px;
}

.div-border2 {
    border: 1px solid #00abf9;
    padding: 8px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: LibreBodoni;
}

.link-dettaglio-prod {
    color: #6db31e;
    font-size: 24px;
    line-height: 22px;
    font-weight: 700;    
    text-decoration-line: underline;
    text-decoration-style: solid;
    font-family: LibreBodoni;
}

.link-dettaglio-prod:hover {
    color: #6db31e;
    text-decoration-line: underline;
    text-decoration-style: solid; 
    font-family: LibreBodoni;
}

.link-documento-prod {
    color: #6DB31E;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;    
    text-decoration:none;
}

.link-documento-prod:hover {
    color: #6db31e;
    text-decoration:none;
}

.background-white {
    background-color: #FFFFFF;
}

.btn-add-carrello {

    padding: 24px 32px;
    border-radius: 100px;
    background: #00722D;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;   
    border: none;
    cursor: pointer;
}

.btn-add-carrello.big {
    background: #00742d;
    color: #fff
}

.btn-add-carrello.medium {  
    background: #00722D;
    color: #fff
}

.btn-add-carrello.baby {
    background: #00722D;
    color: #fff
}

.separator-prod {
    background: #B3B3B3;
    height: 2px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 4%;

}




@media (max-width: 768px){
    .text-content-index {
        font-size: 24px;
        line-height: 30px;
    }


    .subtitle-content-index {   
        font-size: 18px;
        line-height: 26px;
    }

    .border-image {
        margin-top: 5%;    
    }  

    .desc-prod {
        color: #000;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
    }

    .title-alert-heading{
        font-size: 16px;
    }
    .text-alert-heading{
        font-size: 15px;
    }
}
@media (max-width: 390px){
    /*.img-prodotto {
        height: 190px;
        width: auto;
    }*/

    .btn-add-carrello { 
        font-size: 16px;
    }
}

@media (max-width: 360px){
   /* .img-prodotto {
        height: 190px;
        width: auto;
    }*/

    .btn-add-carrello { 
        font-size: 14px;
    }
}

.title-dettaglio {
    color: #000;
    font-size: 34px;
    font-weight: 800;    
}

.back-link i{
    color: #00abf9;
    font-size: 36px;
}

.img-cilentum-dettaglio {
    height: 100px;
    width: auto;
}

@media (max-width: 768px){
    .title-dettaglio {
        color: #000;
        font-size: 24px;
        font-weight: 800;
    }

    .back-link i{
        color: #00abf9;
        font-size: 32px;
    }
}


#tableOne th {
    color: #666;
    font-weight: 800;
    letter-spacing: 0.5px;
}

#tableOne td {
    color: #00abf9;
    font-weight: 600;
}

#tableOne input {
    color: #00abf9;
    font-weight: 600;
    border: 2px solid #666;
    text-align: center;
    margin: auto;
}

.p-035 {
    padding: 0.35rem!important;
}

#TableTotali th {
    color: #666;
    font-weight: 800;
    letter-spacing: 0.5px;
}

#TableTotali td {
    color: #00abf9;
    font-weight: 600;
}

.btn-acquista {

    background: #00ABF9;
    color: white!important;
    font-size: 14px;
    font-weight: 800;
    padding:10px 30px;
    border-radius: 20px;
}

.btn-rimuovi-cart {

    background: #A90710;
    color: white!important;
    font-size: 14px;
    font-weight: 800;
    padding:10px 30px;
    border-radius: 20px;
}

.title-step {
    color: #666;
    font-size: 1.3rem;
    font-weight: 600;
}

.text-title-card {
    color: white;
    font-size: 24px;
    font-weight: 600;
}

.paymentWrap {
	padding: 10px;
}

.paymentWrap .paymentBtnGroup {
	max-width: 800px;
	margin: auto;
}

.paymentWrap .paymentBtnGroup .paymentMethod {
	padding: 40px;
	box-shadow: none;
	position: relative;
}

.paymentWrap .paymentBtnGroup .paymentMethod.active {
	outline: none !important;
}

.paymentWrap .paymentBtnGroup .paymentMethod.active .method {
	border-color: #4cd264;
	outline: none !important;
	box-shadow: 0px 3px 22px 0px #7b7b7b;
}

.paymentWrap .paymentBtnGroup .paymentMethod .method {
	position: absolute;
	right: 3px;
	top: 3px;
	bottom: 3px;
	left: 3px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 2px solid transparent;
	transition: all 0.5s;
}

.paymentWrap .paymentBtnGroup .paymentMethod .method.visa {
	background-image: url("data:image/png;base64,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");
}

.paymentWrap .paymentBtnGroup .paymentMethod .method.master-card {
	background-image: url("data:image/png;base64,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");
}

.paymentWrap .paymentBtnGroup .paymentMethod .method.amex {
	background-image: url("http://www.paymentscardsandmobile.com/wp-content/uploads/2015/08/Amex-icon.jpg");
}

.paymentWrap .paymentBtnGroup .paymentMethod .method.vishwa {
	background-image: url("http://i.imgur.com/VkiM7PL.jpg");
}

.paymentWrap .paymentBtnGroup .paymentMethod .method.ez-cash {
	background-image: url("http://www.busbooking.lk/img/carousel/BusBooking.lk_ezCash_offer.png");
}
.paymentWrap .paymentBtnGroup .paymentMethod .method.paypal {
	background-image: url("https://www.paypalobjects.com/webstatic/mktg/logo-center/logo_paypal_pagamento.jpg");
}


.paymentWrap .paymentBtnGroup .paymentMethod .method:hover {
	border-color: #4cd264;
	outline: none !important;
}

#tableInvoice a{
    color: #00ABF9!important;
}
#tableInvoice a:hover{
    color: #00ABF9!important;
    font-weight: 600;
}

.title-order-card  {
    font-size: 24px;
    font-weight: 500;
}

@media (max-width: 768px){
    .title-order-card  {
        font-size: 16px;
        font-weight: 500;
    }
}

.color-white {
    color: #FFF;
}

.color-white:hover {
    color: #FFF;
}

#div-totali {

    border: 3px solid #999;
    border-radius: 16px;
    padding: 20px;
    background-color: #F3F3F3;

}

.back-shop {
    color: #8F40E2;
    font-size: 12px;
    font-weight: 800;
    text-decoration: underline;
    text-underline-position: under;
}

.back-shop:hover {
    color: #8F40E2;
    text-decoration: underline;
    text-underline-position: under;
}

.td-center {
    text-align: center;
}

@media (max-width: 768px){
    #TableTotali {
        display: none;
    }

    .text-totali {
        color: #666;
        font-weight: 600;
        font-size: 16px;
    }
    .title-totali {
        color: #666;
        font-weight: 800;
        font-size: 18px;
    }
    .price-totali {
        color: #00ABF9;
        font-weight: 800;
        font-size: 18px;
    }

    .td-center {
        text-align: left;
    }
    
    #tableOne input {
        margin: unset;
        width: 20%!important;
        padding: 3px;
    }
}

.page-footer {
    
}

.footer-top {
    background-color: #FFFFFF;
    color: #666;
    padding: 15px;
    font-family: Montserrat;
}

.title-footer-top {
    color:#00722D;
    font-size: 20px;
    font-weight: bold;    
}

.text-footer-top {
    color:#444;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 0.2px;   
}

.footer-title-azienda {
    color: #666;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer-bottom {   
    background:linear-gradient(320deg, #00abf9, #00abf9 82%, white 60%, white);
    padding: 15px;
    font-family: Montserrat;
}


.text-footer-cvg {
    font-size: 18px;
    color: #666;
    line-height: 20px;
    font-weight: 500;
}

.text-footer-seguici {
    font-size: 18px;
    color: #666;
    line-height: 20px;
    font-weight: 600;
    margin-top: 10px;
}

.text-footer-bottom {
    color:white;
    font-size: 16px;
}

.logo-footer {
    height: 40px;
    width: auto;
}

@media (max-width: 850px){
    .footer-bottom {
        background: #00abf9;
    }

    .text-footer-bottom {
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
    }

    .text-footer-seguici {
        font-size: 16px;
        font-weight: 500;
    }

    .text-footer-cvg {
        font-size: 16px;
    }

    .title-footer-top {
        font-size: 16px;
        font-weight: bold;
    }
    
    .text-footer-top {
        font-size: 14px;
        line-height: 22px;
        font-weight: bold;
    }
    
    .footer-title-azienda {
        font-size: 16px;
    }

    .logo-cilentum-footer {
        height: 50px;
    }
}

/******* BREAK ************/

.bck-color-convergenze{
background-color: #00ABF9!important;
}


.font-light {
font-family: ConduitITCLight, serif !important;
}

.font-bold {
font-family: ConduitITCBold, serif !important;
}

.font-titolo {
font-family: ConduitITC, serif !important;
font-size: 4.5rem;
line-height: 1em;
}

.font-titolo-responsive {
font-family: ConduitITC, serif !important;
font-size: 3rem;
line-height: 1em;
}

.font-size-1 {
font-size: 1.1rem;
}

.font-sottotitolo {
font-family: ConduitITC, serif !important;
font-size:30pt;
line-height: 1em;
}

.font-testo {
font-family: ConduitITC, serif !important;
font-size:22pt;
line-height: 1em;
}

.font-btn-testo {
font-family: ConduitITC, serif !important;
font-size:14pt;
line-height: 1em;
}


.strong {
font-weight: bold;
}

.numero_verde{
display: block;
height: 25px;
line-height: 25px;
font-size: 16px;
color: #009036;    
}  

.lighten-footer {
background-color: #ddd !important;
}

.navbar-categories{
    display: block!important;
    color: #0064c5;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
    padding: 0 20px;
    text-decoration: none;
text-transform: uppercase;
}

.navbar-categories-md{
    display: flex!important;
    color: #0064c5;
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.navbar .dropdown-menu a{

    padding: .25rem 1.5rem;
    font-weight: 400;
    color: #0064c5;    
}

.dropdown-item{
    font-family: Montserrat;
}

.has-error {
margin-bottom: 0px
}
.error {
position: relative !important;
top:0!important;
color: red!important;
}

.error.active{
color: red!important;
}

.error-check {
padding-left: 20px;
}

.navbar-btn-categories
{
    display: block!important;
    color: #0064c5!important;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;

}



.badge-energia {
    background: transparent;
    color: #7AD800!important;
}
video {
    border-bottom: 1px solid transparent;
}

.animation:before {
-webkit-transform: scale(1.2) rotate(0.02deg);
-moz-transform: scale(1.2) rotate(0.02deg);
-o-transform: scale(1.2) rotate(0.02deg);
-ms-transform: scale(1.2) rotate(0.02deg);
transform: scale(1.2) rotate(0.02deg);
-webkit-transition: 1.3s ease-in-out;
-moz-transition: 1.3s ease-in-out;
-o-transition: 1.3s ease-in-out;
-ms-transition: 1.3s ease-in-out;
transition: 1.3s ease-in-out;
}

.video3-100 {
width: 100%;
height: 100vh;
}

.border-bottom-header {
    border-bottom: 1px solid white;
}

.navbar-btn-energia
{
    display: block!important;
    background: transparent;
    color: #7AD800!important;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    border: none;

}

.navbar-btn-energia:hover {

    background: rgba(255,255,255,0.4);
}

footer.page-footer a {
    color: #444;
}

.text-footer{
    color: #444;
    font-size: 16px;
} 

.footer-section-title {

    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.pec-footer-item img{
    width: 25px;
    height: 25px;
}

.footer-other-links-list {

    margin: 0;
    padding: 0;
    list-style: none;

}

.footer-other-links {

    background: rgb(255,255,255,0);
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

#cookie-bottom-banner {

    color: #555;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1;

}

a.facebook-link {
    font-size: 1.5rem;
}

a.youtube-link {
    font-size: 1.5rem;
}

a.instagram-link {
    font-size: 1.5rem;
}

a.twitter-link {
    font-size: 1.5rem;
}

a.linkedin-link {
    font-size: 1.5rem;
}

a.facebook-link:hover i {
    color: #3b5998;
}

a.youtube-link:hover i {
    color: #dd1818;
}

a.instagram-link:hover i {
    color: #cf5081;
}

a.twitter-link:hover i {
    color: #1da1f2;
}

a.linkedin-link:hover i {
    color: #0996b9;
}

.padding-nav {
    padding-top:7%;
}

.height-100 {
    height: 75px;
}

.carousel-control-prev-icon {

    background-image: url("../bower_components/Template-MDB/svg/arrow_left.svg")!important;
}

.carousel-control-next-icon {

    background-image: url("../bower_components/Template-MDB/svg/arrow_right.svg")!important;
}

.title-cs {
    color: #A90710;   
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
}

.image-background-cs-resp {   
    background-image:url("../images/image-settembreaifichi/2025banner-homepage-mobile.png") ;
    background-size: cover;     
    background-position: top left;
    background-color: #FFFFFF;
    height: auto;
    background-repeat: no-repeat;  
    
}

.image-background-cs {
    background-image: url("../images/image-settembreaifichi/2025banner-homepage-desktop.png");
    height: auto; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; 
    
}

@media (max-width: 768px){
    .div-image-background {
        background-image:none;
        background-attachment: inherit;
        background-position: inherit;
        background-repeat: inherit;
        background-size: inherit;
        
    }

    .title-cs {
         color: #A90710;   
        font-size: 35px;
        font-weight: 700;
    }
   

    html,body {
        background-color: #F2F2F2;
    }
    
}

.btn-convergenze {

    background: #00ABF9;
    color: white!important;
    font-size: 14px;
    font-weight: 800;
    padding:10px 30px;
    border-radius: 20px;

}

.btn-convergenze-danger {

    background: #f90000;
    color: white!important;
    font-size: 14px;
    font-weight: 800;
    padding:10px 30px;
    border-radius: 20px;

}

.btn-convergenze-energia {

    background-color: #7AD800 !important;
    color: #fff!important;

}

.btn-energia {
    color: #7AD800;
    background-color: #fff;
    font-weight: bold;
}

.btn-contact-energia {
    color: #7AD800;
    background-color: #fff;
    font-weight: bold;
}

.btn-ringraziamenti {
    color: #fff;
    background-color: #7ACA37;
    font-weight: bold;
    border-radius: 5px;
}

.btn-ringraziamenti-sm {
    color: #fff;
    background-color: #7ACA37;
    font-weight: bold;
    border-radius: 5px;
}

.btn-ringraziamenti-sm:hover {
    color: #fff;
    background-color: #7ACA37;
}

a.btn-ringraziamenti:hover {
    color: #7ACA37;
    background-color: #fff;
}

a.btn-convergenze:hover {

    color: #00ABF9 !important;
    background-color: #fff!important;

}

a.btn-convergenze-energia:hover {

    color: #7AD800 !important;
    background-color: #fff!important;

}

.btn-outline-energia {

    border: 2px solid #7AD800 !important;
    background-color: transparent !important;
    color: #7AD800 !important;

}

.primary-color, ul.stepper li.active a .circle, ul.stepper li.active a .circle {

    background-color: #00ABF9 !important;

}

.pt-12 {
    padding-top: 12%!important;
}

.tipo_pagamento {
    font-weight: 800;
    font-size: 22px;
}
.tipo_pagamento:hover {
    color:#fff;
    background-color:  #00ABF9;
}
.link-convergenze {
    color:#0064c5 !important;
    text-decoration: none;
}
#card-table {
    height: 8vh;
}

@media (max-width: 740px) {

    #card-table {
        height: 10vh;
    }
    .padding-nav{
        padding-top:22%;
    }
}

@media (min-width: 800px) and (max-width: 850px) {

    #card-table {
        height: 10vh;

    }
    .padding-nav{
        padding-top:14%;
    }
}

.vh-100 {
    height: 100vh;
}

.width-100 {
    min-width: 100%;
    min-height: 100%;
}

@media (max-width: 575.98px) { 
    .width-100 {
        width: auto;
        height: 100vh;
    }
}
@media (max-width: 767.98px) { 
    .width-100 {
        width: auto;
        height: 100vh;
    }
}

@media (max-width: 767.98px) and (orientation: landscape){ 
    .width-100 {
        width: auto;
        height: auto!important;
    }
}

@media (max-width: 991.98px) { 
    .width-100 {
        width: auto;
        height: 100%;
    }
}

@media (max-width: 991.98px) and (orientation: landscape){ 
    .width-100 {
        width: auto;
        height: auto!important;
    }
}

@media (max-width: 1200px) { 
    .width-100 {
        min-width: 100%;
        min-height: 100%;
    }
}

.card.card-cascade.narrower .view.view-cascade { 
    margin-left: 4%;
    margin-right: 4%;
    margin-top: -1.25rem;

}

.height-ordini {
    min-height: 790px;
}

.height-ordini-cart {
    min-height: 900px;
    background-color: white;
}

@media  (max-width: 1367px) {

    .height-ordini{
        min-height: 900px;
    }

    .height-ordini-cart {
        min-height: 980px;
    }
}

.height-login{
    min-height: 750px;
}

.height-cs {
    min-height: 100vh;
}

@media  (max-width: 1367px) {

    .height-login{
        min-height: 900px;
    }
}

@media (min-width: 992px) { 
    .height-login{
        min-height: 1200px;
    }
}

@media (min-width: 1200px) { 
    .height-login{
        min-height: 750px;
    }
} 

.table-bordeless td{
    border: 0 !important;
}

label:first-child input[type=radio] {
    /*width: 30px;
    height: 30px;*/
    
}

.without-padding {
    padding : 0px!important;
}

.without-border-radius {
    border-radius: 0!important;
}

label:last-child input[type=radio] {
    /*transform: scale(1.5);*/
}

.hr-bold {
    border: 1px solid #fff;
}

.hr-thin {
    background: #fff;
    width: 75%;
    margin-left:0% !important; 
    margin-right:25% !important;
}
.hr-thin-sm {
    background: #fff;
    width: 85%;
    margin-left:0% !important; 
}

.hr-bold-black {
    border: 1px solid #222;
    width: 10%;
    margin-left: 45%;
    margin-right: 45%;

}

.hr-sm-bold {
    width:25%; 
    margin-left:0% !important; 
    margin-right:50% !important;
    border: 1px solid #fff;
}  

.whithout-pl {
    padding-left: 0;
}

.float {
    float: left;
    height: 100px;
    padding-top:15%
}

.whithout-pr {
    padding-right: 0;
}

.whithout-px {
    padding-right: 0;
    padding-left: 0;
}

.div-back-trasparent {
    background-color: rgba(250, 250, 250, 0.9);
}

.div-parrallax-trasparent {
    background-color: rgba(255, 255, 255, 0.9);
}

.div-acquista-step {
    background-color: #F2F2F2;
}

.div-warning-trasparent {
    background-color: rgba(247, 210, 45, 0.9);
}

.div-table-trasparent {
    background-color: rgba(255, 255, 255, 0.7)!important;
}
.tooltip-inner {
    max-width: 500px;
    width: 500px; 
    font-size: 14px;
}

.div-dettaglio-black-trasparent {
    background-color: rgba(50, 50, 50, 0.7);
}

.div-cs-black-trasparent {
    background-color: rgba(50, 50, 50, 0.4);
}

.font-small {
    font-size:0.8rem;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    font-weight: 300;
    margin-top: 0;

}

.font-small-xs {
    font-size:0.7rem;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    font-weight: 300;
    margin-top: 0;

}

.circleBaseParent {
    border-radius: 50%;
    width: 165px;
    height: 165px;
    background-color: rgba(255, 255, 255,0.75);
    box-shadow: 5px 5px 5px -2px #404244;
}

.circleBaseParentSm {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 5px 5px 5px -2px #404244;
}

.circleBaseParentXs {
    border-radius: 50%;
    width: 110px;
    height: 110px;
    background-color: rgba(122, 216, 0, 0.75);
    box-shadow: 5px 5px 5px -2px #404244;
}

.circleBase {
    border-radius: 50%;
    width: 130px;
    height: 130px;
    background-color: rgba(255, 255, 255,0.75);
    box-shadow: 5px 5px 5px -2px #404244; 
}

.margin-top-neg {
    margin-top:-63px;
    margin-left:-13px;
}

#custom-colored-sm {
    margin-top: -5px;
}

.img-center {
    margin-left:29%;
    margin-right:25%;
}

.img-center-xs {
    margin-left:32%;
    margin-right:25%;
}

.img-center-child {
    margin-left:37%;
    margin-right:25%;
}

.img-center-child-xs {
    margin-left:45%;
    margin-right:25%;
}

.node img {
    float: inherit!important;
}

.circleBaseSm {
    border-radius: 50%;
    width: 110px;
    height: 110px;
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 5px 5px 5px -2px #575757; 
    overflow: hidden;
}

.circleBaseXs {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    background-color: rgba(122, 216, 0, 0.75);
    box-shadow: 5px 5px 5px -2px #575757; 
    overflow: hidden;
}
@media (max-height: 570px) {

    
    .circleBaseParentXs {
        border-radius: 50%;
        width: 90px;
        height: 90px;
        background-color: rgba(122, 216, 0, 0.75);
        box-shadow: 5px 5px 5px -2px #404244;
    }

    .circleBaseXs {
        border-radius: 50%;
        width: 75px;
        height: 75px;
        background-color: rgba(122, 216, 0, 0.75);
        box-shadow: 5px 5px 5px -2px #575757; 
        overflow: hidden;
    }

    .btn-energia.font-testo {
        font-size: 0.8rem!important;
        line-height: 0.55em!important;
    }

    .font-small-xs.pt-3 {
        padding-top: 0.9rem!important;
    }
    .font-small-xs.pt-4 {
        padding-top: 1.1rem!important;
    }
    .text-center.text-white.pt-3 {
        padding-top: 0.5rem!important;
    }
    .font-small-xs { 
        font-size : 0.6rem!important;
    }
}

@media (orientation: landscape) { 
    .circleBaseParentXs {
        width: 95px;
        height: 95px;
    }
    .circleBaseXs {
        width: 80px;
        height: 80px;
    }
    .img-innovazione {
        width: auto!important;
    }
}


.bg-trasparent {
    background-color: rgba(255, 255, 255, 0.8);
}

.table-border-outside {
    border: 1px rgba(226, 222, 236, 0.8) solid;
}

.div-conluce{
    position:fixed;
    top:10%;
    right:11%!important;
}

.list-anchor{
    position:fixed;
    top:30%;
    left:2%!important;
    cursor: pointer;
    
}

.anchor-link {
    border-left: 4px solid #7AD800; 
    height:40px;
}

.anchor-link.active {
    border-left: 3px solid #fff;
}

.anchor-link.active-fixed {
    border-left: 3px solid #fff;
}

.text{
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 

}

.cc-window.cc-floating {
    max-width: 50em!important;
}

.text-active{
    opacity: 1;
    white-space:nowrap;
    overflow:hidden;
    animation: revealText 1s;
}

.text-unactive{
    opacity: 1;
    white-space:nowrap;
    overflow:hidden;
    animation: reveal 1s;
}

@keyframes revealText {
    100% {
    width:100%;

    }
    0% {
    width:0%;        
    }
}

@keyframes reveal {
    from {
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
    }
    to {
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 0);
    }
}

.button-contact {
    position:fixed;
    bottom:1px;
    left:0;
}

.button-md-contact {
    position:fixed;
    bottom:1px!important;
    left:82%!important;
}
.button-sm-contact {
    position:fixed!important;
    bottom:1px!important;
    left:78%!important;
}


@media (orientation: landscape) {

    .button-sm-contact {
        position:fixed!important;
        bottom:1px!important;
        left:85%!important;
    }
    .btn-energia.font-testo.landscape {
        font-size: 1.0rem!important;
        line-height: 0.75em;
    }

    .padding-nav {
        padding-top:10%;
    }
}

.button-sm-contact-dettaglio {
    position:fixed!important;
    bottom:10px!important;
    left:78%!important;
}
.icon-sm-contact {
    font-size: 1.5rem!important;
}
.btn-rounded{
    border-radius: 10em;
}

#yii-debug-toolbar {
    display: none!important;
}

.md-tabs {

    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    margin: -1.5rem 1rem 0 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #0064c5;
}

.md-tabs li {

    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.md-tabs .nav-item.open .nav-link, .md-tabs .nav-link.active {

    color: #00ABF9;
    background-color: #fff;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;

}

.nav-link-energia.active {

    background-color: #7AD800;

}


.md-tabs .nav-link {

    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border: 0;
    color: #fff;

}
.nav-link.active {
    font-size: 24px;
}

.nav-link.active {
   color: #00ABF9!important;
   font-weight: 600;
}

.nav-link {
    color: #666;
 }
 .nav-link:hover {
    color: #00ABF9;
    border: unset;
 }

.light-blue.darken-3 {

    background-color: #0064c5 !important;
    padding: 10px;

}

.light-green.darken-3 {

    background-color: #7AD800 !important;
    padding: 10px;

}


.btn-floating{
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    width: 47px;
    height: 47px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
}

.btn-floating i{
    margin: -5px;
}

.btn-floating .i-center{
    margin-top: 25%!important;
}

.mdb-lightbox [class*="col-"] {

    padding: .5rem;

}
.mdb-lightbox figure {

    margin: 0;
    float: left;
    

}
.mdb-lightbox.no-margin [class*="col-"] {

    padding: 0;

}

#wait {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block; 
    z-index: 1;
    opacity: 0.3;
    background-color: #ddd;
    filter: alpha(opacity=50);
    display: none;
    
}

#spin_wait {
    top:50%;
    left: 50%;
    position: absolute;
    display: none;
}

#spin_wait > div {
    width: 18px;
    height: 18px;
    background-color: #0064c5;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

#spin_wait .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

#spin_wait .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
    } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    }
}


.dropdown:hover .dropdown-content{
    z-index:10;
}

.form-check {

    position: relative;
    display: block;
    padding-left: 1.25rem;

}

[type="checkbox"]:checked, [type="checkbox"]:not(:checked) {

    position: absolute;
    opacity: 0;
    pointer-events: none;

}
input[type="checkbox"], input[type="radio"] {

    box-sizing: border-box;
    padding: 0;

}
.form-check-input {

    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;

}
button, input {

    overflow: visible;
}
button, input, optgroup, select, textarea {

    margin: 0;
        margin-top: 0px;
        margin-left: 0px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;

}
*, ::after, ::before {

    box-sizing: border-box;

}

.form-row label {
    font-size: 1.1rem!important;
    color: #00ABF9;
    font-weight: 600;
}

.form-check-input[type="checkbox"] + label, label.btn input[type="checkbox"] + label {

    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 1.5625rem;
    line-height: 1.5625rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
.form-check-label {

    margin-bottom: 0;

}
.form-check-input[type="checkbox"] + label::before, .form-check-input[type="checkbox"]:not(.filled-in) + label::after, label.btn input[type="checkbox"] + label::before, label.btn input[type="checkbox"]:not(.filled-in) + label::after {

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #8a8a8a;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;

}
.form-check-input[type="checkbox"]:not(.filled-in) + label::after, label.btn input[type="checkbox"]:not(.filled-in) + label::after {

    border: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);

}
.form-check-input[type="checkbox"] + label::before, .form-check-input[type="checkbox"]:not(.filled-in) + label::after, label.btn input[type="checkbox"] + label::before, label.btn input[type="checkbox"]:not(.filled-in) + label::after {

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #8a8a8a;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;

}
.form-check-input[type="checkbox"]:checked + label::before, label.btn input[type="checkbox"]:checked + label::before {

    top: -4px;
    left: -5px;
    width: 12px;
    height: 1.375rem;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #4285f4;
    border-bottom: 2px solid #4285f4;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.text-grey {
    color:rgb(153, 153, 153);
}
.text-dark-grey {
    color:#444;
}
.text-green {
    color: #7AD800!important;
}
.margin-text-video {
    margin-bottom: 25rem;
}
.margin-text-video2 {
    margin-bottom: 25rem;
}

.eco-friendly {
    font-family:Augie!important;
    font-size:22pt;
}

.img-innovazione {
    width: 30%;
}

.font-h2-rem {
    font-size: 1.8rem;
}

.font-h3-rem {
    font-size: 1.6rem;
}

.image-ingranaggi {
    position: fixed;
    bottom: 25%;
}

.image-ingranaggi-resp {
    position: fixed;
    left:0;
    bottom:0;
}

.scadenza {
    font-size:1.26rem;
}

.scadenza-bg {
    font-size: 1.35rem;
}

@media (min-width: 1025px) and (max-width: 1380px) {

    .margin-text-video
    {
        margin-bottom: 16rem;
        margin-left: 12rem;
    }

    .margin-text-video2 {
        margin-bottom: 16rem;
    }

    .div-conluce {
        right:7%!important;
        top:6%;
    }
    
}

@media (max-height: 900px) {
    .pay-off {
        padding-left: 11%;
        padding-top: 10%;
    }
    
}
@media (max-height: 800px) { 
    .image-ingranaggi {
        bottom:10%;
    }
}

@media (max-height: 700px) {
    .pay-off {
        padding-left: 7%;
    }
    .font-titolo.txt-pay-off {
        font-size: 45pt;
    }
    h4 {
        font-size: 1.15rem;
    }
    h3 {
        font-size: 1.30rem;
    }
    h2 {
        font-size: 1.50rem;
    }
    .font-titolo {
        font-size: 35pt;
    }

    .scadenza {
        font-size: 1.15rem;
    }
    .eco-friendly {
        font-size:16pt;
    }
    .img-online {
        width: 70px;
        height: 70px;
        margin-right: 25pt;
    }
    #img-video2 {
        width: 100px;
        height: auto;
    }
    .img-video3 {
        width: 100px;
        height: auto;
    }
    .btn-energia.font-testo {
        font-size: 1.2rem;
        line-height: 0.75em;
    }
    .div-text-2 {
        margin-left: 30pt;
    }
    .div-text-3 {
        margin-left: 30pt;
    }
    .div-conluce {
        right:10%!important;
        top:6%;
    }
    .lighthouse.pt-5{
        padding-top:1rem!important;
    }
}

@media (max-height: 960px) {
    .pay-off {
        padding-left: 7%;
    }
    .font-titolo.txt-pay-off {
        font-size: 45pt;
    }
    h4 {
        font-size: 1.15rem;
    }
    h3 {
        font-size: 1.30rem;
    }
    h2 {
        font-size: 1.50rem;
    }
    .font-titolo {
        font-size: 35pt;
    }

    .scadenza {
        font-size: 1.15rem;
    }
    .eco-friendly {
        font-size:16pt;
    }
    .img-online {
        width: 70px;
        height: 70px;
        margin-right: 25pt;
    }
    #img-video2 {
        width: 100px;
        height: auto;
    }
    .img-video3 {
        width: 100px;
        height: auto;
    }
    .btn-energia.font-testo {
        font-size: 1.2rem;
        line-height: 0.75em;
    }
    .div-text-2 {
        margin-left: 30pt;
    }
    .div-text-3 {
        margin-left: 30pt;
    }
    .div-conluce {
        right:10%!important;
        top:6%;
    }
    .lighthouse.pt-5{
        padding-top:1rem!important;
    } 
}

@media (min-width: 1200px){
    #list-anchor {
        max-width: 200px;
    }
}
@media (min-width: 992px){
    #list-anchor {
        max-width: 150px;
    }
}
@media (min-width: 768px){
    #list-anchor {
        max-width: 100px;
    }
}

.demo {
    position: absolute;
    bottom: 10%;
    left: 50%;
    z-index: 1035;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font : normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    cursor: pointer;
}
.demo :hover {
    opacity: .5;
}

.demo-up  {
    position: absolute;
    top: 5%;
    left: 50%;
    z-index: 1036;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font : normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    cursor: pointer;
}
.demo-up :hover {
    opacity: .5;
}

.arrow {
    position: absolute;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-left: -12px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb04 2s infinite;
    animation: sdb04 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb04 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }
    20% {
        -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    }
    40% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }
}
@keyframes sdb04 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
    }
    20% {
        transform: rotate(-45deg) translate(-10px, 10px);
    }
    40% {
        transform: rotate(-45deg) translate(0, 0);
    }
}

.arrow-up {
    position: absolute;
    top: 2;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-left: -12px;
    border-right: 2px solid white;
    border-top: 2px solid white;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb04up 2s infinite;
    animation: sdb04up 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb04up {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }
    20% {
        -webkit-transform: rotate(-45deg) translate(10px, -10px);
    }
    40% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }
}
@keyframes sdb04up {
    0% {
        transform: rotate(-45deg) translate(0, 0);
    }
    20% {
        transform: rotate(-45deg) translate(10px, -10px);
    }
    40% {
        transform: rotate(-45deg) translate(0, 0);
    }
}

@media (max-width: 768px) { 
    .demo-up {
        top: 10%;
    }
    .demo {
        bottom: 7%;
    }
    .arrow-up {
        width: 16px;
        height: 16px;
    }
    .arrow {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 1200px) { 
    .demo-up a {
        top: 16%;
    }
    .demo a {
        bottom: 7%;
    }
}
    
    

.navbar {
    box-shadow:none !important;
}
.navbar-dark .navbar-brand {

    padding: 1;
}

.md-form label.active {

    font-size: 1.1rem!important;
    color: #00ABF9;
    font-weight: 600;
}

.lbl-active {
    font-size: 1.1rem!important;
    color: #00ABF9;
}

.md-form label {

    font-size: 1.1rem!important;

}

.md-form input[type=text]:focus:not([readonly]){
    box-shadow: 0 1px 0 0 #00ABF9 ;
    border-bottom: 1px solid #00ABF9;
}

.md-form input[type=text]:focus:not([readonly]) + label{
    color:  #00ABF9 ;
}

.input-modal:focus:not([readonly]){
    box-shadow: 0 1px 0 0 #7AD800!important;
    border-bottom: 1px solid #7AD800!important;
}

.md-form input[type=text]:focus:not([readonly]) + .label_modal{
    color:  #7AD800;
}

.md-form input[type=email]:focus:not([readonly]){
    box-shadow: 0 1px 0 0 #00ABF9 ;
    border-bottom: 1px solid #00ABF9;
}

.md-form input[type=email]:focus:not([readonly]) + label{
    color:  #00ABF9;
}

.md-form input[type=email]:focus:not([readonly]) + .label_modal{
    color:  #7AD800;
}

.md-form .prefix.active {
    color: #0064c5;
}

.md-form .prefix-modal.active {
    color: #7AD800;
}

.modal-green {
    background-color: #7AD800;
}

.modal-dialog.modal-notify.modal-green .modal-header {
    background-color: #7AD800;
}

.md-form input[type=text].form-control-sm.valid + label:after, .md-form input[type=email].form-control-sm.valid + label:after, 
.md-form input[type=email].form-control-sm.invalid + label:after, .md-form input[type=text].form-control-sm.invalid + label:after {
    top:3.8em !important;
}

.top-nav-collapse {
    background-color: transparent !important;
}

.navbar:not(.top-nav-collapse) {
    /*background: transparent !important;*/
}

@media (max-width: 768px) {

    .top-nav-collapse {
        background-color:  rgb(153, 153, 153, 0.9) !important;
    }
    .navbar:not(.top-nav-collapse) {
        /*background:transparent !important;*/
    }
    .hm-gradient .full-bg-img {
        background: -moz-linear-gradient(45deg, rgba(242, 34, 50, 0.5), rgba(255, 187, 54, 0.6) 100%);
        background: -webkit-linear-gradient(45deg, rgba(242, 34, 50, 0.5), rgba(255, 187, 54, 0.6) 100%);
        background: linear-gradient(to 45deg, rgba(29, 236, 197, 0.4), rgba(96, 0, 136, 0.4) 100%);
    }
}
@media (max-width: 740px) {
    .full-height,
    .full-height body,
    .full-height header,
    .full-height header .view {
        height: 700px;
    }
}

.table-responsive-stack tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
    
    
.table-responsive-stack td,
.table-responsive-stack th {
    display:block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
    font-weight: bold;
    color: #666!important;
}
    
@media screen and (max-width: 768px) {
    .table-responsive-stack tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border-bottom: 3px solid #ccc;
        display:block;
    
    }
    .table-responsive-stack td {
        float: left\9;
        width:100%;
    }
}

#mySidenavDettaglio {
    background: rgb(0, 171, 249, 0.9)
}

 #mySidenav {
    background: rgb(0, 171, 249, 0.9)
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1035;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
    
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #FFF;
    display: block;
    transition: 0.3s;
}
    
.sidenav a:hover {
    color: #f1f1f1;
}
    
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 50px;
    margin-left: 50px;
}
    
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

@media (max-width: 500px){  

    .title-cs {
         color: #A90710;   
        font-size: 24px;
        font-weight: 700;
    }
}






    



