body {
/*  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  color:#333;
  font-style: normal;*/
  background: #292929;
}
.side-navbar {
  word-break: break-word;
}
.espacio-btn-interno{
  padding: 14px 0;
}
.espacio-floating-input{
  margin:10px 0;
}
.error-div{
  color:#CB645F;
}
.bg-blanco{
  background: #FFF;
}
.center{
  text-align: center;
}
.font18{
  font-size: 18px;
}
.img-pdf-poliza{
  max-height: 50px;
  cursor: pointer;
}
.underline {
  text-decoration: underline;
  font-size: 18px !important;
}
.generar-session-id {
  text-decoration: underline;
  font-style: italic;
  font-size: 15px;
  color: #4790CF;
  cursor: pointer;
}
.quitar-proteccion {
  color: #CB645F;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.arriba-10{
  margin-top:10px;
}
.arriba-20{
  margin-top:20px;
}
.abajo-10{
  margin-bottom:10px;
}
.abajo-20{
  margin-bottom:20px;
}
.max-1200{
  max-width: 1200px;
  margin: 0 auto;
}
.img-pw {
  max-height: 25px;
  cursor: pointer;
  margin-bottom: 10px;
}
.tabla-count-polizas-admin {
  overflow: auto;
  max-width: 650px;
  margin: 0 auto;
}
.top-10{
  padding-top: 10px;
}
.select-tabla{
  min-width: 85px;
}
/* #usuarios_tabla {
  max-height: 50vh;
  overflow: auto;
} */
.red-no-activo{
  background: #f8d7da !important;
}
.div-comisiones-prima{
  margin-top: 15px;
  
}
#usuarios_tabla > table {
  font-size: 13px !important;
  color: #333 !important;
}
.config-img {
  width: 20px;
  cursor:pointer;
}
.config-img-btn {
  border: none;
  outline: none;
  background: transparent;
}
.separador{
  padding-top:30px;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f7f7f7;
  opacity: 1;
  cursor: initial;
}
input[type="file"]#ds_archivo, input[type="file"]#ky-file  {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
label[for="ds_archivo"], label[for="ky-file"], .btn-agregar {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background-color: #106BA0;
  display: inline-block;
  transition: all .5s;
  cursor: pointer;
  padding: 10px 30px !important;
  text-transform: uppercase;
  width: fit-content;
  text-align: center;
  border: none !important;
  outline: none !important;
  margin-bottom: 0;
  word-break: break-all;
  border-radius: 4px;
  -moz-user-select: none; 
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}

.non-selectable {
  -moz-user-select: none; 
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}

label[for="ds_archivo"]:hover, label[for="ky-file"]:hover, .btn-agregar:hover {
  background: #4790CF;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
  box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}

table.dataTable tbody tr.selected {
  color: white !important;
  background-color: #eeeeee !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none !important;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: inherit !important;
}
button:focus {
	outline: none !important;
}
td{
  vertical-align: middle !important;
}
.mayus{
	text-transform: uppercase;
}
.minus{
	text-transform: lowercase;
}
.label-req::after {
  content: " *";
  color:#FF696A;
  font-weight: bold;
}
.hr-logo{
	border-top: 1px solid #FFF;
}
.section-login{
	background: #F4F7FA;
	min-height: 100vh;
}
.row-login{
	min-height: 100vh;
	max-width: 950px;
	margin: 0px auto;
}
.logo-login{
	max-width: 200px;
}
.z-depth-5 {
	-webkit-box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);
	box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);
}
.z-depth-3 {
	-webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
	box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}
.z-depth-2{
	-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}
.contenedor-login{
	margin: 30px auto;
	max-width: 450px;
}
.caja-shadow{
	border-radius: 4px;
	padding: 30px 20px;
	background: #FFF;
}
.line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #eee;
	margin: 5px 0 10px;
}
.div-form-poliza {
	max-width: 983px;
	margin: 0 auto;
}
.btn-nva-poliza {
	text-align: center;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 24px;
	color: #4891CD;
	line-height: 28px;
}
.card-btn-nva-poliza {
	margin-bottom: 15px;
	cursor: pointer;
}
.card-btn-nva-poliza:hover {
	-webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
	box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}
.btn-azul-kayum {
	background: #2699FB;
	color: #FFF;
	border: none;
	padding: 7px 20px;
	border-radius: 4px;
	font-size: 1.05em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-azul-kayum:hover {
	background: #4790CF;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}
.btn-rojo-kayum {
	background: #CB645F;
	color: #FFF;
	border: none;
	padding: 7px 20px;
	border-radius: 4px;
	font-size: 1.05em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-rojo-kayum:hover {
	background: #CB645F;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}
#busqueda_dashboard {
	margin: 30px 0 10px;
}
.card-dashboard {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #e3e6f0;
	border-radius: .35rem;
	margin: 5px 0;
	box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}
.border-left-emitidas-db {
	border-left: .25rem solid #4e73df!important;
}
.text-emitidas-db{
	color: #4e73df;
}
.border-left-pagadas-db {
	border-left: .25rem solid #1CC88A!important;
}
.text-pagadas-db{
	color: #1CC88A;
}
.border-left-meses-db {
	border-left: .25rem solid #36B9CC!important;
}
.text-meses-db{
	color: #36B9CC;
}
.border-left-canceladas-db {
	border-left: .25rem solid #F6C23E!important;
}
.text-canceladas-db{
	color: #F6C23E;
}
.title_dashboard{
	color: #5a5c69!important;
	font-size: 1.4rem;
	margin: 10px 0;
}
#busqueda_poliza{
	margin: 0 0 30px 0;
}
.load-img-form{
	max-height: 50px;
}
#FilesLoad{
  margin: 15px 0 0;
}
.editar-img{
	max-height: 20px;
	cursor: pointer;
}
.select_actualizar_estatus {
	max-width: 270px;
	margin: 0 auto 20px;
}
.azul-ky{
	color: #4790CF;
}
.gris-ky{
	color: #707070;
}
.txt_info_poliza {
	color: #707070;
	font-weight: 500;
}
#loandingForm{
  margin:20px;
}
.kayum-no{
	display: none;
	visibility: hidden;
}
.info_estatus{
	text-transform: uppercase;
	text-align: center;
	font-size: 1.2em;
	font-weight: 600;
	margin-top: 15px;
}
.campo_fecha_actualizar{
	margin: 0px auto 15px;
	max-width: 250px;
}
.top10tabla{
  overflow:auto;padding-bottom: 20px;
}
.color-autos{color:#4790CF;font-weight:600;text-transform: uppercase;}
.color-motos{color:#4790CF;font-weight:600;text-transform: uppercase;}
.color-taxis{color:#4790CF;font-weight:600;text-transform: uppercase;}
.color-gmm{color:#61B087;font-weight:600;text-transform: uppercase;}
.color-camiones{color:#00acc1;font-weight:600;text-transform: uppercase;}
.color-emitida{color:#4790CF;font-weight:600;text-transform: uppercase;}
.color-pagada{color:#61B087;font-weight:600;text-transform: uppercase;}
.color-activa{color:#61B087;font-weight:600;text-transform: uppercase;}
.color-cancelada{color:#CB645F;font-weight:600;text-transform: uppercase;}
.color-renovada{color:#f9a825;font-weight:600;text-transform: uppercase;}

.color-verificacion-PENDIENTE{color:#f9a825;font-weight:600;text-transform: uppercase;}
.color-verificacion-CORRECTA{color:#61B087;font-weight:600;text-transform: uppercase;}
.color-verificacion-SIN{color:#CB645F;font-weight:600;text-transform: uppercase;}
.color-verificacion-SEGUIMIENTO{color:#4790CF;font-weight:600;text-transform: uppercase;}

.color-RENOVADA{color: #006064;font-weight: bold;}
.color-NUEVA{color: #1E8449;font-weight: bold;}

.font-normal{
  font-weight: 500 !important;
}

tr, td {
  border-color: transparent;
  border-style: none;
  border-width: 0;
}
.table>:not(:last-child)>:last-child>* {
  border-bottom-color: inherit;
}

.rojo-ky{
	color:#CB645F;font-weight:600;
}
fieldset.scheduler-border {
	border: 1px groove #ddd !important;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow:  0px 0px 0px 0px #000;
	box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
	font-size: 1em !important;
	font-weight: bold !important;
	text-align: left !important;
	width:auto;
	padding:0 10px;
	border-bottom:none;
}
.poliza-txt-actualizar {
	text-transform: inherit;
	text-decoration: underline;
	font-size: 1.25em!important;
	color: #4790CF !important;
}
select.form-control {
	cursor: pointer;
}
.buttons-excel {
	background: none;
	border: none;
}
.inicio-forma_pago{
	font-weight: bold;
	margin-bottom: 8px;
}
.righ-txt{
	text-align: right;
}
.vendedor_info{
  text-align: center;
  color: #707070;
}
.vendedor_info::before{
  content: 'Vendedor: ';
  font-weight: bold;
}
.verificado_info{
  text-align: center;
  color: #707070;
}
.verificado_info::before{
  content: 'Información Verificada: ';
  font-weight: bold;
}
cld{
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}
.tipo-cliente{
  text-align: center;
  color: #707070;
}
.tipo-cliente::before{
  content: 'Tipo de Cliente: ';
  font-weight: bold;
}
.identificador{
  text-align: center;
  color: #707070;
}
.identificador::before{
  content: 'Sesión ID: ';
  font-weight: bold;
}
.polizaAnterior{
  text-align: center;
  color: #61B087;
}
.polizaAnterior::before{
  content: 'Póliza Anterior: ';
  font-weight: bold;
}
.right_txt{ text-align: right;}
.center_txt{ text-align: center !important; }
.bold_txt{ font-weight: bold; }
.mediumtxt{
  font-weight: 600;
}
.bordeSeparador{
  border-bottom: 1px solid #eee;
  padding: 15px 0px;
}
.datosVehiculoPrecios {
  color: #393836;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
}
.PrecioComparador{
  margin: 5px 0;
  color: #707070;
}
.azul-ky-2{
  color: #2699FB im !important;
}
.separador-row-border {
  margin-bottom: 6px;
  border-bottom: 2px solid #f5f5f5;
  padding-bottom: 6px;
}
.disponibleGuardia {
  color: #1CC88A;
  font-weight: 500;
}
.dato_barra_forma_pago {
  color: #707070;
  padding: 0 !important;
  letter-spacing: -0.2px;
  font-size: 1.1rem;
  line-height: 2.8rem;
  word-break: break-word;
}
.meta_title {
  color: #707070;
  font-weight: 400;
  margin: 10px 0 5px;
}
.border-btn-azul{
  color: #2699FB !important;
  border: 1px solid #2699FB !important;
  font-weight: 500 !important;
}
.precios-info {
  color: #707070;
  font-size: 15px !important;
  font-weight: 400;
}
.btn:focus, .btn.focus {
  outline: 0;
  /* -webkit-box-shadow: 0 0 0 0.2rem rgb(51 179 90 / 25%); */
  /* box-shadow: 0 0 0 0.2rem rgb(51 179 90 / 25%); */
  box-shadow: none !important;
}
.row-cobertura {
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.card-coberturas {
  max-width: 800px;
  margin: 0 auto;
  color: #194260 !important;
  font-size: 16px;
}
#DatosContratanteForm{
  display: block;
}
.PrecioOficial {
  color: #2699FB;
  font-weight: bold;
  font-size: 20px;
}
.PrecioOficial-PrimerPago {
  color: #707070;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 300;
}
.btn-ky-form{
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
select.form-control {
  font-weight: 400 !important;
}
.fondo-readonly{
  background: #F4F7FA;
}
.btn-right {
  margin-top: 10px;
  float: right;
  margin-right: 20px;
}
.row-separador {
  margin-bottom: 5px;
}
porpagar {
  padding-left: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #2699FB;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 15px;
}
/************** v5 *********************/
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
  opacity: 1;
  transform: scale(1) translateY(-.9rem) translateX(0rem);
}
.espacio-selects{
  margin-bottom: 12px;
}
a:focus, a:hover {
  text-decoration: none !important;
}
.showing {
  width: .1px;
  display: none;
  visibility: hidden;
}
.logout{
  color: #FFF !important;
}
.alert-verde {
  color: #5DC18C;
  font-size: 18px;
}
.side-navbar.shrink {
  word-break: break-word !important;
}
.grey_txt{
  color:#707070;
}
.star-img{
  max-width: 16px;margin-left: 5px;
}
.poliza-anterior {
  color: #CB645F;
  font-weight: 500;
}
#preloader {
  position: fixed;
  top:0; left:0;
  right:0; bottom:0;
  background: #fff;
  z-index: 10000;
}
#loader {
  width: 100px;
  height: 100px;
  position: absolute;
  left:50%; top:50%;
  background: url(../kayum/loader.gif) no-repeat center 0;
  background-repeat: no-repeat;	
  background-size: contain;
  margin:-50px 0 0 -50px;
}
.margin10{
  margin: 5px 0;
}
.fechaGuardia {
  color: #4790CF;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 6px;
}
.GuardiaDiv{
  margin-bottom: 10px;
  padding: 10px 15px;
  border: solid 1px rgba(51,51,51,0.12);
  background: rgba(246,246,246,0.2);
}
/****** Emision de pólizas *******/
.btn-opcion-plan-aseguradora{
  width: 100%;
  background-color: #2699FB;
  color: #FFF;
  margin: 10px 0;
  border: none;
  padding: 8px 10px;
  font-size: 18px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.btn-opcion-plan-aseguradora:hover{
  -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
  box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}
.text-cobertura{
  font-size:15px;
}
.imgPaqAseg-QUALITAS{
  max-height: 90px;
  margin: 10px 0;
}
.imgPaqAseg-AXA{
  max-height: 70px;
  margin: 10px 0;
}
.imgPaqAseg-GNP{
  max-height: 60px;
  margin: 10px 0;
}
.imgPaqAseg-SPT{
  max-height: 75px;
  margin: 10px 0;
}
.title-section-emision{
  font-size: 17px;
}
.precio-comparador{
  font-size: 20px;
  font-weight: 500;
}
.precio-comparador::before{
  font-size: 15px;
  content: '$';
  color: #707070;
  padding-right: 2px;
}
.precio-comparador-subsecuente{
  font-size: 20px;
  font-weight: 500;
  color:#2699FB;
}
.precio-comparador-subsecuente::before{
  font-size: 15px;
  content: '$';
  padding-right: 2px;
}
.control_button {
  font-weight: 400;
  border-radius: 2px;
  width: 100%;
  background-color: #FFF;
  color: #707070;
  padding: 6px 5px;
  font-size: 16px;
  -webkit-box-shadow: 0px 0px 3px 0px rgb(214 214 214);
  -moz-box-shadow: 0px 0px 3px 0px rgba(214,214,214,1);
  box-shadow: 0px 0px 3px 0px rgb(214 214 214);
  border: 1px solid transparent;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  margin-bottom: 5px;
}
.control_button_pressed {
  color: #2699FB !important;
  border: 1px solid #2699FB;
  font-weight: 500;
}
.control_button:hover {
  background-color: #2699FB !important;
  color: #FFFFFF !important;
  -webkit-box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
  box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
}
.ver-coberturas {
  color: #707070;
  font-weight: 400;
  padding: 0 0.75rem;
}
.tablaCoberturas{
  font-size: 16px;
}
.precios_titulo_lista_collapsible {
  margin: 5px 0px;
  color: #707070;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
  word-wrap: break-word;
  text-align: left;
  padding-left: 5px;
}
.precios_valor_lista {
  color: #2699FB;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  word-wrap: break-word;
  text-align: left;
  margin-top: 3px;
  padding-left: 10px;
}
.umas {
  color: #2699FB;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 500;
}
.emision-img{
  max-height: 100px;
}
.BorderTopTablaCoberturas{
  border-top: 1px solid #dee2e6;
}
.form-control {
  height: auto;
}
.separadorOficial{
  padding-top: 15px;
}
.table>thead {
  vertical-align: middle;
}
table {
  font-size: 14px;
}
/* .dashboard-counts span {
  font-size: 14px !important;
} */
.pt-1 {
  padding-top: 10px !important;
}
.btn-download-normal{
  width: 100%;
  background-color:#61B087;
  color: #FFF !important;
  margin: 10px 0;
  border: none;
  padding: 8px 10px;
  font-size: 18px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.btn-download-normal:hover{
  -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
  box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}
.btn-download-marca{
  width: 100%;
  background-color: #4790CF;
  color: #FFF !important;
  margin: 10px 0;
  border: none;
  padding: 8px 10px;
  font-size: 18px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.btn-download-marca:hover{
  -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
  box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}
.ProntoPago {
  max-width: 130px;
  margin: 5px 0 3px;
  min-width: 130px;
  float: right;
}
.ProntoPago label{
  color: #2699FB;
}
.side-navbar li.active > a {
  background: #4790CF;
}
.CardCobro{
  max-width: 650px;
  margin: 0 auto;
}
.detalle-tarjeta {
  color: #61B087;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .btn-opcion-plan-aseguradora {
    margin: 6px 0;
  }
  .btn-azul-kayum {
    padding: 6px 20px;
    font-size: 15px;
  }
  .form-select {
    padding: .3rem 2.25rem .3rem .75rem;
    font-size: 14px;
  }
  .form-control {
    padding: .3rem 0.8rem;
    font-size: 14px;
  }
  .form-group {
    margin-bottom: 2px;
  }
  label {
    font-size: 14px;
  }
  .table#TablaCoberturas>:not(caption)>*>* {
    padding: .25rem .35rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  }
  .umas {
    color: #2699FB;
    font-size: 12px;
    text-align: center;
    margin-bottom: -8px;
    font-weight: 500;
    margin-top: -10px;
  }
  .col-tabla-cobertura{
    width: 30%;
  }
  .precios_valor_lista {
    font-size: 13px;
  }
  .precios_titulo_lista_collapsible {
    font-size: 13px;
  }
  .card-body-coberturas {
    padding: 0 !important;
  }
  .tablaCoberturas{
    font-size: 13px;
  }
  .card-body {
    padding: 10px;
  }
  .separador {
    padding-top: 5px;
  }
  .separadorOficial{
    padding-top: 5px;
  }
  .text-cobertura{
    font-size:14px;
  }
  .imgPaqAseg-QUALITAS{
    max-height: 85px;
  }
  .imgPaqAseg-AXA{
    max-height: 60px;
  }
  .dato_barra_forma_pago {
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0;
  }
  .datosVehiculoPrecios {
    font-size: 14px;
  }
  .control_button {
    font-size: 14px;
  }
  .title-section-emision{
    font-size: 15px;
  }
  .precio-comparador {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }
  .precio-comparador-subsecuente {
    font-size: 16px;
    font-weight: 500;
    color: #2699FB;
    text-align: center;
  }
  .txt_info_poliza {
    margin-top: 10px;
  }
}