.nuestrasAccionesContainer {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 70px;
}

.nuestrasAccionesHeader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nuestrasAccionesHeader h2 {
  text-transform: uppercase;
  font-size: 2rem;
  color: #000031;
}

.nuestrasAccionesHeader p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 30px;
  color: #313131;
  max-width: 680px;
  text-align: center;
}

.nuestrasAccionesHeader b {
  font-weight: 700;
  color: #000031;
}

.nuestrasAccionesSecciones {
  display: flex;
  justify-content: space-around;
}

/* Accion Contenedor */
.accionContainer {
  width: 247.8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.accionContainer h4 {
  text-transform: uppercase;
  color: #172e4c;
  font-size: 1.6rem;
}

.accionCover {
  width: 247.8px;
  height: 245px;
  position: relative;
}

.accionBg {
  position: absolute;
  z-index: -1;
  right: 0;
}

.accionImages {
  position: relative;
  height: 245px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}

.accionImages:hover {
  transform: scale(105%);
  transition: all 0.5s;
  cursor: pointer;
}

.accionImageContainer {
  position: absolute;
  z-index: -1;
}

.accionCoverImage {
  margin-left: 10px;
}

@media only screen and (min-width: 992px) {
  .nuestrasAccionesSecciones {
    width: 100%;
    max-width: 951.8px;
  }
}

@media only screen and (max-width: 992px) {
  .nuestrasAccionesContainer {
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .nuestrasAccionesHeader h2 {
    font-size: 2rem;
    text-align: center;
  }
  .nuestrasAccionesHeader p {
    max-width: 700px;
    padding: 0px 10px;
    line-height: 1.25rem;
  }

  .nuestrasAccionesSecciones {
    /* 
    Transicion para el slider de las acciones (no se implementara por ahora)
    transition: transform 0.5s ease;
    */
    flex-direction: column;
  }

  .accionContainer {
    width: 190px;
  }
  .accionCover {
    width: 190px;
    height: 184.22px;
    display: flex;
    align-items: center;
  }
  .accionBg {
    width: 127.05px;
    height: 184.22px;
  }
  .accionImages {
    height: 138.6px;
  }
  .accionImageContainer {
    width: 138.6px;
    height: 138.02px;
  }
  .accionCoverImage {
    width: 119.64px;
    height: 119.14px;
    margin-left: 7px;
  }

  section {
    width: 100vw;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-height: 660px) {
  .nuestrasAccionesContainer {
    height: 115vh;
  }
}
