/* WHATSAPP FIXO */
.whatsapp-fixo {
position: fixed;
bottom:10px;
left:10px;
z-index: 999;
}

#cabecalho .logo a{
    margin-bottom:10px;
}

/*Instagram*/
div#instagram_store .owl-item {
    float: left;
}
div#instafeed {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
}
div#instafeed a {
    height: 293px;
    width: 25%;
    margin: 5px;
    position: relative;
    text-align: center;
}
div#instafeed img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
div#instafeed a:hover {
    filter: brightness(0.8);
}
div#instafeed a:after {
    content: "\f16d";
    font-family: FontAwesome;
    position: absolute;
    width: 35px;
    display: table;
    text-align: center;
    height: 35px;
    font-size: 36px;
    font-weight: 300;
    left: calc(50% - 12.5px);
    top: calc(50% - 12.5px);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    color: #fff;
}
div#instafeed a:hover:after {
    opacity: 0.6;
    visibility: visible;
}
div#instagram_store .container.instagram div#instafeed.owl-loaded {
    display: block;
    position: relative;
    overflow: hidden;
}
div#instagram_store .container.instagram div#instafeed.owl-loaded a {
    width: auto;
    height: 100%;
    display: block;
}
div#instagram_store button {
    position: absolute;
    left: 0;
    top: calc(58% - 25px);
    font-size: 45px;
    width: 50px;
    height: 50px;
    padding-bottom: 0;
    background: rgb(238 238 238 / 82%) !important;
    border-radius: 50px;
    transition: all 0.3s;
    color: #7b7b7b;
    overflow: hidden;
    font-size: 27px;
    opacity: 1;
    z-index: 1;
    margin: 0;
}
div#instagram_store button.slick-prev {
    left: 0;
}
div#instagram_store button.slick-next {
    left: initial;
    right: 0;
    padding-left: 2px;
}
div#instagram_store .title-instagram {
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    color: #000;
    text-align: center;
    padding-bottom: 5px;
    position: relative;
}
div#instagram_store .title-instagram a{
    display: block;
    padding-bottom: 15px;
}
div#instagram {
    display: none !IMPORTANT;
}
div#instagram_store ul.slick-dots {
    display: none !IMPORTANT;
}
div#instagram_store .title-instagram a:after {
    content: "";
    background: var(--cor_primaria);
    width: 5em;
    max-width: 5em;
    height: 3px;
    display: block;
    float: left;
    margin: 0;
    position: absolute;
    bottom: -10px;
}

div#instagram_store .title-instagram a span.instagram-user.cor-principal {
    color: currentColor;
    margin-left: 10px;
    font-weight: 700;
}
div#instagram_store .title-instagram a {
    background: 0 0;
    border-top: none;
    text-align: left;
    position: relative;
    padding: 0 0;
    padding-top: 20px;
    margin-bottom: 20px;
    color: var(--cor_primaria);
    text-transform: uppercase;
    font-size: 26px;
    font-family: Montserrat;
    font-weight: 500;
}
@media (min-width: 768px) {
    div#instafeed > a:nth-child(n + 5) {
        display: none;
    }
    
}
@media (max-width: 767px) {
    div#instafeed > a:nth-child(n + 3) {
        display: none;
    }
    div#instafeed a {
        height: auto;
    }
    div#instafeed {
        flex-wrap: wrap;
    }
}    