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

body {
	padding: 0px;
	margin: 0px;
}
.photo {
	height: 482px;
	width: 100%;
	display: block;
}
.vensac {
	background-image: url(../image/photo-vensac.jpg);
	background-repeat: no-repeat;
}
.porto {
	background-image: url(../image/photo-porto.jpg);
	background-repeat: no-repeat;
}
.margin-bottom {
	margin-bottom: 4px;
}
.txt {
	font-family: roboto;
    font-size: 65px;
    margin-top: 435px;
    color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
    text-shadow: 0px 0px 10px #000;
}