@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
  box-sizing: border-box
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: url('https://cdn.janto.es/pro/fresh/recursos/img/20250811131150_1754910710.8242webfondo.jpg') !important;
  background-size: cover;
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-position: center;
  background-color: #000;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}

.container {
  max-width: 1020px;
  margin: auto;
  display: flex;
  align-items: start;
  justify-content: center;
  width: 100%;
  padding-top: 24px;
}

.header::before {
  content: '';
  background-image: url('https://cdn.janto.es/pro/fresh/recursos/img/20250811131205_1754910725.4769Logo.png');
  height: 183px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.header a,
.blackfriday {
  display: none;
}

.container-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px;
  gap: 24px;
}

/*Botones*/
.boton-pre {
  width: 440px;
  height: auto;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
}

.boton-pre a,
.boton-pre button {
  color: #fff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.container-btns > div:first-child > a:nth-child(2) {
  font-size: 28px;
  background-image: url('https://cdn.janto.es/pro/fresh/recursos/img/20250811130615_1754910375.0538general.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: transparent;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.container-btns > div:nth-child(2) > a {
  font-size: 28px;
  background-image: url('https://cdn.janto.es/pro/fresh/recursos/img/20250811130958_1754910598.6497openbank.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: transparent;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.container-btns > div:first-child > a:first-child,
.container-btns > div:nth-child(2) > button {
  display: none;
}

/*Pantalla Openbank*/
#root {
  width: 100%;
}

form:before {
  content: 'Introduzca los 6 primeros d\0000EDgitos de su tarjeta Openbank.';
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 24px 40px;
}

#root h4 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  display: none;
}

#root form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;

  background-image: url("https://cdn.janto.es/pro/web5/fresh/4189/images/DECO/20240828101758_1724833078.7855marco.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;  

  width: 1020px;
  height: 300px;
}

#root form input {
  background-color: transparent;
  border: 2px solid #f6ae33;
  padding: 16px;
  margin-bottom: 8px;
  width: 100%;
  max-width: 600px;
  color: #fff;
  font-size: 16px;
}

#root form button {
  color: transparent;
  border: none;
  cursor: pointer;
  margin: 24px 0px;

  background-image: url("https://cdn.janto.es/pro/web5/fresh/4189/images/DECO/20240828101746_1724833066.1867boton-en.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;

  width: 150px;
  height: 40px;
}
    
p.info_bines {
  text-align: center;
}

@media only screen and (max-width:1050px) {
  #root form {
    width: 85%;
    margin: auto;
    background-image: none;
    border: 2px solid #f6ae33;
    padding: 24px;
    background-color: rgb(0 0 0 / 40%);
    height: auto;
  }

  form:before {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 16px;
  }

  #root form button {
    margin-bottom: 0px;
    margin-top: 16px;
  }
} 

@media only screen and (max-width:480px) {
  body {
    background-image: url('https://cdn.janto.es/pro/fresh/recursos/img/20250811131121_1754910681.5694movilfon.jpg')!important;
  }

  .header::before {
    height: 160px;
  }

  .container {
    padding-top: 0px;
  }

  .container-btns {
    padding-top: 0px;
    gap: 16px;
  }

  .boton-pre {
    width: 300px;
    height: 170px;
    min-height: unset;
  }
}