
/* COLORES DE BACKGROUND */

.bg-minsait-blue{
  background-color: #1A3B47;
}

.bg-minsait-grey{
  background-color: #E8E8E8;
}

.bg-minsait-beige{
  background-color: #FDE3D4;
}

.bg-minsait-white{
  background-color: #FFFFFF;
}

.bg-minsait-light-blue{
  background-color: #639FCB;
}

.bg-minsait-dark-grey{
  background-color: #a2a2a2 !important;
}

.bg-minsait-red{
  background-color: #E88AA2 !important;
}

/* COLORES DE TEXTO */

.text-minsait-white{
  color: #FFFFFF !important;
}

.text-minsait-yellow{
  color: #FFEA80 !important;
}

.text-minsait-grey{
  color: #E8E8E8 !important;
}

.text-minsait-dark-grey{
  color: #a2a2a2 !important;
}

.text-minsait-light-grey{
  color: #ccc !important;
}

.text-minsait-beige{
  color: #FDE3D4 !important;
}

.text-minsait-blue{
  color: #1A3B47 !important;
}

.text-minsait-red{
  color: #E88AA2 !important;
}

.text-minsait-light-blue{
  color: #639FCB !important;
}

/* BORDERS */

.border-minsait-white{
  border-color: #FFFFFF !important;
}

.border-minsait-grey{
  border-color: #E8E8E8 !important;
}

.border-minsait-beige{
  border-color: #FDE3D4 !important;
}

.border-minsait-blue{
  border-color: #1A3B47 !important;
}

.border-minsait-red{
  border-color: #E88AA2 !important;
}

.border-minsait-light-blue{
  border-color: #639FCB !important;
}

/* BOTONES DE BOOTSTRAP */

.btn-minsait-light-blue {
  color: #fff;
  background-color: #639FCB;
  border-color: #639FCB;
}

.btn-minsait-light-blue:hover {
  color: #fff;
  background-color: #598fb6;
  border-color: #456f8e;
}

.btn-minsait-light-blue:focus, .btn-minsait-light-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 159, 203, 0.5);
}

.btn-minsait-light-blue.disabled, .btn-minsait-light-blue:disabled {
  color: #fff;
  background-color: #a1c5df;
  border-color: #a1c5df;
}

.btn-minsait-light-blue:not(:disabled):not(.disabled):active, .btn-minsait-light-blue:not(:disabled):not(.disabled).active,
.show > .btn-minsait-light-blue.dropdown-toggle {
  color: #fff;
  background-color: #82b2d5;
  border-color: #82b2d5;
}
.btn-minsait-red {
  color: #fff;
  background-color: #E88AA2;
  border-color: #E88AA2;
}

.btn-minsait-red:hover {
  color: #fff;
  background-color: #d07c91;
  border-color: #d07c91;
}

.btn-minsait-red:focus, .btn-minsait-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 138, 162, 0.5);
}

.btn-minsait-red.disabled, .btn-minsait-red:disabled {
  color: #fff;
  background-color: #a26071;
  border-color: #a26071;
}

.btn-minsait-red:not(:disabled):not(.disabled):active, .btn-minsait-red:not(:disabled):not(.disabled).active,
.show > .btn-minsait-red.dropdown-toggle {
  color: #fff;
  background-color: #E88AA2;
  border-color: #E88AA2;
}


/* ALERTS DE BOOTSTRAP */
.alert-minsait-red {
  color:black;
  background-color: #f7d9e1;
  border-color: #E88AA2;
}

div {
  font-family: 'Soho', arial;
}

.font-soho {
  font-family:"Soho";
  font-weight: 400 ;
}

.font-soho-light {
  font-family:"Soho-Light" !important;
}

.font-playfair {
  font-family: 'Playfair Display', serif !important;
}

.wrap-hash {
  word-break: break-word;
  white-space: normal!important;
  width: 245px;
}

.no-wrap {
  word-break: normal;
  white-space: nowrap;
}

.wrap-elipsis {
  display: block;
  white-space: nowrap;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
