:root {
  --background-principal: #003058;
  --color-principal: #ffffff;
  --color-text-principal: #ffc900;
  --background-btn-principal: #003157;
}

* {
  color: var(--color-text-principal);
  font-family: "Poppins Light" !important;
}

/* ESTILOS GLOBALES */

input:focus {
  outline: none;
}

@font-face {
  font-family: "Poppins bold";
  src: url("../fuentes/Poppins-Bold.eot");
  src: url("../fuentes/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fuentes/Poppins-Bold.woff2") format("woff2"),
    url("../fuentes/Poppins-Bold.woff") format("woff"),
    url("../fuentes/Poppins-Bold.ttf") format("truetype"),
    url("../fuentes/Poppin-sBold.svg#Poppins-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.main-login {
  /* min-width: 50%; */
  /* background-color: var(--color-principal); */
  margin: 0 auto;
  /* border-radius: 10px; */
  /* box-shadow: 0.5px 0.2px 0.2px 0.2px #48628457; */
}

.main-caso-ampliado {
  min-width: 50%;
  max-width: 70%;
  background-color: var(--color-principal);
  margin: 0 auto;
  border-radius: 60px 60px 0px 0px !important;
  box-shadow: 0.5px 0.2px 0.2px 0.2px #48628457;
}

/*  */
.login-titulo {
  color: var(--color-text-principal);
}

.alto-excelente {
  font-size: 40px;
}

.login-texto {
  font-size: 18px;
  color: var(--background-principal);
}
.instrucciones-texto {
  font-size: 18px;
  color: var(--background-principal);
  font-family: "Poppins bold" !important;
}

.outlinenone {
  outline: none;
  background-color: #dfe;
  border: 0;
}

.input {
  border-radius: 20px;
  border-width: 1px;
  padding: 10px;
  background-color: var(--background-btn-principal) !important;
  font-size: 13px;
  color: var(--color-text-principal);
  padding-left: 15px;
  border: 2px solid var(--color-text-principal);
}

input::placeholder {
  color: var(--color-text-principal);
}

.btnGeneral {
  background-color: var(--color-text-principal);
  color: var(--background-btn-principal);
  border: 2px solid var(--background-btn-principal);
  border-radius: 30px;
  font-weight: lighter;
  font-size: 20px !important;
  font-family: "Poppins bold" !important;
}

.btnGeneral:hover {
  scale: 1.1;
}

#btnPracticar {
  font-size: 12px;
  padding-left: 8px;
  padding-right: 8px;
}

#btnJugar {
  font-size: 12px;
  padding-left: 8px;
  padding-right: 8px;
  width: 80%;
  margin-top: 0px;
}

/* CARDS */

.card-caso {
  /* background-color: transparent; */
  cursor: pointer;
  border-radius: 10px;
}

.card-caso-interno {
  border-radius: 10px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  width: 30%;
}

.main-jugar {
  background-color: white;
}

.jugar-title {
  color: #486284;
  display: block;
  font-size: 29px;
}

.text-align-center {
  text-align: center;
}

@media (max-width: 992px) {
  .alto-completo {
    height: auto !important;
  }
  .titulo-jugar {
    font-size: 3rem !important;
  }
  .titulo-instrucciones {
    font-size: 4rem !important;
  }
  .card-caso {
    min-height: 17rem !important;
  }
  .card-caso-interno {
    width: 40%;
  }
}

.jugar-decripcio {
  color: #486284;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

.jugar-descripcion-2 {
}

.img-descripcion {
  background: url("../img/500x500.png") no-repeat center center;
  /* height: 150%; */
  background-size: cover;
}

.font-weight-100 {
  font-weight: 100;
  font-size: 20px;
  text-align: justify;
}

.text-align-justify {
  text-align: justify;
}

.atributos {
  border: 0.5px solid #dfdfdf;
  font-size: 20px;
}

.background-gray {
  background-color: #f7f7f7;
}

.fs-9 {
  font-size: 12px;
}

/* NUEVAS CLASES */
.card-caso {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 25rem;
  border-radius: 1.5rem;
  /* border: 1px solid black; */
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.card-caso-interno {
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.card-caso img {
  width: 100%;
  height: 150px; /* Altura fija para todas las imágenes */
  object-fit: cover;
}
.titulo-caso {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
  flex-grow: 1; /* Permite que el texto ocupe el espacio restante */
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
}

/* PRODUCTOS */
.card-producto {
  height: 100%;
  border-radius: 1.5rem;
  border: 2px solid var(--background-principal);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  cursor: pointer;
}
.card-producto-practica {
  height: 100%;
  border-radius: 30px;
  border: 2px solid #a373ff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  cursor: pointer;
}
.card-producto-interno {
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  align-items: center;
  height: 160px;
}
.card-producto img {
  width: 100%;
  object-fit: cover;
}
.titulo-producto {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
  flex-grow: 1; /* Permite que el texto ocupe el espacio restante */
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
}

.main-instrucciones {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0.5px 0.2px 0.2px 0.2px #48628457;
}
.main-instrucciones-practicas {
  background: linear-gradient(
    to bottom,
    #fff 0%,
    #fff 30%,
    #f2f2f2 30%,
    #f2f2f2 67%,
    #fff 67%,
    #fff 100%
  );
  border-radius: 30px 30px 0px 0px;
  box-shadow: 0.5px 0.2px 0.2px 0.2px #48628457;
}

.titulo-instrucciones {
  font-size: 6rem;
  text-shadow: -2px -2px 0 var(--background-principal),
    2px -2px 0 var(--background-principal),
    -2px 2px 0 var(--background-principal),
    2px 2px 0 var(--background-principal);
  color: var(--color-text-principal);
  font-family: "Poppins bold" !important;
}

.titulo-jugar {
  font-size: 4rem;
  text-shadow: -1px -1px 0 var(--background-principal),
    1px -1px 0 var(--background-principal),
    -1px 1px 0 var(--background-principal),
    1px 1px 0 var(--background-principal);
  color: var(--color-text-principal);
}

.background-ampliado {
  background: url("../imagenes/fondo-login.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px; /* QUITAR PERRIRIA */
}

.border-img-ampliado {
  border: 3px solid #a373ff;
  border-radius: 50px;
}

.fuente-bold {
  font-family: "Poppins bold" !important;
}

.color-principal {
  color: var(--background-principal) !important;
}

.alto-completo {
  height: 100dvh;
}
