﻿.tituloEtiqueta {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 10px;
    color: #000;
    letter-spacing: .06em;
}

input,
button,
select,
textarea {
    outline: none;
}

h4 {
    margin-top: 5;
    margin-bottom: 0;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.heading-decorated::after {
    content: '';
    position: relative;
    display: block;
    height: 2px;
    width: 60px;
    margin-bottom: 20px;
    background: #f9b707;
    will-change: transform, opacity;
}