a.navbar-brand {
    background: #0080AF;
    position: relative;
    padding: 24px 70px 24px 0px;
    border-top-right-radius: 52px;
    border-bottom-right-radius: 52px;
}

a.navbar-brand:before {
    background: #0080AF;
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100%;
    content: ' ';
    transform: translateX(-100%);
}

ul#menu-principal {
    display: flex;
    align-items: center;
    gap: 24px;
}

ul#menu-principal a:hover {
    color: #0080AF;
}

ul#menu-principal a.active {
    color: #0080AF;
    font-weight: 500;
}

ul#menu-principal a {
    transition: 300ms all ease-in-out;
    font-weight: 400;
    color: #424241;
}

.header-sociais a:hover {
    color: #0080AF;
}

.header-sociais a {
    transition: 300ms all ease-in-out;
    color: #424241;
    font-size: 20px;
    line-height: 100%;
}

.header-sociais {
    display: flex;
    gap: 24px;
    align-items: center;
}

.btn-contato:hover i {
    transform: rotate(45deg);
}

.btn-contato {
    background: #0080AF;
    color: white !important;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 8px 8px 28px;
}

.btn-contato i {
    transition: 300ms all ease-in-out;
    width: 32px;
    height: 32px;
    display: flex;
    background: white;
    color: #424241;
    border-radius: 32px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}



.underline-btn.alt:hover i {
    transform: rotate(45deg);
}
.underline-btn:hover i {
    transform: rotate(-90deg);
}

a.underline-btn i {
    transition: 300ms all ease-in-out;
    width: 40px;
    height: 40px;
    background: #00AEE1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}

.navbar-collapse {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 32px;
}

a.underline-btn span {
    text-decoration: underline;
}

a.underline-btn {
    color: white;
    font-family: Unitea Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;

    text-underline-offset: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

section.pp {
    padding: 90px 0;
}

.text-pp {
    color: #424241;
    font-family: "Unitea Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

footer a {
    color: white;
}

section.sol-desc {
    padding-bottom: 80px;
}

.btn-default:hover i {
    transform: rotate(45deg);
}

section.clientes-listagem {
    padding: 90px 0;
}

section.mercados-que-atuamos-listagem {
    padding: 90px 0;
}

a.btn-default i {
    transition: 300ms all ease-in-out;
    width: 32px;
    min-width: 32px;
    height: 32px;
    display: flex;
    background: white;
    color: #424241;
    border-radius: 32px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

a.btn-default {
    background: #0080AF;
    color: white;
    border-radius: 100px;
    align-items: center;
    gap: 16px;
    padding: 8px 8px 8px 24px;
    display: inline-flex;
}

section.qs {
    padding: 88px 0 44px;
}


.ma-container {
    background: linear-gradient(90deg, #00AEE1 5.7%, #0080AF 100%);
    border-radius: 30px;
    padding: 64px 82px;
}

.ma-card.active .ma-title {
    color: white;
    font-size: 32px;
}

.ma-title {
    font-family: Unitea Sans;
    font-weight: 500;
    font-size: 24px;
    line-height: 160%;
    color: #424241;
}

.ma-card.active h3.ma-desc {
    color: white;
}

h3.ma-desc {
    font-family: Unitea Sans;
    font-weight: 400;
    font-size: 17px;
    line-height: 160%;
    color: #424241;
}

.ma-card.active {
    padding: 40px 32px;
}

.ma-card {
    padding: 24px;
    border-radius: 20px;
    color: white;
    background-color: white;
    height: 100%;
    box-shadow: 4px 4px 60px 0px #0000001A;
}

.ma-card.active {
    background: #005278;
}

a.ma-readmore span{
    text-decoration: underline;
}

.ma-readmore:hover i {
    transform: rotate(45deg);
}

a.ma-readmore i {
    transition: 300ms all ease-in-out;
    width: 32px;
    height: 32px;
    background: #00AEE1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
}

a.ma-readmore {
    color: white;
    font-family: Unitea Sans;
    font-weight: 400;
    font-size: 17px;
    line-height: 145%;
    text-underline-offset: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ma-card .ma-icon {
    width: 54px;
    height: 54px;
    background: #E8F8FF;
    border-radius: 6px;
    border: 0.2px solid #0080AF;
    padding: 10px;
}

section.mercados-que-atuamos {
    padding: 44px 0;
}

h3.site-subtitle {
    font-family: Unitea Sans;
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 2px;
    color: #00AEE1;
}

.title-mvv {
    color: #FFF;
    text-align: center;
    font-family: "Unitea Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 20px;
}

img.mvv-left {
    position: absolute;
    top: 30px;
    left: 50px;
}

img.mvv-right {
    position: absolute;
    top: 30px;
    right: 50px;
    transform: scaleX(-1);
}

img.mvv-right {
    position: absolute;
    top: 30px;
    right: 50px;
}


img.img-qs {
    border-radius: 20px;
}


h2.site-title.color-blue {
    color: #00AEE1;
    font-size: 32px;
}

h2.site-title {
    font-family: Unitea Sans;
    font-weight: 500;
    font-size: 40px;
    line-height: 160%;
    color: #424242;
}

section.header-image {
    padding: 200px 0;
    position: relative;
    background: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

h2.hv-desc {
    font-family: Unitea Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: white;
}

h1.hv-title {
    font-family: Unitea Sans;
    font-weight: 600;
    font-size: 56px;
    line-height: 135%;
    color: white;
}

section.solucoes {
    padding: 44px 0 88px;
}

.sol-card {
    box-shadow: 4px 4px 60px 3px #5C5C5C1F;
    border-radius: 20px;
}

h2.sc-title {
    color: #005278;
    font-family: "Unitea Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
}

.float-btns i {
    width: 60px;
    height: 60px;
    background-color: #0080AF;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 26px;
}

.float-btns {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sc-img {
    max-width: 100%;
    border-radius: 20px 190px 190px 20px;
    min-height: 380px;
    width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
}

.sol-card.alt .sol-container {
    padding-right: 0;
    padding-left: 60px;
}

.sol-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-right: 60px;
}

a.underline-btn.alt span {
    font-size: 17px;
}

a.underline-btn.alt i {
    width: 32px;
    height: 32px;
    color: white;
}

a.underline-btn.alt {
    color: #424241;
}

.site-desc {
    font-family: Unitea Sans;
    font-weight: 400;
    font-size: 17px;
    line-height: 160%;
    color: #424242;
}

.sc-desc {
    font-family: Unitea Sans;
    font-weight: 400;
    font-size: 17px;
    line-height: 160%;
    color: #424242;
}

.sol-card.alt .col-lg-6:first-child, .sol-card.alt .col-lg-4:first-child {
    order: 2;
}

.sol-card.alt .sc-img {
    border-radius: 190px 20px 20px 190px;
}

section.depoimentos {
    padding: 64px 0;
    background: #F4FCFF;
}

.depo-card {
    background: white;
    box-shadow: 0px 0px 24px 0px #1515151A;
    padding: 24px;
    margin: 40px 24px;
    position: relative;
}

img.dc-img {
    position: absolute;
    top: -35px;
    width: 75px;
    height: 75px;
    border-radius: 75px;
    overflow: hidden;
}

.dc-estrelas {
    position: absolute;
    top: 24px;
    right: 24px;
    color: #0080AF;
}

.dc-desc {
    margin-top: 40px;
    font-family: Unitea Sans;
    font-weight: 400;
    font-size: 17px;
    line-height: 160%;
}

.dc-name {
    font-family: Unitea Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #005278;
}

.dc-job {
    font-family: Unitea Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #505050;
}

.swiper-button-prev-depo:hover {
    background-color: #0080AF;
    color: white;
}

.swiper-button-prev-depo {
    transition: 300ms all ease-in-out;
    position: absolute;
    top: 40%;
    left: 10px;
    font-size: 34px;
    width: 56px !important;
    height: 56px;
    border: 1px solid #0080AF;
    border-radius: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0080AF;
}

.swiper-button-next-depo:hover {
    background-color: #0080AF;
    color: white;
}

.swiper-button-next-depo {
    transition: 300ms all ease-in-out;
    position: absolute;
    top: 40%;
    right: 10px;
    font-size: 34px;
    width: 56px !important;
    height: 56px;
    border: 1px solid #0080AF;
    border-radius: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0080AF;
}

.navbar-toggler {
    border: none !important;
}

.navbar-brand:focus {
    box-shadow: none !important;
}

.navbar-brand:focus-visible {
    outline: none !important;
}

footer {
    background: #005278;
    padding: 88px 0 40px;
    color: white;
}

footer ul {
    list-style: none;
    padding: 0;
    padding-top: 20px;
}

.footer-title {
    display: flex;
    align-items: center;
    gap: 15px;
}

footer li {
    padding-bottom: 15px;
}

footer .header-sociais a {
    color: white;
}

.copyright span {
    text-decoration: underline;
    font-weight: 500;
}
.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #00688F;
    padding-top: 20px;
    font-family: Unitea Sans;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
}

.hero-title {
    color: #FFF;
    font-size: 48px;
    font-weight: 600;
    line-height: 135%;
}

section.hero {
    background-size: cover;
    background-position: center;
    padding: 140px 0;
    color: white;
    position: relative;
}

.site-title {
    color: #00AEE1;
    font-size: 32px;
    font-weight: 600;
    line-height: 160%; /* 51.2px */
    letter-spacing: 1.6px;
}

.hv-overlay {
    background: #25252540;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-desc {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
}

.hero-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
}

.breadcrumbs {
    color: #FFF;
    font-family: "Unitea Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    display: flex;
    align-items: center;
    gap: 10px;
}

img.el-card {
    position: absolute;
    right: 20px;
}

@media (max-width: 1400px) {
    a.navbar-brand {
        padding: 24px 40px 24px 0px;
    }
}

@media (max-width: 1200px) {
    a.navbar-brand {
        padding: 24px 30px 24px 0px;
    }
}
@media (max-width: 992px) {
    .sol-container {
        padding: 40px 24px !important;
    }

    .sc-img {
        border-radius: 44px !important;
        padding: 24px;
    }

    .sol-card .col-lg-6:first-child {
        order: 2;
    }

    .navbar.bg-white  {
        background-color: #0080AF !important;
    }
    .navbar-collapse {
        justify-content: initial;
        flex-direction: column;
    }
    ul#menu-principal a, .header-sociais a {
        color: white;
    }

    .btn-contato i {
        background-color: #0080AF;
        color: white;
    }
    .btn-contato {
        background-color: white;
        color: #424241 !important;
    }

    .navbar:has(.navbar-toggler:not(.collapsed)) {
        padding-bottom: 50px !important;
    }
}

@media (max-width: 992px) {
    a.navbar-brand img {
        height: 40px;
    }

    ul#menu-principal a:hover {
    color: #ffffffaa;
    }
    .header-sociais a:hover {
        color: #ffffffaa;
    }
}
