
#logoTop {
	max-width:150px;
	max-height: 78px;
	padding:10px;
}

@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 */
  }
