@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

header {
	text-align: center;
	padding-top: 20px;
}

header img {
	max-width: 100%;
}

h1 {
	margin-top: 0;
}

section {
	width: 100%;
	text-align: center;
}

article	{
	/*height: 100%;*/
	margin: 0 5px;
	display: inline-block;
	/*width: 40%;*/
}


.section-servicios {
	background: url("./img/videos.jpg") center 0 repeat-y white;
	padding: 20px 0;
}

.servicios {
	
	/*height: 380px;*/
}

.servicios img {
	/*height: 100%;*/
	width: auto;
	border: 2px solid black;
}

.red {
	color: #d12f3a;
}

.address {
	font-weight: 100;
}

footer {
	padding: 20px 0;
	background-color: #262626;
	color: white;
	text-align: center;
}

footer a {
	color: white;
	text-decoration: none;
}

footer span, footer img {
	display: inline-block;
	vertical-align: middle;
}

footer div {
	margin-bottom: 15px;
}

@media (max-width: 768px) {
  .servicios img {
	height: auto;
	width: 100%;
	border: 2px solid black;
}
}