/* ============= UTILITIES ============= */
.fw-light { font-family: 'GlobotipoTexto-Light'; }
.fw-regular { font-family: 'GlobotipoTexto-Regular'; }
.fw-bold { font-family: 'GlobotipoTexto-Bold'; }
.fw-black { font-family: 'GlobotipoTexto-Black'; }

.pos-r { position: relative; }

.color-snow { color: #fff; }
.color-red { color: #EE0A21; }

.txt-center { text-align: center; }

.m-b-11 { margin-bottom: 11px !important; }
.m-b-14 { margin-bottom: 11px !important; }
.m-b-19 { margin-bottom: 19px !important; }
.m-b-24 { margin-bottom: 24px !important; }
.m-b-38 { margin-bottom: 24px !important; }

.center-block { margin: 0 auto; }