:root {
        --Medici-Colors-1: #FFFFFF;
        --Medici-Colors-2: #E0E0E0;
        --Medici-Colors-3: #D3D3D3;
        --Medici-Colors-4: #708089;
        --Medici-Colors-5: #0B1634;
        --Medici-Colors-6: #1255F4;
}

/* Management Asset Style */
.managementAsset .header {
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(../assets/imgs/background-managementAsset.png);
        background-position: center;
        background-size: cover;
        height: 52vw;
        min-height: 749px;
        color: var(--Medici-Colors-1);
        padding: 64px 56px;
}

.managementAsset .header .container {
        max-width: 1120px;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 24px;
}

.managementAsset .header .container h1 {
        font-size: 40px;
        font-weight: 800;
        line-height: 48px;
        max-width: 536px;
}

.managementAsset .header .container .text {
        display: flex;
        flex-direction: column;
        gap: 16px;
        text-align: justify;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        max-width: 536px;
}

.managementAsset .header .container .mobile-text {
        display: none;
        text-align: justify;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
}

.managementAsset .header .container .text span {
        font-weight: 800;
}

.managementAsset .why {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 64px;
        background-image: url(../assets/imgs/smiling-young-female-entrepreneur-standing-near.png);
        background-size: cover;
        background-position-x: 71%;
        background-position-y: center;
        color: var(--Medici-Colors-1);
        height: 47vw;
        min-height: 682px;
        padding: 56px;
}

.managementAsset .why h1 {
        text-align: center;
        font-size: 40px;
        font-weight: 800;
        line-height: 48px;
        max-width: 438px;
}

.managementAsset .cards {
        display: flex;
        flex-direction: column;
        gap: 48px;
        width: 100%;
        max-width: 1120px;
}

.managementAsset .cards .card {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        background-color: rgba(18, 85, 244, 0.70);
        display: flex;
        justify-content: center;
        gap: 16px;
        padding: 32px;
        border-radius: 14px;
}

.managementAsset .cards .card h2 {
        font-size: 24px;
        font-weight: 800;
        line-height: 30px;
        text-align: center;
}

.managementAsset .cards .card p {
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        text-align: justify;
}

.managementAsset .cards .glide__arrows {
        display: none;
}

.managementAsset .type {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--Medici-Colors-2);
        color: var(--Medici-Colors-5);
        background-image: url('../assets/imgs/background-managementAsset-type.png');
        background-size: cover;
        background-position: right;
        height: 54vw;
        min-height: 784px;
        padding: 56px;
}

.managementAsset .type .content {
        display: flex;
        flex-direction: column;
        gap: 64px;
        width: 100%;
        max-width: 1120px;
}

.managementAsset .type .content h1 {
        font-size: 40px;
        font-weight: 800;
        line-height: 48px;
}

.managementAsset .type .content .options {
        display: flex;
        flex-direction: column;
        gap: 40px;
        max-width: 572px;
        width: 40vw;
}

.managementAsset .type .content .options .option {
        display: flex;
        align-items: center;
        gap: 16px;
}

.managementAsset .type .content .options .option div {
        display: flex;
        flex-direction: column;
        gap: 8px;
}

.managementAsset .type .content .options .option div h2 {
        font-size: 24px;
        font-style: normal;
        font-weight: 800;
        line-height: 30px;
}

.managementAsset .type .content .options .option div h2 span {
        font-weight: 400;
}

.managementAsset .type .content .options .option div p {
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px;
        text-align: justify;
}

.managementAsset .type picture {
        display: none;
        width: 100%;
}

.managementAsset .type picture img {
        width: 100%;
}

.managementAsset .process {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 80px;
        background-color: var(--Medici-Colors-5);
        color: white;
        padding: 64px 56px;
}

.managementAsset .process h1 {
        text-align: center;
        font-size: 40px;
        font-weight: 800;
        line-height: 48px; 
        max-width: 420px;
}

.managementAsset .process .content {
        max-width: 1120px;
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 64px;
        position: relative;
}

.managementAsset .process .content .line {
        width: 1px;
        background-color: var(--Medici-Colors-4);
        position: relative;
}

.managementAsset .process .content .line .arrow {
        border-left: 9px solid var(--Medici-Colors-4);
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        float: left;
        position: absolute;
        top: 307px;
}

.managementAsset .process .card {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 32px;
}

.managementAsset .process .card div {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        max-width: 280px;
}

.managementAsset .process .card div .stage {
        background-color: var(--Medici-Colors-6);
        padding: 4px 8px;
        border-radius: 4px;
        color: var(--Medici-Colors-1);
        font-size: 16px;
        font-weight: 800;
        line-height: 24px;
}

.managementAsset .process .card div h2 {
        text-align: center;
        font-size: 24px;
        font-weight: 800;
        line-height: 30px;
}

.managementAsset .process .card div p {
        text-align: justify;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
}

.managementAsset .process .content-mobile {
        display: none;
        flex-direction: column;
        gap: 32px;
        width: 100%;
        max-width: 1120px;
}

.managementAsset .process .content-mobile .glide__arrows button:hover {
        background-color: var(--Medici-Colors-4);
}

.managementAsset .philosophy {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--Medici-Colors-3);
        color: var(--Medici-Colors-5);
        padding: 160px 56px;
}

.managementAsset .philosophy .container {
        display: flex;
        flex-direction: column;
        gap: 56px;
        width: 100%;
        max-width: 1120px;
}

.managementAsset .philosophy .container .title {
        display: flex;
        flex-direction: column;
        gap: 21px;
        max-width: 632px;
}

.managementAsset .philosophy .container .title h1 {
        font-size: 40px;
        font-weight: 800;
        line-height: 48px;
}

.managementAsset .philosophy .container .title p {
        text-align: justify;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
}

.managementAsset .philosophy .container .title p span {
        font-weight: 800;
}

.managementAsset .philosophy .container .graphic {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: fit-content;
        gap: 56px;
}

.managementAsset .philosophy .container .graphic .table {
        display: flex;
        flex-direction: column;
        gap: 32px;
        max-width: 632px;
        width: 70%;
}

.managementAsset .philosophy .container .graphic .table .content {
        display: grid;
        grid-template-columns: repeat(20, 1fr);
        gap: clamp(4px, 0.556vw, 8px);
}

.managementAsset .philosophy .container .graphic .table .content .block {
        background-color: var(--Medici-Colors-4);
        width: 100%;
        max-width: 24px;
        aspect-ratio: 1 / 1;
        border-radius: 15%;
}

.managementAsset .philosophy .container .graphic .table .content .block.allocation {
        background-color: var(--Medici-Colors-4);
}

.managementAsset .philosophy .container .graphic .table .content .block.asset {
        background-color: var(--Medici-Colors-6);
}

.managementAsset .philosophy .container .graphic .table .content .block.timing {
        background-color: var(--Medici-Colors-5);
}

.managementAsset .philosophy .container .graphic .table .legends {
        display: flex;
        align-items: center;
        justify-content: space-around;
}

.managementAsset .philosophy .container .graphic .table .legends .legend {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
}

.managementAsset .philosophy .container .graphic .table .legends .legend .color {
        width: 16px;
        height: 16px;
        border-radius: 32px;
}

.managementAsset .philosophy .container .graphic .table .legends .legend .color.allocation {
        background-color: var(--Medici-Colors-4);
}

.managementAsset .philosophy .container .graphic .table .legends .legend .color.asset {
        background-color: var(--Medici-Colors-6);
}

.managementAsset .philosophy .container .graphic .table .legends .legend .color.timing {
        background-color: var(--Medici-Colors-5);
}

.managementAsset .philosophy .container .graphic .table .legends .legend p {
        text-align: center;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        max-width: 71px;
}

.managementAsset .philosophy .container .graphic .percent {
        display: flex;
        height: fit-content;
}

.managementAsset .philosophy .container .graphic .percent p {
        color: var(--Medici-Colors-6);
        text-align: center;
        font-size: clamp(64px, 14.51vw, 209px);
        font-weight: 800;
}

.managementAsset .experience {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background-image: url('../assets/imgs/background-about-us-process.png');
        background-size: cover;
        background-position-x: 71%;
        height: 20vw;
        min-height: 296px;
        padding: 56px;
        color: var(--Medici-Colors-1);
}

.managementAsset .experience h1 {
        font-size: 24px;
        font-weight: 800;
        line-height: 30px;
        text-align: center;
}

.managementAsset .experience p {
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        text-align: justify;
        max-width: 792px;
}

.managementAsset .contact-us {
        width: 100%;
        display: flex;
        background-color: var(--Medici-Colors-2);
}

.managementAsset .contact-us .form-contain {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 50%;
}

.managementAsset .contact-us .form-contain .content {
        display: flex;
        flex-direction: column;
        gap: 32px;
        max-width: 389px;
        margin: 0px 56px;
}

.managementAsset .contact-us .form-contain .content h2 {
        width: 100%;
        color: var(--Medici-Colors-6);
        font-size: 40px;
        font-weight: 800;
        line-height: 48px;
}

.managementAsset .contact-us .form-contain .content form {
        width: 100%;
}

.managementAsset .contact-us .form-contain .content form button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 8px 32px;
        width: 100%;
        background-color: var(--Medici-Colors-6);
        color: var(--Medici-Colors-1);
        font-size: 16px;
        font-weight: 800;
        line-height: 24px;
        border-radius: 9px;
        border: none;
}

.managementAsset .contact-us .form-contain .content form button:hover {
        background-color: #0643D5;
}

.managementAsset .contact-us .form-contain .content form button:focus {
        background-color: #0033AC;
}

.managementAsset .contact-us .banner {
        display: flex;
        justify-content: center;
        background-image: none;
        height: 54vw;
        min-height: 774px;
        width: 50%;
        overflow: hidden;
}

.managementAsset .contact-us .banner picture {
        height: 101%;
}

.managementAsset .contact-us .banner picture img {
        height: 100%;
}

/* Responsivo */

@media (max-width: 479px) {
        .managementAsset .header {
                min-height: 660px;
                align-items: flex-end;
        }

        .managementAsset .header .container h1 {
                text-align: center;
                font-size: 24px;
                line-height: 30px;
        }
        
        .managementAsset .header .container .text {
                display: none;
        }

        .managementAsset .header .container .mobile-text {
                display: flex;
        }

        .managementAsset .why h1 {
                font-size: 24px;
                line-height: 30px;
        }

        .managementAsset .type .content {
                gap: 24px;
        }

        .managementAsset .type .content h1 {
                text-align: center;
                font-size: 24px;
                line-height: 30px;
        }

        .managementAsset .type .content .options {
                gap: 16px;
        }

        .managementAsset .type .content .options .option {
                gap: 8px;
        }

        .managementAsset .type .content .options .option img {
                width: 36px;
        }
        
        .managementAsset .type .content .options .option div h2 {
                font-size: 16px;
                line-height: 24px;
        }

        .managementAsset .process h1 {
                font-size: 24px;
                line-height: 30px;
        }

        .managementAsset .philosophy .container .title h1 {
                text-align: center;
                font-size: 24px;
                font-weight: 800;
                line-height: 30px;
        }

        .managementAsset .contact-us .form-contain .content {
                margin: 32px 16px !important;
        }

        .managementAsset .contact-us .form-contain .content h2 {
                font-size: 24px;
                font-weight: 800;
                line-height: 30px;
                text-align: center;
        }
}
    
@media (max-width: 767px) {
        .managementAsset .header {
                padding: 64px 16px;
        }

        .managementAsset .header .container {
                align-items: center;
        }
        
        .managementAsset .header .container h1 {
                text-align: center;
        }

        .managementAsset .why {
                gap: 48px;
                padding: 32px 16px;
                min-height: 679px;
                justify-content: flex-end;
        }

        .managementAsset .type {
                padding: 32px 0px 0px !important;
        }

        .managementAsset .type .content {
                padding-inline: 16px !important;
        }

        .managementAsset .process {
                padding: 64px 16px;
                gap: 40px;
        }

        .managementAsset .philosophy {
                padding: 64px 16px;
        }

        .managementAsset .philosophy .container {
                gap: 32px;
        }

        .managementAsset .philosophy .container .graphic {
                flex-direction: column-reverse;
                gap: 16px;
        }

        .managementAsset .philosophy .container .graphic .table {
                width: 100%;
        }

        .managementAsset .experience {
                padding: 44px 16px;
        }

        .managementAsset .contact-us {
                flex-direction: column-reverse;
        }
        
        .managementAsset .contact-us .form-contain {
                width: 100%;
        }

        .managementAsset .contact-us .form-contain .content {
                margin: 56px;
        }

        .managementAsset .contact-us .banner {
                display: none;
        }
}
    
@media (max-width: 1024px) {
        .managementAsset .cards .glide__arrows {
                display: flex;
        }

        .managementAsset .type {
                background-image: none;
                flex-direction: column;
                height: fit-content;
                min-height: auto;
                padding: 56px 0px 0px;
        }

        .managementAsset .type .content {
                padding-inline: 56px;
        }

        .managementAsset .type .content .options {
                max-width: none;
                width: 100%;
        }

        .managementAsset .type picture {
                display: flex;
        }

        .managementAsset .process .content {
                display: none;
        }

        .managementAsset .process .content-mobile {
                display: flex;
        }

        .managementAsset .process .card div {
                max-width: none;
        }
}

@media (max-width: 1279px) {
        .managementAsset .process .content {
                gap: 40px;
        }
}

@media (max-width: 1354px) {}
