footer{
    background-color:blanchedalmond;
    width: 100%;
    height: 140px;
    bottom: 0;
    position:fixed;
    text-align: center;
    color: black;
}
a{
    text-decoration: none;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: black;
}
header{
    display: flex;
 min-height: 10px;
 background-color:burlywood;
 justify-content: space-between;
  align-items: center;
padding: 10px;
}
.logo{
    display: flex;
  }
  .logo img{
    height: 100%;
  }
  nav a:hover {
    color:beige;
  }
*{
  margin: 0;
  padding: 0;
  font-family: 'Courier New', Courier, monospace;
}
.testimonios{
  padding: 40px 0;
  background: #f1f1f1;
  color: #434343;
  text-align: center;
}
.inner{
  max-width: 1700px;
  margin: auto;
  overflow: hidden;
  padding: 0 20px;
}
.border{
  width: 160px;
  height: 5px;
  background: #6ab04c;
  margin: 26px auto;
}
.row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
,col{
  flex: 33.33%;
  max-width: 33.33%;
  box-sizing: border-box;
  padding: 15px;
}