/*
Theme Name: FEPOSOR Construcción
Theme URI: https://feposor.com
Author: FEPOSOR
Author URI: https://feposor.com
Description: Tema temporal de sitio en construcción para la Federación Venezolana Polideportiva de Sordos.
Version: 1.0
License: GPLv2 or later
Text Domain: feposor-construccion
*/

:root {
  color-scheme: light;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: #ffffff;
}

body {
  min-height: 100vh;
}

.construction-wrapper {
  box-sizing: border-box;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.construction-wrapper img {
  width: 100%;
  height: auto;
  max-width: 1920px;
  max-height: 100vh;
  object-fit: contain;
  display: block;
}

@media (max-aspect-ratio: 16 / 9) {
  .construction-wrapper img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
