@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap);
@font-face {
  font-family: Skrawk-Serif;
  src: url("/fonts/skrawk_serif/Skrawk-Serif.otf");
}
@font-face {
  font-family: Intro5;
  src: url("/fonts/FontsFree-Net-Intro5.ttf");
}
body {
  height: 100vh;
  overflow: hidden;
  max-height: 100vh;
  overflow: hidden;
  font-family: "Intro5";
  background-color: #231f20;
}

.filtros {
  color: white;
}

.full-screen, .volver-atras, .captura {
  position: fixed;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #0d5540;
  border-radius: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px #383838;
}
.full-screen img, .volver-atras img, .captura img {
  color: white;
  font-size: 20px;
  height: 20px;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(258deg) brightness(114%) contrast(101%);
}

.full-screen {
  bottom: 1rem;
  right: 1rem;
}

.volver-atras {
  bottom: 1rem;
  left: 1rem;
}

.captura {
  bottom: 4.5rem;
  right: 1rem;
}
.captura img {
  filter: none;
}

.captura-section {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 999;
}
.captura-section img:first-child {
  max-width: 70vw;
  max-height: 100vh;
}
.captura-section img:last-child {
  position: absolute;
  width: 3rem;
  height: 3rem;
  bottom: 1rem;
  right: 1rem;
  filter: invert(85%) sepia(55%) saturate(3374%) hue-rotate(322deg) brightness(101%) contrast(101%);
  cursor: pointer;
}

.navbar {
  height: 10vh;
  background-color: #0d5540;
  z-index: 50;
}
.navbar i {
  color: white;
  font-size: 40px;
}
.navbar img {
  cursor: pointer;
}
.navbar img:last-child {
  filter: invert(99%) sepia(0%) saturate(5217%) hue-rotate(201deg) brightness(118%) contrast(100%);
}

.fondo-1 {
  position: absolute;
  top: 10vh;
  left: 0;
  height: 100vh;
  z-index: -5;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.fondo-2 {
  position: absolute;
  bottom: 2.5rem;
  right: 0;
  left: 0;
  height: 45vh;
  z-index: -5;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

label.error, span.error {
  color: red;
  font-size: 0.8em;
}

.btn-1 {
  background-color: #0d5540;
  color: white;
}

.btn-2 {
  background-color: #0d5540;
  color: white;
}

.btn-3 {
  background-color: #ed9f46;
  color: white;
}

.cambiar-filtros img {
  margin-right: 10px;
  filter: invert(84%) sepia(12%) saturate(5517%) hue-rotate(326deg) brightness(98%) contrast(90%);
}

.tarjeta {
  display: flex;
  flex-wrap: nowrap;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 15px 0px #919191;
  background-color: white;
  background-image: url("/images/logo/logo_arehucas_7_verde.png");
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: auto 85%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.tarjeta-titulo {
  width: 30%;
  padding: 0.5rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.tarjeta-titulo span {
  display: flex;
  align-items: center;
}
.tarjeta-titulo span img.icono {
  margin-right: 5px;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(258deg) brightness(114%) contrast(101%);
}
.tarjeta-titulo-morado {
  background-color: #0d5540;
}
.tarjeta-titulo-morado .subtitulo {
  color: grey;
}
.tarjeta-titulo-rojo {
  background-color: #0d5540;
}
.tarjeta-titulo-rojo .subtitulo {
  color: grey;
}
.tarjeta-titulo-amarillo {
  background-color: #0d5540;
}
.tarjeta-titulo-amarillo .subtitulo {
  color: grey;
}
.tarjeta-titulo .subtitulo {
  font-weight: bold;
  text-transform: uppercase;
}
.tarjeta-titulo .titulo {
  color: white;
  margin-bottom: 0;
}
.tarjeta-content {
  padding: 0.5rem;
  width: 64%;
}
.tarjeta-content p {
  margin-bottom: 0 !important;
}
.tarjeta-content .ganador {
  color: #D4AF37;
}
.tarjeta-content .ganador img {
  filter: invert(66%) sepia(71%) saturate(453%) hue-rotate(6deg) brightness(98%) contrast(79%);
}
.tarjeta-content .tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  display: flex;
}
.tarjeta-content .tags li {
  float: left;
}
.tarjeta-content .tags .tag {
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  text-decoration: none;
  transition: color 0.2s;
  margin-right: 0.5rem;
}
.tarjeta-content .tags .tag.sorteo {
  background: crimson;
}
.tarjeta-content .tags .tag.sorteo::after {
  border-left: 10px solid crimson;
}
.tarjeta-content .tags .tag.evento {
  background: #047c00;
}
.tarjeta-content .tags .tag.evento::after {
  border-left: 10px solid #047c00;
}
.tarjeta-content .tags .tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: "";
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}
.tarjeta-content .tags .tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.tarjeta-actions {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.tarjeta-actions button {
  height: 1.6rem;
  width: 2rem;
  padding: 0px;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.tarjeta-actions .btn-editar {
  background-image: url("/images/iconos/editar.png");
}
.tarjeta-actions .btn-ver {
  background-image: url("/images/iconos/ver.png");
}
.tarjeta-actions .btn-borrar {
  background-image: url("/images/iconos/borrar.png");
}
.tarjeta-actions .btn-reabrir {
  background-image: url("/images/iconos/reabrir.png");
}

.titular-listado {
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: Skrawk-Serif;
}

.listado {
  overflow-y: auto;
  height: 55vh;
  display: flex;
  align-content: flex-start;
}

.btn-agregar {
  position: fixed;
  bottom: 25%;
  left: 50%;
  transform: translate(-50%, 25%);
  border-radius: 100%;
  width: 150px;
  height: 150px;
  background-color: #f9485c;
  font-weight: bold;
  font-size: 20px;
}

.outline {
  color: #ed9f46;
  font-weight: bold;
  background-color: white;
  border-color: #ed9f46;
}

a:not([href]):not([tabindex]) {
  color: #ed9f46;
}
a:not([href]):not([tabindex]):hover {
  color: #ed9f46;
}

.fill {
  background-color: #ed9f46;
  border-color: #ed9f46;
  color: white;
}

.page-item .page-link {
  color: #ed9f46;
}
.page-item.active .page-link {
  background-color: #ed9f46;
  border-color: #ed9f46;
}

form label.error {
  transform: translateY(-15px);
}

.filtros {
  transition: all 1s ease;
  height: 0;
  display: none;
}
.filtros.mostrados {
  display: flex;
  height: 100%;
}

/**
* Change three lines
*
/* line 11 */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 34px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 131 */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 32px;
}

/* line 139 */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
