* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Poppins',sans-serif;
}

/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */

html{
    scroll-behavior: smooth;
}

body {
    line-height: 1.7em;
    color: #2d3131;
    font-size: 13px;
    font-family: 'Poppins',sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    color: #fbfbfb;
}

h2,
label{
    color:#2d3131;
}

h4, 
label{
    color:rgb(139, 134, 134)
}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

/*
 * -- LAYOUT STYLES --
 * These are some useful classes which I will need
 */
.l-box {
    padding: 1em;
    text-align: center;
}

.l-box-m {
    padding: 1.5em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.l-box-lrg {
    padding: 2em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.is-center {
    text-align: center;
}

/*
 * -- PURE FORM STYLES --
 * Style the form inputs and labels
 */
.pure-form label {
    margin: 1em 0 0;
    font-weight: bold;
    font-size: 100%;
}

.pure-form input[type] {
    border: 2px solid #ddd;
    box-shadow: none;
    font-size: 100%;
    width: 100%;
    margin-bottom: 1em;
}

/*
 * -- PURE BUTTON STYLES --
 * I want my pure-button elements to look a little different
 */
.pure-button {
    background-color: #1f8dd6;
    color: white;
    padding: 0.5em 2em;
    border-radius: 5px;
	font-size: 13px;
}

a.pure-button-primary {
    background: #bcddf3;
    color: #0f2634;
    border-radius: 5px;
    font-size: 109%; /*120%;*/
	font-weight: 500;
}


/*
 * -- MENU STYLES --
 * I want to customize how my .pure-menu looks at the top of the page
 */

.home-menu {
    padding: 0.5em;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
}
.home-menu {
    background: #001e3b; 
}
.pure-menu.pure-menu-fixed {
    /* Fixed menus normally have a border at the bottom. */
    border-bottom: none;
    /* I need a higher z-index here because of the scroll-over effect. */
    z-index: 4;
}

.pure-menu-list {
    margin: 10px 0 0 0;
}

.home-menu .pure-menu-heading/*, .home-menu .pure-menu-heading-icon*/ {
    color: white;
    font-weight: 400;
    font-size: 120%;
}

.home-menu .pure-menu-heading img {
    position: relative;
    float: left;
    height: 60px;
    margin: -8px -10px -10px -10px;
}

/*.home-menu .pure-menu-heading-icon img {
    position: relative;
    float: left;
    width: auto;
    height: 40px;
}*/

.home-menu .pure-menu-selected a {
    color: white;
}

.home-menu a {
    color: #000000;
    font-size: 20px;
}

.home-menu a img {
    width: auto;
    height: 30px;
}

.home-menu li a:hover,
.home-menu li a:focus {
    background: none;
    border: none;
    color: #AECFE5;
}

/** RESPONSIVE MENU **/
.custom-wrapper {
    background-color: #fff/*#001e3b*/;
    margin-bottom: 1em;
    -webkit-font-smoothing: antialiased;
    height: 5em; /*2.1em;*/
    width: 100%;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}

.custom-wrapper.open {
    height: 27em;
}

.custom-menu-3 {
    text-align: right;
}

.custom-toggle {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.custom-toggle .bar {
    background-color: #777;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    top: 18px;
    right: 7px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/****/

/*
 * -- SPLASH STYLES --
 * This is the blue top section that appears on the page.
 */

/*SLIDER*/
/* * {box-sizing: border-box;}
	body {font-family: Verdana, sans-serif;}
	img {vertical-align: middle;}*/
	
.mySlides {
	display: none;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 88%;
    top: 0;
    left: 0;
    position: fixed !important;
	background-color: #0F2026;
}

.mySlides img {
	width: 100%;
    height: 100%;
	object-fit: cover;
	opacity: 0.6;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
/*Slide 1*/
.text-1s {
    /* absolute center .splash within .splash-container */
    width: 80%;
    height: 60%;
    margin: auto;
    position: absolute;
    top: 100px; left: 0; bottom: 0; right: 0;
    text-align: center;
    text-transform: uppercase;
}

/* This is the main heading*/
.text-1s-head {
    /*font-size: 20px;
    font-weight: bold;*/
    color: white;
    /*border: 3px solid white;*/
    /*padding: 0.3em; /*1em 1.6em;*/
    font-weight: 500;
    border-radius: 5px;
    line-height: 1em;
	margin: 40px;
	text-transform: none;
}

/* This is the subheading */
.text-1s-subhead {
    color: white;
    /*letter-spacing: 0.05em;
    opacity: 0.8;*/
	font-weight: 400; /*600*/
    font-size: x-large;
	text-transform: none;
}
/*Slide 2...n*/
.text {
    width: 80%;
    /*height: 60%;*/
    margin: auto;
    position: absolute;
    top: 5em; left: 0; bottom: 0; right: 0;
    text-align: center;
    text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
}

.text-caption {
    color: white;
    font-weight: 500;
    line-height: 1.4em;
	text-transform: none;
}

/*.change-slide {
}

/* Number text (1/n etc) 
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators 
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
*/

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
/*SLIDER*/


.splash-container {
    /*background: #1f8dd6;*/
	/*background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;*/
    z-index: 1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 88%;
    top: 0;
    left: 0;
    position: fixed !important;
}

.splash {
    /* absolute center .splash within .splash-container */
    width: 80%;
    height: 50%;
    margin: auto;
    position: absolute;
    top: 100px; left: 0; bottom: 0; right: 0;
    text-align: center;
    text-transform: uppercase;
}

/* This is the main heading that appears on the blue section */
.splash-head {
    /*font-size: 20px;
    font-weight: bold;*/
    color: white;
    /*border: 3px solid white;*/
    /*padding: 0.3em; /*1em 1.6em;*/
    font-weight: 500;
    border-radius: 5px;
    line-height: 1em;
	margin: 40px;
	text-transform: none;
}

/* This is the subheading that appears on the blue section */
.splash-subhead {
    color: white;
    /*letter-spacing: 0.05em;
    opacity: 0.8;*/
	font-weight: 400; /*600*/
    font-size: x-large;
	text-transform: none;
}

/*
 * -- CONTENT STYLES --
 * This represents the content area (everything below the blue section)
 */
.content-wrapper {
    /* These styles are required for the "scroll-over" effect */
    position: absolute;
    top: 87%;
    width: 100%;
    min-height: 12%;
    z-index: 2;
    background: white;
}

/* This is the class used for the dark-background areas. */
.ribbon {
    color: rgb(255, 251, 251);
}

.grey {
    background-color: #d1daed; /*#1a1818;*/
}

.lightgrey {
    background-color: #eceff7;
}

/*.light-blue {
	background-color: #9fc9e33d;
}

.light-green {
	background-color: #c4e0e585;
}*/

.gradient {
	background: linear-gradient(0deg, #30728C, #0F2026);
	/*background: linear-gradient(0deg, #236283, #102f3f);*/
}

.pure-g [class*=pure-u] {
    font-family: 'Poppins',sans-serif; 
}

/* We want to give the content area some more padding */
.content {
    padding: 2.5em 1em 2em;
}

/* Usati su elementi che appaiono allo scroll
   Schema e vantaggi*/
.appear {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.appear.inview {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.appear.inview:nth-child(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.appear.inview:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.appear.inview:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

/*.schema {
  animation-duration: 3s;
  animation-name: slidein;
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}*/

summary {
    display: list-item;
    cursor: pointer;
}

/* Titolo moduli (<summary>) */
.modulo {
	color: #236283;
	font-size: 1.4em;
    font-weight: 500;
    text-transform: uppercase;
}

.sw {
	background-color: white;
	padding: 2em;
	margin: 2em;
	border-radius: 5px;
	border: 4px solid #1C4259;
}

.content-descrizione {
	margin-top: 20px;
}

.descrizione {
	/*font-size: 18px;*/
	margin-bottom: 20px;
}

.connettori {
	background-color: #1C4259;
    padding: 1em;
    margin: 6em 0 0 4em;
    border-radius: 5px;
    font-size: 16px;
    color: white;
	font-weight: 300;
}

.connettori h2 {
    color: white;
    font-weight: 500;
}

.assistenza-remota {
	margin-bottom: 80px;
    padding: 1em;
    border-radius: 5px;
	border: 4px solid #eb008ba6;
	font-size: 20px;
	font-weight: 500;
	width: 90%;
}

.text-green {
	color: #3ad0d7;
    font-size: 23px;
    font-weight: 600;
}

.versione {
    background-color: #cee3f2;
    padding: 1em;
    margin: 0 1em;
    border-radius: 5px;
    text-align: center;
	font-size: 15px;
	font-weight: 500;
}

.versione:hover {
	background-color: #8FBDD9;
}

/* Classi per riquadri caratteristiche software */
.flip-card {
	background-color: transparent;
	/*width: 300px;*/
	height: 350px;
	perspective: 1000px;
}

.flip-card-inner {
	position: relative;
	width: 90%;
	height: 90%;
	margin: 5%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	/*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
}

.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 5px;
}

.flip-card-front {
	background-color: #bbb;
	color: black;	
}

.flip-card-front h2 {
	font-size: 2em;
	font-weight: 500;
	color: black;
}

.flip-card-back {
	background-color: #2980b9;
	color: black;
	transform: rotateY(180deg);
}

.bG1 {
	background-color: #1c425952;
}
.bG2 {
	background-color: #8FBDD9;
}
.bG3 {
	background-color: #cee3f2;
}

.bg1 {
	background-color: #0F2026;
}
.bg2 {
	background-color: #1C4259;
}
.bg3 {
	background-color: #306175;
}
.bg4 {
	background-color: #5EA4BF;
}
.bg5 {
	background-color: #467385;
}
.bg6 {
	background-color: #688b93;
}

.vantaggi {
    background: linear-gradient(0deg, #30728C, #0F2026);
	/*linear-gradient(185deg, #0F2026 0%, #0b536f 35%, #30728C 100%);*/
    border-radius: 10px;
    color: white;
	padding: 20px;
}

.vantaggi h2 {
	color: white;
}

.separatore {
	border-bottom: 2px solid #0699a9;
}

ul.elenco {
  /*list-style-type: square;*/
}

ul.elenco li {
	font-size: 16px;
    font-weight: 400;
	padding: .2em;
    /*display: flex;
    align-items: center;
    gap: 1rem;
    background: white;
    padding: 1em;
    border-radius: 1rem;
    width: calc(100% - 2rem);
    box-shadow: 0.25rem 0.25rem 0.75rem rgb(0 0 0 / 0.1);
	margin: 8px 0;
	font-weight: 600;*/
}

/*ul.elenco li::marker {
  color: #236283;
  font-weight: 600;
  font-size:20px;
}*/

/* We want to give the content area some more padding */
.content-contatti {
    padding: 2.5em 1em 8em 1em;
	color: white;
}

.content-contatti h1, h4 {
	color: white;
}

.content-contatti h4 i {
	margin: 0 4px 0 0;
}

.content-contatti p {
	font-weight: 300;
}

.contatti {
    margin-top: 50px;
}

/**/

/* This is the class used for the main content headers (<h2>) */
.content-head {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 2em 0 1em;
	color: #000000;
}

/* This is a modifier class used when the content-head is inside a ribbon */
.content-head-ribbon {
    color: white;
}

/* This is the class used for the content sub-headers (<h3>) */
.content-subhead {
    color: #1f8dd6;
}
    .content-subhead i {
        margin-right: 7px;
    }

/* This is the class used for the footer */
.footer {
	color: grey;
    background: #00141e;
    position: fixed;
    bottom: 0;
    width: 100%;
}

/********************/

/*@media (max-width: 47.999em) {*/
@media (max-width: 63.999em) {
	
	/*body {
		font-size: 14px;
	}*/

    .content {
        padding: 4em 1em 3em;
    }
	
	.splash-head, .text-1s-head {
		font-size: 36px;
	}
	
	.text-caption  {
		font-size: 26px;
	}

	.splash-subhead, .text-1s-subhead {
		font-size: small;
	}

    .custom-menu-3 {
        text-align: left;
        /*display: none;*/
    }

    .custom-toggle {
        display: block;
    }
	
	a.pure-button-primary {
	    white-space: normal;
		font-size: 90%;
	}

    .pure-menu-list {
        margin: 25px 0 0 0;
    }

    .home-menu a {
        font-size: 16px;
    }

    .home-menu .pure-menu-heading img {
        margin-top: -11px;
        margin-left: -19px;
    }
	
	/*.descrizione {
		font-size: 15px;
		/*margin-right: 1.8em;
	}*/
	
	.versione {
		margin: 1em;
	}
	
	ul.elenco li {
		font-size: 14px;
	}
	
	.connettori {
		margin: 20px 0;
		width: 100%;
	}
	
	.flip-card {
		height: 250px;
	}
	
	.flip-card-front h2 {
		font-size: 1.7em;
	}
}

/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
/*@media (min-width: 48em) {*/
@media (min-width: 64em) {

    /* We increase the body font size */
    body {
        font-size: 16px;
    }

    /* We can align the menu header to the left, but float the
    menu items to the right. */
    .home-menu {
        text-align: left;
    }
        .home-menu ul {
            float: right;
        }

        .home-menu a {
            font-size: 16px;
        }

    /* We increase the height of the splash-container */
/*    .splash-container {
        height: 500px;
    }*/

    /* We decrease the width of the .splash, since we have more width
    to work with */
    .splash, .text-1s, .text {
        width: 50%;
        height: 50%;
    }

    .splash-head, .text-1s-head {
        font-size: 80px;
    }
	
	.text-caption {
        font-size: 50px;
    }

    /* We remove the border-separator assigned to .l-box-lrg */
    .l-box-lrg, .l-box-m {
        border: none;
    }
	
	.connettori {
		margin: 10%;
		width: 80%;
	}
	
	.flip-card {
		height: 400px;
	}
	
	.flip-card-front, .flip-card-back {
		font-size: 13px;
	}
}

/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */
@media (min-width: 78em) {
    /* We increase the header font size even more */
    .splash-head, .text-1s-head {
        font-size: 100px;
    }
	
	.text-caption {
        font-size: 65px;
    }

    .home-menu a {
        font-size: 20px;
    }
	
	/*.pure-button {
		padding: 2em 0.9em;
		border-radius: 51px;
	}*/

	.connettori {
		margin: 15%;
		width: 70%;
	}
	
	.flip-card {
		height: 350px;
	}
	
	.flip-card-front, .flip-card-back {
		font-size: 15px;
	}
	
	.modulo {
		font-size: 1.6em;
	}
}