﻿svg {
    height: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

g, svg g a {
    fill: #d3d3d3;
    transition: .6s fill;
    text-decoration: none !important;
}

    g:hover, svg g a:focus {
        fill: #6ac843;
    }

.header {
            background-color: #6AC843 !important;
            color: #ffffff;
        }

        .texto {
            display: flex;
            justify-content: center;
            align-items: center;
        }

polyline {
    stroke: white;
    stroke-width: 20;
}



.tippy-tooltip.invico-theme { /*body {
            padding-top: 0px !important;
        }*/
    background-color: #6AC843;
    color: white;
}


tippy-tooltip.invico-theme[data-placement^='top'] .tippy-arrow {
    border-top-color: #6AC843;
}

.tippy-tooltip.invico-theme[data-placement^='bottom'] .tippy-arrow {
    border-bottom-color: #6AC843;
}

.tippy-tooltip.invico-theme[data-placement^='left'] .tippy-arrow {
    border-left-color: #6AC843;
}

.tippy-tooltip.invico-theme[data-placement^='right'] .tippy-arrow {
    border-right-color: #6AC843;
}

@media only screen and (max-width: 600px) {
    svg {
        height: 100vw;
        justify-content: center;
        align-items: center;
    }

    .fnt0 {
        font-weight: normal;
        font-size: 300px !important;
        font-family: 'Poppins';
        fill: grey;
    }
}

.fnt0 {
    font-weight: normal;
    font-size: 175px;
    font-family: 'Poppins';
    fill: grey;
}



