#ext_menu-0 .mbr-brand__name {
  font-size: 32px;
}
#ext_menu-0.mbr-navbar--stuck .mbr-navbar__section {
  background: #2c2c2c;
}
#ext_menu-0 .mbr-navbar__section {
  background: #202e527a;
}
#ext_menu-0 .mbr-navbar__hamburger {
  color: #ffffff;
}
/* HIDE RADIO */
[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
  outline: 2px solid #f00;
}

/* Text on Quienes Somos section */
.mbr-somos {
  color: black;
  text-align: justify;
}