body{
    margin:0;
    overflow-x:hidden;
	padding: 0;
}

.table {
border-collapse:collapse;
border-spacing:0;
border:0;
}

.table .first {
	background-color: #00652E;
}


html{
background:#fff;
-webkit-text-size-adjust:100%
}

.menu-font {
	color:rgb(238, 229, 213);
	font-family:futuramedium,Arial,Helvetica,sans-serif;
	font-size:15px;
	font-stretch:100%;
	font-style:normal;
	font-variant-caps:normal;
	font-variant-east-asian:normal;
	font-variant-ligatures:normal;
	font-variant-numeric:normal;
	font-weight:400;
	letter-spacing:0.75px;
	line-height:18px;
	text-align:center;
	text-decoration-color:rgb(238, 229, 213);
	text-decoration-line:none;
	text-decoration-style:solid;
	text-decoration-thickness:auto;
	text-size-adjust:100%;
	text-transform:uppercase;
	vertical-align:baseline;
}


a:-webkit-any-link {
    color: rgb(238, 229, 213);
    cursor: pointer;
    text-decoration: none;
}

.image-box {
    width: 100%;
    height: 600px;
    background-color: turquoise;    
}

.image-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cabecalho-medium {
    display:none;
}
.cabecalho-narrow {
}

.seo-hidden{
display:none;
}