/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 26 2020 | 20:41:20 */
.mayus,.upper {
  text-transform: uppercase !important;
}

.lower {
  text-transform: lowercase !important;
}

.capital{
  text-transform: capitalize !important;
}
.rounded,.round{
   border-radius: 10px;
}
.shadow{
   box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
}
.text-shadow{
  text-shadow: 2px 2px rgba(0,0,0,0.25);
}
.hidden{
  display: none !important;
}
.small{
  font-size: 70% !important;
  line-height: 14px !important;
}
.big{
  font-size: 120% !important;
}