/*
Theme Name: AESST Modern
Theme URI: https://aesst.org/
Author: Daniel Pinargo
Description: Tema moderno y seguro para WordPress basado en la pagina de servicios de AESST.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: aesst-modern
*/

:root {
  --wp--preset--color--aesst-green: #3bab05;
  --wp--preset--color--aesst-green-light: #aac79f;
  --wp--preset--color--aesst-dark: #212529;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.site-main {
  min-height: 60vh;
}
