.title h1{
    font-weight: 300;
    font-size: 4.5rem;
    line-height: 4.5rem;
    text-align: left;
    color: #151519;
    margin-bottom: 2.5rem;
    padding-bottom: 7rem;
    padding-top: 1.5rem;
}
.title h1 strong{
    font-weight: bold;
}
.desc_form{
    width: 100%;
    height: 100%;
}
.desc_form .desc{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 3rem;
    flex-direction: column;
}
.desc_form .desc .info{
    width: 100%;
    height: 100%;
}
.desc_form .desc .info li{
    padding-bottom: 8rem;
}
.desc_form .desc .info li h2{
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 4rem;
    text-align: left;
    color: #151519;
    padding-bottom: 1.2rem;  
}
.desc_form .desc .info li p{
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
    color: #151519;    
}
.desc_form .desc .forms{
    width: 47.6rem;
    height: 57.6rem;
    background-color: #471B48;
    padding: 3.3rem;
    margin-bottom: 3rem;
    float: right;
    margin-left: 1rem;
}
.desc_form .desc .forms h2{
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 3.8rem;
    text-align: center;
    color: #00d8ff;
    padding-bottom: 2.5rem;    
}
.material_post .post .forms .forms{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
}
.desc_form .desc .forms .fd{
    position: relative;
}
.desc_form .desc .forms .fd .message_error{
    position: absolute;
    right: 0;
    top: 30%;
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    color: #ED1C24;
}
.desc_form .desc .forms input{
    width: 100%;
    border-bottom: 0.2rem solid #FFFFFF;
    padding: 1rem;
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 3.3rem;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 2.5rem;
    transition: all 0.3s linear
}
.desc_form .desc .forms input::placeholder{
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 3.3rem;
    text-align: left;
    color: #FFFFFF;
}
.desc_form .desc .forms input.erro{
    border-bottom: 0.1rem solid #ED1C24;
}
.desc_form .desc .forms input.erro::placeholder{
    color: #ED1C24;
}
.desc_form .desc .forms .send{
    padding: 1.1rem 0 ;
    width: 100%;
    margin-top: 2.1rem;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 1.8rem;
    text-align: center;
    color: #471b48;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #00d8ff;
}
.desc_form .desc .recommendation{
    width: 47.6rem;
    padding: 1rem 3.5rem;
    border: 0.1rem solid #151519;
}
.desc_form .desc .recommendation p{
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 2.8rem;
    text-align: left;
    color: #151519;
}
.carts{
    width: 100%;
    height: 100%;
}
.carts .list_carts{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 6rem;
    flex-wrap: wrap;
}
.carts .list_carts li{
    border: 0.1rem solid #00D8FF;
    width: 30%;
    margin: 1.5%;
    position: relative;
    padding: 2.9rem;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
}
.carts .list_carts li h2{
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 3rem;
    text-align: left;
    color: #000;
    min-height: 5.9rem;
    padding-bottom: 2.2rem;
    margin-top: 1.3rem;
}
.carts .list_carts li p{
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
    color: #7d7d7d;
    padding-bottom: 1rem;
}
.carts .list_carts li p:last-child{
    padding-bottom: 5rem;
}
.carts .list_carts li .border{
    width: 5.5rem;
    height: 5.5rem;
    border: 0.2rem solid #00D8FF;
    border-radius: 50%;
    position: absolute;
    top: -2.5rem;
    transition: all 0.5s linear;
    background-color: #FFFFFF;
}
.carts .list_carts li .border svg{
    position: absolute;
    bottom: 0rem;
    padding: 1rem;
    width: 100%;
    height: 100%;
    transition: all 0.5s linear;
}
.carts .list_carts li .border svg *{
    fill: #00D8FF;
}
.info_bi{
    width: 100%;
    height: 100%;
    background-color: #F3F3F3;
}
.info_bi .info{
    width: 100%;
    height: 100%;
}
.info_bi .info h3{
    font-weight: 900;
    font-size: 4.5rem;
    line-height: 6rem;
    text-align: left;
    color: #151519;
    padding-bottom: 5rem;
}
.info_bi .info .desc{
    display: flex;
    justify-content: space-between;
    padding-bottom: 8rem;
    flex-wrap: wrap;
}
.info_bi .info .desc .list_analyse{
    width: 37%;
    height: 100%;
}
.info_bi .info .desc .list_analyse li{
    width: 100%;
    padding: 1.9rem 0;
    border-bottom: 0.1rem solid #A5A5A5;
    cursor: pointer;
}
.info_bi .info .desc .list_analyse li:first-child{
    padding-top: 0;
}
.info_bi .info .desc .list_analyse li:last-child{
    padding-bottom: 0;
    border-bottom: unset;
}
.info_bi .info .desc .list_analyse li .text{
    font-weight: 300;
    font-size: 2.3rem;
    line-height: 3rem;
    text-align: left;
    color: #151519;
}
.info_bi .info .desc .list_analyse li .text.selected{
    font-weight: bold;
}
.info_bi .info .desc .content{
    width: 59%;
    height: 100%;
    padding-top: 2.7rem;
}
.info_bi .info .desc .content .desc_content{
    width: 100%;
    height: 100%;
}
.info_bi .info .desc .content .desc_content .li_content{
    width: 100%;
    height: 100%;
    display: none;
}
.info_bi .info .desc .content .desc_content .li_content.selected{
    display: block;
}
.info_bi .info .desc .content p{
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
    color: #7d7d7d;
    padding-bottom: 3.1rem;
}
.info_bi .info .desc .content img{
    width: 100%;
    height: 100%;
}
.differentials{
    width: 100%;
    height: 100%;
    background-color: #471B48;
}
.differentials .list_differentials{
    width: 100%;
    height: 100%;
}
.differentials .list_differentials h4{
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    color: #f3f3f3;
    padding: 4rem;
}
.differentials .list_differentials ul{
    width: 100%;
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 7rem;
}
.differentials .list_differentials ul li{
    width: 47%;
    height: 100%;
    display: flex;
    padding-left: 1.5rem;
    margin-bottom: 5rem;
}
.differentials .list_differentials ul li .text{
    padding-left: 4.5rem;
}
.differentials .list_differentials ul li .text h5{
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 2.8rem;
    text-align: left;
    color: #f3f3f3;
    padding-bottom: 1.2rem;
}
.differentials .list_differentials ul li .text p{
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
    color: #a5a5a5;
}
.differentials .list_differentials ul li .check svg{
    width: 2.5rem;
    height: 2.5rem;
}
.differentials .list_differentials ul li .check svg *{
    fill: #F3F3F3;
}