/* FUENTES */
@font-face {
  font-family: "RobotoBlack";
  src: url("../fonts/Roboto-Black.ttf");
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf");
}
/* ------- */

/* GLOBALS class*/
.marginB_3 {
  margin-bottom: 3%;
}
.borderB {
  border: 1px solid #001781;
}
.padding2 {
  padding: 1% 2%;
}
.padding4 {
  padding: 2% 4%;
}
.bgPrimary {
  background-color: #203579;
}
/* ---------*/
html, body, * {
  font-family: Roboto;
}
h5 {
  color: #ffc107 !important;
}
.bar_menu {
  width: 100%;
}
.logo {
  float: left;
  margin-right: 6%;
  text-align: right;
  width: 22%;
}
.nav-masthead {
    width: 100%;
    padding: 1%;
}
.menu_links a {
  color: white;
  font-size: 1.1em;
}
.menu_links a.active {
  color: #ffc107;
}
.menu_links a:hover, h3:hover {
    color: #ffc107 !important;
    text-decoration: underline;
}
.paddingTop_4 {
  padding-top: 4%;
}
.center {
text-align: center;
}
.lineC {
  padding-bottom: 2%;
}
img {
  width: 100%;
}
h2.center {
  font-weight: 500;
  color: #161922;
}
select {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  border-color: #ced4da;
}
.btn.btn-primary {
  margin: 0 auto;
  display: block;
}
footer {
  background: #203579;
  color: white;
  padding: 2% 2% 1%;
}
footer h4 {
  font-size: 16px !important;
  margin-bottom: 4%;
  color: #ffc107;
}
h4:hover {
  color: white;
  text-decoration: underline;
}
h3 {
  color: white !important;
  font-size: 16px !important;
}
.footer_copy {
  background: black;
  color: white;
  padding-top: 1%;
  text-align: center;
}
