<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none !important;
}

input::-ms-reveal,
input::-ms-clear {
  display: none !important;
}

/*Base Body*/

body {
  font-family: Roboto; 
}

body.signin, body.signup, body.password {
	background-image: linear-gradient(#0062ff 50%, #ffffff 0%);
	background-repeat: no-repeat;
}

/*Credenciales*/

.auth-form {
    padding: 35px 40px;
}

.authincation {
    /*background:url('../images/background_auth.svg');*/
    background-position: center center;
    background-repeat: no-repeat; 
}

@media (min-width: 1400px) {
	.authincation {
		background-size:65%;
	}
}
 
.authincation-content {
    background: #fff;
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
    border-radius: 5px;
	
	border-radius: 4px;
    box-shadow: 0 1px 30px rgba(44, 45, 72, 0.1) !important;
}

/*Colores Texto*/

.text-light-gray {
	color: #8e98ad;
}

.text-gray {
	color: #5a6477;
}

.text-white {
	color: #ffffff;
}

.text-white a {
	color: #ffffff;
}

/*Logotipos*/

.logo-id {
    height: auto;
    width: 260px;
} 

/* Pago de Servicios y Tiempo Aire */

@media only screen and (max-width: 992px) {
	.category-button.tiempo-aire h5 {font-size:14px !important;}
	.category-button.internet h5 {font-size:14px !important;}
	.category-button.servicios h5 {font-size:14px !important;}
	.category-button.pines h5 {font-size:14px !important;}
	.category-button.otros h5 {font-size:14px !important;}
	.category-button.todos h5 {font-size:14px !important;}
	 
}

.boxes-sm {
	content: '';
	background: red;
	border-radius: 20px;
	height: 100%;
	width: 100%;
	display: block;
	clear: both;
}
.featured-box img {
	border-radius: 12px;
}
.featured-box p {}
a:hover&gt;.featured-box p {
	text-decoration: none;
}
.featured-boxes {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.featured-boxes img {
	height: 18px; 
	margin-left:20px;
}
.pos-tiempoaire {
	background: #f0e8ff;
	border-radius: 12px;
	width: 100%;
	min-height: 160px;
	height: 160px;
}
.pos-tiempoaire p {
	color: #673ab7;
	margin: 0;
}
.pos-paquetesinternet {
	background: #DEF7FE;
	border-radius: 12px;
	width: 100%;
	min-height: 160px;
	height: 160px;
}
.pos-paquetesinternet p {
	color: #06b0d7;
	margin: 0;
}
.pos-toptiempoaire-1 {
	background: #D0EAF9;
	min-height: 100%;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.pos-toptiempoaire-2 {
	background: #E5F8D6;
	min-height: 100%
}
.pos-toptiempoaire-3 {
	background: #ECF5F9;
	min-height: 100%
}
.pos-toptiempoaire-4 {
	background: #F6EEE6;
	min-height: 100%
}
.pos-toptiempoaire-5 {
	background: #FFEBEB;
	min-height: 100%;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.pos-topservicios-1 {
	background: #D0EAF9;
	min-height: 100%;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.pos-topservicios-2 {
	background: #FEDDDB;
	min-height: 100%
}
.pos-topservicios-3 {
	background: #FCF8E5;
	min-height: 100%
}
.pos-topservicios-4 {
	background: #C0FED8;
	min-height: 100%
}
.pos-topservicios-5 {
	background: #D0EAF9;
	min-height: 100%;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.pos-pines {
	background: #FFF9EC;
	border-radius: 12px;
	width: 100%;
	min-height: 182px;
}
.pos-pines p {
	color: #ffc75d;
	margin: 0;
}
.pos-servicios {
	background: #FFE8F0;
	border-radius: 12px;
	width: 100%;
	min-height: 320px;  
    border: 1px solid #eff1f9;
}

@media (max-width: 1366px) {
	.pos-servicios {
		background: url(../images/mas-servicios_1366.webp);
		background-size: auto;
		background-repeat: no-repeat;
		border: 1px solid #eff1f9;
	}
}

@media (min-width: 1367px) {
	.pos-servicios {
		background: url(../images/mas-servicios_1400.webp);
		background-size: auto;
		background-repeat: no-repeat;
		border: 1px solid #eff1f9;
	}
}

.pos-servicios .absolute-text-wrapper {
    position: absolute;
    bottom: 0;
    background: #3641e7;
    height: 28px;
    width: 100%;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.pos-servicios p {
	color: #ffffff;
    margin: 0;
    text-align: center;
    line-height: 26px;
    font-size: 13px;
}
.pos-remesas {
	background: #D0EAF9;
	min-height: 100%;
	border-radius: 12px;
	height: 100%;
	min-height: 182px;
}
@media only screen and (max-width: 1199px) {
	.deznav {
		top: 0rem;
		height: calc(100%);
		position: fixed;
	}
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
}
.top-titulo {
	position: absolute !important;
	z-index: 9;
	height: 95%;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	width: 40px !important;
	left: 15px;
	background: #3762fa;
	display:none !important;
}
.top-texto {
	position: absolute !important;
	z-index: 9;
	height: 96%;
	width: 200px !important;
	left: 108px;
	pointer-events: none
}
.top-texto h5 {
	transform: rotate(-90deg);
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #ffffff;
	font-weight: 400;
}
@media (max-width: 992px) {
	.featured-boxes img {
		height: 20px
	}
}
@media (max-width: 768px) {
	.featured-boxes img {
		height: 20px
	}
}
@media (max-width: 576px) {
	.featured-boxes img {
		height: 18px
	}
}
.featured-buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}

/*Agregar*/

.mc-sidebar-slider {
	position: fixed;
	top: 0;
	left: 0;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	background: rgba(0, 0, 0, .7);
	z-index: 1300
}

 .mc-sidebar-slider,
 .mc-sidebar-slider__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%
}

 .mc-sidebar-slider__inner {
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #fff;
	overflow-y: auto;  
}

@media (min-width:768px) {
	 .mc-sidebar-slider__inner {
		width: 40%;
		min-width: 416px
	}
}

@media (max-width:767px) {
	.mc-sidebar-group__list__item { 
    padding: 0px 20px;
}
}



 .mc-sidebar-slider-transition-enter-active,
 .mc-sidebar-slider-transition-leave-active {
	-webkit-transition: .333s cubic-bezier(.7, .01, .3, 1);
	transition: .333s cubic-bezier(.7, .01, .3, 1);
	-webkit-transition-property: opacity;
	transition-property: opacity
}

 .mc-sidebar-slider-transition-enter-active .mc-sidebar-slider__inner,
 .mc-sidebar-slider-transition-leave-active .mc-sidebar-slider__inner {
	-webkit-transition: .333s cubic-bezier(.7, .01, .3, 1) .333s;
	transition: .333s cubic-bezier(.7, .01, .3, 1) .333s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

 .mc-sidebar-slider-transition-leave-active {
	-webkit-transition: .333s cubic-bezier(.7, .01, .3, 1) .333s;
	transition: .333s cubic-bezier(.7, .01, .3, 1) .333s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}

 .mc-sidebar-slider-transition-leave-active .mc-sidebar-slider__inner {
	-webkit-transition: .333s cubic-bezier(.7, .01, .3, 1);
	transition: .333s cubic-bezier(.7, .01, .3, 1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

 .mc-sidebar-slider-transition-enter,
 .mc-sidebar-slider-transition-leave-to {
	opacity: 0
}

 .mc-sidebar-slider-transition-enter .mc-sidebar-slider__inner,
 .mc-sidebar-slider-transition-leave-to .mc-sidebar-slider__inner {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

 .mc-header { 
	padding: 25px 30px 10px 40px;
}

 .mc-header__cart {
	position: relative
}

 .mc-header__cart,
 .mc-header__cart__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

 .mc-header__cart__number {
	position: absolute;
	top: -4px;
	left: 21px;
	padding: 1px 7px;
	border-radius: 13px;
	background: #f14c2e;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	-webkit-box-shadow: 0 0 0 2px #fff;
	box-shadow: 0 0 0 2px #fff
}

 .mc-footer {
	width: 100%;
	background: #fff;
	padding:40px;
	padding: 0px 40px 40px 40px;
}

 .mc-footer__container {
	 
}

 .mc-footer__wrapper-total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 16px
}

 .mc-footer__total__holder {
	text-align: right
}

 .mc-footer__total__title {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 8px;
	color: #2f3133;
	font-size: 1.25rem;
	font-weight: 700
}

 .mc-footer__total__price {
	margin-left: 8px;
	color: #4a4a4a;
	font-size: 1.75rem;
	font-weight: 500;
	word-break: break-word
}

 .mc-footer__total__price--old {
	color: #aeaeae;
	font-size: 1.25rem;
	font-weight: 300;
	text-decoration: line-through
}

 .mc-sidebar-group { 
}

 .mc-sidebar-group__title {
	color: #aeaeae;
	font-size: 14px;
	line-height: 1;
	overflow: hidden
}

 .mc-sidebar-group__title h2,
 .mc-sidebar-group__title h3 {
	margin: 8px 0 16px;
	font-size: inherit;
	line-height: inherit
}

 .mc-sidebar-group__list {
	position: relative
}

 .mc-sidebar-group__list__item {
	position: relative;
	margin-bottom: 0px;
	background: #fff;
	padding: 0px 40px;
}

 .mc-item-remove-leave-active {
	-webkit-transition: opacity .08325s, height .08325s .08325s, margin-bottom .08325s .08325s;
	transition: opacity .08325s, height .08325s .08325s, margin-bottom .08325s .08325s
}

 .mc-item-remove-leave-to {
	margin-bottom: 0;
	opacity: 0
}

 .mc-sidebar-item {
	padding: 16px;
	border: 1px solid #eee;
	border-radius: 4px;
	color: #2f3133;
	overflow: hidden
}

 .mc-sidebar-item:hover {
	border-color: #ccc
}

 .mc-sidebar-item.ncpp-is-focused {
	border-color: #8cc1c1
}

 .mc-sidebar-item__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 16px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1;
	overflow: hidden
}

 .mc-sidebar-item__title__description {
	padding-top: 8px;
	font-size: 14px
}

 .mc-sidebar-item__remove {
	margin-left: 8px;
	float: right;
	color: #aeaeae;
	opacity: 1
}

 .mc-sidebar-item__remove:not([disabled]):hover {
	color: #6d6e70
}

 .mc-sidebar-item__remove:before {
	content: "îª…";
	font: normal normal normal 14px/1 gb-icon-font;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	speak: none;
	font-size: 1.25rem;
	line-height: inherit
}

@media (min-width:768px) {
	 .mc-sidebar-item__remove {
		opacity: 0
	}
	 .ncpp-touch .mc-sidebar-item__remove,
	.ncpp-touch  .mc-sidebar-item__remove {
		opacity: 1
	}
}

 .mc-sidebar-item.ncpp-is-focused .mc-sidebar-item__remove,
 .mc-sidebar-item:hover .mc-sidebar-item__remove {
	-webkit-transition: .333s cubic-bezier(.7, .01, .3, 1);
	transition: .333s cubic-bezier(.7, .01, .3, 1);
	-webkit-transition-property: opacity;
	transition-property: opacity;
	opacity: 1
}

 .mc-sidebar-item__row {
	margin-bottom: 8px
}

 .mc-sidebar-item__row:last-child {
	margin-bottom: 0
}

 .mc-sidebar-item__desc,
 .mc-sidebar-item__info {
	color: #6d6e70
}

 .mc-sidebar-item__price {
	font-weight: 500
}

 .mc-sidebar-item__price--old {
	margin-right: 6px;
	color: #aeaeae;
	font-weight: 300;
	text-decoration: line-through
}

 .mc-sidebar-empty {
	padding: 0 16px
}

 .mc-sidebar__list-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/*overflow-y: auto*/
}

/*mas*/

.plan-wrapper {
    border: 1px solid transparent; 
    cursor: pointer;
    border-radius: 4px;
	margin-bottom:2px; 
}

.plan-wrapper.selected {
    border: 1px solid #3762FA;
	background: #f2f5ff;
}

.plan-wrapper:hover { 
}

.plan-wrapper h6.text-2 {
    margin:0;
}

.plan-wrapper.selected h6.text-3, .plan-wrapper.selected h6.text-2  {
    color: #3762FA; 
}

.plan-wrapper h6.text-3 { 
	margin: 0;
}

.plan-wrapper p {
    color: #8e98ad;
	line-height:20px;
	font-size: 10px; 
}

.plan-wrapper.selected p {
    color: #3762fa; 
}

.btn-link {border:none;}

hr {
	margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(206 212 218);
}
 

.wrapper-options-search &gt; .search-result-loader {
    position: absolute;
    left: 0;
    width: 340px;
    top: 40px;
    z-index: 99999999999;
    border-radius: 5px;
    /*border-top-left-radius: 0;
    border-top-right-radius: 0;*/
    padding: 0px;
    -webkit-box-shadow: 0px 0px 12px rgb(126 142 177 / 20%);
    box-shadow: 0px 0px 12px rgb(126 142 177 / 20%);
	background:#ffffff;
}


@media screen and (min-width: 0px){
.wrapper-options-search &gt; .search-result-loader &gt; ul.custom-load-search {
    padding: 0;
    list-style: none;
	}
.wrapper-options-search &gt; .search-result-loader &gt; ul.custom-load-search li {
    background: white;
    vertical-align: middle;
    cursor: pointer;
    padding: 8px 10px;
	}
.wrapper-options-search &gt; .search-result-loader &gt; ul.custom-load-search li {
	background: white;
	vertical-align: middle;
	cursor: pointer;
	padding: 8px 10px;
	font-size: 14px;
	font-weight: 400;
	}
.wrapper-options-search &gt; .search-result-loader &gt; ul.custom-load-search li img {
    display: inline-block;
    width: auto;
    height: 16px;
    float: right;
    padding: 0;
    margin: 0; 
	margin-top:5px;
	}
.wrapper-options-search &gt; .search-result-loader &gt; ul.custom-load-search li {
    background: white;
    vertical-align: middle;
    cursor: pointer;
    padding: 12px 10px;
	border-bottom: 1px solid #dee2e6;
	}
	
	.wrapper-options-search &gt; .search-result-loader &gt; ul.custom-load-search li:hover {
	background: #dee2e6;
	}
	
	.wrapper-options-search &gt; .search-result-loader &gt; ul.custom-load-search li:last-child { 
	border-bottom: 0;
	}
	
	.wrapper-options-search &gt; .search-result-loader &gt; ul.custom-load-search li span {
		padding-left:10px;
	}
	
	.wrapper-options-search &gt; .search-result-loader &gt; ul.custom-load-search li img {
		padding-right:10px;
	}
}

.form-floating {
  position: relative;
}

.form-floating a {
	position: absolute;
    top: 30%;
    right: 36px;
	font-size:14px;
}
.form-floating &gt; .form-control,
.form-floating &gt; .form-select {
	height: calc(3rem + 1px);
	padding: 1rem 0.75rem 0rem 0.75rem;
	width:100%;
}

label {
	font-size:14px;
}

.form-floating &gt; label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  line-height: 1.2rem; 
  font-size:14px;
}

.form-control {
	font-size:14px;
	height: calc(1.5em + 0.75rem + 5px);
}

.custom-file-input ~ .custom-file-label::after {
    content: "Seleccionar";
}

@media (prefers-reduced-motion: reduce) {
  .form-floating &gt; label {
    /*transition: none;*/
  }
}
.form-floating &gt; .form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-floating &gt; .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating &gt; .form-control::placeholder {
  color: transparent;
}
.form-floating &gt; .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.9rem;
  padding-bottom: 0.625rem;
}
.form-floating &gt; .form-control:focus, .form-floating &gt; .form-control:not(:placeholder-shown) { 
}
.form-floating &gt; .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
 
.form-floating &gt; .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating &gt; .form-control:focus ~ label,
.form-floating &gt; .form-control:not(:placeholder-shown) ~ label,
.form-floating &gt; .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating &gt; .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem; 
    font-weight: 400;
    line-height: 1.5;
    color: #232e3a;
    background-color: #fff;
    background-image: url('../images/chevron-down.svg') !important;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	
	display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 5px);
    padding: 0.375rem 0.75rem;
    font-size: 14px; 
    line-height: 1.5; 
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	padding-right: 33px;
}


.input-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url('../images/chevron-down.svg');
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
    height: calc(1.5em + 0.75rem + 2px);  
    background-clip: padding-box; 
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	padding-right: 33px;
}

.nav-tabs .nav-item .nav-link.active {
    color: #0479ec;
    font-weight: 500;
}

.nav-tabs .nav-item .nav-link {
    border: 0;
    background: 0 0;
    position: relative;
    border-radius: 0;
    color: #5a6477;
    white-space: nowrap!important;
	font-size: 1rem; 
	min-width: 220px;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

li.nav-item {
    /*flex-grow: 1;*/
    /*flex-basis: 0;*/
    list-style: none;
    text-align: center;
    font-size: 14px;
    color: #fff;
    left: auto; 
    position: relative;
    padding: 0px 0px 0px 0px; 
}

/* Otros */
 
ul.custom-list-abono {
    list-style-type: none;
    padding: 0;
}

.wrapper-top { 
	position:absolute; width:28px; height:100%; z-index:9;
}

.wrapper-top .areas {
	background: #3641e7; border-top-left-radius:12px; border-bottom-left-radius:12px;
}

.wrapper-top .writing { visibility:hidden}

.paycash-guide { 
    background: #646cf1;
    color: white;
    padding: 20px;
    border-radius: 8px;
}  

.paycash-area {
    /*border: 1px solid #dee2e6;*/
    border-radius: 8px;
    padding: 20px 20px;
}

/*Formularios BÃ¡sicos  

.formulario .col-1, .formulario .col-2, .formulario .col-3, .formulario .col-4, .formulario .col-5, .formulario .col-6, .formulario .col-7, .formulario .col-8, .formulario .col-9, .formulario .col-10, .formulario .col-11, .formulario .col-12, .formulario .col, .formulario .col-auto, .formulario .col-sm-1, .formulario .col-sm-2, .formulario .col-sm-3, .formulario .col-sm-4, .formulario .col-sm-5, .formulario .col-sm-6, .formulario .col-sm-7, .formulario .col-sm-8, .formulario .col-sm-9, .formulario .col-sm-10, .formulario .col-sm-11, .formulario .col-sm-12, .formulario .col-sm, .formulario .col-sm-auto, .formulario .col-md-1, .formulario .col-md-2, .formulario .col-md-3, .formulario .col-md-4, .formulario .col-md-5, .formulario .col-md-6, .formulario .col-md-7, .formulario .col-md-8, .formulario-venta .col-md-9, .formulario .col-md-10, .formulario .col-md-11, .formulario .col-md-12, .formulario .col-md, .formulario .col-md-auto, .formulario .col-lg-1, .formulario .col-lg-2, .formulario .col-lg-3, .formulario .col-lg-4, .formulario .col-lg-5, .formulario .col-lg-6, .formulario .col-lg-7, .formulario .col-lg-8, .formulario .col-lg-9, .formulario .col-lg-10, .formulario .col-lg-11, .formulario .col-lg-12, .formulario .col-lg, .formulario .col-lg-auto, .formulario .col-xl-1, .formulario .col-xl-2, .formulario .col-xl-3, .formulario .col-xl-4, .formulario .col-xl-5, .formulario .col-xl-6, .formulario .col-xl-7, .formulario .col-xl-8, .formulario .col-xl-9, .formulario .col-xl-10, .formulario .col-xl-11, .formulario .col-xl-12, .formulario .col-xl, .formulario .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
}

Formularios BÃ¡sicos*/ 

/*Formularios de Venta*/ 

.formulario-venta .col-1, .formulario-venta .col-2, .formulario-venta .col-3, .formulario-venta .col-4, .formulario-venta .col-5, .formulario-venta .col-6, .formulario-venta .col-7, .formulario-venta .col-8, .formulario-venta .col-9, .formulario-venta .col-10, .formulario-venta .col-11, .formulario-venta .col-12, .formulario-venta .col, .formulario-venta .col-auto, .formulario-venta .col-sm-1, .formulario-venta .col-sm-2, .formulario-venta .col-sm-3, .formulario-venta .col-sm-4, .formulario-venta .col-sm-5, .formulario-venta .col-sm-6, .formulario-venta .col-sm-7, .formulario-venta .col-sm-8, .formulario-venta .col-sm-9, .formulario-venta .col-sm-10, .formulario-venta .col-sm-11, .formulario-venta .col-sm-12, .formulario-venta .col-sm, .formulario-venta .col-sm-auto, .formulario-venta .col-md-1, .formulario-venta .col-md-2, .formulario-venta .col-md-3, .formulario-venta .col-md-4, .formulario-venta .col-md-5, .formulario-venta .col-md-6, .formulario-venta .col-md-7, .formulario-venta .col-md-8, .formulario-venta.col-md-9, .formulario-venta .col-md-10, .formulario-venta .col-md-11, .formulario-venta .col-md-12, .formulario-venta .col-md, .formulario-venta .col-md-auto, .formulario-venta .col-lg-1, .formulario-venta .col-lg-2, .formulario-venta .col-lg-3, .formulario-venta .col-lg-4, .formulario-venta .col-lg-5, .formulario-venta .col-lg-6, .formulario-venta .col-lg-7, .formulario-venta .col-lg-8, .formulario-venta .col-lg-9, .formulario-venta .col-lg-10, .formulario-venta .col-lg-11, .formulario-venta .col-lg-12, .formulario-venta .col-lg, .formulario-venta .col-lg-auto, .formulario-venta .col-xl-1, .formulario-venta .col-xl-2, .formulario-venta .col-xl-3, .formulario-venta .col-xl-4, .formulario-venta .col-xl-5, .formulario-venta .col-xl-6, .formulario-venta .col-xl-7, .formulario-venta .col-xl-8, .formulario-venta .col-xl-9, .formulario-venta .col-xl-10, .formulario-venta .col-xl-11, .formulario-venta .col-xl-12, .formulario-venta .col-xl, .formulario-venta .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
} 

.formulario-venta .form-floating &gt; .form-select, .formulario-venta .form-floating &gt; .form-control  {
    padding-top: 14px;
    padding-bottom: 0rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;  
}

.formulario-venta .form-floating &gt; .form-control  {
	padding-top: 1.9rem !important;
    padding-bottom: 0.6rem !important;
	font-size: 14px;
}

.formulario-venta .form-group {
	margin-bottom:10px;
}

/*Formularios de Venta*/

 

/*Cards Tables*/
.card {
    margin-bottom: 1.875rem;
    background-color: #fff;
    transition: all .5s ease-in-out;
    position: relative;
    border: 0px solid transparent;
    /*border-radius: 0.75rem;*/
    /*box-shadow: 0px 12px 33px 0px rgb(62 73 84 / 8%);*/
    height: calc(100% - 30px);
}

.card-header:first-child {
    border-radius: calc(0.75rem - 1px) calc(0.75rem - 1px) 0 0;
}

.card-header {
    border-color: #d7dae3;
    position: relative;
    background: transparent;
    padding: 1.5rem 1.875rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0; 
    border-bottom: 0;
	padding: 1.5rem 1.25rem 0.5rem 1.25rem;
}

.card-body {
    padding: 1.875rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 2rem;
}

.card-header .card-title {
    margin-bottom: 0px;
}
.card-title {
    font-size: 20px;
    font-weight: 500; 
    text-transform: capitalize;
}

 

.modal-footer .row {
	width:100%;
}

.btn-link.closeclass {
	background:none; 
}	   

/*.select2-dropdown {
    z-index:99999 !important;
} 
.select2-container {
	width:100% !important;
}*/



.listado-proveedores {
    background: #fff;
    height: auto;
    max-height: 360px;
    position: absolute;
    z-index: 999;
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
	padding: 20px 0px;
    border: 1px solid #ced4da;
    border-top: 0;
	overflow-y: scroll;
}

.listado-proveedores .lista-proveedores {
	padding:0;
    list-style: none;
    margin: 0;
}

.listado-proveedores .lista-proveedores .elemento-proveedor { 
    padding: 5px 20px;
	margin-bottom: 10px; 
	cursor: pointer;
}

.listado-proveedores .lista-proveedores .elemento-proveedor:hover {
	color: #1e90ff;
}

.listado-proveedores .lista-proveedores .elemento-proveedor:hover span {
	/*color:#fff;*/
}

.listado-proveedores .lista-proveedores .elemento-proveedor img {
	margin-right:10px; 
}

.listado-proveedores .lista-proveedores .elemento-proveedor span {
	vertical-align:middle;
	font-size:14px;
	font-weight:400;
}

.listado-proveedores .lista-proveedores .elemento-proveedor:last-child {  
	margin-bottom: 0px;  
}

/* *** */
	.listado-modalidad {
		background: #fff;
		height: auto;
		max-height: 360px;
		position: absolute;
		z-index: 999;
		width: 100%;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		padding: 20px 0px;
		border: 1px solid #ced4da;
		border-top: 0;
		overflow-y: scroll;
	}

	.listado-modalidad .lista-modalidad {
		padding:0;
		list-style: none;
		margin: 0;
	}

	.listado-modalidad .lista-modalidad .elemento-modalidad { 
		padding: 5px 20px;
		margin-bottom: 10px; 
		cursor: pointer;
	}

	.listado-modalidad .lista-modalidad .elemento-modalidad:hover {
		color: #1e90ff;
	}

	.listado-modalidad .lista-modalidad .elemento-modalidad:hover span {
		/*color:#fff;*/
	}

	.listado-modalidad .lista-modalidad .elemento-modalidad img {
		margin-right:10px; 
	}

	.listado-modalidad .lista-modalidad .elemento-modalidad span {
		vertical-align:middle;
		font-size:14px;
		font-weight:400;
	}

	.listado-modalidad .lista-modalidad .elemento-modalidad:last-child {  
		margin-bottom: 0px;  
	}
/* *** */
 
.listado-productos {
    background: #fff;
    height: auto;
    max-height: 360px;
    position: absolute;
    z-index: 999;
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
	padding: 20px 0px;
    border: 1px solid #ced4da;
    border-top: 0;
	overflow-y: scroll;
}

.listado-productos .lista-productos {
	padding:0;
    list-style: none;
    margin: 0;
}

.listado-productos .lista-productos .elemento-producto { 
    padding: 5px 20px;
	margin-bottom: 10px; 
	cursor: pointer;
}

.listado-productos .lista-productos .elemento-producto:hover {
	background: #f0f0f1;
}

.listado-productos .lista-productos .elemento-producto img {
	margin-right:10px; 
}

.listado-productos .lista-productos .elemento-producto span {
	vertical-align:middle;
	font-size:14px;
	font-weight:400;
}

.listado-productos .lista-productos .elemento-producto:last-child {  
	margin-bottom: 0px;  
}

.text-black {
	color: #464a53;
}

.category-button.tiempo-aire {background:#0FB7CB; display:block; text-align:center; padding:40px 0px; border-radius:0.8rem; width:100%; height:100%;}
.category-button.internet {background:#FDF242; display:block; text-align:center; padding:40px 0px; border-radius:0.8rem; width:100%; height:100%;}
.category-button.servicios {background:#F7931A; display:block; text-align:center; padding:40px 0px; border-radius:0.8rem; width:100%; height:100%;}
.category-button.pines {background:#CA2CA7; display:block; text-align:center; padding:40px 0px; border-radius:0.8rem; width:100%; height:100%;}
.category-button.otros {background:#1C69ED; display:block; text-align:center; padding:40px 0px; border-radius:0.8rem; width:100%; height:100%;}
.category-button.todos {background:#11B9F8; display:block; text-align:center; padding:40px 0px; border-radius:0.8rem; width:100%; height:100%;}

.category-button.tiempo-aire h5 {color:#ffffff; margin:0; font-size:16px; width:100%;}
.category-button.internet h5 {color:#5D5D05; margin:0; font-size:16px; width:100%;}
.category-button.servicios h5 {color:#ffffff; margin:0; font-size:16px; width:100%;}
.category-button.pines h5 {color:#ffffff; margin:0; font-size:16px; width:100%;}
.category-button.otros h5 {color:#ffffff; margin:0; font-size:16px; width:100%;}
.category-button.todos h5 {color:#ffffff; margin:0; font-size:16px; width:100%;}




.category-button.tiempo-aire-Off {background:#C7C7C7; display:block; text-align:center; padding:40px 0px; border-radius:0.8rem; width:100%; height:100%;}
.category-button.internet-Off {background:#C7C7C7; display:block; text-align:center; padding:40px 0px; border-radius:0.8rem; width:100%; height:100%;}
.category-button.servicios-Off {background:#C7C7C7; display:block; text-align:center; padding:40px 0px; border-radius:0.8rem; width:100%; height:100%;}
.category-button.pines-Off {background:#C7C7C7; display:block; text-align:center; padding:40px 0px; border-radius:0.8rem; width:100%; height:100%;}
.category-button.otros-Off {background:#1C69ED; display:block; text-align:center; padding:40px 0px; border-radius:0.8rem; width:100%; height:100%;}
.category-button.todos-Off {background:#11B9F8; display:block; text-align:center; padding:40px 0px; border-radius:0.8rem; width:100%; height:100%;}

.category-button.tiempo-aire-Off h5 {color:#4F4F4F; margin:0; font-size:16px; width:100%;}
.category-button.internet-Off h5 {color:#4F4F4F; margin:0; font-size:16px; width:100%;}
.category-button.servicios-Off h5 {color:#4F4F4F; margin:0; font-size:16px; width:100%;}
.category-button.pines-Off h5 {color:#4F4F4F; margin:0; font-size:16px; width:100%;}
.category-button.otros-Off h5 {color:#4F4F4F; margin:0; font-size:16px; width:100%;}
.category-button.todos-Off h5 {color:#4F4F4F; margin:0; font-size:16px; width:100%;}





.dropdown-menu {width: 100%;}

body.venta-overflow-hidden {
	overflow:hidden;
} 

.dataTables_wrapper input[type="search"], .dataTables_wrapper input[type="text"], .dataTables_wrapper select {
	border: 1px solid #ced4da;
    padding: .3rem 0.5rem; 
    border-radius: 5px;
    outline: none; 
    color: #232e3a; 
  }
 
.dataTables_wrapper .dataTables_length {
  margin-bottom: 15px; }
   
.dataTable .badge {
    line-height: 1.5;
    border-radius: 0.75rem;
    padding: 4px 10px;
    border: 1px solid transparent;
	font-weight:500;
}

.dataTable .badge.light.badge-success {
    background-color: #e7faec;
    color: #2bc155;
}

.dataTable .badge.light.badge-danger {
    background-color: #fde6e6;
    color: #f35757;
}

table.dataTable thead th {
	font-size: 14px;
    font-weight: 500;
    color: #232e3a;
	padding:15px 2px;
	text-align: center;
}

table.dataTable thead th h5 { 
	margin: 0;
    padding: 0;
    font-size: 18px;
} 

/*AcordiÃ³n Especial*/ 

.accordion .card-header { 
    background-color: #e6e9ef;
	padding:0;
}

.accordion .card-header a {
    color: #232e3a;
    background-color: #e1e1f9;
}

.accordion .card-body { 
    font-weight:400;
}

.accordion&gt;.card .card-header {
    margin-bottom: -1px;
}

.accordion .card+.card {
    margin-top: 1px;
}

.accordion .card-header a {
    display: block;
    padding: 14px 20px;
    position: relative;
    font-weight: 500;
    font-size: 14px;
	background-color: #e6e9ef;
	
	width: 100%;
}

.accordion .card-header input {
    margin-right:1rem;
	cursor:pointer;
}

.accordion .card-body input {
	cursor:pointer;
}

.accordion .card-body {
    padding: 15px;
    background-color: #ffffff;
    transition: none;
    border: 1px solid #e8e8f7;
    border-bottom: 0;
}
 

.accordion .card-body .form-group:hover { 
	 
}


.accordion .card-body a label  {
    cursor:pointer;
	
	-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.accordion .card-body .form-group {  
	/*border-bottom: 1px solid #e8e8f7;*/
	margin-bottom: 1rem;
    display: block;
}

.accordion .card-body .form-group:last-child {  
	/*border-bottom: 1px solid #e8e8f7;*/
	margin-bottom: 0; 
}

.accordion .card-body label {
    width:100%;
	display:table; 
	margin:0;
}

.accordion .card-body label span {
    display:block;
	font-size: 15px;
    font-weight: 400;
}

.accordion .card-body p { 
}

.accordion .card-body p:last-child { 
	margin:0;
}

.accordion&gt;.card:last-of-type { 
    border-bottom: 1px solid #e8e8f7;
}

.text-mini {font-size:12px;}

.input-proveedores {
	background-image: url('../images/chevron-down.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right .75rem center !important;
    background-size: 16px 12px !important;
}

.input-modalidad {
	background-image: url('../images/chevron-down.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right .75rem center !important;
    background-size: 16px 12px !important;
}

.dataTables_wrapper {
	min-width:1060px !important;
}

.ganancias-wrapper {
	min-width:520px;
}

table.reporte-tiendas {}

table.reporte-tiendas thead th {padding: 15px 20px !important;}

table.reporte-tiendas thead tr:nth-child(1) {}

table.reporte-tiendas thead tr:nth-child(1) th {padding: 10px 20px !important;}

table.reporte-tiendas thead tr:nth-child(1) th:nth-child(2)  {border-right:1px solid #ced4da;}

table.reporte-tiendas thead tr:nth-child(1) th:nth-child(3)  {border-right:1px solid #ced4da;}

table.reporte-tiendas thead tr:nth-child(1) th:nth-child(4)  {}

table.reporte-tiendas thead tr:nth-child(2)  {}

table.reporte-tiendas thead tr:nth-child(2) th:nth-child(1)  {min-width: 220px;}

table.reporte-tiendas tfoot td {border-top: 2px solid #d7dae3 !important;}

.text-center.text-gray.d-block {font-size:12px; margin-top: 8px;}

p.text-2 {font-size:14px;}

table.reporte-caja {width:100%; min-width:460px;border-collapse: collapse;}  
table.reporte-caja tr.thead-main td {font-size:16px; border-bottom: 2px solid #ced4da; font-weight:600;}  
table.reporte-caja tr.thead-main td img {vertical-align:middle;}   
table.reporte-caja tr.thead-sub td {font-weight:500; border-bottom: 1px solid #ced4da;}
table.reporte-caja tbody tr td {font-weight:400;} 
table.reporte-caja tbody tr td img {vertical-align:middle; display:none;} 
table.reporte-caja tbody tr td span {vertical-align:middle; /*padding-left:20px;*/} 
table.reporte-caja tr.tfoot-main td {border-top:2px solid #ced4da; font-weight:600; padding-top:10px;} 
table.reporte-caja tr.tfoot-sub td {font-size:16px; border-top:1px solid #ced4da; font-weight:500; padding-top:5px;} 


/* Helpers Textps */ 
 
.text-0 {
	font-size: 10px!important;
	font-size: .6875rem!important
}

.text-1 {
	font-size: 12px!important
}

.text-2 {
	font-size: 13px!important
}

.text-3 {
	font-size: 14px!important
}

.text-4 {
	font-size: 16px!important
}

.text-5 {
	font-size: 21px!important
}

.text-6 {
	font-size: 24px!important
}

.text-7 {
	font-size: 28px!important;
	font-size: 1.75rem!important
}

.text-8 {
	font-size: 32px!important;
	font-size: 2rem!important
}

.text-9 {
	font-size: 36px!important;
	font-size: 2.25rem!important
}

.text-10 {
	font-size: 40px!important;
	font-size: 2.5rem!important
}

.text-11 {
	font-size: 44px!important;
	font-size: 2.75rem!important
}

.text-12 {
	font-size: 48px!important;
	font-size: 3rem!important
}

.text-13 {
	font-size: 52px!important;
	font-size: 3.25rem!important
}

.text-14 {
	font-size: 56px!important;
	font-size: 3.5rem!important
}

.text-15 {
	font-size: 60px!important;
	font-size: 3.75rem!important
}

.text-16 {
	font-size: 64px!important;
	font-size: 4rem!important
}

.text-17 {
	font-size: 72px!important;
	font-size: 4.5rem!important
}

.text-18 {
	font-size: 80px!important;
	font-size: 5rem!important
}

.text-19 {
	font-size: 84px!important;
	font-size: 5.25rem!important
}

.text-20 {
	font-size: 92px!important;
	font-size: 5.75rem!important
}

.header {}

.success-text {color: #00d487;}

dt, dd {
	line-height:18px;
}

.remesa-resumen ul li {
	line-height:20px;
}

.remesa-envio ul li {
	line-height:18px;
} 
  
/* Pesos */

.font-weight-300 {font-weight:300;}
.font-weight-400 {font-weight:400 !important;}
.font-weight-500 {font-weight:500 !important;}
.font-weight-600 {font-weight:600 !important;}
.font-weight-700 {font-weight:700 !important;}


.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid rgba(83, 101, 140, 0.33);
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(83, 101, 140, 0.33);
}

.table tbody + tbody {
  border-top: 2px solid rgba(83, 101, 140, 0.33);
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid rgba(83, 101, 140, 0.33);
}

.table-bordered th,
.table-bordered td {
  border: 1px solid rgba(83, 101, 140, 0.33);
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(94, 130, 152, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgb(242 244 248) !important;
}

.table-primary,
.table-primary &gt; th,
.table-primary &gt; td {
  background-color: #b9dafd;
}

.table-hover .table-primary:hover {
  background-color: #a0cdfc;
}

.table-hover .table-primary:hover &gt; td,
.table-hover .table-primary:hover &gt; th {
  background-color: #a0cdfc;
}

.table-secondary,
.table-secondary &gt; th,
.table-secondary &gt; td {
  background-color: #c3c4c4;
}

.table-hover .table-secondary:hover {
  background-color: #b6b7b7;
}

.table-hover .table-secondary:hover &gt; td,
.table-hover .table-secondary:hover &gt; th {
  background-color: #b6b7b7;
}

.table-success,
.table-success &gt; th,
.table-success &gt; td {
  background-color: #c2eabd;
}

.table-hover .table-success:hover {
  background-color: #b0e4aa;
}

.table-hover .table-success:hover &gt; td,
.table-hover .table-success:hover &gt; th {
  background-color: #b0e4aa;
}

.table-info,
.table-info &gt; th,
.table-info &gt; td {
  background-color: #d1edf6;
}

.table-hover .table-info:hover {
  background-color: #bce5f2;
}

.table-hover .table-info:hover &gt; td,
.table-hover .table-info:hover &gt; th {
  background-color: #bce5f2;
}

.table-warning,
.table-warning &gt; th,
.table-warning &gt; td {
  background-color: #fef7e4;
}

.table-hover .table-warning:hover {
  background-color: #fdf0cb;
}

.table-hover .table-warning:hover &gt; td,
.table-hover .table-warning:hover &gt; th {
  background-color: #fdf0cb;
}

.table-danger,
.table-danger &gt; th,
.table-danger &gt; td {
  background-color: #f8cfcf;
}

.table-hover .table-danger:hover {
  background-color: #f5b9b9;
}

.table-hover .table-danger:hover &gt; td,
.table-hover .table-danger:hover &gt; th {
  background-color: #f5b9b9;
}

.table-light,
.table-light &gt; th,
.table-light &gt; td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover &gt; td,
.table-hover .table-light:hover &gt; th {
  background-color: #ececf6;
}

.table-dark,
.table-dark &gt; th,
.table-dark &gt; td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover &gt; td,
.table-hover .table-dark:hover &gt; th {
  background-color: #b9bbbe;
}

.table-active,
.table-active &gt; th,
.table-active &gt; td {
  background-color: rgba(18, 95, 142, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(15, 80, 119, 0.075);
}

.table-hover .table-active:hover &gt; td,
.table-hover .table-active:hover &gt; th {
  background-color: rgba(15, 80, 119, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #292b2c;
  border-color: #3b3e40;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: rgba(83, 101, 140, 0.33);
}

.table-dark {
  color: #fff;
  background-color: #292b2c;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #3b3e40;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm &gt; .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md &gt; .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg &gt; .table-bordered {
    border: 0;
  }
}

@media (max-width: 1249.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl &gt; .table-bordered {
    border: 0;
  }
}

@media (max-width: 1449.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xxl &gt; .table-bordered {
    border: 0;
  }
}

@media (max-width: 1549.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xxxl &gt; .table-bordered {
    border: 0;
  }
}

@media (max-width: 1649.98px) {
  .table-responsive-xxxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xxxxl &gt; .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive &gt; .table-bordered {
  border: 0;
}

.msg-seguridad-container{
	width: 100%; 
	height: 100%; 
	z-index: 10; 
	position: absolute; 
	display: flex; 
	align-items: center; 
	justify-content: center;
	overflow: hidden;
	padding: 30px;
}

.msg-seguridad-row{
	padding:16px; 
	border-style: solid; 
	border-width: 1px; 
	border-radius: 14px;
	background-color: #E3EAF5;
	overflow: hidden;
	margin-left: 20px;
	margin-right: 20px;
}

.msg-seguridad-col{
	padding:10px; 
	overflow: hidden;
}

.lista-admin-container{
	width: 100%; 
	height: 100%; 
	z-index: 11; 
	position: absolute; 
	display: flex; 
	align-items: center; 
	justify-content: center;
	overflow: hidden;
	padding: 30px;
}

.lista-admin-row{
	padding:16px; 
	border-style: solid; 
	border-width: 1px; 
	border-radius: 14px;
	background-color: white;
	overflow: hidden;
}

.lista-admin-col{
	padding:10px; 
	overflow: auto;
}</pre></body></html>