.cms-index-index .page-header.type4:not(.sticky-header) .header-main {
    position: relative;
    width: 100%;
}
html .porto-block-html-top .background-color-dark {
    background-color: var(--secondary) !important;
}

.cms-index-index .page-header.type4.sticky-header .header-main {
    background: #fff;
}

.container-tel { display: none; }

@media (min-width: 992px) {
    .container-tel {
        display: block;
        width: 100%;
    }

    .page-header.type4 .nav-sections {
        display: none;
    }
}
@media (min-width: 992px) {
    header.page-header.type4.sticky-header .header-main:after{
         content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        bottom:-39px;
        left: calc(50% - 60px);
        border-style: solid;
        border-color: #fff transparent transparent ;
        border-width: 60px 60px 0;
        z-index: 2;
    }

    header.page-header.type4:not(.sticky-header) .header-main:after{
         content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        bottom: -85px;
        left: calc(50% - 100px);
        border-style: solid;
        border-color: #fff transparent transparent ;
        border-width: 100px 100px 0;
        z-index: 2;
    }

    .page-header.type4 .header-main .header-center .logo {
    position: absolute;
    top: 0;
    padding: 0;
    }

     .page-header.type4:not(.sticky-header) .header-main .header-center .logo img {
        top: 10px;
     }


    .page-header.type4 .header-main .header-center .logo img {
        position: relative;
        z-index: 2;
    }

}

@media (max-width: 991px) {
    .logo img { width:auto; }
    .page-header.type4 .header-main .header-center,
    .page-header.type4 .header-main .header-left, 
    .page-header.type4 .header-main .header-right {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .page-header a,
    .page-header.type4 .navigation .level0 .level-top {
        font-family: kon-tiki-aloha-jf, sans-serif;
        font-size: 1.3em !important;
    }
}

.text-promo {
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
     font-family: kon-tiki-aloha-jf, sans-serif;
     font-size: 18px;
}
