div.centro{
	background-color: orangered;
	margin: auto;
	height: 48vh;
	margin-top: 12vh;
	width: 48vh;
	box-shadow: 0 0 20px 20px orangered;
	border-radius: 50%;
    position: relative;
    z-index: 1;
}

div.interior{
    height: 24vh;
    position: absolute;
    top: 50%;
    float: center;
    margin-top:-12vh;
    line-height: 8vh;
}
  
p.right{
	font-family: Montserrat, sans-serif;
	float: right;
	font-size: 0.9em;
	text-align: center;
}

h1{
	font-family: Montserrat, sans-serif;
	font-size: 6vh;
	font-weight: 800;
    color: white;
	text-align: center;
}  

div.footer{
    position: absolute;
    width: 25vw;
    bottom: 3vh;
    right: 1vw;
}