.hastag{
    color: var(--green);
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}
.hastag::before,
.hastag::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: var(--green);
}
.hastag::before{ margin-right: 15px; }
.hastag::after{ margin-left: 15px; }
.contacto{width: 100%;}
.contacto ul{
    margin: 0 auto;
    width: 280px;
    display: flex;
    justify-content: space-between;
}
.contacto a {
    display: flex;
    background: black;
    width: 50px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.contacto a i {
    color: white;
    font-size: 30px;
}

.cookies{
    background: black;
    height: 40px;
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cookies a {
    color: white;
    font-size: 14px;
    text-align: center;
}