.transparente{
    background-color: transparent !important;
}

.top_social{
    color: #ccc;
}

.top_social:hover{
    color: white;
}

.top_text{
    color: #ccc;
}

.top_logo{
    height: 80px !important;
    width: 150px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.underline{
    width: 100px;
    border-top: solid 3px #0065A8;
    margin: auto;
}

.categoria{
    color: #0065A8 !important;
}

.sub_h2{
    width: 100px;
    border-bottom: solid 3px #0065A8;
    margin-top: -5px;
}

.sub_h5{
    width: 50px;
    border-bottom: solid 2px #0065A8;
    margin-top: -5px;
}

.btn_whatsapp{
    background-color: #34AF23 !important;
    color: white !important;
}

.btn_whatsapp:hover{
    background-color: #129401 !important;
}

.btn_primary{
    background-color: #0065A8 !important;
    color: white !important;
}

.btn_primary:hover{
    background-color: #01568f !important;
}

.bg_contato{
    background-color: #ccc !important;
    background-image: url('../images/map-image.png') !important;
    background-size: contain !important;
}

.facebook_footer{
    width: 40px;
    height: 40px;
    background-color: white;
    color: #3B5998;
    font-size: 24px;
    padding-top: 3px;
    border-radius: 5px;
    position: relative;
    transition: 0.3s;
    z-index: 999999;
}

.facebook_footer:hover{
    background-color: #3B5998;
    color: white;
    transform: scale(1.5);
    transition: 0.3s;
}

.instagram_footer{
    width: 40px;
    height: 40px;
    background-color: white;
    color: #B333AA;
    font-size: 24px;
    padding-top: 3px;
    border-radius: 5px;
    position: relative;
    transition: 0.3s;
}

.instagram_footer:hover{
    background-color: #B333AA;
    color: white;
    transform: scale(1.5);
    transition: 0.3s;
    z-index: 999999;
}

.youtube_footer{
    width: 40px;
    height: 40px;
    background-color: white;
    color: #BB0000;
    font-size: 24px;
    padding-top: 3px;
    border-radius: 5px;
    position: relative;
    transition: 0.3s;
}

.youtube_footer:hover{
    background-color: #BB0000;
    color: white;
    transform: scale(1.5);
    transition: 0.3s;
    z-index: 999999;
}

.indicador_banner{
    height: 15px !important;
    width: 15px !important;
    border-radius: 5em !important;
    background-color: #fff !important;
}

.thumbnail{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.link_politica_privacidade{
    color: #ccc;
    text-decoration: none;
}

.link_politica_privacidade:hover{
    color: white;
    text-decoration: underline;
    cursor: pointer;
}

.icone_forma_pagamento{
    font-size: 30px;
    color: white;
}

.texto_forma_pagamento{
    font-size: 18px;
    color: white;
}

.pelicula{
    height: 100%;
    width: 100%;
    background-color: white;
    opacity: 0.7;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999999;
    display: none;
}

/* loading */
.lds-facebook {
    display: none;
    position: fixed;
    width: 80px;
    height: 80px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 999999999;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #0065A8;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }

    50%, 100% {
        top: 24px;
        height: 32px;
    }
}
/* loading */

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 991px) {

    .item_menu{
        color: #fff !important;
        font-size: 20px !important;
        text-align: center;
    }

    .banner{
        height: 400px;
        background-size: cover !important;
    }

    .banner_produto{
        height: 350px !important;
    }

    .banner_img_produto{
        min-height: 350px !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: contain !important;
        background-color: #ccc !important;
    }

    .whats_float{
        height: 60px;
        width: 60px;
        border-radius: 3em;
        background-color: #34AF23;
        color: white;
        position: fixed;
        bottom: 20px;
        right: 10px;
        font-size: 35px;
        padding-left: 15px;
        padding-top: 4px;
        z-index: 9999999;
    }

    .totop_float{
        height: 60px;
        width: 60px;
        border-radius: 3em;
        background-color: #999;
        color: white;
        position: fixed;
        bottom: 20px;
        right: 10px;
        font-size: 35px;
        padding-left: 15px;
        padding-top: 4px;
        z-index: 9999999;
    }

    .politicatroca_float{
        height: 60px;
        width: 60px;
        border-radius: 3em;
        background-color: #999;
        color: white;
        position: fixed;
        bottom: 90px;
        right: 10px;
        font-size: 35px;
        padding-left: 18px;
        padding-top: 4px;
        z-index: 99999999;
    }

}

/* Medium devices (tablets, 768px and up) */
/*@media (min-width: 768px) {}*/

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .item_menu{
        color: #ccc !important;
        font-size: 16px !important;
    }

    .item_menu:hover{
        color: white !important;
    }

    .banner{
        height: 400px;
    }

    .whats_float{
        height: 75px;
        width: 75px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        background-color: #34AF23;
        color: white;
        position: fixed;
        bottom: 20px;
        right: 0;
        font-size: 45px;
        padding-left: 18px;
        padding-top: 4px;
        z-index: 9999999;
        transition: 0.3s;
        z-index: 99999999;
    }

    .whats_float:hover{
        /*width: 85px;*/
        cursor: pointer;
        transition: 0.3s;
    }

    .totop_float{
        height: 75px;
        width: 75px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        background-color: #999;
        color: white;
        position: fixed;
        bottom: 20px;
        right: 0;
        font-size: 45px;
        padding-left: 18px;
        padding-top: 4px;
        z-index: 9999999;
        transition: 0.3s;
    }

    .totop_float:hover{
        width: 85px;
        cursor: pointer;
        transition: 0.3s;
    }

    .politicatroca_float{
        height: 75px;
        width: 75px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        background-color: #999;
        color: white;
        position: fixed;
        bottom: 97px;
        right: 0;
        font-size: 45px;
        padding-left: 18px;
        padding-top: 4px;
        z-index: 9999999;
        transition: 0.3s;
        z-index: 99999999;
    }

    .politicatroca_float:hover{
        /*width: 85px;*/
        cursor: pointer;
        transition: 0.3s;
    }

    .banner_img_index{
        background-repeat: no-repeat !important;
        background-size: contain;
    }

    .banner_produto{
        height: 350px !important;
    }

    .banner_img_produto{
        height: 350px !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: contain !important;
    }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}