.ombra {
  text-shadow:   
  0px 0px 6px rgb(0,0,0,0.8); 
}

.ffooter {
  position:fixed;
  bottom:0;
  }






.radius{
  border-top-left-radius: 40px !important;  
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;  
  }

.radius1{
  border-top-left-radius: 0px !important;  
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 40px !important;  
  }

.radius2{
  border-top-left-radius: 0px !important;
  border-top-right-radius: 40px  !important;
  border-bottom-right-radius: 0px  !important;
  border-bottom-left-radius: 0px  !important;
  }

.radius3{
  border-top-left-radius: 60px !important;
  border-top-right-radius: 100px  !important;
  border-bottom-right-radius: 100px  !important;
  border-bottom-left-radius: 10px  !important;
  }

.radius4{
  border-top-left-radius: 0px !important;  
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 50px !important;  
  }


.radius5{
  border-top-left-radius: 50px !important;  
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 50px !important;  
  }
.radius6{
  border-top-left-radius: 0px !important;  
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 40px !important;
  border-bottom-left-radius: 40px !important;  
  }

