.page-background {
  background-size: cover;
  background-position: 0 100px;
  background-repeat: no-repeat;
}
.img-background {
  width: 100%;
  bottom: -30px;
}

.fake-background {
  height: 100%;
  background-color: var(--color-primary);
  height: 4000px;
  width: 120%;
  top: 800px;
}

.page-content {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding-bottom: 50px;
  z-index: 2;
  overflow: hidden;
}
.trama {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.page-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 37.5px;
  text-transform: uppercase;
}

.page-description {
  font-size: 24px;
  font-weight: 700;
  line-height: 23.44px;
  text-align: center;
  margin-bottom: 3rem;
}

.image img {
  object-fit: cover;
  height: 300px;
  width: 100%;
  object-position: center;
}

.sub-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 18.75px;
}

.description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 18.75px;
}

h2.text-uppercase {
  display: none;
}

/*Form*/
.form-turno .mt-5 {
  margin-top: 0 !important;
}
.float-buttons {
  /* left: 1vw!important; */
}

.boton-oscuroy:not(:disabled):not(.disabled).active,
.boton-oscuro:not(:disabled):not(.disabled):active,
.show > .boton-oscuro.dropdown-toggle,
.boton-oscuro:hover,
.boton-oscuro {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: white !important;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-weight: bold;
  border-radius: 0px !important;
}

.badge-primary {
  background-color: var(--color-primary);
}
.mantenimiento-programado #submitform,
.mantenimiento-programado [data-acc-btn-next] {
  position: relative;
  font-size: 0;
  border: none;
  transform: skewX(-19deg) !important;
  -webkit-transform: skewX(-19deg);
  -moz-transform: skewX(-19deg);
  -ms-transform: skewX(-19deg);
  -o-transform: skewX(-19deg);
  display: block;
}

.mantenimiento-programado #submitform:after,
.mantenimiento-programado [data-acc-btn-next]::after {
  content: "Siguiente";
  display: inline-block;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  transform: skewX(19deg) !important;
  -webkit-transform: skewX(19deg);
  -moz-transform: skewX(19deg);
  -ms-transform: skewX(19deg);
  -o-transform: skewX(19deg);
}

.mantenimiento-programado #submitform:after {
  content: "Solicitar turno";
}

@media (max-width: 768px) {
  .sub-title {
    text-align: center;
    margin-top: 30px;
  }
  .description {
    text-align: center;
    padding-left: 20px;
  }
  .page-background {
    background-image: none !important;
  }
  .page-description {
    margin-top: 0;
  }
  .mantenimiento-programado h2 {
    font-size: 1.5rem;
  }
}
