/*
Theme Name: Semáforo de días sin clases
Theme URI: https://virkapp.com/
Author: virkapp
Author URI: https://virkapp.com/
Description:  multi-language
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: semaforo
Tags: semaforo
*/

:root {
  --bg-color: #fcfbf9;
  --card-bg: white;
  --card2-bg: #fcfbf9;
  --map-card-bg: #fcfbf9;
  --text-color: #212121;
  --blue-color: #0a84ff;
  --primary-font: 'Public Sans', sans-serif;
  --font-size: 16px;
  --border-color: #dcdde4;
  --green-color: #00b05d;
  --yellow-color: #ffb700;
  --orange-color: #ff6d1b;
  --red-color: #d61f15;
}

[data-bs-theme='dark'] {
  --bg-color: #111111;
  --card-bg: #212121;
  --text-color: #ffffff;
  --border-color: #575757;
  --map-card-bg: #272628;
  --card2-bg: #2d2d2d;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--primary-font);
  font-size: var(--font-size);
  line-height: 22px;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  background: var(--bg-color);
  color: var(--text-color);
}

main {
  min-height: calc(100vh - 396px);
}

.img-dark {
  display: none;
}

.title span {
  background: linear-gradient(
    90deg,
    #00b05d 0%,
    #ffb700 24.76%,
    #ff6d1b 47.25%,
    #d61f15 92.86%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

[data-bs-theme='dark'] .img-light {
  display: none;
}

[data-bs-theme='dark'] .img-dark {
  display: inline-block;
}

h1 {
  font-size: 56px;
  line-height: 58px;
}

h2 {
  font-size: 26px;
  line-height: 28px;
}

h2.number {
  font-size: 56px;
  line-height: 42px;
}

.input-suscribe {
  border: 1px var(--border-color) solid;
  border-radius: 12px;
  background-color: var(--bg-color);
  max-width: 600px;
  margin: 30px 0px;
  display: flex;
  align-items: center;
}

.input-suscribe input {
  width: 100%;
  margin: 10px;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 18px;
}

.input-suscribe button {
  background: var(--blue-color);
  color: white;
  border: none;
  padding: 15px;
  border-radius: 8px;
  margin: 10px;
}
