@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700,700i|Oxygen:300,400,700");

header .header-domi {
    color: #f5ead6;
}

    header .header-domi address {
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    header .header-domi i {
        display: block;
        color: #f5ead6;
        border: 0.1rem solid #e6ddd0;
        border-radius: 50%;
        padding: 0.3rem;
        font-size: 1.5rem;
        width: 3rem;
        height: 3rem;
        transition: all 0.5 linear;
        text-align: center;
    }

        header .header-domi i:hover {
            background: #65594d;
        }

header .header-tele {
    color: #f5ead6;
}

    header .header-tele i {
        display: block;
        color: #f5ead6;
        border: 0.1rem solid #e6ddd0;
        border-radius: 50%;
        padding: 0.3rem;
        font-size: 1.5rem;
        width: 3rem;
        height: 3rem;
        transition: all 0.5 linear;
        text-align: center;
    }

header .header-soci {
    color: rgba(218,175,96,1);
    width: 50%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 4rem);
    grid-column-gap: 0.5rem;
    justify-content: center;
}

    header .header-soci a {
        display: block;
        color: #f5ead6;
        border: 0.1rem solid #e6ddd0;
        border-radius: 50%;
        padding: 0.3rem;
        font-size: 1.5rem;
        width: 3rem;
        height: 3rem;
        transition: all 0.5 linear;
        text-align: center;
    }

        header .header-soci a:hover {
            background: #65594d;
        }

@media (max-width: 767.98px) {
    header .header-domi address {
        font-size: 8px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    header .header-domi i {
        display: block;
        color: #f5ead6;
        border: 0.1rem solid #e6ddd0;
        border-radius: 50%;
        padding: 0.1rem;
        font-size: .9rem;
        width: 1.6rem;
        height: 1.6rem;
        transition: all 0.5 linear;
        text-align: center;
    }

    header .header-tele i {
        display: block;
        color: #f5ead6;
        border: 0.1rem solid #e6ddd0;
        border-radius: 50%;
        padding: 0.1rem;
        font-size: .9rem;
        width: 1.6rem;
        height: 1.6rem;
        transition: all 0.5 linear;
        text-align: center;
    }

    header .header-tele address {
        font-size: 12px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media (max-width: 991.98px) {
    header .header-domi address {
        font-size: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}