@charset "utf-8";
/* CSS Document */

.font1{ font-family: 'Jaldi', sans-serif;}
.font2{ font-family: Arial, Helvetica, sans-serif;}

.text-uppercase{ text-transform:uppercase;}
.text-lowercase{ text-transform:lowercase;}
.text-capitalize{ text-transform:capitalize;}

.responsivo-total{ margin:auto; box-sizing:border-box; padding:10px;}
