.Corporativo_conteudoCorporativo__Qs_NG{
    padding: 146px 0 84px;
}

.Corporativo_uiContainer__Dw6iZ {
    max-width: 1040px;
    width: 90%;
    margin: 0 auto;
}

.Corporativo_dFlex__2E9FV{
    display: flex;
    gap: 110px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1124px;
    margin: 0 auto;
}

.Corporativo_header__uUTcp{
    max-width: 510px;
}

.Corporativo_header__uUTcp .Corporativo_title__jidWE{
    font-size: var(--ftsize3);
    line-height: var(--lineh3);
    font-weight: bold;
    color: var(--blue-900);
    margin-bottom: 32px;
    position: relative;
}

.Corporativo_header__uUTcp .Corporativo_title__jidWE:before{
    content: '';
    position: absolute;
    width: 77px;
    height: 4px;
    bottom: -32px;
    left: 0px;
    background: var(--yellow);
}

.Corporativo_content__PlYSl{
    max-width: 495px;
}

.Corporativo_content__PlYSl .Corporativo_bold__POdFN{
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: bold;
    color: var(--blue-900);
    margin-bottom: 16px;
}

.Corporativo_content__PlYSl .Corporativo_chamada___TzOO{
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--blue-900);
}

.Corporativo_fraseMotivacional__CBoSk .Corporativo_uiContainer__Dw6iZ{
    border-top: solid 1px var(--grey-600);
    border-bottom: solid 1px var(--grey-600);
    padding: 60px 0;
}

.Corporativo_frase__ADXWr{
    width: max-content;
    font-size: 1.75rem;
    font-weight: bold;
    color: var(--blue-800);
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.Corporativo_frase__ADXWr:before{
    content: '';
    position: absolute;
    top: 8px;
    left: -48px;
    background-color: var(--yellow);
    width: 15px;
    height: 15px;
    border-radius: 4px;
    transform: rotate(45deg);
}

.Corporativo_frase__ADXWr:after{
    content: '';
    position: absolute;
    top: 8px;
    right: -48px;
    background-color: var(--yellow);
    width: 15px;
    height: 15px;
    border-radius: 4px;
    transform: rotate(45deg);
}

.Corporativo_capacitacaoProfissional__WmicN{
    padding: 80px 0 80px;
}

.Corporativo_capacitacaoProfissional__WmicN .Corporativo_title__jidWE{
    font-size: var(--ftsize3);
    line-height: var(--lineh3);
    font-weight: bold;
    color: var(--blue-900);
    max-width: 548px;
    margin-bottom: 56px;
}

.Corporativo_containerCheck__Wx7k7{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 32px;
    gap: 32px;
}

.Corporativo_itemCheck__yrYq9{
    box-sizing: border-box;
    padding: 28px 32px;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: var(--blue-900);
    border: solid 1px var(--yellow);
    border-radius: 16px;
    display: flex;
    gap: 24px;
    align-items: center;
}


/*Responsivo*/
@media only screen and (max-width: 640px){
    .Corporativo_capacitacaoProfissional__WmicN h3, .Corporativo_header__uUTcp h3{
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .Corporativo_frase__ADXWr:before{
        top: 0;
        left: 0;
    }
    .Corporativo_frase__ADXWr:after{
        top: 0px;
        right: 0px;
    }
    .Corporativo_frase__ADXWr{
        font-size: 1rem;
        padding: 0 24px;
    }
    .Corporativo_containerCheck__Wx7k7{
        grid-template-columns: 1fr;
    }
    .Corporativo_conteudoCorporativo__Qs_NG, .Corporativo_capacitacaoProfissional__WmicN{
        padding: 40px 0;
    }
    .Corporativo_itemCheck__yrYq9{
        font-size: 1rem;
    }
    .Corporativo_dFlex__2E9FV{
        gap: 48px;
    }
}
.BannerTopoProdutos_bannerProduto__ys1_Y{
    background: #f6f7fb;
    position: relative;
    margin-top: -150px;
    z-index: -1;
    padding-top: 50px;
    z-index: 1;
}

.BannerTopoProdutos_bannerProduto__ys1_Y.BannerTopoProdutos_bannerTec__Z_cwJ h2 span{
    color: var(--blue-200);
}

.BannerTopoProdutos_uiContainer__j_aTc {
    max-width: 1166px;
    width: 90%;
    margin: 0 auto;
}

.BannerTopoProdutos_dFlex__J0FFI{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 160px;
    max-width: 1124px;
    margin: 0 auto;
}

.BannerTopoProdutos_bannerProduto__ys1_Y{
    position: relative;
    overflow: hidden;
}

.BannerTopoProdutos_bannerProduto__ys1_Y:before{
    content: '';
    position: absolute;
    width: 900px;
    height: 912px;
    background: var(--blue-600);
    bottom: -580px;
    right: -300px;
    transform: rotate(45deg);
    border-radius: 100px;
}

.BannerTopoProdutos_bannerProduto__ys1_Y:after{
    content: '';
    position: absolute;
    width: 900px;
    height: 912px;
    border: solid 1px var(--blue-200);
    bottom: -540px;
    right: -120px;
    transform: rotate(45deg);
    border-radius: 100px;
    z-index: 0;
}

.BannerTopoProdutos_contentProduto__i_NjP{
    margin-bottom: 78px;
    max-width: 492px;
}

.BannerTopoProdutos_contentProduto__i_NjP h2{
    font-size: var(--ftsize2);
    line-height: var(--lineh2);
    font-weight: bold;
    color: var(--blue-900);
    margin-bottom: 32px;
}

.BannerTopoProdutos_contentProduto__i_NjP h2 span{
    color: var(--blue-600);
}

.BannerTopoProdutos_contentProduto__i_NjP p{
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--blue-900);
    margin-bottom: 32px;
}

.BannerTopoProdutos_groupBtns__5Ft_w{
    display: flex;
    align-items: center;
    gap: 16px;
}

.BannerTopoProdutos_modeloProduto__hfCkv{
    position: relative;
    z-index: 1;
}

.BannerTopoProdutos_modeloProduto__hfCkv img{
    max-width: 100%;
    margin-top: 40px;
    display: block;
}

.BannerTopoProdutos_modeloProduto__hfCkv:before{
    content: '';
    position: absolute;
    width: 87px;
    height: 87px;
    background: var(--blue-200);
    bottom: 90px;
    left: 0;
    border-radius: 18px;
    transform: rotate(45deg);
}

/*Variações BVU e BVT*/
.BannerTopoProdutos_bannerProduto__ys1_Y.BannerTopoProdutos_bannerTec__Z_cwJ.BannerTopoProdutos_bannerProduto__ys1_Y:before, 
.BannerTopoProdutos_bannerProduto__ys1_Y.BannerTopoProdutos_bannerTec__Z_cwJ .BannerTopoProdutos_modeloProduto__hfCkv:before{
    background: var(--blue-800);
}

/*Variações BVC*/
.BannerTopoProdutos_bannerProduto__ys1_Y.BannerTopoProdutos_bannerCorp__b0w8K .BannerTopoProdutos_uiContainer__j_aTc{
    max-width: 1124px;
}

.BannerTopoProdutos_bannerProduto__ys1_Y.BannerTopoProdutos_bannerCorp__b0w8K .BannerTopoProdutos_dFlex__J0FFI{
    gap: 0
}

.BannerTopoProdutos_bannerProduto__ys1_Y.BannerTopoProdutos_bannerCorp__b0w8K .BannerTopoProdutos_modeloProduto__hfCkv:before{
    display: none;
}

.BannerTopoProdutos_bannerProduto__ys1_Y.BannerTopoProdutos_bannerCorp__b0w8K.BannerTopoProdutos_bannerProduto__ys1_Y:before{
    background: var(--blue-800);
    bottom: -480px;
}

.BannerTopoProdutos_bannerProduto__ys1_Y.BannerTopoProdutos_bannerCorp__b0w8K.BannerTopoProdutos_bannerProduto__ys1_Y:after{
    border: solid 1px var(--yellow);
    width: 845px;
    bottom: -580px;
    right: -45px;
}

.BannerTopoProdutos_bannerProduto__ys1_Y.BannerTopoProdutos_bannerCorp__b0w8K .BannerTopoProdutos_contentProduto__i_NjP{
    position: relative;
}

.BannerTopoProdutos_bannerProduto__ys1_Y.BannerTopoProdutos_bannerCorp__b0w8K .BannerTopoProdutos_contentProduto__i_NjP:before{
    content: '';
    position: absolute;
    width: 152px;
    height: 152px;
    border: solid 1px var(--yellow);
    top: -120px;
    left: -190px;
    transform: rotate(45deg);
    border-radius: 40px;
    z-index: 0;
}

.BannerTopoProdutos_bannerProduto__ys1_Y.BannerTopoProdutos_bannerCorp__b0w8K .BannerTopoProdutos_dFlex__J0FFI{
    position: relative;
}

.BannerTopoProdutos_bannerProduto__ys1_Y.BannerTopoProdutos_bannerCorp__b0w8K .BannerTopoProdutos_dFlex__J0FFI:before{
    content: '';
    position: absolute;
    width: 330px;
    height: 330px;
    background: var(--blue-400);
    bottom: 290px;
    right: -340px;
    transform: rotate(45deg);
    border-radius: 100px;
    z-index: 0;
}

/*Responsivo*/
@media only screen and (max-width: 1100px){
    .BannerTopoProdutos_dFlex__J0FFI{
        gap: initial;
    }
    .BannerTopoProdutos_bannerProduto__ys1_Y:before{
        width: 900px;
        height: 912px;
        bottom: -580px;
        right: -350px;
    }
    .BannerTopoProdutos_bannerProduto__ys1_Y{
        margin-top: 0px;
    }

    
    .BannerTopoProdutos_bannerProduto__ys1_Y:after{
        display: none;
    }  
}

@media only screen and (max-width: 1025px){
    /* .bannerProduto{
        padding-top: 150px;
    } */
    .BannerTopoProdutos_dFlex__J0FFI{
        flex-wrap: wrap;
    }
    .BannerTopoProdutos_contentProduto__i_NjP{
        max-width: 100%;
        margin-bottom: 0;
    }
    .BannerTopoProdutos_modeloProduto__hfCkv{
        margin: 0 auto;
    }
    .BannerTopoProdutos_bannerProduto__ys1_Y.BannerTopoProdutos_bannerCorp__b0w8K .BannerTopoProdutos_contentProduto__i_NjP:before{
        display: none;
    }
}

@media only screen and (max-width: 640px){
    .BannerTopoProdutos_bannerProduto__ys1_Y{
        margin-top: 0;
        padding: 0;
    }
    .BannerTopoProdutos_dFlex__J0FFI{
        max-width: initial;
    }
    /* .bannerProduto{
        padding-top: 225px;
    }     */
    .BannerTopoProdutos_bannerProduto__ys1_Y:before{
        bottom: -725px;
    }
    .BannerTopoProdutos_groupBtns__5Ft_w{
        flex-wrap: wrap;
    }
    .BannerTopoProdutos_contentProduto__i_NjP h2{
        font-size: var(--ftsize2);
        line-height: var(--lineh2);
    }
    .BannerTopoProdutos_bannerProduto__ys1_Y.BannerTopoProdutos_bannerCorp__b0w8K.BannerTopoProdutos_bannerProduto__ys1_Y:before{
        bottom: -800px;
    }
    .BannerTopoProdutos_bannerProduto__ys1_Y.BannerTopoProdutos_bannerCorp__b0w8K .BannerTopoProdutos_dFlex__J0FFI:before{
        bottom: 100px;
        right: -320px;
    }
}

/*# sourceMappingURL=3d5808b18bdab1cf.css.map*/