/* cyrillic */
@font-face {
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Russo One'), local('RussoOne-Regular'), url(../carteles/fonts/Z9XUDmZRWg6M1LvRYsHOy8mJrrg.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Russo One'), local('RussoOne-Regular'), url(../carteles/fonts/Z9XUDmZRWg6M1LvRYsHOwcmJrrg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Russo One'), local('RussoOne-Regular'), url(../carteles/fonts/Z9XUDmZRWg6M1LvRYsHOz8mJ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  font-size: normal;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.escolas {
  font-size: max(5vw, 30px);
  color:white;
  width:100%;
  height: 121px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Russo One', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.5);
}

.escolas-logo {
  display: grid;
  grid-template-columns: 80px auto;
  background-color: green;
  padding: 10px;
}

.escolas-nome {
  display: inherit;
  text-align: center;
}
.escolas-siglas {
  display: none;
}

.escolas-box-shadow {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0.7em;
  box-shadow: 3px 3px 6px #222;
}

@media (max-width: 480px) {
  .escolas-nome {
    display: none;
  }
  .escolas-siglas {
    display: unset;
    font-size: 12vw;
    text-align: center;
  }
}
