@charset "utf-8";
/* CSS Document */

.social {
    margin: 0;
    padding: 0;
}

.social ul {
    margin: 0;
    padding-left: 0;
    display: flex;

}


.ul-column {
    flex-direction: column;
    padding: 5px;
}


.ul-center-item {
    flex-direction: row;
    justify-content: center;
    padding: 5px;
}

.social ul li {
    margin: 0 10px;
    /* padding-bottom: 10px; */
    list-style: none;
}


.social i {
    width: 40px;
    height: 40px;
    color: #ff0000;
    background-color: #CCC;
    font-size: 22px;
    text-align: center;
    padding-top: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social a {
    text-decoration: none;
    /* Remove o sublinhado dos links */
}

.name-rede {
    width: 120px;
    /* Define a largura para 100 pixels */
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    /* Permite que a largura funcione corretamente */
    overflow: hidden;
    /* Esconde qualquer texto que transborde */
    white-space: nowrap;
    /* Impede que o texto quebre em várias linhas */
    text-overflow: ellipsis;
    /* Adiciona '...' se o texto for muito longo */
    text-align: left;
    /* Alinha o texto à esquerda (ou center se preferir) */
    margin-left: 10px;
    /* Espaço entre o ícone e o texto */
    text-align: center;
}

/* Cores correspondentes aos ícones */

.social .name-instagram {
    background: linear-gradient(45deg, #C13584, #E1306C, #F77737, #FCAF45);
    /* Background correspondente */
    color: #FFF;
    /* Cor do texto */
    padding: 5px;
    /* Adiciona um padding ao texto */
    border-radius: 5px;
    /* Bordas arredondadas */
}

.social .name-facebook {
    background: #4060A5;
    /* Background correspondente */
    color: #FFF;
    /* Cor do texto */
    padding: 5px;
    /* Adiciona um padding ao texto */
    border-radius: 5px;
    /* Bordas arredondadas */
}

.social .name-youtube {
    background: #c4302b;
    /* Background correspondente */
    color: #FFF;
    /* Cor do texto */
    padding: 5px;
    /* Adiciona um padding ao texto */
    border-radius: 5px;
    /* Bordas arredondadas */
}

.social .fa-facebook {
    background: #4060A5;
    color: #FFF;
}

.social .fa-instagram {
    background: linear-gradient(45deg, #C13584, #E1306C, #F77737, #FCAF45);
    color: #FFF;
    /* Adicione outras propriedades que você desejar, como bordas ou sombras */
}

.social .fa-whatsapp {
    background: #25D366;
    color: #FFF;
}

.social .fa-youtube {
    background: #c4302b;
    color: #FFF;
}




.social .fa-facebook,
.name-facebook:hover {
    background: #6288da;
}

.social .fa-instagram,
.name-instagram:hover {
    background: linear-gradient(45deg, #f049a7, #f73374, #eb753a, #f3a332);

}

.social .fa-youtube,
.name-youtube:hover {
    background: #FF1F25;
}

.social .fa-whatsapp:hover {
    background: #2deb73;
}




.help-social-media {
    overflow: hidden;
    margin-top: 0px;
    color: #cccccc;
    background-color: #333333;
    /*background-image: url(../../../img/bg_midias_footer.png);*/
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #C00;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
}

.help .help-title {
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: solid 1px #fff;
}

.help .help-list {
    margin: 0px;
    padding: 0px;
}

.help .help-list .help-list-item {
    /*color: #ff0000;*/
    list-style-type: none;
    font-size: 14px;
    margin: 5px;
    padding: 0px;
}

.help .help-list .help-list-item > a {
    list-style-type: none;
    color: #fff; /* Mantém a cor branca */
    margin: 0;
    padding: 5px 15px; /* Adiciona um pouco de padding para melhorar a área clicável */
    text-decoration: none;
    font-size: 1.8rem;
    display: block; /* Faz com que o link ocupe toda a área do item da lista */
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease; /* Transições suaves */
}

.help .help-list .help-list-item > a:hover {
    background-color: rgba(255, 255, 255, 0.1); /* Fundo levemente transparente ao passar o mouse */
    color: #d9534f; /* Muda a cor do texto para a cor do link original */
    transform: scale(1.05); /* Aumenta levemente o tamanho do link */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Adiciona uma sombra ao hover */
}

a {
    color: #d9534f; /* Cor do link padrão */
    text-decoration: none;
    transition: color 0.3s ease; /* Transição suave para a cor do link */
}

a:hover {
    color: #c9302c; /* Muda a cor do link ao passar o mouse */
}

.help .help-list .help-list-item>a span,
.help .help-list .help-list-item>span {
    /*color: #fff;*/
    /*color: #ff0000;*/
}

.cd-top {
    height: 80px;
    width: 80px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding-top: 22px;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    background-color: #ff0000;
    background-image: url(../../../img/icon_top.png);
    background-repeat: no-repeat;
    background-position: center 50%;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}


#bt-fixo_zap {
    position: fixed;
    right: 10px;
    bottom: 100px;
    padding: 0;
    border-radius: 4px 0 0 4px;
    background-color: transparent;
    z-index: 1000;
    color: green;
    cursor: pointer;
    outline: none;
    /* Adicionando a animação */
    animation: blink 1s infinite;
}

/* Definindo a animação */
@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

#bt-fixo_zap:hover {
    color: rgb(2, 189, 2);
}



.scroll-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 15px;
    width: 45px;
    height: 45px;
    background-color: #ff4757;
    /* Cor de fundo */
    color: white;
    /* Cor da seta */
    border: none;
    border-radius: 50%;
    /* Torna o botão redondo */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    /* Tamanho da seta */
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    /* Sombra */
    z-index: 1000;
    /* Garantir que o botão fique na frente de outros elementos */
    transition: opacity 0.3s ease;
    /* Transição suave ao aparecer/desaparecer */
    opacity: 0;
    /* Botão escondido por padrão */
    visibility: hidden;
    /* Esconde o botão visualmente */
}

.scroll-to-top-btn.show {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top-btn:hover {
    background-color: #ff6b81;
    /* Cor de fundo ao passar o mouse */
}

.scroll-to-top-btn:active {
    background-color: #ff4757;
    /* Cor de fundo ao clicar */
}