
.pulse-button{
    display: none !important;
    position: fixed;
    width: 100px;
    height: 100px;
    border: none;
    bottom: 50px;
    left: 50px;
    box-shadow: 0 0 0 0 rgba(44, 139, 255, 0.7);
    border-radius: 50%;
    background-color: #2c8bff;
    background-size:50%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    text-align: center;
    z-index: 999999999999999999999999;
  }
.pulse-button:hover 
{
-webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}
/*personalizzazione per sezione apply*/
#backgroundDifficulty{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    padding-bottom: 100%;
    min-width:100%;
    z-index: 999999999999999;
}
#closeButtonZoom{
    width:20px;
    height: 20px;
    padding: 15px;
    display: none;
    position: fixed;
    top: 50px;
    right: 50px;
    color: white;
    background: rgba(255,255,255,0.5);
    z-index: 999999999999999;
    cursor: pointer;
    border: 1px solid white;
    border-radius: 25px;
    text-align: center;
    text-shadow: 0px 0px 15px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
}
.pulse-button-apply{
    display: none;
    position: fixed;
    width: 200px;
    height: 200px;
    border: none;
    top: 350px;
    left: calc(50% - 100px);
    right: calc(50% - 100px);
    box-shadow: 0 0 0 0 rgba(44, 139, 255, 0.7);
    border-radius: 50%;
    background-color: #2c8bff;
    background-size:50%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    text-align: center;
    z-index: 999999999999999;
  }
.pulse-button-apply:hover 
{
-webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

.pulseTextDifficulty{
    width: 300px;
    left: calc(50% - 150px);
    right: calc(50% - 150px);
    display: none;
    position: fixed;
    top: 200px;
    color: white;
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 9999999999;
    line-height: 0.5em;
}

.pulseImg{
    position: relative;
    height: 50px;
    width: auto;
    margin: 50% auto;
    margin-top: 5px;
    margin-bottom: 0px;
}

p.pulseText{
    float: left;
    margin: 0px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.8em;
    font-family: 'Mulish', sans-serif;
    font-weight: bold;
}
.pulseImgApply{
    position: relative;
    height: 150px;
    width: auto;
    margin: 50% auto;
    margin-top: 5px;
    margin-bottom: 0px;
}

p.pulseTextApply{
    width: 100%;
    float: left;
    margin: 0px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.8em;
    font-family: 'Mulish', sans-serif;
    font-weight: bold;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}

/************************************************/
/************************************************/
/*                                              */
/* gestione query per le varie versioni MOBILE  */
/*                                              */
/************************************************/
/************************************************/

@media (min-width: 279px) and (max-width: 319px) {
}
@media (min-width: 320px) and (max-width: 359px) {
    .pulse-button{
        width: 50px;
        height: 50px;
        bottom: 0px;
        left: 0px;
        border-radius: 0%;
    }
    .pulseImg{
        height: 30px;
        margin-top: -2px;
    }
    p.pulseText{
        font-size: 0.5em;
    }
}
@media (min-width: 360px) and (max-width: 410px) {
    .pulse-button{
        width: 50px;
        height: 50px;
        bottom: 0px;
        left: 0px;
        border-radius: 0%;
    }
    .pulseImg{
        height: 30px;
        margin-top: -2px;
    }
    p.pulseText{
        font-size: 0.5em;
    }
}
@media (min-width: 411px) and (max-width: 567px) {
    .pulse-button{
        width: 50px;
        height: 50px;
        bottom: 0px;
        left: 0px;
        border-radius: 0%;
    }
    .pulseImg{
        height: 30px;
        margin-top: -2px;
    }
    p.pulseText{
        font-size: 0.5em;
    }
}
@media (min-width: 568px) and (max-width: 666px) {
    .pulse-button{
        width: 50px;
        height: 50px;
        bottom: 0px;
        left: 0px;
        border-radius: 0%;
    }
    .pulseImg{
        height: 30px;
        margin-top: -2px;
    }
    p.pulseText{
        font-size: 0.5em;
    }
}
@media (min-width: 666px) and (max-width: 730px) {
    .pulse-button{
        width: 50px;
        height: 50px;
        bottom: 0px;
        left: 0px;
        border-radius: 0%;
    }
    .pulseImg{
        height: 30px;
        margin-top: -2px;
    }
    p.pulseText{
        font-size: 0.5em;
    }
}
@media (min-width: 730px) and (max-width: 823px) {
    .pulse-button{
        width: 50px;
        height: 50px;
        bottom: 0px;
        left: 0px;
        border-radius: 0%;
    }
    .pulseImg{
        height: 30px;
        margin-top: -2px;
    }
    p.pulseText{
        font-size: 0.5em;
    }
}
