@charset "UTF-8";
/* CSS Document */

/*----------------
Media Query in ordine alfabetico-----------------*/

   


@media only screen and (min-width : 320px) {
    
.actually{
    width: 50%;
    height: auto;
    margin: 20px 0px;
        min-width: 280px;
}
    
.containerShadowActually{
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    text-align: center;
}    
    
.iconFormBlue{
    width: auto;
    height: 70px;
    fill: #2d3844;
}
    
.iconFormBlueSlot{
    width: auto;
    height: 70px;
    fill: #2d3844;
    margin-left: 10px;
}
    
.iconFormWrapper{
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    width: 100%;
}

.numberFormWrapper{
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-size: 20px;
    color: #6b6b6b;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}
 
.textFormWrapper{
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    color: #2d3844;
    font-weight: 500;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    margin-bottom: 30px;
}

}


/*XS*/
@media only screen and (min-width : 480px) {
	
}


/*SM*/
@media (min-width: 768px) { 

	
}


/*MD*/
@media (min-width: 992px) {   
    
.textFormWrapper{
    margin-bottom: 20px;
}
    
}



/*LG*/
@media (min-width: 1500px) { 
    
    
.numberFormWrapper{
    font-size: 23px;
}

}