.mapouter {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    height: 323px;
    max-width: 895px;
}
.mapouter iframe {
    width: 100%;
}
.contato {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 100px;
}
.contato-grid {
    text-align: center;
}
.contato-grid > p {
    font-style: italic;
    font-weight: 600;
}
.contato-grid > h3 {
    font-size: 1.45rem;
    font-family: "ethnocentric", sans-serif;
}
.contato-grid h3 {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.contato-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.contato-content a:hover {
    color: #ED3232;
    text-shadow: 0px 0px .7px #000, 0px 0px .7px #000, 0px 0px .7px #000, 0px 0px .7px #000,
    0px 0px .7px #000, 0px 0px .7px #000, 0px 0px .7px #000, 0px 0px .7px #000,
    0px 0px .7px #000, 0px 0px .7px #000, 0px 0px .7px #000, 0px 0px .7px #000,
    0px 0px .7px #000, 0px 0px .7px #000, 0px 0px .7px #000, 0px 0px .7px #000,
    0px 0px .7px #000, 0px 0px .7px #000, 0px 0px .7px #000, 0px 0px .7px #000,
    0px 0px .7px #000, 0px 0px .7px #000, 0px 0px .7px #000, 0px 0px .7px #000,
    0px 0px .7px #000, 0px 0px .7px #000, 0px 0px .7px #000, 0px 0px .7px #000,
    0px 0px .7px #000, 0px 0px .7px #000, 0px 0px .7px #000, 0px 0px .7px #000;
}
.contato-content a {
    max-width: fit-content;
}
.contato-content h5 {
    font-weight: 600;
    color: #000!important;
    text-shadow: 0px 0px 0px #000!important;
}
.emails div {
    display: flex;
    justify-content: center;
    grid-gap: 15px;
    margin-top: 10px;
}
.emails div a:hover {
    transform: scale(1.2);
    box-shadow: 0px 0px 0px 20px #ED3232 inset;
    border-radius: 90px;
}
.emails div a {
    transition: .3s;
}
.emails > a + a {
    margin-top: 10px;
}
.tel a + a {
    margin-top: 15px;
}
.tel {
    display: grid;
    justify-items: center;
}

@media only screen and (min-width:461px) and (max-width:740px) {

    .contato-content {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: center;
    }
    
}
@media only screen and (min-width:330px) and (max-width:460px) {

    .contato-content {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: center;
        font-size: .7rem;
    }

    .contato-grid > h3 {
        font-size: 1.2rem;
    }
    .contato-grid > p {
        font-size: .7rem;
    }
    
}
@media only screen and (min-width:0px) and (max-width:329px) {

    .contato-content {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: center;
        font-size: .55rem;
    }

    .contato-grid > h3 {
        font-size: 1rem;
    }
    .contato-grid > p {
        font-size: .6rem;
    }
    
}