.__header-container {
    width: 100%;
    height: 110px;
    min-height: 100px;
    background: #ffffff;

}

.__header-container-content {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 20px 55px;
    align-items: center;
}

.__header-container-content .__header-section {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

.__header-button-main {
    height: 45px;
    border-radius: 25px;
    padding: 0px 15px;
    min-width: 100px;
    border: none;
    font-size: 15px;
    margin: 0px 15px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    background-color: #C1E0CD;
    color: #1E917F;
    transition: all 1s ease;
}

.__active-page {
    background-color: #7100A0 !important;
    color: #ffffff !important;
}

.__header-button-outline {
    height: 45px;
    border-radius: 25px;
    padding: 0px 15px;
    min-width: 100px;
    cursor: pointer;
    border: 2px solid #1E917F;
    font-size: 15px;
    margin: 0px 15px;
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    color: #1E917F;
}

.__header-icon {
    font-size: 25px;
    color: #711AA0;
    margin: 0 2.5px;
}

.__header-container-mobile {
    display: none;
}


/* MObile*/

.__header-container-mobile {
    width: 100%;
    height: 55px;
    background: #ffffff;
    transition: all .5s ease;
}

.__header-menu-open {
    height: 95vh !important;
}


.__header-container-mobile-content {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding:0 55px;
    transition: all .5s ease;
}


.__section-menu-close {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    transition: all .5s ease;
}

#__header-menu-button {
    height: 20px;
}

.__section-expand-menu-close {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    align-items: flex-start;
    height: 100%;
    transition: all .5s ease;
    display: none;
    padding: 23px 0;
    flex-direction: column;
}

.__section-expand-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    transition: all .5s ease;
}

.__header-menu-open 
.__header-container-mobile-content
.__section-menu-close {
   display: none !important;
}

.__header-menu-open 
.__header-container-mobile-content
.__section-expand-menu-close {
   display: flex !important;
}

.__header-menu-open 
.__header-container-mobile-content 
.__section-expand-menu-header-body  {
    width: 100%;
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}

.__header-menu-open 
.__header-container-mobile-content 
.__section-expand-menu-header-body .__link-full-wd{
    width: 100%;
    display: flex;
    justify-content: center;
}
.__header-menu-open 
.__header-container-mobile-content 
.__section-expand-menu-header-body .__header-button-main {
    width: 98% !important;
    max-width: 350px !important;
    min-width: initial !important;
    margin: 0 !important;
    padding: 0 !important;
}

.__amplia-logo-menu-default {
    height: 25px;
    object-fit: cover;
}
.__header-menu-open 
.__header-container-mobile-content 
.__section-expand-menu-header-body .__header-button-outline {
    width: 100% !important;
    max-width: 350px !important;
    height: 45px !important;
}

.__header-container-mobile-content .__header-button-outline {
    height: 35px;
}
.__header-container-mobile-content img {
    cursor: pointer;
}


@media screen and (max-width: 1550px)  {
    .__header-button-main, .__header-button-outline {
        padding: 0 10px;
        font-size: 13px;
        margin: 0 10px;
    }
}

@media screen and (max-width: 1410px)  {
    .__header-button-main, .__header-button-outline {
        padding: 0 10px;
        font-size: 12px;
        margin: 0 10px ;
        height: 35px;
        min-width: fit-content;
    }
}

@media screen and (max-width: 1180px)  {
    .__header-button-main, .__header-button-outline {
        padding: 0 10px;
        font-size: 10px;
    }
}

@media screen and (max-width: 1050px) {
    .__header-button-main  {
        min-width: auto !important
    }

    .__header-desktop {
        display: none !important;
    }

    .__header-container-mobile {
        display: block !important;
    }

    .__header-menu-open 
    .__header-container-mobile-content 
    .__section-expand-menu-header-body .__header-button-outline {
        margin: 0;
    }
}


@media screen and (max-width: 525px) {
   
    .__button-disable-mobile {
        display: none !important;
    }
}



@media screen and (max-width: 400px) {
    .__header-menu-open 
    .__header-container-mobile-content 
    .__section-expand-menu-header-body .__header-button-outline {
        font-size: 12px !important;
    }

    .__header-menu-open 
    .__header-container-mobile-content 
    .__section-expand-menu-header-body .__header-button-main {
        font-size: 12px !important;
    }


}