.wsg-contato-01,
.wsg-contato-02,
.wsg-contato-03 {
    padding: 60px 0;
}

.wsg-contato-02 {
    background: #f3f5f9;
}

.wsg-mapa iframe {
    display: block;
    width: 100%;
    height: 300px;
}

.wsg-contato_02-box {
    text-align: center;
    padding: 30px;
    border: 1px solid #ececec;
    min-height: 175px;
    transition: all linear .2s;
}

.wsg-contato_02-box p {
    font-size: 13px;
}

.wsg-contato_02-box:hover {
    background-color: #fff;
}

.wsg-contato_02-box span {
    display: flex;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #00A30C;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
    transition: all linear .2s;
}

.wsg-contato_02-box:hover span {
    background: #f3f5f9;
}

.wsg-contato-03 .wsg-cto p {
    margin: 0 auto;
    max-width: 800px;
}

.wsg-contato-03 form {
    margin-top: 80px;
    text-align: center;
}

.wsg-contato-03.simulador form {
    margin-top: 0px;
    text-align: left;
}

.wsg-contato-03 form input,
.wsg-contato-03 form textarea,
.wsg-contato-03 form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid;
    border-color: #f3f5f9;
    padding: 15px 15px 15px 25px;
    width: 100%;
    background-color: #f3f5f9;
    margin-bottom: 20px;
    transition: all linear .2s;
}

.wsg-contato-03 form textarea {
    height: 250px;
}

.wsg-contato-03 form select {
    width: 100%;
}

.wsg-contato-03 form input:focus,
.wsg-contato-03 form textarea:focus,
.wsg-contato-03 form select:focus {
    background-color: #fff;
}

.wsg-contato-03 form button {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 18px 50px;
}