body{
	background-image: url("../img/MARIA-ITALIANA-BACKGROUND-04.jpg");
	background-repeat: repeat;
	background-position: bottom left;
	background-size:contain;
	position: relative;
}
.selo-vera{
	position: fixed;
	width: 70px;
	right: 20px;
  bottom: 20px;
  transition: bottom 0.3s ease;
	z-index: 2;
}
p{
	font-family: montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	color:  #fff;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6{
	font-family: natura, serif;
	font-weight: 400;
	font-style: italic;
	color: #fff;
}
h1{
	font-size: 60px;
}
h2{
	font-size: 42px;
}
h3{
	font-size: 38px;
}
h4{
	font-size: 30px;
}
h5{
	font-size: 22px;
}
h6{
	font-size: 16px;
}
a{
	color: white;
	text-decoration:none;
}
a:hover{
	color: #ffefe1;
		text-decoration:underline;
}
.center{
	text-align: center;
}
b{
	font-weight: 700;
}
/* header  */
/* header{
	margin: 60px 0;
} */

.header {
	position: relative;
	min-height: 100vh;
	background-image: url(../img/MARIA-ITALIANA-BANNER.jpg);
	background-size: cover;
	background-position: center;
	color: white;
	z-index: 1;
	margin-bottom: 80px;
}

.header::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.559);
	z-index: -2;
}

.header a{
	background-color: #393B62;
	font-weight: 600;
	border: 0;
	font-family: Montserrat, serif;
	padding: 10px 25px;
}
.header a:hover{
	text-decoration: none;
	background-color: #393B62;
}

/* Section */
.m-top-bot{
	margin-top: 10px;
	margin-bottom: 10px;
}
.no-dec:hover{
	text-decoration: none;
}
.footer-border{
	border-top: solid 1px #F9B500;
	background-color: #393B62;
}

@media screen and (max-width: 992px){
	.header {
		min-height: 70vh;
	}
}

@media screen and (max-width: 768px){
	.cabo-frio-logo{
		max-width: 200px;
	}
}