@import "./color.css";
@import "./slice.css";
/* Reset CSS básico */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size:16px
}
body {
  min-height: 100vh;
  line-height: 1.5;
  background: #fff;
    font-family: "Outfit", sans-serif;
  font-optical-sizing:auto;
  overflow-x: hidden;

}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

button,
input {
  overflow: visible;
}

button,
[role="button"] {
  cursor: pointer;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*fin reset*/

/* navegación de la web*/
nav{  
  display: flex;
  justify-content: space-between;
  align-items: right;
  padding: 0.5rem 1rem;
  z-index: 1000;

}
nav{
background-color:#5F5F5E;
min-height: 12rem;
max-width: 50%;
}

nav .nav-link{color:var(--navegacion);}
nav li{
    float: left;
}
.navbar-expand-lg .navbar-collapse{
  flex-direction: column;
  align-items:end;
}
.navbar-brand{position:relative;left:150px;}
h1{
  font-size:2.32rem;
  line-height: 1;
  font-weight: 100;
  text-transform: uppercase;  
  letter-spacing: 0.3rem;
  word-spacing: 0.1rem;
  color: var(--headings);
}
p{
  font-size: 0.9rem;
  word-spacing: 0.02rem;
  color: var(--headings);
}


/*sobre mglab*/
#mglab{
  float:none;
  clear:both;
}
#mglab .col-lg-6{
  float: left;
}
#mglab .header{
  position:relative;
  top:120px;
  left:150px;
max-width: 650px;
}
.adornos_randon {
  display: flex;
  max-width: 960px;
  margin: 0 auto;
}

.adornos_presentacion{
    display: flex;
  max-width: 960px;
  margin: -20.1% 0 0 0;
}


.adornos-icono{
  height: auto;
  display: block;
  max-width: 20.2%;
}
.adornos-icono {
  filter: invert(85%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
