#accion-cr {
  /* background: linear-gradient(to bottom, #dfeee7, #e6ebe0); */
  overflow: hidden;
}

.card.card-accion-resultado {
  background-color: #fff;
  box-shadow: 0px 29px 30px -40px #727272, 0px -41px 13px -50px #727272;
  border-radius: 8px;
  background-image: url('images/accion_card_bg.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  /* transform: translateX(12.5vw); */
  width: calc(100% - 10px);
  min-width: 395px;
  max-width: 395px;
  min-height: 263px;
  padding: 45px 50px;
}
.ver-mas-wrapper .btn-inside a {
  padding-left: 5rem;
  padding-right: 5rem;
}

.card-accion-resultado .campo {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-family: 'Roboto';
  letter-spacing: 0.4rem;
}

.card-accion-resultado .cifra-wrapper>div {
  font-size: 6rem;
  display: inline-block;
  margin-bottom: 1rem;
  font-family: 'Barlow', sans-serif;
}

.card-accion-resultado .explicacion {
  font-size: 1.7rem !important;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.paragraphs-acc {
  overflow: hidden;
}

#arrow-container {
  position: absolute;
  top: 30px;
  right: 30px;
}

.cifra-wrapper {
  color: #373737;
}

#arrow-container .wrapper {
  background: #fff;
  position:: relative;
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  width: 100px;
  height: 55px;
  justify-content: space-between;
}

#arrow-container .wrapper:after {
  background: #ababab;
  width: 2px;
  height: calc(100% - 20px);
  position: absolute;
  content: '';
  top: 10px;
  left: 50%;
}

#arrow-container .arr {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

.arr-next:after, .arr-prev:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    transform: rotate(-45deg);
    position: absolute;
    top: 20px;
}

.arr-next:after{
    border-right: 3px solid #333;
    border-bottom: 3px solid #333;
    right: 20px;
}

.arr-prev:after{
    border-top: 3px solid #333;
    border-left: 3px solid #333;
    left: 20px;
}

#accion-cr.accion-cr-10 .container {
  min-height: 120px;
}

#accion-cr.accion-cr-10 .card.card-accion-resultado {
  /* transform: translateX(-12.5vw); */
}
