body{
    background-image: url("/home/dadax/Documentos/WEB/Imagenes/Logos_Media/fondoSesion.avif");
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Montserrat;
    margin:0;
    padding:0;
    height:100%;
    width:100%;
}

*{
  box-sizing:border-box;
}

header{
    display:flex;
    flex:1;
    font-family:Barlow Condensed;
    align-items:flex-end;
    justify-content:space-between;
    background-color:#FF7f50;
}

header div{
    display:flex;
    align-items:flex-end;
}

header h1{
    color:rgb(77,197,77);
    margin-bottom:0;
    text-shadow: 
    -1px -1px 0 #000000,  
    1px -1px 0 #000000,
    -1px  1px 0 #000000,
    1px  1px 0 #000000;
}

header h2{
    color:white;
    margin-bottom:0;
    text-shadow: 
    -1px -1px 0 #000000,  
    1px -1px 0 #000000,
    -1px  1px 0 #000000,
    1px  1px 0 #000000;
}

header img{
    align-items:flex-start;
}

header .Catalogo{
    align-self:center;
}

body .Contenido{
    display: flex;
    justify-content: center;
    align-items: center; 
    height: 100vh;           
}

button{
    padding: 0.5em;
    margin: 0.5em;
}

input{
    padding: 0.5em;
    margin: 0.5em;
}

.inicio{
    border:1px solid #f8f9fa;
    background-color:#FF7f50;
}

p{
    margin:0;
    color:red;
}

button{
    background-color:#FF7f50;
    color:#f8f9fa;
    border:1px solid #f8f9fa;
}