body {
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
  
  margin-top: 20;
  margin-left: 50;
  margin-right: 50;
  padding: 100px;
  padding-top: 0px;
  align-content: center;
  text-align: center;
}



.responsive{
  witdh: 100%;
  height: auto;
}

.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}
.texto{
	align-content: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	
	
}

.titulo{
	align-content: center;
	font-style: oblique;
	font-size: 40px;
	padding-top: 20px;
}

ul{
	list-style: none;
	font-size: 20px;
}

.row {
  margin: 8px -16px;
  grid-column: center; 
	  

}

/* Add padding BETWEEN each column (if you want) */
.row,
.row > .column {
  padding: 8px;
    align-content: center;
  align-items: center;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
}

/* Clear floats after rows */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: white;
  padding: 10px;
	  align-content: center;
  align-items: center;
}
.direccion{
	float: left;
}
.footer{
	float: left;
}

.equipo{
  vertical-align: middle;
  width: 100%;
  border-radius: 50%;
}

.map-responsive{
  overflow: hidden;
  padding-bottom: 56.25% ;
  /*ratio is 16/9 */
  position: relative;
  height: 0;
}

.map-responsive iframe{
  left: 0;
  top: 0;
  height: 100%;
  width:  100%;
  position: absolute;
  border: 0;
}


div.gallery {
  margin: 5px;
  border: 0px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 0px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

div.desc {
  padding: 15px;
  text-align: center;
}

div.equipo{
	align-content: center;
    float: left;
}

div.footer{
	align-content: center;
	float:left;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .column {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}


.clearfix:after {
  content: "";
  display: table;
  clear: both;
}