#socios {
  background: url('/nd_img/socios/banner-socios.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
}

#nuestrosSocios {
  background: url('/nd_img/socios/banner-socios.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
}

#textSocios {
  color: rgb(253, 183, 10);
  font-size: 40px;
}

#infoSocios {
  color: white;
}


@media (max-width:767px) {
  #infoSocios {
    font-size: 16px;
    text-align: center;
  }

}

@media (min-width:768px) {
  #infoSocios {
    font-size: 18px;
    text-align: center;
  }
}
