/*-----------------------------
|            FONTES
------------------------------*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');


/*------------------------------
|    CORES PERSONALIZADAS
-------------------------------
#dc3545 > Vermelho Preço Quad-Pro MainPage
#1c2e4a > Azul Fundo Destaque Quad-Pro MainPage
#ebf5fb > Azul Claro Barro Top
#f8f9fa > Cinza Claro (Fundo)
#007bc3 > Azul Claro (Barra Topo)
#343a40 > Cinza Escuro
#001f3f > bg-navy
rgba(0,31,63,.9) > bg-navy
rgba(60,141,188,.85) > bg-navy (Claro)
-----------------------------*/
/*---- Backgrounds ----*/
.bg-gray {
  background-color: #e4e2e2;
}
.bg-purple {
  background-color: #7554ae;
}
.bg-black {
  background-color: #000;
}
.bg-azul-claro-1 {
  background-color: #007bc3;
}
.bg-azul-1 {
  background-color: #1c2e4a;
}
.bg-azul-navy {
  background-color: #1D4362;
}
.bg-barra-topo {
  background-color: #000;/*#ebf5fb;*/
  border-bottom: 4px solid #ffffff;
}
.bg-barra-titulo {
  background-color: #1E90B3;
}
/*---- Checkout Barra Navegacao Rodape Quadro ----*/
.bg-quadro-rodape {
  background-color: #e4e2e2;
}
/*---- Texto ----*/
.txt-green-dark {
  color: #008000;
}
.txt-orange-dark {
  color: #ffa901;
}
/*---- Botoes ----*/
/*--- btn-info ---*/
.btn-light {
  color: #1f2d3d;
  background-color: #ffffff;
  border-color: #f8f9fa;
  box-shadow: none;
}
.btn-light:hover {
  color: #1f2d3d;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:focus, .btn-light.focus {
  color: #1f2d3d;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0 rgba(215, 218, 222, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #1f2d3d;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/*--- btn-info ---*/
.btn-info {
  color: #f8f9fa;
  background-color: #9c9723;
  border-color: #9c9723;
  box-shadow: none;
}
.btn-info:hover {
  color: #f8f9fa;
  background-color: #75720f;
  border-color: #75720f;
}
.btn-info:focus, .btn-light.focus {
  color: #f8f9fa;
  background-color: #ccca8a;
  border-color: #ccca8a;
  box-shadow: 0 0 0 0 rgba(215, 218, 222, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #75720f;
  background-color: #ccca8a;
  border-color: #ccca8a;
}
/*--- btn-olive ---*/
.btn-olive {
  color: #75720f;
  background-color: #ccca8a;
  border-color: #ccca8a;
  box-shadow: none;
}
.btn-olive:hover {
  color: #f8f9fa;
  background-color: #75720f;
  border-color: #75720f;
}
.btn-olive:focus, .btn-olive.focus {
  color: #75720f;
  background-color: #ccca8a;
  border-color: #ccca8a;
  box-shadow: 0 0 0 0 rgba(215, 218, 222, 0.5);
}
.btn-olive.disabled, .btn-olive:disabled {
  color: #75720f;
  background-color: #ccca8a;
  border-color: #ccca8a;
}
/*-----------------------------
|      ESTILOS PRINCIPAIS
------------------------------*/
html,body {
  /*max-width: 1366px;*/
  margin:0 auto;
  height: 100%;
  position: relative;
  min-height: 100%;
  font-family: 'Inter', sans-serif;
  /*background-color: $00E9F3F3;*/
  background-image: url(/dist/img/bgmoney_gray.jpg);
}

/*-------------------------------
|    CONTAINERS ESPECIFICOS
-------------------------------*/
.wrapper .content-wrapper {
  min-height: calc(100vh - calc(1.8rem + 1px) - calc(1.8rem + 1px));
}
.wrapper .content-wrapper-sem-menu {
  min-height: calc(60vh - calc(2rem + 1px) - calc(2rem + 1px));
}
.content-max-width {
  max-width: 1280px;
}


/*----------------------------
|  AdminLTE Personalizacao
-----------------------------*/
li.nav-item > .nav-link.menu_selecionado, li.nav-item.menu-is-opening.menu-open > .nav-link.menu_selecionado {
  color: #fff;
  background-color: #343a40;
  border-left: 3px solid #9c9723;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
ul.nav-treeview > li.nav-item.active a.nav-link {
  color: #fff;
  background-color: #6c757d;
  border-left: 3px solid #9c9723;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/*----------------------------
|     PAGINACAO
-----------------------------*/
.page-item, .page-link {
  width:100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height:40px;
  margin:0;
  padding:0;  
  font-weight: bold;
  text-align: center;
}
.item-clique {
  cursor:pointer;
}
.custom-control-input {
  cursor:pointer;
}


/*---------------------------
|    REGISTRO LABEL/INPUT
----------------------------*/
.col-form-label  {
  font-size: 14px;
  margin: 0;
}

/*-----------------------------
|      LOGIN / REGISTRO
-----------------------------*/
.login-form input[type="checkbox"] {
  /* Double-sized Checkboxes */
  transform: scale(1.5);
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
}
.login-form .form-check-label {
  font-size: 13px;
  color: #000;
}
.validate {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80%;
  height: 10px;
  padding: 0;
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 1.2rem;
}
.login-page {
  height: 430px;
  background: transparent;
  outline: none;
  border: none;
}
#f_login_email, #f_login_senha {
    border-radius: 0;
    border: none;           /* Remove todas as bordas */
    border-bottom: 1px solid #000; /* Borda inferior de 2px, cor preta */
    padding: 5px;           /* Adiciona um pouco de espaçamento interno */
    font-size: 1.2em;        /* Define o tamanho da fonte */
    outline: none;          /* Remove a borda de foco padrão */
    width: 100%;            /* Faz o input ocupar toda a largura disponível */
}
/* Opcional: Estilo de foco */
#f_login_email input:focus {
  border-bottom: 2px solid #007BFF; /* Muda a cor da borda inferior quando em foco */
}
.registro-page {
  min-height: 240px;
  background-color: #f2e8d5;
}

@media (max-width: 575.98px) {
  .login-page {
    height: 56vh;
  }
}

/*---------------------------------------
# Footer
---------------------------------------*/
/*
#fd7e14 > Laranja 
#367fa9 > Azul_Claro
#6f42c1 > Purple
#dc3545 > Red
#008000 > Green
#f1b81a > Gold
#91503d > Brown
#007bc3 > Blue
*/

#footer {
  background: #0d2735;
  color: #fff;
  font-size: 14px;
  border-top: 4px solid #fd7e14;
}

#footer .footer-top {
  background: #0b212d;
  border-top: 1px solid #123649;
  border-bottom: 1px solid #123649;
  padding: 30px 0px 0px 0px;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 400;
  color: #a2cce3;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #a2cce3;  
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1e4356;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #68A4C4;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 6px;
  color: #a2cce3;
  font-size: 10px;
  line-height: 2;
}

#footer .footer-top .footer-links ul li {
  padding: 6px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1.5;
}

#footer .footer-top .footer-links ul a:hover {
  color: #a2cce3;
}

#footer .footer-top .footer-contact, #footer .footer-top .footer-links, #footer .footer-top .footer-info {
  margin-bottom: 26px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}


/*========================================/
|
|    ESPECIFICOS
|
=========================================*/ 
/*-------------------------------
|    MASCOTE BACKGROUND 1
-------------------------------*/
.bg-mascote-1 {
  background-image: url(/dist/img/smartphone_dinheiro.png); 
  background-position: bottom right; 
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .bg-mascote-1 {
    background-position: bottom center; 
  }
}

/*-------------------------------
|     MENUS
-------------------------------*/
.icone-menu {
  width: 50px;
}
.texto-menu  {
  font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
  font-size: 48px;
}
/*--------------------------------------------------------------
/  # Botao Voltar TOPO
/-------------------------------------------------------------*/
.header-scrolled {
  position: fixed;
  top: 0;
  max-width: 1366px;
  transition: all 0.5s;
  z-index: 997;
  border-bottom: 1px solid #1e4356;
  box-shadow: 0px 0px 10px rgba(127, 137, 161, 10);  
}

.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background: #68A4C4;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #85b6cf;
  transition: background 0.2s ease-in-out;
}
/*-------------------------------------------------------------*/


/* Modal Spinner Full */
.modal-dialog-full-spinner {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width:none !important;
}

/*======================================/
|  MEDIA QUERYS - Max-Width: 575.98px
|======================================*/

@media (max-width: 575.98px) {
  .main-header .navbar-nav[class*='-right'] .dropdown-menu {
    left: 0;
    bottom: 0;
    right: auto;
  }
  .brand-link{
    display: block;
    position: relative;
    align-content: flex-start;
    width: 100%;
  }

}

