.scrollToTop {
  background-color: #fe8a01;
}

.containerIndex {
  display: flex;
  align-items: center;
  justify-content: center
}

imgIndex {
  max-width: 100%;
  max-height:100%;
}

.textIndex {
  font-size: 20px;
  padding-left: 20px;
}

.whatsapp {
  margin-left: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.button {
  background-color: #fe8a01; /* Green */
  border: none;
  color: white;
  font-weight: bold;
  padding: 20px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

.tck-article-title{
  padding-bottom: 30px;
}

.tabla_padre{
  width:100%;
}

.tabla_hijo{
  display:inline-block;
  width:32%;
  vertical-align: top;
}