﻿/* FONTE CALIBRI
----------------------------------------------------------*/
@font-face {
    font-family: 'Calibri';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Calibri'), local('Carlito'),
         url('../fonts/Carlito-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Calibri';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Calibri Bold'), local('Calibri-Bold'), local('Carlito Bold'),
         url('../fonts/Carlito-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Calibri';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Calibri Italic'), local('Calibri-Italic'), local('Carlito Italic'),
         url('../fonts/Carlito-Italic.woff2') format('woff2');
}
@font-face {
    font-family: 'Calibri';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Calibri Bold Italic'), local('Calibri-BoldItalic'), local('Carlito Bold Italic'),
         url('../fonts/Carlito-BoldItalic.woff2') format('woff2');
}

/* DEFAULTS
----------------------------------------------------------*/
html, body, #divGeral { height: 100%;}
body > #divGeral { height: auto; min-height: 100%; }
#divRodape 
{
   background-color:#ffffff;
   /*height:100px;
   margin-top:-100px;*/
}

#divCabecalho
{
    position:relative;
    display:inline-block;
    height:229px;
    /*height:200px;*/
    z-index:999;
}

#divGeral
{
    z-index:0;
}

.divGeralConfig1 {
    margin-top:-5px !important;
}

.divGeralConfig2 {
    /*margin-top: 95px !important;*/
    height:327px !important;
}

body   
{
    font-size: .80em;
    font-family: "Calibri", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    top:0px;
    left:0px;
    height:100%;
}

a:link, a:visited
{
    /*color: #034af3;*/
    color:#007ead;
}

a:hover
{
    /*color: #1d60ff;*/
    color:#006a92;
    text-decoration: none;
}

a:active
{
    /*color: #034af3;*/
    color:#007ead;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

img
{
    border: 0px
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

.display-inline-block
{
    display:inline-block;
}

.display-block
{
    display:block !important;
}

.display-none
{
    display:none !important;
}

.overflow-auto
{
    overflow:auto;
}

.overflow-hidden
{
    overflow:hidden;
}

.padding-padrao
{
    padding:0px 20px;
}

.float-left
{
    float:left;
}

.float-right
{
    float:right;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1003px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.conteudo
{
    width:1003px; 
    margin:0 auto; 
    overflow:hidden;
}

.text-align-left{
    text-align:left !important;
}

.text-align-center {
    text-align: center !important;
}

.text-align-right {
    text-align: right !important;
}

.text-bold{
    font-weight:bold;
}

.texto-azul{
    color:#007ead;
}


/* TAB MENU   
----------------------------------------------------------*/
/*div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}*/
/* FORM ELEMENTS   
----------------------------------------------------------*/
/*
fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}
*/
/* MISC  
----------------------------------------------------------*/
/*
.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}*/
.layoutLogin {
    width: 1003px;
    margin: 0 auto;
    overflow: hidden;
}

.formLogin
{
    width:400px; 
    margin:auto; 
    padding:40px; 
    font:12px Calibri, Arial; 
    background-color:#efefef;
}

.linkRegistro
{
    width:300px;
    margin-right:10px; 
    height: 30px;
}

.MenuSel
{
    color:#ffffff;
}

.MenuNSel
{
    color:#343434;
}

.itemMenuCursosOficiaisGeral {
    width: 340px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
}

.itemMenuCursosOficiaisGeral:hover {
    width: 340px;
    display: inline-block;
    background-color: #c3c3c3 !important;
}

.itemMenuCursosOficiaisMS
{
    font:20px Calibri, Arial; 
    color:#9a2ac3; 
    display:inline-block; 
    margin-bottom:20px; 
    padding:20px; 
    width:300px; 
    cursor:hand; 
    cursor:pointer;
    background-color:#efefef;
}

.itemMenuCursosOficiais {
    font: 20px Calibri, Arial;
    display: inline-block;
    margin-bottom: 20px;
    padding: 20px;
    width: 300px;
    cursor: hand;
    cursor: pointer;
    background-color: #efefef;
}

.itemMenuCursosOficiais_Over {
    background-color: #cfcfcf;
}

.itemMenuCursosOficiaisSAP {
    font: 20px Calibri, Arial;
    color: #004a91;
    display: inline-block;
    margin-top: 12px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
    width: 300px;
    cursor: hand;
    cursor: pointer;
    background-color: #efefef;
    border-radius: 6px;
    box-shadow: 0px 0px 10px #C3C3C3;
}

.itemMenuCursosOficiaisSAP_Over {
    background-color: #cfcfcf;
}

.itemMenuCursosOficiaisCitrix
{
    font:20px Calibri, Arial; 
    color:#D65F00; 
    display:inline-block; 
    margin-bottom:20px; 
    padding:20px; 
    width:300px; 
    cursor:hand; 
    cursor:pointer;
    background-color:#efefef;
}

.itemMenuCursosOficiaisMS_Over
{
    background-color:#cfcfcf;
}

.itemMenuCursosOficiaisOracle
{
    font:20px Calibri, Arial; 
    color:#9a2ac3; 
    display:inline-block; 
    margin-bottom:20px; 
    padding:20px; 
    width:300px; 
    cursor:hand; 
    cursor:pointer;
    background-color:#dbdbdb;
}

.itemMenuCursosOficiaisOracle_Over
{
    background-color:#cccccc;
}

.itemMenuCursosOficiaisCisco {
    font: 20px Calibri, Arial;
    color: #00BCEB;
    display: inline-block;
    margin-bottom: 20px;
    padding: 20px;
    width: 300px;
    cursor: hand;
    cursor: pointer;
    background-color: #FFFFFF;
}

.itemMenuCursosOficiaisCisco_Over {
    background-color: #dbdbdb;
}

.itemMenuCursosFormacoesCisco {
    background-color: #00BCEB;
    color: #FFFFFF;
}

.itemMenuCursosOficiaisAWS {
    font: 20px Calibri, Arial;
    color: #f6891f;
    display: inline-block;
    margin-bottom: 20px;
    padding: 20px;
    width: 300px;
    cursor: hand;
    cursor: pointer;
    background-color: #FFFFFF;
}

.itemMenuCursosOficiaisAWS_Over {
    background-color: #dbdbdb;
}

.itemMenuCursosFormacoesAWS {
    background-color: #f6891f;
    color: #FFFFFF;
}

.itemMenuCursosOficiaisCitrix
{
    font:20px Calibri, Arial; 
    color:#D65F00; 
    display:inline-block; 
    margin-bottom:20px; 
    padding:20px; 
    width:300px; 
    cursor:hand; 
    cursor:pointer;
    background-color:#dbdbdb;
}

.itemMenuCursosOficiaisCitrix_Over
{
    background-color:#cccccc;
}

.corTextoBuscaCitrix
{
    font:20px Calibri, Arial;
    color:#D65F00;
}

.itemMenuCursosOficiaisEMC
{
    font:20px Calibri, Arial; 
    color:#2c95dd; 
    display:inline-block; 
    margin-bottom:20px; 
    padding:20px; 
    width:300px; 
    cursor:hand; 
    cursor:pointer;
    background-color:#dbdbdb;
}

.itemMenuCursosOficiaisEMC_Over
{
    background-color:#cccccc;
}

.corTextoBuscaEMC
{
    font:20px Calibri, Arial;
    color:#2c95dd;
}

.corTextoBuscaCitrix
{
    font:20px Calibri, Arial;
    color:#D65F00;
}

.itemMenuCursosOficiaisVMware
{
    font:20px Calibri, Arial; 
    color:#6db33f; 
    display:inline-block; 
    margin-bottom:20px; 
    padding:20px; 
    width:300px; 
    cursor:hand; 
    cursor:pointer;
    background-color:#efefef;
}

.itemMenuCursosOficiaisVMware_Over
{
    background-color:#cccccc;
}

.itemMenu_01a
{
    font:14px Calibri, Arial; 
    color:#ffffff;
    display:inline-block;
    padding:5px;
    margin-top:5px;
    cursor:pointer;
    cursor:hand;
}
.itemMenu_01b
{
    font:14px Calibri, Arial; 
    color:#ffffff;
    background-color:#821ca8;
    display:inline-block;
    margin-top:5px;
    padding:5px;
}

.itemMenu_02a
{
    font:12px Calibri, Arial; 
    color:#666666;
    display:inline-block;
    padding:5px;
    margin-top:5px;
    cursor:pointer;
    cursor:hand;
}
.itemMenu_02b
{
    font:12px Calibri, Arial; 
    color:#ffffff;
    background-color:#cfcfcf;
    /*background-color:#821ca8;*/
    display:inline-block;
    margin-top:5px;
    padding:5px;
}

.itemMenu_03a
{
    font:14px Calibri, Arial;
    color:#ffffff;
    display:inline-block;
    padding:5px;
    margin-top:5px;
    cursor:pointer;
    cursor:hand;
}
.itemMenu_03b
{
    font:14px Calibri, Arial; 
    color:#ffffff;
    background-color:#b20000;
    display:inline-block;
    margin-top:5px;
    padding:5px;
}

.itemMenu_04a
{
    font:14px Calibri, Arial; 
    color:#ffffff;
    display:inline-block;
    padding:5px;
    margin-top:5px;
    cursor:pointer;
    cursor:hand;
}
.itemMenu_04b
{
    font:14px Calibri, Arial; 
    color:#ffffff;
    background-color:#208167;
    display:inline-block;
    margin-top:5px;
    padding:5px;
}
.itemMenu_05a
{
    font:20px Calibri, Arial; 
    color:#000000;
    background-color:#c3c3c3;
    border:10px solid #c3c3c3;
    cursor:pointer;
    cursor:hand;
    padding-top:0px;
    float:left;
    text-align:center;
}
.itemMenu_05b
{
    font:20px Calibri, Arial;
    color:#000000;
    border:10px solid #ffffff;
    padding:0px 0px 0px 0px;
    float:left;
    text-align:center;
}
.itemMenu_05c
{
    font:20px Calibri, Arial; 
    color:#000000;
    background-color:#dddddd;
    border:10px solid #dddddd;
    cursor:pointer;
    cursor:hand;
    padding-top:0px;
    float:left;
    text-align:center;
}

.itemMenu_Loja
{
    font:20px Calibri, Arial; 
    color:#000000;
    border:10px solid #dddddd;
    cursor:pointer;
    cursor:hand;
    float:left;
    text-align:center;
    background-image:url('/Content/themes/Ka/Imagens/Elearning/backgroundLoja.jpg'); 
    background-repeat:no-repeat;
    background-position:right top;
}

.itemUnidade_sel{
    background-color:#efefef;
    border-right:4px solid #007ead;
}

.itemMenuElearning:hover {
    background-color: #e9e9e9 !important;
    cursor: pointer;
}

.itemMenuElearning_sel
{
    background-color:#e9e9e9 !important;
}

.areaMenuElearning
{
   background-image:url('/Content/themes/Ka/Imagens/Elearning/1pxItemMenu.jpg');
    background-repeat:repeat-y;
}

.itemMenuLojaElearning
{
    font:16px Calibri;
    color:#373535;
}

.itemMenuLojaElearning:hover, .itemMenuLojaElearning_sel
{
    color:#ffffff;
    background-color:#007ead !important;
    cursor:pointer;
}

.divItemMenuLojaElearning
{
    background-image:url('/Content/themes/Ka/Imagens/Elearning/1pxBottomItemMenu.jpg');
    background-repeat:repeat-y;
    height:1px;
}

.fimItemMenuLojaElearning
{
    background-image:url('/Content/themes/Ka/Imagens/Elearning/filetItemMenu.jpg');
    background-repeat:repeat-y;
    background-position:right top;
    background-color:#ffffff;
    height:169px;
}

.itemMenu_06a
{
    font:14px Calibri, Arial;
    color:#ffffff;
    display:inline-block;
    padding:5px;
    margin-top:5px;
    cursor:pointer;
    cursor:hand;
}
.itemMenu_06b
{
    font:14px Calibri, Arial; 
    color:#ffffff;
    background-color:#1d7ec0;
    display:inline-block;
    margin-top:5px;
    padding:5px;
}

.itemMenu_07a
{
    font:14px Calibri, Arial;
    color:#ffffff;
    display:inline-block;
    padding:5px;
    margin-top:5px;
    cursor:pointer;
    cursor:hand;
}
.itemMenu_07b
{
    font:14px Calibri, Arial; 
    color:#ffffff;
    background-color:#5c9b32;
    display:inline-block;
    margin-top:5px;
    padding:5px;
}

.itemMenu_08a 
{
    font:14px Calibri, Arial; 
    color:#ffffff;
    display:inline-block;
    padding:5px;
    margin-top:5px;
    cursor:pointer;
    cursor:hand;
}
.itemMenu_08b 
{
    font:14px Calibri, Arial; 
    color:#ffffff;
    background-color:#A3510E;
    display:inline-block;
    margin-top:5px;
    padding:5px;
}

.itemMenu_09a {
    font: 14px Calibri, Arial;
    color: #ffffff;
    display: inline-block;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    cursor: hand;
}

.itemMenu_09b {
    font: 14px Calibri, Arial;
    color: #ffffff;
    background-color: #e97301;
    display: inline-block;
    margin-top: 5px;
    padding: 5px;
}

.link
{
    text-decoration:none;    
}

.itemMenuSel
{
    float:left;
    /*padding-left:15px;
    padding-right:15px;*/
    /*height:85px;*/
    /*background-color:#efefef;*/
    text-align:center;
    cursor:pointer;
    cursor:hand;
    font:15px Calibri, Arial;
    color:#095a7a;
}

.itemMenuNaoSel
{
    float:left;
    /*height:85px;*
    /*height:55px;*/
    text-align:center;
    cursor:pointer;
    font:15px Calibri, Arial;
    color:#333333;
    background-color:#efefef;
    /*border-left:1px dotted #c3c3c3;*/
    margin:2px;
}

.areaCalendario {
    padding: 20px !important;
    background-color: #f8f8f8;
}

.menuUnidade {
    padding: 10px;
    background-color: #666666;
    color: #ffffff;
    cursor: pointer;
    margin-right:5px;
}

.RotuloMenuPrincipal
{
    display:none;
}

.botoesEscolhaBanners
{
    border-radius:90px; 
    background-color:#ffffff; 
    width:10px; 
    height:10px; 
    margin:7px; 
    float:left;
    box-shadow:1px 1px 5px #000000;
    cursor:hand;
    cursor:pointer;
}

.botoesEscolhaBannersColorido
{
    background-color:#ffff00; 
}

.linksRodape
{
    font:13px Calibri, Arial;
    text-align:left;
    line-height:20px;
    text-decoration:none;
    color:#ffffff;
    /*padding-left:25px;*/
}

.boxPadrao
{
    border-radius: 6px;
    box-shadow: 0px 0px 10px #C3C3C3;
    padding:20px;
    margin:10px;
}

.boxNewsletter
{
    font:13px Calibri, Arial;
    color:#343434;
    text-align:left;
    width:300px;
    line-height:20px;
    border-radius: 6px;
    box-shadow: 0px 0px 5px #c3c3c3;
    background-color:#ffffff;
    padding:20px;
    margin-top:10px;
}

.itemMenuNaoSel_Rodape
{
    padding:5px;
    text-align:left;
    cursor:pointer;
    cursor:hand;
    font:12px Calibri, Arial;
    color:#ffffff;
    /*display:inline-block;*/
    float:left; 
}

.miniIcone_MenuRodape
{
    float:left; 
    /*display:inline-block;*/
    margin:-6px 0px 0px 0px;
}

.menuRodapeFilet
{
    display:inline-block;
    border-right:1px dotted #ffffff; 
    width:1px; 
    height:44px; 
    /*padding:0px 0px 20px 0px;*/
    margin-bottom:2px;
}

.menuRodape
{
    display:inline-block;
    height:28px;
    padding:5px;
    border-bottom:1px dotted rgba(0,0,0,0.1);
    /*padding:20px;*/
}

.menuRodapeOver{
    cursor:pointer;
    cursor:hand;
    background-color:rgba(0,0,0,0.3);
}

#faixaRodape
{
    /*height:40px;
    padding-top:15px;*/
    margin:0 auto;
    padding-top:3px;
}

.Menu
{
    width: 1008px;
    /*height:85px;*/
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 0px;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
}
.subMenu
{
    /*background-color:#efefef;*/
    width:1003px;
    height:5px;
    margin:0 auto;
}

.Banner
{
    height:303px;
    overflow:hidden;
    margin:0 auto;
    margin-top:-3px;
}
.fundoBannerPrincipal
{
    background-position: center top;
}
.banners
{
    width:1003px;
    height:303px;
    margin:0 auto;
    text-align:right;
}

.sombraBanner
{
    position:absolute;
    width:1003px;
    height:17px;   
}
.promocoes
{
    position:absolute;
}
.itemSubMCategoria
{
    padding:22px;
    font:20px Calibri, Arial;
    color:#333333;
    overflow:auto;
    /*float:left;*/
}
.itemSubMCategoriaItem
{
    padding-top:5px;
    padding-left:10px;
    font:13px Calibri, Arial;
    color:#095a7a;
}

.subMenuSAP
{
    overflow:auto;
    font:19px Calibri, Arial;
    /*font-weight:bold;*/
    color:#ffffff;
    background-color:#004a91;
    cursor:hand;
    cursor:pointer;
    margin-top:10px;
    padding:5px 13px 5px 13px;
}

.subMenuSAPLocalizacao
{
    display:inline-block;
    padding-top:13px;
    padding-bottom:13px;
    width:48px;
    text-align:center;
    font:16px Calibri, Arial;
    color:#ffffff;
    background-color:#149447;
    cursor:hand;
    cursor:pointer;
}

.subMenuSAPLocalizacao2
{
    overflow:auto;
    font:19px Calibri, Arial;
    color:#ffffff;
    background-color:#149447;
    cursor:hand;
    cursor:pointer;
    margin-top:10px;
    padding:5px 13px 5px 13px;
}

.subMenuGestao
{
    width:260px; 
    height:30px; 
    margin:10px auto;
    text-align:center;
    font:22px Calibri, Arial;
    color:#ffffff;
    background-color:#00849a;
    padding:10px;
}

.subMenuISC
{
    width:260px; 
    height:40px; 
    margin:10px auto;
    text-align:center;
    font:22px Calibri, Arial;
    color:#ffffff;
    background-color:#006f53;
    padding:10px;
}

.subMenuDynatrace {
    width: 260px;
    height: 40px;
    margin: 10px auto;
    text-align: center;
    font: 22px Calibri, Arial;
    color: #ffffff;
    background-color: #9355b7;
    padding: 10px;
}

.subMenuMastersaf
{
    overflow:auto;
    font:19px Calibri, Arial;
    color:#ffffff;
    background-color:#f6891f;
    cursor:hand;
    cursor:pointer;
    margin-top:10px;
    padding:5px 13px 5px 13px;
}

.subMenuSAS {
    overflow: auto;
    font: 19px Calibri, Arial;
    color: #ffffff;
    background-color: #007cc2;
    cursor: pointer;
    margin-top: 10px;
    padding: 10px;
}

.TituloHome {
    font: 40px Calibri, Arial;
    color: #000000;
}

.subTituloHome
{
    font:16px Calibri, Arial;
    color:#00587c;
}

.destaquesPrincipaisHome {
    width: 450px;
    display: inline-block;
    margin-right: 1%;
    margin-bottom: 15px;
    background-color: #efefef;
    padding: 15px;
}

.destaquesPrincipaisHome:hover {
    box-shadow: 0px 0px 10px #c3c3c3;
}

.destaquesPrincipaisHome:first-child {
    margin: 10px 10px 0px 15px;
}

.destaquesHome {
    width: 315px;
    height: 525px;
    overflow-y:auto;
    box-sizing:border-box;
    /*min-height: 440px;
    max-height: 440px;*/
    display: inline-table;
    margin-right: 1%;
    margin-bottom: 15px;
    border: 1px dotted #c3c3c3;
    /*background-color: #efefef;*/
    padding: 15px;
}

.destaquesHome:hover {
    box-shadow: 0px 0px 10px #c3c3c3;
}

.descricao {
    font: 12px Calibri, Arial;
    overflow: auto;
    padding: 0px 0px 0px 0px;
}

.tblCalendarioHome {
    border: 0px;
    width: 100%;
    border-collapse: collapse;
    padding: 0px 0px 0px 0px;
    border-collapse: separate;
    border-spacing: 5px;
}

.campoTextoNewsletter
{
    width:250px;
    height:20px;
    border:1px solid #c3c3c3;
    font:11px Arial;
    color:#666666;
}

.campoTextoBusca
{
    width:250px;
    height:20px;
    border:1px solid #c3c3c3;
    border-right:0px solid #c3c3c3;
    font:11px Arial;
    color:#666666;
}

.caixaFormulario
{
    background-color: #ffffff;
    padding:20px;
    opacity:0.8;
    /*display:inline-block;*/
    box-shadow: 0px 0px 10px #c3c3c3;
}

.campoAreaTexto
{
    border:1px solid #c3c3c3;
    font:11px Arial;
    color:#666666;
    width:315px;
}

.campoTexto {
    height: 20px;
    border: 1px solid #c3c3c3;
    font: 11px Arial;
    color: #666666;
}

.fundo-branco
{
    background-color:#ffffff;
}

.fundo-cinza1
{
    background-color:#efefef;
}

.fundo-cinza2
{
    background-color:#dddddd;
}

.fundo-azul {
    background-color: #007ead;
}

.fundo-oracle {
    background-color:#c70000;
}

.divConteudoCursos_minimizar
{
    overflow:hidden;
    height:135px;
}

.btnLeiaMaisMenos
{
    float:right; 
    padding:10px; 
    /*display:inline-block;*/
    font:14px Calibri, Arial; 
    background-color:#f8f8f8; 
    color:#666666;
    cursor:pointer;
    margin-top:3px;
}

.btnLeiaMaisMenos:hover
{
    background-color:#dddddd; 
}

#divDescCursos
{
    margin-top:10px;
    background-color:#f8f8f8;
    padding:0px 20px 20px 20px;
}

/*################################################################*/

.boxHome
{
    background-color:#ffffff;
    border-radius:6px;
    box-shadow: 0px 0px 5px #c3c3c3;
        
    width:300px;
    display:inline-block;
    /*margin:0px 30px 0px 0px;*/
    padding:20px;
}

.boxFormacoes
{
    display:inline-block; 
    padding:12px;
    /*box-shadow: 0px 0px 3px #c3c3c3;*/
}

.titCategorias
{
    font:22px Calibri, Arial;
}

.configCategorias
{
    margin-top:20px;
}

.categoriasCursos
{
    width:80px;
    height:80px;
    padding:30px;
    background-color:#666666;
    margin:0px 20px 20px 0px;
    font:16px Calibri, Arial;
    color:#ffffff;
    text-align:center;
    cursor:pointer;
    cursor:hand;
}

.categoriasCursosSap {
    float: left;
    height: 70px;
    width: 137px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 20px 20px 0px;
    background-color: #666666;
    font: 18px Calibri, Arial;
    font-weight: bold;
    line-height: 30px;
    color: #ffffff;
    cursor: pointer;
    cursor: hand;
}

.btnVoltar
{
    width:80px;
    display:inline-block;
    padding:12px 10px 10px 10px;
    border-radius:3px;
    box-shadow: 0px 0px 5px #999999;
    cursor:hand;
    cursor:pointer;
}

.btnListaCursos
{
    display:inline-block;
    padding:12px 10px 10px 10px;
    /*border-radius:3px;
    box-shadow: 0px 0px 10px #999999;*/
    background-color:#efefef;
    cursor:hand;
    cursor:pointer;    
}

/*########################### DETALHES DO CURSO OU FORMACAO #########################*/

.cabecalhoConfigCursosFormacao
{
    float:left; 
    /*display:inline-block;*/
    height:80px;
}

.tituloFormacao
{
    font: 30px Calibri, Arial;
    color:#9a2ac3; 
    text-align:left;
    padding:0px 0px 0px 20px;
    /*border-bottom:2px dotted #c3c3c3;*/
    overflow:auto;
}

.tituloFormacaoAWS {
    font: 30px Calibri, Arial;
    color: #f6891f;
    text-align: left;
    padding: 0px 0px 0px 20px;
    overflow: auto;
}

textoRotulos
{
    font:20px Calibri, Arial;
    color:#9a2ac3;
}

.textoRotulosAWS {
    font: 20px Calibri, Arial;
    color: #f6891f;
}
.textoRotulosCitrix
{
    font:20px Calibri, Arial;
    color:#D65F00;
}


.textoRotulosExames
{
    font:20px Calibri, Arial;
    color:#333333;
}

.tituloFormacaoCisco {
    font: 30px Calibri, Arial;
    color: #00BCEB;
    text-align: left;
    padding: 0px 0px 0px 20px;
    overflow: auto;
}

.textoRotulosCisco {
    font: 20px Calibri, Arial;
    color: #00BCEB;
}

.textoCursosBusca
{
    font:16px Calibri, Arial;
    color:#666666;
    border-radius: 6px; 
    box-shadow:0px 0px 5px #c3c3c3;
    overflow:auto;
    padding:20px;
    margin:0px 20px 0px 20px;
}

.textoRotulosPeq
{
    font:14px Calibri, Arial;
    font-weight:bold;
    color:#666666;
}

.textoFormacao
{
    font:13px Calibri, Arial;
    color:#666666;
    padding:0px 20px 0px 20px;    
}

.espacoTextoDetalhes
{
    padding:0px 0px 0px 38px;
}

/*###################################################################################*/

/*********************************** CALENDÁRIO *****************************/
.cabecalhoCalendario{
    font:12px Calibri, Arial;
    font-weight:bold;
    padding:6px;
    background-color:#efefef;
    text-align:center;
    /*min-width:57px;*/
    /*min-width:85px;*/
}
.corpoCalendario
{
    font:12px Calibri, Arial;
    padding:6px;
    padding-bottom:0px;
    text-align:center;
    background-color:#ffffff;
}

.colunaCalendario
{
    /*display:inline-block;*/
    border:0px solid #c3c3c3;
    float:left;
    margin-left:2px;
    background-color:#ffffff;
}

.linhaCalendario
{
    overflow:auto;
    margin-top:5px;
    text-align:left;
}

.linhaCalendarioProximosCursos
{
    overflow:auto;
    margin-top:5px;
    text-align:center;
    cursor:hand;
    cursor:pointer;
}

/******************************************************************/
/*
.bannerPrincipal { 
 animation-name: animaBanner;
 animation-duration: 5s;
 animation-timing-function: ease;
 animation-delay: 2s;
 animation-iteration-count: infinite;
 animation-direction: alternate;
 animation-play-state: running;
 -webkit-animation-name: myfirst;
 -webkit-animation-duration: 5s;
 -webkit-animation-timing-function: ease;
 -webkit-animation-delay: 2s;
 -webkit-animation-iteration-count: infinite;
 -webkit-animation-direction: alternate;
 -webkit-animation-play-state: running;
}

@keyframes animaBanner {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-304px);
  }
}

@-webkit-keyframes animaBanner {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-304px);
  }
}*/

.fullwidth {
        background-color:#000; 
        width:100%; 
        height:5px;
        position:absolute; 
        z-index:999;
        left: 0;
        right: 0;
    }

/*página de sala de aula*/
.miniFotosSalas
{
    border:10px solid #ffffff; 
    /*border-radius:90px; */
    width:100px; 
    height:100px; 
    margin:0 auto;
    /*background-image:url('/Content/themes/Ka/Imagens/Salas/IMG_4955_mini.jpg'); */
    cursor:hand;
    cursor:pointer;
    opacity:0.7;
}

.miniFotosSalasSel
{
    border:10px solid #2673ec; 
    /*border-radius:90px; */
    /*background-image:url('/Content/themes/Ka/Imagens/Salas/IMG_4955_mini.jpg'); */
    cursor:hand;
    cursor:pointer;
    opacity:1;
}

.fotoGrande
{
    width:780px; 
    height:530px; 
    /*overflow:hidden;*/
    float:left;
}

.btnNavegaFotosEsq, .btnNavegaFotosDir
{
    width:30px;
    height:50px;
    float:left;
    cursor:hand;
    cursor:pointer;
    padding-top:30px;
    border:0px solid #666666;
}

.areaFormacoesEMC
{
    padding:10px 20px 0px 20px;
    overflow:auto;
}

.formacoesEMCCabec
{
    width:100px;
    padding:10px;
    vertical-align:top;
}


.cursosEMCCabec
{
    width:130px;
    padding:10px;
    vertical-align:top;
}

.formacoesEMC
{
    width:100px;
    padding:10px;
    color:#ffffff;
    vertical-align:top;
}


.cursosEMC
{
    width:130px;
    padding:10px;
    color:#000000;
    vertical-align:top;
}

.cursosEMC2
{
    width:390px;
    padding:10px;
    color:#000000;
    vertical-align:top;
}

.formacaoVMwareCabec
{
    padding:10px;
    color:#ffffff;
}

.formacaoVMware
{
    padding:10px;
}

.enquadrar
{
    display:inline-block;
}

.enquadrar2
{
    overflow:auto;
}

.posLadoEsquerdo
{
    float:left;
}

.posLadoDireito
{
    float:right;
}

.msgValidaFormulario
{
    color:#ff0000;
}

.cursorObj
{
    cursor:hand;
    cursor:pointer;
}

.mostra
{
    display:block !important;
}

.esconde
{
    display:none !important;
}

.BTNsCarrinho{
    background-color:#007ead; 
    padding:4px; 
    display:inline-block; 
    color:#ffffff;
    cursor:hand;
    cursor:pointer;
}

.BTNsCarrinho2{
    background-color:#ffffff; 
    padding:10px; 
    font:20px Calibri, Arial;
    color:#007ead;
    cursor:hand;
    cursor:pointer;
    border-radius:6px;
}

.btnExcluiItemCarrinho {
    border-radius: 30px;
    text-decoration: none;
    width: 16px;
    height: 16px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
    padding-left:1px;
    font: 10px Calibri, Arial;
    font-weight: bold;
    border: 0px solid red;
    background-color: #ff0000;
    text-align:center;
    color: #ffffff;
    cursor: pointer;
}

.divisorTabela {
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 5px 15px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.cabecalhoTabela {
    background-color: #dddddd;
    padding: 10px;
}

.colunasTabela
{
    padding:3px;
}

.itemSubMenu
{
    background-color:#00668c;
}
.itemSMHome
{
    color:#ffffff;
}

.estiloCarrinho
{
    width:100%;
}

.estiloCarrinho tr:first-child
{
    background-color: #dddddd
}

#divFecharCompra
{
    text-align: right
}

.vazio + #divFecharCompra
{
    display: none
}

.pedidoSituacaoAprovado, .pedidoSituacaoCancelado, .pedidoSituacaoRejeitado, .pedidoSituacaoCredito, .pedidoSituacaoBoleto, .pedidoSituacaoCheque
{
    display: none
}

.controleSituacaoAprovado .pedidoSituacaoAprovado,
.controleSituacaoCancelado .pedidoSituacaoCancelado,
.controleSituacaoRejeitado .pedidoSituacaoRejeitado,
.controleSituacaoCredito .pedidoSituacaoCredito,
.controleSituacaoBoleto .pedidoSituacaoBoleto,
.controleSituacaoCheque .pedidoSituacaoCheque
{
    display: block !important
}

.precoNormalDe
{
    text-align: right;
    white-space: nowrap;
    text-decoration: line-through;
}

.precoNormalPor
{
    text-align: right;
    white-space: nowrap;
}

.precoSumarioDe
{
    text-align: right;
    white-space: nowrap;
    color: #007ead;
    text-decoration: line-through;
}

.precoSumarioPor
{
    text-align: right;
    white-space: nowrap;
    color: #007ead;
}

.botaoExcluir
{
    border-radius: 30px;
    float: right;
    padding: 2px;
    width:10px;
    color: #ff0000;
    font-weight: bold;
    background-color: #ffffff;
    box-shadow: 0px 0px 2px 2px #dddddd;
    text-align: center;
    font: 10px Arial;
    font-weight:bold;
    margin-left: 0px;
    cursor: pointer;

}

.coockieConsentPanel {
    background-color: #007ead;
    border-radius: 5px;
    border: 2px solid white;
    position: fixed;
    bottom: 0px;
    left: 35%;
    width: 30%;
    padding: 15px 15px 15px 15px;
    text-align: center;
    vertical-align: middle;
    align-content: space-evenly;
    color: #ffffff;
    font-weight: bolder;
    color: #FFFFFF;
    display: none;
    z-index: 99999;
}

/******************************************/
/* Google translate widget */
/******************************************/

/* Ocultar banner do google translate que aparece apos traduzir */
.skiptranslate iframe,
.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important; /* corrige o deslocamento que o banner causa */
}

/* Esconde UI do Google Translate */
#google_translate_element {
    display: none;
}

.goog-te-banner-frame {
    display: none !important;
}

body {
    top: 0 !important;
}

.goog-logo-link, .goog-te-gadget {
    display: none !important;
}

/* Bandeiras de idiomas */
.lang-switch {
    display: flex;
    gap: 12px;
    align-items: center;
    position: fixed;
    top: 12px;
    z-index: 9999;
    background: #ffffffcc;
    backdrop-filter: blur(4px);
    padding: 8px 10px;
    border-radius: 12px;
    box-shadow: 0 2px 10px #0001;
}

    .lang-switch button {
        border: 0;
        background: none;
        padding: 0;
        cursor: pointer;
        width: 36px;
        height: 24px;
        line-height: 0;
        border-radius: 4px;
        overflow: hidden;
    }

    .lang-switch img {
        width: 100%;
        height: 100%;
        display: block;
    }

/* Fim google translate widget */

/******************************************/