.section-product{
    position: relative;
    max-width: 780px;
    margin: 0 auto;
}

.bold{
    font-weight: 700;
}

/*****************************/
/*       Banner Product      */
/*****************************/

.banner-product{
    position: relative;
    width: 100%;
    height: 789px;
    background: url(../img/banner-product.png) center no-repeat;
}

.includes-banner{
    position: relative;
    height: 100%;
    padding: 40px;
}

.includes-logos{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.content-product{
    position: absolute;
    bottom: 70px;
    width: 220px;
    color: #FFFFFF;
}

.content-product h1{
    font-size: 57px;
    line-height: 60px;
    font-weight: 300;
}

.content-product span{
    font-weight: 900;
}

.border-red{
    width: 70px;
    height: 20px;
    margin-top: 25px;
    background: #e42313;
}

@media(max-width: 500px){

    .includes-banner{
        padding: 40px 20px;
    }

}

/*****************************/
/*    Description Product    */
/*****************************/

.description-product{
    max-width: 700px;
    margin: 0 auto;
    padding: 80px 0 40px;
}

.description-product p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #525252;
}

@media(max-width: 500px){

    .description-product{
        padding: 40px 0 25px;
    }
    
    .description-product p{
        font-size: 16px;
        line-height: 20px;
    }

}

/*****************************/
/*       Models Product      */
/*****************************/

.models-product{
    position: relative;
    width: 100%;
    padding: 40px 0;
}

.title-content h2{
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #474747;
    text-align: center;
    padding: 20px 0;
}

.border-title{
    width: 55%;
    height: 1px;
    background: #474747;
}

.each-column{
    padding-top: 40px;
}

.image-model{
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.image-model img{
    padding-top: 10px;
}

.description-model{
    text-align: center;
}

.description-model p{
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #474747;
    text-transform: uppercase;
}

.box-model{
    width: 400px;
    background: #e42313;
    color: #FFFFFF;
    text-align: center;
    padding: 30px 50px;
    margin: 20px auto 0;
}

.box-model p{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

@media(max-width: 768px){
    .image-model{
        flex-direction: column;
        align-items: center;
    }
}

@media(max-width: 500px){
    .box-model{
        width: 100%;
    }
}

/*****************************/
/*  Characteristics Product  */
/*****************************/

.characteristics-product{
    position: relative;
    width: 100%;
    padding: 40px 0;
}

.list-characteristics{
    position: relative;
    padding-top: 30px;
}

.each-characteristic{
    display: flex;
    border-bottom: 3px solid #FFFFFF;
}

.each-characteristic:last-child{
    border-bottom: none;
}

.icon-characteristic{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 90px;
    background: #ea5347;
}

.content-characteristic{
    display: flex;
    align-items: center;
    width: 100%;
    height: 90px;
    padding: 0 20px;
    background: #e42313;
    color: #FFFFFF;
}

.content-characteristic p{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}


@media(max-width: 500px){
    .content-characteristic{
        width: 100%;
        height: 150px;
    }
    .icon-characteristic{
        height: 150px;
    }
}


/*****************************/
/*   Technical Information   */
/*****************************/

.table-technical{
    width: 100%;
    margin-top: 70px;
}

.table-technical td{
    width: 25%;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    background: #e8e8e8;
    border: 3px solid #FFFFFF;
    padding: 12px 10px;
    vertical-align: middle !important
}

.title-table{
    font-weight: 700 !important;
}

.content-table{
    padding-top: 40px;
}

.content-table p{
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    color: #000000;
}

@media(max-width: 768px){
    .table-technical td{
        min-width: 148px;
    }
    .table-responsive{
        width: 100%;
        overflow-x: auto;
    }
}

@media(max-width: 500px){
    .table-technical{
        margin-top: 40px;
    }
    .content-table{
        padding-top: 20px;
    }
    .content-table p{
        font-size: 14px;
    }
}

/*****************************/
/*       Footer Product      */
/*****************************/

.footer-product{
    position: relative;
    width: 100%;
}   

.includes-logos-footer{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 20px 0;
}

.colors-footer{
    display: flex;
}

.each-color{
    width: 20%;
    height: 10px;
}

.red-01{ background: #ffa19a; }
.red-02{ background: #ff7469; }
.red-03{ background: #ff5548; }
.red-04{ background: #fe3424; }
.red-05{ background: #e31909; }