.article-featured-photo .article-featured-hero {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: .5rem;
}
.article-featured-photo .article-featured-hero h1 {
  display: block;
  letter-spacing: -1px;
  line-height: 155%;
  font-size: 2.6rem;
  max-width: 80%;
  color: #fff;
  text-align: center;
}
.article-featured-photo .article-featured-hero h1 span {
  background-color: #000;
  -webkit-box-shadow: 0.2em 0 0 #000000, -0.2em 0 0 #000000, 0 0 10px #000000;
          box-shadow: 0.2em 0 0 #000000, -0.2em 0 0 #000000, 0 0 10px #000000;
  padding: 4px 2px;
}
.article-featured-photo .article-featured-hero h2 {
  display: block;
  font-family: sans-serif, Arial;
  line-height: 155%;
  color: #808080;
  font-size: 1rem;
  max-width: 80%;
  background-color: #ffffff;
  -webkit-box-shadow: 0.2em 0 0 #ffffff, -0.2em 0 0 #ffffff, 0 0 10px #bdc3c7;
          box-shadow: 0.2em 0 0 #ffffff, -0.2em 0 0 #ffffff, 0 0 10px #bdc3c7;
  padding: 4px 2px;
  text-align: center;
}
.list-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.list-actions.centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-actions .item-action {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  width: 48%;
  min-height: 400px;
  position: relative;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.list-actions .item-action h1 {
  display: inline;
  letter-spacing: -1px;
  position: absolute;
  bottom: 10px;
  left: 20px;
  line-height: 155%;
  font-size: 1.8rem;
  max-width: 80%;
}
.list-actions .item-action h1 span {
  background-color: #ffffff;
  -webkit-box-shadow: 0.2em 0 0 #ffffff, -0.2em 0 0 #ffffff, 0 0 10px #bdc3c7;
          box-shadow: 0.2em 0 0 #ffffff, -0.2em 0 0 #ffffff, 0 0 10px #bdc3c7;
  padding: 4px 2px;
}
.list-actions .item-action .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  text-indent: -9999px;
}
.list-actions .item-action:hover {
  -webkit-transform: scale(0.985);
          transform: scale(0.985);
  opacity: .7;
}
.list-actions.x-acciones .item-action h1 span {
  color: #ffffff;
  background-color: #000000;
  -webkit-box-shadow: 0.2em 0 0 #000000, -0.2em 0 0 #000000, 0 0 10px #000000;
          box-shadow: 0.2em 0 0 #000000, -0.2em 0 0 #000000, 0 0 10px #000000;
}
.article-heading {
  margin-top: -20px;
}
.section-heading {
  text-align: center;
  padding: 2rem 0;
}
.section-heading h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.section-heading h2 {
  font-family: sans-serif, Arial;
  font-size: 1rem;
  font-weight: normal;
}
.article-container .article-content {
  padding-bottom: 10px;
  text-align: justify;
}
.tag-action {
  position: relative;
  top: -20px;
}
.tag-action span {
  font-family: "TradeBold", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: -1px;
  padding: 14px;
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
}
.title-action {
  font-family: "TradeBold", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: -1px;
  padding: 16px 0;
  margin-bottom: 26px;
  line-height: 100%;
}
.icontwitter {
  width: 30px;
  height: 24px;
  background-image: url('../images/twitter-logo.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  text-indent: -9999px;
  position: relative;
  top: 9px;
  left: 8px;
}
#mensaje-gracias {
  display: none;
  margin-top: 20px;
  background: #e0ffe0;
  padding: 15px;
  border: 1px solid #00aa00;
  border-radius: 4px;
}
.form-petition-wrapper {
  background-color: #FFEC01;
  padding: 32px;
  border-radius: 8px;
  position: relative;
  top: -40px;
  -webkit-box-shadow: 0px 20px 16px -20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 20px 16px -20px rgba(0, 0, 0, 0.2);
}
.form-petition-wrapper p {
  line-height: 130%;
}
.form-petition-wrapper .form-control {
  max-width: 100%;
}
.form-petition-wrapper label {
  font-weight: bold;
}
.form-petition-wrapper a {
  font-weight: bold;
  text-decoration: underline;
}
.form-petition-wrapper input[type="checkbox"] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin-right: 5px;
}
.form-petition-wrapper .button-action {
  width: 100%;
}
.form-petition-wrapper.xaccion {
  background-color: #000000;
  color: #ffffff;
}
.form-petition-wrapper.xaccion .title-action {
  margin-bottom: 0;
}
.form-petition-wrapper.xaccion .form-peticion {
  margin-top: 24px;
}
.form-petition-wrapper.xaccion .button-action {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 0;
  font-size: 1.4rem;
  width: auto;
  padding: 12px 18px;
  margin: 0 auto;
}
.form-petition-wrapper.xaccion .button-action:hover {
  background-color: #ffffff;
  color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 0;
  -webkit-transition: 0;
  transition: 0;
}
.form-petition-wrapper.xaccion .button-action:active {
  background-color: #000000;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 0;
}
.form-petition-wrapper.xaccion .message-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-petition-wrapper.xaccion .message-list .item-message {
  border-radius: 8px;
  border: 1px solid #666666;
  color: #000000;
  background-color: #ffffff;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
p.share-links a {
  display: inline-block;
  padding: 8px 12px;
}
.button-action {
  background-color: #3f3f3f;
  font-family: "TradeBold", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: -1px;
  padding: 20px;
  color: #ffffff;
  border: 0;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0px 9px 0px #474747, 0px 9px 15px #474747;
          box-shadow: 0px 9px 0px #474747, 0px 9px 15px #474747;
  text-decoration: none;
}
.button-action:hover {
  color: #3f3f3f;
  background-color: #ffec00;
  -webkit-box-shadow: 0px 9px 0px #AA9700, 0px 9px 15px #AA9700;
          box-shadow: 0px 9px 0px #AA9700, 0px 9px 15px #AA9700;
  text-decoration: none;
}
.button-action:active {
  -webkit-box-shadow: 0px 3px 0px #474747, 0px 3px 6px rgba(0, 0, 0, 0.9);
          box-shadow: 0px 3px 0px #474747, 0px 3px 6px rgba(0, 0, 0, 0.9);
  position: relative;
  top: 6px;
  color: #3f3f3f;
  background-color: #ffec00;
  text-decoration: none;
}
.button-action.yellow {
  color: #3f3f3f;
  background-color: #ffec00;
  -webkit-box-shadow: 0px 9px 0px #AA9700, 0px 9px 15px #AA9700;
          box-shadow: 0px 9px 0px #AA9700, 0px 9px 15px #AA9700;
}
.button-action.yellow:hover {
  color: #ffffff;
  background-color: #3f3f3f;
  -webkit-box-shadow: 0px 9px 0px #474747, 0px 9px 15px #474747;
          box-shadow: 0px 9px 0px #474747, 0px 9px 15px #474747;
}
.button-action.yellow:active {
  -webkit-box-shadow: 0px 3px 0px #474747, 0px 3px 6px rgba(0, 0, 0, 0.9);
          box-shadow: 0px 3px 0px #474747, 0px 3px 6px rgba(0, 0, 0, 0.9);
  position: relative;
  top: 6px;
  color: #3f3f3f;
  background-color: #ffec00;
}
.petition-wrapper {
  background-color: #FEFBEA;
  color: #32311F;
  padding: 32px;
  border-radius: 8px;
  text-align: justify;
}
@media (max-width: 992px) {
  .title-action {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .button-action {
    font-size: 1.4rem;
    padding: 12px;
  }
  .form-petition-wrapper {
    top: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .article-featured-photo .article-featured-hero h1 {
    font-size: 1.5rem;
  }
  .article-featured-photo .article-featured-hero h2 {
    font-size: 1rem;
  }
  .section-heading {
    padding-top: 0;
  }
  .section-heading h1 {
    font-size: 1.5rem !important;
  }
  .section-heading h2 {
    font-size: 1rem !important;
  }
  .form-petition-wrapper {
    padding: 16px;
  }
  .form-petition-wrapper .title-action {
    padding-top: 0;
  }
  .form-petition-wrapper.xaccion {
    margin-top: 0;
  }
  .form-petition-wrapper.xaccion .message-list .item-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .list-actions .item-action {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    min-height: 200px;
  }
  .list-actions .item-action h1 {
    font-size: 1.2rem;
  }
  .icontwitter {
    top: 2px;
    left: 4px;
  }
}
