/*
===================================== CONFIGURAÇÕES GERAIS
*/
/* Esquema de cores
Verde principal
#1B4332
Verde super claro
#D8F3DC
Roxo Snes
#5603ad
Verde Claro
#74C69D
Verde pálido
#2D6A4F
*/
body {
    /*    overflow-x: hidden;  Prevent scroll on narrow devices 
        height: 100%;
            background-image:url('../imagens/fundo_bandeira.jpg');
        background-repeat:no-repeat;
        font-family: "Trebuchet MS", Calibri, Verdana, Arial;
        font-size: 14px;
        line-height: 1.42857143;
        color: #6b6b6b;
        background-repeat:no-repeat;
        background-color: #1B4332;*/
    background-image:none;
    padding-top: 110px;
}

h1 {
    border-bottom: 0;
}

a:link,
a:visited {
    color: #1B4332;
}

a:hover,
a:active  {
    color: #1B4332;
}

a:link.btn-primary ,
a:visited.btn-primary ,
a:hover.btn-primary ,
a:active.btn-primary {
    color: white;
}

/************** Menu Lateral ******************/
.list-group-item:first-child,
.list-group-item:last-child {
    color: #1B4332;
}

legend {
    color: #1B4332;
}

@media screen and (min-width: 1400px) {
    .row-offcanvas-left .sidebar-offcanvas {
        left: -15%;
    }
    .row-offcanvas-left {
        left: 15%;
    }
    .row-offcanvas-left .active {
        left: 0%;
    }
    .row-offcanvas .content {
        width: 85%;
    }
    .sidebar-offcanvas {
        width: 15%;
    }
}
/*TODO: corrigir o abaixo
@media screen and (max-width: 1400px) {
    .row-offcanvas-left .sidebar-offcanvas {
        left: -20%;
    }
    .sidebar-offcanvas,
    .row-offcanvas-left {
        left: 20%;
    }
    .row-offcanvas-left .active {
        left: 0%;
    }
    .row-offcanvas .content {
        width: 80%;
    }
    .sidebar-offcanvas {
        width: 20%;
    }    
}

@media screen and (max-width: 1024px) {
    .row-offcanvas-left .sidebar-offcanvas {
        left: -30%;
    }
    .sidebar-offcanvas,
    .row-offcanvas-left {
        left: 30%;
    }
    .row-offcanvas-left .active {
        left: 0%;
    }
    .row-offcanvas .content {
        width: 70%;
    }
    .sidebar-offcanvas {
        width: 30%;
    }    
}

@media screen and (max-width: 767px) {
    .row-offcanvas-left .sidebar-offcanvas {
        left: -50%;
    }
    .sidebar-offcanvas,
    .row-offcanvas-left {
        left: 0%;
    }
    .row-offcanvas-left .active {
        left: 50%;
    }
    .row-offcanvas-left.active {
        left: 50%;
    }
    .row-offcanvas .content {
        width: 50%;
    }
    .sidebar-offcanvas {
        width: 50%;
    }    
}*/


/*.sidebar {
    position: relative;
}*/

#menu_canvas {
    position: absolute;
    left: 0px;
    top: 10%;
    z-index: 10;
    border-radius: 0 3px 3px 0;
    background-color: #1B4332;
    color: #D8F3DC;
}
/*************** FIM Menu Lateral ******************/

#site-container {
    opacity: 1;
}

/* Sidebar */
#sidebar {
    background: #1B4332;
    opacity: 1;
    padding-top: 10px;
}

.row-offcanvas {
    margin-right: -30px;
}

#sidebar, .row-offcanvas .content {
    min-height: 100vh;
    height: 100%;
}
/**************** NAVBAR *******************/
.navbar {
    margin-bottom: 0;
    height: 98px;
}
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
/**************** NAVBAR END *******************/

.link_normal:link,
.link_normal:visited{
    /*text-decoration: underline;*/
    color: #5603ad;
    border-bottom: 1px solid;
}

.link_normal:hover,
.link_normal:active{
    color: #5603ad;
    text-decoration: none;    
}


.link_normal_verde:link,
.link_normal_verde:visited{
    /*text-decoration: underline;*/
    color: #1B4332 !important;
    border-bottom: 1px solid;
}

.link_normal_verde:hover,
.link_normal_verde:active{
    color: #1B4332 !important;
    text-decoration: none;    
}


.tamanho-tela {
    min-height: 100vh !important;
}

.negrito {
    font-weight: bold;
}

.texto-riscado {
    text-decoration: line-through 3px;
}

.lembrete-linha {
    font-size: 1.5rem;
    display: inline-block;
    height: 2rem;
    margin-top: -3.3rem;
    padding-left: 5.2rem;
}
/*
    Reconfigurações do bootstrap
*/

.btn-primary {
    background-image: -webkit-linear-gradient(top, #2D6A4F 0%, #1B4332 100%);
    background-image: -o-linear-gradient(top, #2D6A4F 0%, #1B4332 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2D6A4F), to(#1B4332));
    background-image: linear-gradient(to bottom, #2D6A4F 0%, #1B4332 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2D6A4F', endColorstr='#ff1B4332', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #1B4332;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #1B4332;
    background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
    background-color: #1B4332;
    border-color: #1B4332;
}
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
    background-color: #1B4332;
    background-image: none;
}


/*
===================================== TOPO
*/

.topo {
    background-color: #1B4332;
    padding: 2rem 4rem 2rem 1rem;
    font-weight: bold;
    box-shadow: none;
    transition: all 0.4s;
}

.img-topo {
    width: 20rem;
    margin-top: 0;
}

#topo_logo_verde {
    display: none;
}

.topo a:link,
.topo a:visited {
    color: #D8F3DC;
    font-size: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    text-shadow: none;
}

.topo a:hover,
.topo a:active  {
    color: #FFF;
}

.usuario, .usuario-codigo, .usuario-sair {
    color: #D8F3DC;
}

.usuario-codigo, .usuario-sair {
    font-size: 1.5rem !important;
}

.usuario-codigo {
    color: #74C69D;
}

.usuario-sair:link,
.usuario-sair:visited{
    text-decoration: none;
    padding: 0 !important;
}

.usuario-sair:hover,
.usuario-sair:active {
    text-decoration: none;
}

/*
    Menu dropdown
*/
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #2D6A4F;
    color: white !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #2D6A4F;
}

.dropdown-menu li a:hover {
    background-color: #2D6A4F;
    color: white !important;
}

.topo .dropdown-menu a:link,
.topo .dropdown-menu a:visited {
    color: #1B4332;
}

.topo .dropdown-menu a:hover,
.topo .dropdown-menu a:active,
.topo .dropdown-menu a:focus
{
    color: white;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #2D6A4F;
}

@media screen and (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color: white;
    }
}

/* NAV PILLS */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #2D6A4F;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #2D6A4F;
    border-color: #1B4332;
}

.topo_branco {
    background-color: white;
    box-shadow: 0rem .5rem 1rem;
    transition: all 0.4s;
}

.topo_branco div ul li a:link,
.topo_branco div ul li a:visited
{
    color: #1B4332; 
}

.topo_branco div ul li a:hover,
.topo_branco div ul li a:active,
.topo_branco div ul li a:focus
{
    color: white;
    background-color: #2D6A4F !important;
}

.topo_branco .usuario,
.topo_branco .usuario-sair:link,
.topo_branco .usuario-sair:visited {
    color: #2D6A4F;
}

/*
===================================== PRINCIPAL
*/

/* Gerais */

.principal-h1 {
    text-align: center;
    font-size: 4rem;
}

.call-to-action:link,
.call-to-action:visited {
    color: white !important;
    background-color: #1B4332;

    border-radius: 9px;
    border: #1B4332 2px solid;

    padding: 1rem 2rem 1rem 2rem;
    margin: 0 auto;

    display: inline-block;

    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;

    transition: all 0.4s;
}

.call-to-action:active,
.call-to-action:hover {
    color: #1B4332 !important;
    background-color: white;    
}

.call-to-action-claro:link,
.call-to-action-claro:visited{
    color: #1B4332 !important;
    background-color: white;    
    border: white 2px solid;    
}

.call-to-action-claro:hover,
.call-to-action-claro:active {
    color: white !important;
    background-color: #1B4332;
}

.palavra-destaque {
    font-size: 4rem;
    font-weight: bold;
}

/* Especialista */

.div-principal-especialista {
    background-color: #1B4332;
    color: #FFF;
    height: 100vh;
}

@media (max-width: 991px) {
    .div-principal-especialista {
        background-size: cover;
        background-position-x: 50%;
        /*        background-position-y: 200%;*/
        background-size: cover;
        background-image: linear-gradient(
            to right bottom,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
            ), url('../imagens/principal/menina-principal.png');
        background-repeat: no-repeat;
        min-height: 100vh;
    }
    
    .div-principal-especialista {
        height: auto;
        min-height: 100vh;
    }

    .div-principal-boletos {
        background-size: cover;
        background-position-x: 60%;
        background-image: linear-gradient(
            to right bottom,
            rgba(255, 255, 255, 0.5),
            rgba(255, 255, 255, 0.5)
            ),url('../imagens/principal/empresaria-cafe.jpg');
    }

    .div-principal-inadimplencia {
        background-size: cover;
        background-position-x: 50%;
        background-image: linear-gradient(
            to right bottom,
            rgba(255, 255, 255, 0.5),
            rgba(255, 255, 255, 0.5)
            ),url('../imagens/principal/empresaria-cafe-cartao.jpg');
    }

    .div-principal-assessoria {
        background-size: cover;
        background-position-x: 50%;
        background-image: linear-gradient(
            to right bottom,
            rgba(255, 255, 255, 0.5),
            rgba(255, 255, 255, 0.5)
            ),url('../imagens/principal/assessoria.jpg');
    }
}

.div-principal-especialista ul {
    margin-bottom: 4rem;
}


.div-principal-especialista ul li {
    font-size: 2.5rem;
    line-height: 1.7;
}

.div-principal-especialista ul li span {
    margin-right: 1.5rem;
}

.div-principal-img-especialista {
    position: relative;
    height: 100%;
    display: block;
}

.div-principal-txt-especialista {
    display:flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    z-index: 2;
}

.img-principal-especialista-surpreendente {
    width: 75rem;
    position: absolute;
    bottom: 0px;
    right: 10.4%;
}

/* Principal - Pegaí */
.pegai {
    width: 60%;
    background-color: #1B4332;
    border: 2px solid #ffffff;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #ffffff;
    margin: auto;
}

.pegai img {
    width: 150px;      
    height: auto;
    border-radius: 8px; 
    filter: drop-shadow(0 0 2px black);
}

.pegai .pegai-texto {
    flex: 1; 
    font-size: 2rem;
    line-height: 1.7;
}

.pegai .pegai-texto a {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

@media (max-width: 600px) {
    .pegai {
        flex-direction: column;   
        text-align: center;       
        margin-top: 2rem;
    }

    .pegai img {
        margin-bottom: 12px;      
    }
}

/* Principal - Genéricos */

.div-texto-imagem {
    color: #1B4332;
    background-color: #FFF;
    min-height: 75rem;
    padding: 10rem 2rem;
}

.div-texto-imagem-verde {
    color: #FFF;
    background-color: #1B4332;
}

.div-texto-imagem-verde div a:link,
.div-texto-imagem-verde div a:visited {
    color: #fff;
}

.div-texto-imagem ul {
    margin-bottom: 4rem;
}

.div-texto-imagem p, 
.div-texto-imagem ul li {
    font-size: 2rem;
    line-height: 1.7;
}

.div-texto,
.div-imagem {
    display:flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
}

.div-imagem img{
    width: 100%;
}

/* Adiantamento */

.fundo-ampulheta {
    height: 100vh;
    background-image: url('../imagens/principal/fundo-ampulheta.jpg');
    background-repeat:no-repeat;
    background-size: 100%;
}

@media (max-width: 991px) {
    .fundo-ampulheta {
        background-size: cover;
        background-position-x: 82%;
        background-image: linear-gradient(
            to right bottom,
            rgba(255, 255, 255, 0.5),
            rgba(255, 255, 255, 0.5)
            ),
            url('../imagens/principal/fundo-ampulheta.jpg');
    }
}

.fundo-ampulheta .call-to-action:hover {
    background-color: transparent;
}

/************* solucoes-antecipacoes ********************/
@media (max-width: 991px) {
    .div-solucoes-antecipacao {
        background-size: cover;
        background-position-x: 70%;
        background-repeat: no-repeat;
        background-image: linear-gradient(
            to right bottom,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
            ),
            url('../imagens/solucoes/percentual-bloco.jpg');
    }
    .div-solucoes-antecipacao .principal-h1 {
        font-size: 2.5rem;
    }
    .lembrete-linha {
        margin-top: auto;
    }
}

/* Solucões - boleto */
.fundo-moca-rosa {
    background-image: url('../imagens/solucoes/fundo-moca-rosa.png');
    background-repeat:no-repeat;
    background-size: 200vh;
    background-position: bottom;
    height: 100vh;
}

@media (max-width: 991px) {
    .fundo-moca-rosa {
        background-size: cover;
        background-position-x: 80%;
        background-image: linear-gradient(
            to right bottom,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
            ),
            url('../imagens/solucoes/fundo-moca-rosa.png');
    }

    .solucoes-boleto-monitore {
        background-size: cover;
        background-position-x: 50%;
        background-image: linear-gradient(
            to right bottom,
            rgba(255, 255, 255, 0.5),
            rgba(255, 255, 255, 0.5)
            ),
            url('../imagens/solucoes/rapaz-grafico.jpg');
    }
}

/********* Soluções Consultas,cobrança,negativação ********************/
@media (max-width: 991px){
    .solucoes-consultas{
        background-size: cover;
        background-position-x: 50%;
        background-image: linear-gradient(
            to right bottom,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
            ),
            url('../imagens/solucoes/consulta.png');
    }
    .solucoes-negativacao{
        background-size: cover;
        background-position-x: 20%;
        background-repeat: no-repeat;
        background-image: linear-gradient(
            to right bottom,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
            ),
            url('../imagens/solucoes/negativacao.jpg');
    }
    .solucoes-cobranca{
        background-size: cover;
        background-position-x: 50%;
        background-image: linear-gradient(
            to right bottom,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
            ),
            url('../imagens/solucoes/cobranca.jpg');
    }
}


.icone-grande {
    font-size: 5rem;
}

/* Cartões */

.div-cartoes {
    display: grid;
    column-gap: 5%;
    grid-template-columns: 1fr 1fr;
}

.div-cartoes div{
    color: #1B4332;

    padding: 3rem 0.5rem;
    border-radius: 7px;
    display: inline-block;

    box-shadow: 0rem 0.5rem 1.0rem;
}

.div-cartoes div h1,
.div-cartoes div h2 {
    font-weight: bold;
}

@media (max-width: 991px) {
    .div-cartoes {
        grid-template-columns: 1fr;
        row-gap: 5%;
        margin-bottom: 5rem;
    }
}

/* Cartões horizontais */
.div-cartoes-horizontais {
    display: grid;
    row-gap: 5%;
    grid-template-columns: 1fr;
}

.div-cartoes-horizontais div{
    color: #1B4332;

    padding: 3rem 0.5rem;
    border-radius: 7px;
    display: inline-block;

    box-shadow: 0rem 0.5rem 1.0rem;
}

.div-cartoes-horizontais div i{
    float: left;
    margin: auto 1rem auto 1rem;
    font-size: 6rem;
    width: 15rem;
    min-height: 100%;
    text-align: center;
}

@media (max-width: 991px) {
    .div-cartoes-horizontais div i{
        min-height: auto;
        width: 100%;
        margin-bottom: 2rem;
    }
}

.div-cartoes-horizontais div p{
    font-size: 1.8rem;
    line-height: 1;
    text-align: left;
    padding: 0 1rem;
}


.div-cartoes-horizontais div h1,
.div-cartoes-horizontais div h2 {
    font-weight: bold;
}

/* Cartões */

.div-cartoes-certificado {
    display: grid;
    column-gap: 5%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}


@media (max-width: 991px){
    .div-cartoes-certificado {
        grid-template-columns: 1fr 1fr ;
    }
}

.div-cartoes-certificado div{
    /*    background-color: rgba(200,200,200);*/
    background-image: linear-gradient(
        to top,
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 0.7)
        );
    color: #1B4332;

    padding: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 9px;
    display: inline-block;
    text-align: center;

    box-shadow: black 0rem 0.5rem 0.5rem ;

    position: relative;
    display: block;
}

.div-cartoes-certificado div.fundo-cartao {
    background-image: linear-gradient(
        to right bottom,
        rgba(235, 235, 235, 1),
        rgba(235, 235, 235, 0)
        ),
        url('../imagens/solucoes/certificadora-cartao.jpg');
    background-size: cover;
    background-position: center;
}

.div-cartoes-certificado div.fundo-token {
    background-image: linear-gradient(
        to right bottom,
        rgba(235, 235, 235, 1),
        rgba(235, 235, 235, 0)
        ),
        url('../imagens/solucoes/certificadora-token.jpg');
    background-size: cover;
    background-position: center;
}

.div-cartoes-certificado div h1,
.div-cartoes-certificado div h2 {
    font-weight: bold;
}

.div-cartoes-certificado .small {
    font-size: small;
}


/* =============================== tabela de preços ======================*/
.div-informacoes-precos {
    background-color: #1B4332;
    color: #FFF;
    min-height: 100vh;
}

.div-informacoes-precos-img {
    position: relative;
    min-height: 100%;
    display: block;
}

.div-informacoes-precos-txt {
    display:flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    z-index: 2;
}

.img-informacoes-precos {
    width: 75rem;
    position: absolute;
    bottom: 0px;
    right: -15%;
}

.div-informacoes-precos p {
    font-size: 2.0rem;
    line-height: 1.7;
}


@media (max-width: 911px){
    .div-informacoes-precos {
        background-size: cover;
        background-position-x: 45%;
        background-size: cover;
        background-image: linear-gradient(
            to right bottom,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
            ), url('../imagens/informacoes/menina-principal-espiral.png');
        background-repeat: no-repeat;
    }
    .div-informacoes-precos p {
        font-size: 1.8rem;
        line-height: calc;
    }
}
.tabela-preco {
    margin-top: 10rem;
    border-collapse: separate;
    border-spacing: 2rem;
    background-color: #f5f5f5;
}

@media (max-width: 911px){
    .tabela-preco {
        border-spacing: 0.5rem;
    }
}

.tabela-preco td {
    padding: 1rem;
    width: 40%;
}

.tabela-preco td:first-child {
    width: 20%;
}


@media (max-width: 911px){
    .tabela-preco td {
        width: 43%;
    }
    
    .tabela-preco td:first-child {
        writing-mode: vertical-lr;
        text-orientation: mixed;
        width:14%;
    }
}

.tabela-preco thead{
    background-color: #1B4332;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
}

.tabela-preco tbody {
    text-align: center
}

.tabela-preco tbody tr td{
    background-color: white;
}

.tabela-preco tbody tr td:first-child{
    background-color: #ddd;
}

#autenticacao {
    display: grid;
    height: 80vh;
    align-content: center;
    grid-template-columns: 1;
}

#form_acessar {
    margin-top: 10rem;
    background-color: white;
    color: #2D6A4F;
    border-radius: 9px;
    padding: 4rem;
}

.fundo-espiral {
    background-image: url('../imagens/usuario/espirala.png');
    background-repeat:no-repeat;
    background-size: 90vh;
    background-position: top;
}

#lembrar_senha {
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
}

#lembrar_senha a:link,
#lembrar_senha a:visited {
    color: #2D6A4F;
}

#lembrar_senha a:hover,
#lembrar_senha a:active {

}

.img-rodape {
    width: 20rem;
}

/*
Alerta de cookies
*/
.cookieConsentContainer{
    z-index:999;
    width:40%;
    min-height:20px;
    box-sizing:border-box;
    padding:30px 30px 30px 30px;
    background:#1B4332;
    overflow:hidden;
    position:fixed;
    bottom:30px;
    right:30px;
    display:none;
    box-shadow: 0rem .5rem 1rem black;
    border-radius: 9px;
}

.cookieConsentContainer .cookieTitle a{
    font-family:OpenSans,arial,sans-serif;
    color:#fff;
    font-size:22px;
    line-height:20px;
    display:block
}

.cookieConsentContainer .cookieDesc p{
    margin:0;
    padding:0;
    font-family:OpenSans,arial,sans-serif;
    color:#fff;
    font-size:13px;
    line-height:20px;
    display:block;
    margin-top:10px
}

.cookieConsentContainer .cookieDesc a{
    font-family:OpenSans,arial,sans-serif;
    color:#fff;
    text-decoration:underline
}

.cookieConsentContainer .cookieButton a{
    display:inline-block;
    font-family:OpenSans,arial,sans-serif;
    color:#fff;
    font-size:14px;
    font-weight:700;
    margin-top:14px;
    background:#000;
    box-sizing:border-box;
    padding:15px 24px;
    text-align:center;
    transition:background .3s;
    border-radius: 9px;
}

.cookieConsentContainer .cookieButton a:hover{
    cursor:pointer;
    background:#3e9b67
}

@media (max-width:980px){
    .cookieConsentContainer{
        bottom:0!important;
        left:0!important;
        width:100%!important
    }
}

/* Media queries */

@media (max-width: 991px){
    .colapsavel {
        display: none;
    }
}

#whatsapp-icon {
    position: fixed;
    bottom: 10px;
    right: 100px;
    /*width: 40px;*/
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    z-index: 3;
}

#whatsapp-icon a img {
    width: 50px;
}

@media(max-width: 500px){
    #whatsapp-icon {
        /*right: 60px;*/
    }
}

/*@media (max-width: 1800px){
    .img-principal-especialista-surpreendente {
        right: 5%;
    }
}

@media (max-width: 1600px){
    .img-principal-especialista-surpreendente {
        right: -5%;
    }
}

@media (max-width: 1400px){
    .img-principal-especialista-surpreendente {
        right: -15%;
    }

    .div-cartoes {
        padding: 0rem;
    }
}

@media (max-width: 1023px){
    .img-principal-especialista-surpreendente {
        right: -15%;
        opacity: 0.4;
    }
}*/