a, p, b, nav, li, ul, label, h1, h2, h3, h4, h5, h6, input, textarea, select, option, button {
    text-decoration: none;
    margin: 0;
}
span {
    text-decoration: none;
    margin: 0;
}
body {
    color: var(--medio);
}

/* font sizes are controlled via the Customizer */
a {
    color: var(--medio);
}
a:hover {
    opacity: 0.8;
}

.peque {
    font-size: 13px !important;
}

.two-lines {
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  overflow: hidden;  
  -webkit-line-clamp: 2; 
  text-overflow: ellipsis; 
}


h1.extra {
    font-weight: 700;
    line-height: 1;
}
h1 {
    font-weight: 700;
    line-height: 1;
}
h2 {
    font-weight: 700;
    line-height: 1;
}
h3 {
    font-weight: 600;
    line-height: 1;
}
h4 {
    font-weight: 600;
    line-height: 1;
}
h5 {
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
}
h6 {
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
}

svg {
  flex-shrink: 0;
}