


@media screen and (max-width: 991px) {
	#logoTop {
		display: block;
		margin: auto;
	}
}

@media screen and (min-width: 992px) {
	#header-top-banner, #header-top-banner > .row, #header-top-banner > .row > div {
		max-height: 78px;
	}
	
	#logoTop {
		padding-left:30px;
	}
}

.top {
	padding:10px;	
}

.color{
 background-color:#ff0109;		
}

.img_bg{
	
/* 	background-image: url('../themes/images/top/banner1.jpg');  */
	background-image: url('../themes/images/top/banner1.jpg');
  	height: 100px;
  	width: 100%;
	
}

@media screen and (max-width: 1120px) {
  .img_bg {
  
    height: 200px;

  }
}

.triangulo{     
     height: 100%;
     border-right: 0px solid transparent;
     border-top: 0px solid transparent;
     border-left: 50px solid transparent;
     border-bottom: 110px solid #ff0109;
}

.trapecio {
    width: 45%;
    height: 0px;
    border-right: 0px solid transparent;
    border-left: 60px solid transparent;
    border-bottom: 100px solid #ff0109;
}

.center{
	 background-color:#ff0109;

}

.left {	
  background-color:#ff0109;	
}

.saldos {
  background-color:#ff0109;
  float: right;
 	
}

.img-logo {
	max-height: 90px; 
	width: auto;
}

.avatar {
    vertical-align: middle;
    max-width: 5rem;
    margin-top: 0.1rem;
    /* 	display: block; */
    border-radius: 50%;
    /* margin: auto; */
 }
 

@media screen and (max-width: 1120px) {
  .avatar {
    vertical-align: middle;
    width: 10%;
    width: 20%;
    border-radius: 50%;
    margin-top: 4%;
    color: white;
  }

  }


.div-center {
    display: flex;
    justify-content: center;
    margin-top: -10%;
    color: white;
}

@media screen and (max-width: 1120px) {
  .div-center {
  	display: flex;
  	justify-content: center;
  	padding: 0% 0% 0% 0%;
  	margin-top: 0%;
  	color: white;}

  }


.div-one-top {
    
    display: none;
}

@media screen and (max-width: 1120px) {
  .div-one-top {
  	
  	width: 124%;
  	display: block;

  	}
  }
  
 
.div-two-top {
/*     display: flex; */
/*     justify-content: center; */
    padding: 4% 0% 0% 10%;
    margin-top: 0%;
    color: white;
}

@media screen and (max-width: 1120px) {
  .div-two-top {
  	display: flex;
  	justify-content: center;
  	padding: 0% 0% 0% 0%;
  	margin-top: 0%;
  	color: white;}

  }

.div-left {
  float: right;
  margin: 20px 10px 0 10px;
  color: white;
}

.div-right {
  float: right;
  color: white;
}

@media screen and (max-width: 767px) {
	.div-right {
		float: inherit !important;
		justify-content: center;
	}
}

.text-negrita {
 font-family: 'Roboto', sans-serif;
 font-weight: 1200;
 font-size: 12px;
 margin-top: -2% !important;
 text-align: center;
}

@media screen and (max-width: 1120px) {
  .text-negrita {
  	
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 13px;
    margin-top: 4%;

  	}
  }

.text-normal{
 text-align: right;
 font-family: 'Roboto Condensed', sans-serif;	
}

.number-text {
 font-family: 'Roboto', sans-serif;	
 font-weight: 900;
 font-size: 20px;	
}

@media screen and (max-width: 1120px) {
  .number-text {
  	
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 20px;

  	}
  }

.bottom-sesion {
	color: #ff0109;
	border: solid;
	background-color:white;
	font-size: 9px;
	text-align: center;
	border-radius: 10px;
	font-weight: bold;
	margin:10px 0 0px 30px;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
	padding: 0.1rem;
	width: 65%;

}

.bottoms {
	color: #ff0109;
	border: solid;
	background-color:white;
	font-size: 9px;
	text-align: center;
	border-radius: 10px;
	font-weight: bold;
	margin:0px 0px 0px 55px;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
	padding: 0rem;


}

a {
 text-decoration: none !important;
 color: #ff0109;
 display: block;
}

a:hover {
 color: #ff0109;	
}
  #banner {
    width: 100%; /* El banner ocupar� el 100% del ancho disponible */
    height: 9vh; /* Altura del contenedor: 9% de la altura de la ventana (viewport height - vh) */
    overflow: hidden; /* Para asegurarnos de que la imagen no se desborde */
    display: flex; /* Utilizar flexbox para centrar verticalmente la imagen */
    justify-content: center; /* Centrar horizontalmente la imagen */
  }

  #banner img {
    width: 100%; /* La imagen ocupar� todo el ancho del contenedor */
    height: 100%; /* La altura ocupar� todo el alto del contenedor */
    object-fit: contain; /* Ajustar la imagen dentro del contenedor sin recortar */
  }
  
  
  
.notification-dot {
  width: 40%;
  height: 40%;
  top: 0;
  right: 0;
}

/* En pantallas pequeñas */
@media (max-width: 576px) {
  .notification-dot {
    width: 40% !important;   /* más pequeño */
    height: 40% !important;
    top: 1px;       /* se mantiene alineado */
    right: 3px;
  }
}
@media (max-width: 768px) {
.notification-dot {
    width: 40% !important;   /* más pequeño */
    height: 40% !important;
    top: 1px;       /* se mantiene alineado */
    right: 3px;
  }
}

.saldo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.saldo-box {
  flex: 1;
  text-align: center;
}

.saldo-left {
  text-align: right;  /* alinea hacia la derecha */
  padding-right: 15px;
}

.saldo-right {
  text-align: left;   /* alinea hacia la izquierda */
  padding-left: 15px;
}

.saldo-divider {
  width: 2px;
  background: white;
  height: 40px; /* ajusta la altura */
}


/* Empuja el contenido hacia la izquierda en el lado derecho */
.saldo-side.right {
  justify-content: flex-start;
  padding-left: 0.5rem;
}

/* Panel izquierdo redimensionable */
.resizable-panel {
  min-width: 100px;
  max-width: 350px;
  overflow: hidden;
  resize: horizontal; /* activa el resize manual */
  padding-right: 10px;
}

/* Handler visible para arrastrar */
#resizer {
  width: 5px;
  cursor: ew-resize;
  background: rgba(255,255,255,0.4);
}

/* Saldos */
.saldo-box {
  min-width: 90px;
}
.saldo-title {
  font-size: 0.95rem;
}
.saldo-value {
  font-size: 0.85rem;
}

/* Divisor */
.saldo-divider {
  border-left: 2px solid white;
  height: 28px;
  align-self: center;
  margin: 0 12px;
}

/* Responsividad */
/*
@media (max-width: 576px) {
  .saldo-title { font-size: 0.8rem; }
  .saldo-value { font-size: 0.75rem; }
}
*/
/* En móviles, centra todo en columna */
/* Ajustes para pantallas pequeñas */
/* === Tablets / móviles === */
@media (max-width: 768px) {
  
  #logoTop {
    max-width: 130px;
    max-height: 50px;
    padding: 10px;
  }
  
  /* Logo */
  #leftPanel {
    margin-left: 10px;
  }
  .logo-movil {
    max-width: 70px; /* logo más pequeño */
  }

  /* Saldos */
  /*
  .saldo-box {
    min-width: 70px;
    padding: 0 5px;
  }
  .saldo-title {
    font-size: 0.75rem;
  }
  .saldo-value {
    font-size: 0.7rem;
  }
*/
  /* Caja de iconos */
  /*
  .col-auto.bg-white {
    padding: 4px 8px !important; 
    border-radius: 8px !important;
  }
*/
  /* Íconos */
  .col-auto.bg-white i {
    font-size: 1.2rem !important; /* reducir íconos */
  }

  /* Perfil */
  /*
  .col-auto.bg-white .rounded-circle {
    width: 28px;
    height: 28px;
    font-size: 10px !important;
  }
*/
  .header-container .bloque-iconos-top .divisor-w {
    width: 16px;
    height: 20px;
    display: initial !important;
  }

  .header-container .bloque-iconos-top .divisor-auto {
    height: 20px;
    width: 40px;
    margin: 0 !important;
    display: initial !important;
  }

  .header-container .bloque-iconos-top {
    margin: 0 !important;
    padding: 8px 16px !important;
  }

  .header-container .divisor-elementos-top {
    height: 12px;
    width: 100%;
  }

  .header-container a .icono-top {
    font-size: 20px !important;
    color: #606060;
  }

  .header-container a .icono-top::before {
    font: normal normal normal 20px / 1 "Material Design Icons";
  }

  .header-container .saldo-container {
    padding: 0 !important;
    margin: 0 !important;
  }

  .header-container #leftPanel {
    margin: 0 !important;
  }

  .container-fluid .header-container {
    padding: 0 !important;
  }

  a #logoTop {
    padding: 0;
  }
}

/* === Pantallas medianas (tablets grandes / laptops) === */
@media (min-width:769px) {
  
  #logoTop {
    max-width: 150px;
    max-height: 78px;
    padding: 10px;
  }
  
  .header-container .margen-lados-md-lg-xl-xxl {
    width: 24px;
    height: 78px;
  }

  .header-container a .icono-top {
    font-size: 20px !important;
    color: #606060;
  }

  .header-container a .icono-top::before {
    font: normal normal normal 20px / 1 "Material Design Icons";
  }

  .header-container #leftPanel {
    padding: 0 !important;
  }

  .header-container .bloque-iconos-top .divisor-w {
    width: 16px;
    height: 20px;
    margin: 0 !important;
  }

  .header-container .bloque-iconos-top .divisor-auto {
    height: 20px;
    width: 40px;
    margin: 0 !important;
  }

  .container-fluid .header-container {
    padding: 0 !important;
    margin: 0;
  }

  a #logoTop {
    padding: 8px !important;
  }
}

/** Todas las pantallas */
.header-container .bloque-iconos-top .boton-perfil-usuario {
  width: 35px;
  height: 35px;
  font-size: 17px;
  font-weight: 600;
}
  
.header-container .bloque-iconos-top {
    border-radius: 16px;
    padding: 8px 16px !important;
    margin: 0;
  }

.fw-bold {
    font-weight: 500;
}