/* FUENTES */
@font-face {
  font-family: "RobotoBlack";
  src: url("../fonts/Roboto-Black.ttf");
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf");
}
/* ------- */

html, body, * {
  font-family: Roboto;
}
.bar_menu {
  /* position: fixed; */
  position: absolute;
  width: 100%;
  padding: 2%;
}
.logo {
  float: left;
  margin-right: 6%;
  text-align: right;
  width: 22%;
}
.menu_links {
  float: left;
  width: 72%;
  padding-top: 10px;
}
.menu_links a {
  color: white;
  font-size: 1.1em;
}
.menu_links a.active{
  color: #0095eb;
}
.menu_links a:hover {
    color: #0095eb;
}
.paddingTop_4 {
  padding-top: 4%;
}
.center {
text-align: center;
}
.lineC {
  padding-bottom: 2%;
}
img {
  width: 100%;
}
h2.center {
  font-weight: 700;
  color: #161922;
}
select {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  border-color: #ced4da;
}
.btn.btn-primary {
  margin: 0 auto;
  display: block;
}
footer {
  background: black;
  color: white;
  padding: 2%;
}
footer h4 {
  margin-bottom: 4%;
}
.Flickr .flickr_badge_image {
    margin: 0;
    padding: 0;
    float: left;
    margin: 0 1% 2% 1%;
    width: 23%;
}
.footer_copy {
  /* background: black;
  color: white; */
  padding-top: 1%;
  text-align: center;
}
