.title{
    display: flex;
    padding-right: 2rem;
    padding-left: 1rem;
}
.title .border{
    width: 14.1rem;
    height: 14.1rem;
    border: 0.2rem solid #00D8FF;
    border-radius: 50%;
    position: relative;
}
.title .border svg{

    position: absolute;
    width: 6rem;
    height: 6rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.title .border svg *{
    fill: #00D8FF;
}
.title h1{
    font-weight: 300;
    font-size: 5.8rem;
    line-height: 5.8rem;
    text-align: left;
    color: #1c1a37;
    margin-bottom: 2.5rem;
    margin-left: 1rem;
}
.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: 95%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 2rem;
    padding-bottom: 5rem;
}
.desc_form .desc .info li{
    padding-bottom: 2rem;
    width: 100%;
}
.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;    
}
.carts{
    width: 100%;
    height: 100%;
}
.carts .list_carts{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    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;
}
/*.sense_business{
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(241,241,241,1) 50%, rgba(241,241,241,1) 100%);    
    width: 100%;
}*/
.sense_business{
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(71,27,72,1) 50%, rgba(71,27,72,1) 100%);    
    width: 100%;
}
.sense_business .background{
    width: 100%;
    height: 100%;
    background-color: #1C1A37;
}
.sense_business .background .desc{
    display: flex;
    justify-content: space-evenly;
    padding: 6.6rem 0;
    align-items: center;
}
.sense_business .background .desc p{
    font-weight: bold;
    font-size: 4.2rem;
    line-height: 5rem;
    text-align: right;
    color: #f3f3f3;
}
.sense_business .background .desc a{
    font-weight: normal;
    font-size: 2rem;
    line-height: 4.5rem;
    text-align: left;
    color: #00d8ff;
    text-transform: uppercase;
}
.barra{
    display: block;
    width: 0.3rem;
    height: 6.5rem;
    background: transparent;
    background-color: #00d8ff;  
    transform: rotate(20deg);  
}
.info_bi{
    width: 100%;
    height: 100%;
    background-color: #F3F3F3;
}
.info_bi{
    display: none;
}
.info_bi .info{
    width: 100%;
    height: 100%;
    padding-top: 3.4rem;
}
.info_bi .info h3{
    font-weight: 500;
    font-size: 4.5rem;
    line-height: 6rem;
    text-align: center;
    color: #151519;
    padding-bottom: 5rem;
}
.info_bi .info h3 strong{
    font-weight: 900;
}
.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 h2{
    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 h3{
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 3.5rem;
    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 .image svg{
    width: 5rem;
    height: 5rem;
}
.differentials .list_differentials ul li .image svg *{
    fill: #00d8ff;
}
.form_solution{
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(71,27,72,1) 0, rgba(71,27,72,1) 21rem, rgba(255,255,255,1) 21rem, rgba(255,255,255,1) 35rem);
    padding-top: 1.5rem;
}
.form_solution .colums{
    width: 100%;
    height: 100%;
    display: flex;
}
.form_solution .colums .info{
    padding: 2.4rem;
    width: 30.5%;
    margin-left: auto;
}
.form_solution .colums .info h3{
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 5rem;
    text-align: right;
    color: #00d8ff;
    padding-bottom: 1.7rem;
}
.form_solution .colums .info p{
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 3rem;
    text-align: right;
    color: #fff;
}
.form_solution .colums .forms{
    width: 64.5%;
    height: 38.5rem;
    background-color: #1C1A37;
    margin-left: auto;
}
.form_solution .colums .forms form{
    padding: 2.5rem 0 3.1rem 5.7rem;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
}
.form_solution .colums .forms form input{
    width: 70%;
    border-bottom: 0.1rem solid #FFFFFF;
    padding: 1rem;
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 1.7rem;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 1.6rem;
    transition: all 0.3s linear;
}
.form_solution .colums .forms form input::placeholder{
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 1.7rem;
    text-align: left;
    color: #FFFFFF;
    transition: all 0.3s linear;
}
.form_solution .colums .forms form .fd .message_error{
    position: absolute;
    right: 30%;
    top: 30%;
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    color: #ED1C24;
}
.form_solution .colums .forms form input.erro{
    border-bottom: 0.1rem solid #ED1C24;
}
.form_solution .colums .forms form input.erro::placeholder{
    color: #ED1C24;
}
.form_solution .colums .forms form .fd{
    position: relative;
    width: 100%;
}
.form_solution .colums .forms form .send{
    padding: 1.2rem 7.4rem;
    margin-top: 0.6rem;
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    color: #471b48;
    font-weight: bold;
    margin-right: auto;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #00d8ff;
}
.descricao{
    width: 100%;
    height: 100%;
}
.descricao .text{
    width: 100%;
    height: 100%;
    padding: 0 1.5rem 2.5rem;
}
.descricao .text .title_desc{
    font-weight: bold;
    font-size: 2.7rem;
    line-height: 3rem;
    text-align: left;
    color: #000;
    min-height: 5.9rem;
    padding-bottom: 2.2rem;
}
.descricao .text p{
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
    color: #7d7d7d;
    padding-bottom: 1.5rem;
}
.classes{
    width: 100%;
    height: 100%;
}
.classes .list_classes{
    width: 100%;
    height: 100%;
    padding-bottom: 2rem;
    padding-left:1.5rem;
}
.classes .list_classes h2{
    font-weight: bold;
    font-size: 2.7rem;
    line-height: 3rem;
    text-align: left;
    color: #000;
    min-height: 5.9rem;
    padding-bottom: 2.2rem;
}
.classes .list_classes p{
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
    color: #7d7d7d;
    padding-bottom: 2rem;
}
.classes .list_classes ul{
    width: 100%;
    height: 100%;
    padding-left: 2rem;
}
.classes .list_classes ul li{
    list-style: circle;
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
    color: #7d7d7d;
    padding-bottom: 1rem;
}
.carts .title_carts{
    font-weight: bold;
    font-size: 2.7rem;
    line-height: 3rem;
    text-align: left;
    color: #000;
    min-height: 5.9rem;
    padding-bottom: 2.2rem;
    padding-left: 1.5rem;
}
.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;
}
