.diasDeTeste {
    float: left;
    width: 100%;
    background-color: #0F1A2A;
    padding: 0 0 70px 0;
}

.diasDeTeste .container {
    display: flex;
    justify-content: center;
}

/* Box */

.diasDeTeste .boxItem .boxInterno {
    background-color: #053EA1;
    float: left;
    width: 100%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    height: 180px;
}

.diasDeTeste .boxItem .boxInterno .boxTexto {
    margin-right: 20px;
}

.diasDeTeste .boxItem .boxInterno .boxTexto .titulo {
    float: left;
    margin: 0 0 10px 0;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.diasDeTeste .boxItem .boxInterno .boxTexto .texto {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
}

.diasDeTeste .boxItem .boxInterno .boxTexto .condicao {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
}

.diasDeTeste .boxItem .boxInterno figure img {
    width: 70px;
    min-width: 70px;
}

.diasDeTeste .boxItem.satisfacaoGarantida .boxInterno figure img {
    width: 120px;
    min-width: 120px;
}

@media only screen and (max-width: 1100px) {

    .diasDeTeste .boxItem .boxInterno {
        height: 220px;
    }

}

@media only screen and (max-width: 1000px) {

    .diasDeTeste .boxItem {
        float: left;
        width: 100%;
        max-width: 100%;
    }

    .diasDeTeste .boxItem + .boxItem {
        margin-top: 10px;
    }

    .diasDeTeste .boxItem .boxInterno {
        height: auto;
    }

}

@media only screen and (max-width: 500px) {

    .diasDeTeste {
        padding: 0 0 0 0;
    }

    .diasDeTeste .boxItem .boxInterno {
        flex-direction: column-reverse;
        padding: 20px;
    }

    .diasDeTeste .boxItem .boxInterno .boxTexto {
        margin: 20px 0 0 0;
    }

}