.barra{
    display: block;
    width: 0.3rem;
    height: 6.5rem;
    background: transparent;
    background-color: #00d8ff;  
    transform: rotate(20deg);  
}
.content_menu{
    position: relative;
    z-index: 3;
    padding-top: 10.3rem;
}
.content_menu .desc{
    width: 67%;
    margin: 9.3rem 0 5.2rem auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 68.2rem;
}
.content_menu .desc h1{
    font-weight: normal;
    font-size: 8rem;
    line-height: 9rem;
    text-align: right;
    color: #FFFFFF;
    margin-bottom: 6rem;
}
.content_menu .desc h1 strong{
    font-weight: bold;
    color: #00d8ff;
}
.content_menu .desc p{
    font-weight: 300;
    font-size: 2.7rem;
    line-height: 3.3rem;
    text-align: right;
    color: #fff;
}
.content_menu .desc .link{
    display: flex;
    justify-content: end;
}
.content_menu .desc .link a{
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.5rem;
    padding: 1rem 3.5rem;
    background-color: #00D8FF;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 5rem;
    transition: all 0.3s linear;
    border: 0.1rem solid transparent;
    margin-top: 5rem;
}
.desc_product{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}
.desc_product .content{
    width: 100%;
    height: 100%;
    padding: 7rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.desc_product .content p{
    font-weight: 300;
    font-size: 2.3rem;
    line-height: 3rem;
    text-align: center;
    color: #7d7d7d;
}
.desc_product .content .text_bold{
    font-weight: 600;
}
.desc_product .content a{
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.5rem;
    padding: 1rem 3.5rem;
    background-color: #00D8FF;
    text-align: center;
    color: #FFFFFF;
    margin: 5rem 0 0;
    transition: all 0.3s linear;
    border: 0.1rem solid transparent;
}
.demonstratives{
    width: 100%;
    padding: 4.7rem 0;
    background-color: #F3F3F3;
}
.demonstratives .content{
    position: relative;
    margin-top: 0;
}
.demonstratives .content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.demonstratives .content ul li{
    width: 23%;
    background-color: #F3F3F3;
    border: 0.2rem solid #471B48;
    border-top: 1.5rem solid #471B48;
    padding: 3rem 2rem 2rem;
    position: relative;
}
.demonstratives .content ul li .border{
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    position: absolute;
    top: -3.5rem;
    left: 50%;
    transform: translate(-50%);
    transition: all 0.5s linear;
    background-color: #471B48;
}
.demonstratives .content ul li .border svg{
    position: absolute;
    bottom: 0rem;
    padding: 1rem;
    width: 100%;
    height: 100%;
    transition: all 0.5s linear;
}
.demonstratives .content ul li .border svg *{
    fill: #00D8FF;
}
.demonstratives .content ul li p{
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center;
    color: #151519;
    padding: 2rem;
}
.demonstratives .content ul li p strong{
    font-weight: bold;
    color: #471B48;
}
.learn_main{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    padding-top: 5rem;
}
.learn_main .desc_learn_main{
    text-align: center;
}
.learn_main .desc_learn_main h2{
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 6rem;
    text-align: center;
    color: #151519;    
    margin: 0 auto 2rem auto;
}
.learn_main .desc_learn_main .list_videos{
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}
.learn_main .desc_learn_main .list_videos li{
    width: 80%;
    height: 100%;
    cursor: pointer;
    margin-bottom: 4.5rem;
    position: relative;
    z-index: 1;
}
.learn_main .desc_learn_main .list_videos li .play{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
}
.learn_main .desc_learn_main .list_videos li::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000000;
    opacity: 0.5;
    z-index: 2;
}
.learn_main .desc_learn_main .list_videos li img{
    width: 100%;
    height: 100%;
    border-radius: 1rem;
}
.learn_main .desc_learn_main button{
    margin-bottom: 5rem;
}
.learn_main .desc_learn_main button a{
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.5rem;
    padding: 1rem 3.5rem;
    text-align: center;
    color: #FFFFFF;
    background-color: #00d8ff;
}
.customer{
    width: 100%;
    height: 100%;
    background-color: #471B48;
    padding: 4rem 0;
}
.customer .content{
    width: 100%;
    height: 100%;
}
.customer .content h3{
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 6rem;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto 4rem auto;
}
.customer .content .list_customer{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.customer .content .list_customer li{
    width: 18%;
    margin: 1%;
}
.customer .content .list_customer li img{
    width: 100%;
}
.vertical{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    padding: 7.7rem 0;
}
.vertical .content{
    width: 100%;
    height: 100%;
}
.vertical .content h3{
    font-weight: 400;
    font-size: 5rem;
    line-height: 6rem;
    text-align: center;
    color: #471B48;
    margin-bottom: 7rem;
}
.vertical .content h3 strong{
    font-weight: bold;
}
.vertical .content .list_vertical{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 1.5rem;
}
.vertical .content .list_vertical li{
    width: 95%;
    background-color: #FFFFFF;
    border: 0.2rem solid #471B48;
    border-radius: 2rem;
    padding: 2rem 2rem;
    position: relative;
    display: flex;
    margin-bottom: 2rem;
    justify-content: space-between;
    align-items: center;
    height: 10.7rem;
}
.vertical .content .list_vertical li h4{
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 3rem;
    text-align: center;
    color: #00D8FF;
    text-transform: uppercase;
    padding: 2.5rem;
    background-color: #471B48;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19.5rem;
    border-radius: 2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5%;
}
.vertical .content .list_vertical li p{
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
    color: #151519;
    width: 85%;
    margin-left: auto;
}
.sucess_story{
    width: 100%;
    object-fit: cover;
    object-position: center;
    padding: 7.7rem 0;
    position: relative;
    height: 66.5rem;
}
.sucess_story .image{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 66.5rem;
}
.sucess_story .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sucess_story .desc{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}
.sucess_story .desc h3{
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 6rem;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto 5rem auto;
}
.sucess_story .content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sucess_story .content h4{
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 5rem;
    text-align: center;
    color: #FFFFFF;
    max-width: 30rem;
}
.sucess_story .content h4 strong{
    font-weight: bold;
    font-size: 10rem;
    line-height: 10.5rem;
    text-align: center;
    color: transparent;
    max-width: 20rem;
    background: linear-gradient(90deg, rgba(63,187,254,1) 0%, rgba(165,65,255,1) 39%, rgba(252,91,171,1) 60%, rgba(255,131,63,1) 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sucess_story .content img{
    max-height: 40rem;
    width: 100%;
}
.sucess_story .content p{
    font-weight: 500;
    font-size: 3.5rem;
    line-height: 4rem;
    text-align: center;
    color: #ffffff;
    max-width: 35%;
}
.contact_form_cover{
    width: 100%;
    height: 100%;
    background-color: #F3F3F3;
    padding: 4.5rem 0;
}
.contact_form_cover .content{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.contact_form_cover .content h4{
    font-weight: bold;
    font-size: 4.1rem;
    line-height: 4.6rem;
    text-align: center;
    color: #1C1A37;
    padding-bottom: 3rem;
}
.contact_form_cover .content .form{
    display: flex;
    flex-wrap: wrap;
    width: 65%;
    height: 100%;
    justify-content: center;
}
.contact_form_cover .content .form .fd{
    width: 100%;
    position: relative;
}
.contact_form_cover .content .form .fd .message_error {
    position: absolute;
    right: 1rem;
    top: 1.6rem;
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    color: #ED1C24;
}
.contact_form_cover .content .form input {
    width: 100%;
    padding: 1.2rem 1rem;
    margin-bottom: 2.4rem;
    transition: all 0.3s linear;
    border-bottom: 0.1rem solid #1C1A37;
    color: #1C1A37;
}
.contact_form_cover .content .form input::placeholder{
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 3.3rem;
    text-align: left;
    color: #1C1A37;
}
.contact_form_cover .content .form button {
    width: 26rem;
    background-color: #00D8FF;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 4.5rem;
    text-align: center;
    color: #471b48;
    cursor: pointer;
}
.contact_form_cover .content .form input:focus,
.contact_form_cover .content .form input:hover{
    border-bottom: 0.1rem solid #00D8FF;
}
.contact_form_cover .content .form input.erro{
    border-bottom: 0.1rem solid #ED1C24;
}
.contact_form_cover .content .form input.erro::placeholder{
    color: #ED1C24;
}
.sense_business{
    background: linear-gradient(180deg, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,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: 4.5rem 0;
    align-items: center;
}
.sense_business .background .desc p{
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 4rem;
    text-align: right;
    color: #f3f3f3;
}
.sense_business .background .desc a{
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 4rem;
    text-align: left;
    color: #00d8ff;
    text-transform: uppercase;
}
.materials{
    width: 100%;
    height: 100%;
}
.materials .info_materials{
    display: flex;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(241,241,241,1) 30%, rgba(241,241,241,1) 100%); 
}
.materials .info_materials .content{
    margin: 5.8rem 6.9rem 0rem 6.9rem;
}
.materials .info_materials .content h2{
    font-weight: bold;
    font-size: 5rem;
    line-height: 6rem;
    text-align: left;
    color: #151519;
    padding-bottom: 6rem;
}
.materials .info_materials .content p{
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
    color: #151519;  
}
.materials .info_materials .content .dark{
    font-weight: bold;
    margin-bottom: 2rem;
}
.materials .info_materials .content .link{
    margin-top: 6rem;
}
.materials .info_materials .content .link a{
    font-weight: 500;
    font-size: 2rem;
    line-height: 4.5rem;
    text-align: right;
    color: #00d8ff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.materials .info_materials .content .link svg{
    margin-left: 2.5rem;
}
.materials .info_materials .image{
    width: 100%;
    height: 100%;
    margin-right: 1rem;
}
.newsletter{
    width: 100%;
    height: 100%;
    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%);
}
.newsletter .desc_newsletter{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5rem 0rem;
    background-color: #1C1A37;
    justify-content: space-around;
}
.newsletter .desc_newsletter h4{
    font-weight: bold;
    font-size: 4.2rem;
    line-height: 9.5rem;
    text-align: left;
    color: #f3f3f3;
}
.newsletter .desc_newsletter .email{
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 1.5rem;
    text-align: left;
    color: #FFFFFF;
    width: 51.6rem;
    padding-bottom: 1.2rem;
    border-bottom: 0.2rem solid #00D8FF;
    transition: all 0.3s linear;
    padding-left: 2rem;
}
.newsletter .desc_newsletter .email::placeholder{
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 1.5rem;
    text-align: left;
    color: #FFFFFF;
}
.newsletter .desc_newsletter .email:hover,
.newsletter .desc_newsletter .email:focus{
    border-bottom: 0.2rem solid #FFFFFF;
}
.newsletter .desc_newsletter img{
    cursor: pointer;
}
.youtube_video {
    visibility: hidden;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    transition: ease-in-out 0.5s;
}
.youtube_video .layer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000077;
}
.youtube_video .layer .youtube_video_player {
    opacity: 0;
    position: relative;
    width: 50%;
    padding-bottom: 56.25%;
    transition: ease-in-out 0.5s;
}
.youtube_video .layer .youtube_video_player.active{
    opacity: 1;
}
.youtube_video .layer .youtube_video_player iframe {
    position: absolute;
    width: 100%;
    height: 50rem;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.trust_company{
    width: 100%;
    height: 100%;
    background-color: #471B48;
}
.trust_company .content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
}
.trust_company .content h2{
    font-weight: 300;
    font-size: 4.5rem;
    line-height: 6rem;
    text-align: center;
    color: #00d8ff;
    position: relative;
    width: fit-content;
    margin: 0 auto 3rem auto;
}
.trust_company .content h2 strong{
    font-weight: bold;
}
.trust_company .content h2::after{
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    width: 17.4rem;
    height: 0.2rem;
    background-color: #00D8FF;
    bottom: -3rem;
    left: 50%;
    transform: translate(-50%);
}
.trust_company .content .image{
    margin-top: 4rem;
    padding: 0 3.1rem;
}
.trust_company .content .image img{
    width: 100%;
    height: 100%;
}