@media(min-width: 768px) {
            .flag-select {
                display: none !important;
            }
        }

        .flag-select {
            position: absolute;
            right: -40px;
            top: 20px;
        }

        .flag-select .drop-down {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-color: white;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.322);
            width: 65px;
            padding: 0.5rem 1rem;
            cursor: pointer;
            border-radius: 12px;

        }

        .flag-select .wrapper {
            display: flex;
            gap: 0.5rem;
            align-items: center;
            z-index: 3;
        }

        .flag-select .drop-down img {
            width: 25px;
            height: 25px;

        }

        .flag-select i {
            margin-left: 5px;
        }

        .flag-select .show {
            display: block;
        }

        .flag-select .list {
            background-color: white;
            position: absolute;
            top: 45px;
            right: 0;
            border-radius: 0px 0px 12px 12px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.322);
            cursor: pointer;
            max-height: 250px;
            overflow-y: scroll;
            display: none;
            transform: translateY(-12px);
            z-index: -1;
            margin-right: 10px;
        }

        .flag-select .item {
            display: flex;
            align-items: center;
            padding: 1rem;
            width: 45px;
        }
            #modalText{
                font-size: 1.7rem;
                font-weight: 500;
                color: #202020;
                padding-top: 20px;
            }
            #sublinhadoConsultoria{
                -moz-text-decoration: underline #202020 !important;
                -webkit-text-decoration: underline #202020 !important;
                text-decoration: underline #202020 !important;
            }
            #consultoriaModal .modal-header{
                border-bottom: none !important
            }
            #consultoriaModal .modal-footer{
                border-top: none !important
            }
            #modalSubCta{
                color: gray;
                width: 100%;
                position: relative;
                margin: auto;
                display: flex;
                text-align: center;
                justify-content: center;
                align-items: center;
                margin-top: 10px;
            }
            #modalCta{
                width: 100%;
                position: relative;
                height: 50px;
                line-height: 35px;
                font-size: 2rem;
                bottom: 0;

                text-transform: none !important;
            }
            #consultoriaModal .modal-body{
                position: relative;;
            }
            #consultoriaModal{
                z-index: 9999;
                position: fixed;
                right: 0;
                left: 0;
                top: 0;
                bottom: 0;
                width: 100vw;
                height: 100vh;
                overflow: hidden
            }
            #consultoriaModal .modal-footer{
                position: absolute;
                bottom: 0;
                right: 0;
                left: 0;
            }
            #consultoriaModal .modal-content{
                padding: 10px;
                height: 50vh;
                border: none !important;
                top: 10%;
                bottom: -10%;
                position: fixed;
                right: 30%;
                left: 30%;
            }
            @media(max-width: 1600px){
                #consultoriaModal .modal-content{
                padding: 10px;
                height: 70vh;
                border: none !important;
                top: 10%;
                bottom: -10%;
                position: fixed;
                right: 30%;
                left: 30%;
            }
            }
            @media(max-width: 991px){
                #consultoriaModal .modal-content{
                    height: 75vh;
                    border: none !important;
                    top: 10%;
                    bottom: 0;
                    position: fixed;
                    right: 10%;
                    left: 10%;
                }
                #consultoriaTitle{
                    font-size: 2rem !important;
                }
                #modalText{
                    font-size: 1.5rem !important;
                    line-height: 2.2rem;
                    padding-top: 10px;
                }
                #modalSubCta{
                    font-size: 1.5rem !important;
                    font-weight: 500;
                }
                #modalCta{
                    font-size: 1.75rem !important;
                }
                #consultoriaModal img{
                    width: 150px !important;
                }
            }
            #backgroundFade{
                position: fixed;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
                width: 120vw;
                overflow: hidden;
                height: 120vh;
                z-index: 999;
                background-color: rgba(20, 20, 20, 0.5);
            }
            #consultoriaTitle{
                font-size:2.5rem;
                font-weight: 600;
            }
            .hidden{
                display: none !important
            }