@charset "utf-8";

header{ z-index: auto; }
.e_img { position:absolute; right:0; top:0; left:0; bottom:0; width:100%; height:100%; border:0;}

.e_background_cinza { background: #f0f3f7;}
.e_background_cinza_claro { background: #f8f9fb;}

/* BANNER CAPA */
.swe_capa_banner { max-width:1600px; margin:auto; }
.posicao_tratada { position: absolute; top:300px; left:0; right:0; margin:auto; z-index: 10; }

/* TOPO */
#swe_topo .e_topo { display: flex; flex-direction: column-reverse; max-width:1200px; margin:auto;}
#swe_topo .e_topo::before { content: ""; width: 100%; height:50px; background: rgba(19, 21, 26, 0.795); display: block; position: absolute; left: 0; top: 0;}

/* LOGO */
#swe_topo .e_area_logo { margin-right:auto; margin-top: 14px; }
#swe_topo .e_area_logo .e_logo { transition: .1s; display: inline-block;}
#swe_topo .e_area_logo .e_logo:hover { filter: contrast(1.3); transform: scale(.95); }

/* LOGIN / MENU / BUSCA */
#swe_topo .e_login_menu_e_busca { display: flex; justify-content: space-between; height:50px; gap: 20px; position: relative; }

/* LOGIN USUÁRIO */
#swe_topo .area_login_usuario { padding: 0 10px; white-space: nowrap; position: relative; z-index: 100; line-height:50px; color: #fff; font-size:13px;}
#swe_topo .area_login_usuario:hover { color: #ffce00;}
#swe_topo .area_login_usuario .cont_login_usuario { min-width: 120px; display: inline-block; position: relative; cursor: pointer; }
#swe_topo .area_login_usuario .cont_login_usuario .info_usuario { line-height: 20px; padding: 10px 15px; padding-right: 35px; position: relative; z-index: 1; transition: .1s; }
#swe_topo .area_login_usuario .cont_login_usuario .info_usuario .icone_usuario { width: 20px; height: 20px; line-height: 20px; font-size: 18px; color: #61646b; text-align: center; margin: auto; display: none; }
#swe_topo .area_login_usuario .cont_login_usuario .info_usuario .icone_select { width: 20px; height: 20px; line-height: 20px; font-size: 18px; color: #61646b; position: absolute; top: 50%; right: 10px; margin-top: -10px; text-align: center; }
#swe_topo .area_login_usuario .cont_login_usuario .dropdown_usuario { width: 230px; position: absolute; top: 30px; top: calc(100% - 12px); right: -5px; overflow: hidden; visibility: hidden; }
#swe_topo .area_login_usuario .cont_login_usuario .dropdown_usuario .area_links_dropdown { padding: 5px; background: #fff; box-shadow: 0 0 7px rgba(54,61,75,.25); border-radius: 3px; border-top-right-radius: 0; margin: 10px; transform: translateY(-70%); opacity: 0; transition: .3s; }
#swe_topo .area_login_usuario .cont_login_usuario .dropdown_usuario .area_links_dropdown .link_dropdown { padding: 10px; padding-left: 35px; font-size: 12px; color: #61646b; position: relative; border-top: solid 1px #edf0f2; }
#swe_topo .area_login_usuario .cont_login_usuario .dropdown_usuario .area_links_dropdown a:first-child .link_dropdown { border-top: 0; }
#swe_topo .area_login_usuario .cont_login_usuario .dropdown_usuario .area_links_dropdown .link_dropdown .swfa { width: 14px; height: 14px; position: absolute; top: 50%; left: 10px; margin-top: -7px; font-size: 14px; }
#swe_topo .area_login_usuario .cont_login_usuario .dropdown_usuario .area_links_dropdown .sair .swfa { color: #C31636 }
/* LOGIN USUÁRIO DROPDOWN */
#swe_topo .area_login_usuario .cont_login_usuario_drop { transform: translateY(5px); }
#swe_topo .area_login_usuario .cont_login_usuario_drop .dropdown_usuario { visibility: visible; }
#swe_topo .area_login_usuario .cont_login_usuario_drop .dropdown_usuario .area_links_dropdown { transform: translateY(0); opacity: 1; }

/* LOGIN / CADASTRO */
#swe_topo .area_login_usuario .cont_login_cadastro { min-width: 120px; display: inline-block; line-height: 20px; padding: 10px 20px; position: relative; z-index: 1; cursor: pointer }
#swe_topo .area_login_usuario .cont_login_cadastro .icone_usuario { width: 20px; height: 20px; line-height: 20px; font-size: 20px; color: #61646b; text-align: center; margin: auto; display: none; }
#swe_topo .area_login_usuario .cont_login_cadastro .txt_info_usuario span:first-child:after { content: ""; width: 1px; height: 11px; display: inline-block; vertical-align: middle; background: #acadb0; margin-left: 10px; margin-right: 7px; }
#swe_topo .area_login_usuario:hover .cont_login_cadastro .txt_info_usuario span:first-child:after { background:#ffce00; }

/* BUSCA */
#swe_topo .e_area_busca { position: relative; z-index: 150; }
#swe_topo .e_area_busca .e_cont_btn_busca { cursor: pointer; width:40px; height:40px; border-radius:20px; margin-top: 4px; text-align: center; transition: 0.2s;}
#swe_topo .e_area_busca .e_cont_btn_busca:hover { background: rgba(19, 21, 26, 0.795); width:40px; height:40px; border-radius:20px; margin-top: 4px; text-align: center;}
#swe_topo .e_area_busca .swfa { color: #ffce00; position:relative; top:8px; }

#swe_topo .e_area_busca .e_cont_busca { position:fixed; top:0; left:0; right:0; bottom:0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.801); border: 0; visibility:hidden; opacity: 0; transition: .2s; }
#swe_topo .e_area_busca .e_cont_busca.ativo { visibility:visible; opacity: 1; }
#swe_topo .e_area_busca .e_campo_busca { width: 100%; height: 50px;  border-radius:25px; border:0;  }
#swe_topo .e_area_busca .e_busca { opacity: 0; visibility: hidden; position:absolute; top:0; left:0; right:0; bottom:0; margin:auto; width: 360px; height: 50px;  border-radius:25px; border:0; background:#fff; padding: 0 20px; padding-right: 45px; font-size: 13px; color: #3a586c; transition: .2s ease; }
#swe_topo .e_area_busca .e_cont_busca.ativo .e_busca { opacity: 1; visibility: visible; transition: .2s ease; }  
#swe_topo .e_area_busca .e_campo_busca::placeholder { font-size: 13px; color: #555; }
#swe_topo .e_area_busca .e_campo_busca:focus { background: #fff; cursor: text; }
#swe_topo .e_area_busca .e_btn_busca { width: 40px; height: 40px; position: absolute; top: -2px; right: 5px; background: none; border: 0 !important; font-size: 16px; color: #2a3798; cursor: pointer; transition: .2s; }

/* ACESSIBILIDADE */
#swe_topo .cont_acessibilidade { position: fixed; bottom:0; z-index: 99;}
.btn_toggle_acessibilidade { display: none;}
.btn_acessibilidade { font-size: 20px; cursor: pointer; display:block; width:50px; height: 50px; border-radius:25px; margin-bottom:20px; color:#fff; margin-left: 20px; background: #fcb103; border:0; transition: .2s;}
.btn_acessibilidade:hover { background: #d89700; }
.btn_acessibilidade .fa-wheelchair { position:relative; top:11px; left:16px;}
.btn_acessibilidade .txt_btn_acessibilidade { display: none; }
#swe_topo .cont_acessibilidade .area_botoes_acessibilidade .area_links_acessibilidade { display:none; }


/* REDES SOCIAS */
.e_area_redes_sociais { position: fixed; right:0; bottom:60px; z-index: 98; }
.e_area_redes_sociais .e_rede_social { position:relative; width:50px; height:50px; border-radius:25px; margin-bottom:20px; margin-right: 20px; overflow:hidden; text-align:center;}
.e_area_redes_sociais .e_rede_social img { position: absolute; top: 0; left: 0; right:0; bottom: 0; width: 100%; height: 100%; transition: .2s;}
.e_area_redes_sociais .e_rede_social img:hover { filter:brightness(1.2) }


/* LOGO TEXTO */
#swe_topo .e_logo_texto { text-align:center; }

/* TITULO MODULOS */
#swe_main .e_cont_titulo { color: #34495e; display: flex; justify-content:space-between; align-items:center; }
#swe_main .e_cont_titulo .e_titulo { font-size:24px; letter-spacing:1px; font-family: 'Fredoka One'; font-weight: normal; font-style: normal; }
#swe_main .e_cont_titulo .e_titulo::before { content:"//"; margin-right: 10px; }
#swe_main .e_cont_titulo .e_titulo span { font-size:14px; letter-spacing:normal; font-family: 'Meticula'; font-weight: normal; font-style: italic; display:block; }

#swe_main .e_btn_vermais { padding:11px 40px; letter-spacing:1.2px; position:relative; z-index:auto; background:#fcb103; border: solid 1px transparent; color: #fff; font-size:11px; display: inline-block; border-radius:2px; font-family: 'Meticula'; font-weight: bold; font-style: italic; transition: .2s}
#swe_main a:hover .e_btn_vermais { border: solid 1px #0384fc; background: transparent; color:#0384fc; }
#swe_main .e_btn_vermais::before { content:""; width:100%; height:100%; position:absolute; z-index: 0; background:#fcb103; top:0; left:0; transform:scale(1); transition: .2s;}
#swe_main a:hover .e_btn_vermais::before { transform:scale(0); visibility:hidden; }
#swe_main .e_btn_vermais::after { content:""; width:1px; height:30px; position:absolute; background:#a1afca; bottom:-12px; right:-8px; pointer-events:none; transition:all 0.2s}
#swe_main a:hover .e_btn_vermais::after { transform: translateY(-60%); background:#0384fc; }
#swe_main .e_btn_vermais span { position: relative; z-index: 1;}
#swe_main .e_btn_vermais span::after { content:""; width:100px; height:1px; position:absolute;  background:#a1afca; bottom:-18px; left:14px; pointer-events:none; transition:all 0.2s }
#swe_main a:hover .e_btn_vermais span::after { transform: translateX(-60%); background:#0384fc; }



@media(max-width:1000px) {
    /* TOPO */
    #swe_topo .e_topo { flex-direction: column; align-items: center; width:auto; background: rgba(19, 21, 26, 0.795); height: 260px;}
    #swe_topo .e_topo::before { content: ""; width: 100%; height:50px; background:transparent; display: block; position: absolute; left: 0; top: 0;}

    /* LOGO */
    #swe_topo .e_area_logo { margin: 60px auto 14px; }
    #swe_topo .e_area_logo .e_logo { transition: .1s; display: inline-block;}
    #swe_topo .e_area_logo .e_logo:hover { filter: contrast(1.3); transform: scale(.95); }

    /* LOGIN / MENU / BUSCA */
    #swe_topo .e_login_menu_e_busca {  width: 100%; background: rgba(19, 21, 26, 0.795);  gap:5px; align-items: center; }

    /* LOGIN */
    #swe_topo .area_login_usuario { order:1; }
    #swe_topo .area_login_usuario .cont_login_cadastro { padding:15px 20px; min-width:auto; }
    #swe_topo .area_login_usuario .cont_login_cadastro .icone_usuario { display: block; color:#fff }
    #swe_topo .area_login_usuario .cont_login_cadastro .txt_info_usuario { display:none }
    
    /* LOGO TEXTO */
    #swe_topo .e_logo_texto { text-align:center; margin-top: 100px; display: none;}

    /* BUSCA */
    #swe_topo .e_area_busca .e_busca { width: auto; right: 20px; left: 20px;}

    /* ACESSIBILIDADE */
    #swe_topo .cont_acessibilidade { position: absolute; top: 10px; left:0; right:0; bottom: auto;}
    .area_botoes_acessibilidade { display:flex; justify-content:center; gap:10px; }
    .area_botoes_acessibilidade #btn_acessibilidade_fonte { display:flex; gap:10px; }
    .btn_acessibilidade { display:block; width:30px; height: 30px; border-radius:20px; margin-bottom:0; color:#fff; margin-left: 0; background: rgba(19, 21, 26, 0.795);}
    .btn_acessibilidade .fa-wheelchair { position:relative; top:4px; left:8px;}

    /* REDES SOCIAIS */
    .e_area_redes_sociais { position:absolute; top:206px; left:0; right:0; display: flex; justify-content:center; gap:10px; bottom:auto;}
    .e_area_redes_sociais .e_rede_social { width:40px; height:40px; border-radius:25px; margin-bottom:0; margin-right: 0;}

}

@media(max-width:600px) {
     /* TITULO MODULOS */
     #swe_main .e_cont_titulo { flex-direction: column; text-align: center; }
     #swe_main .e_cont_titulo .e_titulo::before { display:none; }
     #swe_main .e_cont_titulo .e_btn_vermais { margin-top:15px; }

}

