/*
Theme Name: PMGV - Prefeitura Municipal de GetÃºlio Vargas
Theme URI: https://pmgv.rs.gov.br
Author: Prefeitura Municipal de GetÃºlio Vargas
Author URI: https://pmgv.rs.gov.br
Description: Tema oficial da Prefeitura Municipal de GetÃºlio Vargas - RS. Design moderno, acessÃ­vel (WCAG 2.1 AA / eMAG), responsivo e compatÃ­vel com LGPD. Inclui barra de acessibilidade, alto contraste, ajuste de fonte, leitura em voz alta, VLibras, banner de cookies e Schema.org. Otimizado para hospedagem compartilhada e compatÃ­vel com os principais plugins WordPress.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pmgvwp
Tags: government, accessibility-ready, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, threaded-comments, translation-ready, wide-blocks, one-column, two-columns, right-sidebar
*/

/* Os estilos principais estÃ£o em assets/css/main.css */

/* =========================================================================
   RESPONSIVIDADE PARA VÍDEOS E IFRAMES INTERNOS
   ========================================================================= */
.entry-content iframe,
.entry-content object,
.entry-content embed,
.entry-content video {
    max-width: 100%;
}

.entry-content iframe[src*="youtube.com"],
.entry-content iframe[src*="youtu.be"],
.entry-content iframe[src*="vimeo.com"] {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

