/* ESTILOS GENERALES */
a {
    color: #369eaf;
}

/* ESTILOS NAVBAR */
.items-navbar {
   color: #000;
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 24px;
}
.items-navbar:hover {
	color: #000;
	border-bottom: 3px solid #369eaf !important;
}
.sidenav-inner {
	display: grid;
	grid-auto-flow: column;
	gap: 20px;
	margin-left: auto;
}
.sidenav-link {
	color: #000;
	font-weight: 400;
}
.sidenav-menu {
	display: none;
	opacity: 1;
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.07), 0px 4px 5px 0px
	 rgba(0, 0, 0, 0.05), 0px 1px 10px 0px rgba(0, 0, 0, 0.03);
}
.logonavbar {
  width: 155px;
}
.no-color {
	background: none;
    border: none;
}
.no-color:focus {
	outline: none;
}
.visible {
    display: block;
}
.bg-warning {
	position: absolute;
	z-index: 1000;
	margin-top: 15px;
	padding: 20px;
	border-radius: 5px;
	background-color: #fff !important;
}
.navbar-toggler-icon {
    width: 2.3em;
    height: 2.3em;
}
.navbar.bg-white .navbar-toggler {
    color: #000;
}
.nav-fixed {
	position: fixed !important;

}
/* ENCABEZADO */
.bg-light {
	background-color: #369eaf !important;
	color: #fff !important;
	border-radius: 5px 5px 0px 0px !important;
	font-weight: 400 !important;
}

/* FONDO WEB */
.bg-fafafa {
	background: #fafafa;
}
.margin-100 {
	margin-top: 122px;
}

@media (max-width: 991px) {
    .margin-100 {
       margin-top: 122px;
    }
}
/* ICONOS MATERIAL */
.material-symbols-outlined:hover {
	color: rgba(0, 0, 0, 0.6);
}
.material-symbols-outlined:active {
	color: rgba(54, 158, 175, 1)
}

.icon-change{
    color: #314EDC !important;
    font-size: 80px !important;
    line-height: 69px !important;
}
/* MODAL SOPORTE, EDITAR PERFIL Y CONTRASEÑA */
.modal-title-green {
	color: #369eaf !important;
	font-weight: 500 !important;
}
.modal-content {
	border-radius: 5px !important;
}

/* ESTILOS ALERTAS */
.alert-danger {
	color: #ba1a1a;
	border-color: #ba1a1a;
}
.alert-success {
	color: #0b6938;
	border-color: #0b6938;
}
.alerta {
  width: 80px;
  margin-bottom: 20px;
}

/* BOTONES GENERALES */
.btn-white {
	background: #fff !important;
    color: #000 !important;
    font-weight: 500;
	border-radius: 5px;
	padding: 15px;
	border: 1px solid #fff;
}
.btn-white:hover {
	background: #fff;
	padding: 17px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.btn-white:focus {
	outline: none;
}
.btn-green {
	background: #fff !important;
	border: 1px solid #369eaf !important;
	color: #369eaf;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 16px;
	border-radius: 5px;
}
.btn-green:hover {
    background: #fff !important;
    border: 1px solid #369eaf !important;
    color: #369eaf;
    border-radius: 5px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.btn-green2 {
	background: #369eaf !important;
	border: 1px solid #369eaf !important;
	color: #fff;
	text-transform: capitalize;
	font-size: 16px;
	border-radius: 5px !important;
}
.btn-green2:hover {
	background: #369eaf !important;
	border: 1px solid #369eaf !important;
	color: #fff;
	border-radius: 4px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.btn-secondary.disabled {
	background: #fff !important;
	color: #369eaf !important;
	border-radius: 5px !important;
}
.btnMobile {
	display: none;
	background: #fff;
	color: #000;
	font-weight: 500;
	border-radius: 5px;
	border: 1px solid #fff;
}
.btn-search {
	background: #fff;
	border: none;
}
.btn-search .material-symbols-outlined {
	color: #369eaf;
}
.btn-glosario {
    border:none;
    background: transparent;
    color: #369eaf;
}
.btn-glosario:focus{
    outline:none;
}
.btn-group {
	margin-top: 50px;
	margin-right: 60px;
	top: -180px;
}

@media (max-width: 425px) {
	#borrador {
	    margin-bottom: 40px;
	    top: 20px !important;
    }
    .btn-group {
	    top: -200px;
    }
}
@media (max-width: 991px) {
	.btnMobile {
		display: flex;
	}
	.btn-white {
	    display: none;
	}
	.hide-content {
		display: none;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.btnQuery {
		display: flex;
	}
	.btn-white {
		text-align: center;
	}
}

/* ESTILOS DROPDOWNS */
.dropdown-menu {
    padding-top: 0.3125rem;
    padding-bottom: 0;
}
.dropdown-item {
	border-bottom: 1px solid #918888;
}
.custom-select-suggestions div {
	border-bottom: 1px solid #918888;
}
.dropdown-relative {
	position: relative !important;
}

/*STEPPER FORMULARIOS BASE E IMPACTO*/
.background-stepper {
	border: 1px solid rgba(0, 0, 0, 0.17) !important;
	border-radius: 5px;
	padding-top: 25px;
	margin-bottom: 25px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	margin-left: auto;
	margin-right: auto;
	padding-right: 1.5rem;
	background-color: #fff;
}
.sw-theme-default .step-anchor > li.active > a .sw-number {
	background-color: #369eaf !important;
	border-color: #369eaf !important;
}
.sw-theme-default .step-anchor > li > a .sw-number {
	background-color: #9e9ba1;
	border-color: #9e9ba1;
	color: #fff;
}
.sw-theme-default .step-anchor > li.done > a .sw-number {
	background-color: #369eaf !important;
	border-color: #369eaf !important;
	opacity: unset;
}
.sw-theme-default .sw-number {
	position: static;
	margin-top: 2px;
	margin-bottom: 12px;
}
.default-style .sw-theme-default .step-anchor li.active > a {
	color: #369eaf;
	align-items: center;
	z-index: 2;
}
.default-style .sw-theme-default .step-anchor li.active > a:hover {
	color: #369eaf;
}
.default-style .sw-theme-default .step-anchor li > a {
	color: #9e9ba1;
	opacity: unset;
	align-items: center;
	z-index: 2;
}
.default-style .sw-theme-default .step-anchor li > a:hover {
	color: #9e9ba1;
}
.default-style .sw-theme-default .step-anchor li.done > a {
	color: #369eaf;
	align-items: center;
}
.default-style .sw-theme-default .step-anchor li.done > a:hover {
	color: #369eaf;
}
.sw-theme-default .step-anchor > li:after {
	content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #9e9ba1;
    top: 20px;
    left: -50%;
    z-index: 1;
}
.sw-theme-default .step-anchor > li:first-child:after {
	content: none;
}
.nav-tabs .nav-link {
	text-transform: capitalize;
}

/* STEPPER MOBILE FORM BASE E IMPACTO */
.container-step-mobile {
	display: none;
	border-radius: 5px;
	background: #fff;
}
.card-step-mobile {
	display: flex;
}
.padding075 {
	padding: 0.75rem 2rem 0.75rem 1rem !important;
}
.text-step {
	margin: auto;
	font-size: 20px;
	color: #369eaf;
	font-weight: 500;
	margin-left: 30px;
}
.circle-wrap {
  width: 72px;
  height: 72px;
  background: #9E9BA1;
  border-radius: 50%;
  border: 1px solid #9E9BA1;
}
.circle-wrap .circle .mask,
.circle-wrap .circle .fill,
.circle-wrap .circle .fill2,
.circle-wrap .circle .fill3,
.circle-wrap .circle .fill4 {
  width: 72px;
  height: 72px;
  position: absolute;
  border-radius: 50%;
}
.circle-wrap .circle .mask {
  clip: rect(0px, 72px, 72px, 36px);
  margin: -1px;
}
.circle-wrap .inside-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  line-height: 58px;
  text-align: center;
  margin-top: 5.7px;
  margin-left: 5px;
  color: #9E9BA1;
  position: absolute;
  z-index: 100;
  font-weight: 700;
  font-size: 16px;
}
.circle-wrap .inside-circle span{
	color: #369eaf;
}
.mask .fill, .mask .fill2, .mask .fill3, .mask .fill4 {
  clip: rect(0px, 36px, 72px, 0px);
  background-color: #369eaf;
}
.mask.full,
.circle .fill {
  animation: fill ease-in-out 3s;
  transform: rotate(45deg);
}
.mask.full2,
.circle .fill2 {
  animation: fill2 ease-in-out 3s;
  transform: rotate(90deg);
}
.mask.full3,
.circle .fill3 {
  animation: fill3 ease-in-out 3s;
  transform: rotate(135deg);
}
.mask.full4,
.circle .fill4 {
  animation: fill4 ease-in-out 3s;
  transform: rotate(180deg);
}

@keyframes fill{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes fill2{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes fill3{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(135deg);
  }
}
@keyframes fill4{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.step-mobile {
	display: none;
}
@media (max-width: 767px) {
	.background-stepper{
		width: 100%;
		padding-right: 0px;
	}
	.step-mobile {
		display: flex;
	}
	.sw-number,
	.sw-theme-default .step-anchor > li:after{
		display: none;
	}
	.step-escritorio, .default-style .sw-theme-default .step-anchor li {
	    display: none;
	    width: 100%;
	    max-width: 100% !important;
	    text-align: left !important;
	}
	.default-style .sw-theme-default .step-anchor li.active {
		display: block !important;
	}
	.default-style .sw-theme-default .step-anchor li.active > a {
    	align-items: flex-start;
    	padding: 0;
	}
}

/* ESTILOS FORMULARIOS */
.form-control {
	color: #1f2c45 !important;
	border: 1px solid #47464A !important;
	border-radius: 5px !important;
}
#smartwizard-1-step-1, #smartwizard-1-step-2, #smartwizard-1-step-4, #smartwizard-1-step-5 {
	padding-bottom: 150px;
}
#smartwizard-1-step-5 {
	margin-bottom: -40px;
}
.select2-container--default .select2-results>.select2-results__options {
	max-height: 10.5rem;
}

/* CHECK & RADIO INPUTS FORMULARIOS */
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	border-color: #369eaf;
}
.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #369eaf;
}
.custom-control.custom-radio .custom-control-label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Ccircle cx='5' cy='5' r='4.5' style='fill:%23369eaf'/%3E%3Cpath d='M5,1A4,4,0,1,1,1,5,4,4,0,0,1,5,1M5,0a5,5,0,1,0,5,5A5,5,0,0,0,5,0Z' style='fill:%23369eaf'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
}
.custom-control .custom-control-input:checked ~ .custom-control-label::after {
    background: rgba(54, 158, 175, 0.15);
}
.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #369eaf !important;
}

/* ESTILOS TABLAS */
.table {
	color: #212529;
	font-weight: 400;
}
.table td {
	vertical-align: middle;
}
.table th {
	font-weight: 400;
}
.table th,
.table td {
  border-top: 0;
}
.table-responsive {
	border-radius: 5px 5px 0px 0px;
}
.table thead th {
	border-bottom: 2px solid #e4e1e6;
}
.table-grey {
	background-color: #e4e1e6;
}
.table-grey tr th a {
	color: #000 !important;
	font-weight: 400;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f3f0f4;
}
.clase-rechazado {
	color: #BF5D02 !important;
}
.lupa-style {
	border: 1px solid #000;
	border-radius: 0px 5px 5px 0px;
	border-left: none;
	height: 38px;
	left: -1px;
	position: relative;
}

/* BOTONES ACCIONES TABLAS */
.btn-pencil {
	background: #dee0ff;
	color: #314edc !important;
	border-radius: 5px;
	line-height: normal;
}
.btn-pencil:hover {
	background: rgba(222, 224, 255, 0.8);
	color: #314edc;
}
.btn-people-color {
	background: #dee0ff;
	color: #314edc;
	border-radius: 5px;
}
.btn-people:hover {
	background: rgba(222, 224, 255, 0.8);
	color: #314edc;
}
.btn-pencil .material-symbols-outlined {
	font-size: 16px;
}
.btn-delete {
	background: #ffdad6;
	color: #690005;
	border-radius: 5px;
	line-height: normal;
}
.btn-delete:hover {
	background: rgba(255, 218, 214, 0.8);
	color: #690005 !important;
}
.btn-delete .material-symbols-outlined {
	font-size: 16px;
}
.btn-orange {
	background: #f9d1a1;
	color: #bf5d02;
	border-radius: 5px;
	line-height: normal;
}
.btn-orange:hover {
	background: rgba(249, 209, 161, 0.8);
	color: #bf5d02 !important;
}
.btn-orange .material-symbols-outlined {
	font-size: 16px;
}
.btn-lock {
	background: #b1f7d2;
	color: #369eaf;
	border-radius: 5px;
	line-height: normal;
}
.btn-lock:hover {
	background: rgba(177, 247, 210, 0.8);
	color: #369eaf !important;
}
.btn-lock .material-symbols-outlined {
	font-size: 16px;
}

/* PAGINADOR TABLAS */
.page-item.active .page-link {
	background-color: #369eaf !important;
	border-color: #369eaf !important;
}
.page-item.active .page-link, .page-item.active .page-link:hover {
	border-color: #369eaf !important;
    background-color: #369eaf !important;
    color: #fff !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* ESTILOS MODAL FILTRO */
.modal-filtro{
    border-radius: 5px 5px 0px 0px;
    background: #369eaf !important;
}
.modal-filtro-c{
    border-radius: 10px 10px 0px 10px;
    border: 1px solid rgba(0, 0, 0, 0.22);
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.letter-filter{
     color: #fff !important;
     font-size: 20px;
     font-style: normal;
     font-weight: 400;
     line-height: 24px;
}
.letter-filter-1{
    color: #303034;
    font-size: 14px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 24px;
}
input.form-control {
    border-radius: 5px !important;
    border: 1px solid #47464a !important;
    width: 100% !important;
}
.select2-selection__rendered {
    border-radius: 5px !important;
    width: 100% !important;
}

/*ESTILOS MODAL ELIMINAR FORMULARIO & ASIGNAR USUARIO*/
.letter-modal-eliminar {
   color: #494950 !important;
   font-size: 16px !important;
   font-style: normal;
   font-weight: 400 !important;
   line-height: 24px;
}
.style-modal-eliminar {
  border-radius: 8px;
  background: #fafafa;
}
.letter-modal-eliminar-credito{
   color: #303034;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 24px;
}
.style-btn-cancelar {
   border-radius: 5px;
   border: 1px solid #c41219;
   background: #c41219 !important;
   padding: 5px 40px 5px 40px;
}
.style-btn-cancelar:hover {
	color: #fff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.letter-modal-btn-cancelar{
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}
.style-btn-cancelar-cambio {
   border-radius: 5px;
   border: 1px solid #314EDC;
   background: #314EDC !important;
   padding: 5px 40px 5px 40px;
}
.style-btn-cancelar-cambio:hover {
	color: #fff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.letter-modal-btn-cancelar-cambio{
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}
.style-modal-btn-eliminar{
    border-radius: 5px;
    border: 1.5px solid #c41219;
    background: #fafafa;
    padding: 5px 40px 5px 40px;
}
.style-modal-btn-eliminar:hover {
	background: #fafafa;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.letter-modal-btn-eliminar{
    color: #c41219 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}
.style-modal-btn-cambiar{
    border-radius: 5px;
    border: 1.5px solid #314EDC;
    background: #fafafa;
    padding: 5px 40px 5px 40px;
}
.style-modal-btn-cambiar:hover {
	background: #fafafa;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.letter-modal-btn-cambiar{
    color: #314EDC !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}
.default-style .select2-container--default .select2-results__option {
    border-bottom: 1px solid #918888;
}

/* SIDEBAR ESTADISTICAS */
.card-sidebar {
	border-radius: 5px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	position: relative;
	max-width: 280px;
	max-height: auto;
	overflow: auto;
	padding: 0px;
	line-height: 1.20;

}
.side-estadisticas {
	list-style: none;
	padding-left: initial;
}
.side-estadisticas a {
	color: #303034;
	cursor: pointer;
}
.btn-estadisticas {
	font-weight: 600;
	font-size: 18px;
	margin-left: -20px;
	cursor: pointer;
	padding: 5px;
}
.btn-estadisticas .material-symbols-outlined {
	color: #369eaf;
}
.btn-estadisticas:hover {
	background-color: rgba(228, 225, 230, 0.40);
}
.btn-options-side {
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	padding: 5px;
}
.btn-options-side:hover {
	background-color: rgba(228, 225, 230, 0.40);
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.card-sidebar {
		max-width: 210px;
	}
}

/* Estilos Scrollbar Sidebar */
.scroll-datos{
	overflow: hidden;
    max-height: 743px;
    overflow-y: auto;
}
.scroll-datos::-webkit-scrollbar {
	width: 14px;
}
.scroll-datos::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(172, 170, 175, 0.6);
  border-radius: 10px;
}
.scroll-datos::-webkit-scrollbar-thumb {
  background: #e4e1e6;
  border-radius: 10px;
}
.scroll-datos::-webkit-scrollbar-thumb:hover {
  background: rgba(228, 225, 230, 0.8);
}
 @media (max-width: 767px) {
	.scroll-datos {
		max-height: none;
		overflow-y: unset;
	}
}
@media screen and (min-width: 1650px) and (max-width: 2560px) {
	.scroll-datos {
		max-height: 100vh;
	}
}

/*  MODULO NOTIFICACIONES  */
.notification-institution {
	float:inline-end;
	font-weight: 600;
}
.notification-name {
	font-weight: 600;
}
.notification-date {
	font-weight: 600;
	color: #369eaf;
}
.btn-noti-green {
	border: 1px solid #369eaf;
	border-radius: 5px;
	background-color: #369eaf;
	color: #fff;
	padding: 3px 30px;
	line-height: normal;
}
.btn-noti-green:hover {
	color: #fff !important;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.btn-noti-green .material-symbols-outlined:hover {
	color: #fff !important;
}
.btn-noti-white {
	border: 1px solid #369eaf;
	border-radius: 5px;
	background-color: #fff;
	color: #369eaf;
	padding: 3px 30px;
	line-height: normal;
}
.btn-noti-white:hover {
	color: #369eaf !important;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.btn-noti-white .material-symbols-outlined:hover {
	color: #369eaf !important;
}

/* HEADER CARDS INDICADORES BASE E IMPACTO */
.card-header-g {
    background: #e4e1e6 !important;
}
.text-black {
    color: black !important;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.card-min-height {
	height: auto;
	min-height: 800px;
}
.base-min-height {
	height: auto;
	min-height: 500px;
}
/* ESTILOS FOOTER */
.footer-light {
	color: #303034;
	font-weight: 400;
}
.footer-light a:hover {
	color: rgba(54, 158, 175, 0.8);
}

/* MODULO OPERACIONES */
.iconos-indicadores {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  position: relative;
  left: -133px;
  top: -9mm;
}
.icono-header {
  display: flex;
  justify-content: right;
  padding-right: 15px;
}
.iconos-indicadores-container {
  position: relative;
  width: 60px;
  height: 60px;
}
.iconos-indicadores-circle {
  position: relative;
  left: -145px;
  top: 3.5mm;
  width: 60px;
  height: 60px;
  fill: #F2F1F3;
}
.card-body-indicadores {
  padding: 0.5rem !important;
  min-height: 145px;
  height: auto;
}
.num-usd {
	font-size: 24px;
}
.hide-headline {
	display: none;
}
.negativo {
    color: #C41219;
}


@media (max-width: 767px) {
    .hide-headline {
	 display: block;
    }
    .hide-sidebar {
	display: none !important;
    }
}

/* MODULO ESTADISTICAS BASE E IMPACTO*/
.card-operaciones-title {
	border-radius: 5px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	background: #fff;
}
.contenedor-indicadores {
  display: flex;
  flex-wrap: wrap;
}
.card-indicadores {
  width: calc(20% - 10px);
  margin-bottom: 15px;
  background: rgb(105, 190, 40, 0.2) !important;
  overflow: hidden;
  word-wrap: break-word;
  white-space: normal;
  margin: 15px;
}
.card-indicadores-linea5 {
  width: 264px;
  flex-shrink: 0;
  margin-bottom: 15px;
  border-radius: 5px;
  background: #FFF !important;
  overflow: hidden;
  word-wrap: break-word;
  white-space: normal;
  margin: 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.card-indicadores .linea4 {
  width: calc(22% - 10px);
}
.titulo-indicadores {
  border-bottom: 1px solid;
  padding-left: 0px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  white-space: normal !important;
}
.titulo-indicadores .titulodoble {
  height: 82px;
}
.titulodoble {
  height: 82px;
  display: flex;
  margin-bottom: 5px;
  padding: 0 !important;
  justify-content: center;
  align-items: center;
}
.titulo-indicadores-linea5 {
  border-radius: 5px !important;
  background: #E4E1E6 !important;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  white-space: normal !important;
  line-height: 1.1;
}
.titulo-indicadores-linea5 b {
  font-weight: 500 !important;
}
.titulo-indicadores b {
  font-weight: 500 !important;
}
.card-indicadores-base {
  width: calc(33% - 10px);
  margin-bottom: 15px;
}
.numero-indicador {
  color: #369eaf;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 40px !important;
  margin-bottom: 25px;
  padding-left: 8px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.indicadores-base {
	display: flex;
}
.indicadores-impacto {
	display: flex;
}
.filtros {
  background: #369eaf !important;
  color: #fff;
}
.th-indicador {
  text-align: center;
}
.h3-titulos {
  margin-top: 3rem;
}
.pregunta{
    font-size: 1.6rem;
    color: #369eaf;
    margin-right: 10px;
    margin-top: 10px;
}

@media (max-width: 426px) {
	.indicadores-base {
		display: grid;
		justify-content: center;
	}
	.indicadores-impacto {
		display: grid;
	}
}
@media (max-width: 991px) {
	.sidenav-inner {
		grid-auto-flow: unset;
	}
}

.numero-indicador2 {
  color: #369eaf;
  font-family: Roboto;
  font-size: 50px;
   font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 40px !important;
    margin-bottom: 25px;
    padding-left: 50px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;

  align-items: center;
  justify-content: center;
  height: 42vh;

}

.num-usd2 {
	font-size: 50px;
}