@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

body{
	background-color: #dbdbdb;
	height: auto;
}
.pro5m-gif{
	border: 6px solid white;
	border-radius: 100px;
	border-style: dashed;
	margin-left: -800px;
}
.box{
	position: relative;
	margin-top: -400px;
}

.navbar {
  min-height: 20px;
}

.navbar-brand {
  padding: 10 25px;
  line-height: 49px;
}

footer {
    position:fixed;
    bottom:0;
    width:100%;
}
hr.novafooter{
  border-top: 1px solid white;
}
hr.hrinicio{
    border-top: 1px solid white;

	width: 450px;
}

.back-client {
    width: 480px;
    margin-top: 10px;
    padding: 40px;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    border: 7px solid #23d5d5;
    box-shadow: 0 0 20px 10px #363636;
}

.back-client-us {
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  border: 7px solid #23d5d5;
  box-shadow: 0 0 20px 10px #363636;
}


.back-bottom {
    font-family: monospace;
    border-radius: 5px;
    color: white;
    font-size: 100%;
    padding: 10px;
    border: 1px solid white;
    background-color: #33b5e58a;
    font-weight: bold;
}

.back-us {
  position: relative;
  border-style: solid;
  border-color: white;
  border-radius: 20px;
  border-radius: 50%;
}

.back-avatar {
  width: 50%;
  height: auto;
  position: relative;
  border-style: solid;
  border-color: white;
  border-radius: 100px;
}

#equipe .back-div {
  border-radius: 10px;
  background: #6ed8ff;
  border: 7px solid #ffffff;
  box-shadow: 0 0 8px 2px #00bcd4;
}

#pitagoras {
  color: #d9d9d9;
  text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
  background: #1097c95c;
  border: 1px solid #ffffff;
}

.equipeDoCoracao {
  display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(3, 1fr);
grid-column-gap: 15px;
grid-row-gap: 15px;
}

.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 1 / 3 / 2 / 4; }
.div4 { grid-area: 2 / 2 / 3 / 3; }
.div5 { grid-area: 3 / 2 / 4 / 3; }