.lineaTitle3 {
  background: #042431 !important;
  display: block;
  height: 14px;
  width: 90px;
}

.bgAzul2 {
  background-color: #345B7C;
}

.fjEnd {
  display: flex;
  justify-content: end !important;
}

.falBottom {
  display: flex !important;
  align-content: flex-end !important;
  flex-wrap: wrap;
}

.logo img {
  width: 80%;
}

.image-text-container {
  position: relative;
  display: inline-block;
}
.image-text-container img {
  display: block;
  width: 100%;
  height: auto;
}
.image-text-container .text-overlay {
  width: 1000px;
  position: absolute;
  top: 17%;
  left: 63%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  text-align: center;
  white-space: nowrap;
}
.image-text-container .text-overlay .contOfrecemos {
  margin: 0;
  text-align: left;
}

.mProductos {
  margin-bottom: 100px;
}

.mBtnprod {
  margin: 18px 0px 0px 14px;
}

.ventajas {
  margin-top: 100px;
  margin-bottom: 90px;
}

.mobile span.lineaTitle3 {
  display: flex;
  justify-content: end !important;
}

.numsContainer {
  height: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #00AEEF;
  padding: 0px 180px;
  margin: 70px 0px;
}
.numsContainer h2 {
  height: 60px;
  color: #fff;
  padding: 0px;
  font-size: 45px;
  font-weight: bold;
}
.numsContainer h3 {
  color: #042431;
  font-size: 20px;
  font-weight: bold;
  padding: 0px;
}
.numsContainer .numGroup {
  height: 87px;
  display: flex;
}
.numsContainer .numGroup .falBottom {
  padding-bottom: 4px;
  margin-right: 8px;
}
.numsContainer .numGroup i {
  color: #042431;
  font-size: 18px;
}

.fichaProd {
  cursor: pointer;
}
.fichaProd .tit {
  display: inline-block;
  background-color: #042431;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  padding: 10px 18px 10px 18px;
  margin-bottom: 2px;
}
.fichaProd img {
  width: 350px;
  height: 250px;
  border-radius: 6px;
}
.fichaProd .hRefac {
  height: 250px !important;
}
.fichaProd .logo {
  width: 350px;
  height: 250px;
  display: flex;
  align-items: center;
}
.fichaProd .logo img {
  width: 100% !important;
  height: auto;
}
.fichaProd h4 {
  margin-top: 6px;
  font-weight: 500;
}/*# sourceMappingURL=main.css.map */