@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  src: url('./Montserrat-VariableFont_wght.ttf') format('truetype');
}
body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}
.tarjetas-hsbc{
  min-height: 100%;
}
.contBody{
  min-height: 48vw;
  height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-hsbc{
  display: flex;
  justify-content: space-between;
  padding-inline: 5%;
  height: 10vh;
}
.header-hsbc .logo-hsbc{
  height: auto;
  display: flex;
  justify-content: center;
}
.logo-header{
  padding-top: 40px;
  max-height: 55px;
  min-height: 50px;
  position: relative;
}
.logo-header-alianzas{
  padding-top: 30px;
  max-height: 6vh;
  min-height: 70px;
  position: relative;
}
.banner{
  width: 80vw;
  margin: 0 auto;
  padding-inline: 5%;
}
.container-banner-hsbc{
  width: 100%;
  height: auto;
  margin: 0px 0;
}
.banner-hsbc{
  width: 100%;
  object-fit: contain;
}
.container-redime{
  width: 90%;
  padding: 1% 5% ;
}
.title-redime p{
  text-align: center;
  font-size: 30px;
  color: black;
  font-weight: 300;
}
.title-redime p b{
 /* font-weight: 500;*/
}
.buttons-redime{
  display: flex;
  justify-content: center;
  gap: 50px;
}
.btn-redime{
  color: white;
  border-radius: 0;
  text-align: center;
  padding: 20px;
  background-color: red;
  color: white;
  font-size: 22px;
  border:0;
}
.btn-redime:active, .btn-redime:hover,  .btn-redime:focus, .btn-redime{
  color: white;
  border-radius: 0;
  text-align: center;
  padding: 20px;
  background-color: red;
  color: white;
  font-size: 22px;
}

.cont-footer{
  position: relative;
  bottom: 0;
  width: 100%;
  height: 5vh;
  text-align: center;
  margin-top: 0%;

}
.footer-hsbc{
  width: 90%;
  padding-inline: 5%;
  display: flex;
  justify-content: space-between;
  background-color: red;
  height: auto;
}
.terminos{
  font-size: 18px;
  color: white;
  padding: 5px 0;
}
.terminos a{
  color: white;
  text-decoration: none;
}
.container-code{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.label-code{
  text-align: center;
  padding: 0 0 10px;
  font-size: 30px;
  color: black;
  font-weight: 300;
}
.input-code{
  font-size: 25px;
  text-align: center;
  border-radius: 0;
  padding: 0 15px;
  min-height: 40px;
  line-height: 50px;
  max-width: 40%;
  min-width: 200px;
  background: rgb(217, 217, 217);
  border: 0;
  color:black;
  margin: 20px;
}
.input-code::placeholder {
  color: #000000;
}

@media(max-width:800px){
  .contBody{
    min-height: auto;
    height: auto;
    display: block;
    margin: 10% 0;
  }
  .banner{
    width: 90%;
    margin: 5% auto;
    padding-inline: 5%;
  }
  .tarjetas-hsbc{
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
  }
  .cont-footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    min-height: 65px;
  }
}
@media(max-width:500px){
  .header-hsbc{
    display: flex;
    justify-content: space-between;
    padding-inline: 5%;
    height: auto;
  }
  .header-hsbc .logo-hsbc{
    height: auto;
    display: flex;
    justify-content: center;
  }
  .logo-header{
    padding-top: 40px;
    max-height: 30px;
    min-height: 30px;
    position: relative;
  }
  .logo-header-alianzas{
    padding-top: 30px;
    max-height: 6vh;
    min-height: 45px;
    position: relative;
  }

  .banner{
    width: 95vw;
    padding-inline: 2.5%;
  }
  .container-banner-hsbc{
    width: 100%;
    height: auto;
    margin: 0px 0;
  }
  .container-redime{
    width: 90%;
    padding: 1% 5% ;
  }
  .title-redime p{
    text-align: center;
    font-size: 18px;
    color: black;
    font-weight: 300;
  }
  .title-redime p b{
    font-weight: 500;
  }
  .buttons-redime{
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    max-width: 360px;
    width: 80vw;
  }
  .buttons-redime a{
    width: 100%;
  }
  .contBody{
    min-height: auto;
    margin: 20% 0;
  }
  .container-redime{
    padding: 15% 5%;
  }
  .btn-redime{
    padding: 20px;
    background-color: red;
    color: white;
    font-size: 18px;
    max-width: 360px;
    width: 100%;
    margin-left: 0px !important;
  }
}
@media(min-width:500px){

}