*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
video,
iframe,
canvas,
svg {
  max-width: 100%;
  height: auto;
}

/* Ajustes para o HTML exportado em esporte.html */
.h-\[1200px\] {
  height: auto !important;
  min-height: 100vh !important;
}

@media (max-width: 768px) {
  .fixed.-top-7 {
    top: 0 !important;
  }

  .pt-\[90px\] {
    padding-top: 78px !important;
  }

  .py-10 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .w-\[110px\] {
    width: 92px !important;
  }

  .h-\[52px\] {
    height: 44px !important;
  }

  .h-\[40px\] {
    height: 36px !important;
  }

  .w-\[85px\] {
    width: 74px !important;
  }

  .w-\[70px\] {
    width: 64px !important;
  }

  .max-w-\[460px\],
  .max-w-\[410px\] {
    max-width: 100% !important;
  }

  .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (max-width: 420px) {
  .text-2xl {
    font-size: 1.2rem !important;
    line-height: 1.3 !important;
  }

  .text-sm {
    font-size: 0.82rem !important;
  }
}
