.container {
    width: 100%;
    }

img {
margin: 15px 0 15px 60px;
}

.header {
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 40px;
  width: 100%;
}

.box{
  border-radius: 5px;
  border: 1px solid #c7c7c7;
  border-bottom: 3px solid #3a709b;
  -webkit-box-shadow: 2px 2px 3px #ccc;
  box-shadow: 2px 2px 3px #ccc;
  text-align: center;
  margin: 0 10px 40px 10px;
  background-color: #f1f1f1;
}

a{
  background: transparent;
  color: #4e4e4e;!important
  text-decoration: none;
}
a:hover{
  text-decoration: none;
  color: #4e4e4e;

}
.box:hover{
    background-color:#e5eaee;
}

h2 {
  margin: 20px 0;
  font-size: 27px;
}

.col-center{
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/* ******* footer ******* */

.footergris {
  background: #e5eaee;
  margin: 60px auto 0 auto;
  padding: 30px;
  text-align: center;
  width: 100%;
  }

#footer{
  position: absolute;
  bottom: 0;
  width: 100%;
}

.footergris p {
  margin: 0;
  font-size: 0.875em;
}

.footerazul {
  background: #0f427d;
  text-align: center;
  color: #FFF;
  padding: 20px 30px;
}

.footerazul a {
  color: #FFF;
  text-decoration: underline;
}

.footerazul a:hover {
  text-decoration: none;
}

.footerazul p {
  margin: 0;
}

.footerazul .modificado {
  font-size: 0.75em;
}
/* ******** @MEDIA *********** */


@media (max-width: 991px)
  { #footer {
    position: relative;
    }

   .box {
    margin-bottom: 20px;
    /* width: 70%; */
  }

.header {
  text-align: center;
}

img {
  margin-left: 0;
}

  }

/* ******************************* */
body {
  min-width: 230px;
}
