.barra{
    display: block;
    width: 0.3rem;
    height: 6.5rem;
    background: transparent;
    background-color: #00E7FF;  
    transform: rotate(20deg);  
}
.content_menu{
    position: relative;
    z-index: 3;
}
.content_menu .desc{
    width: 66%;
    margin: 9.3rem auto 11.9rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.content_menu .desc p{
    font-weight: normal;
    font-size: 4rem;
    line-height: 5rem;
    text-align: left;
    color: #fff;
    padding-bottom: 7.4rem;
}
.content_menu .desc .link{
    display: flex;
    justify-content: center;
    border: 0.1rem solid #09252f;
    border-radius: 1rem;
    width: 85%;
    background-color: #00E7FF;
    transition: all 0.2s linear;
}
.content_menu .desc .link:hover{
    background-color: #FFFFFF;
}
.content_menu .desc .link a{
    font-weight: 500;
    font-size: 2rem;
    line-height: 4.5rem;
    text-align: right;
    color: #09252f;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 1rem;
}
.content_menu .desc .link svg{
    margin-left: 1.5rem;
}
.content_menu .desc .link svg *{
    stroke: #09252f;
}
.content_menu .desc h1{
    font-weight: normal;
    font-size: 8rem;
    line-height: 9rem;
    margin-bottom: 4.2rem;
    color: #f3f3f3;
}
.content_menu .desc h1 strong{
    font-weight: bold;
    color: #00E7FF;
}
.curriculum{
    width: 100%;
    height: 100%;
}
.curriculum .content{
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 7rem;
    justify-content: space-between;
    align-items: center;
}
.curriculum .content .image{
    width: 47%;
    height: 100%;
    border-radius: 3.8rem;
}
.curriculum .content .image img{
    width: 100%;
    height: 100%;
    border-radius: 3.8rem;
}
.curriculum .content .text{
    width: 47%;
    height: 100%;
}
.curriculum .content .text h2{
    font-weight: 900;
    font-size: 3.5rem;
    line-height: 4.5rem;
    text-align: left;
    color: #09252f;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
}
.curriculum .content .text .desc{
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 2.2rem;
    text-align: left;
    color: #636363;
    margin-bottom: 3.3rem;
    padding-bottom: unset;
}
.curriculum .content .text p{
    font-weight: normal;
    font-size: 2rem;
    line-height: 3rem;
    text-align: left;
    color: #636363;
    padding-bottom: 2.9rem;     
}
.consulting{
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 82.3rem;
}
.consulting .image{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.consulting .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.consulting .content{
    width: 100%;
    height: 100%;
    position: relative;
}
.consulting .content .info{
    position: absolute; 
    top: 14rem;
    left: 0;
    max-width: 70%;
    z-index: 2;
    margin-top: 2rem;
}
.consulting .content .info h3{
    font-weight: normal;
    font-size: 5rem;
    line-height: 5.5rem;
    text-align: left;
    color: #636363;
    padding-bottom: 2rem;   
}
.consulting .content .info h3 strong{
    font-weight: bold;
}
.consulting .content .info p{
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: left;
    color: #636363;
    padding-bottom: 2.5rem;
    max-width: 80%;
}
.consulting .content .info a{
    font-weight: 900;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: left;
    color: #09252f;
    padding: 1rem 1.5rem;
    background-color: #00E7FF;
    transition: all 0.2s linear;
}
.consulting .content .info a:hover{
    background-color: #FFFFFF;
}
.restructuring{
    width: 100%;
    height: 100%;
}
.restructuring .content{
    width: 100%;
    height: 100%;
    padding: 5rem 0 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.restructuring .content h3{
    font-weight: 900;
    font-size: 3.5rem;
    line-height: 4rem;
    text-align: center;
    color: #09252f;    
    text-transform: uppercase;
    max-width: 55%;
    padding-bottom: 4.3rem;
}
.restructuring .content p{
    font-weight: normal;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    color: #636363;
    padding-bottom: 4rem; 
}
.restructuring .content .bold{
    font-weight: bold;
}
.restructuring .content ul{
    width: 60%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 5.8rem;
}
.restructuring .content ul li{
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.restructuring .content ul li::after{
    content: "";
    width: 100%;
    height: 0.3rem;
    position: absolute;
    background-color: #00E7FF;
    bottom: 5rem;
}
.restructuring .content ul li:first-child:after{
    width: 50%;
    left: 50%;
}
.restructuring .content ul li:last-child:after{
    width: 50%;
    right: 50%;
}
.restructuring .content ul li span{
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    border-radius: 50%;
    background-color: #00E7FF;
    bottom: 4.2rem;
    left: 50%;
    transform: translate(-50%);
}
.restructuring .content ul li svg{
    height: 7.7rem;
    margin-bottom: 5rem;
}
.restructuring .content ul li h4{
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 3rem;
    text-align: center;
    color: #636363;    
}
.solution{
    width: 100%;
    padding-top: 4.7rem;
    background-color: #00E7FF;    
}
.solution .info_solution{
    position: relative;
    margin-top: 0;
}
.solution .info_solution h2{
    font-weight: 900;
    font-size: 3.5rem;
    line-height: 4rem;
    text-align: center;
    color: #09252f;
    text-transform: uppercase; 
    padding-bottom: 7rem;
}
.solution .info_solution .list_solution{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.solution .info_solution .list_solution li{
    width: 31%;
    height: 39.8rem;
    background-color: #FFFFFF;
    margin: 1.1%;
    margin-bottom: 6.3rem;
    position: relative;
    border-radius: 2rem;
    box-shadow: 0.7rem 0.7rem 1rem 0rem rgba(0,0,0,0.4);
}
.solution .info_solution .list_solution li a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 2.6rem;
}
.solution .info_solution .list_solution li h3{
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 3rem;
    text-align: left;
    color: #000;
    padding-bottom: 2.3rem;
    margin-top: 2.7rem;
}
.solution .info_solution .list_solution li p{
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
    color: #7d7d7d;
    width: 100%;
}
.solution .info_solution .list_solution 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;
}
.solution .info_solution .list_solution li:hover .border{
    background-color: #00D8FF;
    border: 0.2rem solid #00D8FF;
}
.solution .info_solution .list_solution li .border svg{
    position: absolute;
    bottom: 0rem;
    padding: 1rem;
    width: 100%;
    height: 100%;
    transition: all 0.5s linear;
}
.solution .info_solution .list_solution li .border svg *{
    fill: #00D8FF;
}
.solution .info_solution .list_solution li:hover .border svg *{
    fill: #FFFFFF;
}
.newsletter{
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,231,255,1) 0%, rgba(0,231,255,1) 50%, rgba(9,37,47,1) 50%, rgba(9,37,47,1) 100%);
}
.newsletter .desc_newsletter{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5rem 0rem;
    background-color: #FFFFFF;
    justify-content: space-around;
}
.newsletter .desc_newsletter h4{
    font-weight: bold;
    font-size: 4.2rem;
    line-height: 9.5rem;
    text-align: left;
    color: #09252f;
}
.newsletter .desc_newsletter .email{
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 1.5rem;
    text-align: left;
    color: #09252f;
    width: 51.6rem;
    padding-bottom: 1.2rem;
    border-bottom: 0.2rem solid #00E7FF;
    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: #09252f;
}
.newsletter .desc_newsletter .email:hover,
.newsletter .desc_newsletter .email:focus{
    border-bottom: 0.2rem solid #09252f;
}
.newsletter .desc_newsletter img{
    cursor: pointer;
}
.learn_main{
    width: 100%;
    height: 100%;
    background-color: #09252F;
    padding-top: 7.7rem;
}
.learn_main .desc_learn_main{
    text-align: center;
    padding-bottom: 5rem;
}
.learn_main .desc_learn_main h5{
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 6rem;
    text-align: center;
    color: #f3f3f3;    
    position: relative;
    width: fit-content;
    margin: 0 auto 2rem auto;
}
.learn_main .desc_learn_main h5::after{
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    width: 17.4rem;
    height: 0.2rem;
    background-color: #00E7FF;
    margin-bottom: 1.6rem;
    right: -3.5rem;
}
.learn_main .desc_learn_main .info_learn_main{
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: center;
    color: #f3f3f3;
    width: 54.9rem;
    margin: auto;
}
.learn_main .desc_learn_main .list_videos{
    display: flex;
    justify-content: space-between;
    margin-top: 3.3rem;
}
.learn_main .desc_learn_main .list_videos li{
    width: 49%;
    height: 100%;
    cursor: pointer;
}
.learn_main .desc_learn_main .list_videos li img{
    width: 100%;
    height: 100%;
    border-radius: 1rem;
}
.learn_main .desc_learn_main .list_videos li p{
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
    color: #f3f3f3;
    padding-bottom: 4.5rem;
    padding-top: 1.8rem;
}
.learn_main .desc_learn_main a{
    margin: auto;
    width: 20rem;
    display: block;
}
.learn_main .desc_learn_main a p{
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: center;
    color: #00E7FF;
    padding: 1.8rem 2.6rem;
    border: 0.2rem solid #00E7FF;
}
/*blog*/
.list_blog{
    width: 100%;
    height: 100%;
    padding-bottom: 7rem;
}
.list_blog .blogs h5{
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 6rem;
    text-align: center;
    color: #09252f;
    position: relative;
    padding: 3.8rem 0 7.8rem;
}
.list_blog .blogs h5::after{
    content: "";
    width: 15rem;
    height: 0.8rem;
    background-color: #00E7FF;
    position: absolute;
    bottom: 6.5rem;
    left: 50%;
    transform: translate(-50%);
}
.list_blog .blogs ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
.list_blog .blogs ul li{
    width: 47%;
    height: 57.7rem;
    margin-bottom: 7rem;
}
.list_blog .blogs ul li .image{
    width: 100%;
    height: 31.2rem;
}
.list_blog .blogs ul li .image img{
    width: 100%;
    height: 100%;
}
.list_blog .blogs ul li .info{
    padding: 1.2rem 3rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 26.8rem;
}
.list_blog .blogs ul li .info h2{
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 3rem;
    text-align: left;
    color: #09252f;
    padding-bottom: 1.4rem;
}
#newsletter .list_blog .blogs ul li .info h2{
    color: #00d8ff;
}
.list_blog .blogs ul li .info .text{
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
    color: #636363;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden; 
    padding-bottom: 1.3rem;   
}
.list_blog .blogs ul li .info_date{
    display: flex;
    margin-top: auto;
    width: 100%;
    justify-content: space-between;
    padding: 0rem 3rem;
    border-top: 0.1rem solid #D2D2D2;
}
.list_blog .blogs ul li .info_date .date,
.list_blog .blogs ul li .info_date .view_more{
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
    color: #636363;
    padding-top: 1.5rem;
}
.list_blog .pagination{
    width: 100%;
    height: 100%;
    margin-bottom: 7rem;
}
.list_blog .pagination ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.list_blog .pagination ul li{
    margin-right: 3.4rem;
    display: flex;
}
.list_blog .pagination ul li:last-child{
    margin-right: 0;
}
.list_blog .pagination ul li a{
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 2.6rem;
    text-align: left;
    color: #151519;
}
/*Palestras*/
.list_speeches{
    width: 100%;
    height: 100%;
    padding-bottom: 7rem;
}
.list_speeches .speeches h5{
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 6rem;
    text-align: center;
    color: #09252f;
    position: relative;
    padding: 3.8rem 0 7.8rem;
}
.list_speeches .speeches h5::after{
    content: "";
    width: 15rem;
    height: 0.8rem;
    background-color: #00E7FF;
    position: absolute;
    bottom: 6.5rem;
    left: 50%;
    transform: translate(-50%);
}
.list_speeches .speeches ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
.list_speeches .speeches ul li{
    width: 47%;
    height: 57.7rem;
    margin-bottom: 7rem;
}
.list_speeches .speeches ul li .image{
    width: 100%;
    height: 31.2rem;
}
.list_speeches .speeches ul li .image img{
    width: 100%;
}
.list_speeches .speeches ul li .info{
    padding: 1.2rem 3rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 26.8rem;
}
.list_speeches .speeches ul li .info h2{
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 3rem;
    text-align: left;
    color: #09252f;
    padding-bottom: 1.4rem;
}
#newsletter .list_speeches .speeches ul li .info h2{
    color: #00d8ff;
}
.list_speeches .speeches ul li .info .text{
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
    color: #636363;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden; 
    padding-bottom: 1.3rem;   
}
.list_speeches .speeches ul li .info_date{
    display: flex;
    margin-top: auto;
    width: 100%;
    justify-content: space-between;
    padding: 0rem 3rem;
    border-top: 0.1rem solid #D2D2D2;
}
.list_speeches .speeches ul li .info_date .date,
.list_speeches .speeches ul li .info_date .view_more{
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
    color: #636363;
    padding-top: 1.5rem;
}
.list_speeches .pagination{
    width: 100%;
    height: 100%;
    margin-bottom: 7rem;
}
.list_speeches .pagination ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.list_speeches .pagination ul li{
    margin-right: 3.4rem;
    display: flex;
}
.list_speeches .pagination ul li:last-child{
    margin-right: 0;
}
.list_speeches .pagination ul li a{
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 2.6rem;
    text-align: left;
    color: #151519;
}

/*treinamentos*/
.list_trainings{
    width: 100%;
    height: 100%;
    padding-bottom: 7rem;
    background-color: #00e7ff;
}
.list_trainings .trainings h5{
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 6rem;
    text-align: center;
    color: #ffffff;
    position: relative;
    padding: 3.8rem 0 7.8rem;
}
.list_trainings .trainings h5::after{
    content: "";
    width: 25rem;
    height: 0.2rem;
    background-color: #09252f;
    position: absolute;
    bottom: 7.5rem;
    left: 50%;
    transform: translate(-50%);
}
.list_trainings .trainings ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
.list_trainings .trainings ul li{
    width: 47%;
    height: 57.7rem;
    margin-bottom: 7rem;
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0.7rem 0.7rem 1rem 0rem rgba(0,0,0,0.4);
}
.list_trainings .trainings ul li .image{
    width: 100%;
    height: 31.2rem;
    display: flex;
    justify-content: center;
}
.list_trainings .trainings ul li .image picture{
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_trainings .trainings ul li .image img{
    width: 90%;
}
.list_trainings .trainings ul li .info{
    padding: 1.2rem 3rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 26.8rem;
}
.list_trainings .trainings ul li .info h2{
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 3rem;
    text-align: left;
    color: #09252f;
    padding-bottom: 1.4rem;
}
#newsletter .list_trainings .trainings ul li .info h2{
    color: #00d8ff;
}
.list_trainings .trainings ul li .info .text{
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
    color: #636363;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden; 
    padding-bottom: 1.3rem;   
}
.list_trainings .trainings ul li .info_date{
    display: flex;
    margin-top: auto;
    width: 100%;
    justify-content: space-between;
    border-top: 0.1rem solid #D2D2D2;
}
.list_trainings .trainings ul li .info_date .date,
.list_trainings .trainings ul li .info_date .view_more{
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: left;
    color: #636363;
    padding-top: 1.5rem;
}
.list_trainings .pagination{
    width: 100%;
    height: 100%;
    margin-bottom: 7rem;
}
.list_trainings .pagination ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.list_trainings .pagination ul li{
    margin-right: 3.4rem;
    display: flex;
}
.list_trainings .pagination ul li:last-child{
    margin-right: 0;
}
.list_trainings .pagination ul li a{
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 2.6rem;
    text-align: left;
    color: #151519;
}
.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: #00E7FF;
    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: #00E7FF;
    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%;
}