.imgHeaderHolder img {
  width: 100%;
}
.nodeBlock .blockContent {
  max-width: 1100px;
  margin: auto;
  padding: 0 15px;
}
.nodeBlock .blockContent .mainContent .imageHolder {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}
.nodeBlock .blockContent .mainContent .textHolder img {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.nodeBlock .blockContent .mainContent .textHolder h3 {
  color: #253167;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
}
.nodeBlock .blockContent .tiposPielWrapper {
  margin: 30px auto;
  max-width: 910px;
}
.nodeBlock .blockContent .tiposPielWrapper .pielWrapper {
  margin-bottom: 50px;
}
.nodeBlock .blockContent .tiposPielWrapper .pielWrapper.active .pielContent {
  display: block;
}
.nodeBlock .blockContent .tiposPielWrapper .pielWrapper.active .blockTop .saberMasLink .colText .saberHolder {
  display: none;
}
.nodeBlock .blockContent .tiposPielWrapper .pielWrapper.active .blockTop .saberMasLink .colText .masHolder {
  display: none;
}
.nodeBlock .blockContent .tiposPielWrapper .pielWrapper.active .blockTop .saberMasLink .colText .cerrarHolder {
  display: block;
}
.nodeBlock .blockContent .tiposPielWrapper .pielWrapper.active .blockTop .saberMasLink .colText .infoHolder {
  display: block;
}
.nodeBlock .blockContent .tiposPielWrapper .pielWrapper.active .blockTop .saberMasLink .colPlus {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nodeBlock .blockContent .tiposPielWrapper .pielWrapper .blockTop {
  border-top: 4px solid #333333;
  border-bottom: 4px solid #333333;
  padding: 15px 0;
  position: relative;
  text-align: center;
}
.nodeBlock .blockContent .tiposPielWrapper .pielWrapper .blockTop a {
  color: #333333;
}
.nodeBlock .blockContent .tiposPielWrapper .pielWrapper .blockTop a:hover {
  color: black;
  text-decoration: none;
}
.nodeBlock .blockContent .tiposPielWrapper .pielWrapper .blockTop .topTitle {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 5px;
}
.nodeBlock .blockContent .tiposPielWrapper .pielWrapper .blockTop .topTipos .tipoHolder {
  display: inline-block;
  padding: 0 10px;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  border-left: 3px solid #333333;
}
@media (max-width: 660px) {
  .nodeBlock .blockContent .tiposPielWrapper .pielWrapper .blockTop .topTipos .tipoHolder {
    font-size: 20px;
    line-height: 25px;
  }
}
.nodeBlock .blockContent .tiposPielWrapper .pielWrapper .blockTop .topTipos .tipoHolder:first-child {
  border-left: none;
}
.nodeBlock .blockContent .tiposPielWrapper .pielWrapper .blockTop .topTipos .tipoHolder a {
  color: #333333;
}
.nodeBlock .blockContent .tiposPielWrapper .pielWrapper .blockTop .topTipos .tipoHolder a:hover {
  color: black;
  text-decoration: none;
}
.nodeBlock .blockContent .tiposPielWrapper .pielWrapper .blockTop .saberMasLink {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
}
.nodeBlock .blockContent .tiposPielWrapper .pielWrapper .blockTop .saberMasLink a {
  color: #333333;
  text-decoration: none;
}
.nodeBlock .blockContent .tiposPielWrapper .pielWrapper .blockTop .saberMasLink a:hover {
  text-decoration: none;
  color: black;
}
.nodeBlock .blockContent .tiposPielWrapper .pielWrapper .blockTop .saberMasLink .colText {
  display: inline-block;
  vertical-align: middle;
}
.nodeBlock .blockContent .tiposPielWrapper .pielWrapper .blockTop .saberMasLink .colText .saberHolder {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
}
.nodeBlock .blockContent .tiposPielWrapper .pielWrapper .blockTop .saberMasLink .colText .masHolder {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 22px;
}
.nodeBlock .blockContent .tiposPielWrapper .pielWrapper .blockTop .saberMasLink .colText .cerrarHolder {
  display: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
}
.nodeBlock .blockContent .tiposPielWrapper .pielWrapper .blockTop .saberMasLink .colText .infoHolder {
  display: none;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 22px;
}
.nodeBlock .blockContent .tiposPielWrapper .pielWrapper .blockTop .saberMasLink .colPlus {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  border: 3px solid #333333;
  border-radius: 100%;
  font-size: 36px;
  line-height: 36px;
  width: 36px;
  height: 36px;
  margin-left: 5px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .nodeBlock .blockContent .tiposPielWrapper .pielWrapper .pielContent {
    display: none;
  }
}
.nodeBlock .blockContent .tiposPielWrapper .pielWrapper .pielTexto {
  margin: 20px auto;
}
@media (min-width: 768px) {
  .nodeBlock .blockContent .tiposPielWrapper .pielWrapper .pielTexto.columnsText {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 40px;
    /* Firefox */
    column-gap: 40px;
  }
}
.nodeBlock .blockContent .tiposPielWrapper .pielWrapper .animalesWrapper {
  text-align: center;
}
.nodeBlock .blockContent .tiposPielWrapper .pielWrapper .animalesWrapper .animalHolder {
  display: inline-block;
  max-width: 290px;
  padding: 0 25px;
  border-left: dashed 1px;
  vertical-align: top;
  text-align: center;
}
@media (max-width: 930px) {
  .nodeBlock .blockContent .tiposPielWrapper .pielWrapper .animalesWrapper .animalHolder {
    display: block;
    max-width: 100%;
    border-right: none !important;
    border-left: none !important;
    border-top: 1px dashed;
    padding: 25px 0;
  }
}
.nodeBlock .blockContent .tiposPielWrapper .pielWrapper .animalesWrapper .animalHolder:last-child {
  border-right: dashed 1px;
}
@media (max-width: 930px) {
  .nodeBlock .blockContent .tiposPielWrapper .pielWrapper .animalesWrapper .animalHolder:last-child {
    border-bottom: 1px dashed;
  }
}
.nodeBlock .blockContent .imagesContent {
  margin: 40px auto;
}
.nodeBlock .blockContent .imagesContent .imageHolder {
  margin-bottom: 30px;
  text-align: center;
}
