.box-content {
    overflow-x: hidden;
}

#pratica {
    position: relative;
}

#pratica .img-logotipo {
    display: block;
    margin: 0 auto;
}

#fontsize,

{
    background-color: #f4f4f6;
}

#direcionamento,
#sizemin,
#descontos,
#parcelamento {
    position: relative;
    background-color: #fff;
}

#lembrete .description-section{
    color: #3032ae;
    font-family: OpenSans Bold;
    font-size: 17px;
}

#direcionamento .box-img {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#direcionamento .box-img img{
    height: 100px;
}

#como-utilizar {
    background-image: url('../../images/home/background.png');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

#como-utilizar .box-img {
    display: flex;
    align-items: center;
    font-size: 33px;
    margin-bottom: 20px;
}

#como-utilizar .box-img img {
    margin-right: 20px;
}

#como-utilizar a {
    color: #fff;
    text-decoration: underline;
    padding: 6px
}

#aplicacao {
    position: relative;
    background-color: #ffffff;
}

#resolucoes {
    padding-left: 30px;
}

@media screen and (max-width: 950px) {
    #resolucoes {
        padding-left: 0;
    }
}

.container-text{
    z-index: 1;
}

.table-data {
    border: 1px solid #a5aab6;
    font-family: OpenSans Light;
    margin: 0 auto;
    max-width: 90%;
}

.table-data th {
    width: 240px;
    padding: 14px 46px;
    font-family: OpenSans bold;
    font-size: 15px;
    border-bottom: 4px solid #cc092f;
}


.table-data td {
    margin: 0;
    padding: 0;
    font-size: 18px;
    padding: 20px;
    text-align: center
}

.table-data td img {
    height: 25px;
    float: left;
    margin-left: 35px;
}

.title-table {
    font-size: 30px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-table img{
    margin-right: 20px;
}


.table-data .stripped {
    background-color: #f4f4f6;
}

.box-divider-dotted {
    padding: 20px 0;
}

.infocontato {
    border: 1px solid #d2d4da;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 300;
    width: 100%;
    min-width: 320px;
    padding-bottom: 40px
}

.infocontato i {
    display: block;
    font-size: 80px;
    color: #ae1131;
    padding: 40px
}

.infocontato h2 {
    border-bottom: 1px solid #d2d4da;
    display: inline;
    padding-bottom: 15px;
}

@media (max-width: 768px) {
    #como-utilizar .box-img {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }

    #como-utilizar .box-img img {
        margin-right: 0;
        margin-bottom: 15px;
    }

    #como-utilizar .col-md-6 {
        text-align: center;
    }
}