body {
    margin: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background: #F5F4EC;
}

a {
    text-decoration: none;
}

.div-topo-icones {
    width: 100%;
    position: relative;
    top: 25px;
    z-index: 2;
}

.icon-topo {
    height: 30px;
}

.div-perfil-cor {
    width: 100%;
    height: 210px;
    background-color: #1060FF;
    position: fixed;
    z-index: 0;
    top: 0px;
}

.div-perfil-container {
    position: relative;
    padding-top: 67px;
    z-index: 1;
}

.div-perfil-logo {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    position: absolute;
    top: -5px;
    z-index: 2;
}

.perfil-logo {
    width: 174px;
    height: 174px;
    border-radius: 50%;
}

.div-perfil-card {
    width: 100%;
    padding: 117px 5px 20px 5px;
    background-color: #FFFFFF;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.perfil-nome {
    font-family: SF_Bold;
    color: var(--cor-texto-escuro);
    font-size: 130%;
    text-align: center;
}

.div-perfil-botoes {
    text-align: center;
    margin-top: 20px;
}

.perfil-icon {
    font-size: 130% !important;
}

.btn-primary {
    background-color: #EEECE4 !important;
    border: 0px transparent !important;
    margin-top: 5px !important;
    margin-left: 1.5px !important;
    margin-right: 1.5px !important;
}

.btn-wpp {
    color: #0CD351 !important;
}

.btn-tel {
    color: #55A1ED !important;
}

.btn-email {
    color: #BE8E80 !important;
}

.btn-instagram {
    color: #F4326E !important;
}

.btn-tiktok {
    color: #000000 !important;
}

.btn-facebook {
    color: #556CED !important;
}

.btn-linkedin {
    color: #8AB7E5 !important;
}

.btn-youtube {
    color: #FE0032 !important;
}

.form-filtro {
    border-radius: 25px;
    padding-left: 40px;
    background-color: #F5F4EB !important;
    border: 1px solid #E0DCD2 !important;
    position: relative;
}

.form-filtro::placeholder {
    color: #BCB9A7;
}

.icon-filtro {
    color: #716D58 !important;
    position: absolute;
    top: 8px;
    left: 15px;
}

.icon-filtro-x {
    color: #716D58 !important;
    position: absolute;
    top: 8px;
    right: 15px;
}

.div-destaque {
    width: 100%;
    padding: 20px;
    margin-top: 15px;
    background-color: #1060FF;
    background-image: url(../../public/images/perfil-sem-logo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    position: relative;
    border: 1px solid #FFFFFF;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.div-destaque-desfoque {
    position: absolute;
    border-radius: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.div-destaque-divider {
    width: 100%;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(245, 244, 236, 0.3);
    position: relative;
    z-index: 2;
}

.div-destaque-campanha {
    width: 100%;
    text-align: center;
    font-family: SF_Bold;
    font-size: 120%;
    color: #F5F4EC;
    position: relative;
    z-index: 3;
}

.div-destaque-toque {
    width: 100%;
    text-align: center;
    font-family: SF_Regular;
    font-size: 80%;
    color: rgba(245, 244, 236, 0.7);
    position: relative;
    z-index: 4;
}

.div-campanhas {
    width: 100%;
    margin-top: 20px;
}

.div-sem-campanha {
    width: 100%;
    text-align: center;
}

.thalia-sem-campanha {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.txt-sem-campanha {
    margin-top: 15px;
    font-family: SF_Regular;
    color: var(--cor-texto-escuro);
    font-size: 100%;
    line-height: 100%;
}

.box-campanha {
    width: 100%;
    padding: 20px 10px 20px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    border-radius: 15px;
    border: 1px solid #B1AD8D;
    font-family: SF_Medium;
    color: var(--cor-texto-escuro);
    font-size: 100%;
    line-height: 100%;
    text-align: center;
    box-shadow: 0 3px 6px #817D584E;
    position: relative;
}

.box-campanha-cliente {
    font-family: SF_Medium;
    color: var(--cor-texto-cliente);
}

.div-rodape {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.div-rodape-texto {
    font-family: SF_Regular;
    color: #938B7C;
    font-size: 80%;
}

.div-rodape-tecnologia {
    margin-top: 30px;
    font-family: SF_Regular;
    color: #C7C0B0;
    font-size: 50%;
}

.div-campanha-sorteio {
    position: absolute;
    right: 10px;
    top: 35%;
}

.div-campanha-sorteio-destaque {
    position: absolute;
    right: 0px;
    top: 0px;
}

.icon-sorteio {
    color: #FF1372 !important;
    font-size: 120% !important;
}