a {
  text-decoration: none;
  color: unset;
}

.gap-1 {
  gap: 1rem;
}
.gap-2 {
  gap: 1.25rem;
}

.gap-3 {
  gap: 1.5rem;
}

.gap-4 {
  gap: 1.75rem;
}

.auth-container {
  background-color: white;
  /* position: absolute;
  top: 50%;
  left: 50%; */
  /* transform: translate(-50%, -50%); */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sign-container {
  /* width: 60%;
  max-width: 600px; */
}

.clean-btn {
  background-color: unset;
  border-width: 0;
  font-family: DMMono-Regular;
  text-transform: uppercase;
}

.search-btn {
  display: flex;
  align-items: center;
  background-color: unset;
  border-width: 0 0 1px 0;
  border-color: black;
  border-style: solid;
  padding: 3px;
  transition: all 0.5s;
}

.search-field {
  border: solid black;
  border-width: 0 0 1px 0;
}

.btn {
  font-family: DMMono-Regular;
}

.search-btn:hover {
  background-color: #d2d2d2;
  transition: all 0.5s;
}

.btn-browse {
  text-transform: uppercase;
  background-color: #9f9ada;
  transition: all 0.2s;
}

.btn-kartik {
  text-transform: uppercase;
  background-color: #e9ecef;
}

.btn-kartik:hover {
  background-color: #ced4da;
}

.btn-browse:hover {
  background-color: #1003a3;
  color: white;
}

.container-calificacion {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #000000ed;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.container-calificacion img {
  max-width: 80%;
  max-height: 75vh;
  min-height: 75vh;
  object-fit: contain;
}

.caja-comentarios {
  overflow-y: auto;
  height: 250px;
  margin-bottom: 7px;
  background-color: white;
  padding: 15px;
  width: 270px;
}

.caja-comentarios-view {
  overflow-y: auto;
  height: 250px;
  margin-bottom: 7px;
  background-color: white;
  /* padding: 15px; */
  /* width: 270px; */
}

.caja-comentarios div {
  padding-left: 5px;
}

.underline {
  text-decoration: underline;
}

.caja-comentarios div:nth-child(2n) {
  background-color: #f2f2f2;
}

.comentarios textarea {
  border-radius: 0;
}

.comentarios {
  position: absolute;
  left: 70%;
  bottom: 120%;
}

.descripcion-pieza {
  position: absolute;
  left: 25px;
  bottom: 140px;
  width: 35%;
  background-color: white;
}

.descripcion-pieza div {
}

#modal-borrar {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  -webkit-box-shadow: 4px 6px 16px -6px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 4px 6px 16px -6px rgba(0, 0, 0, 0.35);
  box-shadow: 4px 6px 16px -6px rgba(0, 0, 0, 0.35);
}

#modal-background {
  width: 100%;
  height: calc(100vh);
  background-color: rgba(0, 0, 0, 0.411);
  position: absolute;
  z-index: 2;
  top: 0;
}

.container-imagenes-ganadoras {
  height: inherit;
  border: solid black 1px;
  padding: 20px;
}

.container-imagenes-ganadoras img {
  max-width: 100%;
  object-fit: contain;
  flex-shrink: 1;
  width: 100%;
}

@media (max-width: 800px) {
  .auth-container {
    width: 100%;
  }
}

.ql-container {
  height: 200px;
}

.text-mute {
  color: rgb(87, 87, 87);
}

.fs-7 {
  font-size: 0.75rem !important;
}

.fs-8 {
  font-size: 0.5rem !important;
}

.transform-center {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.flash-msg {
  position: absolute;
  animation: dissappear;
  animation-duration: 8s;
  animation-iteration-count: 1;
  opacity: 0;
}

.container-protesis {
  width: fit-content;
  border-radius: 9px;
  color: white;
  max-width: 500px;
  -webkit-box-shadow: 10px 10px 29px -11px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 10px 10px 29px -11px rgba(0, 0, 0, 0.44);
  box-shadow: 10px 10px 29px -11px rgba(0, 0, 0, 0.44);
}

.container-path {
  width: fit-content;
  border-radius: 9px;
  color: white;
  max-width: 500px;
  padding: 7px 20px;
  -webkit-box-shadow: 10px 10px 29px -11px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 10px 10px 29px -11px rgba(0, 0, 0, 0.44);
  box-shadow: 10px 10px 29px -11px rgba(0, 0, 0, 0.44);
}

.container-path h4 {
  margin: 0;
}

.container-protesis img {
  border-radius: 9px;
  max-height: 225px;
  height: 200px;
  width: 100%;
  object-fit: cover;
}

@keyframes dissappear {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.alert {
  position: absolute;
  z-index: 5;
}

.grecaptcha-badge {
  bottom: 120px !important;
}

/* SKELETON ENDS */

:root {
  /* --black-color: #252226; */
  --black-color: black;
  /* --green-color: #beff1d; */
  --green-color: #ff0000;
  /* --green-color: #beff1d; */
}

#main {
  flex: 1;
  margin-top: 55px;
  /* background-color: var(--black-color); */
  /* background: rgb(249, 255, 0);
  background: linear-gradient(
    162deg,
    rgba(249, 255, 0, 1) 0%,
    rgba(255, 0, 0, 1) 26%,
    rgba(245, 255, 0, 1) 100%
  ); */
  /* background-image: url(../fondo.jpg); */
  /* background-repeat: no-repeat; */
}

::selection {
  color: #000000;
  background: #f2f220;
}

@font-face {
  font-family: "DMMono-Regular";
  src: url(../fonts/DMMono-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "DMMono-Medium";
  src: url(../fonts/DMMono-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "DMSans-Medium";
  src: url(../fonts/DMSans-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "DMSans-Regular";
  src: url(../fonts/DMSans-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "DMSans-Semibold";
  src: url(../fonts/DMSans-SemiBold.ttf) format("truetype");
}

.titulo {
  font-family: DMSans-Semibold;
}

.dm-mono {
  font-family: DMMono-Regular !important;
  font-size: 14px;
  text-transform: uppercase;
}

.dm-mono-medium {
  font-family: DMMono-Medium !important;
  /* font-size: 14px; */
  text-transform: uppercase;
}

/* .dm-sans {
  font-family: DMSans-Regular;
  text-transform: unset;
} */

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  font-family: DMSans-Regular;
}

a:hover {
  color: #1003a3;
}

p {
  line-height: 20px;
}

hr {
  opacity: 1;
}

.pe-7 {
  padding-right: 7em;
}

.fondo-gris {
  background-color: #f7f7f7;
}

.fondo-azulito {
  background-color: #9f9ada;
}

.linea-derecha {
  border: solid black;
  border-width: 0 1px 0 0;
}

.descripcion {
  text-transform: uppercase;
  font-size: 0.75em;
  color: #80828d;
  font-family: DMMono-Regular !important;
  line-height: 14px;
}

.ficha-descripcion[aria-expanded="true"] > i {
  transform: rotate(180deg);
}

.ficha-descripcion i {
  display: inline-block;
  transition: all 0.2s;
}

.newsletter-input {
  border-width: 0;
  padding: 0;
  font-family: DMMono-Regular;
  color: #d2d2d2;
  font-size: 0.9em;
  width: 100%;
}

.newsletter-button {
  height: 11px;
  position: relative;
  width: 11px;
  border: 10px solid #0000;
}

.newsletter-button img {
  height: 11px;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.user-comentario {
  font-family: DMSans-Medium;
  font-size: 12px;
}

.nota-comentario {
  font-family: DMSans-Regular;
  font-size: 14px;
}

.hora-comentario {
  font-family: DMMono-Regular;
  font-size: 11px;
}

.form-label {
  font-family: DMSans-Medium;
  font-weight: bolder;
  /* padding-left: 0.7em; */
}

.navbar ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-around;
}

.navbar li {
  border-width: 0 1px 1px 0px;
  border-style: solid;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar li:first-child {
  border-width: 0 1px 1px 0px;
}

.navbar li:last-child {
  border-width: 0 0px 1px 0px;
}

.nav-item a {
  width: 100%;
  height: 100%;
}

.nav-item {
  height: 56px;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-size: 14px;
}

.navbar a:hover {
  background-color: #1003a3;
  color: white;
}

.active-header {
  color: white;
  background-color: #1003a3;
}

.navbar h2 {
  font-size: 1em;
  margin: 0 auto;
  text-align: center;
  font-family: DMMono-Regular;
}

header img {
  height: 30px;
  margin: 13px 0;
}

.navbar {
  padding: 0;
  height: 56px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

.navbar-brand {
  background-color: #1003a3;
  margin: 0;
  width: auto !important;
  padding: 0 18px;
  border: solid black;
  border-width: 0px 1px 1px 0px;
}

.navbar-toggler {
  background-color: white;
  border-radius: 0;
  border: 1px solid black !important;
  border-width: 0px 0px 1px 1px !important;
  height: 100%;
}

.navbar-toggler:focus {
  box-shadow: unset;
}

.navbar-brand img {
  height: 29px;
  margin: 13px 0;
}

.redondo {
  width: fit-content;
  padding: 0px 8px;
  background-color: #d2d2d2;
  border-radius: 300px;
  font-family: DMSans-Regular;
  border-style: none;
  transition: all 0.2s;
}

.btn-danger {
  text-transform: uppercase;
  border-radius: 6px;
}

.btn-cerrar {
  background-color: white;
  width: 30px;
  align-self: end;
  top: 10px;
  position: relative;
  border-radius: 6px;
}

.btn-redondo {
  width: fit-content;
  padding: 7px 9px;
  background-color: #f2f220;
  color: black;
  border-radius: 6px;
  font-family: DMMono-Regular;
  border-style: none;
  transition: all 0.2s;
  text-transform: uppercase;
}

.btn-redondo:hover {
  background-color: #fcfcd2;
  color: black;
}

.btn-redondo-alt {
  width: fit-content;
  padding: 7px 9px;
  background-color: #ccc;
  border-radius: 6px;
  font-family: DMMono-Regular;
  border-style: none;
  transition: all 0.2s;
  text-transform: uppercase;
}

.btn-redondo-alt:hover {
  background-color: #1003a3;
  color: white;
}

.container-content {
  background-position: center;
  background-size: cover;
}

#mobile-aplicante {
  border: solid black;
  border-width: 1px 1px 1px 0;
  cursor: pointer;
}

#mobile-requisito {
  border: solid black;
  border-width: 1px 0 1px 0;
  /* background-color: #f7f7f7; */
  cursor: pointer;
}

.container-menu {
  width: 28%;
  position: fixed;
  z-index: 5;
}

.container-hero-1 {
  width: 67%;
  position: absolute;
  height: 100vh;
}

.container-hero-1 img {
  object-fit: cover;
  cursor: pointer;
  transition: all 0.8s;
  width: 100%;
  height: 100%;
  object-position: 50% 0%;
}

.container-hero-2 {
  width: 33%;
  position: absolute;
  height: 100vh;
  right: 0;
}

.container-hero-2 img {
  object-fit: cover;
  cursor: pointer;
  transition: all 0.8s;
  width: 100%;
  height: 100%;
  object-position: 50% 0%;
}

.coleccion-container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  width: 100%;
  gap: 2em;
}

.coleccion-container div {
  min-width: 25%;
}

.coleccion-container img {
  pointer-events: none;
}

.container-registro {
  height: 95vh;
  overflow-y: scroll;
}

.registro-aplicante {
  border: solid black;
  border-width: 0 1px 0 0;
}

.titulo-jurado {
  background-color: #d9d9d9;
}

.titulo-jurado img {
  height: 18px;
}

.nombre-active .titulo-jurado {
  background-color: #f2f220;
}

.titulo-jurado img {
  transform: rotate(180deg);
  transition: all 0.2s;
}

.nombre-active .titulo-jurado img {
  transform: rotate(0deg);
  transition: all 0.2s;
}

.nombre-active .info-jurado {
  /* display: flex; */
}

.leer {
  color: #1003a3;
  cursor: pointer;
  width: fit-content;
}

iframe {
  height: 80vh;
}

.thumbnail {
}

.thumbnail img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 6px;
}

.thumbnail img:hover {
  transform: scale(1.05);
  transition: all 0.2s;
}

.display-img {
  max-height: 78vh;
  width: 100%;
  object-fit: contain;
}

.color-serra {
  color: #1003a3;
}
.radio-options {
  display: block;
  position: relative;
  /* padding-left: 35px;
  margin-bottom: 12px; */
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: DMMono-Regular;
  text-transform: uppercase;
}
/* Hide the browser's default checkbox */
.radio-options input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radio-options-num {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: DMSans-Regular;
  width: 45px;
}

.radio-options-num input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark-num {
  position: absolute;
  background-color: #eee;
  border: 1px solid;
  height: 45px;
  width: 45px;
  padding: 10px 0px;
  text-align: center;
  color: black;
  font-family: DMSans-Regular;
  font-size: 14px;
}

.radio-options-num:hover input ~ .checkmark-num {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.radio-options-num input:checked ~ .checkmark-num {
  background-color: #1003a3;
  color: white;
}

.checkmark-num:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.radio-options-num input:checked ~ .checkmark-num:after {
  display: block;
}

/* Style the checkmark/indicator */
.radio-options-num .checkmark-num:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none !important;
}

/* Create a custom checkbox */
.checkmark {
  /* position: absolute; */
  /* top: 4px;
  left: 8px;
  height: 20px;
  width: 20px; */
  background-color: #eee;
  /* border: 1px solid; */
  padding: 7px 9px;
  border-radius: 6px;
  color: black;
  transition: all 0.2s;
}
/* On mouse-over, add a grey background color */
.radio-options:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.radio-options input:checked ~ .checkmark {
  background-color: #1003a3;
  color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
/* .checkmark:after {
  content: "";
  position: absolute;
  display: none;
} */

/* Show the checkmark when checked */
/* .radio-options input:checked ~ .checkmark:after {
  display: block;
} */

/* Style the checkmark/indicator */
.radio-options .checkmark:after {
  /* left: 7px;
  top: 4px;
  width: 5px;
  height: 10px; */
  /* border: solid white; */
  /* border-width: 0 2px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); */
}

.container-pieza-showcase {
  background-color: black;
}

.titulos-piezas {
  font-family: DMMono-Regular;
  font-size: 14px;
  color: black;
  text-transform: uppercase;
}

.titulo-real {
  font-family: DMMono-Regular;
  font-size: 14px;
  color: black;
  text-transform: uppercase;
}

.titulos-piezas p,
.titulos-piezas button,
.titulos-piezas a {
  padding: 0.4em 1.3em;
  /* border: 1px solid black; */
  font-family: DMMono-Regular;
  background-color: white;
  border-radius: 6px;
}

.titulo-real p,
.titulo-real button,
.titulo-real a {
  padding: 0.4em 1.3em;
  border: 1px solid black;
  font-family: DMMono-Regular;
  background-color: white;
  /* border-radius: 6px; */
  width: 100%;
  text-wrap: nowrap;
}

tr {
  font-family: DMSans-Medium;
  border-width: 1px;
}

tr:nth-child(even) {
  background-color: #ececec;
}

td,
th {
  padding: 4px;
  text-transform: uppercase;
  font-weight: inherit;
}

td p {
  overflow: hidden;
  text-overflow: ellipsis;
}

th {
  font-family: DMMono-Medium;
}

td {
  font-family: DMMono-Regular;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.popover {
  border-radius: 6px;
  background-color: #1003a3;
}

.popover-body {
  padding: 2px 8px;
  color: white;
  margin: 0;
  font-family: DMMono-Regular;
  text-transform: uppercase;
}

td .clean-btn {
  text-transform: uppercase;
}

footer {
  width: 100%;
}

.logo-footer {
  width: 100%;
  min-height: 30px;
  height: unset !important;
}

.patrocinios {
  flex-wrap: nowrap;
}

.patrocinios img {
  max-width: 100%;
  flex-shrink: 1;
  min-width: 0;
}

.marquee {
  background: rgb(16, 3, 163);
  background: linear-gradient(
    90deg,
    rgba(16, 3, 163, 1) 0%,
    rgba(210, 210, 210, 1) 65%,
    rgba(210, 210, 210, 1) 100%
  );
  color: white;
  background-size: 200% auto; /* Allows the gradient to move */
  overflow: hidden;
  /* position: relative; */
  display: flex;
  animation: gradientMove 6s linear infinite alternate;
  height: 42px;
  border: solid black;
  border-width: 1px 0 0 0;
}

.marquee-content {
  /* top: 0; */
  /* position: absolute; */
  animation-delay: -70s !important;
  white-space: nowrap;
  animation: marqueeScroll 140s linear infinite; /* Scrolling effect */
  display: flex;
  align-items: center;
  margin: 0 20px;
  gap: 40px;
}

.marquee-content2 {
  animation-delay: 0s !important;
  animation: marqueeScroll2 140s linear infinite; /* Scrolling effect */
}
/* Ensure there's no gap between the content */
.marquee-content > * {
  flex-shrink: 0; /* Prevent content from shrinking */
}

.marquee-content span {
  display: inline;
  text-transform: uppercase;
  font-family: DMMono-Regular;
}

@keyframes marqueeScroll {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marqueeScroll2 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}

@keyframes gradientMove {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.footer img {
  height: 30px;
}

.footer li {
  padding: 18px;
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: black;
  width: 100%;
}

.footer li:last-child {
  border-width: 1px 0px 1px 0px;
}

.footer a {
  width: fit-content;
  display: block;
}

.footer h4 {
  text-transform: uppercase;
  font-family: DMMono-Regular;
  font-size: 0.8em;
}

.footer-mobile {
  display: none;
}

.footer-mobile img {
  /* height: 30px; */
}

.footer-mobile li {
  padding: 18px;
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  border-color: black;
  width: 100%;
}

.footer-mobile li:last-child {
  border-width: 0px 0px 1px 0px;
}

.footer-mobile a {
  width: fit-content;
  display: block;
}

.footer-mobile h4 {
  text-transform: uppercase;
  font-family: DMMono-Regular;
  font-size: 0.8em;
}

/* LG */
@media (max-width: 992px) {
  .pe-7 {
    padding-right: 0;
  }

  .mb--1 {
    margin-bottom: -0.7rem;
  }

  .registro-aplicante {
    border-width: 0;
  }

  .navbar {
    background-color: #1003a3 !important;
  }

  .navbar-nav {
    flex-direction: column;
    background-color: white;
  }

  .nav-item {
    align-items: flex-start;
    justify-content: flex-start;
    height: unset;
    border-width: 0 0px 1px 0px !important;
  }
  .navbar li:first-child {
    border-width: 0 0px 1px 0px;
  }

  .nav-item a {
    justify-content: flex-start;
    align-items: self-start;
  }

  .navbar h2 {
    text-align: left;
    margin: 0;
    padding: 12px 0 12px 12px;
  }

  .navbar ul {
    flex-direction: column;
  }

  .navbar-collapse {
    position: absolute;
    top: 56px;
    z-index: 3;
  }

  .container-registro {
    height: unset;
  }

  .footer {
    display: none;
  }

  .footer-mobile {
    display: block;
  }

  .marquee {
    border-width: 1px 0;
  }

  .container-requisitos {
    flex-direction: column-reverse;
  }

  .patrocinios {
    flex-wrap: wrap;
  }

  .patrocinios img {
    width: 100px;
  }

  .navbar-brand {
    border-width: 0 0px 0px 0px;
  }

  .blur-effect {
    filter: blur(5px) !important;
    transition: all 0.5s;
  }

  .blur {
    filter: blur(0px); /* Adjust the blur intensity */
    transition: all 0.5s;
  }

  .titulo {
    /* line-height: 1em; */
    line-height: 28px;
  }
  .coleccion-container div {
    min-width: 65%;
  }

  .linea-derecha {
    border-width: 0;
  }
}
