.main-contato {
    background: url(/img/localizacao.webp) no-repeat center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

.main-contato-grid{
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.main-contato-grid .main-title{
    background: #182c20;
    font-size: 4rem;
    line-height: 1.2em;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    padding-right: 10px;
    padding-left: 10px;
    color: #FCFCFB;
}

.main-contato-grid .main-title-var{
    background: #fcce01;
    font-size: 4rem;
    line-height: 1.2em;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    padding-right: 10px;
    padding-left: 10px;
    color: #182c20;
}


.main-contato .btn {
    margin-top: 20px;
    background: #FCFCFB;
}

.contato-page {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.contato-page h4 {
    font-size: 1.75rem;
    margin-top: 20px;
}

.mapouter {
    width: 600px;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.mapouter iframe {
    width: 100%;
    height: 450px;
}
