/*===MENU DE UNICIO===*/

.menu-inicio{
    height: 52px;
    width: 100%;
    display: flex;
    margin-top: 38px;
}

/*Ajustes compartidos*/

.boton-texto{
    width: 348px;
    background: #232323;
    
    display: flex;
    flex-direction: row;
	justify-content: center;
    align-items: center;
}

.boton-texto a{
    color: white;
    font-size: 28px;
    letter-spacing: 2px;
    font-family: sans-serif;
    font-weight: bolder;
}

.hover-boton:hover {
    background: #7D797A;
}

/*BOTÓN INICIO*/

.caja-boton-inicio{
    display: flex;
    width: 33.33%;    
}

.caja-boton-productos{
    display: flex;
    width: 33.33%;
    justify-content: center;
}

.caja-boton-contacto{
    display: flex;
    width: 33.33%;
    justify-content: flex-end;
}

