* {
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box; }

.menu_margen {
  margin-top: 1.5em;
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 1em; }

.activo a {
  color: #9E27B5;
  font-weight: 700; }

.icon-social {
  width: 25%; }

.redes {
  width: 100px;
  margin-left: 15px; }

.submenu {
  display: flex;
  flex-direction: row;
  align-items: center; }

.pie {
  background-color: #082D74;
  margin-top: 4em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  align-content: center; }

.pie_logo {
  margin-top: 2em;
  margin-left: 2em; }

.pie_logo img {
  width: 230px;
  margin-top: 2em; }

.pie_logo_octagon img {
  width: 180px;
  margin-top: 4em; }

.pie_contacto {
  color: white;
  text-align: right;
  margin-top: 4em;
  margin-right: 2em;
  margin-bottom: 3em; }

.pie_contacto p {
  font-size: 0.9em;
  margin-bottom: 0.5em; }

footer {
  background-color: #082D74; }

.pie_icon_social {
  width: 25px; }

.div_icon_social {
  margin-bottom: 1em; }

@media only screen and (max-width: 820px) {
  .pie_contacto {
    text-align: center;
    margin: 0; } }

@media only screen and (max-width: 768px) {
  .pie_logo_octagon {
    margin-top: 0; }
  .pie_logo_octagon img {
    margin-top: 2em; }
  .pie_contacto {
    margin-bottom: 2em; } }

@media only screen and (max-width: 600px) {
  .pie {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center; }
  .pie_logo_octagon {
    justify-content: center; }
  .pie_logo {
    display: flex;
    justify-content: center; } }

.form_title {
  color: #9E27B5;
  margin-bottom: 2em; }

.form_title h2 {
  font-weight: 700; }

.container_form {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: start;
  margin-top: 5em;
  margin-bottom: 5em; }

.input_style, .form_style_textarea {
  width: 100%;
  height: 50px;
  background-color: #F3F7FB;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 10px;
  font-size: 1em;
  padding: 1em;
  margin-bottom: 1em; }

.form_style_textarea {
  height: 100px;
  padding-top: 1em; }

.form_btt {
  width: 100%;
  height: 35px;
  background-color: #9E27B5;
  border: none;
  border-radius: 10px;
  color: white;
  font-weight: 400; }

.form_btt:hover {
  background-color: #93D500; }

.form_contacto {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: right;
  margin-bottom: 1em; }

.form_contacto p {
  font-size: 1.2em;
  margin: 0;
  margin-right: 0.5em; }

.container_form_contacto {
  margin-top: 4em; }

.form_contacto_img {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: right;
  margin-bottom: 1em; }

.form_contacto_img img {
  width: 40%; }

@media only screen and (max-width: 700px) {
  .container_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center; }
  .form_title h2 {
    text-align: center; }
  .form_contacto {
    display: flex;
    justify-content: center; }
  .form_contacto_img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em; }
  .form_contacto_img img {
    width: 40%; } }

body {
  font-family: 'Inter', sans-serif; }

.banner_home {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px; }

.banner_box_1 {
  grid-column: 1/4;
  grid-row: 1/4; }

.banner_box_2 h1 {
  font-size: 3em;
  text-align: center;
  color: white;
  padding: 0.3em;
  font-weight: 400; }

.banner_box_2 {
  grid-column: 1/4;
  grid-row: 1/4;
  align-content: center;
  align-items: center;
  justify-content: center;
  align-self: center; }

.banner_box_3 {
  display: grid;
  width: 75%;
  height: 30%;
  background-color: #082D74;
  grid-column: 1/4;
  grid-row: 1/4;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin: auto; }

.banner_box_4 {
  background: rgba(8, 45, 116, 0.21);
  grid-column: 1/4;
  grid-row: 1/4; }

.verde {
  color: #93D500; }

.container_home {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px; }

.home_one {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  justify-items: end;
  align-content: start; }

.home_three {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  margin-top: 8em; }

.home_two {
  grid-column: 1/3;
  grid-row: 1/3;
  display: grid;
  align-content: center;
  justify-content: center;
  align-items: center; }

.home_two p {
  font-size: 1.5em;
  text-align: center;
  padding: 6em; }

.map {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin-bottom: 3em; }

.map div h1 {
  font-weight: 600;
  font-size: 1.8em;
  color: #9E27B5;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em; }

.map_iframe {
  display: flex;
  justify-content: center; }

.user_txt span {
  font-size: 1.3em; }

.user_txt h1 {
  font-size: 2.5em; }

.user_box img {
  width: 118px; }

.user_box img:hover {
  width: 130px; }

.user_box {
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.user_box p {
  text-align: center; }

.user_box_gral {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center; }

.section_user {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
  margin-top: 8em;
  margin-bottom: 4em; }

.user_marcas img {
  width: 80%; }

.txt_atc {
  text-align: center;
  margin-top: 1em; }

.txt_atc p {
  line-height: 0.5em;
  font-size: 1.2em; }

.icon_txt img {
  width: 25px;
  height: 25px; }

.icon_txt {
  display: flex;
  flex-direction: row; }

.icon_txt p {
  margin-left: 0.5em; }

.icons_txt {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 1em; }

.atc_line {
  width: 80%;
  border: 1px solid #93D500;
  border-radius: 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin: auto;
  margin-top: 6em;
  margin-bottom: 6em; }

.box_shop {
  width: 200px;
  height: 200px;
  background: #9E27B5;
  background-blend-mode: MULTIPLY;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center; }

.box_shop:hover {
  height: 200px;
  background: #93D500; }

.box_shop img {
  width: 40%; }

.box_shop p {
  color: white;
  font-size: 1.2em;
  text-align: center;
  line-height: 1em;
  margin-top: 1em; }

.box_shop_gral {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly; }

.container_shop {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 6em;
  background-color: #9E27B5;
  color: white;
  margin-bottom: 3em; }

.shop_one {
  grid-column: 1/3;
  grid-row: 1;
  margin-top: 2em; }

.shop_two {
  grid-column: 1/2;
  grid-row: 2/3;
  padding-right: 5em;
  margin-top: 4em; }

.shop_three {
  grid-column: 2/3;
  grid-row: 2/3;
  display: grid;
  justify-content: end; }

.shop_three img {
  width: 200px; }

.shop_txt {
  margin-left: 7em;
  margin-top: 3em;
  margin-bottom: 3em; }

.shop_txt h2 {
  font-weight: 700; }

.shop_txt h5 {
  line-height: 0.5em;
  font-weight: 400; }

.shop_two_txt {
  margin-left: 7em; }

.shop_two_txt h6 {
  font-weight: 400; }

.numeros_contenedor {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly; }

.data_numeros {
  text-align: center;
  color: #9E27B5;
  padding-bottom: 5em; }

.data_numeros h1 {
  font-weight: 700;
  font-size: 4em;
  line-height: 0.8em; }

.data_numeros h3 {
  font-size: 1.3em; }

.container_user_shop {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  background-color: #9E27B5;
  color: white;
  margin-top: 6em; }

.container-shop {
  display: flex;
  flex-direction: row;
  margin-top: 10em;
  margin-bottom: 10em; }

.img_shop {
  margin-right: 1.3em; }

.txt_shop {
  margin-top: 1em; }

.txt_shop h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0.2em; }

.txt_shop p {
  font-size: 1.1em;
  font-weight: 200;
  margin-bottom: 1.5em; }

.txt_shop span {
  font-weight: 600; }

.line_shop {
  align-items: center;
  margin: auto;
  margin-left: 0;
  margin-right: 0; }

.txt_shop a {
  text-decoration: none;
  color: white; }

.line_shop hr {
  height: 300;
  color: white;
  border-left: 2px solid white; }

.user_banner {
  width: 100%; }

.map_user {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin-bottom: 3em;
  margin-top: 3em; }

.map_user div h1 {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.6em;
  color: #9E27B5;
  font-weight: 600;
  margin-top: 1em; }

.h1_usuario_sec {
  font-size: 1.8em;
  color: #9E27B5;
  font-weight: 700;
  text-align: center;
  margin-top: 4em; }

.accordion {
  background-color: rgba(158, 39, 181, 0.38);
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 80%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-bottom: 0.2em; }

.active, .accordion:hover {
  background-color: rgba(158, 39, 181, 0.87); }

.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
  width: 80%; }

.usuario_preguntas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 2em;
  margin-bottom: 3em; }

.active {
  background-color: white; }

.s2_user_txt {
  font-size: 1.5em;
  text-align: center;
  margin-top: 3em; }

.container_box_user {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly; }

.box_user, .box_user_shop {
  width: 257px;
  height: 257px;
  background: #FFFFFF;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  margin-bottom: 4em; }

.box_user_shop {
  border-bottom: solid 2px #9E27B5; }

.box_user:hover, .box_user_shop:hover {
  width: 264px;
  height: 264px;
  transition: all .3s ease-in-out; }

.box_user_shop:hover {
  border-bottom: solid 2px #93D500; }

.box_user_p {
  text-align: center;
  font-size: 1em; }

.box_user_img {
  display: flex;
  justify-content: center; }

.txt_box_shop h3 {
  font-size: 1.2em;
  text-align: center;
  font-weight: 600; }

.txt_box_shop p {
  text-align: center;
  font-size: 1.2em; }

.txt_box_shop {
  padding-left: 10em;
  padding-right: 10em; }

.modelos_section {
  background-color: #9E27B5;
  color: white;
  padding-top: 5em;
  padding-bottom: 5em;
  margin-top: 6em; }

.modelos_section h3 {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 2em;
  font-weight: 600; }

.modelos_section_box {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly; }

.establecimiento_fondo {
  background-color: #f4ecff;
  padding: 5em;
  margin-top: 0; }

.h1_establecimiento_sec {
  font-size: 1.6em;
  color: #9E27B5;
  font-weight: 700;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em; }

.contacto_h3 {
  font-weight: 700;
  color: #9E27B5;
  text-align: center;
  margin-top: 2em; }

.banner-img {
  width: 100%;
  height: auto;
  display: block; }

.quienes_somos {
  background-color: #9E27B5;
  color: white; }

.quienes_somos div {
  margin-left: 2em;
  margin-right: 2em; }

.qs_h1 {
  font-size: 1.4em;
  color: white;
  padding: 7em;
  padding-bottom: 5em;
  text-align: center;
  margin-bottom: 0; }

.numeros_contenedor {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  background-color: #D9D9D9;
  margin-top: 0; }

.data_numeros {
  text-align: left;
  color: #9E27B5;
  padding-bottom: 2em;
  padding-top: 3em; }

.data_numeros h1 {
  font-weight: 700;
  font-size: 4em;
  line-height: 0.5em; }

.data_numeros h3 {
  font-size: 1.3em; }

.data_numeros h6 {
  font-weight: 600; }

.box_transacciones {
  width: 341px;
  height: 334px;
  background-color: #9E27B5;
  border-radius: 20px; }

.box_retiro {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5em;
  margin-left: 2em;
  margin-right: 2em; }

.box_retiro p {
  font-size: 2em;
  line-height: 1em;
  color: white;
  font-weight: 900;
  margin-bottom: 0; }

.box_retiro img {
  width: 50px;
  height: 50px; }

.box_retiro_txt p {
  font-size: 1em;
  line-height: 1.2em;
  width: 80%;
  color: white;
  margin-left: 2em;
  font-weight: 400;
  margin-top: 0.5em; }

.box_img {
  margin-left: 2em; }

.box_img img {
  width: 90%; }

.p_special p {
  width: 80%; }

.container_box_txt {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-left: 3em;
  margin-right: 3em;
  margin-top: 4em; }

.blue {
  background-color: #082D74; }

.grey {
  background-color: #E7E7E7; }

.grey p {
  color: #082D74; }

.margen_secciones {
  margin-top: 6em;
  margin-bottom: 8em; }

.titulo_1 {
  font-weight: 600;
  font-size: 1.8em;
  color: #9E27B5;
  text-align: center;
  margin-top: 2em; }

.marcas_box {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0; }

.marcas_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.marcas_box p {
  font-size: 1.6em;
  margin-top: 0.8em; }

.marcas_box img {
  width: 100%;
  margin: auto; }

.box_redes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  margin-bottom: 6em; }

.box_redes_b {
  margin-left: 2em;
  margin-top: 5em; }

.box_redes h4 {
  font-weight: 700;
  color: #082D74; }

.retiro_usuario, .retiro_qr, .recarga_usuarios {
  width: 1150px;
  height: 230px;
  background-color: #E7E7E7;
  border-radius: 20px;
  color: #082D74;
  display: flex;
  align-items: center;
  margin-top: 2em; }

.box_card_usuario {
  display: flex;
  flex-direction: row; }

.texto_tarjeta {
  display: flex;
  flex-direction: column;
  margin-left: 1em; }

.texto_tarjeta {
  font-size: 1em;
  line-height: 1.2em; }

.img_tarjeta {
  display: flex;
  flex-direction: row;
  margin-left: 1em;
  align-items: center; }

.img_tarjeta img {
  width: 100%; }

.img_tarjeta h5 {
  font-size: 1.5em;
  font-weight: 900; }

.como_funciona {
  display: flex;
  flex-direction: column;
  margin-right: 2em; }

.como_funciona h5 {
  font-size: 0.9em;
  font-weight: 600; }

.paso1_card {
  display: flex;
  flex-direction: row;
  align-items: center; }

.paso1_card img {
  width: 71px;
  height: 71px;
  margin-right: 1em; }

.paso1_card p {
  font-size: 0.8em;
  line-height: 1em; }

.paso2_card {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 2em; }

.paso2_card img {
  width: 71px;
  height: 71px;
  margin-right: 0.5em; }

.paso2_card p {
  font-size: 0.8em;
  line-height: 1em; }

.box_comofunciona, .box_comofunciona_qr {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 5em; }

.txt_card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3em; }

.titulo_usuarios h1 {
  font-size: 2em;
  color: #082D74;
  font-weight: 700;
  margin-bottom: 1em;
  text-align: left; }

.retiro_qr {
  color: white;
  background-color: #9E27B5; }

.box_comofunciona_qr {
  margin-left: 7em; }

.box_comofunciona_pix {
  margin-left: 7em; }

.texto_tarjeta_pix p {
  margin-bottom: 0; }

.recarga_usuarios {
  color: white;
  background-color: #9E27B5; }

.paso1_card_recarga p {
  margin-top: 1em; }

.paso2_card_recarga p {
  margin-top: 1em; }

.marcas_box_establecimiento {
  margin-top: 4em; }

/* MEDIA QUERY*/
@media only screen and (min-width: 1500px) {
  .home_two p {
    font-size: 2em;
    padding: 9em;
    height: 500px;
    margin-bottom: 3em; }
  .home_one img {
    width: 100%; }
  .home_three img {
    width: 10%; }
  .box_shop {
    width: 250px;
    height: 250px; } }

@media only screen and (min-width: 1400px) {
  .user_banner img {
    width: 150%;
    object-fit: cover; }
  .quienes_somos {
    padding-left: 15em;
    padding-right: 15em; }
  .container_box_txt {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-left: 8em;
    margin-right: 8em;
    margin-top: 2em; } }

@media only screen and (min-width: 1300px) {
  .retiro_usuario, .retiro_qr, .recarga_usuarios {
    width: 1150px;
    height: 230px; } }

@media only screen and (max-width: 1200px) {
  .box_transacciones {
    width: 301px;
    height: 294px;
    background-color: #9E27B5;
    border-radius: 20px; }
  .box_retiro {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5em;
    margin-left: 2em;
    margin-right: 2em; }
  .box_retiro p {
    font-size: 1.5em;
    line-height: 1em;
    color: white;
    font-weight: 900;
    margin-bottom: 0; }
  .box_retiro img {
    width: 40px;
    height: 40px; }
  .box_retiro_txt p {
    font-size: 0.9em;
    line-height: 1.2em;
    width: 80%;
    color: white;
    margin-left: 2em;
    font-weight: 400;
    margin-top: 0.5em; }
  .box_img {
    margin-left: 2em; }
  .box_img img {
    width: 90%; }
  .p_special p {
    width: 80%; }
  .container_box_txt {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-left: 3em;
    margin-right: 3em;
    margin-top: 4em; }
  .blue {
    background-color: #082D74; }
  .grey {
    background-color: #E7E7E7; }
  .grey p {
    color: #082D74; }
  .margen_secciones {
    margin-top: 5em;
    margin-bottom: 8em; }
  .retiro_usuario, .retiro_qr, .recarga_usuarios {
    width: 950px;
    height: 200px; }
  .texto_tarjeta {
    margin-left: 0; }
  .texto_tarjeta h5 {
    font-size: 1.2em; }
  .texto_tarjeta p {
    font-size: 0.9em; }
  .box_comofunciona, .box_comofunciona_qr {
    margin-left: 2em; }
  .paso1_card img {
    width: 50px;
    height: 50px; }
  .paso1_card p {
    font-size: 0.7em; }
  .paso2_card img {
    width: 50px;
    height: 50px; }
  .paso2_card p {
    font-size: 0.7em; }
  .como_funciona h5 {
    font-size: 0.8em; }
  .img_tarjeta img {
    width: 90%; }
  .size_div {
    width: 292px; } }

@media only screen and (max-width: 1024px) {
  .banner_box_2 h1 {
    font-size: 2.5em; }
  .home_two p {
    font-size: 1.5em; }
  .home_three img {
    width: 16%; }
  .home_three {
    margin-top: 6em; }
  .user_txt span {
    font-size: 1em; }
  .user_txt h1 {
    font-size: 2em; }
  .user_marcas img {
    width: 60%; }
  .user_box img {
    width: 90px; }
  .user_box p {
    font-size: 0.8em; }
  .user_box {
    width: 150px;
    height: 150px; }
  .map_iframe iframe {
    width: 80%; }
  .shop_txt {
    margin-left: 3em; }
  .shop_two_txt {
    margin-left: 3em; }
  .data_numeros h1 {
    font-size: 3.5em; }
  .qs_h1 {
    font-size: 1.3em; }
  .box_transacciones {
    width: 271px;
    height: 314px;
    background-color: #9E27B5;
    border-radius: 20px; }
  .box_retiro {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5em;
    margin-left: 2em;
    margin-right: 2em; }
  .box_retiro p {
    font-size: 1.5em;
    line-height: 1em;
    color: white;
    font-weight: 900;
    margin-bottom: 0; }
  .box_retiro img {
    width: 40px;
    height: 40px; }
  .box_retiro_txt p {
    font-size: 0.9em;
    line-height: 1.2em;
    width: 80%;
    color: white;
    margin-left: 2em;
    font-weight: 400;
    margin-top: 0.5em; }
  .box_img {
    margin-left: 2em; }
  .box_img img {
    width: 90%; }
  .p_special p {
    width: 80%; }
  .container_box_txt {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-left: 3em;
    margin-right: 3em;
    margin-top: 4em; }
  .box_redes iframe {
    width: 500px;
    height: 300px; }
  .box_redes_b h4 {
    font-size: 1.2em; }
  .box_redes_b p {
    font-size: 0.9em; }
  .box_redes_b {
    margin-top: 0;
    margin-bottom: 1em; }
  .box_redes {
    align-items: end; }
  .box_redes_b img {
    width: 32px; }
  .blue {
    background-color: #082D74; }
  .grey {
    background-color: #E7E7E7; }
  .grey p {
    color: #082D74; }
  .margen_secciones {
    margin-top: 5em;
    margin-bottom: 8em; }
  .box_img_margen {
    margin-top: 2em; }
  .marcas_box p {
    font-size: 1.3em; }
  .retiro_usuario, .retiro_qr, .recarga_usuarios {
    width: 950px;
    height: 200px; }
  .texto_tarjeta {
    margin-left: 0; }
  .texto_tarjeta h5 {
    font-size: 1.2em; }
  .texto_tarjeta p {
    font-size: 0.9em; }
  .box_comofunciona, .box_comofunciona_qr {
    margin-left: 2em; }
  .paso1_card img {
    width: 50px;
    height: 50px; }
  .paso1_card p {
    font-size: 0.7em; }
  .paso2_card img {
    width: 50px;
    height: 50px; }
  .paso2_card p {
    font-size: 0.7em; }
  .como_funciona h5 {
    font-size: 0.8em; }
  .img_tarjeta img {
    width: 90%; }
  .size_div {
    width: 292px; }
  .texto_tarjeta_recarga p {
    margin-bottom: 0; } }

@media only screen and (max-width: 970px) {
  .submenu {
    display: flex;
    flex-direction: column;
    width: 100px; }
  .logo_menu {
    margin-top: 25px; }
  .box_transacciones {
    width: 251px;
    height: 324px;
    background-color: #9E27B5;
    border-radius: 20px; }
  .box_retiro {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5em;
    margin-left: 2em;
    margin-right: 2em; }
  .box_retiro p {
    font-size: 1.5em;
    line-height: 1em;
    color: white;
    font-weight: 900;
    margin-bottom: 0; }
  .box_retiro img {
    width: 40px;
    height: 40px; }
  .box_retiro_txt p {
    font-size: 0.9em;
    line-height: 1.2em;
    width: 70%;
    color: white;
    margin-left: 2em;
    font-weight: 400;
    margin-top: 0.5em; }
  .box_img {
    margin-left: 2em; }
  .box_img img {
    width: 90%; }
  .p_special p {
    width: 80%; }
  .container_box_txt {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 4em; }
  .blue {
    background-color: #082D74; }
  .grey {
    background-color: #E7E7E7; }
  .grey p {
    color: #082D74; }
  .margen_secciones {
    margin-top: 5em;
    margin-bottom: 8em; }
  .box_img_margen {
    margin-top: 1.5em; }
  .retiro_usuario, .retiro_qr, .recarga_usuarios {
    width: 750px;
    height: 140px; }
  .texto_tarjeta {
    margin-left: 1em; }
  .texto_tarjeta h5 {
    font-size: 1em; }
  .texto_tarjeta p {
    font-size: 0.8em;
    line-height: 1em; }
  .box_comofunciona, .box_comofunciona_qr {
    margin-left: 2em; }
  .paso1_card img {
    width: 30px;
    height: 30px; }
  .paso1_card p {
    font-size: 0.6em;
    margin-bottom: 0; }
  .paso2_card {
    margin-top: 1.9em; }
  .paso2_card img {
    width: 30px;
    height: 30px; }
  .paso2_card p {
    font-size: 0.6em;
    margin-bottom: 0; }
  .como_funciona h5 {
    font-size: 0.7em; }
  .img_tarjeta img {
    width: 100%; }
  .size_div {
    width: 175px; }
  .titulo_usuarios h1 {
    font-size: 1.5em; }
  .retiro_pix p {
    font-size: 0.7em; }
  .paso1_card_pix p {
    font-size: 0.6em; }
  .paso2_card_pix p {
    font-size: 0.6em; }
  .box_comofunciona_pix {
    margin-left: 3em; } }

@media only screen and (max-width: 912px) {
  .banner_box_2 h1 {
    font-size: 2em; }
  .section_user {
    justify-content: space-evenly;
    margin-left: 2em;
    margin-right: 2em; } }

@media only screen and (max-width: 820px) {
  .section_user {
    margin-left: 1em;
    margin-right: 1em; }
  .user_txt p {
    font-size: 1.5em; }
  .atc_line {
    width: 90%; }
  .submenu {
    display: flex;
    flex-direction: column;
    width: 100px; }
  .data_numeros h1 {
    font-size: 3em; }
  .data_numeros h3 {
    font-size: 1em; }
  .txt_shop h2 {
    font-size: 1.1em; }
  .txt_shop p {
    font-size: 0.8em; }
  .txt_shop span {
    font-size: 0.8em; }
  .pie {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center; }
  .pie_logo_octagon img {
    width: 150px;
    margin-bottom: 2em; }
  .pie_logo {
    display: flex;
    justify-content: center;
    margin: 0px; }
  .box_user, .box_user_shop {
    width: 150px;
    height: 150px; }
  .box_user_img img {
    width: 35%; }
  .box_user_p {
    font-size: 0.8em; }
  .qs_h1 {
    padding-left: 2em;
    padding-right: 2em; } }

@media only screen and (max-width: 768px) {
  .banner_box_2 h1 {
    font-size: 1.8em; }
  .home_three img {
    width: 20%; }
  .user_txt p {
    font-size: 1.5em; }
  .section_user {
    flex-direction: column; }
  .user_txt {
    text-align: center; }
  .user_txt h1 {
    font-size: 2.5em; }
  .user_txt span {
    font-size: 1.2em; }
  .user_marcas {
    display: flex;
    justify-content: center; }
  .user_box img {
    width: 120px; }
  .user_box p {
    font-size: 1.1em; }
  .user_box {
    width: 200px;
    height: 200px;
    margin: 0.5em; }
  .user_box_gral {
    justify-content: center;
    margin-top: 4em; }
  .box_shop {
    width: 170px;
    height: 170px; }
  .box_shop img {
    width: 60px; }
  .box_transacciones {
    width: 271px;
    height: 314px;
    background-color: #9E27B5;
    border-radius: 20px;
    margin-top: 2em; }
  .box_retiro {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5em;
    margin-left: 2em;
    margin-right: 2em; }
  .box_retiro p {
    font-size: 1.5em;
    line-height: 1em;
    color: white;
    font-weight: 900;
    margin-bottom: 0; }
  .box_retiro img {
    width: 40px;
    height: 40px; }
  .box_retiro_txt p {
    font-size: 0.9em;
    line-height: 1.2em;
    width: 80%;
    color: white;
    margin-left: 2em;
    font-weight: 400;
    margin-top: 0.5em; }
  .box_img {
    margin-left: 2em; }
  .box_img img {
    width: 90%; }
  .p_special p {
    width: 80%; }
  .container_box_txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1em; }
  .blue {
    background-color: #082D74; }
  .grey {
    background-color: #E7E7E7; }
  .grey p {
    color: #082D74; }
  .margen_secciones {
    margin-top: 5em;
    margin-bottom: 8em; }
  .box_img_margen {
    margin-top: 2em; }
  .box_redes {
    flex-direction: column;
    align-items: center; }
  .box_redes iframe {
    width: 400;
    height: 380; }
  .box_redes_b {
    margin-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 1.5em; }
  .box_redes_txt {
    margin-right: 2em; }
  .retiro_usuario, .retiro_qr, .recarga_usuarios {
    width: 630px;
    height: 120px; }
  .texto_tarjeta {
    margin-left: 0.6em; }
  .texto_tarjeta h5 {
    font-size: 0.8em;
    margin-bottom: 0.5em; }
  .texto_tarjeta p {
    font-size: 0.6em;
    line-height: 1em; }
  .box_comofunciona, .box_comofunciona_qr {
    margin-left: 2em; }
  .como_funciona {
    margin-right: 1em; }
  .paso1_card img {
    width: 30px;
    height: 30px; }
  .paso1_card p {
    font-size: 0.6em;
    margin-bottom: 0; }
  .paso2_card {
    margin-top: 1.8em; }
  .paso2_card img {
    width: 30px;
    height: 30px; }
  .paso2_card p {
    font-size: 0.6em; }
  .como_funciona h5 {
    font-size: 0.6em; }
  .img_tarjeta img {
    width: 100%; }
  .size_div {
    width: 150px; }
  .titulo_usuarios h1 {
    font-size: 1.5em; }
  .texto_tarjeta_pix p {
    font-size: 0.5em;
    margin-bottom: 0; }
  .box_comofunciona_pix {
    margin-left: 3em; }
  .paso1_card_pix img {
    margin-right: 0.5em; }
  .paso1_card_recarga p {
    margin-top: 0; }
  .paso2_card_recarga p {
    margin-top: 0; } }

@media only screen and (max-width: 600px) {
  .banner_box_2 h1 {
    font-size: 1.6em; }
  .banner_box_3 {
    width: 90%; }
  .menu_margen {
    margin-left: 1em; }
  .home_two p {
    padding: 3em;
    font-size: 1.3em; }
  .home_one img {
    width: 50%; }
  .user_box_gral {
    flex-direction: column; }
  .user_margin_top {
    margin-top: 3em; }
  .user_box img {
    width: 130px; }
  .user_box p {
    font-size: 1.3em; }
  .icons_txt {
    flex-direction: column; }
  .icon_txt {
    justify-content: center; }
  .box_shop_gral {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .box_shop {
    width: 200px;
    height: 200px;
    margin-bottom: 1em; }
  .container_shop {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr; }
  .shop_txt {
    text-align: center;
    margin-left: 0; }
  .shop_three img {
    width: 120px; }
  .shop_three {
    grid-column: 1;
    grid-row: 1;
    display: grid;
    justify-content: end;
    align-items: end; }
  .shop_two {
    margin-bottom: 4em;
    text-align: center;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding: 2em; }
  .shop_two_txt {
    margin-left: 0; }
  .shop_two_txt h6 {
    font-size: 1.2em; }
  .numeros {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2em; }
  .data_numeros h1 {
    font-size: 2.2em; }
  .data_numeros h3 {
    font-size: 0.6em; }
  .container_user_shop {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center; }
  .line_shop hr {
    width: 300;
    height: 3; }
  .container-shop {
    margin-top: 5em;
    margin-bottom: 3em; }
  .container_box_user {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center; }
  .line_shop hr {
    width: 300;
    height: 3; }
  .container-shop {
    margin-top: 5em;
    margin-bottom: 3em; }
  .txt_user {
    margin-top: 2em;
    margin-bottom: 5em;
    margin-right: 2em; }
  .txt_shop h2 {
    font-size: 1em; }
  .txt_shop p {
    font-size: 0.7em; }
  .txt_shop span {
    font-size: 0.7em; }
  .box_user, .box_user_shop {
    width: 265px;
    height: 265px; }
  .box_user_p {
    font-size: 1em; }
  .numeros_contenedor {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .data_numeros {
    padding-bottom: 2em;
    text-align: center;
    padding-top: 2em;
    padding-bottom: 1em; }
  .box_redes {
    flex-direction: column;
    align-items: center; }
  .box_redes iframe {
    width: 400;
    height: 380; }
  .box_redes_b {
    margin-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 1.5em; }
  .box_redes_txt {
    margin-right: 2em; }
  .retiro_usuario, .retiro_qr, .recarga_usuarios {
    width: 415px;
    height: 530px;
    background-color: #E7E7E7;
    border-radius: 20px;
    color: #082D74;
    display: flex;
    justify-content: center;
    align-items: start; }
  .retiro_qr {
    background-color: #9E27B5;
    color: white; }
  .box_card_usuario {
    display: flex;
    flex-direction: column;
    width: 370px; }
  .texto_tarjeta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    margin-top: 1em; }
  .texto_tarjeta p {
    font-size: 1.1em;
    line-height: 1.2em; }
  .size_div {
    width: 100%; }
  .img_tarjeta {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    align-items: flex-start;
    margin-top: 1em; }
  .img_tarjeta img {
    width: 100%; }
  .img_tarjeta h5 {
    font-size: 1.7em;
    font-weight: 900;
    margin-bottom: 0.3em; }
  .como_funciona {
    display: flex;
    flex-direction: column;
    margin-right: 0; }
  .como_funciona h5 {
    font-size: 0.8em;
    font-weight: 600; }
  .paso1_card {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 2em; }
  .paso1_card img {
    width: 40px;
    height: 40px;
    margin-right: 1em; }
  .paso1_card p {
    font-size: 0.7em;
    line-height: 1em; }
  .paso2_card {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 2em;
    margin-left: 1em; }
  .paso2_card img {
    width: 40px;
    height: 40px;
    margin-right: 0.5em; }
  .paso2_card p {
    font-size: 0.7em;
    line-height: 1em; }
  .box_comofunciona, .box_comofunciona_qr {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 0;
    margin-top: 1.5em; }
  .txt_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3em; }
  .titulo_usuarios h1 {
    font-size: 2em;
    color: #082D74;
    font-weight: 700;
    margin-bottom: 1em;
    text-align: left; }
  .box_comofunciona_qr {
    margin-top: 0; }
  .paso1_card_qr p {
    margin-top: 2em; }
  .retiro_pix {
    height: 570px; }
  .paso1_card_pix {
    margin-left: 1.5em; }
  .recarga_usuarios {
    height: 570px;
    color: white;
    background-color: #9E27B5; }
  .paso1_card_recarga p {
    margin-top: 1em; }
  .paso2_card_recarga p {
    margin-top: 1em; } }

@media only screen and (max-width: 414px) {
  .banner_box_3 {
    width: 90%;
    height: 35%; }
  .banner_box_2 h1 {
    font-size: 1em; }
  .home_three img {
    width: 30%;
    margin-top: 3em; }
  .home_two p {
    font-size: 1.2em; }
  .user_txt h1 {
    font-size: 2em; }
  .map div h1 {
    font-size: 2em; }
  .section_user {
    margin-top: 3em; }
  .numeros_contenedor {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .data_numeros {
    padding-bottom: 2em; }
  .pie_logo_octagon img {
    width: 120px; }
  .box_redes iframe {
    width: 300;
    height: 330; }
  .box_redes_txt h4 {
    font-size: 1.1em; }
  .box_redes_txt p {
    font-size: 0.9em; }
  .retiro_usuario, .retiro_qr, .recarga_usuarios {
    width: 305px;
    height: 430px;
    background-color: #E7E7E7;
    border-radius: 20px;
    color: #082D74;
    display: flex;
    justify-content: center;
    align-items: start; }
  .box_card_usuario {
    display: flex;
    flex-direction: column;
    width: 280px; }
  .texto_tarjeta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    margin-top: 1em; }
  .texto_tarjeta p {
    font-size: 1em;
    line-height: 1.1em; }
  .size_div {
    width: 100%; }
  .img_tarjeta {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    align-items: flex-start;
    margin-top: 1em; }
  .img_tarjeta img {
    width: 100%; }
  .img_tarjeta h5 {
    font-size: 1.4em;
    font-weight: 900;
    margin-bottom: 0.3em; }
  .como_funciona {
    display: flex;
    flex-direction: column;
    margin-right: 0; }
  .como_funciona h5 {
    font-size: 0.8em;
    font-weight: 600; }
  .paso1_card {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 1em; }
  .paso1_card img {
    width: 30px;
    height: 30px;
    margin-right: 1em; }
  .paso1_card p {
    font-size: 0.6em;
    line-height: 1em; }
  .paso2_card {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 2em;
    margin-left: 0.5em; }
  .paso2_card img {
    width: 30px;
    height: 30px;
    margin-right: 0.5em; }
  .paso2_card p {
    font-size: 0.6em;
    line-height: 1em; }
  .box_comofunciona, .box_comofunciona_qr {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 0;
    margin-top: 0em; }
  .txt_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3em; }
  .titulo_usuarios h1 {
    font-size: 2em;
    color: #082D74;
    font-weight: 700;
    margin-bottom: 1em;
    text-align: center; }
  .box_comofunciona_qr {
    margin-top: 0; }
  .paso1_card_qr p {
    margin-top: 2em; }
  .retiro_qr {
    background-color: #9E27B5;
    color: white; }
  .retiro_pix {
    height: 480px; }
  .box_comofunciona_pix {
    margin-top: 1.5em; }
  .paso2_card_pix {
    margin-left: 0; }
  .recarga_usuarios {
    height: 480px;
    color: white;
    background-color: #9E27B5; }
  .paso1_card_recarga p {
    margin-top: 2em; }
  .paso2_card_recarga p {
    margin-top: 1em; }
  .box_comofunciona_recarga {
    margin-top: 2em; } }
