.barra-navegacao {
	z-index: 1;
	height: 60px;
}
.menuresponsivo{
	margin-right: 10px;
}

.link-circulo {
    width: 150px;
    height: 50px;
    margin-top: 8px;
    margin-bottom: 20px;
    background-color: #007bff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px;
    border-style: solid;
    color: #ffffff;
    border-color: rgb(0 0 0 / 0%);
    box-shadow: 2px 2px 10px -1px rgb(0 0 0 / 40%);
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;    
}

.without-decoration {
	text-decoration: none !important;
}

.frase-chamada {
    margin: 0;
    width: 100%;
    font-size: 20px;
    font-weight: 600 !important;
    color: #212529;
    background: rgba(255,255,255,60%);
    border: 1px solid transparent;
    padding: 10px;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 2px 2px 10px -1px rgb(0 0 0 / 40%);
    margin-bottom:20px;
}
.cartao{
    height:auto;
    width: 75%;
    margin-left:50px;
    margin-right:50px;
    margin-bottom:10px;
}
.py-5{
    height:auto;
    margin-top:-30px;
}
#textoParaImpressao {
    width: 100%;
    margin: 0 auto;
    text-align: justify;
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .cartao {
        height: auto;
        width: 75%;
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 10px;
    }
    .frase-chamada {
        margin-top: -10px;
    }
    #estatistica {
        width: 330px;
        height: 300px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .cartao {
        height: auto;
        width: 60%;
        margin-left: 100px;
        margin-right: 100px;
        margin-bottom: 10px;
    }
    .frase-chamada {
        margin-top: -40px;
    }
    #estatistica {
        width: 490px;
        height: 300px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .cartao {
        height: auto;
        width: 50%;
        margin-left: 180px;
        margin-right: 180px;
        margin-bottom: 10px;
    }
    #estatistica {
        width: 720px;
        height: 300px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .cartao {
        height: auto;
        width: 75%;
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 10px;
    }
    #estatistica {
        width: 950px;
        height: 400px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .cartao {
        height: auto;
        width: 75%;
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 10px;
    }
    #estatistica {
        width: 1160px;
        height: 600px;
    }
}
