.no_padding_m {
  padding: 0; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-center-v {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (min-width: 1024px) {
  .no_padding_m {
    padding: inherit; } }

.seccion1_ferino {
  color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../images/foto1.jpg");
  background-size: cover;
  background-position: center; }
  .seccion1_ferino h1 {
    display: inline-block;
    border-bottom: 5px solid #fff;
    margin-top: 10px;
    padding-bottom: 10px; }
  .seccion1_ferino p {
    width: 220px;
    text-align: justify;
    margin: 0 auto;
    padding-top: 10px; }

@media (min-width: 1025px) {
  .seccion1_ferino {
    min-height: calc(100vh - 116px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .seccion1_ferino h1 {
      font-size: 80px; }
    .seccion1_ferino p {
      width: 500px; } }

.caja_membresia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 15px; }

.imagen {
  width: 50%;
  background-image: url("../images/foto_membresia.png");
  background-size: cover;
  background-position: center; }

.fondo_contenido_membresia {
  width: 45%;
  margin-left: 15px; }

.contenido_membresia h2 {
  font-size: 18px;
  text-align: center;
  font-weight: bold; }

.contenido_membresia p {
  font-size: 11px;
  text-align: center;
  font-weight: 100; }

@media (min-width: 1024px) {
  .caja_membresia {
    margin-top: 30px; }
  .fondo_contenido_membresia {
    min-height: 450px; }
  .imagen {
    width: 40%; }
  .fondo_contenido_membresia {
    background-image: url("../images/fondo_sub_membresia_movil.png");
    background-size: cover;
    width: 58.6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff; }
  .contenido_membresia {
    width: 70%; }
    .contenido_membresia h2 {
      font-size: 30px; }
    .contenido_membresia p {
      font-size: 15px; } }

.seccion_sub_membresia {
  background-image: url("../images/fondo_sub_membresia_movil.png");
  background-size: cover;
  padding: 15px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px; }

.sub_membresia {
  color: #fff;
  width: 70%;
  text-align: center; }
  .sub_membresia h2 {
    font-size: 20px; }
  .sub_membresia p {
    font-size: 12px;
    margin-top: 15px; }
  .sub_membresia button {
    background-color: #47a592;
    border: none;
    line-height: 2em;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 5px;
    -webkit-transform: translateX(-5%);
    -ms-transform: translateX(-5%);
    transform: translateX(-5%); }

@media (min-width: 1024px) {
  .seccion_sub_membresia {
    background-image: url("../images/fondo-1.png");
    margin-top: 15px;
    margin-bottom: 30px; }
  .sub_membresia {
    width: 40%; }
    .sub_membresia h2 {
      font-size: 35px; }
    .sub_membresia p {
      font-size: 18px; }
    .sub_membresia button {
      font-size: 25px; } }
