@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Rajdhani:wght@300;400;500;600;700&display=swap";

body {
    font-family: "Inter", sans-serif;
    background: #f8f5f2
}

a {
    text-decoration: none
}

img {
    max-width: 100%
}

header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    transition: background-color 0.3s ease;
}

.bg-white {
    background: #fff;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px)
}

header nav .nav-link {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
    position: relative;
    padding-bottom: 10px;
}

.nav-link.active {
    color: #fff !important;
}

.nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #1e77ae;
    /* cor do traço */
    border-radius: 2px;
}


.nav-link:focus,
.nav-link:hover {
    background: #1e77ae;
    border-radius: 4px;
    color: #fff;
}

.banner {
    background-image: url("../images/banner.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    width: 100%;
    margin-top: -101px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.text-absolute-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin: auto
}

.text-absolute-banner h1 {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 61px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #fff
}

.btn-border {
    border: 1px solid #fff;
    padding: 16px 32px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0%;
    color: #fff
}

.btn-border:hover {
    color: #1e77ae;
    background: #fff
}

.btn-border:hover svg rect {
    fill: #1e77ae
}

.btn-blue {
    padding: 16px 32px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0%;
    color: #fff;
    background: #0f3b57;
    display: block
}

.btn-blue:hover {
    background: #165983
}

.btn-white {
    display: block;
    padding: 16px 32px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0%;
    color: #1e77ae;
    background: #fff
}

.btn-white:hover {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    border: 1px solid #fff
}

.btn-white:hover svg rect {
    fill: #fff
}

.btn-container {
    margin-top: 34px
}

.sobre {
    padding-top: 135px;
    padding-bottom: 135px;
    position: relative;
    overflow: hidden
}

.absolute-sobre {
    position: absolute;
    left: 0;
    top: -600px
}

.coluna-sobre-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 532px
}

.coluna-sobre-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-left: auto
}

.coluna-sobre-2 img {
    max-width: 582px;
    width: 100%
}

.title-container h2 {
    font-family: "DM Sans";
    font-weight: 300;
    font-size: 49px;
    line-height: 120%;
    letter-spacing: -4%;
    color: #313334
}

.title-container h2 .underline-line {
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 5%
}

.desc-container p {
    font-family: "DM Sans";
    font-weight: 300;
    font-size: 20px;
    line-height: 170%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, .6980392157);
    text-align: justify;
}

.desc-container p strong {
    font-weight: 600
}

.desc-container {
    margin-top: 24px;
    text-align: justify;
}

.valores {
    padding-top: 96px;
    padding-bottom: 96px
}

.title-valores h2 {
    font-size: 39px;
    font-weight: 300;
    line-height: 160%
}

.txt-blue {
    color: #1e77ae;
    font-weight: 500
}

.coluna-valores-1 {
    max-width: 682px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.parceiros {
    padding-top: 80px;
    padding-bottom: 128px
}

.grid-logos-parceiros {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 84px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 64px;
    max-width: 100%
}

.logo-parceiro img {
    max-width: 100%;
    height: 130px;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 130px;
    width: 180px
}



.title-container h5 {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 140%;
    letter-spacing: 0%;
    margin-bottom: 80px;
    text-align: center
}

.escolher {
    background-image: url("../images/bg-escolher.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 128px;
    padding-bottom: 128px
}

.cards-escolher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.cards-escolher .card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border:none;
    height: 682px;
    border-radius: 12px;
    overflow: hidden;
}

.cards-escolher .card .img-card{
    height: 350px;
}

.cards-escolher .card .card-body {
    background: #0f3b57;
    padding: 12px 20px
}

.cards-escolher .card .card-img {
    height: 381px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 20
}

.cards-escolher .card h5 {
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    font-size: 31px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #fff;
    max-width: 250px;
    margin-bottom: 40px
}

.cards-escolher .card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0%;
    color: #fff;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .3019607843);
    margin-bottom: 0
}

.card-area {
    position: relative;
    z-index: 20
}

.card-area .card {
    height: 500px;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    border: none;
}

.card-area .card .img-card {
    transition: transform 0.4s ease;
}

.card-area .card:hover .img-card {
    transform: scale(1.2);
}

.card-area .card .card-body {
    position: relative;
    z-index: 2
}

.absolute-bg {
    position: absolute;
    right: -2px;
    bottom: -68px;
    max-width: 100%;
    height: 316px !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
    max-width: 200px;
    z-index: 0
}

.cards-escolher .card-1 .card-body {
    background: #5d723c;
    overflow: hidden;
}

.cards-escolher .card-2 .card-body {
    background: #4a3d2e;
    overflow: hidden;
}

.cards-escolher .card-3 .card-body {
    background: #0f3b57;
    overflow: hidden;
}

.card-area .card .card-img {
    height: 353px
}

.cards-escolher .card h5 {
    max-width: 250px;
    margin-bottom: 0px
}

.card-area .card p {
    border-top: none
}

.areas {
    padding-top: 96px;
    padding-bottom: 128px
}

.solucoes {
    padding-top: 128px;
    padding-bottom: 226px
}

.cards-solucoes,
.cards-projetos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.cards-solucoes .card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 490px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    overflow: hidden;
    transition: transform 0.9s ease;
}

.cards-solucoes .card:hover {
    background: #FBFAF9;
    box-shadow: 0px 1px 3px 1px #00000026;

    box-shadow: 0px 1px 2px 0px #0000004D;

}



.cards-solucoes .card:hover .img-card img {

    transform: scale(1.05);
}

.cards-solucoes .card:hover .cards-solucoes h5 {
    color: #1E77AE;
}

.cards-solucoes .card .img-card{
    overflow: hidden;
    height: 224px;
}

.cards-solucoes .card:hover .img-card{
    border: none;
    border-bottom: 1px solid #e6e7e8;
}

.cards-solucoes .card .img-card img {
    /* width: 224px; */
    height: 224px;
    transition: transform 0.9s ease;
}

.cards-solucoes .img-card {
    width: 100%;
    border: 1px solid #e6e7e8;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cards-solucoes h5 {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #313334;
    max-width: 300px
}

.cards-solucoes p {
    font-weight: 400;
    font-size: 16pxy;
    line-height: 170%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, .6980392157)
}

.projetos {
    background: #f4f1eb;
    padding-top: 128px;
    padding-bottom: 128px
}

.cards-projetos .card img {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    width: 100%
}

.cards-projetos .card {
    border: 1px solid #e6e7e8;
    background: #f8f5f2;
    border-radius: 12px
}

.cards-projetos .card h5 {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #313334;
    padding-bottom: 24px
}

.cards-projetos .card p {
    color: #313334;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0%;
    margin-top: 24px;
    margin-bottom: 0
}

.cards-projetos .card .card-body {
    padding: 32px 20px
}

.especialistas {
    background: #0f3b57;
    padding-top: 128px;
    padding-bottom: 128px
}

.cursos-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.curso-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
}

.curso-item:hover {
    border: 1px solid #fff;
}

.curso-item:hover img {
    transform: scale(1.02);
}

.absolute-card-curso {
    position: absolute;
    bottom: 0;
    left: 0
}

.curso-item img {
    max-width: 100%;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    width: 100%;
    height: 316px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.body-card-curso {
    padding: 24px 20px;
    background: #0c2f46;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px
}

.categoria-curso span {
    font-family: "DM Sans";
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 5%;
    text-transform: uppercase;
    color: #fff
}

.categoria-curso {
    border: 1px solid #fff;
    padding: 4px 8px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    border-radius: 4px
}

.body-card-curso h3 a {
    font-family: "DM Sans";
    font-weight: 300;
    font-size: 25px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 12px;
    margin-top: 12px;
    display: block
}

.desc-curso {
    font-weight: 300;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 0
}

.btn-curso {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    position: relative;
    z-index: 20
}

footer {
    padding-top: 128px;
    padding-bottom: 128px
}

footer .social {
    margin-left: 165px;
    margin-top: 15px
}



.footer-padrao {
    width: 100%;
    min-height: 61px;
    padding: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-conteudo {
    min-height: 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-conteudo p {
    font-size: 15px;
    margin: 0;
    font-family: "Rajdhani", sans-serif
}

.footer-conteudo p strong {
    font-family: "Rajdhani", sans-serif
}

#cookie-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: rgba(255, 255, 255, .7);
    color: #000;
    padding: 15px;
    border-radius: 8px;
    font-size: 14px;
    width: 300px;
    display: none;
    z-index: 999999999;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1)
}

.cookie-buttons {
    margin-top: 10px;
    text-align: right
}

.cookie-buttons button {
    background: #0c2f46;
    color: #fff;
    border: none;
    padding: 8px 12px;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 4px
}

.cookie-buttons button.reject {
    background: #1e77ae
}

.cookies-text p a {
    color: #313334;
}

.content-box h5 {
    font-family: "DM Sans";
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #313334
}

.content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.content-box a,
.content-box {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #000000B2;
    ;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.bg-steal {
    background: #0c2f46 !important
}

.banner-page {
    background: #0f3b57;
    position: relative;
    height: 332px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elemento {
    position: absolute;
    right: 0;
    /* top: 0; */
    bottom: 0
}

.title-banner {
    color: #fff;
    font-weight: 400;
    font-size: 66px;
    line-height: 170%
}

.breadcrumbs span,
.breadcrumbs span a {
    font-family: "DM Sans";
    font-weight: 300;
    font-size: 20px;
    line-height: 170%;
    letter-spacing: 0%;
    color: #fff
}

.breadcrumbs span a strong {
    font-weight: 600
}

.areas-atuacao {
    padding-top: 160px
}

.areas-atuacao .container {
    border-bottom: 1px solid #e6e7e8;
    padding-bottom: 80px
}

.cards-atuacao .card {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0);
    margin-bottom: 24px;
    overflow: hidden;
}

.cards-atuacao .card-1 {
    background: #5d723c;
    overflow: hidden;
}



.coluna-2-area {
    padding: 64px 80px 48px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cards-atuacao .card h2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    font-size: 49px;
    line-height: 120%;
    letter-spacing: -4%;
    color: #fff;
    margin-bottom: 40px
}

.cards-atuacao .card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 40px
}

.btn-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.img-card-area img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border: none
}

.img-card-area {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    height: 100%;
}

.cards-atuacao .card-2 {
    background: #4a3d2e;
    overflow: hidden;
}

.cards-atuacao .card-3 {
    background: #0f3b57;
    overflow: hidden;
}

.servicos {
    padding-top: 128px;
    padding-bottom: 128px
}

.card-grid-servicos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.duvida {
    background: #165983;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 12
}

.left-absolute {
    position: absolute;
    left: 0;
    top: 0
}

.r-absolute {
    position: absolute;
    right: 0;
    bottom: 0
}

.title-duvida {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.title-duvida p {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    max-width: 744px
}

.curso-item-projeto {
    border: 1px solid #e6e7e8;
    position: relative;
}

.curso-item-projeto:hover img {
    transform: scale(1);
}


.curso-item-projeto:hover {
    background: #FBFAF9;
    border: 1px solid #CACCCF;
}

.seta {
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 10;
    display: none;
}

.curso-item-projeto:hover .seta {
    display: block;
}

.curso-item-projeto .body-card-projeto {
    padding: 24px 20px
}

.curso-item-projeto .body-card-projeto h3 {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #313334;
    margin-bottom: 24px
}

.curso-item-projeto .body-card-projeto .desc-projeto p {
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0%;
    color: #313334;
    margin-top: 40px;
    margin-bottom: 0
}

.curso-item-projeto img {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
}

.projeto-single {
    padding-top: 128px;
    padding-bottom: 128px
}

.img-projeto img {
    height: 515px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px
}

.img-projeto {
    margin-bottom: 64px
}

.content-projeto h5 {
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: rgba(0, 0, 0, .6980392157);
    line-height: 160%;
    letter-spacing: 0%;
    margin-bottom: 0
}

.descricao-projeto p {
    font-weight: 400;
    font-size: 20px;
    line-height: 170%;
    letter-spacing: 0%
}

.descricao-projeto {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, .6980392157)
} 

.descricao-projeto strong {
   color: #1E77AE;
}

.descricao-projeto ul li{
    font-weight: 600;
    font-size: 20px;
}

.cursos-page,
.cursos-especialistas {
    padding-top: 128px;
    padding-bottom: 128px
}

.single-cursos {
    padding-top: 128px;
    padding-bottom: 128px
}

.img-curso-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.img-curso-thumb img {
    height: 550px;
    width: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px
}

.banner-blue {
    background: #0f3b57;
    padding-top: 24px;
    padding-bottom: 24px
}

.grid-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.grid-items .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.grid-items .items strong {
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #fff
}

.grid-items .items p {
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0%;
    margin-bottom: 0;
    color: #fff
}

.nosso-curso {
    background: #f4f1eb;
    padding-top: 128px;
    padding-bottom: 128px
}

.motivo-curso {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: 24px
}

.motivo-curso h5 {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 140%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    max-width: 500px
}

.motivo-curso p {
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, .6980392157);
    margin-bottom: 0;
    max-width: 483px
}

.btn-single-curso {
    margin-top: 64px
}

.img-curso-item img {
    border-radius: 12px
}

.capaz {
    background: #f8f5f2;
    padding-top: 128px;
    padding-bottom: 128px
}

.capaz-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px
}

.motivos {
    border: 1px solid #cacccf;
    border-radius: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
    padding: 20px
}

.motivos p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, .6980392157)
}

.motivos h4 {
    color: rgba(0, 0, 0, .6980392157);
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 140%;
    letter-spacing: 0%
}

.contato {
    padding-top: 128px;
    padding-bottom: 128px
}

.formulario {
    border: 1px solid #cacccf;
    border-radius: 12px;
    overflow: hidden
}

.col-txt {
    padding: 56px 76px
}

.img-col img {
    width: 100%;
    height: 100%
}

.form {
    margin-top: 40px
}

@media(min-width:992px) {
    .navbar-nav {
        width: 45%;
        display: flex;
        gap: 32px;
    }
}

@media(max-width: 992px) {
    .desc-container p{
        text-align: start;
    }
    .coluna-2-area,.col-txt {
        padding: 30px;
    }

    .home-navbar {
        position: absolute;
        top: 70px;
        left: 0px;
        width: 100%;
        right: 0px;
        background: #000;
        padding: 15px;
    }

    .nav-link.active {
        max-width: max-content;
    }

    .nav-link:focus,
    .nav-link:hover {
        max-width: max-content;
    }

    h2 , h1{
        font-size: 35px !important;
    }

    .content-box{
        margin-top: 30px;
    }

    .valores,
    .parceiros,
    .escolher,
    .areas,
    .solucoes,
    .projetos,
    .especialistas,
    .servicos,
    .areas-atuacao {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .cursos-grid,
    .capaz-box,
    .card-grid-servicos,
    .cards-escolher,
    .cards-solucoes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .grid-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px
    }

    .img-curso-item img {
        display: none
    }

    .coluna-valores-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 50px
    }

    .navbar-toggler:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-toggler {
        border: none;
        outline: none
    }
}

/* Oculta carrossel no desktop e grid no mobile */
@media (min-width: 768px) {
    .logos-parceiros-carousel {
        display: none;
    }
}

@media (max-width: 767px) {

    .btn-border {
        padding: 10px;
        font-size: 14px;
    }
    .grid-logos-parceiros {
        display: none;
    }

    .logos-parceiros-carousel .swiper-wrapper {
        display: flex;
    }

    .logo-parceiro {
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .logos-parceiros-carousel {
        height: 200px;
    }
}