@media screen and (max-width: 1450px) {
    .youtube_video .layer .youtube_video_player iframe{
        height: 45rem;
    }
}
@media screen and (max-width: 1300px) {
    .youtube_video .layer .youtube_video_player{
        width: 70%;
    }
}
@media screen and (max-width: 1250px){
    .content_menu .desc h1{
        font-size: 7.5rem;
        line-height: 8rem;
    }
}
@media screen and (max-width: 1200px){
    .content_menu .desc{
        width: 70%;
        margin: 5.3rem auto 7.9rem 0;
    }
    .content_menu .desc h1{
        font-size: 6rem;
        line-height: 6.5rem;
    }
    .content_menu .desc p{
        font-size: 3.5rem;
        line-height: 4rem;
        padding-bottom: 3.4rem;
    }
}
@media screen and (max-width: 1100px) {
    .solution .info_solution .list_solution li{
        height: 42.8rem;
    }
    .sense_business .background .desc p{
        font-size: 3.2rem;
        line-height: 4rem;
    }
    .sense_business .background .desc a{
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
    .sense_business .background .desc{
        padding: 4.3rem 0;
    }
    .sense_business .background .desc .arrow{
        margin-left: 0;
    }
    .content_menu .desc{
        margin-bottom: 1.9rem;
        margin-top: 2.3rem;
    }
    .solution{
        padding-top: 9.7rem;
    }
    .consulting .image{
        display: none;
    }
    .consulting{
        background: linear-gradient(135deg, rgba(0,231,255,1) 0%, rgba(243,243,243,1) 100%);
    }
    .consulting{
        min-height: unset;
    }
    .consulting .content .info{
        position: relative;
        top: 0;
        padding: 4rem 6rem;
        max-width: 100%;
        margin-top: 2rem;
    }
    .consulting .content .info p{
        max-width: 100%;
        color: #09252f;
        padding-bottom: 4rem;
    }
    .consulting .content .info h3{
        color: #09252f;
    }
    .consulting .content .info a{
        background-color: #FFFFFF;
    }
}
@media screen and (max-width: 1000px) {
    .content_menu .desc{
        margin-top: 10.3rem;
        margin-bottom: 7.9rem;
    }
    .solution .info_solution .list_solution{
        justify-content: space-evenly;
    }
    .solution .info_solution .list_solution li{
        width: 45%;
    }
    .banners{
        margin-top: 5rem;
    }
    .list_banners{
        padding-top: 0;
    }
    .banners .list_banners .materials{
        width: 100%;
        box-shadow: none;
        margin-left: 0;
        height: 100%;
        padding-bottom: 5rem;
        margin-bottom: 1.5rem;    
        padding-right: 2rem;
    }
    .banners .list_banners .materials p{
        width: 100%;
    }
    .banners .list_banners .image_banner{
        position: relative;
        width: 75%;
        margin-left: unset;
    }
    .banners .list_banners .buttons{
        position: relative;
        margin-top: 2rem;
    }
    /*Blog*/
    .blog .info_blog .content{
        position: relative;
        box-shadow: none;
        margin-left: unset;
        margin-top: 2rem;
        width: 100%;
        height: 100%;
        padding: 2rem;
    }
    .blog .info_blog .content h4{
        text-align: center;
        margin-bottom: 2rem;
    }
    .blog .info_blog .content p{
        text-align: center;
        width: 100%;
    }
    .blog .info_blog .content .pagination{
        text-align: center;
    }
    .blog .info_blog .content h4::after{
        margin: auto;
    }
    .blog .info_blog{
        padding-top: 0;
    }
    .blog .info_blog .list_blog{
        width: 100%;
    }
    .blog .info_blog .list_blog li{
        height: 41.3rem;
    }
    /*treinamentos*/
    .trainings .info_trainings .content{
        position: relative;
        box-shadow: none;
        margin-left: unset;
        margin-top: 2rem;
        width: 100%;
        height: 100%;
        padding: 2rem;
    }
    .trainings .info_trainings .content h4{
        text-align: center;
        margin-bottom: 2rem;
    }
    .trainings .info_trainings .content p{
        text-align: center;
        width: 100%;
    }
    .trainings .info_trainings .content .pagination{
        text-align: center;
    }
    .trainings .info_trainings .content h4::after{
        margin: auto;
    }
    .trainings .info_trainings{
        padding-top: 0;
    }
    .trainings .info_trainings .list_trainings{
        width: 100%;
    }
    .trainings .info_trainings .list_trainings li{
        height: 41.3rem;
    }
    /*speeches*/
    .speeches .info_speeches .content{
        position: relative;
        box-shadow: none;
        margin-left: unset;
        margin-top: 2rem;
        width: 100%;
        height: 100%;
        padding: 2rem;
    }
    .speeches .info_speeches .content h4{
        text-align: center;
        margin-bottom: 2rem;
    }
    .speeches .info_speeches .content p{
        text-align: center;
        width: 100%;
    }
    .speeches .info_speeches .content .pagination{
        text-align: center;
    }
    .speeches .info_speeches .content h4::after{
        margin: auto;
    }
    .speeches .info_speeches{
        padding-top: 0;
    }
    .speeches .info_speeches .list_speeches{
        width: 100%;
    }
    .speeches .info_speeches .list_speeches li{
        height: 41.3rem;
    }
    .newsletter .desc_newsletter{
        flex-wrap: wrap;
        justify-content: center;
    }
    .newsletter .desc_newsletter h4{
        width: 100%;
        padding-bottom: 3rem;
        font-size: 4rem;
        line-height: 4.5rem;
        text-align: center;    
    }
    .newsletter .desc_newsletter .email{
        width: 80%;
    }
    .youtube_video .layer .youtube_video_player{
        width: 90%;
    }
    .materials .info_materials .image img{
        width: 100%;
        height: 100%;
    }
    .solution{
        padding-top: 6.7rem;
    }
    .content_menu .desc{
        margin: unset;
        width: 100%;
        height: 100%;
        padding-top: 15rem;
        justify-content: center;
        align-items: center;
    }
    .content_menu .desc h1{
        text-align: center;
        font-size: 5rem;
        line-height: 5.5rem;
    }
    .content_menu .desc p {
        font-size: 3rem;
        line-height: 3.5rem;
    }
    .curriculum .content{
        flex-direction: column;
        align-items: center;
    }
    .curriculum .content .text{
        width: 90%;
        padding-top: 4rem;
    }
    .restructuring .content ul{
        width: 100%;
    }
    .restructuring .content h3{
        max-width: 100%;
    }
    .top_menu .menu_top .meet{
        display: none;
    }
}
@media screen and (max-width: 900px){
    .content_menu .desc h1{
        font-size: 4.5rem;
        line-height: 5rem;
        text-align: center;
    }
    .content_menu .desc p{
        font-size: 2rem;
        line-height: 2.5rem;
        text-align: center;
    }
    .materials .info_materials{
        flex-direction: column-reverse;
    }
    .materials .info_materials .image{
        width: 45%;
        margin: auto;
    }
    .materials .info_materials .content{
        margin: 2.5rem;
    }
    .materials .info_materials .content h2{
        text-align: center;
        font-size: 4rem;
        line-height: 5rem;
    }
    /*Blog*/
    .list_blog .blogs ul li{
        width: 65%;
        height: 100%;
    }
    .list_blog .blogs ul{
        justify-content: center;
    }
    .list_blog .blogs ul li .info,
    .list_blog .blogs ul li .image{
        height: 100%;
    }
    .list_trainings .trainings ul li .image{
    margin-top: 1rem;
}
     /*Palestras*/
    .list_speeches .speeches ul li{
        width: 65%;
        height: 100%;
    }
    .list_speeches .speeches ul{
        justify-content: center;
    }
    .list_speeches .speeches ul li .info,
    .list_speeches .speeches ul li .image{
        height: 100%;
    }
     /*Treinamentos*/
    .list_trainings .trainings ul li{
        width: 65%;
        height: 100%;
    }
    .list_trainings .trainings ul{
        justify-content: center;
    }
    .list_trainings .trainings ul li .info,
    .list_trainings .trainings ul li .image{
        height: 100%;
    }
}
@media screen and (max-width: 800px){
    .sense_business .background .desc{
        flex-direction: column;
    }
    .barra{
        transform: none;
        width: 27rem;
        height: 0.3rem;
        margin: 3rem;
    }
    .sense_business .background .desc .arrow{
        display: none;
    }
    .sense_business .background .desc a{
        border: 0.2rem solid #a5a5a5;
        padding: 1rem;
    }
    .blog .info_blog .list_blog li{
        height: 37.3rem;
    }
    .trainings .info_trainings .list_trainings li{
        height: 37.3rem;
    }
    .speeches .info_speeches .list_speeches li{
        height: 37.3rem;
    }
    .learn_main .desc_learn_main .list_videos{
        align-items: center;
        flex-direction: column;
    }
    .learn_main .desc_learn_main .list_videos li{
        width: 70%;
    }
}
@media screen and (max-width: 750px){
    .solution .info_solution .list_solution li{
        width: 60%;
    } 
    .content_menu .desc h1{
        font-size: 4rem;
        line-height: 5rem;
    }
    .content_menu .desc p{
        font-size: 1.7rem;
        line-height: 2rem;
        padding-bottom: 2rem;
    }
    .content_menu .desc .link a{
        font-size: 1.7rem;
        line-height: 3rem;
    }
    .content_menu .values ul li span{
        font-size: 4rem;
        line-height: 4.5rem;
    }
    .content_menu .values ul li p{
        font-size: 1.8rem;
        line-height: 2.5rem;
        padding-top: 1rem;
    }
    .materials .info_materials .content .link a{
        font-size: 1.7rem;
        line-height: 3rem;
    }
    .trust_company .content h2{
        font-size: 3.5rem;
        line-height: 4rem;
    }
    .content_menu .desc{
        padding-top: 13rem;
    }
    .list_blog .blogs ul{
        width: 100%;
    }
    .list_speeches .speeches ul{
        width: 100%;
    }
    .list_trainings .trainings ul{
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .banners .list_banners .image_banner{
        width: 85%;
    }
    .youtube_video .layer .youtube_video_player {
        width: 100%;
        padding-bottom: 56.25%;
    }
    .youtube_video .layer .youtube_video_player.active {
        width: 95%;
        padding-bottom: 53.4%;
    }
    .youtube_video .layer .youtube_video_player iframe{
        height: 35rem;
    }
}
@media screen and (max-width: 660px){
    .content_menu .desc h1 {
        font-size: 3rem;
        line-height: 4rem;
        margin-bottom: 3.2rem;
    }
    .content_menu .desc{
        margin-bottom: 4rem;
    }
}
@media screen and (max-width: 650px){
    .blog .info_blog .list_blog{
        flex-direction: column;
        align-items: center;
    }
    .blog .info_blog .list_blog li{
        width: 100%;
        margin-bottom: 3rem;
        height: 100%;
        margin-left: 0;
    }
    .trainings .info_trainings .list_trainings{
        flex-direction: column;
        align-items: center;
    }
    .trainings .info_trainings .list_trainings li{
        width: 100%;
        margin-bottom: 3rem;
        height: 100%;
        margin-left: 0;
    }
    .speeches .info_speeches .list_speeches{
        flex-direction: column;
        align-items: center;
    }
    .speeches .info_speeches .list_speeches li{
        width: 100%;
        margin-bottom: 3rem;
        height: 100%;
        margin-left: 0;
    }
    .curriculum .content .image{
        width: 80%;
    }
    .curriculum .content .text{
        width: 98%;
    }
    .curriculum .content .text h2{
        font-size: 3rem;
        line-height: 4.5rem;
        text-align: center;
    }
    .curriculum .content .text .desc{
        font-size: 2rem;
        text-align: center;
    }
    .curriculum .content .text p{
        font-size: 1.8rem;
        text-align: center;
    }
    .consulting .content .info{
        padding: 4rem 2rem;
        display: flex;
        flex-direction: column;
    }
    .consulting .content .info h3{
        font-size: 4rem;
        line-height: 4.5rem;
        text-align: center;
    }
    .consulting .content .info p{
        font-size: 1.8rem;
        text-align: center;
    }
    .consulting .content .info a{
        margin: 0 auto;
    }
    .restructuring .content ul{
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .restructuring .content ul li{
        width: 32%;
        margin-bottom: 3rem;
    }
    .restructuring .content ul li::after{
        display: none;
    }
    .restructuring .content ul li span{
        display: none;
    }
    .restructuring .content ul li svg{
        margin-bottom: 1rem;
    }
    .list_blog .blogs ul li{
        width: 85%;
    }
    .list_speeches .speeches ul li{
        width: 85%;
    }
    .list_trainings .trainings ul li{
        width: 85%;
    }
}
@media screen and (max-width: 600px){
    .learn_main .desc_learn_main .list_videos li{
        width: 100%;
    }    
    .learn_main .desc_learn_main .info_learn_main{
        width: 100%;
    }
    .solution .info_solution .list_solution li h3{
        text-align: center;
    }
    .solution .info_solution .list_solution li .border{
        left: 50%;
        transform: translate(-50%);
    }
    .solution .info_solution .list_solution li{
        width: 80%;
        height: 100%;
    }
    .content_menu .values ul li span{
        font-size: 3rem;
        line-height: 3.5rem;
    }
    .content_menu .values ul li p{
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .content_menu .desc p{
        font-size: 1.5rem;
    }
    .content_menu .desc .link a{
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .materials .info_materials .content .link a{
        font-size: 1.5rem;
        line-height: 2rem;
        justify-content: flex-end;
    }
    .materials .info_materials .content p{
        text-align: center;
        font-size: 1.5rem;
    }
    .materials .info_materials .content .link{
        margin: 3rem 0 2rem;
    }
    .solution .info_solution h2{
        font-size: 3rem;
        line-height: 4rem;
    }
    .background_image_menu {
        height: 37rem;
    }
    .restructuring .content h3{
        font-size: 3rem;
        line-height: 3.5rem;
    }
    .restructuring .content p{
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 500px){
    .solution .info_solution .list_solution li h4{
        text-align: center;
    }
    .solution .info_solution .list_solution li p{
        text-align: center;
        margin-bottom: 2rem;
        width: 100%;
    }
    .sense_business .background .desc p {
        font-size: 2.7rem;
        line-height: 3rem;
        text-align: center;
        width: 96%;
    }
    .barra{
        width: 10rem;
    }
    .banners .list_banners .materials h4{
        text-align: center;
        font-size: 3.5rem;
        line-height: 4.5rem;
    }
    .banners .list_banners .materials h4::after{
        margin: auto;
    }
    .banners .list_banners .materials p{
        text-align: center;
    }
    .banners .list_banners .image_banner{
        width: 100%;
    }
    .banners{
        margin-bottom: 5rem;
    }
    .newsletter .desc_newsletter .email{
        width: 75%;
        font-size: 1.4rem;
        padding-bottom: 1rem;
    }
    .newsletter .desc_newsletter button{
        width: 4rem;
        height: 4rem;
    }
    .newsletter .desc_newsletter button img{
        width: 100%;
        height: 100%;
    }
    .youtube_video .layer .youtube_video_player.active {
        opacity: 1;
        width: 70rem;
        padding-bottom: 39rem;
    }
    .youtube_video .layer .youtube_video_player iframe{
        height: 25rem;
    }
    .content_menu .values ul{
        flex-wrap: wrap;
    }
    .content_menu .values ul li{
        margin: 1.5rem 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .materials .info_materials .image{
        width: 100%;
    }
    .solution{
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(241,241,241,1) 15%, rgba(241,241,241,1) 100%);
    }
    .content_menu .desc h1{
        margin-bottom: 0.5rem;
    }
    .consulting .content .info h3{
        font-size: 3.5rem;
        line-height: 4rem
    }
    .list_blog .blogs ul li{
        width: 100%;
    }
    .list_trainings .trainings ul li{
        width: 100%;
    }
    .list_speeches .speeches ul li{
        width: 100%;
    }
    .curriculum .content .image img{
        border-radius: 1.8rem;
    }
}
@media screen and (max-width: 450px){
    .banners .list_banners .buttons ul li {
        margin-left: 1.7rem;
        width: 2.5rem;
        height: 2.5rem;
    }
    .banners .list_banners .buttons ul li img{
        width: 100%;
        height: 100%;
    }
    .consulting .content .info{
        padding: 4rem 1rem;
    }
}
@media screen and (max-width: 400px){
    .solution .info_solution h3 {
        font-size: 4rem;
        line-height: 4rem;
    }    
    .solution .info_solution .list_solution li{
        width: 100%;
    }
    .content_menu .desc h1{
        font-size: 2.5rem;
        line-height: 3rem;
        margin-bottom: 1rem;
    }
    .content_menu .values ul li p{
        padding-top: unset;
    }
    .content_menu .values ul li{
        margin: 0.5rem 1rem;
    }
    .newsletter .desc_newsletter .email{
        padding: 0 0 0.5rem 0.5rem;
    }
    .newsletter .desc_newsletter .email::placeholder{
        font-size: 1.4rem;
    }
    .trust_company .content h2{
        font-size: 3rem;
        line-height: 3.5rem;
    }
    .restructuring .content ul li{
        width: 45%;
    }
}