@import url('https://fonts.googleapis.com/css2?family=Unlock&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bubbler+One&family=Unlock&display=swap');
*,
*:before,
*::after{
    margin:0px;
    padding: 0px;
    box-sizing: inherit;
}
.unlock-regular {
    font-family: "Unlock", serif;
    font-weight: 100;
    font-style: normal;
  }
.bubbler-one-regular {
    font-family: "Bubbler One", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
  }
.cintacabesera{
    width: 100%;
    height: 80px;
    background: rgba(255,150,0,1);
    display: flex;
    align-items: center;
    padding: 5px;
    justify-content: space-between;
    position:fixed;
    z-index:10;
}
.logotumiaqp{
    width: 70px;height: auto;
}
a{
    text-decoration: none;
    color: rgba(255,255,255,1);
}
a:hover{
    color: rgba(0,0,0,1);
}
.flexcabesera{
    display: flex;
    padding: 5px;
}
.entorno{
    padding: 5px;
}