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

}
    body {
    margin: 0;
    font-family: "Arial";
    }
.logo {
	width:100%;
	float: left;
	text-align:center;
}
p.logo-img {
    margin-bottom:75px;
}
.info-footer {
    position: fixed;
    bottom:0px;
	text-align:center;
    width: 100%;
    float:left;
}
.mensagem {
	text-align: center;
    width: 100%;
    float: left;
}
p.txt-mensagem {
    font-size: 1.8em;
    color: #4c4c4c;
    line-height: 1.6em;
}
.contactos {
    width: 100%;
    max-width: 360px;
    margin: auto;
}

.numeroP, .numeroE {
    width: 40%;
    float: left;
    padding: 15px;
}
p.txt-titulo {
	font-size: 1.2em;
	color:#0071ce;
	font-weight: 700;
	border-bottom: 2px solid #0071ce
}
p.numero {
	font-size: 1.1em;
	color:#4c4c4c;
	font-weight: 700;	
}
a.go {
    background-image: url("go.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 47px;
    margin: 0 auto;
    overflow: visible;
    position: relative;
    text-indent: -99999px;
    width: 47px;
}

a.go:hover {
    background: rgba(0, 0, 0, 0) url("go.png") repeat scroll 0 47px;
    cursor: pointer;
    display: block;

}

@media (max-width:1004px ) {
.numeroP, .numeroE {
    width: 90%;
    float: none;
	margin: auto;
	max-width: 400px
}
.contactos {
    width: 90%;
    max-width: none;

}
img {width:90%; max-width: 350px}

p.txt-mensagem {
    padding: 10px;
}
p.logo-img {
    padding-left:25px;
    padding-right: 25px;
}
}

@media (max-width: 600px) {
	.info-footer {
    position: relative;
}
    p.logo-img {
    margin-bottom:5px;
}

p.txt-mensagem {
    padding: 0px 10px 0 10px;
}
.numeroP, .numeroE {
    padding: 0px;
}

}




