:root {
  --azul-kayum: #2699FB;
  --azul-kayum-hover: #4790CF;
  --azul-kayum-strong: #00309A;
  --red-kayum: #FF696A;
  --red-kayum-hover: #CB645F;
  --color-letra:#707070;
}
body {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  color:#333;
  font-style: normal;
  background-color: #FAFCFF !important;
}

.select-no-border-center {
  text-align: center;
  border: none !important;
}

.select-no-border-center:focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 153, 250, 0.5) !important;
}

select.select-no-border-center:not([size]):not([multiple]) {
  height: calc(1.6rem + 2px) !important;
  padding: 2px !important;
  margin-top: -2px !important;
  font: Normal 14px / 20px Source Sans Pro !important;
}

.progress-text {
  color: #43425D;
  font-size: 1.1rem;
}

.progress {
  border-radius: 3px;
  height: 20px !important;
}

.detalle-extraccion:hover {
  cursor: pointer;
  text-decoration: underline;
  color: var(--azul-kayum);
}

.btn-danger, .btn-danger:hover {
  color: #fff;
  background-color: #CB645F !important;
  border-color: #CB645F !important;
}

.btn-success, .btn-success:hover {
  color: #fff;
  background-color: #5DC18C !important;
  border-color: #5DC18C !important;
}

div:where(.swal2-container) button:where(.swal2-styled) {
  padding: 5px 30px !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  font-size: 1.2rem !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background: #3C3B53 !important;
  color: #FFF !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 5px 30px !important;
  font-size: 1em !important;
}

.filepond--credits {
  display: none !important;
}

.copyrights {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  font-size: 15px;
  padding-bottom: 15px;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

#form-login-ky , #form-forgotpass-ky , #form-recovery-ky {
  display: none;
}
.loader-login-logo {
  max-width: 70px !important;
}
.olvide-pass {
  color: var(--azul-kayum-strong);
  font-weight: 600;
  cursor: pointer;
}
.toast-ky {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  position: fixed;
  left: 0;
  font-size: 18px;
}
.box-download-excel {
  min-width: 270px;
}
.eliminar-icon-list {
  float: right;
  margin-top: 6px;
}
.list-group-item {
  padding: 0.4rem 0.75rem !important;
  font-size: 14px !important;
}

.no-margin {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.check-kayum {
  position: absolute !important;
  margin-left: -20px !important;
  margin-top: 4px \9 !important;
  top: 4px !important;
  left: auto !important;
  z-index: 1 !important;
  cursor: pointer !important;
  opacity: 1 !important;
  filter: alpha(opacity = 1) !important;
  margin-top: 0 !important;
}
.label-check-kayum {
  font-size: 14px !important;
  margin-top: 8px !important;
}
/* .table-responsive{
  max-height: 60vh;
} */
.label-detalle-match {
  color: #212529;
}
#matchModalBody {
  background: #FFF;
  color: #6E6E6E;
}
.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-top: var(--bs-gutter-y);
}
.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem;
  --bs-gutter-x: 0.5rem;
}
.bg-light_ky {
  background-color: #f8f9fa !important;
}
.p-3_ky {
  padding: 4px 12px !important;
}
.border_ky {
  border: 1px solid #dee2e6 !important;
}
.underline{
  text-decoration: underline;
  cursor: pointer;
}
.activeClick{
  background: #2699FB !important;
  color: #FFF !important;
}
.dx-button-text {
  font-size: 14px !important;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .04em;
}
.dx-button-mode-text.dx-state-hover {
  background-color: rgba(0, 0, 0, .08) !important;
  border-color: transparent;
}
.bold{
  font-weight: bold;
}
#info_resumen{
  margin-bottom: 40px;
}
.font-17{
  font-size: 17px !important;
}
.font-18{
  font-size: 18px !important;
}
.font-20{
  font-size: 20px !important;
}
.text-end{
  text-align: right;
}
.swal-title {
  color: rgba(0,0,0,.65);
  font-weight: 600;
  text-transform: none;
  position: relative;
  display: block;
  padding: 13px 16px;
  font-size: 20px !important;
  line-height: normal;
  text-align: center;
  margin-bottom: 0;
}
.no-ky{
  display: none;
}
.btn-inverse-light{
	margin-right: 0.5rem !important;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: left !important;
  margin: 10px 0 !important;
}
.swal-icon--custom {
  width: 80px !important;
}
.class-a-active-nav {
  border-left: solid 4px #2699FB !important;
}
.horario-title {
  color: #43425D;
  margin-bottom: 1.2rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}
.nav .nav-item.dropdown .navbar-dropdown .dropdown-divider, .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-divider {
  margin: 8px;
}
.info-mostrada{
	text-align: center;
	margin-bottom: 20px;
}
.txt-capitalize{
	text-transform: capitalize;
}
.titulo-caja-kayum-posicion-filtro{font: 600 15px/15px Source Sans Pro;margin-bottom: 20px;}
.cursor-def{
  cursor: default !important;
}
.selecciona-fuente {
  text-align: center;
  font-size: 18px;
  color: #00A2FC;
  font-weight: 600;
  font-style: italic;
}
.error-fuente-datos {
  color: #F97C7E;
  font-weight: 600;
}
/**
* DataTables
**/
.info-mostrada-promedios {
  text-align: center;
  margin: 30px 0 10px 0;
}
#promedio_AHORRASEGUROS,#promedio_AUTOCOMPARA,#promedio_RASTREATOR{
	margin-bottom: 30px;
}
.btn-vistas-aseguradoras{background-color:#3C3B53;color:#FFF !important;}
.btn-excel{background-color:#217346;color:#FFF !important;}
.buttons-collection,.buttons-excel,.buttons-html5 {
  border: none !important;
  background: none !important;
}
div.dt-button-collection {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 3px;
  padding: 8px 8px 8px 8px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.4);
  background-color: #FFF;
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
  box-sizing: border-box;
}
.buttons-columnVisibility{
  background-color: #F8696B;
  /* background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  background-image: -moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  background-image: -ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#dadada'); */
  /* box-shadow: inset 1px 1px 3px #666; */
  border: none;
  border-radius: 4px;
  margin: 2px;
  color:#FFF;
}
.buttons-columnVisibility.active {
  background-color: #63BE7B;
}
.buttons-colvisRestore {
  background: #43425D;
  color: #FFF;
  border: none;
  border-radius: 4px;
}
/**
* Fin DataTables
**/

/* .table-bordered td, .table-bordered th {
  border: 1px solid #f2f2f2 !important;
} */
.no-border-top{
  border-top:0 !important;
}
.dataTables_scrollHead, .dataTables_scrollBody{
  margin: 0 auto;
}
table.dataTable {
  background: #FFF;
}
.fixedHeader-floating{
  position: fixed;
  z-index:10000;
}
.DTFC_LeftHeadWrapper{
  background: #FFF !important;
}
.DTFC_LeftBodyLiner{
  top: -13px !important;background: #FFF !important;
}
.switch-user{
	cursor: pointer;
}
.switch-user:hover{
	color: #007bff;
}
#show_hide_pw {
	text-decoration: underline;
	font-style: italic;
	cursor: pointer;
	display: block;
}
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;
}
.table {
  width: 100% !important;
}
.div-contenido{
  background: transparent;
  max-width: 1650px;
  margin: 0 auto;
}
.path-txt{
  text-align: left;
  font: Normal 20px/36px Source Sans Pro;
  letter-spacing: 0;
  color: #43425D;
}
.caja-kayum{
  -webkit-box-shadow: 0px 2px 6px #0000000A;
  -moz-box-shadow: 0px 2px 6px #0000000A;
  box-shadow: 0px 2px 6px #0000000A;
  padding: 15px 15px 15px 15px;
  background: #FFF;
  color: #4D4F5C;
  text-align: left;
  font-size: 15px;
  margin-top: 15px;
  border-radius: 4px;
}
.titulo-caja-kayum{margin-bottom: 20px;}
.select-kayum {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #43425D !important;
  border-radius: 4px !important;
  padding: 9px 5px !important;
  word-break: break-all !important;
  line-height: 15px !important;
  font-size: 14px !important;
  margin: 2px 0 !important;
  width: 100% !important;
  color: #4D4F5C !important;
  height: 157px !important;
}
#cp-auto-base::placeholder {
  color: #4D4F5C; /* Color que deseas para el placeholder */
}
.input-kayum{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #43425D;
  border-radius: 4px;
  padding: 9px 5px;
  word-break: break-all;
  line-height: 15px;
  font-size: 14px;
  margin: 2px 0;
  width: 100%;
  color: #4D4F5C;
  height: 40px;
  overflow:hidden;
}
.box-ky{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #43425D;
  border-radius: 4px;
  padding: 9px 5px;
  word-break: break-all;
  font-size: 14px;
  margin: 2px 0;
  width: 100%;
  color: #4D4F5C;
  height: 40px;
  font-weight: 600;
}
.trans-input{
  -webkit-transition: all 0.35s ;
  -moz-transition: all 0.35s ;
  -o-transition: all 0.35s ;
  transition: all 0.35s ;
}
.input-kayum:active,.input-kayum:focus{
  background:#FFF;
  border: 1px solid #2699FB;
  box-shadow: 0px 0px 3px #2699FB;
}
#nuevo_auto_base{margin-top:15px;}
.agregar-btn-img{max-height: 30px;cursor: pointer;margin-top: 6px;}
.agregar-btn{
  background: #2699FB 0% 0% no-repeat padding-box;
  border: 2px solid #2699FB;
  border-radius: 6px;
  max-height: 40px;
  padding: 2px 8px 4px;
}
::placeholder {
  color: #4D4F5C;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #4D4F5C;
}
::-ms-input-placeholder { /* Microsoft Edge */
 color: #4D4F5C;
}

.grid-container {
  display: grid;
  grid-template-columns: calc( (100% - 106px)/7 ) calc( (100% - 106px)/7 ) calc( (100% - 106px)/7 ) calc( (100% - 106px)/7 ) calc( (100% - 106px)/7 ) calc( (100% - 106px)/7 ) calc( (100% - 106px)/7 ) 50px;
  grid-gap: 8px;
  padding: 5px;
}
.grid-container > div {
  padding: 5px 0;
}
#autos_base_consulta{
  margin-top: 30px;
}
.table-autos-base{background: #F5F6FA 0% 0% no-repeat padding-box;}
.table-autos-base > tr > th {
  font: Bold 14px/17px Source Sans Pro !important;
  letter-spacing: 0;
  color: #43425D;
  padding: 14px 5px;
}
.tbody-autos-base > tr > td {
  font: Normal 14px/20px Source Sans Pro;
  letter-spacing: 0;
  color: #4D4F5C;
  padding: 8px 5px;
}
#persona_base {
  max-width: 460px;
}
.btn-actualizar-persona-base{
  background: #3C3B53;
  color: #FFF;
  border: solid 1px #3C3B53;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 5px 0;
}
.titulo-caja-kayum-posicion{font: normal 24px/24px Source Sans Pro;margin-bottom: 20px;}
#autos_base_posicion{margin-top: 15px;}
.load-img-table {max-height: 25px;}
.div_tabla_posicion{
  width: 100%;
  height: 50px;
  max-width: 100px;
  margin: 0 auto;
}
.tab-posiciones {
  table-layout: fixed;
  width: 100%;
}
/*table,
td,
th {
  border-collapse: collapse;
}*/
.up_posicion{color: #5DC18C;font-weight: 600;}
.down_posicion{color: #CB645F;font-weight: 600;}
.detalle-auto-base:hover{
  cursor: pointer;
  text-decoration: underline;
  color: #007BFF;
  font-weight: 600;
}
.tabs-posicion-detalle-row{
  margin-top: 20px;
  border-bottom: solid 1px #E9E9F0;
  margin-bottom: 15px;
}
.tabs-option-detalle {
  text-align: center;
  border: solid 1px #E9E9F0;
  margin: 0 2px;
  border-bottom: solid 1px #E9E9F0;
  color: #B4B3BE;
  margin-bottom: -2px;
  padding: 10px 12px;
  cursor: pointer;
  font: Normal 15px/25px Source Sans Pro;
  background: #F8F8F8;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #F8F8F8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 4px;
}
.tabs-option-detalle:hover {
  border: solid 1px #E9E9F0;
  border-bottom: solid 1px #E9E9F0;
  color: #43425D;
  background-color: #E9E9F0;
}
.tabs-option-detalle.active{
  background-color: #FFF;
  border-bottom: solid 2px #FFF;
  color: #3B86FF;
}
.no-padding-lateral{padding-right: 0 !important;padding-left: 0 !important;}
#autos_base_posicion_posicion{display: none;}
#autos_base_posicion_aseguradoras{display: none;}
.padding-lateral-4{padding-right: 4px !important;padding-left: 4px !important;}
.auto-txt-posicion {
  color: #4D4F5C;
  text-align: left;
  font: Normal 22px/28px Source Sans Pro;
  letter-spacing: 0;
}
.highcharts-title {
  color: #434348 !important;
  font-weight: bold;
  letter-spacing: 0;
  font: Normal 18px Source Sans Pro !important;
  fill: #434348 !important;
}
/***************************   ------- **********************/
.eliminar-btn-img{
  width: 20px !important;
  height: 20px !important;
  cursor: pointer;
}
.msj-error{
  color: #CB645F;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  margin: 8px 0;
}
.table td, .table th {
  padding: .75rem;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
}
.center{text-align: center;}
label {display: inline-block;margin-bottom: 0 !important;margin-top: 10px;}
.mayus{
  text-transform: uppercase;
}
input:disabled,select:disabled,button:disabled{
  cursor: not-allowed !important;
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url('../kayum/select.svg') no-repeat right .65rem center/10px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
table{font-size: 14px;}
button{margin: 10px 5px;}
separador{margin-top: 15px;display: block;border-bottom: 1px solid #CCCCCC;}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
  supported by Chrome, Opera and Firefox */
}
.pointer{cursor: pointer;}
.btn-plus-verde {
  font-size: 45px;
  color: #5DC18C;
  cursor: pointer;
  margin:5px;
}
.bor-lef-ky{
  border-left: solid 6px #4790CF !important;
}
.bor-lef-ky-verde{
  border-left: solid 6px #61B087 !important;
}
.card {
  border: 0;
  border-radius: 2px;
  background-color: #FFF;
  /*-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16);
  -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16);*/
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  -moz-box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
}
.card .card-body {
  padding: 15px 15px;
}
.navegacion{
  color: #A6A6A6;font-style: oblique;font-weight: 500;margin-bottom: 10px;
}
.dropdown-menu {
    right: 0 !important;
    left: initial !important;
}
.animacion{
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.vh100{
  min-height: 100vh;
}
#contenido-main{
  padding: 10px 15px 10px 15px;
}
.z-depth-1 {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 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);
}
.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);
}
.cuadro-borde{
  padding: 5px;
  border: solid 1px rgba(51,51,51,0.12);
  background: rgba(246,246,246,0.2);
  width: 100%;
  /*max-width: 350px;*/
  max-width: 100%;
  margin: 0 auto;
  margin-top: 10px;
}
.init_region_editar{display: none;}
.paginate_button {
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  cursor: pointer;
}
.paginate_button:hover{
  text-decoration: none;
  background-color: #e9ecef;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 15px 0 15px !important;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #43425D;
  border-radius: 4px;
  padding: 9px 5px;
  word-break: break-all;
  line-height: 15px;
  font-size: 14px;
  margin: 2px 0;
  color: #4D4F5C;
  min-height: 40px;
}
/**
|
| LogIn
|
**/
.preloader-img{
  max-height: 55px;
}
.validando{
  text-align: center;
  font-weight: bold;
}
#form-login-ky-preload{
  display: none;
}
.cont-form{
  max-width: 500px;
  margin: 0 auto;
}
.login-logo{
  max-height: 140px;
}
/**
|
| Fin LogIn
|
**/
.caja-alertas{
  max-height: 412px;
  overflow: auto;
  min-height: 412px;
}
.beta_txt {
  color: #008000;
  font: Normal 9px/20px Source Sans Pro;
  padding: 3px;
  border-radius: 2px;
  font-weight: bold;
}
.img-beta{
  transform: rotate(-10deg);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  max-height: 100px;
  max-height: 100px;
  margin: -10px 0 -25px 0;
}
.no-cambio-precio{
  font-weight: bold;
  text-align: center;
  color:#5DC18C;
  margin: 10px 0;
}
.alerta {
  text-transform: uppercase;
  font-weight: 600;
  margin: 5px 10px 10px;
  padding-left: 10px;
}
.subio{ border-left: solid 4px #61B087; }
.bajo{ border-left: solid 4px #CB645F; }
.bajo::after{ 
  content: "↓";
  color: #CB645F !important;
  font-size: 22px !important;
  font-weight: bold;
  margin-left: 5px;
}
.subio::after{ 
  content: "↑";
  color: #61B087 !important;
  font-size: 22px !important;
  font-weight: bold;
  margin-left: 5px;
}
.hidden{
  display: none;
  visibility: hidden;
}
.img_loader_aseguradora{
  max-height: 30px;
  display: none;
  margin: 5px 0;
}
.load-img-form{
  max-height: 40px;
}
.btn-nvo-auto {
  background: #3C3B53;
  color: #FFF;
  border: none;
  border-radius: 4px;
  padding: 5px 25px;
  font-size: 16px;
  margin: 20px 0 0 0;
}
.btn-nvo-auto:active,.btn-nvo-auto:focus,.btn-nvo-auto:hover {
  background: #2699FB;
}
.kayum-no{
  display: none;
  visibility: hidden;
}
.opcional{
  margin-left: 5px;
  font-size: 11px;
  vertical-align: super;
  color: #CB645F;
  font-weight: 700;
}
.siniestralidad-div{
	margin-left: 10px;
	font-weight: 600;
}
.siniestralidad-txt{
	font-weight: 700;
}
.title-sin{
	color: #4D4F5C;
	font-weight: bold;
	margin: 15px 10px 10px 10px;
	text-decoration: underline;
}
.recomendacion-aumenta{ 
	border-left: solid 4px #61B087;
	margin-left: 10px;
	padding-left: 10px;
	color: #5F6368;
	font-weight: 500;
	font-size: 16px;
}
.recomendacion-aumenta::after{ 
  content: "↑";
  color: #61B087 !important;
  font-size: 22px !important;
  font-weight: bold;
  margin-left: 5px;
}
.recomendacion-disminuye{ 
	border-left: solid 4px #007BFF;
	margin-left: 10px;
	padding-left: 10px;
	color: #5F6368;
	font-weight: 500;
	font-size: 16px;
}
.recomendacion-disminuye::after{ 
  content: "↓";
  color: #007BFF !important;
  font-size: 22px !important;
  font-weight: bold;
  margin-left: 5px;
}
.txt-consecuencia{
	border-left: solid 4px #4D4F5C;
	margin-left: 10px;
	padding-left: 10px;
	color: #5F6368;
	font-weight: 500;
	font-size: 16px;
}
.txt-recomendacion{
	border-left: solid 4px #4D4F5C;
	margin-left: 10px;
	padding-left: 10px;
	color: #5F6368;
	font-weight: 500;
	font-size: 16px;
}
.separador-ky{
	border-top: 4px solid #F0F0F7 !important;
}
/********************
|
|  El potosí Equivalencia Autocompara
|
*********************/
.detalle-potosi{
	color: #43425D;
	font-weight: 600;
	margin-bottom: 10px;
}
#form_el_potosi{
	display: none;
}
.disable{
	background: #DEE2E6;
	border: solid 1px #AFB7BF;
}
.top-5{
	margin-top: 5px;
}

/***
 *
 * Factores
 * 
**/
.separador-30{
  padding-top:30px;
}
.btn_azul_tarifa {
  background: #FFF;
  color: var(--azul-kayum);
  border: solid 2px var(--azul-kayum);
  border-radius: 5px;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  line-height: 18px;
}
.btn_azul_tarifa:hover{
  background: var(--azul-kayum);
  color:#FFF;
  border: solid 2px var(--azul-kayum);
      transform: translate(0px,-3px);
}
.btn_azul_tarifa_active{
  background: var(--azul-kayum);
  color: #FFF;
  border: solid 2px var(--azul-kayum);
  border-radius: 5px;
  padding: 12px 20px;
  font-size: 16px;
  cursor:pointer;
  width: 100%;
  line-height: 18px;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,1,1,0.3);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,1,1,0.3);
  box-shadow: 0px 3px 5px 0px rgba(0,1,1,0.3);
}
.btn_azul_tarifa_Active:hover{
  background: var(--azul-kayum-hover);
  color:#FFF;
  border: solid 2px var(--azul-kayum-hover);
  transform: translate(0px,0px);
}
#draw_grafica{
  width: 100%;
  padding: 1px;
}
/***
 *
 * Factores
 * 
**/

@media only screen and (max-width: 800px) {
  .grid-container {
    grid-template-columns: calc( (100% - 25px)/4 ) calc( (100% - 25px)/4 ) calc( (100% - 25px)/4 ) calc( (100% - 25px)/4 );
  }
}
@media only screen and (max-width: 500px) {
  .grid-container {
    grid-template-columns: 100%;
  }
  .profile-text{
    display: none;
  }
}