
.background-header {
    background-color: #e0e0e0 !important;
}

.background-footer {
    background-color: #222!important;
    padding: 16px 0 15px 0;
    font-size: 14px;
}

.text-black {
    color: black;
}

.text-black:hover {
    color: black;
    text-decoration: underline;
}

a {
    color: #F55347;
    /*color:#f44336;*/
}

a:hover {
    color: #f44336;
    text-decoration: underline;
}

.badge{    
    border-radius: 0.5rem;
    font-size: 100%;
}

.badge a {
    color:#ffffff !important;
    font-size: 0.9rem;
}    

.badge .font-weight-semibold {
    font-weight: 400; }

.image-vertical_align {
    vertical-align: middle;
}

element.style {
}

.navbar-brand-search {
    display: inline-block;
    padding-top: 2.00002rem;
    padding-bottom: 1.00002rem;
    margin-right: 1.25rem;
    font-size: 0;
    line-height: inherit;
    white-space: nowrap;
}

.btn-secondary {
    padding: 4px !important;
}

.img-card {
    max-width: 100%;
    padding: 0px 10px 0px 10px;
}

.toggle {
  cursor: pointer;
  display: inline-block;
}

.toggle-switch {
  display: inline-block;
  background: #444;
  border-radius: 16px;
  width: 44px;
  height: 18px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}
.toggle-switch:before, .toggle-switch:after {
  content: "";
}
.toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.25s;
}
.toggle:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.toggle-checkbox:checked + .toggle-switch {
  background: #d32b30;
}
.toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.toggle-label {
  margin-left: 5px;
  position: relative;
  vertical-align: middle;
}

.card-centros-tematicos {
    overflow:hidden;
    min-height: 200px;
}

.card-centros-tematicos img {
    max-width: 150px;
    max-height: 130px;
}

