.btn {
  margin-right: 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  border: none;
}

.btn:active,
.btn:focus {
  outline: none;
  box-shadow: none !important;
}

.btn-primary,
.bg-primary {
  background-color: #ffbf3b !important;
}

.btn-primary {
  border-color: #ffbf3b !important;
  color: black !important;
}

.btn-primary:hover {
  border-color: rgba(255, 191, 59, 0.9333333333) !important;
  background-color: rgba(255, 191, 59, 0.8) !important;
  color: black;
}

.badge {
  display: inline-block !important;
}

.btn i,
.badge i {
  margin-right: 3px;
  display: inline-block;
}

.badge-danger {
  background-color: red !important;
  color: white;
}

.badge-info {
  background-color: #ffbf3b !important;
  color: white;
}

.badge-destacado {
  background-color: green !important;
  color: white;
}

.cal-hide {
  display: none !important;
}

.btn-info {
  border-color: black !important;
  color: black !important;
}

.btn-info:hover {
  border-color: #ffbf3b !important;
  color: black !important;
  background-color: #ffbf3b !important;
}

.badge-danger.badge-plazas,
.badge-danger.badge-plazas:hover {
  background-color: red !important;
  color: white !important;
}

.badge-info.badge-plazas,
.badge-info.badge-plazas:hover {
  background-color: #ff8c00 !important;
  color: black !important;
}

a {
  transition: 0.3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

.form-control {
  border: transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  border: none;
}

.form-control:active,
.form-control:focus,
.form-control:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.custom-select {
  border: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.custom-select:active,
.custom-select:focus,
.custom-select:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.custom-note {
  color: #999;
}

.custom-note a {
  color: #555;
  font-weight: 900 !important;
}

.form-help {
  font-size: 13px;
  color: #888;
  font-style: italic;
  line-height: 1.3em;
}

::-moz-placeholder {
  font-weight: 400 !important;
  color: #666 !important;
  font-size: 80% !important;
  text-transform: none !important;
}

::placeholder {
  font-weight: 400 !important;
  color: #666 !important;
  font-size: 80% !important;
  text-transform: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
}

/* CABECERA */
.header {
  background-image: url("/wp-content/uploads/Zarola_escuela-de-cocina-Zaragoza.jpeg");
  background-size: cover;
  background-position: center;
}

.first-row {
  padding: 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.99), rgba(0, 0, 0, 0));
}

.logo img {
  max-width: 130px;
  width: 100%;
}

.separator-line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
}

.second-row h1 {
  font-family: "Inter", sans-serif;
  font-size: 75px;
  color: white;
  margin-top: 75px;
  margin-bottom: 75px;
  letter-spacing: -1px;
  font-weight: 700;
}

.nav-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav-menu a {
  color: white;
  text-decoration: none;
  padding: 20px;
}

.nav-menu .active a,
.nav-menu a:hover {
  color: #facc2a;
}

.btn-login {
  border: 1px solid white;
  background-color: transparent;
  color: white;
  border-radius: 5px;
  padding: 10px 5px 10px 15px;
  transition: transform 0.3s;
  display: inline-block;
  margin-left: 20px;
  position: relative;
}

.btn-login:hover {
  transform: translateY(-10px);
  background-color: rgba(255, 255, 255, 0.24);
}

.btn-login:hover {
  transform: translateY(-10px);
  color: white !important;
  text-decoration: none;
}

.btn-cursos .icono-sombrero {
  margin-right: 5px;
  width: 20px;
  margin-top: -5px;
  margin-top: 1px;
  float: left;
}

.boton-cursos > a {
  float: right;
}

.btn-cursos {
  background-color: white;
  border: 1px solid white;
  color: rgb(253, 93, 38);
  padding: 10px 20px;
  border-radius: 5px;
  transition: transform 0.3s;
  display: inline-block;
  margin-left: 20px;
}

.btn-cursos:hover {
  transform: translateY(-10px);
  color: rgb(253, 93, 38);
}

.badge-carrito {
  background-color: rgb(253, 93, 38);
  color: white;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 0px 4px;
  text-align: center;
}

.badge-carrito-peq {
  background-color: rgb(253, 93, 38);
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 0px 4px;
  text-align: center;
}

.badge-nombre-login {
  color: white;
  padding-right: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 220px;
  display: inline-block;
  margin-bottom: -7px;
}

@media (max-width: 768px) {
  .nav-menu,
  .nav-item {
    /* display: none; */
  }

  .hamburger-menu {
    display: block;
  }

  .nav-menu a {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .boton-cursos {
    display: none;
  }
}

.cal-controles {
  margin-top: 220px !important;
}

@media (max-width: 600px) {
  .cal-controles {
    margin-top: 260px !important;
  }
}

.curso .imagen {
  margin: auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
}

.curso h5 {
  text-align: center;
}

.tipos.btn-outline-primary {
  border-color: #ffbf3b;
}

.tipos.btn-outline-primary:hover {
  background: #ffbf3b;
  border-color: #ffbf3b;
  color: black;
  cursor: pointer;
}

.courses label.tipos {
  display: inline-block;
}

.btn-cambiar-vista {
  margin-left: 50px;
}

@media (max-width: 600px) {
  .btn-cambiar-vista {
    margin-left: 10px;
  }
}

#cursos-contenedor {
  margin-bottom: 30px;
}

#cursos-contenedor .curso {
  width: 33%;
  display: inline-block;
  height: 280px;
  vertical-align: top;
}

@media (max-width: 992px) {
  #cursos-contenedor .curso {
    width: 100%;
  }
}

#cursos-contenedor .loader {
  width: 48px;
  height: 48px;
  border: 5px solid #febf38;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin: auto;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#comprobar_cupon {
  background-color: var(--e-global-color-secondary);
  color: #ffffff;
  margin-left: 20px;
  border: 0px;
}

.curso-destacado {
  margin-bottom: 1.8em;
}

.curso-destacado .informacion-curso {
  padding: 20px;
  border: 1px solid rgb(84, 84, 84, 0.05);
  box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05),
    0 15px 40px rgba(166, 173, 201, 0.1);
  min-height: 180px;
  display: flex;
  flex-direction: column;
}

.curso-destacado h4 {
  margin-bottom: 6px !important;
  line-height: 120% !important;
  color: #ff8c00 !important;
  font-weight: 700 !important;
  margin-top: 0 !important;
}

.curso-destacado p {
  color: #000000;
  font-size: 16px;
  margin: 0 !important;
}

.curso-destacado .curso-boton {
  background-color: #febf38;
  border-color: #febf38;
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  width: fit-content;
  border-radius: 26px;
  color: #000000;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  transition: transform 0.3s ease;
}

.curso-destacado .curso-boton:disabled {
  opacity: 30%;
}

.curso-destacado .curso-boton:not(:disabled):hover {
  transform: scale(1.1);
}

.curso-destacado .imagen {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 220px;
  position: relative;
}

.curso-destacado .sinplazas,
.curso-destacado .pocasplazas {
  position: absolute;
  bottom: 0px;
  color: white;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  display: block;
  margin: auto;
  right: calc(0% + 8px);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.curso-destacado .sinplazas {
  background: #000000;
}

.curso-destacado .pocasplazas {
  background: #f10207;
}

.h2-cursos-destacados {
  margin: auto;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 50px !important;
  font-family: "Nunito Sans", sans-serif !important;
  display: block !important;
  line-height: 50px !important;
  color: black !important;
}

/*# sourceMappingURL=cal-general.css.map */

/* Cookies modal */
#cm #c-txt .cc-link {
  background-color: transparent;
  font-size: 13.6px;
  border: none;
  border-radius: 0;
  padding: 0;
  text-transform: capitalize;
  text-decoration: underline;
}

#cm #c-txt .cc-link:hover {
  color: var(--cc-btn-primary-bg);
  text-decoration: none;
}

#cm #c-bns button,
#cm #c-bns button:hover {
  border: none;
  line-height: 1.5;
  font-size: 0.82em;
}

#s-bl .c-bl.b-ex button {
  border: none;
  text-transform: none;
  text-align: start;
  color: #112954;
}

#s-bl .c-bl.b-ex .b-tg {
  font-size: 1em;
}

#s-bl .c-bl.b-ex .b-tg input {
  background: transparent;
}

#s-bns button {
  border: none;
  text-transform: none;
  line-height: 1.2;
  font-size: 0.82em;
}

#s-c-bnc button {
  border: none;
}

@media (max-width: 767px) {
  .curso-destacado .informacion-curso {
    min-height: 0;
  }

  .curso-destacado .informacion-curso .curso-boton {
    margin-top: 0;
    align-self: end;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-shortcode .row:has(.curso-destacado) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .curso-destacado {
    max-width: 100% !important;
  }

  .curso-destacado .informacion-curso .curso-boton {
    align-self: end;
  }
}
