@charset "utf-8";
/* CSS Document */

body { 
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}

.logo { margin: 30px 0 60px 0; }

.content {
    width: 520px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
	position: absolute;
	left: calc(50% - 190px);
	top: calc(50% - 180px);
}

.content p {
    font-size: 14px;
    color: #545454;
	text-align: center;
}
.content .desc { margin-bottom: 30px; }
.content .contacto { font-weight: 600; line-height: 24px; }
.content a { color:#000;}