:root {
  --primary: #ff9400;
  --primary-light: #ffc273;
  --cta: #007bff;
}

body {
  font-family: Arial, sans-serif;
}
.hero-section {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("https://www.aulacat.cat/templates/aulafor/images/background-curso.jpg");
  background-size: cover;
  background-position: center;
}

.feature-card:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease;
}

.cta-button {
  animation: pulse 2s infinite;
}

.ultimas-plazas {
  background-color: var(--primary);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-weight: bold;
  animation: blink 1.5s infinite;
}

.custom-primary {
  background-color: var(--primary);
}

.custom-primary-light {
  background-color: var(--primary-light);
}

.custom-cta {
  background-color: var(--cta);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

.page-id-152 #container-matricula {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.discounted-price {
  display: none;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

@media (min-width: 768px) {
  .p-md-4 {
    padding: 1.5rem !important;
  }
}

.fw-bold {
  font-weight: 700 !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb),
      var(--bs-bg-opacity)) !important;
}

.p-3 {
  padding: 1rem !important;
}

@media (min-width: 992px) {
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
}

*,
::after,
::before {
  box-sizing: border-box;
}

.page-template-page-nueva-alta #botonPagar {
  width: 100%;
  font-weight: 600;
  color: #fff;
  background-color: #2459a8;
  padding: 5px 20px;
  border-radius: 1em;
}

div {
  display: block;
  unicode-bidi: isolate;
}

/* .container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
} */

.label-precio {
  display: inline-block;
  margin-right: 15px;
}

.trust-seals {
  padding: 1rem 0;
  background-color: #111827;
}

.seals-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  justify-items: center;
}

.seal-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  transition: transform 0.2s ease;
  text-decoration: none;
}

.seal-item:hover {
  transform: scale(1.05);
}

.seal-item img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

@media (min-width: 768px) {
  .seals-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .seals-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.buttonho:hover {
  color: #ff9400;
  transform: scale(1.05);
}

.buttonho {
  color: white;
}

.logo {
  max-height: 80px;
  width: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 28px;
}

.navbar {
  padding: 1rem;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.steps-section {
  background-color: #ffffff;
  padding: 4rem 0;
}

.step-card {
  background: white;
  border-radius: 0.5rem;
  padding: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.step-card:hover {
  transform: translateY(-5px);
}

.step-number {
  background: var(--primary);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.grid>div {
  animation: fadeIn 0.5s ease-out forwards;
  opacity: 0;
}

.grid>div:nth-child(1) {
  animation-delay: 0.1s;
}

.grid>div:nth-child(2) {
  animation-delay: 0.2s;
}

.grid>div:nth-child(3) {
  animation-delay: 0.3s;
}

.grid>div:nth-child(4) {
  animation-delay: 0.4s;
}

.grid>div:nth-child(5) {
  animation-delay: 0.5s;
}

  .video-container {
    margin-bottom: 20px;
  }

  video {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .code-section {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    display: none;
    /* Oculto inicialmente */
    opacity: 0;
    transition: opacity 1s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .code-section.visible {
    display: block;
    opacity: 1;
  }

  .code-sectionlx {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    display: none;
    /* Oculto inicialmente */
    opacity: 0;
    transition: opacity 1s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .code-sectionlx.visible {
    display: block;
    opacity: 1;
  }

  .success-message {
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
  }

  .button-container {
    text-align: center;
    margin-top: 20px;
  }
  @media (min-width: 1400px) {

  .container,
    .container-lg,
   .container-md,
    .container-sm,
     .container-xl,
    .container-xxl {
      max-width: 1320px !important;
    }
  }
