@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&display=swap";

html {
    scroll-behavior: smooth
}

body {
    font-family: "Kanit", sans-serif;
    overflow-x: hidden
}

img {
    max-width: 100%
}

header {
    height: 92px;
    width: 100%;
    z-index: 999;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.bg-steal {
    background: #0b2341
}

nav {
    border-bottom: 1px solid #fff;
    padding: 0 !important
}

nav.container {
    max-width: 95% !important;
}

.navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-link {
    color: #fff;
    padding: 0
}

.nav-item {
    height: 92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 23px
}

.nav-item:not(:last-child):hover {
    background: #0b2341
}

.nav-item:hover .nav-link {
    color: #fff
}

.btn-line {
    border: 2px solid rgba(255, 255, 255, .3019607843);
    border-radius: 8px;
    color: rgba(255, 255, 255, .8980392157);
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: none;
    padding: 18px 25px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.btn-line:hover {
    background: #1a5199;
    border: 2px solid rgba(0, 0, 0, 0)
}

.nav-btn {
    padding-right: 0
}

.banner {
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
    width: 100%;
    padding-top: 130px;
    margin-top: -130px;
    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;
    max-width: 728px
}

.text-absolute-banner h1 {
    font-weight: 500;
    font-size: 61px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #fff
}

.text-absolute-banner p {
    font-weight: 300;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 32px
}

.btn-blue {
    background: #1a5199;
    color: #fff;
    padding: 18px 32px;
    border-radius: 8px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.btn-blue:hover {
    background: #1e5cae
}

.cards-banner {
    height: 480px;
    position: relative;
    z-index: 30
}

.card-banner-box:hover {
    background: #eef4fc;
    cursor: pointer
}

.card-banner-box:hover .card-info {
    background: #eef4fc
}

.card-info {
    border: none;
    border-radius: 0;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.arrow-btn svg {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.card-info h5 {
    color: #0f2e57;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%
}

.card-info p {
    color: rgba(0, 0, 0, .6980392157);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    height: 194px;
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    text-align: justify;
}

.btn-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: rgba(26, 81, 153, 1);
}

.btn-link {
    display: none
}

.card-banner-box:hover .btn-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.arrow-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.arrow-btn:hover {
    color: #0f2e57
}

.card-box {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .1490196078);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .1490196078);
    border-radius: 8px;
    background: #fff;
    margin-top: -81px;
    position: relative;
    z-index: 20;
    overflow: hidden
}

.section-sobre {
    position: relative;
    background-color: #fff;
    z-index: 20;
    padding-bottom: 128px
}

.absolute-esquerdo {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    max-width: 100%
}

.absolute-direito {
    position: absolute;
    right: 0;
    bottom: 45px;
    z-index: -1;
    max-width: 100%
}

small {
    font-weight: 500;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0f2e57
}

.title {
    color: #1a1b1c;
    font-weight: 500;
    font-size: 39px;
    line-height: 130%;
    letter-spacing: 0%
}

.desc {
    color: rgba(0, 0, 0, .6980392157);
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0%;
    font-family: "Inter", sans-serif;
    /* height: 200px; */
    text-align: justify;
}

.div-container {
    max-width: 537px
}

.resultados {
    background: #0f2e57;
    padding-top: 96px;
    padding-bottom: 120px
}

.boxes-resultados {
    margin-top: 80px;
    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;
    color: #fff
}

.boxes-resultados span {
    font-weight: 400;
    font-size: 49px;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle
}

.boxes-resultados p {
    color: rgba(255, 255, 255, .8980392157);
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%
}

.box-numbers {
    border-left: 2px solid #e4c681;
    padding-left: 16px
}

.brands-section {
    background: #fff;
    position: relative;
    padding-top: 160px;
    padding-bottom: 128px
}

.section-title {
    font-size: 28px;
    font-weight: 600;
    color: #333
}

.brands-marquee-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden
}

.brands-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 64px
}

.brands-marquee::before,
.brands-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none
}

.brands-marquee::before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%)
}

.brands-marquee::after {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%)
}

.marquee-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: marquee 20s linear infinite;
    animation: marquee 20s linear infinite;
    will-change: transform
}

.brand-item {
    margin: 0 40px;
    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;
    min-width: 120px;
    height: 80px
}

.brand-item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.brand-item img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.services-carousel-section {
    padding-top: 128px;
    padding-bottom: 128px
}

.section-header {
    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;
    margin-bottom: 30px
}

.section-title {
    margin: 0;
    font-size: 2rem;
    color: #0f2e57
}

.swiper-nav-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.swiper-nav-buttons a {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #1a5199;
    text-decoration: none;
    border-bottom: 1px solid #1a5199;
    padding-bottom: 5px
}

.service-thumbnail img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 169px;
    object-fit: cover;
}

.carousel-container>.container {
    padding-right: 0
}

.services-carousel {
    padding: 20px 0 40px;
    margin-right: calc((100vw - 100%)/-2);
    width: auto
}

.swiper-nav-buttons .swiper-button-next,
.swiper-nav-buttons .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-top: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #1a5199;
    color: #1a5199;
    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
}

.swiper-nav-buttons .swiper-button-next::after,
.swiper-nav-buttons .swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold
}

.swiper-nav-buttons .swiper-button-next:hover,
.swiper-nav-buttons .swiper-button-prev:hover {
    background: #1a5199;
    color: #fff
}

.services-carousel .swiper-button-next,
.services-carousel .swiper-button-prev {
    display: none !important
}

.service-card {
    -webkit-box-shadow: 1px 2px 20px 0px rgba(0, 0, 0, .0784313725);
    box-shadow: 1px 2px 20px 0px rgba(0, 0, 0, .0784313725);
    border-radius: 8px;
    overflow: hidden;
    
}

.service-card:hover {
    background: #0f2e57
}

.service-card:hover h3 {
    color: #e4c681
}

.service-card:hover .service-excerpt,
.service-card:hover .btn-link {
    color: #fff
}

.service-card:hover svg rect {
    stroke: #fff
}

.service-card:hover svg g rect {
    fill: #fff
}

.service-card:hover svg path {
    fill: #fff
}

.service-card:hover .btn-link,
.card-projeto:hover .btn-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.service-card h3 {
    color: #1a1b1c;
    font-weight: 500;
    font-size: 25px;
    line-height: 140%;
    letter-spacing: 0%;
    /* height: 82px */
}

.service-excerpt {
    color: rgba(0, 0, 0, .6980392157);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    font-family: "Inter", sans-serif;
    min-height: 118px;
    text-align: justify;
}

.body-text-card {
    padding: 24px
}

.section-areas {
    padding-top: 120px;
    padding-bottom: 120px
}

.section-areas .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.left-content {
    max-width: 420px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.left-content .subtitle {
    text-transform: uppercase;
    color: #2957b2;
    font-weight: 500;
    font-size: 13px
}

.left-content h2 {
    font-size: 32px;
    font-weight: 500;
    margin: 10px 0
}

.left-content p {
    font-size: 16px;
    color: #444;
    margin-bottom: 24px
}

.right-content {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.area-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fcfbf7;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .1019607843)
}

.area-text {
    padding: 20px;
    max-width: 453px
}

.area-text h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #0f2e57
}

.area-text p {
    font-family: "Inter", sans-serif;
    color: rgba(0, 0, 0, .6980392157);
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%
}

.section-areas .area-thumb {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 364px;
    height: 179px;
    width: 100%;
}

.area-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section-projetos {
    padding-top: 120px;
    padding-bottom: 120px
}

.cards-projetos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px
}

.card-projeto {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 1px 2px 20px 0px rgba(0, 0, 0, .0784313725);
    box-shadow: 1px 2px 20px 0px rgba(0, 0, 0, .0784313725);
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33.333% - 13.333px);
    flex: 1 1 calc(33.333% - 13.333px);
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: calc(33.333% - 13.333px)
}

.card-projeto:hover {
    background: #0f2e57
}

.card-thumb img {
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover
}

.card-content {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.card-content h3 {
    font-weight: 500;
    font-size: 25px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #1a1b1c
}

.card-projeto:hover h3 {
    color: #e4c681
}

.card-projeto:hover .local,
.card-projeto:hover p {
    color: #fff
}

.card-projeto:hover svg rect {
    stroke: #fff
}

.card-projeto:hover svg g rect {
    fill: #fff
}

.card-projeto:hover svg path {
    fill: #fff
}

.card-projeto:hover .btn-link {
    color: #fff
}

.card-content .local {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .6980392157)
}

.card-content p {
    font-family: "Inter", sans-serif;
    color: rgba(0, 0, 0, .6980392157);
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%
}

.arrow-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    text-decoration: none
}

.section-vantagens {
    background-color: #0f2e57;
    color: #fff;
    padding-top: 120px;
    padding-bottom: 120px
}

.section-vantagens .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.vantagens-texto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 500px;
    flex: 1 1 500px;
    max-width: 600px
}

.section-vantagens .tag {
    text-transform: uppercase;
    color: #d3e3f8
}

.lista-vantagens {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 64px
}

.lista-vantagens li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
    border-top: 1px solid #234073;
    padding-top: 20px
}

.lista-vantagens li:first-child {
    border-top: none;
    padding-top: 0
}

.lista-vantagens .icone img {
    width: 30px;
    height: 30px
}

.lista-vantagens li:last-child .icone img {
    width: 70px;
}

.lista-vantagens .texto strong {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #fff
}

.lista-vantagens .texto p {
    color: rgba(255, 255, 255, .8980392157);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    margin-top: 12px;
    text-align: justify;
}

.vantagens-img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 400px;
    flex: 1 1 400px;
    max-width: 100%;
    margin-left: 80px
}

.vantagens-img img {
    width: 100%;
    border-radius: 10px;
    display: block;
    height: 100%
}

.section-depoimentos {
    padding-top: 160px;
    padding-bottom: 160px;
    background: #fff
}

.cards-depoimentos {
    /* display: flex;
    flex-direction: column; */
    /* gap: 20px; */
    margin-top: 40px
}

.card-depoimento {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid rgba(0, 0, 0, .1019607843);
    max-width: 800px;
    margin: auto;

}

.card-conteudo h3 {
    color: #1a1b1c;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    margin-bottom: 0
}

.card-conteudo small {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 0.4);

}

.card-conteudo p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0%;
    margin-top: 32px;

}


.image-depoimento {
    border-top: 1px solid #eee;
    padding-top: 24px;
    text-align: left
}


.image-depoimento img {
    max-width: 120px;
    /* height: 100%; */
    max-height: max-content;
}

.cta-ajuda {
    background-color: #0f2b55;
    padding-top: 64px;
    padding-bottom: 64px;
    text-align: center;
    color: #fff
}

footer {
    background-color: #0b2341;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 20
}

footer ul li:hover a {
    text-decoration: underline !important
}

.social-border {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, .1019607843);
    height: 350px
}

.social-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

footer h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%
}

footer ul li,
footer ul li a {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #fff;
    padding: 12px 0;
    margin: 12px 0
}

.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-banner {
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #f8f9fa;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 24px;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, .1);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, .1);
    z-index: 9999;
    width: 100%;
    max-width: 1079px
}

.cookie-container {
    width: 100%
}

.cookie-banner h6 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #1a1b1c;
    margin-bottom: 8px
}

.cookie-banner p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, .6980392157);
    margin: 0
}

.cookie-banner a {
    color: #1a5199;
    text-decoration: none
}

#acceptCookies,
#declineCookies {
    width: 200px;
    height: 50px;
    outline: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    border-radius: 8px
}

#acceptCookies {
    background: #1a5199;
    color: #fff;
    border: none
}

#declineCookies {
    border: 2px solid #1a5199;
    background: #d3e3f8;
    color: #1a5199
}

#cookieConsent {
    display: none
}

.hero-section {
    background-color: #0f2f5c;
    color: #fff;
    padding-top: 26px;
    padding-bottom: 48px;
    position: relative;
    overflow: hidden;
    margin-top: 92px
}

.breadcrumb-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 37px
}

.breadcrumb-custom a,
.breadcrumb-custom span {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none
}

.hero-title {
    font-weight: 600;
    font-size: 49px;
    line-height: 130%;
    letter-spacing: 0%
}

.hero-image {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 100%;
    opacity: .1;
    pointer-events: none
}

.section-history {
    padding-top: 120px;
    padding-bottom: 80px
}

.history-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover
}

.section-proposito {
    padding-top: 80px;
    padding-bottom: 120px
}

.proposito-title {
    font-weight: 700;
    font-size: 1.75rem
}

.proposito-subtitle {
    font-size: 1rem;
    color: #6c757d
}

.box-objetivos {
    background-color: #fcfbf7;
    border-radius: 10px;
    padding: 24px;
    margin-top: 40px
}

.box-objetivos li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    color: #0f2e57
}

.box-objetivos li::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url("../img/seta.svg")
}

.proposito-img {
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.section-social {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #0f2e57
}

.section-heading {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 20px
}

.section-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #d6e1ee;
    max-width: 560px
}

.social-items-box {
    background-color: rgba(255, 255, 255, .0509803922);
    border-radius: 8px;
    padding: 16px 12px;
    margin-top: 40px;
    border: 1px solid rgba(255, 255, 255, .1019607843)
}

.social-items-box .desc p {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px
}

.social-items-box .desc p::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url("../img/seta2.svg")
}

.img-container {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    text-align: center
}

.img-container img {
    max-width: 100%;
    height: auto
}

.nossa-equipe {
    padding-top: 120px;
    padding-bottom: 80px
}

.card-equipe h5 {
    color: #1a1b1c;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: start
}

.card-equipes {
    -webkit-box-shadow: 1px 2px 20px 0px rgba(0, 0, 0, .0784313725);
    box-shadow: 1px 2px 20px 0px rgba(0, 0, 0, .0784313725)
}

.area-thumb {
    height: 244px !important;
    max-width: 100%;
    width: 100%;
}

.area-thumb img {
    height: 244px;
    width: 100%
}

.card-service-page,
.card-service-page img {
    height: 169px
}

.box-single-servico h5 {
    position: relative;
    padding-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 25px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #1a1b1c
}

.box-single-servico h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 36px;
    height: 36px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2237%22%20height%3D%2236%22%20viewBox%3D%220%200%2037%2036%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20x%3D%221.36664%22%20y%3D%221%22%20width%3D%2234%22%20height%3D%2234%22%20rx%3D%2217%22%20stroke%3D%22%23F9F3E5%22%20stroke-width%3D%222%22/%3E%3Cmask%20id%3D%22mask0_6238_2363%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%2210%22%20y%3D%2210%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20d%3D%22M22.5416%2019H11.3666C11.0833%2019%2010.8458%2018.9042%2010.6541%2018.7125C10.4625%2018.5208%2010.3666%2018.2833%2010.3666%2018C10.3666%2017.7167%2010.4625%2017.4792%2010.6541%2017.2875C10.8458%2017.0958%2011.0833%2017%2011.3666%2017H22.5416L17.6416%2012.1C17.4416%2011.9%2017.3458%2011.6667%2017.3541%2011.4C17.3625%2011.1333%2017.4666%2010.9%2017.6666%2010.7C17.8666%2010.5167%2018.1%2010.4208%2018.3666%2010.4125C18.6333%2010.4042%2018.8666%2010.5%2019.0666%2010.7L25.6666%2017.3C25.7666%2017.4%2025.8375%2017.5083%2025.8791%2017.625C25.9208%2017.7417%2025.9416%2017.8667%2025.9416%2018C25.9416%2018.1333%2025.9208%2018.2583%2025.8791%2018.375C25.8375%2018.4917%2025.7666%2018.6%2025.6666%2018.7L19.0666%2025.3C18.8833%2025.4833%2018.6541%2025.575%2018.3791%2025.575C18.1041%2025.575%2017.8666%2025.4833%2017.6666%2025.3C17.4666%2025.1%2017.3666%2024.8625%2017.3666%2024.5875C17.3666%2024.3125%2017.4666%2024.075%2017.6666%2023.875L22.5416%2019Z%22%20fill%3D%22%231C1B1F%22/%3E%3C/mask%3E%3Cg%20mask%3D%22url(%23mask0_6238_2363)%22%3E%3Crect%20x%3D%226.36664%22%20y%3D%226%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%231A5199%22/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.sticky-image-wrapper img {
    height: 400px;
    margin-left: 60px;
    width: 544px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.box-service {
    background: #fcfbf7;
    border: 1px solid rgba(0, 0, 0, .1019607843)
}

.single-projeto {
    margin-top: 92px;
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
    z-index: 20
}

.bg-proj {
    position: absolute;
    left: 0;
    top: 175px;
    z-index: 1
}

/* .images-projetos img {
    width: 100%;
    height: 800px
} */

.title-proj strong {
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #1a1b1c
}

.contato-section {
    padding-top: 80px;
    padding-bottom: 80px
}

.bg-form {
    background-color: #eef4fc;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .0784313725);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .0784313725);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .2);
    border-radius: 8px
}

.wpcf7 label {
    width: 100%;
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, .6980392157)
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 15px;
    font-size: 14px;
    margin-top: 8px
}

.wpcf7 input[type=submit] {
    background-color: #1a5199;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    position: relative
}

.wpcf7 input[type=submit]::after {
    content: "→";
    font-size: 16px;
    margin-left: 8px;
    display: inline-block
}

.wpcf7 input[type=submit]:hover {
    background-color: #163f7c
}

.icon-box {
    width: 30px;
    height: 30px;
    background-color: #fcfbf7;
    border-radius: 6px;
    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
}

.cursos-page {
    padding-top: 80px;
    padding-bottom: 80px
}

.card-curso img,
.card-curso {
    height: 234px
}

.aluno strong {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #1a1b1c
}

.aluno span {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, .4)
}

.curso-header {
    margin-top: 92px;
    padding-top: 80px;
    padding-bottom: 80px
}

.card-curso-single {
    background: #fcfbf7;
    border: 1px solid rgba(0, 0, 0, .1019607843);
    padding: 48px 32px;
    border-radius: 8px
}

.title-card-curso {
    color: #7f611a;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%
}

.vantagens-list {
    list-style: none;
    padding-left: 0
}

.vantagens-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 24px
}

.vantagens-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 25px;
    height: 24px;
    background-image: url("../img/seta-curso.svg");
    background-repeat: no-repeat;
    background-size: contain
}

.curso-vantagens {
    position: relative;
    z-index: 20;
    padding-top: 80px;
    padding-bottom: 128px
}

.absolute-curso {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    max-width: 100%;
    max-height: 636px
}

.sec-oque-aprender {
    background-color: #0f2e57;
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
    z-index: 20
}

.sec-oque-aprender .bg-decor {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 700px;
    z-index: 1
}

.oque-aprender {
    position: relative;
    z-index: 2
}

.oque-aprender .lista-modulos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
}

.oque-aprender .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.oque-aprender .numero {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #e4c681;
    min-width: 20px
}

.item .desc {
    font-family: "Kanit";
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 160%
}

.ministrante {
    padding-top: 80px;
    padding-bottom: 80px
}

.ministrantes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.nome-palestrante {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #2a2c2e
}

.dep-alunos {
    padding-top: 134px;
    padding-bottom: 134px
}

.faq-curso {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #fff;
    text-align: center
}

.faq-list {
    max-width: 100%;
    margin: 0 auto;
    text-align: left
}

.faq-item {
    background: #fcfbf7;
    margin-bottom: 8px;
    border-radius: 2px
}

.faq-question {
    width: 100%;
    padding: 15px 20px;
    background: none;
    border: none;
    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;
    cursor: pointer;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #251e0e
}

.faq-question:hover {
    background: #f8f6f2
}

.faq-question .icon {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.faq-question[aria-expanded=true] .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq-answer {
    display: none;
    padding: 0 20px 15px;
    font-size: 15px;
    color: #444
}


/* modalidades */


.treinamento-presencial {
    padding: 80px 0;
    background: #f8f6f2;
}

.box-modalidade {
    display: flex;
    gap: 20px;
    margin: 30px 0;
    align-items: stretch;
    /* força colunas a terem a mesma altura */
}

.imagem-modalidade {
    flex: 1;
}

.imagem-modalidade img {
    width: 100%;
    height: 100%;
    /* ocupa toda a altura da div pai */
    object-fit: cover;
    /* mantém proporção e corta o excesso */
    display: block;
    /* remove espaços indesejados abaixo da imagem */
    border-radius: 5px;
}

.conteudo-modalidade h2 {
    font-size: 20px;
    font-weight: 500;
}

.conteudo-modalidade p {
    font-family: "Inter", sans-serif;
    color: rgba(0, 0, 0, .6980392157);
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
}




.card-modalidades {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
}



/* .card-modalidades:hover {
    background: #0f2b55;
    color: #fff;
} */

/* .card-modalidades:hover .conteudo-modalidade p {
    color: #fff;
}


.card-modalidades:hover h3 {
    color: #fff !important;
} */

.desc-mod {
    color: gray;
    font-weight: 300;
    margin-bottom: 50px;
    font-size: 20px;
}

.image-fill {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 360px;
    /* ajuste se quiser maior/menor */
}

/* a imagem preenche todo o container, mantendo proporção e cortando onde preciso (cover) */
.image-fill img {
    position: absolute;
    inset: 0;
    /* top:0; right:0; bottom:0; left:0; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* opcional: remover radius extra na imagem (o modal já tem border-radius) */
.image-fill img {
    border-radius: 0;
}

.modal-header .btn-close {

    position: absolute !important;
    top: 16px;
    right: 22px;
    z-index: 20;
}

.modal-list li {
    margin-bottom: 0 !important;
}

.depoimentos-box {
    display: flex;
    justify-content: space-between;
}

.setas-depoimentos .swiper-button-prev {
    left: -101px;
}

.setas-depoimentos {
    position: relative;
}


@media(min-width:1200px) {

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: -6px !important;
    }


}



@media(max-width: 992px) {
    .box-modalidade {
        flex-direction: column;
    }

    .breadcrumb-custom {
        flex-wrap: wrap;
    }

    h1,
    h2,
    h3 {
        font-size: 28px !important;
    }

    .sticky-image-wrapper img {
        margin-left: 0;
    }

    .ministrantes {
        flex-direction: column;
    }

    .cards-banner {
        height: auto;
        padding: 50px 0
    }

    .card-box {
        margin-top: 0
    }

    .img-sobre {
        margin-top: 30px
    }

    .boxes-resultados {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px
    }

    .box-numbers {
        border-left: none;
        border-bottom: 2px solid #e4c681;
        text-align: center;
    }

    .section-header {
        -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;
        gap: 30px
    }

    .section-areas .container,
    .area-card,
    .cards-projetos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .card-projeto {
        max-width: 100%;
        width: 100%
    }

    .vantagens-img {
        margin-left: 0
    }


    .img-curso-single-last {
        margin-top: 30px
    }

    .container-fluid {
        background: #0b2341
    }

    .navbar-nav {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }

    .nav-item {
        height: 40px
    }

    .nav-btn {
        margin: 20px 0
    }

    .social-border {
        height: auto
    }
}

@media(min-width: 768px) {

    .services-carousel .swiper-button-next,
    .services-carousel .swiper-button-prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media(max-width: 768px) {

    .coluna-imagem-proposito{
        order: 2;
        margin-top: 30px;
    }

    .setas-depoimentos .swiper-button-prev {
        right: 61px;
        left: auto;
    }

    .depoimentos-box {
        flex-direction: column;
        gap: 40px;
    }

    .card-banner-box {
        border-bottom: 1px solid lightgray;
    }

    .btn-link {
        display: flex;
    }

    .text-absolute-banner h1 {
        font-size: 40px;
    }

    .brands-marquee::before,
    .brands-marquee::after {
        width: 50px
    }

    .brand-item {
        margin: 0 20px;
        min-width: 80px;
        height: 50px
    }
}

@media(min-width: 1680px) {
    .absolute-esquerdo {
        left: 0
    }

    .absolute-direito {
        right: 0
    }
}

@media(min-width: 992px) {
    .service-card {
    height: 520px;
}

    .container-fluid {
        padding: 0
    }

    .area-card {
        height: 179px;
    }

    .social {
        padding-left: 30px;
    }
}

.btn-comprar {
    width: 346px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    max-width: 100%;
}

form p:last-of-type {
    display: flex;
    align-items: end;
    justify-content: end;
}

.wpcf7-spinner {
    display: none !important;
}

@media(max-width:430px) {
    .hero-section {
        padding-top: 0;
    }

    .hero-section .container {
        padding-top: 30px;
    }
}

@media (max-width: 990px) {
    nav.container {
        max-width: 100% !important;
        border-bottom: none !important;
    }
}

.desc-modal p,
.desc-modal .vantagens-list li {
    font-size: 15px !important;
    line-height: 17px;

}

.desc-modal .vantagens-list li {
    margin-bottom: 0;
}


.video {
    position: relative;
    z-index: 20;
}


@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 85% !important;
    }

    .container-branca {
        position: relative;
        background: white;
        padding: 20px;
        z-index: 20;

    }

    .container-branca::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #fff;
        /* cor do efeito */
        border-radius: 50%;
        /* círculo */
        top: 0;
        left: -29px;
        z-index: 0;
        /* atrás do texto */
        transform: scale(1.5);
        /* aumenta um pouco para sair da borda */
        z-index: -1;
    }
}




.desc-projeto-home p {
    font-size: 14px !important;
    line-height: 16px;
}

.setas-depoimentos .swiper-button-next,
.setas-depoimentos .swiper-button-prev,
.setas-equipe .swiper-button-next,
.setas-equipe .swiper-button-prev {

    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #1a5199;
    color: #1a5199;
    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
}

.setas-depoimentos .swiper-button-next::after,
.setas-depoimentos .swiper-button-prev::after,
.setas-equipe .swiper-button-next::after,
.setas-equipe .swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold
}

.setas-depoimentos .swiper-button-next:hover,
.setas-depoimentos .swiper-button-prev:hover,
.setas-equipe .swiper-button-next:hover,
.setas-equipe .swiper-button-prev:hover {
    background: #1a5199;
    color: #fff
}

.setas-equipe {
    position: relative;
}

.setas-equipe .swiper-button-prev {
    right: 67px;
    left: auto;
}

.equipe-box {
    display: flex;
    align-items: end;
    justify-content: space-between;
    text-align: left;
}

@media(max-width:600px){
    .equipe-box{
        gap: 20px;
        align-items: normal;
        flex-direction: column;
    }
}