.alt_text_info_mobile {
	display: none !important;
	padding: 0 1.25rem 1.25rem;
}

.alt_text_info_desktop {
	display: flex !important;
}

.dflex{
	display: flex!important;
}

.confEliminar .btn_mantener {
    font-size: 16px;
    text-decoration: underline;
    width: 40%;
    float: right;
    display: block;
    text-align: right;
    padding: 16px 0px;
    color: #409FFF;
    font-family: 'RobotoCondensed-Light', Arial, sans-serif;
}

.pt-2 .eliminarServicioMobile{
	width: 57%;
}

.servicio-inactivo{
	opacity: 1.0!important
}
.servicio-inactivo .opacidad{
	opacity: 0.65!important
}

select {
	background-color: white;
}
#avatarWeb{
	 width: 82%;
}

.d-none-important{
	display: none!important;
}
.d-flex-important{
	display: flex!important;
}

#sessionTimeOut{
	pointer-events: none;
	padding-right: 17px;
}

#sessionTimeOut .modal-content{
	padding: 0;
}

#sessionTimeOut .modal-header{
	background: #18265a;
	color: #fff;
	font-weight: normal;
	font-size: 20px!important;
	position: relative;
}

.beneficio{
	padding-left: 0px;
	padding-top: 0px;
    padding-bottom: 8px;
}

.popover-blue.bs-popover-top .arrow::after,
.popover-blue.bs-popover-auto[x-placement^="top"] .arrow::after,
.popover-blue.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #D7EBFF !important;
}

.popover-blue .popover-body{
	width: 100%;
}
.popover-blue .popover-body .col{
	padding-right: 0;
}

.imagen-cupon{
	padding-left: 0;
}

.adicional-cero{
	margin-top: -2%;
	text-align: right;
	width: 19%;
	color:#9b9b9b;
}

.ocultos{
	display: none!important;
}

@media (max-width: 992px) {
	.adicional-cero{
		margin-top: -3%;
	}
}
@media (max-width: 575px) {
	.adicional-cero{
		margin-top: 6.5%;
	}
	.sectorDatos.header-top {
   		padding-left: 0!important;
    }
    
    header{
    	margin-bottom: 24px!important;
    }
    
    a.antel-btn-link.fs-17.with-icon-left.text-blue-shine i{
        margin-right: 2px!important;
    }
}


@media ( max-width : 767px) {
	
	.text_mobile_left {
		margin-left: 30%;
	}
	
	.alt_text_info_mobile {
		display: block !important;
	}
	.alt_text_info_desktop {
		display: none !important;
	}
	.card-base .card-body {
		padding-bottom: 10px !important;
	}
	
	#avatarWeb{
		 width: 50%;
	}
	
	.imagen-cupon{
		padding-left: 9%;
		margin-bottom: -35px;
	}
	
	.mensaje-cupon-canjeado{
		margin-left: 4%;
	}
	
	.txt-section-title{
		padding: 0px;
	}
	
}

@media ( max-width : 767px) {
	.row.d-md-none.align-items-center.content-header-container-mobile.justify-content-between{
		margin-top: 7%;
	}
	.row .come-back-container{
		margin-top: 8%;
	}
	#pnlDetalle .ui-outputpanel.ui-widget{
	    margin-top: 5%;
	} 
	.container-traslado{
		margin-top: 5%;
	}  
	
	.rounded-img-flex{
		width: 50px!important;
    	height: 50px!important;
	} 
	
	.selected-card.d-flex.justify-content-start.row{
		margin-left: 5%;
	}
	
	.estilo-boton-recarga-mobile{
		margin-left: 33%;
    	margin-top: 2%;
	}
	
	.card-reclamos .justify-content-end{
		margin-top: 15px;
	}
	.card-reclamos .col.align-items-center{
		margin-bottom: 36px;
    	margin-top: -46px;
	}
	.card-reclamos .nav.nav-tabs{
		flex-wrap: unset;
	}
	
	.beneficio{
		padding-right: 0px;
		padding-left: 0px;
		padding-top: 0px;
	    padding-bottom: 8px;
	}
	
}