.color-white{
    color: #fff;
}

.bg-white{
   background: #fff;
}
.bg-default{
    background: #c50424;
}

.bg-black{
  background: #000;
}
.bg-red{
   background:#c80424;
}

.color-red{
  color: #c50424;
}
.color-black{
  color: #000000;
}
.color-gray{
  color: #7b7b7b;
}

.bg-gray{
   background: rgb(48,48,48);
}
.bg-pink{
  background: #ff0e5d;
}
.bg-e7{
  background: #e7e7e7;
}
.bg-redlight{
  background: #ff001d;
}

.bg-line-gray{
  background: #d9d7d3;
}

.site-url.bg-blue{
   background:#003d94;
   color:#fff;
   text-decoration: none;
}

.site-url.bg-blue:hover{
   background: #444;
}

.page-contacto .btn.butm:hover, .page-contacto .btn.butm:active{
  background-color:#c80424;
}
