label {
    color: #4E4D4D;
}

.anuncio_form_box {
    padding: 40px 46px;
}

.anuncie_box {
    min-height: 450px;
    padding-top: 40px;
}

.anuncie_tipo {
    font-style: normal;
    font-size: 48px;
    line-height: 60px;
    align-items: center;
    color: #4E4D4D;
}

.anuncie_tipo span {
    font-weight: bold;
}

.anuncie_descricao {
    margin-top: 10px;
    font-style: normal;
    font-size: 25px;
    line-height: 33px;
    color: #4E4D4D;
}

.anuncie_descricao span {
    font-weight: bold;
}

.anuncio_footer {
    padding: 31px 0px;
    min-height: 128px;
    left: 0px;
    background: #EDEDED;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 20px;
}

.box_anuncio_form {

    background: #EDEDED;
    padding-top: 30px;
    min-height: 740px;
}

.box_anuncio_form .form-group {
    margin-bottom: 43px;
}

.anuncio_retangulo_box {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: #FFF;
    overflow: hidden;
    min-height: 80px;
}

.anuncio_retangulo_camada1 {
    min-height: 60px;
    background: #2580B5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 95%;
    left: -30px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);

}

.anuncio_retangulo_camada2 {
    width: 85%;
    min-height: 60px;
    background: #FF5C1A;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

    top: 10px;
    left: -20px;
    padding: 5px;

    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);

    overflow: hidden;
    position: relative;
}

.anuncio_retangulo_camada2 div {
    padding-left: 20px;
    padding-top: 15px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
}

.anuncio_title2 {
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    padding: 32px;
}


.min_anuncio {
    width: 50%;
    text-align: center;
    margin: auto;
    padding-top: 10px;
    font-size: 14px;
}

.box_button {
    margin-top: 30px;
}


.box_descritivos h3 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
}

.box_descritivos p {
    width: 90%;
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
}


.btn_box_selected {

    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.btn_float_left {

    padding: 10px;
    text-align: center;
    width: 50%;
    margin: auto;
    display: inline;
    cursor: pointer;
    border: 1px solid #4E4D4D;

    font-size: 16px;
    line-height: 22px;
    box-sizing: border-box;
}

.btn_float_left.active {
    background-color: #C4C4C4;

}

.anuncio_form_box p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.anuncio_form_box2 {
    font-size: 16px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 10px;
}

.btn-comercial {
    background: #EDEDED;
    /* Dark */

    border: 1px solid #4E4D4D;
    box-sizing: border-box;
    border-radius: 7px;

    align-items: center;
    text-align: center;
    line-height: 22px;
}

@media only screen and (max-width: 600px) {
    .container {
        padding: 0px;
    }

    .anuncio_form_box {
        padding: 40px 10px;
    }

    .anuncio_retangulo_camada1 {
        width: 100%;
        left: -10px;
    }

    .anuncio_retangulo_camada2 {
        width: 95%;
        padding: 10px 5px 30px 5px;
    }

    .box_button {
        display: none;
    }

    .min_anuncio {
        width: 100%;
    }
}