@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* CSS Document */


body{
	background-image: url("img/fondo_bg.png");
	margin: 0;
}

.base{
  display:grid;
  place-items:center;
  justify-content: center;
  width: 100%;
}

.section{
	width: 100%;
	display: flex;
	justify-content: center;
}

.logo{
	width: 100%;
	justify-content: center;
	text-align: center;
	margin: 20px;
}
#texto{
	width: 50%;
	padding: 20px 0;
}
.enlaces {
	width: 100%;
	height: auto;
	background-color:#FFFFFF; 
	justify-content: center;

}

.logos{
	display: flex;
	justify-content:center;
	align-items: center;
	width: 100%px;
}
	
.logos img{
	
	padding:20px 10px;
}

h1{
	font-size: 16pt;
	font-family: "Open Sans", serif;
	color:#FFFFFF;
	text-align: center;
}
