/*
Theme Name: Modaltrans
Theme URI: https://modaltrans-transporte.com/
Author: Modaltrans
Description: Tema de bloques corporativo para servicios de transporte multimodal y freight forwarding.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: modaltrans
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

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

img {
  max-width: 100%;
  height: auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  position: fixed;
  z-index: 100000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 12px 18px;
  clip: auto;
  background: #ffffff;
  color: #052a4e;
  font-weight: 700;
}
