:root {
    --top: 15px;
    --hybrid-top: 30px;
}

.gfw-navbar-wrpr {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 0px;
    padding: 0 30px;
}

.gfw-iconburger {
    top:var(--top);
    width: 50px;
    height: 50px;
    right: 15px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
    display: block;
    position: fixed;
    background-color: #fff;
    transform: scale(1);
    border-radius: 50%;
    transition: all 300ms linear;
    cursor: pointer;
}

.gfw-iconburger span {
    display: inline-block;
    position: absolute;
    width: 37px;
    height: 2px;
    left: 13px;
    background-color: #000;
    transform: rotate(0deg) translate(0, 0);
    transition: all 300ms linear;
}

.gfw-iconburger span:nth-of-type(1) {
    width: 27px;
    top: 18px;
    left: 12px;
}

.gfw-iconburger.active span:nth-of-type(1) {
    transform: rotate(45deg) translate(0, 0);
    top: 25px;
}

.gfw-iconburger span:nth-of-type(2) {
    width: 22px;
    top: 26px;
    left: 12px;
}

.gfw-iconburger.active span:nth-of-type(2) {
    width: 0px;
}

.gfw-iconburger span:nth-of-type(3) {
    width: 27px;
    top: 33px;
    left: 12px;
}

.gfw-iconburger.active span:nth-of-type(3) {
    transform: rotate(-45deg) translate(0, 0);
    top: 25px;
}

.gfw-iconburger.active {
    background-color: #000
}

.gfw-iconburger.active span {
    background-color: #fff
}

.gfw-main-menu .gfw-menu-list li {
    font-size: 23px;
    margin-top: 15px;
    cursor: pointer;
}

.gfw-main-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background-color: #ffffff;
    color: #000;
    overflow: hidden;
    overflow-y: auto;
    opacity: 0;
    transition: all 300ms linear;
    pointer-events: none
}

.gfw-main-menu.on {
    display: block
}

.gfw-main-menu.active {
    background-image: url('https://demos.thebravecontent.com/resources/porcelanosa-usa/img//main-menu-bg.png');
    background-size: cover;
    opacity: 1;
    pointer-events: all
}

.gfw-menu-logos img {
    width: 150px;
}

.gfw-main-menu .gfw-menu-logos .gfw-tbc-logo {
    display: inline-block;
    width: 100%;
    max-width: 200px;
    margin: 30px
}

.gfw-main-menu .gfw-menu-logos strong {
    font-size: 12px
}

.gfw-main-menu .gfw-menu-logos .gfw-menu-cobrand {
    display: inline-block;
    width: 100%;
    max-width: 106px;
    margin: 10px
}

.gfw-main-menu .gfw-menu-list {
    display: block;
    width: 100%;
    margin: 25% 0 0 0;
    padding: 0;
    text-align: center
}

.share-main-menu{
    margin-top: 25%;
}

.gfw-main-menu .gfw-menu-list li p{
    font-family: "Porcelanosa", serif;
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    font-size: 33px;
    line-height: 37px;
    font-weight: 400
}

#first{
    font-size: 43px;
    line-height: 41px;
}

@media screen and (min-width: 768px) {
    .gfw-iconburger {
        top: 30px;
        right: 80px;
        width: 62px;
        height: 62px;
    }


    .gfw-iconburger span:nth-of-type(1) {
        top: 22px;
        width: 39px;
    }

    .gfw-iconburger.active span:nth-of-type(1) {
        top: 29px;
    }

    .gfw-iconburger span:nth-of-type(2) {
        width: 27px;
        top: 29px;
        left: 23px;
    }

    .gfw-iconburger.active span:nth-of-type(2) {
        width: 0px;
    }

    .gfw-iconburger span:nth-of-type(3) {
        top: 36px;
        width: 39px;
    }

    .gfw-iconburger.active span:nth-of-type(3) {
        top: 29px;
    }

    .gfw-navbar-wrpr {
        position: absolute;
        z-index: 10;
        width: 100%;
        height: 80px;
        padding: 15px 30px;
    }

    .gfw-main-menu .gfw-menu-list{
        margin-top: 5%;
    }
}