/**
 * @file
 * Subtheme specific CSS.
 */

.btn {
  background-color: var(--stelae-burning-trail);
  font-family: var(--stelae-font-family-bold);
  border: none;
  color: white;
  padding: 16px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 7px;
  width: 100%;
  cursor: pointer;
}
.btn:hover {
  background-color: var(--stelae-crunch);
}

.btn-check:active + .btn,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:active {
  background-color: var(--stelae-burning-trail);
  border: none;
}

.btn a {
  text-decoration: none;
  border: 0;
  color: white;
}

.btn-check:focus + .btn,
.btn:focus {
  background-color: var(--stelae-crunch);
}

.button--add-to-cart {
  margin-bottom: 0px !important;
}

.views-field-view-node {
  border: 1px solid var(--stelae-sodalite-blue);
  border-radius: 7px;
  padding: 8px;
  text-align: center;
}

.btn-width {
  width: 218px;
  margin-top: 34px;
}

.node--type-webform .form-actions button {
  width: 321px;
  margin-top: 34px;
}

button#edit-actions-next {
  width: 321px;
}

.view-blog .view-subtitle a {
  background-color: var(--stelae-burning-trail);
  font-family: var(--stelae-font-family-bold);
  border: none;
  color: white;
  padding: 16px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 7px;
  width: 100%;
  cursor: pointer;
  height: 51px;
}
.view-blog .view-subtitle a:hover {
  background-color: var(--stelae-crunch);
}

/*BOTON REGRESAR*/

.link--previous {
  background-color: var(--stelae-sodalite-blue);
  font-family: var(--stelae-font-family-bold);
  border: none;
  color: white;
  padding: 16px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 7px;
  cursor: pointer;
  height: 56px;
  margin-left: 36px;
}

.link--previous:hover {
  background-color: var(--vintage-ribbon);
}

.webform-confirmation__back a {
  background-color: var(--stelae-sodalite-blue);
  font-family: var(--stelae-font-family-bold);
  border: none;
  color: white;
  padding: 16px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 7px;
  cursor: pointer;
  height: 56px;
  margin-bottom: 80px;
}

.link--previous:hover {
  background-color: var(--vintage-ribbon);
}

/*BUTTON BANNER-COOKIES*/

.eu-cookie-compliance-save-preferences-button {
  padding: 8px 20px;
  border: none !important;
  text-shadow: none !important;
  background-image: none !important;
  -webkit-box-shadow: none;
  background-color: var(--stelae-burning-trail) !important;
}

.eu-cookie-compliance-default-button {
  padding: 8px 20px;
  border: none !important;
  text-shadow: none !important;
  background-image: none !important;
  -webkit-box-shadow: none;
  background-color: var(--stelae-burning-trail) !important;
}

.openid-connect-login-form {
  max-width:500px;
}

.user-login-form #edit-submit {
  margin-bottom:0px;
}