.content h1,
.content h2 {
    font-size: 26px;
}

.content .header .right button.contato {
    cursor: pointer;
}

.content .box label{
    text-shadow: 1px 1px 2px #fff;
}

.content .box {
    position: relative;
    width: 60%;
    height: auto;
    margin: 10px auto 20px;
    bottom: 20px;
    display: flex;
    padding: 5px 10px;
    color: #413f3f;
    display: inline-block;
    border-top-left-radius: 8px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #F1F4FF;
    border: 5px solid #fff;
    box-shadow: 4px 4px 4px rgba(75, 74, 74, 0.315);
}

/* MOBILE */
@media only all and (max-device-width: 768px) {

    .content h1,
    .content h2 {
        font-size: 16px;
    }

    .content h4,
    .content h5 {
        width: 90%;
        font-size: 12px;
        text-align: left;
        margin-left: 5%;
    }

    .content .box {
        width: 92%;
        padding: 5px 0px;
    }

    form {
        width: 85%;
        margin: 20px 0 0 16px;
    }

    form .campo-select {
        width: 99%;
        height: 40px;
        font-size: 12px;
    }

}