/* ESTILOS DA CENTRAL DO CLIENTE 3.0 */

body, html {
  background-color: #EEE;
  margin: 0;
  padding: 0;
  position: relative;
  color: #636363;
  font-size: 1.0em;
  line-height: 22px;
  font-family: "Barlow", "Roboto", sans-serif, cursive;
  font-weight: 400;
}

html {
  height: 100%;
  box-sizing: border-box;
}

.acessoNegado{
    display: block;
    float: none;
    width: 100%;
    height: 100%;
    height: 420px;
    background-image: url(../../img/avisos_central/opsss.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 30px;
    margin: auto;
}

*, *:before, *:after {
  box-sizing: inherit;
}

@media(max-width:786px) {
  footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 60px;
    /* Height of the footer */
    text-align: center;
    font-size: 11px;
    padding-top: 20px;
  }
}

@media(min-width:786px) {
  footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    /* Height of the footer */
    text-align: center;
    padding-top: 20px;
  }
}

a, a:link, a:visited {
  text-decoration: none;
  color: #333;
  cursor: pointer;
  -webkit-transition: all 0.01s ease-out 0.01s;
  -moz-transition: all 0.01s ease-out 0.01s;
  transition: all 0.01s ease-out 0.01s;
}

a:hover {
  text-decoration: none;
  color: #999;
  background-color: #FFF;
}

p {
  margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow", "Roboto", sans-serif, cursive;
}

h1 {
  font-size: 30px;
  font-weight: 100;
  display: inline-block;
  width: 100%;
}

h2 {
  font-size: 23px;
  font-weight: 200;
  display: inline-block;
  width: 100%;
}

h3 {
  font-size: 19px;
  font-weight: 300;
}

h4 {
  font-size: 16px;
  font-weight: 300;
}

h5 {
  font-size: 14px;
  font-weight: 400;
}

.ellipsis {
  display: inline-block;
  width: 85%;
  white-space: nowrap;
  direction: ltr;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page404 {
  align-content: center;
  display: block;
  background-color: #333;
  color: #CCC;
  padding: 15px;
  width: 95%;
  height: 95%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
}

.page404 a {
  text-decoration: none;
  color: #EEE;
  padding: 10px;
}

.page404 a:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #666;
}

.camadaMenuExtra {
  display: inline-block;
  width: 290px !important;
  padding: 0;
  float: right;
  top: 63px;
  right: 0;
  margin: 0;
  position: absolute;
  border-radius: 5px;
  background-color: #e9e6e3;
  color: #999;
  -webkit-box-shadow: 0 8px 10px 1px rgba(000, 000, 000, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  line-height: 20px;
  text-align: left;
  z-index: 30;
}

.camadaMenuExtra ul, .camadaMenuExtra li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.camadaMenuExtra a {
  width: 96%;
  display: inline-block;
  text-align: left;
  text-decoration: none;
  padding: 6px;
  margin: 0;
  border-top: #FFF 1px solid;
  border-bottom: #CCC 1px solid;
}

.camadaMenuExtra a:hover {
  background-color: #FFF;
  color: #F90;
}

.alerta {
  display: block;
  padding: 10px;
  background-color: #EEE;
  color: #F90;
  border: #F90 1px solid;
  border-radius: 5px;
  width: 60%;
  -webkit-box-shadow: 0 8px 10px 1px rgba(000, 000, 000, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.texto-vermelho {
  color: #F00 !important;
}

.texto-laranja {
  color: #F60 !important;
}

.texto-amarelo {
  color: #ff9401 !important;
}

.texto-verde {
  color: #090 !important;
}

.texto-azul {
  color: #306695 !important;
}

.texto-chumbo {
  color: #3f434b !important;
}

.texto-cinza {
  color: #b0b2b4 !important;
}
.texto-branco{
  color: #FFFFFF !important;
}
.texto-ciano{
    color: #00baff !important;
}

.menuprincipal-ativo {
  color: #f90;
}

.sombra {
  -webkit-box-shadow: 0 2px 3px 1px rgba(000, 000, 000, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.conteudo {
  width: 85%;
  padding: 2%;
  display: block;
  float: none;
  margin: 5px auto 10px auto;
}

.comentario {
  font-size: 0.8em !important;
  color: #999;
  font-style: italic;
}

.fundo-verde{
    background-color: #090 !important;
    color: #FFF !important;
}
.fundo-azul{
    background-color: #09f !important;
    color: #FFF !important;
}
.fundo-laranja{
    background-color: #f90 !important;
    color: #FFF !important;
}
.fundo-amarelo{
    background-color: #fd9 !important;
    color: #333 !important;
}
.fundo-cinza{
    background-color: #CCC !important;
    color: #000 !important;
}
.fundo-chumbo{
    background-color: #444 !important;
    color: #FFF !important;
}
.fundo-branco{
    background-color: #fff !important;
    color: #555 !important;
}
.fundo-gelo{
    background-color: #eee !important;
    color: #333 !important;
}

.icone-redondo-gr {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #999;
  background-repeat: no-repeat;
  background-size: contain;
}

.icone-redondo-pq {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  background-color: #999;
  background-repeat: no-repeat;
  background-size: contain;
}


/* ------- CARREGAND AS CARACTERÍSTICAS VISUAIS DE ACORDO COM A VIEWPORT ------- */

@media all and (min-width:760px) {
  /* CONTAINER PRINCIPAL */
  .main-page {
    width: 100%;
    /*min-height: 640px !important;*/
    padding: 0;
    display: block;
    text-align: center;
    margin: 0;
    top: 0;
  }
  /* TOPO */
  .topo {
    width: 100%;
    height: 60px;
    padding: 4px 0 0 0;
    display: block;
    background-color: #FFF;
    border-bottom: #F90 2px solid;
    margin: 0;
    top: 0;
  }
  .icone-avatar {
    display: block;
    float: right;
    right: 15px;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
  }
  /* RODAPE */
  .rodape {
    text-align: center;
    width: 100%;
    height: 30px;
    display: block;
    background-color: #333;
    font-size: 0.9em;
    color: #CCC;
    padding: 7px 0 7px 0;
    border-top: #F90 2px solid;
    bottom: 0;
    position: fixed;
  }
  /* CONTAINER DE CONTEÚDOS */
  .main-document {
    width: 100%;
    padding: 1px;
    display: block;
    text-align: left;
    color: #636363;
    margin: 10px auto 15px auto;
    flex-wrap: wrap;
    word-wrap: normal;
  }
  /* MENU PRINCIPAL */
  .menuprincipal {
    width: 100%;
    display: block;
    float: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    font-size: 0.9em;
    text-align: center;
    align-content: center;
    align-items: center;
    border-bottom: 1px #CCC solid;
  }
  .menuprincipal ul {
    width: 100%;
    display: table;
    list-style: none;
    padding: 0;
    text-align: center;
    align-content: center;
    padding-left: auto;
    padding-right: auto;
  }
  .menuprincipal li a {
    padding: 10px;
    text-decoration: none;
    color: #333;
    display: inline-block;
    float: left;
    margin: 2px;
    background-color: #fff;
    border: #ccc 1px solid;
  }
  .menuprincipal li a:hover {
    background-color: #999;
    color: #fff;
    border: #ccc 1px solid;
  }
  .uma-coluna {
    width: 95%;
    padding: 2%;
    display: block;
    float: none;
    margin: 5px auto 10px auto;
    background-color: #FFF;
    border-radius: 5px;
    font-size: 1.0em;
  }
  .duas-colunas {
    width: 40%;
    padding: 1%;
    display: inline-block;
    margin: 5px 3% 10px 3%;
    background-color: #FFF;
    border-radius: 4px;
    font-size: 0.9em;
    vertical-align: top;
  }
  .tres-colunas {
    width: 28%;
    padding: 1%;
    display: inline-block;
    margin: 5px 8px 10px 8px;
    background-color: #FFF;
    border-radius: 3px;
    font-size: 0.8em;
    vertical-align: top;
  }
  .bannerFull {
    display: block;
    min-width: 500px;
    max-width: 1100px;
    background-size: contain;
    margin-bottom: 25px;
    padding: 30px;
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .bannerHalf {
    display: inline-block;
    float: none;
    width:45% !important;
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    margin: 15px;
    vertical-align: bottom;
  }
  .bannerButton {
    display: block;
    float: left;
    width:29% !important;
    min-height: 160px !important;
    max-height: 176px !important;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    margin: 15px;
    vertical-align: bottom;
  }
  .bannerFull-conteudo {
    bottom: 0;
    left: 10px;
    margin-bottom: 20px;
    margin-left: 10%;
    position: absolute;
    width: 100%;
  }
  .bannerFull-info { 
    display: block;
    bottom: 0 !important;
    width: 40% !important;
    max-height: 100px !important;
    min-height: 25px !important;
    float: none !important;
    margin-bottom: 5px !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    background-color: #FFF;
        -webkit-box-shadow: 0 2px 3px 1px rgba(000, 000, 000, 0.2);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  }
  .bannerHalf-conteudo {      
    bottom: 0 !important;
    width: 100% !important;
    margin-left:0 !important; 
    max-height: 100px !important;
    min-height: 25px !important;
    float: none;
    margin-bottom: -20px !important;
    position: absolute;
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    background-color: #FFF;
        -webkit-box-shadow: 0 2px 3px 1px rgba(000, 000, 000, 0.2);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  }
  .bannerButton-conteudo {
    bottom: 0 !important;
    width: 100% !important;
    margin-left:0 !important;
    max-height: 100px !important;
    min-height: 25px !important;
    float: none;
    margin-bottom: -5px !important;
    position: absolute;
    background-color: #FFF;
        -webkit-box-shadow: 0 2px 3px 1px rgba(000, 000, 000, 0.2);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  }
}

@media all and (min-width:460px) and (max-width:760px) {
  /* CONTAINER PRINCIPAL */
  .main-page {
    width: 100%;
    padding: 0;
    display: inline-block;
  }
  /* TOPO */
  .topo {
    width: 100%;
    height: 60px;
    padding: 0;
    display: inline-block;
    background-color: #FFF;
    border-bottom: #F90 2px solid;
  }
  .logo {
    width: 190px;
    height: 40px;
    display: block;
    float: left;
    background-image: url(https://images.alterdata.com.br/imagens/AlterdataLogo1.png);
    background-repeat: no-repeat;
    background-size: contain !important;
    margin: 10px auto 10px 20px;
  }
  .icone-avatar {
    display: block;
    float: right;
    right: 15px;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
  }
  /* RODAPE */
  .rodape {
    text-align: center;
    width: 100%;
    height: 30px;
    display: block;
    background-color: #333;
    font-size: 0.9em;
    color: #CCC;
    padding: 7px 0 7px 0;
    border-top: #F90 2px solid;
    bottom: 0;
    position: fixed;
  }
  /* CONTAINER DE CONTEÚDOS */
  .main-document {
    width: 100%;
    padding: 5px;
    display: block;
    text-align: left;
    color: #636363;
    margin: 10px auto 15px auto;
    flex-wrap: wrap;
    word-wrap: normal;
  }
  /* MENU */
  .menuprincipal {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 0.9em;
  }
  .menuprincipal ul {
    list-style: none;
    list-style-position: inherit;
  }
  .menuprincipal li a {
    display: block;
    padding: 8px;
    text-decoration: none;
    color: #333;
    float: none;
    margin: 2px;
    background-color: #fff;
    border: #ccc 1px solid;
  }
  .menuprincipal li a:hover {
    background-color: #999;
    color: #fff;
    border: #ccc 1px solid;
  }
  .menuprincipal-ativo {
    background-color: #666;
    color: #FFF;
  }
  .uma-coluna {
    width: 90%;
    padding: 2%;
    display: block;
    float: none;
    margin: 5px auto 10px auto;
    background-color: #FFF;
    border-radius: 5px;
    font-size: 1.0em;
  }
  .duas-colunas {
    width: 40%;
    padding: 1%;
    display: inline-block;
    margin: 5px 3% 10px 3%;
    background-color: #FFF;
    border-radius: 4px;
    font-size: 0.9em;
    vertical-align: top;
  }
  .tres-colunas {
    width: 29%;
    padding: 1%;
    display: inline-block;
    margin: 5px 8px 10px 8px;
    background-color: #FFF;
    border-radius: 3px;
    font-size: 0.8em;
    vertical-align: top;
  }
  .bannerFull {
    display: block;
    width: 100%;
    min-height: 80px;
    max-height: 150px;
    padding: 20px;
    background-size: contain;
    margin-bottom: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
  }
  .bannerHalf {
    display: inline-block;
    float: none;
    width:45% !important;
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    margin: 15px;
    vertical-align: bottom;
  }
  .bannerButton {
    display: block;
    float: left;
    width:29% !important;
    min-height: 160px !important;
    max-height: 176px !important;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    margin: 15px;
    vertical-align: bottom;
  }
  .bannerFull-conteudo {
    display: block;
    text-align: center;
    bottom: -40px;
    margin-bottom: -20px;
    position: relative;
    width: 100%;
    font-size: 0.8em;
    min-height: 120px;
    float: left;
    padding-bottom: 60px;
  }
 .bannerFull-info { 
    display: block;
    bottom: 0 !important;
    width: 50% !important;
    margin-left:0;
    max-height: 100px !important;
    min-height: 25px !important;
    float: none;
    margin-bottom: -20px !important;
    text-align: center;
    position: absolute;
    background-color: #FFF;
    border-radius: 15px;
        -webkit-box-shadow: 0 2px 3px 1px rgba(000, 000, 000, 0.2);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  }
  .bannerHalf-conteudo {
    display: inline-block;
    background-color: #FFF;
    width: 98% !important;
    height: 30px !important;
    float: none;
    text-align: center !important;
    bottom: 0 !important;
    left: 6px;
    margin-bottom: -2px !important;
    position: absolute;
    border-radius: 15px;
        -webkit-box-shadow: 0 2px 3px 1px rgba(000, 000, 000, 0.2);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  }
  .bannerButton-conteudo {
    display: inline-block;
    background-color: #FFF;
    width: 98% !important;
    height: 40px !important;
    float: none;
    bottom: 0 !important;
    left: 5px;
    margin-bottom: -2px !important;
    position: absolute;
    border-radius: 25px;
        -webkit-box-shadow: 0 2px 3px 1px rgba(000, 000, 000, 0.2);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  }
}

@media all and (max-width:460px) {
  /* CONTAINER PRINCIPAL */
  .main-page {
    width: 100%;
    padding: 0;
    display: inline-block;
  }
  /* TOPO */
  .topo {
    width: 100%;
    height: 60px;
    padding: 0;
    display: inline-block;
    background-color: #FFF;
    border-bottom: #F90 2px solid;
  }
  .logo {
    width: 190px;
    height: 40px;
    background-image: url(https://images.alterdata.com.br/imagens/AlterdataLogo1.png);
    background-repeat: no-repeat;
    background-size: contain !important;
    margin: 10px auto;
  }
  .icone-avatar {
    display: block;
    float: right;
    right: 15px;
    width: 30px;
    height: 30px;
    top: 10px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    z-index: 10;
  }
  /* RODAPE */
  .rodape {
    text-align: center;
    width: 100%;
    height: 40px;
    display: block;
    background-color: #333;
    font-size: 0.7em;
    color: #CCC;
    padding: 7px 0 7px 0;
    border-top: #F90 2px solid;
    bottom: 0;
    position: fixed;
  }
  /* CONTAINER DE CONTEÚDOS */
  .main-document {
    width: 100%;
    padding: 5px;
    display: block;
    text-align: left;
    color: #636363;
    margin: 10px auto 15px auto;
    flex-wrap: wrap;
    word-wrap: normal;
  }
  /* MENU */
  .menuprincipal {
    width: 98%;
    display: inline-block;
    text-align: center;
    font-size: 0.8em;
  }
  .menuprincipal ul {
    list-style: none;
    list-style-position: inherit;
  }
  .menuprincipal li a {
    width: 85%;
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #333;
    float: none;
    margin: 0;
    background-color: #fff;
    border: #ccc 1px solid;
  }
  .menuprincipal li a:hover {
    background-color: #999;
    color: #fff;
    border: #ccc 1px solid;
  }
  .menuprincipal-ativo {
    background-color: #666;
    color: #FFF;
  }
  .uma-coluna {
    width: 95%;
    padding: 2%;
    display: block;
    float: none;
    margin: 5px 0 10px 0;
    background-color: #FFF;
    border-radius: 3px;
  }
  .duas-colunas {
    width: 95%;
    padding: 2%;
    display: block;
    float: none;
    margin: 5px 0 10px 0;
    background-color: #FFF;
    border-radius: 3px;
  }
  .tres-colunas {
    width: 95%;
    padding: 2%;
    display: block;
    float: none;
    margin: 5px 0 10px 0;
    background-color: #FFF;
    border-radius: 3px;
  }
  .bannerFull {
    display: inline-block;
    width: 100%;
    max-height: 80px;
    padding: 15px;
    background-size: contain;
    margin-bottom: 25px;
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 5px;
  }
  .bannerHalf {
    display: block;
    min-width: 250px;
    max-width: 360px;
    padding: 10px;
    position: relative;
    background-size: contain;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 15px;
  }
  .bannerButton {
    display: block;
    float: none;
    min-width: 250px;
    max-width: 360px;
    min-height: 180px !important;
    padding: 5px;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    vertical-align: bottom;
  }
  .bannerFull-conteudo {
    display: block;
    text-align: center;
    bottom: -40px;
    margin-bottom: -20px;
    position: relative;
    width: 100%;
    font-size: 0.8em;
    min-height: 120px;
    float: left;
    padding-bottom: 60px;
  }
 .bannerFull-info { 
    display: block;
    bottom: 0 !important;
    width: 50% !important;
    margin-left:0;
    max-height: 100px !important;
    min-height: 25px !important;
    float: none;
    margin-bottom: -20px !important;
    text-align: center;
    position: absolute;
    background-color: #FFF;
    border-radius: 15px;
        -webkit-box-shadow: 0 2px 3px 1px rgba(000, 000, 000, 0.2);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  }
  .bannerHalf-conteudo {
    display: inline-block;
    background-color: #FFF;
    width: 100% !important;
    height: 30px !important;
    float: none;
    text-align: center !important;
    bottom: 0 !important;
    left: 6px !important;
    margin-bottom: -2px !important;
    position: relative;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
        -webkit-box-shadow: 0 2px 3px 1px rgba(000, 000, 000, 0.2);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  }
  .bannerButton-conteudo {
    display: inline-block;
    background-color: #FFF;
    width: 99% !important;
    height: 40px !important;
    float: none;
    bottom: 0 !important;
    left: 5px;
    margin-bottom: -2px !important;
    position: absolute;
    border-radius: 5px;
        -webkit-box-shadow: 0 2px 3px 1px rgba(000, 000, 000, 0.2);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  }
}

.uk-nav>li>a {
  padding: 5px 15px;
  color: #666;
  font-size: 14px;
}

.uk-nav-offcanvas>li>a {
  color: white !important;
}

.uk-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 50px auto;
    padding: 20px;
    width: 720px;
    max-width: 100%;
    max-width: calc(100% - 20px);
    background: #555;
    color: #EEE;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: opacity .3s linear,-webkit-transform .3s ease-out;
    transition: opacity .3s linear,transform .3s ease-out;
}
