

.cenas h3  {
	text-align: center;
	font-size: 22px;
	letter-spacing: 0em;
	word-spacing: 0em;
	font-weight: normal;
	color: #999;
	text-transform: uppercase;
	border-bottom: 1px dotted #999;
	margin-top: 10px;
	position: relative;
	top: -11px;
}

.cenas h3 span  {
	background-color: #f4f4f4;
	position: relative;
	top: 16px;
	padding: 0 10px;
}

.marco-barroco {
    position: relative;
    background: #ffffff;
    border: 4px solid #d4af37;
    padding: 2rem 1.5rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    text-align: center;
    margin: 4rem 3rem;
}

.marco-barroco h2 {
    margin: 50px 0 20px 0;
    font-family: "Great Vibes", cursive;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 3rem;
    line-height: 3rem;
    color: #912323;
}

.marco-barroco h3 {
	background-color: #ffffff;
    color: #d4af37;
    margin-bottom: 30px;
}

.marco-barroco h3 span  {
	background-color: #ffffff;
}

.marco-barroco p {
    color: #4b3c2b;
    line-height: 1.6;
}

.ornamento {
    position: absolute;
    width: 250px;
    left: 50%;
    transform: translateX(-50%);
    fill: #d4af37;
}

.ornamento.top {
    top: -40px;
}

.ornamento.top path, .ornamento.bottom path {
    fill: #d4af37;
}

.ornamento.bottom {
    bottom: -50px;
    transform: translateX(-50%);
}

.cenas svg {
    width: 100%;
    height: auto;
}


@media (max-width: 990px) {
    .marco-barroco {
        padding: 2rem 1.5rem;
        margin: 3rem 0.5rem;
        min-width: 90%;
    }
}

@media (max-width: 440px) {
    .marco-barroco {
        padding: 1rem 0.5rem;
        margin: 2rem -0.5rem;
        min-width: 90%;
    }
}