@charset "UTF-8"; /*  * index.css  *   * Autor: Wilson da Silva Cabrera (https://wilsoncabrera.com.br)  * Atualizado em 09/10/2025 às 08h50  *  */ .fancybox-content {border-width: 0 !important; height: 880px !important; width: auto !important; min-width: 500px; position: absolute !important; top: 50%; left: 50%; transform: translate(-50%, -50%);}  /* Tablet */ @media (min-width: 768px) and (max-width: 1199px) { }  /* Mobile */ @media (max-width: 767px) { } 