figure {
    width: 100% !important;
    height: auto !important;
}

table {
    width: 100% !important;
}


.btn-j{
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: var(--azul);
    border-radius: 20px;
    padding: 4px 20px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-j svg{
    width: 30px;
    fill: #fff;
}

.btn-j span{
    font-size: 18px;
    color: #fff;
}


.btn-pdf{
    min-width: 230px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5px !important;
    background-color: var(--azul) !important;
    border-radius: 20px !important;
    padding: 4px 20px !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
}

.btn-pdf svg{
    width: 30px !important;
    fill: #fff !important;
}

.btn-pdf span{
    font-size: 18px !important;
    color: #fff !important;
    font-family: "OpenSans" !important;
}

#content-info-not-interna div img{
    height: auto !important;
}