.block-valores {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.block-valores h2 {
  font-size: 2.5rem;
  margin-bottom: 3rem;
  text-align: center;
  color: #EE9637;
  text-transform: uppercase;
}

.block-valores__item {
  margin-bottom: 3rem;
}

.block-valores__item .inner {
  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;
  text-align: center;
  border: 2px solid #EE9637;
  height: 100%;
  position: relative;
  background-color: white;
}

.block-valores__item h3 {
  color: white;
  background-color: #333333;
  padding: .5rem 1rem;
  margin: 0;
  display: block;
  width: 160px;
  max-width: 90%;
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
}

.block-valores__item:nth-child(even) .inner {
  border-color: #333333;
}

.block-valores__item:nth-child(even) h3 {
  background-color: #EE9637;
}
/*# sourceMappingURL=block-valores.css.map */