/* --- home---*/

.static-pages
  .article
  .article-content
  .content-modules
  .home-newsletter
  span.titulo {
  font-family: 'Petrona-Regular', serif;
  color: #555;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  display: block;
}

.static-pages
  .article
  .article-content
  .content-modules
  .home-newsletter
  ul
  li {
  float: left;
  width: 32%;
  margin-right: 2%;
}

.static-pages
  .article
  .article-content
  .content-modules
  .home-newsletter
  ul
  li:nth-child(3n) {
  margin-right: 0;
}

.static-pages
  .article
  .article-content
  .content-modules
  .home-newsletter
  ul
  li
  a.ejemplo {
  text-align: center;
  color: #333;
  margin: 0 auto;
  font-size: 16px;
  background-image: none !important;
}
.static-pages
  .article
  .article-content
  .content-modules
  .home-newsletter
  ul
  li
  a.ejemplo:hover {
  color: #005ea8;
}

.static-pages
  .article
  .article-content
  .content-modules
  .home-newsletter
  ul
  li.especial
  a.ejemplo {
  color: #b3d8f6;
}
.static-pages
  .article
  .article-content
  .content-modules
  .home-newsletter
  ul
  li.especial
  a.ejemplo:hover {
  color: #fff;
}

.static-pages
  .article
  .article-content
  .content-modules
  .home-newsletter
  ul
  li
  h3 {
  padding: 0 15px;
  font-size: 24px;
  margin: 15px 0 7px 0;
  font-weight: 600;
  text-align: left;
}

.static-pages
  .article
  .article-content
  .content-modules
  .home-newsletter
  ul
  li
  p {
  padding: 0 15px;
  margin-bottom: 10px;
  min-height: 92px;
  font-family: 'Manrope-Regular';
  font-size: 16px;
  line-height: 23px;
  text-align: left;
}

.static-pages
  .article
  .article-content
  .content-modules
  .home-newsletter
  ul
  li
  .bttn {
  border: 0;
  display: block;
  width: 70%;
  padding: 15px;
  transition: all 0.2s ease-out;
  background: #005ea8;
  color: #fff;
  font-size: 14px !important;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: all 0.2s ease-out;
  margin: 0 auto 10px;
  font-family: 'Manrope-Medium';
  text-transform: uppercase;
  cursor: pointer;
}

.static-pages
  .article
  .article-content
  .content-modules
  .home-newsletter
  ul
  li
  .bttn
  .span {
  margin: 0;
  color: #fff;
}

.static-pages
  .article
  .article-content
  .content-modules
  .home-newsletter
  ul
  li
  .bttn:hover {
  background: #000000;
}

.static-pages
  .article
  .article-content
  .content-modules
  .home-newsletter
  ul
  li
  .bttn.bttn_disabled {
  background: #fff;
  cursor: default;
  color: #005ea8;
  border: 1px solid #005ea8;
}

.static-pages
  .article
  .article-content
  .content-modules
  .home-newsletter
  ul
  li
  .caja {
  display: flex;
  flex-flow: column;
  border: 1px solid #ccc;
  transition: all 0.2s ease-out;
  border-radius: 4px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}

.static-pages
  .article
  .article-content
  .content-modules
  .home-newsletter
  ul
  li.especial
  .caja {
  background: #005ea8;
  box-shadow: 0 0 20px rgb(0 0 0 / 30%);
}

.static-pages
  .article
  .article-content
  .content-modules
  .home-newsletter
  ul
  li.especial
  .caja
  h3 {
  padding: 0 15px;
  color: #fff;
}

.static-pages
  .article
  .article-content
  .content-modules
  .home-newsletter
  ul
  li.especial
  .caja
  p {
  padding: 0 15px;
  color: #fff;
}

.static-pages
  .article
  .article-content
  .content-modules
  .home-newsletter
  ul
  li.especial
  .caja
  .bttn {
  background: #fff;
  background-image: none;
  color: #005ea8;
}

.static-pages
  .article
  .article-content
  .content-modules
  .home-newsletter
  ul
  li.especial
  .caja
  .bttn:hover {
  background: #ccc;
  color: #000;
}

.static-pages
  .article
  .article-content
  .content-modules
  .home-newsletter
  ul
  li.especial
  .caja
  .bttn_imsubscribed {
  color: #e5eef4;
  background-color: #044375;
  border: 1px solid #044375;
}

.static-pages
  .article
  .article-content
  .content-modules
  .home-newsletter
  ul
  li.especial
  .caja
  .bttn_imsubscribed:hover {
  color: #767676;
  background-color: white;
  border: 1px solid white;
}

.static-pages
  .article
  .article-content
  .content-modules
  .home-newsletter
  ul
  li
  .caja
  .bttn_imsubscribed {
  color: #005ea8;
  font-family: 'Manrope-Medium';
  text-transform: uppercase;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70%;
  margin: 0 auto 10px;
  padding: 15px;
  border-radius: 4px;
  background-color: white;
  background-image: none;
  border: 1px solid #005ea8;
  line-height: 1.2;
  cursor: pointer;
  font-weight: 700;
}

.static-pages
  .article
  .article-content
  .content-modules
  .home-newsletter
  ul
  li
  .caja
  .hidden {
  display: none !important;
}

.static-pages
  .article
  .article-content
  .content-modules
  .home-newsletter
  ul
  li
  .caja
  .bttn_imsubscribed:hover {
  color: white;
  background-color: black;
  border: 1px solid black;
  line-height: 1.2;
}

.static-pages
  .article
  .article-content
  .content-modules
  .home-newsletter
  ul
  li
  a {
  background-image: none;
}

.static-pages
  .article
  .article-content
  .content-modules
  .home-newsletter
  ul
  li
  .caja:hover {
  border-color: #005ea8;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.static-pages
  .article
  .article-content
  .content-modules
  .home-newsletter
  ul
  li
  .caja.active {
  border-color: #005ea8;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.static-pages
  .article
  .article-content
  .content-modules
  .home-newsletter
  ul
  li
  .caja
  .bttn.bttn_disabled
  span.participed {
  color: #005ea8;
  font-family: 'Manrope-Medium';
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 700;
}

@media (max-width: 600px) {
  .static-pages
    .article
    .article-content
    .content-modules
    .home-newsletter
    ul
    li {
    width: 100%;
    margin: 0;
  }
  .static-pages
    .article
    .article-content
    .content-modules
    .home-newsletter
    ul
    li
    p {
    min-height: auto;
  }
  .static-pages
    .article
    .article-content
    .content-modules
    .home-newsletter
    ul
    li
    .caja
    .bttn_imsubscribed,
  .static-pages
    .article
    .article-content
    .content-modules
    .home-newsletter
    ul
    li
    .bttn,
  .static-pages
    .article
    .article-content
    .content-modules
    .home-newsletter
    ul
    li
    a.ejemplo {
    position: initial;
    margin-bottom: 10px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .static-pages
    .article
    .article-content
    .content-modules
    .home-newsletter
    ul
    li
    a.ejemplo {
    margin-bottom: 0;
  }

  .static-pages
    .article
    .article-content
    .content-modules
    .home-newsletter
    ul
    li
    .caja {
    min-height: initial !important;
    padding-bottom: 15px;
  }
}
