﻿/* Início: logo */
.logo::after {
    height: 45px;
    content: url('../img/240/logo-corte.svg');
}

@media (max-width:990px) {
    .header-logo {
        margin-top: 5px;
        margin-bottom: -5px;
    }

    .thumb:hover,
    .thumb:hover span {
        left: 0px !important;
    }
}

@media screen and (max-width:1200px) {
    .efeito-imagem-pop img {
        width: 100%;
        height: auto;
    }
}

@media (min-width:1200px) {
    .sticky-header-active .logo::after {
        content: url('../img/240/logo.svg');
        max-height: 51px;
    }
}

/* Fim: logo */

/* Início: imagem fundo */
.defaultimg {
    opacity: 0.75 !important;
}

/* Fim: imagem fundo */

/*Início: fontasome com prefixos fas e fab não funcionvam com css do thema */
.feature-box.feature-box-style-2 .feature-box-icon i {
    font-size: 38px;
    color: #0088cc;
}

/* Fim: fontasome com prefixos fas e fab não funcionvam com css do thema */

/* Início: composição de primeiro o texto e depois imagem no mobile */
@media (max-width: 990px) {

    #lgpd .b-row,
    #wes .b-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #lgpd .text,
    #wes .text {
        width: 100%;
        -webkit-order: 1;
        -ms-order: 1;
        order: 1;
        width: 100%;
    }

    #lgpd .img,
    #wes .img {
        -webkit-order: 2;
        -ms-order: 2;
        order: 2;
        width: 100%;
    }

    #lgpd img,
    #wes img {
        width: 100%;
    }
}

/* Fim: composição de primeiro o texto e depois imagem no mobile */

#footer {
    margin-top: 0px;
}

section.section {
    padding: 0;
}

.top-label {
    line-height: 40px;
    padding: 0 0 4px 12px !important;
}

.fundo-destacado {
    text-shadow: black 3px 3px 3px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px 5px 0 5px;
}

.top-label>span {
    font-size: 12px;
    float: right;
    text-shadow: black 3px 3px 3px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0 0 5px 5px;
    line-height: 16px;
    padding: 0px 10px 3px;
    margin-top: 4px;
}

.thumb span {
    position: absolute;
    visibility: hidden;
}

.thumb:hover,
.thumb:hover span {
    visibility: visible;
    top: -36px;
    left: -100%;
    z-index: 1;
}

.efeito-imagem-pop {
    padding: 10px;
    background-color: #0088cc;
    border-radius: 5px;
}

.img-centro {
    display: flex;
    justify-content: center;
    align-items: center;
}