.fundo-transparent {	height: 100%;    width: 100%;    background: rgba(0, 0, 0, 0.85);    position: fixed;    z-index: 999999!important;    z-index: 1;    top: 0;    left:0;}.btn-close a{position: absolute;color: #fff;border-radius: 50%;text-decoration: none;font-size: 26px;width: 25px;padding: 3px;text-align: center;height: 25px;right: 0;}.btn-close {    position: absolute;    margin-top: 6px;    right: 17px;}#caixa-popup {    width: auto;    max-width: 700px;    height: auto;    position: fixed;    top: 3%;    left: 25%;}#caixa-popup img{   max-width: 100%;}.txt-popup {    color: #fff;    position: absolute;    /*padding: 250px;    margin-top: 85px;*/    width: 500px;    font-size: 20px;    text-transform: uppercase;}@media screen and (max-width: 600px) {#caixa-popup {    position: initial;}#caixa-popup img{width: 100%;max-height: 542px;}.txt-popup {    color: #fff;    position: absolute;    padding: 10px;    margin-top: -8px;     font-size: 15px;    width: 400px;}}