/* CSS EDISON */
@charset "utf-8";

*[data-loading="ajax-bg"], *[data-loading="position-bg"], *[data-loading="pagepush-bg"], *[data-loading="pagepop-bg"], *[data-loading="pagereplace-bg"]{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#333;
	opacity:0.5;
}
*[data-loading="ajax"], *[data-loading="position"], *[data-loading="pagepush"], *[data-loading="pagepop"], *[data-loading="pagereplace"]{
	position:absolute;
	top:50%;
	left:50%;
	width:50%;
	margin-top:-25%;
	margin-left:-25%;
	/*background-color:#fff;*/
	background-color:transparent;
	background-image:url(/pwa/images/loading.gif);
	opacity:1;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	border-radius:1em;
}

.checkbox_checked, .checkbox_unchecked, .checkbox_undefined{
	background-color:transparent;
	border:0;
	background-size:25px;
	background-repeat:no-repeat;
	background-position: center left;
	height:1.5em;
	padding-left: 30px;
	height: 25px;
	margin: 8px 0;
}
.checkbox_unchecked{
	background-image:url(../img/checkbox_unchecked.png);
}
.checkbox_checked{
	background-image:url(../img/checkbox_checked.png);
}
.checkbox_undefined{
	background-image:url(../img/checkbox_undefined.png);
}
[data-page]{
	height: 100vh;
}

section {
	overflow-y: auto;
	overflow-x:hidden;
	max-width: 100vw;
}
    
/* TOASTER */
.toaster{
	visibility: hidden;
	position: fixed;
	min-width: 24%;
	margin-left: -150px; /* Divide value of min-width by 2 */
	text-align: center; /* Centered text */
	border-radius: 2px; /* Rounded borders */
	padding: 50px 15px;
	z-index: 1999;
	left: 50%;
	top:30vh;
	border:1px solid white;
	background-color: white;
    font-size: 1.5em;
    width: 300px;
}
.toaster.toastererror.toaster_show{
	color:red;
}

.toaster.toastererror{
	color:red;
}
/* Show the snackbar when clicking on a button (class added with JavaScript) */
.toaster_show {
	visibility: visible; /* Show the snackbar */
	/* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
	However, delay the fade out process for 2.5 seconds */
	-webkit-animation: toaster_fadein 0.5s, toaster_fadeout 0.5s 2.5s;
	animation: toaster_fadein 0.5s, toaster_fadeout 0.5s 2.5s;
}

.toaster.toaster_show {
    border: 3px solid #0B2A54;
    border-radius: 10px;
    color: #65605F;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes toaster_fadein {
	from {top: 0; opacity: 0;} 
	to {top: 100px; opacity: 1;}
}
	
@keyframes toaster_fadein {
	from {top: 0; opacity: 0;}
	to {top: 100px; opacity: 1;}
}
	
@-webkit-keyframes toaster_fadeout {
	from {top: 100px; opacity: 1;} 
	to {top: 0; opacity: 0;}
}
	
@keyframes toaster_fadeout {
	from {top: 100px; opacity: 1;}
	to {top: 0; opacity: 0;}
}
/* /TOASTER */


*{margin:0;}

@font-face {
    font-family: Frutiger;
    src: url(../font/Frutiger.ttf) format('truetype');
}

.hamburger {
    display: none;
    border: 3px solid #0b2a54;
    margin-top: 15px;
    padding: 15px 15px;
    position: absolute;
    z-index: 1;
    background-color: white;
}

.show_hamburger {
    display: inline-block;
}

.fe_hamburger_text {
    font-family: Frutiger;
    font-size: 1.3em;
    font-weight: bold;
    color: #65605F;
    margin-left: 15px;
    margin-bottom: 0;
}

.fe_hamburger_img {
    height: auto;
    width: 45px;
}

.fe_hamburger_link {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.fe_hamburger_link:hover {
    opacity: 0.7;
    text-decoration: none;
}

.fe_header_div_a {
    background-image: url("/pwa/images/lampadina.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    display: inline-block;
    margin-left: 15px;
    order: 2;
}

.fe_header_div_b {
    background-image: url("/pwa/images/green_energy.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    display: inline-block;
    margin-left: 15px;
    order: 2;
}

.fe_header_div_c {
    background-image: url("/pwa/images/industria.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    display: inline-block;
    margin-left: 15px;
    order: 2;
}

.fe_header_div_d {
    background-image: url("/pwa/images/info.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    display: inline-block;
    margin-left: 15px;
    order: 2;
}

.fe_header_div_e {
    background-image: url("/pwa/images/sicurezza.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    display: inline-block;
    margin-left: 15px;
    order: 2;
}

.fe_header_div_2 {
    display: inline-block;
    order: 1;
}

.fe_home_date {
    color: #65605F;
    font-weight: bold;
    font-family: Frutiger;
    font-size: 1.3em;
}

.fe_home_title {
    color: #0B2A54;
    font-weight: bold;
    font-family: Frutiger;
}

.fe_start_go {
    color: #0B2A54;
    font-weight: bold;
    font-size: 2em;
    cursor: pointer;
}

.fe_home_subtitle {
    color: #65605F;
    font-family: Frutiger;
    font-size: 1.3em;
}

.fe_home_logo {
    width: 100px;margin-top: 1%;
}

.fe_home_logo_edison {
    width: 200px;
    margin-top: 2%;
}

.fe_home_footer {
    bottom: 0;
    padding: 0;
}

.fe_home_per {
    font-size: 1.3em;
    font-weight: bold;
}

.fe_home_footer_2{
    background-color: #d82c0a;
    padding-bottom: 50px ;
}

.fe_home_footer_1 {
    background-image: url(/pwa/images/footer_home_desktop.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 275px;

}

.fe_footer_2 {
    background-image: url(/pwa/images/footer_due.png);
    background-position: center;
    background-size: cover;
    bottom: 0;
    height: 250px;
    background-repeat: no-repeat;
    right: 0;
}

.fe_footer_moduli {
    background-image: url(/pwa/images/footer_due.png);
    background-position: center;
    background-size: cover;
    bottom: 0;
    height: 28vh;
    background-repeat: no-repeat;
    right: 0;
}

.fe_footer_path {
    background-image: url(/pwa/images/footer_due.png);
    background-position: center;
    background-position: bottom;
    background-size: contain;
    bottom: 0;
    height: 250px;
    background-repeat: no-repeat;
    right: 0;
    padding: 0;
}

.fe_content_margin {
    margin-bottom: -215px;
}

.fe_footer_moduli_margin {
    margin-top: -25%;
}

.fe_percorso_iphone_img {
    margin-top: -4%;
    width: 350px;
}

.fe_logo_header {
    width: auto;
    height: 70px;
    cursor: pointer;
}

.fe_header_dehaze {
    width: 30px;
    cursor: pointer;
}

.fe_home_back {
    width: 45px;
    cursor: pointer;
}

.fe_percorso_btn {
    background-color: #0B2A54;
    color: white;
    width: 60%;
    border-radius: 20px;
    font-weight: bold;
}

.fe_percorso_btn:hover {
    color: #0B2A54;
    background-color: white;
    width: 60%;
    border: 2px solid #0B2A54;
}

.fe_percorso_title {
    color: #0B2A54;
    font-weight: normal;
    font-family: Frutiger;
    font-size: 2em;
}

.fe_percorso_arrow_down {
    transform:rotate(180deg);
    -ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg);
}

.fe_percorso_step {
    color: #65605F;
    font-family: Frutiger;
    font-size: 1em
}

.fe_percorso_label{
    color: #65605F;
    font-family: Frutiger;
    font-size: 1.3em;
    margin-bottom: 0;
    margin-left: 20px;
}

.radio-wrapper {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Nascondo il checkbox di base del browser */
.radio-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* creo il mio checkbox */
.radio-wrapper .checkmark {
    position: absolute;
    top: 22%;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border-radius: 50%;
    border:3px solid #cecece;
}

/* Creo la spunta all'interno dell'input (inizialmente nascosta) */
.radio-wrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 3px;
    left: 3px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #d82c0a;

}

/* Quando vado sopra con il mouse (opzionale) */
.radio-wrapper:hover input ~ .checkmark {
    background-color: white;
}

/* Quando l'input è selezionato, coloro il bordo dell'input */
.radio-wrapper input:checked ~ .checkmark {
    border-color: #cecece;
}

/* Quando l'input è selezionato mostro la spunta */
.radio-wrapper input:checked ~ .checkmark::after {
    display: block;
}

.fe_footer_errore_3 {
    background-image: url(/pwa/images/footer_desktop_errore.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 35vh;
    margin-bottom: -5px;
}

.fe_errore_footer_1 {
    /*position: fixed;*/
    bottom: 0;
    padding: 0;
    right: 0;
}

.fe_errore_footer_2 {
    background-color: #d82c0a;
    background-position: center;
    background-size: 100% 100%;
    height: 400px;
    background-repeat: no-repeat;
}

.fe_errore_img_escalamativo {
    width: 60px;
    margin-top: 2%;
}

.fe_errroe_text {
    color: white;
    font-size: 1.3em;
    margin-top: 5%;
    font-family: Frutiger;
}

.fe_errore_btn {
    background-color: white;
    color:#d82c0a;
    width: 60%;
    border-radius: 20px;
    font-weight: bold;
}

.fe_errore_btn:hover {
    opacity: 0.7;
    color:#d82c0a;
}

.fe_ok_footer {
    background-image: url(/pwa/images/footer_ok_desktop.png);
    background-position: center;
    background-size: cover;
    height: 42vh;
}

.fe_ok_img {
    width: 60px;
}

.fe_modulo_text {
    color: #65605F;
    font-size: 1.3em;
    font-weight: bold;
    font-family: Frutiger;
}

.fe_modulo_title_chapter {
    color: #65605F;
    font-size: 1.3em;
    font-weight: bold;
    font-family: Frutiger;
    text-transform: uppercase;
}

.fe_modulo_hr {
    border: 2px solid #d82c0a;
    margin: auto;
    width: 400px;
}

.fe_modulo_hr_vertical {
    border-right: 2px dotted #0B2A54;
    position: absolute;
    height: 100%;
}

.fe_modulo_hr_vertical_none {
    height: 0%;
}

.fe_modulo_box {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: white;
    margin-left: 50%;
}

.fe_modulo_img {
    max-width: 50px;
    max-height: 55px;
    width: auto;
    height: auto;
}

.fe_cursor {
    cursor: pointer;
}

.fixed_menu_mt {
    margin-top: 3%;
}

.fe_moduli_area {
    cursor: pointer;
}

.fe_logo_title {
    color: #0B2A54;
    font-size: 2em;
    font-weight: bold;
    cursor: pointer;
}

.fe_modulo_text_2 {
    font-size: 1.2em;
    color: #65605F;
    font-family: Frutiger;
}

.fe_modulo_audio_box {
    height: 300px;
    width: 300px;
    background-color:#d82c0a;
    border-radius: 50%;
}

.fe_modulo_audio_border_1 {
    padding: 10px;
    border: 3px solid #d82c0a;
    border-radius: 50%;
}

.fe_modulo_audio_border_2 {
    padding: 15px;
    border: 1px solid #d82c0a;
    border-radius: 50%;
}

.fe_audio_white_bar {
    border: 1px solid #65605F;
    background-color: white;
    width: 100%;
    height: 10px;
    border-radius: 5px;
}

.fe_audio_grey_bar {
    background-color: #65605F;
    width: 80%;
    height: 100%;
    border-radius: 5px;
}

.fe_audio_mark {
    border-radius: 50%;
    background-color: #0B2A54;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 75%;
}

.fe_modulo_allegato {
    width: 35px;
}


.fe_modulo_video {
    position: relative;
    padding-top:30px;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
  }

  .fe_modulo_video iframe {
    position:absolute;
    top:0;
    left: 0;
    width:100%;
    height:100%;
  }

  .fe_modulo_video_text {
      position: absolute;
      top: 70%;
      left: 15%;
      cursor: pointer;
  }

  .fe_modulo_video_div {
      width: max-content;
      position: relative;
  }

  .fe_modulo_link {
      text-decoration: none;
  }

  .fe_modulo_link:hover {
      text-decoration: none;
  }

area {
    cursor: pointer;
}

.mt_step_mobile {
    margin-top: 2%;
}

.fe_modulo_case_story {
    position: absolute;
    bottom: 0;
}

.fe_modulo_casestory_a {
    color: #212529;
    text-decoration: none;
    font-weight: bold;
}

.fe_modulo_casestory_a:hover {
    color: #212529;
    font-weight: bold;
    text-decoration: none;
    opacity: 0.7;
}

.fe_modulo_tree_hr {
    border: 2px solid #212529;
}

.fe_modulo_title_tree {
    color: #212529;
}

.fe_quiz_user_input {
    border: none;
    border-bottom: 2px solid black;
}

[data-page='login'] input {
    width: 100%;
    border: none;
}

.fe_login_btn_login {
    background-color: #0B2A54;
    color: white;
    width: 60%;
    border-radius: 20px;
    font-weight: bold;
}

.fe_login_btn_login:hover {
    color: #0B2A54;
    background-color: white;
    width: 60%;
    border: 2px solid #0B2A54;
}

.fe_checklist_btn {
    background-color: #0B2A54;
    color: white;
    width: 60%;
    border-radius: 20px;
    font-weight: bold;
}

.fe_checklist_btn:hover {
    color: #0B2A54;
    background-color: white;
    width: 60%;
    border: 2px solid #0B2A54;
}

[data-page='login'] .fe_login_input:focus-visible, [data-page='login'] .fe_login_input:focus {
    border: 1px solid #0B2A54;
}

[data-page='edizione'] .fe_modulo_title_chapter  {
    cursor: pointer;
}

[data-page='bacheca'] .bacheca_icon {
    width: 35px;
    height: auto;
    margin-bottom: 10%;
}

[data-page='bacheca'] .bodycontainer .row_bacheca:nth-child(even) {
    background-color: #eee;
}

[data-page='checklist'] input[type="checkbox"], [data-page='checklist'] input[type="radio"] {
    margin-right: 10px;
}

[data-page='checklist'] .form-control {
    text-align: left;
    height: auto;
}

.fe_edizione_mb {
    margin-bottom: 100px;
}

/* MEDIA QUERY IPHONE */

@media only screen and (max-width:767px){

    .fe_hamburger_img {
        width: 35px;
        height: max-content;
        margin-left: 20px;
    }

    .fe_header_div_1 {
        display: inline-flex;
        text-align: center;
    }

    .fe_header_div_2 {
        display: inline-flex;
        text-align: center;
        align-items: center;
    }

    .fe_header_mobile_border {
        border-bottom: 2px solid #0b2a54;
        padding: 10px 10px;
    }

    .fe_header_div_a {
        height: 40px;
        width: 40px;
        display: inline-flex;
        margin-left: 20px;
    }

    .fe_header_div_b {
        height: 40px;
        width: 40px;
        display: inline-flex;
        margin-left: 20px;
    }

    .fe_header_div_c {
        height: 40px;
        width: 40px;
        display: inline-flex;
        margin-left: 20px;
    }

    .fe_header_div_d {
        height: 40px;
        width: 40px;
        display: inline-flex;
        margin-left: 20px;
    }

    .fe_header_div_e {
        height: 40px;
        width: 40px;
        display: inline-flex;
        margin-left: 20px;
    }

    .fe_hamburger_text {
        margin-bottom: 0;
    }

    .hamburger div div.fe_header_mobile_border:last-child {
        border-bottom: none !important;
    }

    .hamburger {
        padding: 0px;
        top: 8%;
    }

    .fe_hamburger_link {
        display: flex;
    }

    .fixed_menu_mt {
        margin-top: 8%;
    }

    .fixed_menu_mt_home {
        margin-top: 25%;
    }

    .fe_home_logo {
        width: 100px;
        margin-top: -1%;
    }

    .fe_home_logo_edison {
        width: 200px;
        margin-top: 0;
    }

    .fe_home_footer_1 {
        background-image: url(/pwa/images/footer_home_mobile2.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-position: bottom;
        height: 210px;
    }

    .fe_footer_2 {
        /*background-image: url(/pwa/images/footer_percorso_mobile.png);*/
        background-image: url(/pwa/images/footer_path_mobile.png);
        background-size: contain;
        height: 130px;
        /*background-size: 100%;*/
        background-position: bottom;
        position: relative;
        background-repeat: none;
    }

    .fe_footer_path {
        background-image: url(/pwa/images/footer_path_mobile.png);
        background-size: contain;
        height: 271px;
    }

    .fe_footer_moduli_fixed {
        height: 125px;
        background-size: 100%;
    }

    .fe_footer_audio_fixed {
        height: 140px;
    }

    .fe_content_margin {
        margin-bottom: -230px ;
    }

    .fe_percorso_iphone_img {
        width: 300px;
    }

    .fe_percorso_iphone_img {
        margin-top: -11%;
    }

    .fe_header_dehaze {
        width: 25px;
    }
    
    .fe_home_back {
        width: 35px;
    }

    .fe_footer_errore_3 {
        background-image: url(/pwa/images/footer_errore_mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 240px;
    }

    .fe_errore_footer_1 {
        position: relative;
    }
    
    .fe_errore_footer_2 {
        height: 430px;
    }

    .fe_ok_footer {
        background-image: url(/pwa/images/footer_ok_mobile.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 280px;
    }

    .fe_footer_moduli_mobile {
        margin-top: -18%;
    }

    .fe_footer_moduli {
        background-image: url(/pwa/images/footer_mobile_2.png);
        height: 160px;
    }

    .fe_percorso_title {
        color: #0B2A54;
        font-weight: normal;
        font-family: Frutiger;
        font-size: 1.3em;
    }

    .fe_logo_title {
        color: #0B2A54;
        font-size: 1.6em;
        font-weight: bold;
    }

    .fe_home_per {
        font-size: 1em;
        font-weight: bold;
    }

    .fe_modulo_hr {
        margin: auto;
    }

    .fe_modulo_box {
        height: 60px;
        width: 60px;
    }

    .fe_modulo_hr {
        width: 300px;
    }
    
    .fe_modulo_img {
        width: auto;
        max-width: 35px;
        max-height: 40px;
        height: auto;
    }

    .fe_modulo_audio_box {
        height: 150px;
        width: 150px;
        background-color:#d82c0a;
        border-radius: 50%;
    }

    .fe_audio_microfono_img {
        width: 50px;
    }

    .fe_modulo_link {
        cursor: pointer;
    }

    .fe_modulo_text {
        font-size: 1.2em;
    }

    .fe_logo_header {
        height: 35px;
        width: auto;
    }

    .mt_step_mobile {
        margin-top: 5%;
    }

    .fe_quiz_user_input {
        width: 180px;
    }

    [data-page='bacheca'] .bacheca_icon {
        width: 20px;
        height: auto;
        margin-bottom: 20%;
        padding-right: 0;
        padding-left: 0;
    }

    .fe_edizione_mb {
        margin-bottom: 0px;
    }

}


/* MEDIA QUERY TABLET */

@media only screen and (min-width:767px) and (max-width:992px) {

    .fe_hamburger_link {
        display: block;
        margin: auto;
    }

    .fe_header_div_a {
        display: block;
        margin: auto;
    }
    
    .fe_header_div_b {
        display: block;
        margin: auto;
    }
    
    .fe_header_div_c {
        display: block;
        margin: auto;
    }
    
    .fe_header_div_d {
        display: block;
        margin: auto;
    }
    
    .fe_header_div_e {
        display: block;
        margin: auto;
    }

    .fe_header_div_2 {
        display: block;
        text-align: center;
    }

    .fe_hamburger_text {
        margin-top: 15px;
        margin-left: 0px;
    }

    .fe_home_logo {
        margin-top: 26%;
    }

    .fe_home_logo_edison {
        width: 200px;
        margin-top: 12%;
    }

    .fe_home_footer {
        bottom: 0 !important;
        right: 0 !important;
    }

    .fe_home_footer_1 {
        background-image: url(/pwa/images/footer_home_tablet.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-position: bottom;
        height: 400px;
    }

    .fe_footer_2 {
        background-image: url(/pwa/images/footer_tablet_2.png);
        background-size: 100%;
        bottom: 0;
        height: 250px;
        background-position: bottom;    
    }

    .fe_ok_footer {
        background-image: url(/pwa/images/footer_ok_tablet.png);
        background-position: center;
        background-size: cover;
        height: 235px;
    }

    .fe_footer_path {
        background-image: url(/pwa/images/footer_tablet_2.png);
        background-size: 100% 100%;
    }

    .fe_footer_moduli_mobile {
        position: relative;
        margin-top: -10%;
    }

    .fe_modulo_hr {
        margin: auto;
    }

    .fe_modulo_box {
        height: 75px;
        width: 75px;
    }

    .fe_modulo_img {
        width: 35px;
    }

    .fe_moduli_path_img {
        margin-bottom: -23%;
    }

    .fe_edizione_mb {
        margin-bottom: 0px;
    }

}

/* MEDIA QUERY IPHONE X LANDSCAPE*/

@media only screen and (max-width: 812px) and (min-width: 669px) and (orientation: landscape){

    .fe_home_footer{
        position: relative;
    }

    .fe_home_logo_edison {
        margin-top: 0;
    }

    .fe_home_logo_edison {
        width: 200px;
    }

    .fe_footer_2 {
        height: 59vh;
        position: relative;
    }

    .fe_footer_percorso {
        height: 300px;
    }

    .fe_home_footer {
        position: relative !important;
    }

    .fe_percorso_iphone_img {
        margin-top: -9%;
    }

    .fe_footer_errore_3 {
        height: 240px;
    }

    .fe_errore_footer_1 {
        position: relative;
    }

    .fe_footer_moduli_mobile {
        margin-top: -10%;
    }

    .fe_footer_moduli {
        background-image: url(/pwa/images/footer_mobile_2.png);
        height: 70vh;
    }

    .fe_footer_path {
        background-image: url(/pwa/images/footer_tablet_2.png);
        background-size: 100%;
        height: 215px;
    }

    .fixed_menu_mt {
        margin-top: 5%;
    }

    .header_fixed_mobile {
        position: fixed;
        right: 0;
        left: 0;
        background-color: white;
        z-index: 2;
        padding-bottom: 5%;
        top: 0;
    }

    .fe_footer_errore_landscape {
        height: 430px;
    }

    .fe_home_footer_1 {
        height: 590px;
    }

    .mt_step_mobile {
        margin-top: 3%;
    }

}

/* MEDIA QUERY IPHONE SMALL LANDSCAPE*/

@media only screen and (max-width: 668px) and (orientation: landscape){

    .fe_home_footer{
        position: relative;
    }

    .fe_home_logo_edison {
        margin-top: 0;
    }

    .fe_home_footer_1 {
        height: 110vh;
    }

    .fe_home_logo_edison {
        width: 200px;
    }

    .fe_footer_2 {
        height: 51vh;
        position: relative;
    }

    .fe_percorso_iphone_img {
        margin-top: -9%;
    }

    .fe_footer_errore_3 {
        height: 49vh;
    }

    .fe_errore_footer_1 {
        position: relative;
    }
    
    .fe_errore_footer_2 {
        height: 115vh;
    }

    .fe_ok_footer {
        height: 89vh;
    }

    .fe_footer_moduli_mobile {
        margin-top: -10%;
    }

    .fe_footer_moduli {
        background-image: url(/pwa/images/footer_mobile_2.png);
        height: 60vh;
    }

    .fe_footer_path {
        background-image: url(/pwa/images/footer_tablet_2.png);
        background-size: 100%;
        height: 150px;
    }

    .fixed_menu_mt {
        margin-top: 5%;
    }

    .fe_content_margin {
        margin-bottom: -125px;
    }

    .fe_modulo_box {
        height: 75px;
        width: 75px;
    }

    .fe_modulo_img {
        width: 35px;
    }

}

/* MEDIA QUERY IPHONE SMALL LANDSCAPE*/

@media only screen and (max-width: 569px) {
    .mt_small_mobile {
        margin-top: 0 !important;
    }
}
