@font-face {
    font-family: ferems;
    src: url('ubuntu-regular.woff');
  }

  @font-face {
    font-family: ferems-bold;
    src: url('ubuntu-bold.woff');
  }
@font-face {
    font-family: ferems-light;
    src: url('ubuntu-light.woff');
  }

  body{
    font-family: ferems;
  }

  #menu-bar ul li a{
    color: white;
    font-size: 0.85rem;
    border-bottom: 2px solid #153899;
    transition: border-bottom 0.6s;
  }

    #menu-bar ul li a:hover{
    border-bottom: 2px solid white;

    
  }
  
    #menu-bar ul li{
    padding: 5px 30px;
  }
  
  .imagen-menu{
    width: 30px;
    margin-right: 5px;
    margin-top: -2px;
  }

  .foot-menu{
    width:100%;
    text-align: center;
    padding:5px;
    font-size: 2rem;
    background-color: #153899;
    color: white;
  }


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
  color:#153899;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 3rem;
  }
}
