.header {
  text-align: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 15px;
  position: relative;
}

.main {
  width: 100%;
}

.no_display {
  display: none;
}

.slider {
  background-color: #fff;
  width: 100%;
  height: auto;
}

.mask_slide {
  width: 100%;
  height: auto;
}

.centro_prestamos {
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 0;
  display: flex;
  position: relative;
}

.bloque_prestamo {
  border-radius: 10px;
  width: 47%;
  position: relative;
  overflow: hidden;
}

.container_texto_prestamo {
  text-align: center;
  background-color: #e90929;
  padding: 25px 20px;
}

.container_texto_prestamo.color_grey {
  background-color: #6d6f73;
}

.titulo_prestamo {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.texto_descriptivo {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.centro_botonera {
  justify-content: space-between;
  align-items: center;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.link_pages {
  color: #000;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #000;
  border-radius: 100px;
  width: 48%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.link_pages:hover {
  color: #fff;
  background-color: #e90929;
}

.footer {
  background-color: #fafafa;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.centro_footer {
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.txt_copy {
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.image_slider {
  width: 100%;
}

.slide {
  height: auto;
}

.titulo_back {
  background-image: url('../images/banner_hero.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  padding-top: 65px;
  padding-bottom: 65px;
}

.centro_banner {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.enlace_back {
  color: #000;
  background-image: url('../images/arrow.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 10px;
  padding-left: 20px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.titulo_seccion {
  color: #fff;
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  display: inline-block;
}

.seccion_contenido {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px;
}

.texto_politica {
  text-align: justify;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .centro_prestamos {
    flex-flow: row;
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .bloque_prestamo {
    width: 100%;
    margin-bottom: 20px;
  }

  .centro_botonera {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image, .image_full {
    width: 100%;
  }

  .titulo_back {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .titulo_seccion {
    font-size: 31px;
  }

  .seccion_contenido {
    max-width: 90%;
    padding: 20px 0;
  }
}

@media screen and (max-width: 479px) {
  .container_slider {
    height: auto;
  }

  .centro_prestamos {
    padding-top: 20px;
  }

  .centro_botonera {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .link_pages {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .centro_footer {
    text-align: center;
    display: block;
  }

  .txt_copy {
    margin-top: 15px;
  }

  .image_slider {
    display: block;
  }

  .titulo_back {
    background-size: 100% 85%;
    padding-top: 20px;
  }

  .enlace_back {
    font-size: 10px;
  }

  .titulo_seccion {
    font-size: 16px;
  }
}


