.sec-ser-socio, .sec-ser-socio-cuotas {
  width: calc(100% - 20px);
  background: #f3f3f3;
  padding: 30px 10px;
  font-size: 18px;
  color: #60441f;
  min-height: calc(100% - 440px);
}

.sec-ser-socio .section-grid, .sec-ser-socio-cuotas .section-grid {
  display: flex;
  justify-content: flex-start;
}

.sec-ser-socio .section-grid .divCell {
  flex-basis: calc(50% - 40px);
}

.div-postal-address {
  padding: 5px;
  font-style: normal;
  font-size: 16px;
}

.sec-ser-socio ol li {
  margin: 20px 0px;
}

section.sec-ser-socio-intro {
  min-height: 300px;
  /* border: 1px solid blue; */
  background-position-y: center;
  background-attachment: fixed;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 18px;
  background-image: url(.././media/fotos/foto-12.JPG);
  padding: 30px 0;
  overflow: hidden;
  max-height: 300px;
  background-size: cover;
}

.sec-ser-socio-intro .div-intro-title {
    color: white;
    transform: translateY(80px);
}

.sec-ser-socio-cuotas .section-grid .divCell {
    flex-basis: calc(100% - 50px);
}

section.sec-ser-socio-cuotas {
    padding: 0 10px;
    margin-top: -30px;
}

.div-cuotas {
    padding-left: 30px;
    padding-top: 10px;
}