/* PLUTO MSP VARIABLES---------------------- */

:root {
    --green: #54B99C;
    --snow:#E8EAEA; 
    --blu: #143344;
    --nero:#000000;
    --swiper-theme-color: #54b99c;
	--swiper-pagination-bullet-width: 15px;
	--swiper-pagination-bullet-height: 15px;
    font-size: 20px;
}
/*  END PLUTO MSP VARIABLES---------------------- */
/* RESET CSS-------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* END RESET CSS-------------------------------------------- */


/* PLUTO MSP DESKTOP STYLES---------------------- */
* {
    hyphens: none !important;
}

html{
    scroll-behavior:smooth ;
}

body{
    background-color: var(--blu);
    color: var(--snow);
    font-family: 'Inter Tight', sans-serif;
    background-image: url('img/rete.png');
    background-position: 0 0;
    background-size: contain;
    background-repeat:no-repeat;
    scroll-behavior: smooth;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

h1{
    font-weight: 600;
    font-size: 7.2rem;
    color: var(--green);
    line-height: 1;
}
h2{
    font-weight: 600;
    font-size: 7.2rem;
    color: var(--green);
    line-height: 1;
    text-align: center;
}
h3{
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--blu);
}
h4{
    font-size: 4.2rem;
    color: var(--blu);
    font-weight: 600;
}
h5{
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--blu);
}

h6{
    font-size: 0.75rem;
}



p{
    font-weight: 300;
    line-height: 1.5;
}

blockquote {
    line-height: 1.5;
    font-family: 'Inter Tight', sans-serif;
    font-size: 25px;
    font-style: italic;
    font-weight: 200;
    margin-top: 30px;
}

li{
    list-style-position: inside;
	line-height: 1.5;
}

a{
    color: var(--green);
    text-decoration: none;
}

a:hover {
    color: var(--snow);
}

a.link_underlined{
	text-decoration: underline !important;
}

hr{
    width:100%;
    border: solid 2px;
    color: var(--green);
}

.white-wrap p, .white-wrap ul{
    color:var(--blu);
}

strong, b{
	font-weight: 600 !important;
	
}

.text-left {
    text-align: left !important;
}

/* RESPONSIVE DEBUG----------------- */

.flex-container{
    width: 100%;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
}


.wrap{
    width: 100%;
    box-sizing: border-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.wrap h4 {
    font-size: 2.8rem;
    text-align: center;
}

.max-w1100 {
    max-width: 1100px;
}

.no-wrap{
    width: 100%;
    box-sizing: border-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    overflow: hidden;
}

.subtitle {
    margin-bottom: 5vh;
    text-align: center;
    font-size: 22px;
} 

.white-wrap{
    width: 100%;
    background-color: var(--snow);
}


.card-340{
    width: 340px;
    min-width: 340px;
    max-width: 340px;
    /*min-height: 450px;*/
	padding-top: 10px;
	padding-bottom: 10px;
    background-color: var(--snow);
    border-radius: 20px;
    color:var(--blu);
    margin-bottom:20px;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.card-340-content{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    margin-bottom: 10%;
	
}

.card-340-content p{
    font-size: 0.8rem;
    margin-top: 10%;
	text-align: justify;
	hyphens: auto;
}

.card-340-content.plan-price p{
    font-size: 0.8rem;
    margin-top: 10%;
	text-align: center;
	hyphens: auto;
}

.card-solution{
    width: 380px;
    min-width: 380px;
    margin-top: 30px;
}

.col{
    width: 340px;
    min-width: 340px;
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

/* END RESPOSNSIVE DEBUG----------------- */

/* HEADER------------- */

header{
    width: 100%;
    height: 130px;
    z-index: 10;
    position: fixed;
    left:auto;
    right: auto;
    top: 0;
    background-color: var(--blu);
	overflow: hidden;
}

.header-content{
    width: 95%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

nav ul{
    display: flex;
    gap: 40px;
    text-transform: uppercase;
	text-align: center;

}

.my_anchor{
    display: block;
    position: relative;
    top: -128px;
    visibility: hidden;
}

#logo{
    width: 188px;
}
#logo img{
    width: 100%;
    display: block;
}

    /* MENU BT----- */

.menu-bt{
    width: 40px;
    height: 40px;
    display: none;
    background-image: url('img/icone-servizi/_hamb.svg');
    background-position: center center;
    background-size: contain;
	cursor: pointer;

}

.nascondi{
    background-image: url('img/icone-servizi/x-icon.svg');
}
.x-icon{
    width: 100%;
    height: 70%;
    margin-right: 0;
    margin-top: 50%;
    transform: translateY(-50%);
    display: none;

}

.bar1, .bar2, .bar3{
    width: 100%;
    height: 4px;
    background-color:var(--green);
    margin-top: 6px; 
    transition: 0.4s;
 
  }

.expand{
    height: 100%;
    opacity: 100%;
    transition: all 0.3s ease;
    z-index: 5;
}

.off-canvas-menu{
    height: 100%;
    background-color:var(--blu);
    left: -10000px;
    display: flex;
    justify-content: center;
    align-items: center;
    

}

.off-canvas-menu-content{
    justify-content: center;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

.off-canvas-menu ul{
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}


.off-canvas-menu ul li h6{
    font-weight: 600;
    color: var(--snow);
    font-size: 2rem;
}

.menu-open{
    left: 0;
}

.close-bt{
    width: 35px;
    display: none;
}
.close-bt img{
    width: 100%;
    display: block;
}



@media screen and (max-width: 1080px) {

    .main-menu{
        display: none;
    }
  
    .menu-bt{
        display: block;
    }    
	
	nav ul{
    gap: 20px;
	}

    }

@media screen and (min-width: 1081px) {
	
	.hide-body{
		overflow-Y: auto !important;
		
	}
	.expand{
		height: 130px !important;
		opacity: 100% !important;
	}
   }



/* END HEADER------------- */

/* FRONTVIEW------------- */

.frontview{
    width: 100%;
    margin-top: 180px;
    padding-left: 60px;
    padding-right: 60px;
	padding-bottom: 50px;
	box-sizing: border-box;
}
.frontview p{
    margin-top: 20px;
	font-size: 1.25rem;
}

/* END FORNTVIEW-------------- */

/* MISSION CARDS-------------- */

.mission-cards{
    margin-top: 5vh;
    width: 100%;
    display: flex;
    padding-bottom: 5vh;
}

/* END MISSION CARDS-------------- */

/* CHI SIAMO------------------------- */

.swiper {
    width: 100%;
    /*height:620px;
	height: 600px;*/
	padding-bottom: 50px;
    margin-top: 5vh;
    border-bottom: 5vh;
    overflow: hidden;
  }

.swiper-slide{
    /*height: 540px;*/
	height: auto;
    background-color: #fff;
    color: var(--blu);
}

.slider{
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3vh;
	padding-bottom: 3vh;
}

.blu-slide{
    background-color:var(--blu);
    color: var(--snow);
}

.blu-slide p, .blu-slide h5{
    color:var(--snow);
}

.arrow{
    position: absolute;
    bottom: 0;
    left:50%;
    transform: translate(-50%);
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bt{
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.bt h2{
    font-size: 3rem;
}

.number{
    font-weight: 600;
    font-size: 7.2rem;
    color: var(--green);
    line-height: 0.8;
}

.icon{
    width: 80px;
    height: auto;
    overflow: hidden;
    display: block;
    justify-content:center;
    align-items: center;
}

.icon img{
    width: 100%;
    display: block;
}


.card-head{
    display: flex;
    align-items:center;
    gap:10px;
    min-height: 100px;
}

.card-head h5{
    width: 280px;
    height:auto;
}

/* ACCORDION------------- */

.section-accordion{
    margin-top: 50px;
    margin-bottom: 50px;
}
.accordion-container{
    margin-top: 5vh;
}
.accordion{
    padding-left: 0;
    padding-right: 0;
    border:none;
    background-color:var(--snow);
    cursor: pointer;
    width: 100%;
    text-align: left;
    outline: none;
    display: flex;
    justify-content: space-between;
}

.panel {    
    
    display: none;
    overflow: hidden;
  }

.panel p{
	text-align: justify;
	hyphens: auto;
}

.toggle_accordion_close {
	display: none;
}


  .section-cta{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

 button{
    background-color: var(--green);
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    height: 70px;
    border:none;
    margin-top: 2.5vh;
    cursor:pointer;
   
 }

button.accordion {
	height: auto;
	padding-bottom: 10px;
	/*height: 50px;*/
}

 .section-cta button{
	width: 100%;
    max-width:400px;
    min-width: 180px;
	font-size: 1.8rem;
    font-weight: 600;
    color: var(--snow);
	border: 4px;
	border-color: var(--green);
	border-style: solid;
	transition: all 0.3s ease;
 }

.section-cta .arrow-box{
	display: inline-block;
}

.section-cta button:hover{
	 background-color: transparent;
	 color: var(--green);
}

.arrow-cta {
	 background-image: url(img/arrow/blu-right.svg);
}

.reverse-color .arrow-cta {
	 background-image: url(img/arrow/snow-right.svg);
}

 /* SLIDER LOGO------------- */
 .section-slider-logo{
    margin-top: 50px;
 }

 .logo-Swiper, .logo-Swiper-2{
    height: 200px;
    margin-bottom: 20px;
 }
 .logo-box{
    height: 100%;
    background-color: transparent;
    width: 25%;
    display: flex;
    align-items: center;
 }

@media screen and (max-width: 720px) {
	.logo-box{
    width: 33%;
 }
}

@media screen and (max-width: 640px) {
	.logo-box{
    width: 50%;
 }
}

 .logo-box img{
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right:auto;
    object-fit: contain;

 }

 /* MSP--------------------------- */
.three-col{
    width: 100%;
    display: flex;
    justify-content: space-between;
    /*margin-top: 5vh;*/
}

@media screen and (max-width: 640px) {
    .no-wrap{
        padding: 0 15px;
    }

    .wrap {
        padding: 0 25px;
    }
}
.col{
    width: 30%;
}

.col p{
    margin-top:2vh;
	text-align: justify;
	hyphens: auto;
}

.col ul{
	text-align: justify;
	hyphens: auto;
}
.reverse-color .card-solution{
    border-color: var(--snow) !important;
}

.reverse-color .accordion{
    background-color: var(--blu);
}
 .reverse-color h3{
    color: var(--snow);
}

.reverse-color h4{
    color:var(--snow)
}

.reverse-color h5{
    color:var(--snow)
}

.card-solution-container{
    display: flex;
    /*margin-top: 5vh;
    margin-bottom: 10vh;*/
	margin-bottom: 40px;
		
}


.card-solution{
    width: 33%;
    max-width: 340px;
    border-right:  solid  4px var(--blu);
    border-left:solid 2px var(--blu);
    border-right:solid 2px var(--blu);
}

.card-solution:first-child{
    border-left: none;
    border-right:solid 2px var(--blu);
}
.card-solution:last-child{
    border-right:none;
    border-left:solid 2px var(--blu);
}
.card-solution-content{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.card-solution-content p{
    font-size: 0.8rem;
    margin-top:20px;
	text-align: justify;
	hyphens: auto;
}

.card-solution-content ul{
    font-size: 0.8rem;
	text-align: justify;
	hyphens: auto;
}

.plan-price-cards-container{
    display: flex;
    /*justify-content: space-between;*/
    margin-top: 5vh;
    margin-bottom: 10vh;


}
.plan-price-bckg{
    background-color: #fff;
}

.plan-price{
    text-align: center;
    
}

.plan-price h4{
    color:var(--green);
}

.plan-price h6{
    font-size: 0.8rem;
}

.plan-price p, .plan-prince ul li {
    margin-top: 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.plan-price ul li {
	list-style: none !important;
	list-style-position: outside !important;
}


.section-intro {
    /*margin-top: 20px;*/
	padding-top: 50px;
	padding-bottom: 50px;
}

.section-intro-footer {
	padding-top: 50px;
    padding-bottom: 50px;
}

.section-product{
    margin-top: 50px;
    margin-bottom: 50px;
}

.ccp h5{
 
   color:var(--blu);
}
/* END CCP----------------------  */

/* FOOTER--------------------------- */

footer{
    background-image: url('img/rete-footer.png');
    background-position:center;
    background-size:cover;
    background-repeat: no-repeat;
}

.icon-container{
    color: var(--green);
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.icon-container .footer-col{
    text-align: center;
}
.icon-container h3{
    color: var(--green);
}
.footer-col p{
    margin-top: 0;
}

.footer-icon{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
	margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.footer-info{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    width: 100%;
    margin-top: 150px;
	gap: 20px;
}
.footer-info h6{
    /*width: 25%;
    max-width: 250px;*/
    color:var(--green);

}

footer h5{
    color:var(--green);
}

.footer-col{
    width: 33%;
    min-width: 190px;
     margin-top: 10px;
     margin-bottom: 10px;
}

.logo-footer{
    width: 150px;
}
/* END PLUTO MSP DESKTOP STYLES---------------------- */

.arrow-box{
    width: 36px;
    height: 36px;
    background-size: auto;
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
	min-width: 30px;
}

.arrow-up{
    background-image: url(img/arrow/blu-right.svg);
} 

.active .arrow-up{
    background-image: url(img/arrow/blu-down.svg);
} 


.hide-body{
    overflow-Y:hidden;
}

.main-menu ul li {
	font-size: 0.9rem;
	list-style: none;
}



/* PLUTO MSP MEDIA QUERIES------------------- */

@media screen and (max-width: 1080px) {

    .main-menu{
        position: absolute;
        display: block;
        height: 100%;
		top: 130px;
		overflow: hidden;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		width: 95%;
        /*width: 50%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        */
    }
     .main-menu ul{
        display: flex;
        flex-direction: column;
    }

     .main-menu ul li{
        font-size: 1.6rem;
     }

     
	
    .wrap{
        max-width: 1080px;  
    }

    
    .flex-container{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
    
    }

    .card-container{
        max-width:720px;
        margin-left: auto;
        margin-right: auto;
    }

    .card-solution-container{
        max-width: none;
    }


    .col{
        width: 100%;
        min-width: 340px;
        margin-top: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .icon-container{
        justify-content: center;
    }
    
    .footer-info{
        flex-direction: row;
    }

    .card-solution{
        width: 100%;
        min-width: 340px;
        margin-top: 30px;
        border:none;
        max-width: none;
    }

    .card-solution:first-child{
        border:none;
    }
    .card-solution:last-child{
       
        border:none;
    }

    .card-head{
        align-items: center;
    }

    .card-head h5{
        min-height: auto;
        width: auto;
    }

    }

  
  @media screen and (max-width: 719px) {
  
    :root {
        font-size: 16px;
    }
   
	 .main-menu ul li{
        font-size: 2rem;
     }

    .flex-container{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .footer-col {
        min-width: 50%;
        width: 50%;
    }

    h1, h2{
        font-size: 3.5rem;
    }

    h4{
        font-size: 3rem;
    }
    h6{
        font-size: 1rem;
    }

    .card-340-content p, .card-solution-content p,  .card-solution-content ul{
        font-size: 1rem;
    }
    .frontview{
        padding-left: 10px;
        padding-right: 10px;
    }
    .frontview p{
        width: 95%;
    }
    

    .footer-info{
        flex-direction: column;
        gap: 20px;
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .footer-info h6{
        width: 100%;
    }
    .arrow-box{
        width: 30px;
        height: 30px;
		background-size: 30px 30px;
    }
    .slider{
        width: 100%;
    }

    .logo-box{
        width: 100%;
    }

    /* SPAZIATURE------------ */
    .section-intro {
        /*margin-top: 3vh;*/
		padding-top: 50px;
		padding-bottom: 50px;
    }

    .section-accordion{
        margin-top: 3vh;
        margin-bottom: 3vh;
    }

    .mission-cards{
        margin-top: 3vh;
        padding-bottom: 3vh;
    }

    .section-slider-logo{
        margin-top: 50px;
     }
	  
	.plan-price h6{
    font-size: 1rem;
	}
    
    .ccp{
        padding-bottom:0px;
    }
    .section-cta{
		 width: 100%;
        /*margin-top: 2vh;
        margin-bottom: 2vh;*/
      }
}