.overflow {overflow: hidden;}
.text-default {font-size: 1.8rem; color: #484848;}
.text-block {display: block;}
.text-bold{font-family: "Bold";}
.text-regular{font-family: "Regular";}
.text-light{font-family: "Light";}
.text-uppercase{text-transform: uppercase;}
.text-red{color: #c3261f;}
.red-bottom{border-bottom: 1px solid #c3261f;}
.red-top{border-top: 1px solid #c3261f;}
.align-left {text-align: left !important;}
.align-right {text-align: right !important;}
.align-center {text-align: center !important;}
.bg-cimentoLixado {
    background-image: url(../../img/cimento-lixado.jpg);
    background-size: cover;
    background-position: center; 
}
.red-bottom{border-bottom: 1px solid #c3261f;}
.red-top{border-top: 1px solid #c3261f;}
.high-contrast .red-bottom{border-bottom: 1px solid #ffffff;}
.high-contrast .red-top{border-top: 1px solid #ffffff;}

@media only screen and (max-width: 375px) {
    .text-default {font-size: 1.6rem;}
}
