body {
       margin: 0%;
}
header{
    display: flex;
    min-height: 120;
    background: url(img/CABECERA.png);
    background-size: cover;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.logo{ 
    display: flex;
    align-items: center;
}
.logo img{
    height: 100px;
    margin-right: 10px;
}
.nombre-empresa{
    align-items: end;
    top: 50%;
    font-size: 130%;
}  
a{
    text-decoration: none;
    color: black; 
   
   }
   nav a{
       
       font-weight: 600px;
       padding-right: 10px;
   
   }
   nav a:hover{
       color: rgb(154, 154, 154);
           font-weight: 500;
 }       
{
padding: 0px;
margin: 0px;
box-sizing: border-box;
font-family: century gothic;

}
h1 {
    text-align: center;
    font-family: lato;
    margin: 50px 0px;
    font-size: 1.8rem;
}
.container {
    width: 75vw;
    max-width: 1000px;
    min-width: 320px;
    margin: auto;
}


    

