/* Base Styles */
/* :root {
  --primary-color: #7F8386;
  --secondary-color: #7F8386;
  --accent-color: #0dfd19;
} */

html,
body {
  overflow-x: hidden; /* Blocks horizontal scroll */
  width: 100%; /* Ensures full width */
  max-width: 100%; /* Prevents overflow */
  /* height: 100%; */
  background-color: #f8f6ee;
  background-image: url("imgs/wall-4-light.png");
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.directioncar {
  font-size: 1rem;
}

body {
  font-family: "Antic Didone", serif;
  color: #000000;
  font-weight: 100;
  line-height: 1.8;
  background-color: #f8f6ee;
  font-size: medium;
  display: flex;
  flex-direction: column;
}

/* Scrolling indicator */
.scroll-indicator {
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #000000;
  font-size: 15px;
  letter-spacing: 2px;
  animation: fadeIn 1s ease-in-out 1s forwards;
  opacity: 0;
  z-index: 100;
}

.desliza {
    font-size: 15px !important;
}

.scroll-arrow {
  width: 25px;
  height: 25px;
  margin: 0 auto;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: rotate(45deg);
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0) rotate(45deg);
  }
  40% {
    transform: translateY(-10px) rotate(45deg);
  }
  60% {
    transform: translateY(-5px) rotate(45deg);
  }
}

@keyframes fadeIn {
  to {
    opacity: 0.8;
  }
}

.boton a {
  background-color: #dbd4bf;
  color: #000000 !important;
  border-radius: 25rem;
  padding: 1rem;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
}

.boton a:hover {
    color: #ffffff !important;
}

/* Typography */
h1,
h2,
h3 h4,
h5,
h6 {
  font-weight: 100;
  letter-spacing: 0px;
}

p {
  font-size: x-large;
}

p2 {
  font-size: 1rem;
  margin-bottom: 0rem;
}

.textA {
  text-align: center;
}

.rights {
  font-size: 0.6rem;
  margin-top: 0rem;
}

.marginscont {
  margin-left: 2rem;
  margin-right: 2rem;
}

a {
  font-weight: 200;
  color: #000000;
  text-decoration: none;
}

/* Custom arrow styles */
.nav-arrow {
  width: 25px; /* Thinner width */
  height: 25px;
  stroke: currentColor;
  stroke-width: 0.001px;
  paint-order: stroke;
  opacity: 0.5;

  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); /* Smooth elastic animation */
  transform-origin: center;
}

/* Rotation when menu is open */
.navbar-toggler[aria-expanded="true"] .nav-arrow {
  transform: rotate(180deg);
}

/* Remove default Bootstrap toggler styling */
.navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Hover effect */
.navbar-toggler:hover .nav-arrow {
  opacity: 1;
}

.biocont {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
}

.discont {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 0rem;
  margin-top: 0rem;
}

/* Navigation */
#main-nav {
  padding: 1rem 0;
  transition: all 0.3s ease;
}

/* Link aplastado */
.nav {
  --bs-nav-link-hover-color: #0dfd19;
}

.navbar {
  background-color: rgb(35, 0, 111);
  opacity: 95%;
}

.navbar-brand h1 {
  font-size: 13px;
  margin-left: 0.5rem;
}

.nav-link {
  font-weight: 200;
  color: #000000;
  letter-spacing: 1px;
  padding: 0.5rem 1rem !important;
}

.nav-link:hover {
  background-color: #ddff00;
  color: #000000;
}

.square-img {
  width: 100px; /* Adjust size as needed */
  height: 100px; /* Make it square */
  object-fit: cover; /* Ensures image fills the square */
  border-radius: 0px; /* Optional: slight rounding */
}

/* Footer */
footer {
  background-color: #af9985;
  color: #e6e3dd;
  margin-top: auto;
  background-image: url("https://www.transparenttextures.com/patterns/wall-4-light.png");
}

footer a {
  color: #e6e3dd;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer a:hover {
  background-color: #e6e3dd !important;
}

/* Makes footer stick to bottom */

main {
  flex: 1;
  padding-bottom: 60px; /* Adjust if footer height changes */
}

/* Utility Classes */
.text-uppercase {
  letter-spacing: 1px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .navbar-brand h1 {
  }
}

/* Extra small devices (phones, 576px and down) */
@media (max-width: 575.98px) {
}

/* Small devices (phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .biocont {
    margin-left: 15rem;
    margin-right: 15rem;
    margin-bottom: 2rem;
    margin-top: 5rem;
  }

  .discont {
    margin-left: 15rem;
    margin-right: 15rem;
    margin-bottom: 0rem;
    margin-top: 2rem;
  }
  .navbar-brand h1 {
    font-size: 13px;
    margin-left: 0rem;
  }
}

/* XXL devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}
