@font-face {
  font-family: "Helvetica Neue LT Std Light";
  src: url(../../assests/fuente/HelveticaNeueLTStd-Lt.otf);
}

.seccion-info {
  width: 100%;
  background-color: #FFFFFF;
  padding: 5%;
}

.contenedor-beneficios {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;

  display: -webkit-flex; /* Safari 6.1+ */
  -webkit-justify-content: space-around;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
}

.menuA {
  min-width: 280px;
  min-height: 300px;
  background-image: url("../images/1280_ico_1.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.menuB {
  min-width: 280px;
  min-height: 300px;
  background-image: url("../images/1280_ico_2.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.menuC {
  min-width: 280px;
  min-height: 300px;
  background-image: url("../images/1280_ico_3.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.menuD {
  min-width: 280px;
  min-height: 300px;
  background-image: url("../images/1280_ico_4.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.menuTitulo {
  position: relative;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  top: 110px;
}

.menuTitulo p {
  font-size: 14pt;
  color: #000000;
  font-family: "Helvetica Neue LT Std Light", sans-serif;
  font-weight: bold;
  text-align: center;
}

.menuContenido {
  position: relative;
  max-width: 210px;
  min-height: 160px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  top: 125px;
}
.menuContenido p {
  font-size: 11pt;
  color: #000000;
  font-family: "Helvetica Neue LT Std Light", sans-serif;
  font-weight: lighter;
  text-align: left;
  line-height: 1.15;
}

.menuContenido a {
  color: #0000CC;
}

.menuContenido a :hover {
  color: #33CC00;
}

.menuIcono {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 215px;
  min-width: 215px;
  text-align: right;
  top: 55px;
}
