.a-buscar{
	cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #1483C9 !important;
    font-weight: bold;
}

.img-buscar{
	width: 50px;
}

.btn-buscar{
	background: none;
	background-image: url('../../imagenes/ico-lupa.png');	
	background-position: center;
	background-size: cover;
	border: none;
	width:50px;
	height: 50px;
}


.btn-descarga{
	background-image: url('../../src-estado-cuenta/imagenes/ico-consumo-negativo.png');	
	background-position: 10%;
}

.btn-descarga:hover{
	color: #FFF !important;
}

.tb-estado-cuenta{
	width: 100%;
}

.tb-estado-cuenta td{
	padding: 7px;
	font-size: 12px;
}
.tb-estado-cuenta tbody td{
	color: #0082C6;
	font-family: Titillium-Bold;
	padding: 4px 7px;
}
.div-pie-tabla{
	height: 7px;
	width: 100%;
	border-radius: 20px;
	background: #203778;
}

.linea-r{
	border-right: 1px solid #ededed;
}


.p-mini{
	font-size: 12px !important;
}

.contiene-mini-menu img{
	width: 50%;
}

.label-title {
    font-family: Titillium-Bold;
    color: #111111;
}

.titulo-axul-bold {
	font-size: 25px;
	font-family: 'Titillium-Bold';
}

.div-titulo-opcion {
	background: #0082c5;
	color: #FFFFFF;
	border-radius: 30px;
	padding: 1%;
	font-size: 20px;
}

.contenedor-blanco-sup {
	background: #FFFFFF;
	border-radius: 30px;
	padding: 2% !important;
}

.contenedor-blanco-sup p {
	margin-bottom: 0px !important;
}
.contenedor-blanco-sup img {
	width: 100%;
}

.contenedor-blanco {
	background: #FFFFFF;
	border-radius: 30px;
	padding: 2.5%;
}

.contenedor-blanco input, .sombra_elemento {
-webkit-box-shadow: 1px 1px 20px 4px rgba(0,0,0,0.1);
-moz-box-shadow: 1px 1px 20px 4px rgba(0,0,0,0.1);
box-shadow: 1px 1px 20px 4px rgba(0,0,0,0.1);
}


.contenedor-azul {
	background: #E3F7FD;
	border-radius: 30px;
}

.contenedor-azul-titulo {
	background: #0082c5;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	border-radius: 20px;
}

.ico-cerrar {
	width: 20px;
	cursor: pointer;
}

.btn_enlace {
	background: none;
	border: none;
	color: var(--color-texto-1);
	font-size: 1.2rem;
	font-weight: bold;
}

.st_btn_volver{
	color: #8EBB2D !important;
	font-size: 1.7rem !important;
}

.btn_enlace:hover {
	text-decoration-line: underline;
	text-underline-offset: 2px;
}

.cuerpo {
	background: #EFF2FB;
}

.swal2-popup {
	border-radius: 20px !important;
	padding: 30px !important;
	font-family: var(--tipografia-light) !important;
	background: url('../../imagenes/fondo-popup.png') !important;
	background-size: cover !important;
	background-position: left !important;
	background-repeat: no-repeat !important;
	color: #1483C9;
}

.swal2-popup p {
	font-size: 18px;
	color: #1483C9;
}

.btn_tharot_inhabilitado {
	border-radius: 3px;
	border: none;
	font-size: 17px;
	letter-spacing: 2px;
}

.row-modal-mdu {
	width: 100%;
	border-radius: 10px;
	position: fixed;
}

.linea_azul_1 {
	background: url(../../imagenes/numeros-pasos/linea_azul_1.png) 50% 40%
		no-repeat;
}

/*

select {
	border: 1px solid #c9c9c9 !important;
	background: white;
	height: 30px !important;
}

.form-select {
	width: 100% !important;
	background: white !important;
	padding: 0.5rem 2rem 0.5rem 1rem !important;
	border-radius: 3rem !important;
	outline: none !important;
	display: block !important;
	color: -internal-light-dark(black, white);
	-webkit-appearance: none;
}
*/