#vinheta {
    position: relative;
    width: 100%;    
    height: 200px;
    margin-top: 96px;
}

#vinheta .img {
	width: 100%;
	height: 100%;
	overflow: hidden;
    z-index: 5;
}

#vinheta .img img {
	width: 100%;
    height: 100%;
	object-fit: cover;
}

#vinheta .txt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 7;
}

#vinheta .txt .titulo {
    color: #fff;
    text-align: center;
}



.conteudo {
    background-color: rgba(255, 255, 255, 0.2);
    /* background-image: url(../img/bg-marca.svg); */
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
}
.conteudo h2{
    padding: 50px;
    color: #003649;
    font-size: 2.1rem;
    letter-spacing: 0.1rem;
    margin: 24px 0;
    text-align: center;
}
.conteudo .margem {
    margin-top: 32px;
    margin-bottom: 32px;

    display: grid;
    grid-template-columns: 7fr 5fr;

}

.conteudo .margem div .titulo {
    font-size: 1.5rem;
    margin-bottom: 16px;
}



/* formulário do plugin */


.wpcf7-form p  {
    padding: 8px 0;
}

.wpcf7-form p label  {
    color: #003649;
    font-size: 0.9rem;
}

.wpcf7-form-control-wrap input, textarea {
    border: 1px solid #e3e3d7;
    padding: 6px;
    width: 500px;
    margin-top: 4px;
}


.wpcf7-submit {
    border: none;
    padding: 8px 24px;
    background-color: #003649;
    color: #fff;
    border-radius: 18px;
    font-size: 1rem;
    margin: 12px 0;
    cursor: pointer;
}

/* fim formulário do plugin */




address {
    font-style: normal;
}

address p {
    margin: 8px 0;
    color: #003649;
}

address p span {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}


.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;

    margin-top: 32px;
    margin-bottom: 16px;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
#contato .margem div h2 {
    color: #003649;
    font-size: 2.1rem;
    letter-spacing: 0.1rem;
    margin-bottom: 24px;
}

@media (max-width: 767.98px) {



.conteudo .margem {

    grid-template-columns: 12fr;
}  

}