 /* Menu Insta */
 @media screen and (max-width: 767px){
 }         
 #menuinsta > div > div > div > li.slick-slide:nth-child(2) > a:before {
 background-image:url(https://cdn.awsli.com.br/2771/2771883/arquivos/apple.svg);
 }
 #menuinsta > div > div > div > li.slick-slide:nth-child(3) > a:before {
 background-image:url(https://cdn.awsli.com.br/2771/2771883/arquivos/mobile-notch.svg);
 }
 #menuinsta > div > div > div > li.slick-slide:nth-child(1) > a:before {
 background-image:url(https://cdn.awsli.com.br/2771/2771883/arquivos/smart_tv_television_display_gadget_hardware_device_computer_screen_monitor_icon_.svg);
 }
 
 .logo a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 170%;
}

.barra-frase .conteiner {
    padding: 10px 20px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--cor-textoBarraSuperior);
    background: var(--cor-barraSuperior);
    display: inline-flex;
    height: 27px;
}

.barra-frase i {
    margin: 0px;
}

#menuinsta>div>div>div>li.slick-slide.slick-slide:nth-child(1)>a:before {
    content: "\f553";
    font-size: 0;
    background-image: var(--icone-menu1);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    height: 50px;
    border-radius: 0px;
    line-height: 40px;
    width: 50px;
    margin: 0 auto;
    background-color: none;
}

#menuinsta>div>div>div>li.slick-slide:nth-child(2)>a:before {
    content: "\f553";
    font-size: 0;
    background-image: var(--icone-menu2);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    height: 50px;
    border-radius: 0px;
    line-height: 50px;
    width: 50px;
    margin: 0 auto;
    background-color: none;
}

#menuinsta>div>div>div>li.slick-slide:nth-child(3)>a:before {
    content: "\f553";
    font-size: 0;
    background-image: var(--icone-menu3);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    height: 50px;
    border-radius: 0px;
    line-height: 50px;
    width: 50px;
    margin: 0 auto;
    background-color: none;
}