body{
    font-family: 'Montserrat', serif;
    font-size: 15px;
    /*background: url(../images/bg.gif) repeat;*/
    background-color: #f9f4ed;
}
/*Linea para dividir contenido*/
hr { 
    background-color: #bfbfbf !important; 
    height: 1px; 
    border: 0; 
}

/*.page-header{
    background-color: #bfbfbf !important; 
    border: 0; 
}*/

a {
    color: #000000;
/*      background:none!important;*/
}

a:hover {
    color: #990000;
}

.logo {
    overflow: hidden;
    transition-duration: 0.8s;
    transition-property: transform;
}
.logo:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}


.jumbotron{
    background-color: #f9f4ed;
/*    background: #000 url("../img/fondo.jpg") no-repeat center center;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    color: #FFF;*/

}

.img-project {
    max-width: 100%;
    height: auto;
    border: 3px solid black;
}

img.img-project {
    display: block;
    margin-left: auto;
    margin-right: auto 
}


.text-project{
/*  color: #990000;*/
/*  display: block;*/
  margin-left: 16%;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  vertical-align: middle;

}


/*Menu Style*/
.navbar { /*To eliminate weird white space (gap) betweeen navbar and content*/
    margin-bottom: 0px;
    padding: 10px;

}

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
/*  padding-bottom: 10px;*/
/*  padding-left: 20px;*/
/*  margin: 5px;*/
padding-top: 10px;
  height: auto;
  width: 200px;
}

/*.myMenu .nav >li >a {
  padding-top: 25px;
  padding-bottom: 25px;
}*/


.myMenu .navbar-toggle {
  padding: 10px;
  margin: 15px 5px 15px 0px;
}

/*Linea divisoria del menu y body*/
.navbar-default {
/*    background-color: #CC0000;*/
/*    border-color: black;  */
/*    border-radius: 0;*/


}


/*Cambiar color hamburger navbar*/
.navbar-default .navbar-toggle .icon-bar {
    background-color: black;
}

/*cambiar color texto links*/
.navbar-default .navbar-nav > li > a {
    color: black;
}

.navbar-default .navbar-text {
    color: black;
}

/*color de fondo hover cuadrado*/
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #990000; 
}

/*CAMBIAR FONDO CUADRADO*/
/*.navbar-default .navbar-nav > .active > a {
    background: none;
}*/


.navbar-default .navbar-nav > li.active > a{
    color: #990000;
}


/*Testeando FONDO CUADRADO*/
 .navbar-default .navbar-nav > .active{
    color: #000;
   background: #fcfcfc;
   background-color: #fcfcfc;
 }
 .navbar-default .navbar-nav > .active > a, 
 .navbar-default .navbar-nav > .active > a:hover, 
 .navbar-default .navbar-nav > .active > a:focus {
      color: #000;
      background: #fcfcfc;
      background-color: #fcfcfc;
 }
/* ===========================*/

/*Barra divisora del menu*/
.nav-divider{
  background-color: black !important;
}

.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;

}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
/*End Menu Style*/



/* FOOTER */

.footer-distributed{
  background-color: #292c2f;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: normal 16px sans-serif;

  padding: 45px 50px;
  margin-top: 80px;
}

#logo-left{
/*  border: 1px solid white;*/
  width: 12%;
}
.footer-distributed .footer-left img{
  width: 40px;
  margin-bottom: 10px;
}

.footer-distributed .footer-left p{
  color:  #8f9296;
  font-size: 14px;
  margin: 0;
}

/* Footer links */

.footer-distributed p.footer-links{
  font-size:18px;
  font-weight: bold;
  color:  #ffffff;
  margin: 0 0 10px;
  padding: 0;
}

.footer-distributed p.footer-links a{
  display:inline-block;
  line-height: 1.8;
  text-decoration: none;
  color:  inherit;
}

.footer-distributed .footer-right{
  float: right;
  margin-top: 6px;
  max-width: 210px;
}

.footer-distributed .footer-right a{
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color:  #33383b;
  border-radius: 2px;

  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;

  margin-left: 3px;
}

.footer-distributed .footer-right a:hover {
    color: #990000;
}

/* Media queries for responsive */

@media (max-width: 600px) {

  .footer-distributed .footer-left,
  .footer-distributed .footer-right{
    text-align: center;
  }

  .footer-distributed .footer-right{
    float: none;
    margin: 0 auto 20px;
  }

  .footer-distributed .footer-left p.footer-links{
    line-height: 1.8;
  }

  #logo-left{
  /*  border: 1px solid white;*/
    width: 100%;
  }
  .footer-distributed .footer-left img{
    width: 40px;
    margin-bottom: 10px;
  }


}