.header-logo {
  position: absolute;
  z-index: 1001;
  bottom: 2px;
  left: 0;
  display: block;
}

.header-logo__img{
  position: relative;
  width: 60px;
}

.page-heading {
  /*background: rgb(143,11,50);
  background: linear-gradient(90deg, rgba(143,11,50,1) 0%, rgba(62,0,21,1) 100%);
  background-image: url('/assets/images/2026_FIFA_World_Cup_emblem.svg.png');*/
  padding: 0px;
}
.page-heading__title {
  font-size: 30px;
  line-height: 150px;
}
.quiniela_escudo {
  height: 25px;
}
.score_input {
  width: 40px;
  height: 20px;
  padding: 0px;
  font-size: 18px;
  text-align: center;
  min-height: 35px;
  margin-bottom: 0px;
  margin-top: 0px;
  background-color: white;
  color: black;
}
.score_input:focus {
  width: 40px;
  height: 20px;
  padding: 0px;
  font-size: 18px;
  text-align: center;
  min-height: 35px;
  margin-bottom: 0px;
  margin-top: 0px;
  background-color: #428bca;
  color: white;
}
button {
cursor: pointer;
width: 100%;
height: auto;
background: none;
text-transform: uppercase;
display: block;
margin-top: 25px;
border: 2px solid #38a9ff;
border-radius: 4px;
padding: 0px;
padding: 12px 36px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
color:white;
}
button:hover {
cursor: pointer;
width: 100%;
height: auto;
background-color: #38a9ff;
color:white;
text-transform: uppercase;
display: block;
margin-top: 25px;
border: 2px solid #38a9ff;
border-radius: 4px;
padding: 0px;
padding: 12px 36px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

@media only screen and (max-width: 991px){
  .header-mobile__logo-img {
    width: 60px;
    height: auto;
  }
  .header-logo__img {
    position: relative;
    width: 60px;
    display: none;
  }
  .header-mobile__logo {
    text-align: center;
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translate(-50%);
    top: 20px;
  }
}