@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap');
/* 
@font-face {
    font-family: 'Segoe';
    src: url('../fonts/Segoe\ UI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe-Bold';
    src: url('../fonts/Segoe\ UI\ Bold.ttff') format('truetype');
    font-weight: normal;
    font-style: normal;
} */

:root {
    --arrow-width: 8px;
    --color-tooltip: #343434;
    --offset: 1px;
}

.container,
.container-fluid,
.mil-list li,
.mil-menu-btn span,
.mil-process-box,
.mil-relative,
.mil-sidebar-search,
.mil-suptitle,
.mil-wrapper,
section {
    position: relative;
}

@media(max-width:1024px) {
    .container-fluid.container {
        display: flex;
        justify-content: space-between;
    }

}

.mil-avatar img,
.mil-bg-img,
.mil-image-frame img,
.mil-img-wrapper img {
    object-position: center;
    object-fit: cover
}


*,
:after,
:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

body,
html {
    padding: 0;
    margin: 0;
    font-family: Mona Sans, sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #041E42;
    line-height: 170%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.mil-wrapper {
    overflow: hidden;
    width: 100%;
    height: auto
}

.mil-divider-lg,
.mil-divider-sm,
.mil-suptitle:after {
    height: 5px;
    border: 3px solid rgba(0, 0, 0, .1);
    /* border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.1) 3px) 3; */
    transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.mil-o-hidden,
footer {
    overflow: hidden
}

.mil-breadcrumbs,
.mil-flex,
.mil-footer-bottom ul,
.mil-page-numbers,
.mil-review-frame .mil-reviev-head .mil-left,
blockquote {
    display: flex
}

.mil-h1,
.mil-h12,
.mil-h3,
.mil-h4,
.mil-h5,
.mil-h6,
h1,
h2,
h3,
h5,
h6 {
    font-family: Mona Sans, sans-serif;
    color: #041E42;
    font-weight: 700;
    line-height: 120%
}

h4 {
    font-family: Mona Sans, sans-serif;
    color: #041E42;
    font-weight: 500;
    line-height: 120%
}

.mil-font-2,
blockquote .mil-quote-text {
    font-family: Mona Sans, cursive
}

.mil-h1,
h1 {
    font-size: 60px
}

@media screen and (max-width:992px) {

    .mil-h1,
    h1 {
        font-size: 46px
    }
}

@media screen and (max-width:768px) {

    body,
    html {
        font-size: 14px
    }

    .mil-h1,
    h1 {
        font-size: 42px
    }
}

.mil-h2,
.mil-price-card .mil-price-head .mil-price,
h2 {
    font-size: 46px
}

@media screen and (max-width:992px) {

    .mil-h2,
    h2 {
        font-size: 34px
    }
}

@media screen and (max-width:768px) {

    .mil-h2,
    h2 {
        font-size: 32px
    }
}

.mil-h3,
h3 {
    font-size: 26px
}

.mil-h4,
h4 {
    font-size: 22px
}

@media screen and (max-width:992px) {

    .mil-h4,
    h4 {
        font-size: 20px
    }
}

@media screen and (max-width:768px) {

    .mil-h4,
    h4 {
        font-size: 18px
    }
}

.mil-h5,
h5 {
    font-size: 18px
}

@media screen and (max-width:992px) {

    .mil-h5,
    h5 {
        font-size: 21px
    }
}

.mil-h6,
h6 {
    font-size: 15px
}

.mil-text-xs {
    font-size: 12px
}

.mil-text-sm {
    font-size: 14px
}

.mil-text-lg {
    font-size: 17px;
    line-height: 220%
}

.mil-breadcrumbs li a,
.mil-footer-navigation nav ul li a,
.mil-mini-button,
.mil-navigation nav ul li a {
    font-size: 12px;
    text-transform: uppercase
}


#dropdownMenuAprenda a {
    font-size: 15px;
    text-transform: none
}

.mil-shortened {
    padding-right: 15px
}

.mil-upper {
    text-transform: uppercase
}

.mil-bold {
    font-weight: 600
}

.mil-thin {
    font-weight: 500
}

blockquote .mil-quote {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background-color: #67C9C7
}

.mil-quote-img {
    width: 100%;
    height: 70px;
}

.mil-button,
.mil-link {
    align-items: center;
    color: #041E42
}

blockquote .mil-quote-text {
    padding: 30px;
    border-left: 5px solid rgba(0, 0, 0, .05);
    /* border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.05) 1px, rgba(0, 0, 0, 0.05) 3px) 5; */
    width: calc(100% - 80px);
    font-size: 30px;
    color: #041E42
}

.mil-input-frame input,
.mil-input-frame textarea,
.mil-sidebar-search input {
    font-size: 15px;
    font-family: Mona Sans, sans-serif
}

a {
    color: inherit;
    text-decoration: none
}

.mil-accent,
.mil-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.mil-breadcrumbs li a:hover,
.mil-footer-navigation nav ul li a:hover,
.mil-footer-navigation.mil-dark nav ul li a:hover,
.mil-hori-list li a:hover,
.mil-nav-buttons .mil-slider-button:hover,
.mil-navigation nav ul li a:hover,
.mil-page-numbers li a:hover {
    color: #67C9C7;
}

.mil-light,
.mil-light a {
    color: #041E42
}

.text-dark {
    color: #041E42 !important
}

.mil-white,
.mil-white a {
    color: #fff !important
}

.mil-accordion-group.mil-dark .mil-accordion-menu,
.mil-accordion-group.mil-dark .mil-accordion-menu h6,
.mil-dark,
.mil-footer-navigation.mil-dark nav ul li a,
.mil-hover-images ul li a:hover p,
.mil-navigation nav ul li.mil-has-children ul li a,
.mil-page-numbers li.mil-active a:hover {
    color: rgba(7, 22, 64, 0.7);
}

.mil-light-soft {
    color: #041E42;
}

.mil-light-soft a {
    color: #041E42 !important;
}

.mil-dark-soft {
    color: rgba(0, 0, 0, .5)
}

.mil-marker {
    background-color: #67C9C7;
    padding: 0 5px
}

.mil-divider-lg,
.mil-divider-sm,
.mil-suptitle:after {
    background-color: transparent
}

.mil-center {
    text-align: center
}

.mil-left {
    text-align: left
}

.mil-next-project,
.mil-right,
.mil-timer-text {
    text-align: right
}

.mil-suptitle {
    font-family: Mona Sans, sans-serif;
    display: inline-block;
    padding-bottom: 10px;
    color: #041E42;
    font-weight: 600
}

.mil-button,
.mil-link,
.mil-mini-button {
    display: inline-flex;
    font-weight: 500;
    cursor: pointer
}

.mil-suptitle:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px
}

.mil-suptitle.mil-light:after {
    background-color: transparent;
    border: 3px solid rgba(7, 22, 64, .1);
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(7, 22, 64, .1) 1px, rgba(7, 22, 64, .1) 3px) 3
}

.mil-divider-sm {
    width: 60px
}

.mil-divider-lg {
    width: 100%
}

.mil-counter-frame,
.mil-nav-buttons .mil-slider-button {
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.1) 3px) 5
}

.mil-breadcrumbs li a,
.mil-button,
.mil-link .mil-arrow,
.mil-mini-button {
    transition: .2s cubic-bezier(0, 0, .3642, 1)
}

.mil-center .mil-suptitle:after {
    left: calc(50% - 30px)
}

.mil-about-counter .mil-avatar,
.mil-center .mil-divider-sm {
    margin-left: auto;
    margin-right: auto
}

.mil-link .mil-arrow {
    margin-left: 15px;
    width: 40px;
    height: 40px;
    background-color: #67C9C7;
    display: flex;
    justify-content: center;
    align-items: center
}

.mil-link .mil-arrow.mil-light,
.mil-portfolio-item-2:hover .mil-category {
    background-color: #fff
}

.mil-link:hover .mil-arrow {
    margin-left: 20px
}

.mil-link.mil-left-link {
    flex-direction: row-reverse
}

.mil-link.mil-left-link .mil-arrow {
    transform: rotate(180deg);
    margin-left: 0;
    margin-right: 15px
}

.mil-link.mil-left-link:hover .mil-arrow {
    margin-left: 0;
    margin-right: 20px
}

.mil-button {
    border-radius: 8px;
    justify-content: center;
    border: none;
    background-color: #67C9C7;
    padding: 0 60px;
    height: 40px;
}

.mil-button.mil-transparent-button,
.mil-mini-button {
    background-color: transparent;
    border: 2px solid #67C9C7;
}

.mil-button.mil-fw,
.mil-hover-images ul li a:hover span:before,
.mil-service-card .mil-center {
    width: 100%
}

.mil-button.mil-sm {
    padding: 0 40px;
    height: 60px
}

.mil-button:hover {
    filter: brightness(110%)
}

.mil-mini-button {
    padding: 0 15px;
    height: 35px;
    align-items: center;
    justify-content: center
}

.mil-background-grid,
.mil-background-grid:before {
    border-left: 1px solid #545454;
    border-right: 1px solid #545454
}

.mil-accent-bg,
.mil-filter .mil-filter-links a.mil-current,
.mil-icon-list li.mil-accent img,
.mil-icon.mil-icon-accent-bg,
.mil-mini-button:hover,
.mil-page-numbers li.mil-active,
.mil-price-card:hover .mil-price-button .mil-button,
.mil-service-card:hover .mil-divider-sm {
    background-color: #67C9C7
}

.mil-breadcrumbs.mil-center,
.mil-footer-navigation.mil-center {
    justify-content: center
}

.mil-breadcrumbs li {
    list-style-type: none;
    color: #041E42;
}

.mil-breadcrumbs li a {
    font-weight: 600
}

.mil-accordion-group .mil-accordion-menu h6,
.mil-hori-list li a,
.mil-icon-list li img,
.mil-nav-buttons .mil-slider-button {
    transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.mil-breadcrumbs li:after {
    content: "/";
    margin: 0 15px
}

.mil-breadcrumbs li:last-child:after {
    display: none
}

.mil-hori-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.mil-avatar,
.mil-nav-position .mil-banner-slider-panel {
    margin-left: auto;
    margin-bottom: 3rem;
}

.mil-hori-list li {
    list-style-type: none;
    margin-right: 20px
}

.mil-filter .mil-filter-links a:last-child,
.mil-footer-bottom ul li:last-child,
.mil-footer-navigation nav ul li:last-child,
.mil-hori-list li:last-child,
.mil-page-numbers li:last-child,
.mil-timer .mil-timer-item:last-child {
    margin-right: 0
}

.mil-advantage .mil-icon img,
.mil-footer-bottom ul li a,
.mil-footer-navigation nav ul li a,
.mil-icon-box .mil-icon img,
.mil-navigation nav ul li a {
    transition: .2s cubic-bezier(0, 0, .3642, 1)
}

.mil-icon-list li,
.mil-list li {
    align-items: center;
    list-style-type: disc
}

.mil-list li .mil-additional-text {
    opacity: .4
}

.mil-list.mil-list-type-2 li {
    padding-left: 25px;
    align-items: flex-start;
    flex-direction: column
}

.mil-list.mil-list-type-2 li:before {
    position: absolute;
    top: 9px;
    left: 0
}

.mil-icon-list li {
    color: #041E42;
    margin-bottom: 15px;
    white-space: nowrap
}

.mil-icon-list li:last-child,
.mil-navigation nav ul li.mil-has-children ul li:last-child {
    margin-bottom: 0
}

.mil-blog-card,
.mil-checbox-frame,
.mil-comments li .mil-comment .mil-comment-head .mil-user-info,
.mil-footer-navigation nav ul,
.mil-icon-list li a,
.mil-nav-buttons,
.mil-review-frame .mil-reviev-head,
.mil-skill-frame,
.mil-top-panel-buttons,
.mil-top-panel-buttons .mil-search-btn {
    display: flex;
    align-items: center
}

.mil-icon-list li img {
    width: 30px;
    height: 30px;
    padding-right: 10px;
    color: #67C9C7;
}

.mil-icon-list li.mil-hover:hover img {
    background-color: #64c1b0;
    margin-right: 30px
}

.mil-mb-5 {
    margin-bottom: 5px
}

.mil-mr-10 {
    margin-right: 10px
}

.mil-mb-10 {
    margin-bottom: 10px
}

.mil-mb-15,
.mil-mb-20 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mil-comments li .mil-comment,
.mil-mb-30 {
    margin-bottom: 30px;
    padding-left: 0;
}

.mil-mb-40 {
    margin-bottom: 40px
}

.mil-mb-60,
.mil-mb-80 {
    margin-bottom: 60px
}

.mil-mb-90 {
    margin-bottom: 90px
}

.mil-mb-120 {
    margin-bottom: 120px
}

.mil-mt-suptitle-offset {
    margin-top: 65px
}

.mil-p-120-120 {
    padding-top: 120px;
    padding-bottom: 120px
}

.mil-p-90-120 {
    padding-top: 90px;
    padding-bottom: 120px
}

.mil-p-120-90 {
    padding-top: 120px;
    padding-bottom: 90px
}

.mil-p-120-0 {
    padding-top: 70px
}

.mil-p-0-120 {
    padding-bottom: 120px
}

.mil-p-90-90 {
    padding-top: 90px;
    padding-bottom: 90px
}

.mil-p-30-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.mil-p-120-60 {
    padding-top: 120px;
    padding-bottom: 60px
}

.mil-p-90-60 {
    padding-top: 90px;
    padding-bottom: 60px
}

.mil-p-60-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.mil-p-0-60 {
    padding-bottom: 60px
}

.mil-p-60-0 {
    padding-top: 60px
}

.mil-p-0-90 {
    padding-bottom: 90px
}

.mil-p-0-30 {
    padding-bottom: 30px
}

.mil-p-120-30 {
    padding-top: 120px;
    padding-bottom: 30px
}

.mil-p-15-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.mil-p-15-10 {
    padding-top: 15px;
    padding-bottom: 10px
}

.mil-adaptive-right {
    width: 100%;
    display: flex;
    justify-content: flex-end
}

.mil-progress-track {
    position: fixed;
    z-index: 99999999;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #041E42
}

.mil-progress-track .mil-progress {
    width: 4px;
    height: 0;
    background-color: #64c1b0
}

::-webkit-scrollbar {
    display: none
}

.mil-background-grid {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 30px;
    right: 0;
    width: calc(100% - 60px);
    height: 100%;
    display: flex;
    justify-content: center;
    opacity: .3
}

.mil-background-grid:before {
    content: "";
    height: 100%;
    width: 34.3%
}

.mil-background-grid.mil-top-space {
    margin-top: 100px
}

.mil-background-grid.mil-softened {
    opacity: .05
}

.mil-bg-img,
.mil-img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mil-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mil-banner {
    position: relative;
    overflow: hidden;
    height: 80vh
}

.mil-banner .container {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

.mil-banner h1 {
    margin-bottom: 35px;
}

.mil-banner h1,
.mil-banner p {
    font-weight: 400;
    color: #fff;
    text-align: start;
}

.mil-banner .mil-banner-slider {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0
}

/* .mil-banner .container {
    height: 85%;
    display: flex;
    align-items: flex-end
} */

#banner-case .container {
    height: 95%;
}

.mil-banner .mil-banner-content {
    width: 100%;
    position: relative
}

.mil-banner .mil-banner-slider-2 {
    height: 100%
}

.mil-banner.mil-banner-sm {
    height: 60vh;
}

.mil-nav-position {
    position: absolute;
    z-index: 9;
    bottom: 20px;
    height: 0;
    right: 0;
    width: 100%;
    display: flex
}

.mil-banner-slider-panel {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.mil-banner-pagination {
    position: static;
    width: auto !important;
    margin-right: 90px
}

.mil-banner-pagination .swiper-pagination-bullet {
    background-color: transparent;
    transform: none;
    opacity: 1;
    width: 20px;
    height: 20px;
    margin-right: 30px !important;
    border-radius: 0
}

.mil-banner-pagination .swiper-pagination-bullet:after {
    content: "00";
    color: #fff;
    font-weight: 600
}

.mil-banner-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0 !important
}

.mil-banner-pagination .swiper-pagination-bullet:first-child:after {
    content: "01"
}

.mil-banner-pagination .swiper-pagination-bullet:nth-child(2):after {
    content: "02"
}

.mil-banner-pagination .swiper-pagination-bullet:nth-child(3):after {
    content: "03"
}

.mil-banner-pagination .swiper-pagination-bullet:nth-child(4):after {
    content: "04"
}

.mil-banner-pagination .swiper-pagination-bullet:nth-child(5):after {
    content: "05"
}

.mil-banner-pagination .swiper-pagination-bullet:nth-child(6):after {
    content: "06"
}

.mil-nav-buttons .mil-slider-button {
    cursor: pointer;
    color: #041E42;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 30px;
    border-right: 5px solid rgba(0, 0, 0, .1)
}

.mil-counter-frame.mil-light,
.mil-nav-buttons.mil-light .mil-slider-button {
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(7, 22, 64, .1) 1px, rgba(7, 22, 64, .1) 3px) 5
}

.mil-nav-buttons .mil-slider-button:last-child {
    padding-right: 0;
    padding-left: 30px;
    border: none
}

.mil-nav-buttons .mil-slider-button.swiper-button-disabled {
    color: rgba(0, 0, 0, .1);
    cursor: not-allowed
}

.mil-nav-buttons.mil-light .mil-slider-button {
    color: #041E42;
    border-right: 5px solid rgba(255, 255, 255, .2)
}

.mil-nav-buttons.mil-light .mil-slider-button:last-child {
    border: none
}

.mil-nav-buttons.mil-light.swiper-button-disabled {
    color: rgba(7, 22, 64, .1);
    cursor: not-allowed
}

.mil-counter-frame {
    width: 100%;
    border: 5px solid rgba(0, 0, 0, .1);
    padding: 15px
}

.mil-blog-card.mil-lg-card .mil-description .mil-right-side .mil-link,
.mil-counter-frame p br,
.mil-hidden,
.mil-process-box.mil-process-end:before,
.mil-timer .mil-timer-item:last-child:after {
    display: none
}

@media screen and (max-width:576px) {

    .mil-h1,
    h1 {
        font-size: 32px
    }

    .mil-h2,
    h2 {
        font-size: 26px
    }

    .mil-h4,
    h4 {
        font-size: 16px
    }

    .mil-sm-center {
        text-align: center
    }

    .mil-counter-frame p br {
        display: block
    }
}

.mil-counter-frame.mil-light {
    border: 5px solid rgba(255, 255, 255, .2)
}

.mil-avatar-frame,
.mil-icon.mil-icon-border,
.mil-item-frame {
    border: 5px solid #e5e5e5
}

.mil-avatar-frame,
.mil-hww,
.mil-icon.mil-icon-border,
.mil-item-frame {
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 5
}

.mil-infinite-show .swiper-wrapper {
    align-items: center;
    transition-timing-function: linear;
}



.swiper-container {
    max-width: 100vw;
    overflow: hidden;
}

.mil-partner-frame svg {
    margin-top: 5px;
    width: 200px;
    height: 150px;
    transition: all 0.3s ease;
}

.mil-partner-frame:hover img {
    filter: none;
}


.mil-image-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mil-image-frame img {
    width: 90%;
    height: 100%;
}

.mil-illustration {
    padding-bottom: 100%;
    position: relative
}

.mil-illustration .mil-about-counter {
    padding: 60px;
    position: absolute;
    bottom: -1px;
    right: -1px;
    background-color: #fff
}

.mil-illustration .mil-about-counter:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 30px solid rgba(0, 0, 0, .1);
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.1) 3px) 30;
    position: absolute;
    z-index: -1;
    bottom: -30px;
    right: -30px
}

.mil-illustration.mil-fw-item {
    padding-bottom: 40%
}

.logos-tiny svg {
    width: 150px !important;
    height: 150px !important;
}

#about-banner-title h1 {
    font-weight: 300;
}

#about-banner-title p {
    width: 50%;
}

#materials-banner-title h1,
#materials-banner-title p,
#about-banner-title h1,
#about-banner-title p {
    color: #041E42 !important;
}

@media screen and (max-width:992px) {

    #about-banner-title p {
        width: 100%;
    }

    .mil-reviews-slider .swiper-wrapper {
        transform: translate3d(0px, 0px, 0px) !important;
    }

    .mil-progress-track,
    blockquote .mil-quote {
        display: none
    }

    blockquote .mil-quote-text {
        width: 100%
    }

    .mil-mb-120 {
        margin-bottom: 90px
    }

    .mil-mt-suptitle-offset {
        margin-top: 30px
    }

    .mil-p-120-120 {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .mil-p-120-90 {
        padding-top: 90px;
        padding-bottom: 60px
    }

    .mil-p-120-0 {
        padding-top: 90px
    }

    .mil-p-0-120 {
        padding-bottom: 90px
    }

    .mil-p-90-90 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    #case-cases .mil-p-90-90 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    #materials .mil-p-60-60 {
        padding: 0 !important;
    }

    .mil-p-120-60 {
        padding-top: 90px;
        padding-bottom: 30px
    }

    .mil-p-90-60 {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .mil-p-0-60 {
        padding-bottom: 30px
    }

    .mil-p-0-90 {
        padding-bottom: 60px
    }

    .mil-p-0-30 {
        padding-bottom: 0
    }

    .mil-p-120-30 {
        padding-top: 90px;
        padding-bottom: 0
    }

    .mil-adaptive-right {
        justify-content: flex-start
    }

    .mil-banner {
        height: auto
    }

    .mil-banner .mil-banner-content {
        padding: 170px 0 0
    }

    #blog-title {
        padding-top: 170px
    }

    .mil-banner h1 {
        margin-bottom: 20px;
    }

    .mil-banner p {
        margin-bottom: 10px;
    }

    .mil-banner .mil-banner-slider-2 .mil-banner-content {
        padding: 190px 0
    }

    .mil-nav-position {
        bottom: 60px;
        left: 0
    }

    .mil-nav-position .mil-banner-slider-panel {
        margin-right: 0
    }

    .mil-banner-slider-panel {
        flex-direction: column;
        align-items: flex-start
    }

    .mil-illustration .mil-about-counter:before {
        bottom: -15px;
        right: -15px
    }

    .mil-illustration.mil-fw-item {
        padding-bottom: 60%
    }
}

.mil-about-counter {
    padding: 30px;
    position: relative;
    background-color: #fff
}

.mil-avatar-frame {
    text-align: center;
    padding: 30px
}

.mil-avatar {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin-right: auto
}

.mil-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0
}

.mil-illustration-slider-frame {
    position: relative;
    overflow: hidden
}

.mil-illustration-slider-nav {
    padding: 40px 60px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    bottom: -1px;
    right: 0
}

.container .mil-illustration-slider-nav {
    right: 30px
}

.mil-icon {
    display: inline-flex;
}

.mil-blog-card .mil-description .mil-link .mil-arrow,
.mil-icon.mil-icon-deep-bg,
.mil-price-card .mil-price-button .mil-button {
    background-color: #e5e5e5
}

.mil-icon.mil-icon-lg {
    width: 60px;
    height: 60px
}

.mil-icon.mil-icon-xl {
    width: 80px;
    height: 80px
}

.mil-icon-box {
    display: block;
    position: relative
}

.mil-advantage .mil-icon,
.mil-advantage:before,
.mil-portfolio-item .mil-project-descr,
.mil-portfolio-item-2 .mil-project-descr,
.mil-portfolio-item-2 .mil-project-descr *,
.mil-service-card,
.mil-service-card .mil-go-buton,
.mil-service-card .mil-service-text {
    transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.mil-icon-box:hover .mil-icon img,
.mil-team-member:hover .mil-avatar {
    transform: scale(1.1)
}

.mil-icon-box:hover .mil-icon.mil-icon-border {
    border: 2px solid #67C9C7;
    /* border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(100, 193, 176) 1px, rgb(100, 193, 176) 3px) 5 */
}

.mil-advantage:before {
    content: "";
    width: 100%;
    height: 5px;
    background-color: transparent;
    border: 3px solid #e5e5e5;
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 3;
    position: absolute;
    z-index: -1;
    top: 85px;
    left: 0
}

.mil-advantage .mil-icon {
    background-color: #fff
}

/* .mil-advantage:hover:before,
.mil-blog-card:hover .mil-description .mil-link .mil-arrow,
.mil-process-box:hover:before {
    /* background-color: transparent; */
/* border: 2px solid #67C9C7; */
/* border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(100, 193, 176) 1px, rgb(100, 193, 176) 3px) 3 */
/* } */

.mil-advantage:hover .mil-icon,
.mil-hww:hover .mil-icon,
.mil-process-box:hover .mil-icon {
    border-color: #67C9C7
}

.mil-hww:hover,
.mil-hww:hover .mil-divider-sm {
    border-top: 5px solid #67C9C7;
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(100, 193, 176) 1px, rgb(100, 193, 176) 3px) 5
}

.mil-hww {
    padding-left: 30px;
    border-top: 5px solid #e5e5e5;
    padding-top: 60px
}

.mil-hover-images ul li a,
.mil-service-card {
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.1) 3px) 5
}

.mil-hww .mil-icon {
    position: absolute;
    top: -5px;
    right: 0
}

.mil-hww:hover .mil-divider-sm {
    background-color: transparent
}

.mil-service-card {
    background-color: #fff;
    display: flex;
    position: relative;
    overflow: hidden;
    padding: 60px;
    border: 5px solid rgba(0, 0, 0, .1);
    height: 300px;
}

.mil-service-card .mil-card-number {
    position: absolute;
    top: 30px;
    left: 30px;
    color: rgba(0, 0, 0, .1);
    font-weight: 800;
    font-size: 22px
}

.mil-service-card .mil-service-text {
    opacity: 1;
    transform: translateY(0) scale(1)
}

.mil-service-card .mil-go-buton {
    position: absolute;
    bottom: -60px;
    left: calc(50% - 30px)
}

.mil-service-card:hover {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 40px;
    border: 5px solid #64c1b0;
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(100, 193, 176) 1px, rgb(100, 193, 176) 3px) 5
}

.mil-accordion-group.mil-dark,
.mil-hover-images ul li a {
    border-bottom: 5px solid rgba(0, 0, 0, .1)
}

.mil-service-card:hover .mil-service-text {
    opacity: 0;
    transform: translateY(15px) scale(.8)
}

.mil-portfolio-item-2:hover .mil-project-descr,
.mil-portfolio-item:hover .mil-project-descr {
    transform: translateY(0);
    opacity: 1
}

.mil-service-card:hover .mil-go-buton {
    bottom: 0
}

.mil-portfolio-grid {
    margin-left: -15px;
    margin-right: -15px
}

.mil-portfolio-grid .grid-sizer,
.mil-portfolio-grid .mil-grid-item {
    width: 50%;
    padding: 0 15px;
}

.mil-portfolio-item,
.mil-portfolio-item-2 {
    display: block;
    position: relative;
    overflow: hidden
}

.mil-blog-card .mil-cover img,
.mil-portfolio-item img,
.mil-portfolio-item-2>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* transform: scale(1.1); */
    transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.mil-portfolio-item-2.mil-square-item,
.mil-portfolio-item.mil-square-item {
    padding-bottom: 100%
}

.mil-portfolio-item.mil-long-item {
    padding-bottom: calc(200% + 30px)
}

.mil-portfolio-item .mil-project-descr {
    margin: 30px;
    position: absolute;
}

.mil-accordion-content,
.mil-accordion-content.mil-expanded {
    height: 0;
    overflow: hidden
}

.mil-blog-card:hover .mil-cover img,
.mil-portfolio-item-2:hover img,
.mil-portfolio-item:hover img {
    transform: scale(1)
}

.mil-portfolio-item-2.mil-long-item {
    padding-bottom: 65%
}

.mil-portfolio-item-2 .mil-project-descr {
    left: 24px;
    transform: rotate(0deg);
    background: white;
    color: #041E42;
    width: -webkit-fill-available;
    top: calc(100% - 85px);
    height: 85px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;

}

.mil-portfolio-item-2 .mil-project-descr * {
    opacity: 1;
    font-size: 1.3rem;
    transition-delay: 0s;
    font-weight: 400;
}

.mil-menu-btn,
.mil-portfolio-item-2 .mil-category,
.mil-top-panel,
.mil-top-panel .mil-top-panel-content {
    transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.mil-portfolio-item-2 .mil-category {
    position: absolute;
    top: calc(100% - 90px);
    left: -68px;
    width: 160px;
    text-align: center;
    transform: rotate(-90deg);
    background-color: #64c1b0;
    font-weight: 500;
    text-transform: uppercase
}

.mil-portfolio-item-2:hover .mil-project-descr * {
    opacity: 1;
    transition-delay: 0.3s
}

.mil-accordion-group {
    border-bottom: 5px solid rgba(255, 255, 255, .2);
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(7, 22, 64, .1) 1px, rgba(7, 22, 64, .1) 3px) 5;
    margin-bottom: 30px
}

.mil-accordion-group .mil-accordion-menu {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 30px
}

.mil-accordion-group .mil-accordion-menu .mil-symbol {
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 10px;
    position: relative
}

.mil-accordion-group .mil-accordion-menu .mil-symbol .mil-minus,
.mil-accordion-group .mil-accordion-menu .mil-symbol .mil-plus,
.mil-menu-btn span:after,
.mil-menu-btn span:before {
    position: absolute
}

.mil-accordion-group .mil-accordion-menu .mil-symbol .mil-minus {
    color: #64c1b0;
    transform: translateY(-2px)
}

.mil-accordion-group .mil-accordion-menu:hover h6 {
    transform: translateX(10px)
}

.mil-accordion-content {
    padding-left: 40px
}

.mil-blog-card .mil-cover {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.mil-blog-card .mil-cover.mil-square {
    padding-bottom: 50%
}

.mil-blog-card .mil-cover.mil-long {
    padding-bottom: 60%
}

.mil-blog-card .mil-cover .mil-date {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #041e42;
    width: 150px;
    height: 30px;
    font-size: 12px;
    background-color: #67C9C7;
    position: absolute;
    bottom: 20px;
}

.mil-blog-card .mil-cover .mil-date i {
    margin-right: 10px;
    font-size: 12px;
}

.mil-blog-card .mil-description,
.mil-blog-card.mil-lg-card .mil-description .mil-right-side,
.mil-team-member-wrapper .mil-team-member-frame .mil-right-side {
    width: 100%;
    padding-left: 30px
}

/* Solution List Styles */
.mil-solution-list {
    text-align: center;
    padding: 40px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}

.mil-solution-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mil-solution-item {
    padding: 15px 0;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
}

.mil-solution-item:last-child {
    border-bottom: none;
}

.mil-solution-item:hover {
    color: #64c1b0;
    transform: translateX(5px);
}

.mil-tabs-nav {
    display: flex;
    justify-content: center;
}

/*highlight buttons*/
.mil-tab-highlight-btn {
    padding: 12px 30px;
    margin: 0 5px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    color: #999;
    border: none;
    background: none;
    position: relative;
    transition: all 0.3s ease;
}

.mil-tab-highlight-btn:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: transparent;
    transition: all 0.3s ease;
}

.mil-tab-highlight-btn.mil-active {
    color: #333;
}

.mil-tab-highlight-btn.mil-active:after {
    background: #64c1b0;
}

.mil-tab-btn {
    padding: 12px 30px;
    margin: 0 5px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 20px;
    color: #fff;
    border: none;
    background: #64c1b0;
    position: relative;
    transition: all 0.3s ease;
}

.mil-tab-btn i {
    margin-right: 8px;
}

.mil-tab-btn.mil-active {
    color: #64c1b0;
    background: #fff;
}

.mil-tab-content {
    display: none;
    animation: fadeIn 0.5s ease;
}

.mil-tab-content.mil-active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.mil-blog-card:hover .mil-suptitle:after {
    background-color: transparent;
    /* border-top: 3px solid #64c1b0; */
    /* border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(100, 193, 176) 1px, rgb(100, 193, 176) 3px) 3 */
}

.mil-blog-card.mil-lg-card {
    flex-direction: column
}

.mil-blog-card.mil-lg-card .mil-cover {
    width: 100%;
    margin-bottom: 30px
}

.mil-blog-card.mil-lg-card .mil-description {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between
}

.mil-blog-card.mil-lg-card .mil-description .mil-left-side {
    width: 50%;
    padding-right: 50px
}

.mil-pub-author {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px
}

@media screen and (max-width: 576px) {

    header .mil-bg-img {
        transform: translateY(100px);
    }
}

footer .mil-bg-img {
    height: 150%;
    top: -25%
}

.mil-footer-logo {
    display: block;
    text-align: left
}

.mil-footer-navigation {
    position: relative;
    display: flex;
    padding-bottom: 30px;
    border-bottom: 5px solid rgba(7, 22, 64, .1);
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(7, 22, 64, .1) 1px, rgba(7, 22, 64, .1) 3px) 5
}

.mil-footer-navigation nav ul li {
    list-style-type: none;
    position: relative;
    margin-right: 40px
}

.mil-footer-navigation nav ul li a {
    font-family: Mona Sans, sans-serif;
    text-decoration: none;
    color: #041E42;
    font-weight: 600;
    white-space: nowrap
}

.mil-footer-navigation nav ul li.mil-active>a {
    padding: 5px 10px;
    color: #041E42;
    background-color: #64c1b0
}

.mil-footer-bottom {
    padding: 30px 0 15px;
    border-top: 1px solid rgba(7, 22, 64, .1);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.mil-footer-bottom ul li {
    list-style-type: none;
    margin-right: 30px
}

.mil-footer-bottom ul li a:hover {
    color: #64c1b0 !important
}

.mil-top-panel {
    border-bottom: 1px solid rgba(7, 22, 64, .1);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    width: 100%
}

.mil-top-panel .mil-top-panel-content {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.mil-top-panel .mil-top-panel-content .mil-logo {
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.mil-top-panel.mil-active {
    background-color: #F5F6F8;
}

.mil-navigation {
    display: flex;
    justify-content: center;
    text-align: center
}

.mil-navigation nav {
    width: 100%;
    display: flex
}

.mil-navigation nav ul {
    display: flex;
    padding: 0;
    margin: 0;
}

.mil-navigation nav ul li {
    display: flex;
    align-items: center;
    margin-right: 30px;
    list-style-type: none;
}

.mil-navigation nav ul li a {
    font-family: Mona Sans, sans-serif;
    text-decoration: none;
    color: #041E42;
    font-weight: 500;
    white-space: nowrap;
}

.mil-navigation nav ul li.mil-active>a {
    padding: 0 10px;
    color: #041E42;
    font-weight: bold;
    border-bottom: 2px solid #041E42;
}

.mil-navigation nav ul li.mil-has-children {
    position: relative;
    padding-right: 10px
}

.mil-navigation nav ul li.mil-has-children:after {
    content: "";
    width: 100%;
    height: 40px;
    background-color: transparent;
    position: absolute;
    bottom: -40px;
    left: 0
}

.mil-navigation nav ul li.mil-has-children ul {
    opacity: 0;
    position: absolute;
    left: -30px;
    top: 63px;
    transform: translateY(10px) scale(.98);
    pointer-events: none;
    display: block;
    min-width: 200px;
    padding: 30px;
    background-color: #67C9C7;
    transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.mil-navigation nav ul li.mil-has-children ul li a {
    color: #041e42;
}

.mil-navigation nav ul li.mil-has-children ul li {
    position: relative;
    margin-bottom: 15px
}

.mil-navigation nav ul li.mil-has-children ul li a:hover {
    transform: translateX(5px)
}

.mil-navigation nav ul li.mil-has-children:hover ul {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0) scale(1)
}

.mil-menu-btn {
    height: 24px;
    cursor: pointer;
    display: none;
    justify-content: center;
    align-items: center
}

.mil-menu-btn span,
.mil-menu-btn span:after,
.mil-menu-btn span:before {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #041E42;
    backface-visibility: hidden;
    transition: inherit
}

.mil-hover-images ul li a p,
.mil-hover-images ul li a span,
.mil-hover-images ul li a span:before,
.mil-input-frame input,
.mil-input-frame textarea,
.mil-page-numbers li a,
.mil-process-box:before,
.mil-team-member .mil-avatar,
.mil-team-member:after {
    transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.mil-menu-btn span:before {
    top: -8px
}

.mil-menu-btn span:after {
    top: 8px
}

.mil-menu-btn.mil-active span {
    transform: rotate(45deg)
}

.mil-menu-btn.mil-active span:before {
    transform: translate(0, 8px) rotate(-90deg)
}

.mil-menu-btn.mil-active span:after {
    width: 24px;
    transform: translate(0, -8px) rotate(-90deg)
}

.mil-menu-btn:hover span,
.mil-menu-btn:hover span:after,
.mil-menu-btn:hover span:before {
    background: #041E42
}

.mil-hover-images {
    position: relative;
    width: 100%
}

.mil-hover-images ul li {
    list-style-type: none;
    margin-bottom: 30px
}

.mil-hover-images ul li a {
    display: flex;
    align-items: center;
    padding-bottom: 30px
}

.mil-hover-images ul li a p {
    margin-right: 60px;
    color: rgba(0, 0, 0, .4)
}

.mil-hover-images ul li a span {
    height: 35px;
    padding: 5px 0 0;
    position: relative;
    color: rgba(0, 0, 0, .4)
}

.mil-hover-images ul li a span:before {
    content: "";
    width: 0;
    height: 100%;
    background-color: #64c1b0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0
}

.mil-hover-images ul li a:hover span {
    padding: 5px 10px 0;
    color: #041E42
}

.mil-img-wrapper {
    position: absolute;
    z-index: 9;
    width: 55%;
    padding-bottom: 38%;
    top: 9%;
    right: -100px;
    overflow: hidden;
    transform: scale(.7);
    visibility: hidden;
    pointer-events: none
}

.mil-process-box:before {
    content: "";
    width: calc(100% - 90px);
    height: 5px;
    background-color: transparent;
    border: 3px solid #e5e5e5;
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 3;
    position: absolute;
    z-index: -1;
    top: 30px;
    left: 90px
}

.mil-input-frame label {
    color: #041E42;
    display: block;
    font-family: Mona Sans, sans-serif;
    font-weight: 600
}

.mil-input-frame label span {
    margin-right: 5px
}

.mil-input-frame label .mil-required {
    color: #e72836
}

.mil-input-frame input {
    width: 100%;
    height: 70px;
    color: #fff;
    font-weight: 400;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(7, 22, 64, .1)
}

.mil-input-frame input:focus {
    outline: inherit
}

.mil-input-frame input::placeholder {
    color: rgba(0, 0, 0, .3)
}

.mil-input-frame textarea {
    padding-top: 30px;
    width: 100%;
    height: 200px;
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(7, 22, 64, .1)
}

.mil-input-frame textarea::placeholder {
    color: rgba(0, 0, 0, .3)
}

.mil-input-frame textarea.mil-shortened {
    height: 200px
}

.mil-input-frame textarea:focus {
    outline: inherit;
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.mil-input-frame.mil-dark-input input,
.mil-input-frame.mil-dark-input textarea {
    border-bottom: 1px solid #041E42;
    color: #041E42
}

.mil-checbox-frame label {
    line-height: 250%
}

.mil-checbox-frame .mil-checkbox {
    position: absolute;
    opacity: 0
}

.mil-checbox-frame .mil-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0
}

.mil-checbox-frame .mil-checkbox+label:before {
    content: "";
    margin-top: -2px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: text-top;
    border: 1px solid #fff;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    transition: .2s cubic-bezier(0, 0, .3642, 1)
}

.mil-checbox-frame .mil-checkbox:hover+label:before {
    background: rgba(7, 22, 64, .1);
    border: 1px solid #64c1b0
}

.mil-checbox-frame .mil-checkbox:checked+label:before,
.mil-checbox-frame.mil-dark-input .mil-checkbox:checked+label:before {
    background: #64c1b0;
    border: 1px solid #64c1b0
}

.mil-checbox-frame .mil-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto
}

.mil-checbox-frame .mil-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd
}

.mil-checbox-frame .mil-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 15px;
    background: #041E42;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #041E42, 4px 0 0 #041E42, 4px -2px 0 #041E42, 4px -4px 0 #041E42, 4px -6px 0 #041E42, 4px -8px 0 #041E42;
    transform: rotate(45deg)
}

.mil-checbox-frame.mil-dark-input .mil-checkbox+label:before {
    border-color: #041E42
}

.mil-dark-input select {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #041E42;
    padding: 15px 0;
    color: #041E42;
    font-size: 15px;
    font-family: Mona Sans, sans-serif;
    outline: none;
    transition: all 0.3s ease;
    height: 70px;
}

.mil-review-frame .mil-reviev-head .mil-left .mil-quote {
    width: 70px;
    height: 70px;
    background-color: #67C9C7;
    display: flex;
    align-items: center;
    justify-content: center
}

.mil-review-frame .mil-reviev-head .mil-left .mil-review-avatar {
    width: 70px;
    height: 70px
}

.mil-map-frame .mil-map iframe,
.mil-review-frame .mil-reviev-head .mil-left .mil-review-avatar img {
    width: 100%;
    height: 100%
}

.mil-price-card .mil-price-head .mil-price-text,
.mil-review-frame .mil-reviev-head .mil-name {
    padding-left: 15px
}

.mil-review-frame .mil-review-text {
    padding: 30px 0 0 70px;
    border-left: 5px solid #e5e5e5;
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 5
}

.mil-price-card,
.mil-skill-frame .mil-skill-track {
    border: 5px solid #e5e5e5;
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 5
}

.mil-price-card {
    padding: 50px
}

.mil-skill-frame .mil-skill-counter-frame {
    width: 70px;
    color: #041E42
}



.mil-skill-frame .mil-skill-track {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    background-color: transparent;
    height: 70px
}

.mil-skill-frame .mil-skill-track .mil-skill-prog {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #64c1b0;
    height: 100%
}

.mil-skill-frame .mil-skill-track .mil-skill-text {
    position: relative;
    padding-left: 30px
}

.mil-pagination {
    padding-top: 60px;
    border-top: 5px solid rgba(0, 0, 0, .05);
    display: flex;
    justify-content: space-between;
    align-items: center
}

.mil-page-numbers li {
    padding: 5px 10px;
    list-style-type: none;
    margin-right: 10px
}

.mil-page-numbers li a {
    color: #041E42;
    font-weight: 600;
    text-transform: uppercase
}

.mil-complex-actions {
    display: flex;
    justify-content: center;
    align-items: center
}

.mil-phone-box {
    padding-left: 30px;
    text-align: left
}

.mil-contact-frame {
    padding: 60px 60px 30px;
    border: 5px solid rgba(0, 0, 0, .05);
    /* border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.05) 1px, rgba(0, 0, 0, 0.05) 3px) 5 */
}

.mil-sidebar-frame {
    margin-left: 90px;
    padding: 30px;
    border: 5px solid #EAECED;
    /* border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 5; */
    background-color: #fff
}


.mil-contact-sidebar {
    width: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    margin-bottom: 90px
}

.mil-sidebar-info {
    position: relative;
    padding: 60px;
    border: 5px solid rgba(0, 0, 0, .05)
}

.mil-sidebar-info:before {
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: -1;
    top: -50px;
    left: -40px;
    height: calc(100% + 80px);
    width: calc(100% + 80px)
}

.mil-sidebar-search input {
    height: 40px;
    width: 100%;
    padding: 0 30px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.mil-sidebar-search input::placeholder {
    font-size: 15px;
    font-family: Mona Sans, sans-serif
}

.mil-filter .mil-filter-links a,
.mil-load-more button {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600
}

.mil-sidebar-search input:focus {
    outline: inherit
}

.mil-sidebar-search button {
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #67C9C7;
    cursor: pointer;
}

.mil-map-frame {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden
}

.mil-map-frame .mil-map {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%
}

.mil-team-member-wrapper {
    padding-top: 120px;
    position: relative;
    width: 100%
}

.mil-team-member-wrapper:before {
    content: "";
    background-color: #041E42;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0
}

.mil-team-member-wrapper .mil-team-member-frame {
    margin-top: 100px;
    background-color: #fff;
    padding: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.mil-team-member-wrapper .mil-team-member-frame .mil-left-side {
    width: 50%;
    padding-right: 30px
}

.mil-member-portrait {
    position: relative;
    padding-bottom: 120%
}

@media screen and (max-width:1400px) {
    .mil-member-portrait {
        padding-bottom: 140%
    }

    .mil-navigation nav ul li.mil-active>a {
        margin-left: 15px;
        padding: 0%;
        color: #041E42;
        font-weight: bold;
        border-bottom: 2px solid #041E42;
    }
}

@media screen and (max-width:1200px) {

    .mil-top-panel-buttons .mil-search-btn {
        margin-right: 15px
    }

    .mil-navigation {
        position: absolute;
        top: 100%;
        left: 0;
        opacity: 0;
        pointer-events: none;
        transform: translateX(0) !important;
        transform: translateY(10px);
        box-shadow: 0 0 40px 0 rgba(18, 24, 32, .1);
        width: 100%;
        background-color: #F5F6F8;
        transition: .4s cubic-bezier(0, 0, .3642, 1)
    }

    .mil-navigation.mil-active {
        height: auto;
        opacity: 1;
        pointer-events: all;
        transform: translateY(0)
    }

    .mil-navigation nav {
        padding: 30px 0
    }

    .mil-navigation nav ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start
    }

    .mil-navigation nav ul li {
        text-align: start;
        width: 100%;
        margin: 0 0 15px;
        flex-direction: column;
        align-items: start
    }

    .mil-navigation nav ul li:last-child {
        margin-bottom: 0
    }

    .mil-navigation nav ul li a {
        color: #041E42;
        position: relative;
        padding: 0 15px;
        font-size: 17px;
    }

    .mil-navigation nav ul li a:hover {
        color: #041E42
    }

    .mil-navigation nav ul li.mil-has-children {
        overflow: hidden;
        height: auto;
        padding-right: 0
    }

    .mil-navigation nav ul li.mil-has-children:before,
    .mil-top-panel-buttons .mil-button {
        display: none
    }

    .mil-navigation nav ul li.mil-has-children>a:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: 2px solid #64c1b0
    }

    .mil-navigation nav ul li.mil-has-children ul {
        position: static;
        margin-left: -1px;
        opacity: 1;
        width: 100%;
        max-height: 0;
        padding: 0;
        overflow: hidden;
        transform: none;
        border-radius: 0 !important;
        background-color: #041E42;
        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1)
    }

    .mil-navigation nav ul li.mil-has-children ul li a {
        color: #fff
    }

    .mil-navigation nav ul li.mil-has-children ul li a:hover {
        transform: none
    }

    .mil-navigation nav ul li.mil-has-children ul li:first-child {
        margin-top: 30px
    }

    .mil-navigation nav ul li.mil-has-children ul li:last-child {
        margin-bottom: 30px
    }

    .mil-navigation nav ul li.mil-has-children:hover ul {
        margin-top: 15px;
        max-height: 250px
    }

    .mil-menu-btn {
        display: flex
    }

    .mil-team-member-wrapper .mil-team-member-frame {
        flex-direction: column
    }

    .mil-team-member-wrapper .mil-team-member-frame .mil-left-side,
    .mil-team-member-wrapper .mil-team-member-frame .mil-right-side {
        width: 100%;
        padding: 0
    }

    .mil-member-portrait {
        padding-bottom: 100%;
        margin-bottom: 60px
    }

    .mil-timer-text {
        text-align: left
    }
}

.mil-member-portrait img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

@media screen and (max-width:768px) {

    .mil-h5,
    h5 {
        font-size: 18px
    }

    .mil-h6,
    .mil-link,
    .mil-suptitle,
    h6 {
        font-size: 12px
    }

    .mil-blog-card,
    .mil-complex-actions,
    .mil-hori-list {
        flex-direction: column
    }

    .mil-hori-list li {
        margin-right: 0;
        margin-bottom: 15px
    }

    .mil-hori-list li:last-child {
        margin-bottom: 0
    }

    .mil-background-grid:before {
        border: none;
        width: 1px;
        background-color: #545454
    }

    .mil-blue-bg {
        background-color: #64C1B0;
        background: linear-gradient(137deg, rgba(100, 193, 176, 1) 25%, rgba(255, 255, 255, 1) 100%);
    }

    .mil-blog-card .mil-cover.mil-long,
    .mil-illustration.mil-fw-item,
    .mil-portfolio-item.mil-long-item {
        padding-bottom: 100%
    }

    .mil-about-counter,
    .mil-team-member-wrapper .mil-team-member-frame {
        padding: 30px
    }

    .mil-blog-card .mil-cover {
        width: 100%
    }

    .mil-blog-card .mil-description {
        width: 100%;
        padding-left: 0;
        padding-top: 30px
    }

    .mil-footer-bottom ul li {
        margin-right: 15px
    }

    .mil-pagination {
        justify-content: center
    }

    .mil-pagination .mil-nav-buttons {
        display: none
    }

    .mil-phone-box {
        padding: 30px 0 0;
        text-align: center
    }

    .mil-member-portrait {
        margin-bottom: 30px
    }

    .mil-next-project,
    .mil-prev-project {
        text-align: center
    }
}

.mil-team-member {
    position: relative;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 5px solid transparent
}

.mil-team-member .mil-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%
}

.mil-team-member .mil-avatar img {
    object-position: top
}

.mil-team-member:hover {
    border: 5px solid rgba(0, 0, 0, .05)
}

.mil-team-member:hover:after {
    opacity: 1;
    transform: scale(1)
}

.mil-comments li {
    list-style-type: none
}

.mil-comments li .mil-comment .mil-comment-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

.mil-comments li .mil-comment .mil-comment-head .mil-user-info img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 30px
}

.mil-comments li .mil-comment p,
.mil-comments li ul {
    padding-left: 110px
}

.mil-filter {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.mil-filter .mil-filter-links {
    position: relative;
    background-color: #fff;
    padding: 0 20px
}

.mil-filter:before,
.mil-load-more:before {
    content: "";
    width: 100%;
    height: 5px;
    background-color: transparent;
    border-bottom: 5px solid #e5e5e5;
    border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 5;
    left: 0
}

.mil-filter .mil-filter-links a {
    padding: 3px 10px;
    margin-right: 20px;
    color: #041E42
}

.mil-filter:before {
    position: absolute
}

@media screen and (max-width:992px) {

    .mil-blog-card.mil-lg-card .mil-description .mil-left-side,
    .mil-portfolio-grid .grid-sizer,
    .mil-portfolio-grid .mil-grid-item {
        width: 100%
    }

    .mil-blog-card.mil-lg-card .mil-description {
        flex-wrap: wrap
    }

    .mil-blog-card.mil-lg-card .mil-description .mil-right-side {
        margin-top: 0;
        width: 100%;
        padding-left: 0
    }

    .mil-blog-card.mil-lg-card .mil-description .mil-right-side .mil-link {
        display: inline-flex
    }

    .mil-footer-logo {
        margin-top: 60px;
        text-align: left
    }

    .mil-footer-navigation nav ul {
        flex-direction: column;
        align-items: flex-start
    }

    .mil-footer-navigation nav ul li {
        margin: 0 0 15px
    }

    .mil-filter .mil-filter-links a:last-child,
    .mil-footer-navigation nav ul li:last-child {
        margin-bottom: 0
    }

    .mil-footer-bottom {
        height: auto;
        align-items: flex-start;
        flex-direction: column;
        padding: 30px 0
    }

    .mil-img-wrapper,
    .mil-team-member:after {
        display: none
    }

    .mil-input-frame textarea {
        height: 200px
    }

    .mil-review-frame .mil-review-text {
        border: none;
        padding: 60px 0 0
    }

    .mil-price-card,
    .mil-sidebar-info {
        padding: 30px
    }

    .mil-contact-frame {
        padding: 30px 30px 0
    }

    .mil-sidebar-frame {
        margin-left: 0
    }

    .mil-contact-sidebar {
        position: static
    }

    .mil-team-member-wrapper .mil-team-member-frame {
        margin-top: 10px
    }

    .mil-team-member {
        padding: 0;
        margin-bottom: 60px
    }

    .mil-team-member:hover {
        border: 5px solid transparent
    }

    .mil-comments li .mil-comment .mil-comment-head {
        margin-bottom: 20px
    }

    .mil-comments li .mil-comment .mil-comment-head .mil-user-info img {
        width: 50px;
        height: 50px;
        margin-right: 15px
    }

    .mil-comments li .mil-comment p {
        padding-left: 0
    }

    .mil-comments li ul {
        padding-left: 30px
    }

    .mil-filter .mil-filter-links {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .mil-filter .mil-filter-links a {
        margin-right: 0;
        margin-bottom: 5px
    }
}

.mil-timer {
    display: flex;
    justify-content: flex-end
}

.mil-timer .mil-timer-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 40px
}

.mil-timer .mil-timer-item:after {
    content: ":";
    font-size: 32px;
    color: #fff;
    position: absolute;
    right: -25px;
    top: 25px
}

.mil-timer .mil-timer-item .mil-timer-number {
    color: #fff;
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #64c1b0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 30px
}

@media screen and (max-width:1200px) {
    .mil-timer {
        justify-content: flex-start
    }
}

@media screen and (max-width:500px) {
    .mil-timer-text {
        text-align: center
    }

    .mil-timer {
        flex-direction: column
    }

    .mil-timer .mil-timer-item {
        margin-right: 0;
        margin-bottom: 30px
    }

    .mil-timer .mil-timer-item:after {
        display: none
    }
}

.mil-load-more {
    margin-top: 60px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.mil-load-more button {
    cursor: pointer;
    padding: 0 30px;
    border: none;
    background-color: #fff;
    z-index: 1
}

.mil-load-more:before {
    position: absolute;
    z-index: 0
}

.tooltip {
    position: relative;
    cursor: pointer;
}

.tooltip:before {
    visibility: hidden;
    content: attr(data-tooltip);
    background-color: var(--color-tooltip);
    color: #f3f3f3;
    font-size: small;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;

    position: absolute;

    white-space: nowrap;
    /* opacity: 0.9; */
}

.tooltip:after {
    visibility: hidden;

    content: "";
    position: absolute;

    width: 0;
    height: 0;
    border: var(--arrow-width) solid transparent;
}

.tooltip.top:before {
    bottom: calc(100% + var(--arrow-width) + var(--offset));
    left: 50%;
    transform: translateX(-50%);
}

.tooltip.top:after {
    bottom: calc(100% + var(--offset));
    left: 50%;
    transform: translateX(-50%);
    border-bottom-width: 0;
    border-top-color: var(--color-tooltip);
}

.tooltip:hover:before,
.tooltip:hover:after {
    visibility: visible;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(0);
    }

    80% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0);
    }
}

.float {
    right: 40px;
    bottom: 80px;
    position: fixed;
    width: 46px;
    height: 46px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.float a,
.float i {
    color: #fff;
}

.float.whatsapp {
    background-color: #25d366;
}

.whatsapp:after {
    content: "1";
    position: absolute;
    right: -5px;
    top: -10px;
    background-color: #ffcc29 !important;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    -webkit-animation: bounce 1.2s infinite;
    animation: bounce 1.2s infinite;
}

.float:hover,
.float:active,
.float:after,
.float:focus {
    color: #fff;
    background-color: #25d366;
}

.my-float {
    margin-top: 16px;
}

.mil-map-container {
    text-align: center;
    max-width: 100%;
    overflow: hidden;
}

#map-wrapper {
    display: inline-block;
    width: 100%;
    max-width: 1200px;
}

object#world-map {
    width: 100%;
    height: auto;
}

.share {
    list-style: none;
    display: flex;
    gap: 20px;
}

.share-title {
    font-size: 1.5rem;
    padding-top: 30px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: white;
    margin: 10% auto;
    padding: 40px;
    width: 80%;
}

@media screen and (max-width:576px) {
    .modal-content {
        margin: 50% auto;
    }
}

.close {
    float: right;
    font-size: 30px;
    cursor: pointer;
}

.mil-dark-input select {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #041E42;
    padding: 15px 0;
    color: #041E42;
    font-size: 15px;
    font-family: Mona Sans, sans-serif;
    outline: none;
    transition: all 0.3s ease;
    height: 70px;
}

.mil-dark-input select:focus {
    border-bottom-color: #041E42;
}

.mil-dark-input select option {
    color: #041E42;
    background: #fff;
}

.mil-prev-project,
.mil-next-project {
    display: flex;
    height: 100%;
    align-items: center;
}

.mil-prev-project {
    justify-content: flex-start;
}

.mil-next-project {
    justify-content: flex-end;
}

@media (max-width: 768px) {

    .mil-prev-project,
    .mil-next-project {
        justify-content: center;
        text-align: center;
    }
}

.mil-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    animation: fadeIn 0.3s;
}

.mil-modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 40px;
    width: 80%;
    max-width: 800px;
    position: relative;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
}

.mil-close-modal {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 28px;
    font-weight: normal;
    color: #041E42;
    cursor: pointer;
}

.mil-modal-img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {

    .mil-modal-content {
        margin: 50% auto;
    }

    .mil-modal-content .mil-button {
        font-size: 11px;
        width: 100%;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Filtros Blog */
.mil-blog-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.mil-filter-badge {
    padding: 6px 15px;
    border-radius: 8px;
    background-color: #EAECED;
    color: #041e42;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid #e0e0e0;
}

.mil-filter-badge:hover {
    background-color: #D4DADE;
}

.mil-filter-badge.mil-active {
    background-color: #67C9C7;
    color: white;
    border-color: #67C9C7;
}

@media(max-width: 768px) {
    .mil-blog-filters {
        justify-content: start;
    }
}

/* Material Cards */
.mil-material-card {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
}

.mil-material-card .mil-button {
    margin-top: auto;
    align-self: flex-start;
    width: 100%;
    text-align: center;
}

.mil-material-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.mil-material-badge {
    display: inline-block;
    padding: 4px 12px;
    background-color: #f0f0f0;
    color: #64c1b0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
}

.mil-material-card h4 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.mil-material-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.mil-disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.mil-nav-buttons a {
    text-decoration: none;
    color: inherit;
}

.mil-dots span {
    display: inline-block;
    padding: 0 8px;
    color: #666;
}

.mil-page-numbers {
    display: flex;
    align-items: center;
    gap: 5px;
}

.mil-page-numbers li.mil-active a {
    background-color: #67C9C7;
    color: white;
    font-weight: bold;
}

.mil-page-numbers li a {
    min-width: 32px;
    text-align: center;
    padding: 5px 8px;
    border-radius: 4px;
}

.mil-search-loading {
    position: relative;
}

.mil-search-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transform: translateY(-50%);
}

@keyframes spin {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }

    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}

.mil-title-section {
    margin-bottom: 40px;
}

/* Container de vídeo responsivo */
.mil-video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* Proporção 16:9 */
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
    background: #041E42;
}

.mil-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.mil-filter-btn {
    color: #041e42;
    font-family: 'Mona Sans', sans-serif;
    margin-bottom: 15px;
    justify-content: center;
    border: none;
    background-color: #67C9C7;
    padding: 0 60px;
    margin-bottom: 30px;
    height: 40px;
    text-transform: uppercase;
    cursor: pointer;
}

.mil-filter-btn:hover {
    filter: brightness(110%)
}

/*popups de contato*/
#popup-alert {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 30px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#popup-alert.show {
    display: block;
    opacity: 1;
}

#popup-alert.success {
    background-color: #4CAF50;
    /* Verde */
}

#popup-alert.error {
    background-color: #F44336;
    /* Vermelho */
}

.mil-video-caption {
    font-size: 0.9rem;
    color: #666;
    text-align: center;
    margin-top: 10px;
    font-style: italic;
}

/* Estilo para legendas de imagem */
.mil-image-caption {
    font-size: 0.85rem;
    color: #666;
    text-align: center;
    margin-top: 8px;
    font-style: italic;
    line-height: 1.4;
    padding: 0 15px;
}

/* Estilo para alertas de erro */
.mil-unsupported-type.mil-alert.mil-error {
    background-color: #f8d7da;
    border-left: 4px solid #dc3545;
    color: #721c24;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

/* Estilo para alertas de aviso */
.mil-alert.mil-warning {
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    color: #856404;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

/* Estilos adicionais para consistência */
.mil-alert {
    font-size: 0.9rem;
    line-height: 1.5;
}

.mil-alert pre {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 10px;
    border-radius: 3px;
    overflow-x: auto;
    margin-top: 10px;
}

/* Counter Cards */
.mil-counter-card {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
}

.mil-counter-card .mil-button {
    margin-top: auto;
    align-self: flex-start;
    width: 100%;
    text-align: center;
}

.mil-counter-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.mil-counter-badge {
    display: inline-block;
    padding: 4px 12px;
    background-color: #f0f0f0;
    color: #64c1b0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
}

.mil-counter-card h4 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.mil-counter-card p {
    color: #64c1b0;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.mil-solution-title {
    background: #67C9C7;
}

.mil-solution-title h2 {
    padding: 15px 15px 15px 0;
    color: #fff !important;
}

/* Estilo para os ícones */
.mil-icon-frame {
    border-radius: 50%;
    transition: all 0.3s ease;
}

.mil-icon-frame:hover {
    transform: rotate(15deg) scale(1.1);
    box-shadow: 0 0px 30px rgba(100, 193, 176, 0.6);
}

/* Títulos */
.mil-transformation-title {
    color: #64c1b0;
    font-size: 3rem;
}

/* Seções */
.mil-section-gray {
    background: #F5F6F7;
}

.mil-section-gradient-2 {
    background: linear-gradient(135deg, #e9ecef 0%, #f8f9fa 100%);
}

.mil-section-white {
    background: white;
    position: relative;
}

/* Títulos das seções */
.mil-section-title-right {
    text-align: right;
    color: #041E42;
}

.mil-section-title-left {
    text-align: left;
    color: #041E42;
}

/* Textos das seções */
.mil-section-text-right {
    text-align: right;
    color: #495057;
    line-height: 1.8;
}

.mil-section-text-left {
    color: #495057;
    line-height: 1.8;
}

/* Ícones */
.mil-icon-frame {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #67C9C7;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
}

.mil-icon-frame i {
    color: white;
    font-size: 2rem;
}

.mil-icon-right {
    margin-left: auto;
}

.mil-icon-left {
    margin-right: auto;
}

/* Quadros de imagem */
.mil-image-frame-style {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.mil-image-frame-style img {
    transition: transform 0.5s ease;
}

.mil-image-frame-style:hover img {
    transform: scale(1.05);
}

/* Divisores */
.mil-divider-right {
    margin-left: auto;
    margin-top: 2rem;
}

.mil-divider-left {
    margin-right: auto;
    margin-top: 2rem;
}

/*style counters home*/
/* #image-counter{
    max-width: 300px !important;
} */

#counters .mil-light,
.mil-light a {
    color: #fff !important;
}

#counters .mil-h2,
.mil-price-card .mil-price-head .mil-price,
h2 {
    font-size: 40px;
    font-weight: 400;
}

#counters .mil-light-soft {
    color: #FFF;
    font-weight: 300;
    font-size: 17px;
}

#counters .mil-accent {
    color: #67C9C7;
}

#counters .mil-icon-list li {
    color: #FFF;
    margin-bottom: 0;
    white-space: nowrap;
}

#counters .mil-counter {
    font-weight: 500;
}

/* #counters .mil-image-frame {
    left: 100px;
} */

.methodology-btn,
.trainings-btn,
.cases-btn,
.banner-btn,
.materials-btn,
.cta-solutions-btn,
.contact-btn,
.download-btn,
.see-more-btn,
.solutions-btn,
.newsletter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    border: 1px solid #67C9C7;
    border-radius: 8px;
    background-color: transparent;
    text-decoration: none;
    font-size: 15px;
    transition: background-color 0.3s, color 0.3s;
}

.methodology-btn {
    color: white;
}

.cta-case-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    background-color: #67C9C7 !important;
    color: #041E42;
    border-radius: 8px;
    background-color: transparent;
    text-decoration: none;
    font-size: 15px;
    transition: background-color 0.3s, color 0.3s;
}

.methodology-btn:hover,
.trainings-btn:hover,
.cases-btn:hover,
.banner-btn:hover,
.materials-btn:hover,
.contact-btn:hover,
.download-btn:hover,
.see-more-btn:hover,
.solutions-btn:hover {
    background-color: #70d5d3;
    color: #041E42;
}

.cta-case-btn:hover {
    background-color: #67C9C7;
    color: #041E42;
}


.methodology-btn i,
.trainings-btn i,
.cases-btn i,
.banner-btn i,
.materials-btn i {
    font-size: 14px;
    color: #67C9C7;
    transition: color 0.3s;
}

.methodology-btn:hover i,
.trainings-btn:hover i,
.cases-btn:hover i,
.banner-btn:hover i,
.materials-btn:hover i {
    color: #041E42;
}

.mil-icon-list i {
    margin-right: 8px;
    color: #67C9C7;
}

@media (max-width: 1024px) {
    #counters .mil-p-120-0 {
        padding-top: 60px;
    }

    #counters .mil-mb-90 {
        margin-bottom: 20px;
        margin-left: 0px !important;
        margin-right: 0px !important;
        text-align: start !important;
    }

    #counters .mil-mb-15 {
        margin-bottom: 35px;
    }
    /* #image-counter{
        max-width: 100%;
    } */
}

/* style trainings home */

#trainings {
    background: #EAECED;
}

#trainings h2 {
    font-weight: 400;
    color: #041E42;
}

#trainings p {
    font-weight: 300;
    color: #062A57;
    font-size: 17px;
}

#trainings .mil-mb-90 {
    width: 91%;
}

@media(max-width:768px) {
    #trainings .col-lg-4 {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: start;
        margin-left: 2%;
    }

    #trainings h2 {
        text-align: center;
    }
}

.btn-light {
    color: #041E42;
    background-color: #67C9C7;
}

.btn-dark {
    color: #041E42;
    background-color: transparent;
    border: 1px solid #67C9C7;
}

.banner-btn i {
    color: #041E42;
}

.trainings-btn,
.cases-btn,
.banner-btn,
.materials-btn,
.cta-solutions-btn,
.contact-btn,
.download-btn,
.see-more-btn,
.solutions-btn,
.newsletter-btn {
    font-weight: 500;
}

#trainings .trainings-btn:hover,
.trainings-btn:hover i,
.banner-btn:hover,
.banner-btn:hover i,
.materials-btn:hover,
.materials-btn:hover i,
.cases-btn:hover,
.cases-btn:hover i,
.cta-solutions-btn:hover,
.contact-btn:hover,
.download-btn:hover,
.see-more-btn:hover,
.solutions-btn:hover,
.newsletter-btn:hover {
    color: #ffffff;
}

.newsletter-btn {
    border: 1px solid #041E42;
}

.newsletter-btn:hover {
    border: 1px solid #67C9C7;
    background-color: #67C9C7;
}

#trainings .container {
    padding: 0 1rem;
}

.expandable-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

.menu-item {
    border-bottom: 1px solid #C9D1D7;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}

.menu-header {
    display: flex;
    align-items: center;
}

.icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 40px;
    margin-right: 10px;
}

.icon-container img {
    width: 30px;
    height: 30px;
}

.menu-icon {
    color: #6B7280;
    font-size: 20px;
}

.menu-title {
    margin-left: 8px;
    font-size: 18px;
    font-weight: 400;
    color: #041E42;
}

.menu-item.expanded .menu-title {
    font-weight: 700;
    border-bottom: 2px solid #747474;
    padding-bottom: 4px;
}

.menu-content {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    margin-left: 40px;
    gap: 1rem;
}

.menu-item.expanded .menu-content {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
    margin-top: 1rem;
}

/* .menu-item.expanded .menu-content,
.menu-item:hover .menu-content {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
    margin-top: 1rem;
} */

.content-text {
    flex: 1;
    font-size: 0.9375rem;
    color: #08356B;
    line-height: 1.5;
}

.menu-link {
    color: #08356B;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 0.9375rem;
    font-weight: 500;
}

.menu-link i {
    font-size: 14px;
    margin-left: 4px;
}

.content-image {
    margin-top: 1rem;
    width: 100%;
}

.content-image img {
    width: 100%;
    height: auto;
    border-radius: 0.25rem;
    object-fit: cover;
}

@media (min-width: 768px) {
    #trainings .mil-mb-90 {
        margin-bottom: 20px;
    }

    .menu-content {
        flex-direction: row;
        align-items: flex-start;
    }

    .content-text {
        padding-right: 1rem;
    }

    .content-image {
        margin-top: 0;
        max-width: 40%;
    }

    .content-image img {
        height: 150px;
    }
}

/* cases */
#cases {
    background-color: #DFE3E6;
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

#cases .custom-badge {
    display: inline-block;
    border-radius: 8px;
    border: 2px solid #7D8A9C;
    color: #7D8A9C;
    padding: 3px 15px;
    margin-bottom: 1rem;
}

#cases .row a {
    width: 80%;
}

@media (max-width: 767px) {
    .background-cases {
        top: 80%;
    }

    #cases .row a {
        width: 100%;
    }
}

.card-img-top.case-img {
    object-fit: cover;
    width: 100%;
    height: 250px;
}

@media (max-width: 767px) {
    .card-img-top.case-img {
        height: 70%;
        width: 100%;
    }
}

#case-card {
    padding: 15px;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 6px #041E4200037;
}

#case-card p {
    font-weight: 600;
    color: #67C9C7;
    font-size: 16px;
}

#case-card h5 {
    font-weight: normal;
    color: #041E42;
    font-size: 16px;
}

.container-cases h2 {
    color: #041E42;
    font-weight: 400;
}

@media(max-width: 768px) {

    #cases .justify-content-end,
    #cases .justify-content-start {
        justify-content: center !important;
    }
}

@media (max-width: 576px) {
    .background-cases {
        width: 200%;
        top: 80%;
        left: -80%;
    }

    #case-card {
        min-height: auto;
    }
}

/* Testimonial */

.swiper-slide {
    padding: 20px 0;
}

.testimonials-section {
    padding: 6rem 0;
}

.section-header {
    margin-bottom: 3rem;
}

#testimonials .custom-badge {
    display: inline-block;
    border-radius: 8px;
    border: 2px solid #7D8A9C;
    color: #7D8A9C;
    padding: 3px 15px;
    margin-bottom: 1rem;
}

.section-title {
    color: #fff;
    font-weight: 300;
    font-size: 40px;
}

.section-title strong {
    font-weight: 700;
}

.testimonial-item {
    margin-bottom: 2rem;
}

.testimonial-img {
    max-width: 250px;
    width: 100%;
    height: auto;
}

.testimonial-text {
    color: #fff;
}

.quote-icon img {
    width: 45px;
    margin-bottom: 1rem;
}

.testimonial-comment {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}

.testimonial-name {
    font-size: 15px;
    font-weight: bold;
}

.testimonial-profession {
    font-size: 15px;
    color: #fff;
    font-weight: lighter;

}

.slider-controls {
    display: flex;
    gap: 1rem;
    justify-content: end;
    z-index: 9999 !important;
    position: absolute;
    bottom: 50px;
    left: 24%;
    width: 76%;
}

.slider-button {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s;
}

.slider-button:hover {
    background-color: #ffffff33;
}

@media(max-width:1024px) {
    .slider-controls {
        display: flex;
        gap: 1rem;
        justify-content: start;
        z-index: 9999 !important;
        position: absolute;
        bottom: 0;
        top: 685px;
        left: -2%;
    }
}

@media(max-width:375px) {
    .slider-controls {
        display: flex;
        gap: 1rem;
        justify-content: start;
        z-index: 9999 !important;
        position: absolute;
        bottom: 0;
        top: 555px;
        left: -2%;
    }

    #testimonials .section-header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #testimonials h2 {
        text-align: center;
    }
}

/* Materials */

@media(max-width:1024px) {
    .background-materials {
        left: -30%;
    }
}

@media(max-width:576px) {
    .background-materials {
        width: 200%;
    }
}

#materials {
    /* background: #F5F6F7; */
    padding-top: 90px;
    padding-bottom: 90px;
}

.materials-section {
    padding: 3rem 0;
    background-color: #F5F6F8;
}

.materials-header h2 {
    font-weight: 400;
    color: #041E42;
    margin-bottom: 2rem;
}

.material-card-page {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 6px #041E4200037;
    margin-bottom: 30px;
}

.material-card {
    padding: 30px 40px;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 6px #041E4200037;
    justify-content: space-between;
}


.material-category {
    text-transform: uppercase;
    color: #7D8A9C;
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
}

.material-title {
    font-size: 24px;
    font-weight: 600;
    color: #041E42;
    margin-bottom: 8px;
}

.material-description {
    color: #041E42;
    margin-bottom: 12px;
}

.material-read-more {
    color: #67C9C7;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9rem;
}

.material-read-more i {
    margin-left: 5px;
}

.material-button {
    background-color: #67C9C7;
    color: #fff;
    font-weight: 600;
    padding: 0 30px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.materials-footer {
    text-align: center;
    margin-top: 40px;
    margin-bottom: auto;
}

.material-see-all {
    padding: 10px 25px;
    border: 2px solid #67C9C7;
    color: #67C9C7;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
}

.material-see-all i {
    margin-left: 8px;
}

#\#materials .mil-description {
    padding-left: 0;
}

#materials .mil-materials-buttons {
    width: 100%;
}

/* footer */

.footer-logo {
    max-width: 300px;
    margin-bottom: 125px;
}

.footer-socials a {
    display: inline-block;
    font-size: 1.3rem;
    color: #ffffff;
    transition: 0.3s;
}

.footer-socials a:hover {
    color: #67C9C7;
}

.footer-section-title {
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}


.footer-links a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #67C9C7;
}

.footer-address,
.footer-contact-info {
    font-size: 0.95rem;
    margin-bottom: 15px;
    color: #C9D1D7;
}

.footer-cta {
    color: #ffffff;
    border-bottom: 1px solid #fff;
    font-weight: 500;
    font-size: 0.95rem;
}

.footer-cta i {
    margin-left: 6px;
    font-size: 0.85rem;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 40px;
    font-size: 0.85rem;
    color: #aab4c0;
}


@media(max-width: 1024px) {
    .footer-logo {
        max-width: 220px;
        margin-bottom: 125px;
    }
}

@media(max-width: 768px) {
    .footer-redesign .container {
        justify-content: center !important;
        align-items: center;
    }

    .footer-socials {
        justify-content: start !important;
        gap: 20px;
        margin-bottom: 30px;
    }

    .footer-logo {
        margin-bottom: 30px;
    }

    #footer-solutions {
        margin-bottom: 30px;
        text-align: center !important;
    }

    .footer-content {
        text-align: center !important;
    }

    .footer-bottom {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .testimonial-img {
        max-width: 100%;
        height: auto;
    }
}

@media(max-width: 768px) {
    .footer-brand {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-contact-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* banner */

#banner .container {
    height: 100% !important;
    display: flex;
    align-items: center
}


.mil-img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mil-banner .mil-banner-content {
    position: relative;
    z-index: 3;
}

.banner-title {
    font-size: 40px;
    font-weight: 500;
    color: #002141;
    line-height: 1.3;
    letter-spacing: -0.5px;
    max-width: 600px;
    padding-bottom: 0px;
}

@media (max-width:768px) {
    .banner-title {
        max-width: 410px;
    }

    .mil-banner .banner-title {
        text-align: start !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100% !important;
        font-size: 26px;
    }

    .mil-banner .text-banner {

        display: flex !important;
        flex-direction: column !important;
        align-items: start !important;
        justify-content: center !important;
    }

    .mil-banner .banner-btn {
        margin-left: 0px !important;
        background: #67c9c7;
    }
}

@media (min-width: 2300px) {
    .text-banner {
        margin-bottom: 0px;
    }
}


.mil-banner a.mil-link {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
    color: #00BFA6;
    border: 2px solid #00BFA6;
    border-radius: 6px;
    text-transform: none;
    transition: 0.3s ease;
}

.mil-banner a.mil-link:hover {
    background-color: #00BFA6;
    color: white;
}

.mil-banner .mil-nav-buttons {
    gap: 20px;
}

@media (max-width: 768px) {
    .mil-background-grid {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
    }
}

/* style about us */
#methodology {
    background: #F5F6F7;
}

#portfolio {
    background: #28334A;
    background: linear-gradient(49deg, #28334A 75%, rgba(28, 83, 103, 1) 100%);
}

#portfolio span,
#portfolio h2,
#portfolio p,
#portfolio a {
    color: #fff;
}

#vision {
    background: #EAECED;
}

#actions {
    background: #C9D1D7;
    background: linear-gradient(49deg, rgb(225, 231, 236) 75%, rgba(231, 234, 235, 1) 100%);
}

#team .mil-dark-soft {
    color: #28334A !important;
}

#contact-about a {
    color: #08356B;
}

#blog a .mil-text-sm {
    color: #041E42;
}

/* outros */
.mil-see-more a {
    gap: 10px;
}

.cta-solutions-btn {
    background-color: #67C9C7;
    border: none;
}

.download-btn {
    border: 1px solid #041e42;
}

.download-btn:hover {
    background-color: #041e42 !important;
}

.see-more-btn {
    justify-content: center;
}

.contact-btn {
    background-color: #67C9C7;
    border: none;
}

#contact_name::-webkit-input-placeholder {
    color: #6c6c6c;
}

#contact_name:-ms-input-placeholder {
    color: #6c6c6c;
}

#contact_email::-webkit-input-placeholder {
    color: #6c6c6c;
}

#contact_email:-ms-input-placeholder {
    color: #6c6c6c;
}

#contact_phone::-webkit-input-placeholder {
    color: #6c6c6c;
}

#contact_phone:-ms-input-placeholder {
    color: #6c6c6c;
}

#contact_message::-webkit-input-placeholder {
    color: #6c6c6c;
}

#contact_message:-ms-input-placeholder {
    color: #6c6c6c;
}

/* STYLE SOLUÇÕES */

/* Dividers */
.divider {
    width: 60px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.5);
}

.divider-sm {
    width: 60px;
    height: 4px;
    background-color: #67C9C7;
}

/* Active section button */
.active {
    background-color: #041E42 !important;
    color: white !important;
    border: 2px solid #041E42 !important;
}

/* Icon containers */
.icon-container {
    transition: all 0.3s ease;
}

.topic-item:hover .icon-container {
    transform: scale(1.05);
}

.bg-primary {
    background-color: #67C9C7 !important;
}

/* Animation for section transitions */
.fade-in {
    animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.solutions-btn {
    font-size: 18px;
}

.section-buttons {
    margin-bottom: 30px;
}

.section-header {
    margin-bottom: 40px;
}

.card {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    margin-bottom: 25px;
    height: 100%;
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}

.icon-container {
    font-size: 2.5rem;
    color: #67C9C7;
}

.sections-container {
    min-height: 400px;
}

.btn-section {
    padding: 10px 20px;
    margin: 0 5px;
    transition: all 0.3s;
}

.btn-section.active {
    background-color: #0d6efd;
    color: white;
}

.card-body {
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.mil-blog-card {
    align-items: start;
}

#counters>div.container.mil-p-120-0>div>div:nth-child(3)>div {
    margin-left: 30px;
}

#materials .mil-blog-card .mil-description {
    padding-left: 0;
}


.cta-content {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    border: 2px solid #67C9C7;
}

/* #cta-case .cta-content {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
} */

.materials-filter {
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid #67C9C7;
    border-radius: 20px;
    background-color: transparent;
    color: #041E42;
    font-size: 14px;
    margin: 5px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.materials-filter:hover {
    background-color: #67C9C7;
    color: white;
}

.materials-filter.active {
    background-color: #67C9C7 !important;
    color: white !important;
    border-color: #67C9C7 !important;
}

/* style blog listagem */

.card-custom-blog {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    transition: box-shadow 0.2s;
    height: 100%;
}

.card-custom-blog:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.card-img-top {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.btn-load {
    border: 1px solid #041E42;
    background-color: #fff;
    color: #041E42;
    transition: all 0.3s;
}

.btn-load:hover {
    background-color: #041E42;
    color: #fff;
}

.card-body h6 {
    color: #041E42;
}

.link-custom {
    color: #5A789C;
    text-decoration: none;
    font-weight: 500;
}

.link-custom:hover {
    text-decoration: underline;
}

/* style cases listagem */

.card-custom-cases {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #67c9c7;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 5;
}

.card-custom-cases:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.left-content {
    background-color: #fff;
    flex: 1;
}

.right-content {
    background-color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    border: 1px #67c9c7;
}

.quote-box {
    padding: 15px;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.quote {
    font-size: 1.3rem;
    font-weight: 700;
    color: #041e42 !important;
}

.quote strong {
    color: #041E42;
}

.profile {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.read-more {
    color: #041E42;
    background-color: #fff;
    text-decoration: none;
    width: fit-content;
    align-self: start;
    padding: 1px 5px;
    border-radius: 5px;

}

.read-more:hover {
    text-decoration: underline;
}

/* índice post */

.content-index {
    border-left: 2px solid #C9D1D7;
    padding-left: 20px;
    position: sticky;
    top: 20px;
    height: 100vh;
    overflow-y: auto;
}

/* Media query para mobile - DESABILITA COMPLETAMENTE O STICKY */
@media (max-width: 991.98px) {
    .content-index {
        position: static !important;
        /* Força o comportamento normal */
        height: auto;
        overflow-y: visible;
        border-left: none;
        padding-left: 0;
    }

    /* #banner-cases,
    #banner-blog {
        padding-bottom: 30px;
    } */

}

.index-title {
    padding-top: 30px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #041E42;
    margin-bottom: 15px;
}

.content-index ul {
    list-style: none;
    padding: 0;
}

.content-index .share {
    padding-left: 11px;
}

.content-index li {
    margin-bottom: 10px;
}

.content-index a {
    text-decoration: none;
    color: #5A789C;
    transition: color 0.3s;

}

.content-index a:hover {
    text-decoration: underline;
}

.content-index a.active-index {
    color: #041E42;
    font-weight: bold;
}

@media(max-width:1024px) {
    .index-title {
        display: none;
    }

    .index-list {
        display: none;
    }
}

/* Wrapper da imagem com ícone */
.testimonial-wrapper {
    position: relative;
    width: 100%;
}

/* Ícone sobreposto */
.testimonial-icon {
    width: 60px;
    height: 60px;
    background-color: #67C9C7;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.testimonial-icon img {
    width: 30px;
    height: 30px;
}

/* Imagem */
.testimonial-image {
    overflow: hidden;
    position: relative;
}

.testimonial-image img {
    width: 200px;
    height: 100%;
    object-fit: cover;
    /* border: 1px solid #ddd; */
}


.testimonial-comment-box {
    width: 100%;
    margin-top: 20px;
}



/* .mil-partner-frame svg#Layer_1 {
    margin-top: 30px;
} */

.mil-partner-frame svg path {
    fill: #C9D1D7;
    transition: fill 0.3s ease;
}

.mil-partner-frame svg .st1 {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.mil-partner-frame svg .st2 {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.mil-partner-frame:hover svg .st0 {
    fill: #00995C !important;
    /* Verde da Unimed */
}

.mil-partner-frame:hover svg .castrolanda-blue {
    fill: #0082C5 !important;
}

.mil-partner-frame:hover svg .frisia-blue {
    fill: #0A477F !important;
}


.mil-partner-frame:hover svg .st1,
.mil-partner-frame:hover svg .st2 {
    fill: white !important;
    /* Branco da Unimed */
}

.mil-partner-frame:hover svg .b {
    fill: #005942 !important;
}

.mil-partner-frame:hover svg .c {
    fill: #ef7d00 !important;
}

.mil-partner-frame:hover svg .d {
    fill: #006e43 !important;
}

.mil-partner-frame:hover svg .e {
    fill: #3dae2b !important;
}

.mil-partner-frame:hover svg .cls-1 {
    fill: #007c61;
}

.mil-partner-frame:hover svg .cls-2 {
    fill: #8fb435;
}

.mil-partner-frame:hover svg .cls-3 {
    fill: #00514c;
}

.mil-partner-frame svg .st00,
.mil-partner-frame svg .st11 {
    fill: #C9D1D7;
    transition: fill 0.3s ease;
}

.mil-partner-frame:hover svg .st00 {
    fill: #246b50;
}

.mil-partner-frame:hover svg .st11 {
    fill: #c2a94b;
}

.mil-partner-frame:hover svg .st000 {
    fill: #005280;
}

.mil-partner-frame:hover svg .st111 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #005280;
}

.mil-partner-frame:hover svg .y {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #005280;
}

.mil-partner-frame:hover svg.z {
    fill: none;
}

.mil-partner-frame:hover .k {
    fill: #d43016;
}

.mil-partner-frame:hover .o,
.mil-partner-frame:hover .a {
    fill: #1c5b42;
}

.mil-partner-frame .c,
.mil-partner-frame .o,
.mil-partner-frame .a {
    fill: #C9D1D7;
    transition: fill 0.3s ease;
}

#Camada_2 {
    fill: #C9D1D7;
    transition: fill 0.3s ease;
}

.mil-partner-frame:hover svg .svg-white {
    fill: white;
}

.mil-partner-frame:hover svg .svg-orange {
    fill: #F96500;
}

#customers-home .swiper-slide {
    padding: 20px 0;
    width: 300px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#materials .custom-badge {
    display: inline-block;
    background-color: #67c9c7;
    color: #041e42;
    padding: 3px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 5px;
    margin-bottom: 2px;
    position: absolute;
    z-index: 1;
    font-size: 12px;
}

#counters .mil-illustration {
    padding-bottom: 100%;
    position: relative;
    height: 400px;
}

/* Header styles */
.dropdown-menu {
    min-width: 600px;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    position: absolute;
    top: 70%;
    right: 0;
    left: -150px;
    margin-top: 0.5rem;
}

#dropdownMenuAprenda {
    left: -310px;
}

.border-radius-none {
    border-radius: 0 !important;
}

.solutions-sidebar {
    min-width: 200px;
    background: #f8f9fa;
}

.solutions-content {
    min-width: 400px;
}

.solution-category {
    transition: all 0.2s ease;
    cursor: pointer;
}

.solution-category:hover {
    background-color: #e9ecef !important;
}

.solution-category.active {
    background-color: #67C9C7 !important;
    color: white !important;
}

.solution-card {
    transition: all 0.2s ease;
    cursor: pointer;
}


.solution-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

.cursor-pointer {
    cursor: pointer;
}

/* Nav link hover effect */
.nav-link:hover {
    color: #67C9C7 !important;
    transition: color 0.2s ease;
}

/* Animation for dropdown */
.dropdown-menu.show {
    animation: fadeInUp 0.2s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .dropdown-menu {
        position: static !important;
        min-width: auto;
        width: 100%;
        margin-top: 0;
        border: none;
        box-shadow: none;
    }

    .solutions-sidebar,
    .solutions-content {
        min-width: auto;
    }

    .dropdown-menu .d-flex {
        flex-direction: column;
    }
}

.aprenda-sidebar {
    min-width: 200px;
    background: #f8f9fa;
}

.aprenda-content {
    min-width: 400px;
}

.aprenda-category {
    transition: all 0.2s ease;
    cursor: pointer;
}

.aprenda-category:hover {
    background-color: #e9ecef !important;
}

.aprenda-category.active {
    background-color: #67C9C7 !important;
    color: white !important;
}

.learn-category {
    transition: all 0.2s ease;
    cursor: pointer;
    padding: 0.75rem 1rem;
}

.learn-category:hover {
    background-color: #e9ecef !important;
}

.learn-category.active {
    background-color: #67C9C7 !important;
    color: white !important;
}

.learn-content {
    transition: all 0.2s ease;
    cursor: default;
}

.learn-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
}

.solution-section {
    display: none;
}

.solutions-content .cards {
    background: transparent !important;
    border: none !important;
}

.solutions-content .cards .solution-card {
    height: auto;
}

#transformacao,
#impulsionadores,
#aceleracao {
    background-color: transparent !important;
    border: none !important;
}

.solution-category:nth-child(1):hover~.solutions-content .cards .transformacao {
    display: block;
}

.solution-category:nth-child(2):hover~.solutions-content .cards .impulsionadores {
    display: block;
}

.solution-category:nth-child(3):hover~.solutions-content .cards .aceleracao {
    display: block;
}

.solutions-content:hover .solution-section {
    display: block;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.solution-section {
    display: none;
}

.solution-section.active {
    display: block;
}

.nav-item .dropdown-menu {
    display: none;
    z-index: 999;
}

.nav-item:hover .dropdown-menu {
    display: block;
}

.solution-category {
    display: block;
    color: #333;
    text-decoration: none;
    transition: background 0.3s;
}

.solution-category:hover {
    background-color: #f1f1f1;
}

.solutions-content:hover .solution-section:not(.active) {
    display: none !important;
}

.solution-category:hover {
    color: #67C9C7;
}


.turquesa-suave {
    color: #67C9C7;
}

#solucoesDropdown .solution-category a.solution-link {
    all: unset;
    color: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    display: flex !important;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 !important;
    margin: 0 !important;
}

#solucoesDropdown .solution-category a.solution-link:hover,
#solucoesDropdown .solution-category a.solution-link:focus,
#solucoesDropdown .solution-category a.solution-link:active {
    background: transparent !important;
    color: inherit !important;
    transform: none !important;
}

#casesDropdown .dropdown-menu {
    display: none;
    top: 70%;
    right: -100%;
    left: auto;
    /* background-color: white; */
    z-index: 999;
}

#casesDropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    min-width: 600px;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Sidebar */
.cases-sidebar {
    min-width: 250px;
    border-right: 1px solid #eee;
}

/* Categoria de case */
.case-category {
    transition: background-color 0.2s;
}

.case-category:hover {
    background-color: #f1f1f1;
}

.case-link {
    color: #333;
    text-decoration: none;
    width: 100%;
}

.case-link:hover {
    color: #007bff;
}

/* Conteúdo da direita */
.cases-content {
    flex: 1;
}

/* Responsivo básico */
@media (max-width: 768px) {
    .dropdown-menu {
        flex-direction: column;
        min-width: 100%;
        position: static;
        box-shadow: none;
    }

    .cases-sidebar {
        border-right: none;
        border-bottom: 1px solid #eee;
    }

    .cases-content {
        padding: 1rem;
    }
}


@media (max-width: 768px) {
    #counters .flex-row {
        flex-direction: column !important;
    }

    .mil-illustration-slider-frame {
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }

    .mil-image-frame {
        display: inline-block !important;
        max-width: 100% !important;

    }

    .mil-image-frame img {
        width: 100%;
    }



    .mil-mb-90 {
        padding-left: 0 !important;
        margin-top: 30px !important;
        text-align: start !important;
    }

    #trainings .mil-mb-90 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #methodology .col-lg-6 .mil-mb-90 {
        margin-top: -30px !important;
    }

    #counters .mil-illustration {
        height: 100%;
    }

    .custom-card {
        height: 100% !important;
    }
}

.footer-content {
    display: inline-block;
    text-align: left;
}

/* case destacado */

.custom-card {
    border: 1px solid #67C9C7;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 85%;
}

.custom-card:hover {
    transform: translateY(-5px);
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #67C9C7;
    border-radius: 50%;
    display: inline-block;
}

.btn-saiba {
    background-color: #002D5C;
    color: #fff;
    border-radius: 8px;
    padding: 6px 16px;
    font-weight: 600;
}

.btn-saiba:hover {
    background-color: #001f40;
    color: #fff;
}

.arrow {
    color: #002D5C;
    font-size: 20px;
}

/* Estilos para os cards de solução */
.solution-link {
    color: inherit;
    /* Mantém a cor do texto original */
}

.solution-card {
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.solution-title {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    text-transform: none !important;
}

.solution-description {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Limita a 3 linhas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Garante que o conteúdo do card ocupe todo o espaço disponível */
.solution-card>div:last-child {
    flex-grow: 1;
}

/* Estilos para os cards de materiais */
.material-link {
    color: inherit;
    transition: all 0.2s ease;
}

.material-link:hover {
    text-decoration: none;
    transform: translateY(-2px);
}

.learn-card {
    transition: all 0.2s ease;
    height: 100%;
    display: flex !important;
    flex-direction: row;
}

.learn-card h5 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    font-weight: 600 !important;
    margin-bottom: 0.5rem !important;
    text-transform: none !important;
}

.learn-card p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Limita a 3 linhas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0 !important;
}

/* Garante que o conteúdo ocupe todo o espaço */
.learn-card>div:last-child {
    flex-grow: 1;
}

/* Efeitos hover */
.learn-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa !important;
}

#case-destaque {
    margin-top: 160px;
}

@media (max-width: 1200px) {

    /* Esconde os itens complexos */
    #aprendaDropdown,
    #solucoesDropdown .dropdown-menu,
    #casesDropdown .dropdown-menu {
        display: none !important;
    }

    /* Mostra os itens simplificados */
    .d-block.d-lg-none {
        display: block !important;
    }

    /* Remove qualquer hover effect */
    .mil-navigation nav ul li:hover .dropdown-menu {
        display: none !important;
    }

    .mil-navigation a {
        text-transform: none !important;
    }

    #row-material {
        gap: 20px;
    }

    #case-destaque {
        margin-top: 6.5rem;
    }

    .text-center {
        text-align: start !important;
    }

    .mil-center {
        text-align: start !important;
    }

    #mobile-left {
        margin-left: 0px !important;
    }
}

/* #blog-title {
    font-weight: 600 !important;
} */

/* #contact-title {
    font-weight: 600 !important;
} */

/* 
#cases-title {
    font-weight: 600 !important;
} */

#card-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.mb-p {
    margin-bottom: 23.5px !important;
}

.ml-9px {
    margin-left: 9px;
}

.semibold {
    font-weight: 600 !important;
}

.no-uppercase {
    text-transform: none !important;
    font-size: 15px !important;
}

.py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

#introduction {
    background: #28334A;
    background: linear-gradient(49deg, #28334A 75%, rgba(28, 83, 103, 1) 100%);
}

#introduction span,
#introduction h2,
#introduction a {
    color: #fff;
}

#introduction p {
    color: #fff;
}

#map p {
    font-weight: 200 !important;
}

#introduction #title {
    color: #67c9c7;
}

#span-about-us {
    color: rgb(127 138 158) !important;
    border: 1px solid rgb(127 138 158) !important;
    padding: 3px 15px;
    border-radius: 7px;
    margin-bottom: 20px;
    opacity: 0.5 !important;
}

#introduction .mil-image-frame {
    width: 90%;
    height: 100%;
    margin-left: 75px;
}

#introduction .text {
    font-size: 16px;
    margin-right: 40px
}

#introduction #sub-title-work {
    margin-right: 18%;
    font-size: 20px;
    font-weight: 400 !important
}

.linha {
    width: 2px;
    background-color: #67c9c7;
    ;
    border-radius: 2px;
    flex-shrink: 0;
    /* margin-bottom: 20px; */
    height: 55px;
}

.box-container {
    display: flex;
    align-items: stretch;
    gap: 15px;
}


.conteudo {
    flex: 1;
}

.conteudo #title {
    color: #67c9c7;
    ;
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.conteudo p {
    font-size: 16px;
    line-height: 1.6;
    color: white;
}

.semibold {
    font-weight: 600;
}

.mr-4rem {
    margin-right: 4rem;
}

.paragrafo {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10%;
    color: #041E42;
}

.linha-lateral {
    width: 100%;
    height: 2px;
    background-color: #3333332e;
    margin-top: -5%;
}

.mil-metodologia-etapas {
    margin-top: 40px;
}

.mil-metodologia-etapas .mil-etapa {
    padding-right: 50px;
    padding-left: 40px;
}

.mil-metodologia-etapas .mil-etapa h5 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #041E42
}

.mil-metodologia-etapas .mil-etapa p {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 200;
    color: #041e42;
}

.mil-metodologia-etapas .mil-etapa:last-child {
    border-right: none;
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) #3333332e !important;
}

.p-text {
    font-size: 17px !important;
    font-weight: 300 !important;
}

.plano-voo {
    background-image: url(../img/other/plano-de-voo.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 279px;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    color: #0c2340;
}

.texto-esquerda {
    flex: 0.2;
}

.texto-direita {
    flex: 2;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.0;
    margin-top: 60px;
    max-width: 65%;
}

.texto-direita .paragrafo {
    margin-right: 4%;
}

#potifolio-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600 !important;
    margin-left: 20px;
    min-width: 275px;
    margin-top: 3px;
}

.mt-8 {
    margin-top: 8rem !important;
}

#contact-about-us input,
#contact-about-us textarea {
    background: transparent !important;
    border: none !important;
}

#contact-about-us input:focus,
#contact-about-us textarea:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.mt-81 {
    margin-top: 81px !important;
}

.mt-46 {
    margin-top: 46px !important;
}

.contact-btn .arrow {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.contact-btn:hover .arrow {
    transform: translateX(4px);
}

#team .slider-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

#team .slider-button {
    background-color: transparent;
    border-radius: 50%;
    padding: 10px 12px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    pointer-events: all;
}

#team .swiper-button-prev,
#team .swiper-button-next {
    pointer-events: all;
}

#team .swiper-button-prev {
    margin-left: -10px;
    margin-top: 5%;
}

#team .swiper-button-next {
    margin-right: -10px;
    margin-top: 5%;
}


#team .mil-team-member:hover {
    border: none;
}

@media (min-width: 992px) {
    #team .col-lg-3 {
        flex: 0 0 auto;
        width: 22%;
    }
}

#solutions-cases .mil-image-frame img {
    width: auto;
    height: auto;
}

#solutions-cases h2 {
    color: #fff;
}

#solutions-cases p {
    font-size: 17px !important;
    color: #fff;
    font-weight: 300;
}

#solutions-cases .methodology-btn {
    margin-top: 35%;
}

#results {
    background: linear-gradient(49deg, #28334A 75%, rgba(28, 83, 103, 1) 100%);
}

#results span,
#results h2,
#results p,
#results a {
    color: #fff;
}

#solutions {
    padding-bottom: 0;
}

#solutions .mil-tab-highlight-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#solutions button {
    text-transform: none !important;
    font-size: 23px;
    color: #041e42;
}

#solutions .mil-tab-highlight-btn.mil-active:after {
    background: #00cac8;
}

#solutions .mil-tab-highlight-btn .mil-tab-text {
    font-weight: 500;
}

#solutions .mil-tab-highlight-btn.mil-active .mil-tab-text {
    font-weight: 700;
}

@media (max-width: 768px) {
    #solutions .mil-tab-highlight-btn.mil-active {
        background: #18cdcb0d;
        border: 2px solid #37d0ce;
    }
}


#solutions-slider-acceleration,
#solutions-slider-booster,
#solutions-slider-transformation {
    background: #eaeced;
    padding-bottom: 0%;
}

#solutions .mil-accordion-body {
    padding-top: 0;
    font-size: 17px;
}

#solutions .mil-accordion-icon {
    margin-left: 5px;
}

#solutions-img {
    height: 43% !important;
    width: 100% !important;
}

#solutions-types-image {
    width: 557px;
    height: 400px;
    object-fit: cover;
    border-radius: 0px !important;
}

.carousel-item.custom-style {
    margin-left: -100%;
    background: transparent !important;
    border: none !important;
}

.mil-accordion-header {
    background: #eaeced !important;
    border: none !important;
    padding: 15px;
    width: 100%;
    font-weight: bold;
    transition: background 0.3s;
    cursor: default;
}

.mil-accordion-item {
    border-bottom: 1px solid #e0e0e0;
}

.mil-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: #f9f9f9;
    padding: 0 15px;
}

.mil-accordion-header {
    background: #ffffff;
    border: 1px solid #ccc;
    padding: 15px;
    width: 100%;
    text-align: left;
    font-size: 23px !important;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.mil-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #eaeced !important;
    padding: 0 15px;
}

.mil-accordion-item.mil-active .mil-accordion-body {
    padding: 15px;
}

#methodology-title {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 30%;
}

#contact-about-us .contact-btn {
    height: 30px !important;
    padding: 0 20px;
    background-color: #67C9C7;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    vertical-align: middle;
}

@media (max-width: 768px) {
    #introduction .mil-image-frame {
        width: 100%;
        height: 100%;
        margin-left: 0;
    }

    .mil-image-frame img {
        width: 100%;
        height: 100%;
    }

    .mil-metodologia-etapas .mil-etapa {
        padding-right: 15px;
        padding-left: 15px;
    }

    #portfolio .d-flex {
        display: flex !important;
        flex-direction: column;
    }

    #portfolio-title {
        margin-left: 0;
    }

    .plano-voo .d-flex {
        display: flex !important;
        flex-direction: column;
    }

    .texto-direita {
        flex: 2;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.0;
        margin-top: 0px;
    }

    #methodology-title {
        font-size: 22px;
        line-height: 1.4;
        margin-top: 8%;
    }

    .texto-direita {
        max-width: 100%;
        font-size: 14px;
    }

    #solutions-cases .col-lg-8 {
        display: none;
    }

    #solutions-img {
        height: 100% !important;
        width: 100% !important;
    }

    #solutions-actions {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: start;
        width: 95%;
    }

    #solutions button {
        text-transform: none !important;
        color: #041e42;
        border-radius: 25px !important;
        min-width: 100px;
        min-height: 100px;
        border: 2px solid #8495a6;
        font-size: 13px;
        display: flex;
        flex-direction: column;
    }

    #solutions button:active {
        border: 2px solid #01cac8;
    }

    .mil-tab-highlight-btn:after {
        display: none;
    }

    .linha-lateral {
        display: none;
    }

    .mil-tab-highlight-btn {
        padding: 10px 2px;
    }

    .plano-voo-container {
        padding: 0;
    }

    .plano-voo {
        padding: 0;
        text-align: left !important;
    }

    #solutions .d-none-media {
        display: none;
    }

    #solutions-types-image {
        height: 100%;
        border-radius: 0px !important;
        margin-bottom: 5%;
    }

    #potifolio-title {
        margin-left: 0;
    }

    #work-img {
        width: 100%;
        height: 50%;
    }

    #results .justify-content-center {
        justify-content: flex-start !important;
    }

    #solutions-cases .methodology-btn {
        margin-top: 0;
    }

    #methodology .p-text {
        margin-bottom: 15%;
    }
}

.solution-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.solution-list li {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
    font-weight: 500;
    font-size: 16px;
}

.solution-list a {
    text-decoration: none;
    color: #001F3F;
    /* ajuste conforme seu padrão de cor */
    display: block;
}

#team .mil-team-member {
    transition: all 0.3s ease-in-out;
    border: none;
}

#team .mil-team-member:hover {
    border: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none !important;
}

#team .swiper-container {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    width: 1165px !important;
    position: relative !important;
    margin-left: 6%;
}

.mil-tab-highlight-btn img {
    height: 40px;
}

.row-solutions {
    height: 440px;
}

@media (max-width: 600px) {
    #team .swiper-container {
        width: 277px !important;
        margin-left: auto;
        margin-right: auto;
    }

    #team .swiper-slide {
        width: 100% !important;
    }

    .row-solutions {
        height: auto;
    }

    #team .swiper-button-prev {
        margin-left: 10px;
        margin-top: 15%;
    }

    #team .swiper-button-next {
        margin-right: 10px;
        margin-top: 15%;
    }

    #team .mil-team-member {
        margin-right: -3%;
    }

    .text-right {
        text-align: center !important;
    }

    .mil-tab-highlight-btn img {
        height: 30px;
    }

    #banner-blog .mil-banner-content,
    #banner-materials .mil-banner-content {
        padding: 0 !important;
    }
}

#team .swiper-slide {
    display: flex;
    justify-content: center;
    width: 295px !important;
    margin-right: 0px !important;
}

#team .swiper-button-prev,
#team .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 10;
}

#team .swiper-button-prev {
    left: 10px;
}

#team .swiper-button-next {
    right: 10px;
}

#team .swiper-button-prev::after,
#team .swiper-button-next::after {
    display: none !important;
}

@media (min-width: 768px) {
    #case-cases .col-lg-6 {
        flex: 0 0 auto;
        width: 48% !important;
    }

    #case-conclusion .col-lg-6 {
        flex: 0 0 auto;
        width: 48% !important;
    }
}

.gap-logos-footer {
    gap: 75px;
}

.text-right {
    text-align: right;
}

.pl-0 {
    padding-left: 0 !important;
}

.w-90 {
    width: 90% !important;
}

.subtitle-mob {
    margin-top: 5px !important;
    margin-bottom: 25px !important;
}

#testimonials .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px) !important;
}

#mil-icon-list-counters li {
    list-style-type: none !important;
}

.custom-swiper-next-blog {
    position: absolute;
    top: 9%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.custom-swiper-prev-blog {
    position: absolute;
    top: 9%;
    right: 65px;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.custom-swiper-next-blog img,
.custom-swiper-prev-blog img {
    width: 45px;
}

.conclusion .testimonial-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
    position: relative;
    font-family: 'Inter', sans-serif;
    max-width: 590px;
    margin-top: 10%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.conclusion .testimonial-quote-icon {
    margin-bottom: 12px;
    width: 40px;
    height: auto;
}

.conclusion .testimonial-quote-icon img {
    width: 100%;
}

.conclusion .testimonial-text {
    font-style: italic;
    color: #333333a3;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 16px;
    padding-left: 0;
}

.conclusion .testimonial-person {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: auto;
}

.conclusion .testimonial-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.conclusion .testimonial-info .testimonial-name {
    color: #041e42;
    font-weight: 500;
    font-size: 18px;
}

.conclusion .testimonial-role {
    color: #007B83;
    font-weight: 500;
    font-size: 15px;
}

.conclusion .testimonial-company {
    font-style: italic;
    font-size: 14px;
    color: #666;
}



@media (max-width: 575.98px) {
    .d-sm-none {
        display: block !important;
    }

    .testimonial-comment {
        width: 100% !important;
    }
}

.mobile-tabs-container {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding: 10px 15px;
    scroll-snap-type: x mandatory;
}

.mobile-tabs-container button {
    flex-shrink: 0;
    min-width: 100px;
    height: 80px;
    border: 1.5px solid #ccc;
    border-radius: 12px;
    background: #fff;
    color: #444;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    scroll-snap-align: start;
    transition: border-color 0.3s, color 0.3s;
    cursor: pointer;
}

.mobile-tabs-container button img {
    width: 26px;
    margin-bottom: 6px;
    filter: grayscale(70%);
    transition: filter 0.3s;
}

.mobile-tabs-container button.active {
    border-color: #15b6ae;
    color: #15b6ae;
}

.mobile-tabs-container button.active img {
    filter: none;
}

.mobile-tabs-container::-webkit-scrollbar {
    display: none;
}

.mobile-tabs-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}


#solutions-mobile button.mob-btn {
    border-radius: 16px;
    border: 2px solid #d0d5dd;
    background-color: #fff;
    min-width: 100px;
    padding: 8px 12px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    text-align: center;
}

#trainingCarouselMobile1 .active,
#trainingCarouselMobile2 .active,
#trainingCarouselMobile3 .active {
    background-color: transparent !important;
    color: #041e42 !important;
    border-radius: 16px;
    border: 2px solid #e0e0e0 !important;
    padding: 20px;
    transition: all 0.3s ease;
    padding: 26px !important;
}


#solutions-mobile button.mob-btn.active {
    border-color: #00c2b3;
    background-color: #e6f9f7;
}

#solutions-mobile button.mob-btn img {
    width: 24px;
    height: 24px;
}

#solutions-mobile button.mob-btn span {
    font-size: 12px;
    color: #041e42;
    margin-top: 4px;
}

#trainingCarouselMobile3 .swiper-pagination-bullet,
#trainingCarouselMobile2 .swiper-pagination-bullet,
#trainingCarouselMobile1 .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #041E42;
    opacity: 1;
}

#trainingCarouselMobile3 .swiper-pagination-bullet-active,
#trainingCarouselMobile2 .swiper-pagination-bullet-active,
#trainingCarouselMobile1 .swiper-pagination-bullet-active {
    background: #041E42;
}

#trainingCarouselMobile3 .swiper-slide,
#trainingCarouselMobile2 .swiper-slide,
#trainingCarouselMobile1 .swiper-slide {
    background-color: transparent !important;
    color: #041e42 !important;
    border-radius: 16px;
    border: 2px solid #e0e0e0 !important;
    padding: 20px;
    transition: all 0.3s ease;
    padding: 26px !important;
    height: auto;
}

#trainingCarouselMobile3 h4.semibold,
#trainingCarouselMobile2 h4.semibold,
#trainingCarouselMobile1 h4.semibold {
    position: relative;
    display: inline-block;
}

#trainingCarouselMobile3 h4.semibold::after,
#trainingCarouselMobile2 h4.semibold::after,
#trainingCarouselMobile1 h4.semibold::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 3px;
    width: 37px;
    background-color: #37d0ce;
    border-radius: 4px;
}


.carousel-indicators {
    position: relative;
    margin-top: 16px;
    justify-content: center;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    background-color: #041e42;
    border-radius: 50%;
    opacity: 0.3;
    margin: 0 4px;
    transition: opacity 0.3s ease;
}

.carousel-indicators .active {
    opacity: 1;
}

#trainingCarouselMobile1 .carousel-control-prev,
#trainingCarouselMobile1 .carousel-control-next,
#trainingCarouselMobile2 .carousel-control-prev,
#trainingCarouselMobile2 .carousel-control-next,
#trainingCarouselMobile3 .carousel-control-prev,
#trainingCarouselMobile3 .carousel-control-next {
    display: none;
}


#trainingCarouselMobile2,
#trainingCarouselMobile3,
#trainingCarouselMobile1 {
    margin-bottom: 50px;
    /* espaço reservado para as bolinhas */
}

#trainingCarouselMobile2 .swiper-pagination,
#trainingCarouselMobile1 .swiper-pagination,
#trainingCarouselMobile3 .swiper-pagination {
    position: relative;
    bottom: 0;
    z-index: 10;
}

b {
    font-size: 16px;
}

@media (max-width: 768px) {
    .conclusion .testimonial-quote-icon img {
        width: 80%;
    }

    .conclusion .testimonial-avatar img {
        width: 60px;
        height: 60px;
    }

    .conclusion .testimonial-text {
        font-size: 15px;
    }

    b {
        font-size: 14px;
    }

    .conclusion .testimonial-card {
        margin-top: 15%;
    }
}

.profession-text {
    display: block;
    font-weight: 400;
    margin-bottom: -10px;
}

.workplace-text {
    display: block;
    color: #868686;
    font-weight: 500;
    font-size: 15px;
}

@media (max-width: 768px) {
    .profession-text {
        margin-bottom: 0px;
    }
}

@media (max-width: 370px) {
    #solutions button {
        min-width: 88px;
        min-height: 88px;
    }

    #solutions-actions {
        width: 100%;
    }

    #trainingCarouselMobile3 .swiper-slide,
    #trainingCarouselMobile2 .swiper-slide,
    #trainingCarouselMobile1 .swiper-slide {
        height: 400px;
    }
}
@media screen and (max-width: 992px) {
    .about-us-banner .mil-banner-content {
        padding: 140px 0 0;
    }
}
@media screen and (max-width: 378px) {
    .about-us-banner .mil-banner-content {
        padding: 75px 0 0;
    }
}