/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
 	font-family: "Montserrat", sans-serif;
 	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	color:#3C464C;
}
#contener{
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	}
p{margin:20px;}
p:first-of-type{margin-top:50px}
p:last-of-type{margin-bottom:50px}
h1{text-align:center;}
h1 span{display:none;}
h1 img{width:300px;}

ul{
	text-align:center;
	margin:0;
	padding:0;
	}
ul li{
	list-style-type:none;
	margin:0;
	padding:0;
}

h2{font-size:1em;}
h2,h3{text-align:center;}
h3{font-size:1.5em;}
h3 a{
	text-decoration:none;
	}

h3 svg{
	position: relative;
    top: 2px;
	}