
.contato{
    width: 1366px;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.space-contato{
    width: 150px;
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
    color: #2E2E2E;
    border-bottom: solid 5px #0A6AAC;
}

.contato-text{
    width: 600px;
    height: auto;
}

.contato-text h1{
    font-size: 15px;
    font-weight: bold;
    color: #0A6AAC;
    margin-top: 20px;
}

.contato-text p{
    font-size: 15px;
    margin-top: -10px;
}

.contato-maps{
    width: 539px;
    height: 311px;
}

.contato-maps iframe{
    width: 100%;
    height: 311px;
}

@media only screen and (max-width: 1438px){

    .contato-maps{
        width: 500px;
    }

}

@media only screen and (max-width: 1366px){

    .contato{
        width: 100%;
        height: auto;
    }

}

@media only screen and (max-width: 1011px){

    .contato{
        flex-direction: column;
        justify-content: center;
    }

    .contato-text{
        width: 100%;
    }

    .contato-maps{
        width: 100%;
    }

}

@media only screen and (max-width: 680px){

    .space-contato{
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

}