@font-face {
  font-family: 'MoonGetHeavy';
  src: url('Fonts/moon_get-Heavy.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Roboto', sans-serif;
  background-color: #000;
  color: #ff0000;
}

h1 {
  font-family: 'MoonGetHeavy', sans-serif;
  color: #ff0040;
}

.nav-tabs .nav-link {
  font-family: 'MoonGetHeavy', sans-serif;
  color: #ffffff;
  background-color: #161616;
  outline: auto;
  outline-color: #ff0040;
  border: none;
  margin: 0 3px;
}

.nav-tabs .nav-link.active {
  background-color: #ff0040;
  color: #000000;
}

.tab-content {
  background-color: #000000;
  padding: 20px;
  border-radius: 10px;
  outline: auto;
  outline-color: #ff0040;
  position: relative;
  position: -100px;
}

.portfolio-item img,
.portfolio-item video {
  width: 100%;
  height: auto;
  cursor: pointer;
  object-fit: cover;
}

.portfolio-item {
  position: relative;
}

.portfolio-item video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.portfolio-item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px; /* Ajusta el tamaño del triángulo según sea necesario */
  height: 50px;
  background: url('triangle.png') no-repeat center center;
  background-size: contain;
  pointer-events: none; /* Para que el clic pase a través del triángulo y llegue al video */
}


.modal-content {
  background-color: #000000;
  outline: auto;
  outline-color: #ff0040;
}

.modal-header .close {
  color: #ff0040;
}

.modal-body img,
.modal-body video {
  max-width: 100%;
  height: auto;
}

#ico {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 50px;
  height: auto;
  padding: 5px;
}

#portfolioTabs {
  border-color: #000;
  padding-bottom: 10px;
}

.close {
  color: #ff6f61; /* Cambia esto al color que prefieras */
  font-size: 1.5rem; /* Ajusta el tamaño del icono */
  opacity: 1; /* Asegúrate de que el icono no tenga transparencia */
}

.close:hover {
  color: #ff4c4c; /* Cambia el color al pasar el ratón por encima, si lo deseas */
}
