@import url('css/fontawesome.min.css');
@import url('css/brands.min.css');
@import url('css/regular.min.css');
@import url('css/solid.min.css');
@import url('css/light.min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');


body {
	background-color: #f4f7ff;
	position: relative;
	font-family: 'Roboto';
	font-size: .95rem;
	font-weight: 400;
	color: #0c2648;
}
main {
	padding-bottom: 40px;
}
a {
	color: #0F69C4;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.hidden {
	display: none!important;
}
#rsh-accordion-ingresos .input-group-text {
	width: 45%;
}
#rsh-accordion-ingresos .input-group .input-group-text,
#rsh-accordion-ingresos .input-group .form-control {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
#rsh-accordion-ingresos .input-group .input-group-text {
	font-size: .8rem;
}
.text-justify {
	text-align: justify;
}
.highlighted {
	background: yellow;
}

/* Buttons */

.btn {
	border-radius: 10px;
	font-weight: 500;
	letter-spacing: .03rem;
}
.btn-principal {
	background: #0f5bff;
	border: 3px solid #0f5bff!important;
	color: #fff;
}
.btn-outline-principal {
	background: #e0eeff;
	color: #0F5BFF
} 
.btn-outline-principal,
.btn-outline-principal:focus,
.btn-outline-principal:active {
	background: transparent;
	border: 3px solid #0f5bff!important;
	color: #0f5bff;
}
.btn-secondary {
	background-color: #006FB3;
}
.btn-update {
	padding: 18px 30px;
	border: 0;
	border-radius: 16px;
	display: flex;
	text-align: left;
	font-weight: 400;
	line-height: 1;
}
.btn-update i {
	margin-right: 10px;
    font-size: 1.17rem;
}
.btn-update span {
	line-height: 1.1;
	font-size: .98rem;
}
.btn-100 {
	width: 100%;
}
.btn-md {
	padding: 15px 10px;
}
.btn-rounded {
	border-radius: 80px;
}
a.btn-link,
a.btn-eraser {
	border-bottom: 1px solid #0F5BFF;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: .03rem;
	color: #0F5BFF;
}
.rsh-box {
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 20px rgb(0 0 0 / 9%);
    border-radius: 16px;
}
.rsh-box.btn {
	text-align: left;
	font-size: .95rem;
	font-weight: normal;
	letter-spacing: normal;
}
.rsh-box.btn i {
	margin-right: 10px;
    font-size: 1.17rem;
    color: #0c2648;
}
.rsh-box-item {
	background: #fff;
	padding: 20px;
	border: 1px solid rgba(12,38,72,0.2);
	box-shadow: 0 0 5px rgb(0,0,0,0.1);
    border-radius: 16px;
}
.rsh-box-item h5.title {
	margin-bottom: 20px;
    font-size: 1rem;
}
.btn-disabled,
.btn-disabled:active,
.btn-disabled:focus  {
    color: #BBBBBB!important;
    background: #EEEEEE!important;
    border: 0;
}
.mb-40 {
	margin-bottom: 40px;
}
.run-code {
	display: flex;
	align-items: center;
}
.run-code span.dot {
	font-size: 2rem!important;
	opacity: 1;
}
.run-code span.dash {
	margin-left: 3px;
	margin-right: 3px;
	opacity: 1;
}
.btn-group-actions {
	width: 100%;
}
.btn-group-actions button {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.btn-group-actions button i {
	font-size: 1.3rem;
}
.btn-group-actions button span {
	font-size: .9rem;
	font-weight: normal;
	color: #0d6efd;
}

/* Accessibility  */

.dropdown-menu .tool-accessibility {
	padding-top: 15px;
	padding-bottom: 15px;
}
.accessibility {
	margin: 0;
	padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style-type: none;
}
.accessibility li {
	margin-right: 10px;
}
.accessibility li:last-child {
	margin-right: 0;
}
.accessibility span {
    height: 30px;
    width: 30px;
    border: 1px solid #0c2648;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    color: #0c2648;
    line-height: 1;
    font-weight: 500;
}
.accessibility span#escuchar {
	width: 120px;
	text-align: left;
	font-weight: 400;
}
.accessibility span#escuchar i {
	 margin-right: 8px;
 }

/* Accordion */

.accordion-body {
	padding-top: 5px;
}
.accordion-item {
	color: #0c2648;
}
.accordion-button {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #0c2648;
}
.accordion-button:after {
	content: '\f107';
	background: none;
	font-family: 'Font Awesome 5 Pro';
	font-size: 1.3rem;
	font-weight: 300;
	display: flex;
	align-items: center;
	justify-content: center;
}
.accordion-button:not(.collapsed):after {
	background: none;
}
.accordion-button:not(.collapsed) {
	background: transparent;
	box-shadow: none;
	color: #0c2648;
}
.accordion-button i {
	margin-right: 10px;
	font-size: 1.17rem;
	color: #0c2648;
}
.accordion-steps .accordion-button i {
	color: #CFE1F3;
}
.accordion-flush .accordion-item {
	margin-bottom: 10px;
	border: 0;
	box-shadow: 0 0 20px rgba(0,0,0,0.09);
	border-radius: 16px;
}
.accordion-flush .accordion-item .accordion-button {
	font-size: .95rem;
}
.accordion-flush .accordion-item .accordion-button, 
.accordion-flush .accordion-item .accordion-button.collapsed {
	border-radius: 16px;	
}
.accordion-flush .accordion-item .accordion-button:focus, 
.accordion-flush .accordion-item .accordion-button.collapsed:focus {
	box-shadow: none;
}
.accordion-flush .accordion-item.done .accordion-button.collapsed {
	background-color: rgba(10,223,140,0.07);
}
.accordion-flush .accordion-item.done .accordion-button i {
	color: #0adf8c;
}
.accordion-flush .accordion-item.error .accordion-button.collapsed,
.accordion-flush .accordion-item.reject .accordion-button.collapsed {
	background-color: rgba(220,53,69,0.07); 
}
.accordion-flush .accordion-item.reject .accordion-button i,
.accordion-flush .accordion-item.error .accordion-button i {
	color: #dc3545;
}
.accordion-flush .accordion-item.alarm .accordion-button.collapsed,
.accordion-flush .accordion-item.in-process .accordion-button.collapsed {
	background-color: rgba(254,195,15,0.07);
}
.accordion-flush .accordion-item.alarm .accordion-button i,
.accordion-flush .accordion-item.in-process .accordion-button i {
	color: #fec30f;
} 
.accordion-body p,
.accordion-body span,
.accordion-body li {
	color: #334967;
}
.accordion-body li {
	margin-bottom: 5px;
}
.accordion .list-item {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(12,38,72,0.2);
}

/* Step Bar */

.stepbar {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.stepbar .step-num {
	background: #CFE1F3;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	color: #66778D;
	font-weight: 500;
}
.stepbar .step-num.done {
	background: #006fb3;
	color: #fff;
}
.stepbar .step-bar {
	background: #CFE1F3;
	width: 40px;
	height: 3px;
	display: block;
	border-radius: 2px;
}
.rsh-sb-3 .stepbar .step-bar {
	width: 123px;
}
.rsh-sb-4 .stepbar .step-bar {
	width: 67px;
}
.stepbar .step-bar.done {
	background: #006fb3;
}
.info-steps {
	background: #e0eeff;
	padding: 7px 15px;
	line-height: 1.2;
}

/* Form Elements */

.rsh-fieldset {
	background: rgba(0,0,0,0.03);
	padding: 20px 15px 25px;
	border-radius: 15px;
	border: 1px solid rgba(0,0,0,0.1);
}
.form-control,
.form-select {
	padding: .6rem 1rem;
}
.form-control.required,
.form-select.required {
	border-color: red;
}
.form-control.done,
.form-select.done {
	border-color: #0ac57e;
}
.form-label {
	margin-bottom: 0.5rem;
	line-height: 1.3;
}
form .form-text.warning {
	color: red;
}
form .form-text.hidden {
	display: none;
}
small.required {
	margin-bottom: 20px;
	display: block;
}
.required-icon {
	color: red!important;
}
.form-check-input {
	width: 30px;
	height: 30px;
	margin-top: 0;
}
.rsh-radio-yes-not,
.rsh-radio-yes-not .form-check,
.rsh-check-option .form-check {
	display: flex;
	align-items: center;
}
.rsh-check-option .form-check {
	padding-left: 0;
	margin-bottom: 20px;
}
.rsh-radio-yes-not .form-check:first-child {
	margin-right: 30px;
}
.rsh-radio-yes-not .form-check .form-check-input,
.rsh-check-option .form-check .form-check-input {
	margin-right: 10px;
}
.rsh-radio-yes-not .form-check label {
	font-size: 1.1rem;
}
.rsh-check-option .form-check .form-check-input {
	margin-left: 0;
}
.rsh-check-option .form-check label {
	width: calc(100% - 40px);
	line-height: 1.2;
}



/* Modal > Steps */


.rsh-modal-steps .modal-dialog {
	margin: 0;
}
.rsh-modal-steps .modal-content {
	background-image: url('img/bg-header.png');
	background-repeat: repeat-x;
	background-position: left -60px;
	background-color: #f4f7ff;
	border-radius: 0;
}
.rsh-modal-steps .modal-header {
	border-bottom-color: rgba(12,38,72,0.2)
}
.modal-body {
	padding-top: 30px;
	padding-bottom: 30px;
}
.modal-footer {
	padding-top: 20px;
	padding-bottom: 20px;
}
.btn-close {
	color: #0c2648;
	opacity: 1;
}
.close-step-info {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	right: 2px;
	top: 2px;
}
.add-user-question i {
	font-size: 5rem;
}
.info-user {
	margin-bottom: 40px;
}
.info-user h3 {
	font-size: 1.35rem;
}
.info-user span {
	background: #fff;
	padding: 10px;
	border-radius: 10px;
}
.modal-icon i {
	font-size: 5rem;
}
.modal-icon.alarm i {
	color: #0f5bff;
}

/* Modal > Docs */

.rsh-modal-docs .rsh-box-item h5.title {
	font-size: 1.1rem;
}
.info-list li {
	margin-bottom: 5px;
	padding-bottom: 7px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.info-list li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
.info-list li h5 {
	margin-bottom: 0;
	font-size: 1rem;
} 


/* HEADER */

header {
	margin-bottom: 15px;
}
header,
.scrolling header {
	background: #fff;
	padding-bottom: 5px;
	box-shadow: 0 10px 15px rgba(0,0,0,0.1);
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
}
.navbar {
	margin-bottom: 20px;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.logos {
	display: flex;
}
.logos .brand,
.logos .brand img {
	display: block;
} 
.logos .min-brand {
	margin-right: 10px;
}
.logos .min-brand img {
	width: 90px;
}
.logos .rsh-brand img {
	width: 65px;
	padding-top: 7px;
}

.menu .navbar-nav .nav-item {
	margin-left: 20px;
}
.menu .nav-link {
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
	color: #0c2648;
}
.menu .nav-link#navbar-alarm {
	position: relative;
}
.menu .nav-link .alert-dot {
	background: red;
	width: 18px;
	height: 18px;
	border-radius: 40px;
	position: absolute;
	top: 2px;
	right: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .7rem;
	font-weight: 400;
	color: #fff;
	line-height: 1;
}
#navbar-responsive .dropdown-toggle:after {
	border: 0;
}
.menu .navbar-nav .dropdown-menu {
	width: 100%;
	position: fixed;
	left: 0;
	top: 88px;
	border: 0;
	border-radius: 0;
	box-shadow: 0 3px 20px rgba(0,0,0,0.07);
}
.scrolling .menu .navbar-nav .dropdown-menu {
	border-top: 1px solid rgba(12,38,72,0.2);
}
.menu .nav-item-user li a {
	padding-top: 9px;
	padding-bottom: 9px;
}
.menu .nav-item-user a i {
	margin-right: 5px;
}
.menu .nav-item-messages li a {
	white-space: inherit;
}
.menu .nav-item-messages a h6 {
	margin-bottom: 0;
}
.menu .nav-item-messages a p {
	margin-bottom: 0;
}
.menu .dropdown-menu .menu-welcome {
	padding: 10px 15px;
}
.menu .dropdown-menu .menu-welcome div {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(12,38,72,0.2);
	display: flex;
	align-items: center;
}
.menu .dropdown-menu .menu-welcome span {
	margin-right: 7px;
}
.menu .dropdown-menu .menu-welcome h6 {
	margin-bottom: 0;
	margin-right: 10px;
}
.menu .dropdown-menu .menu-welcome i {
	font-size: 1.2rem;
}

/* FOOTER */

.logo-footer h5 {
	font-size: 12px;
	font-weight: 400;
	color: #8a8a8a;
}
.logo-footer img {
	width: 170px;
	height: 20px;
	display: block;
}

/* SECTION > INDEX */

.rsh-index {
	padding-top: 10px;
}
.rsh-index .logo-rsh {
	width: 25%;
}
.clave-unica-login {
	margin: 30px 0;
	padding: 30px 20px 20px;
}
.clave-unica-login h5 {
	margin-bottom: 20px;
}
.btn-clave-unica {
	margin-bottom: 20px;
}
#collapse-clave-2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#collapse-clave-2 ul {
	padding-top: 20px;
}
#collapse-clave-2 ul li {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(12,38,72,0.2);
}
#collapse-clave-2 ul li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
#collapse-clave-2 li i {
	margin-bottom: 15px;
	font-size: 2rem;
}

/* SECTION > WELCOME */

.mb-welcome {
	margin-bottom: 15px;
}
.rsh-welcome h6 {
	margin-right: 5px;
	margin-bottom: 0;
}
.wrap-welcome {
	margin-bottom: 30px;
	padding-left: 3px;
	display: flex;
	align-items: center;
	position: relative;
}
.wrap-welcome .dropdown {
	position: static;
}
.wrap-welcome .dropdown .dropdown-menu {
	width: calc(100% + 24px);
	padding-top: 20px;
	padding-bottom: 20px;
	left: -12px!important;
	top: 30px!important;
	border: 0;
	border-radius: 0;
	transform: none!important;
	box-shadow: 0 3px 20px rgb(0 0 0 / 7%);
}
.wrap-welcome .dropdown ul li {
	margin-bottom: 10px;
}
.wrap-welcome .dropdown ul li:last-child {
	margin-bottom: 0;
}
.wrap-welcome .dropdown ul li i {
	margin-right: 5px;
}
.wrap-welcome span,
.wrap-welcome .btn {
	line-height: 1.2;
	font-size: 1rem;
	letter-spacing: normal;
}
.wrap-welcome span {
	margin-right: 7px;
	padding-top: 1px;
	display: block;
}
.wrap-welcome .btn {
	border: 0!important;
	padding: 0!important;
	position: relative;
}
.wrap-welcome .btn:after {
	content: '\f107';
	border: 0;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	font-size: 1.2rem;
    position: absolute;
    right: -22px;
    top: -2px;
}
.wrap-welcome .btn.show:after {
	content: '\f106';
}

/* SECTION > INTRO */

.rsh-intro {
	margin-bottom: 20px;
}
.rsh-intro h3 {
	font-size: 1.1rem;
	font-weight: 300;
}
.rsh-intro h3 strong {
	font-weight: 500;
}

/* SECTION > ACCORDION */

.rsh-accordion {
	margin-top: 20px;
	margin-bottom: 40px;
}

/* SECTION > STEP BAR */ 

.rsh-step-bar {
	margin-bottom: 20px;
	margin-top: 20px;
}

/* SECTION > ADD USER */ 

.rsh-box-add {
	background: rgba(227,240,253,0.1);
	padding: 20px;
    border-radius: 16px;
    box-shadow: 0 0 20px rgb(0 0 0 / 9%);
}
h4.section-title {
	font-size: 1.1rem;
}

/* SECTION > REGISTERED USER */ 

.box-registered-user {
	padding-bottom: 15px;
}
.box-registered-user .username {
	margin-bottom: 20px;
	font-size: 1rem;
}
.box-registered-user ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.box-registered-user ul li {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.box-registered-user li span,
.box-registered-user li h5 {
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 400;
}
.box-registered-user li h5 {
	margin-bottom: 0;
}
.box-registered-user li span {
	width: 35%;
	opacity: .6;
}
.status {
	padding: 2px 10px;
	border-radius: 5px;
	font-size: .8rem;
}
.status.incomplete {
	background: #ffdbdb;
}
.status.complete {
	background: #ddffdb;
}
.btn-tooltip {
	padding: 5px;
	border: 0!important;
	color: #0F5BFF!important;
}


/* SECTION > BREADCRUMB STEPS */

.rsh-breadcrumb-step {
	margin-bottom: 30px;
} 

/* SECTION > STEP INFO */

.rsh-step-info .rsh-box {
	position: relative;
}
.rsh-step-info form fieldset,
.rsh-step-info .accordion-flush .accordion-item {
	Background: #fff;
    padding: 20px 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 10px;
}
.rsh-step-info .accordion-flush .accordion-item {
	padding: 0;
}
.rsh-step-info .section-user {
	font-size: 1rem;
	font-weight: 300;
}

/* SECTION > DOCS */

.info-ok {
	background: rgba(10,223,140,0.07);
	padding: 10px 15px;
	border-radius: 10px;
	border: 1px solid rgba(10,223,140,0.2);
	color: #0c2648;
}
.info-upload {
	background: rgba(0,0,0,0.05);
	padding: 15px 15px;
	border-radius: 10px;
}
.info-upload .btn {
	overflow: hidden;
}
.info-upload .btn-overflow {
	background: #fff;
	padding: 10px 15px;
	border-radius: 10px;
	border: 3px solid #0f5bff;
}
.info-upload .btn-overflow span {
	padding: 0;
	color: #0f5bff;
	display: block;
	text-align: left;
	overflow: hidden;
	white-space: nowrap; 
	font-size: 1.1rem;
}
.info-upload .btn-upload {
	background: #0f5bff;
	padding: 10px 15px;
	border-radius: 10px;
	font-size: 1.1rem;
	color: #fff;
	text-align: left;
	font-weight: 400;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.info-upload .file-wrap h6 {
	margin-bottom: 12px;
}
.info-upload .file-name {
	background: #e9f2fd;
	padding: 5px;
	border-radius: 5px;
	word-break: break-word;
	line-height: 1.2;
	display: block;
	color: #334967;	
}

/* SECTION > REGISTER SUCCESSFUL */

.rsh-register-successful h3.section-title {
	font-weight: 400;
	font-size: 1.3rem;
	text-align: center;
}  
.rsh-register-successful h3.section-title .register-id {
	font-weight: 500;
	color: #0f5bff;
}
.rsh-register-successful .info-ok i {
	font-size: 5rem;
	color: #0adf8c;
}

/* SECTION > SCORE BAR */

.progress {
    height: 30px;
    border-radius: 15px;
    position: relative;
}
.progress-bar {
    background-color: #46D043;
    border-radius: 15px;
    z-index: 1;
}
.rsh-score-bar .progress-container {
	display: flex;
	align-items: center;
}
.rsh-score-bar .progress-container .progress {
	width: 100%;
}
.rsh-score-bar .progress-container .progress:after {
	content: '100%';
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #afafaf;
}
.rsh-score-bar .progress-container .percent-num {
	width: 32px;
	display: block;
	font-size: .7rem;
}
.rsh-score-bar .progress-container .percent-0 {
	width: 20px;
	padding-right: 5px;
	text-align: right;
}
.rsh-score-bar .progress-container .percent-100 {
	padding-left: 5px;
	text-align: left;
}
.rsh-score-bar .score-info {
	font-size: .85rem;
	font-weight: 400;
}
.rsh-score-bar .level-type {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rsh-score-bar .level-type span {
	font-size: .75rem;
}



/* SECTION > MENU */

.rsh-accordion-menu .accordion {
	border-top: 1px solid rgba(12,38,72,0.2);
	border-bottom: 1px solid rgba(12,38,72,0.2);
}
.rsh-accordion-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.rsh-accordion-menu ul li {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(12,38,72,0.1);
}
.rsh-accordion-menu ul li:first-child {
	border-top: 1px solid rgba(12,38,72,0.1);
}
.rsh-accordion-menu ul a {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	color: #0c2648;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rsh-accordion-menu ul a i {
	color: rgba(15,91,255,0.1);
}
.rsh-accordion-menu .accordion-item.active .accordion-button,
.rsh-accordion-menu ul li.active a,
.rsh-accordion-menu ul li.active a i {
	color: #0F5BFF;
}

.rsh-principal-menu ul {
	display: flex;
	align-items: center;
}
.rsh-principal-menu ul li {
	width: 23.5%;
	margin-right: 2%;
	text-align: center;
}
.rsh-principal-menu ul li:last-child {
	margin-right: 0;
}
.rsh-principal-menu li a {
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 5px;
	display: block;
	text-decoration: none;
	color: #0c2648;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	position: relative;
}
.rsh-principal-menu li.active a {
	background-color: #006FB3;
	color: #fff;
}
.rsh-principal-menu li.active a:after {
	content: '';
	width: 0;
    height: 0;
    border-top: 20px solid #006FB3;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    bottom: -15px;
    left: 32px;
}
.rsh-principal-menu a span {
	display: block;
	font-size: .75rem;
	line-height: 1rem;
}
.rsh-principal-menu a i {
	margin-bottom: 7px;
	font-size: 1.4rem;
}


/* SECTION > HOGAR */


.rsh-address h5 {
	font-size: 1rem;
}
.rsh-address span {
	font-size: .8rem;
}
small.alert-email {
	text-align: center;
	line-height: 1.2;
	display: block;
	opacity: .7;
}
.rsh-members li,
.rsh-address li,
.rsh-ingresos li {
	background: rgba(15,91,255,0.04);
	margin-bottom: 5px;
	padding: 4px 10px;
	border-radius: 3px;
}
.rsh-members li {
	padding: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.rsh-members li span,
.rsh-members li h5 {
	font-size: .9rem;
}
.rsh-members li h5,
.rsh-address li h5,
.rsh-ingresos li h5 {
	margin-bottom: 0;
}
.informante {
	margin-left: 10px;
}
#rsh-slider-ingresos .carousel-inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
    padding: 20px;
    border: 1px solid rgba(12,38,72,0.2);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    border-radius: 16px;
}
#rsh-slider-ingresos h5.title {
	font-size: 1rem;
}
.rsh-ingresos li h5 {
	font-size: .9rem;
	font-weight: 400;
}
.rsh-ingresos li h5 strong {
	font-weight: 600;
}
.rsh-ingresos .badge {
	margin-bottom: .5rem;
	font-size: .8rem;
}
#rsh-slider-ingresos .carousel-control-next, 
#rsh-slider-ingresos .carousel-control-prev {
	width: calc(5% + 12px);
}
#rsh-slider-ingresos .carousel-control-prev {
    left: -15px;
}
#rsh-slider-ingresos .carousel-control-next {
    right: -15px;
}
#rsh-slider-ingresos .carousel-indicators {
	bottom: -45px;
}
#rsh-slider-ingresos .carousel-indicators [data-bs-target] {
	background-color: #0F5BFF;
	width: 10px;
	height: 10px;
	border-radius: 20px;
	border: 0;
	opacity: .2;
}
#rsh-slider-ingresos .carousel-indicators .active {
	opacity: 1;
}
#rsh-slider-ingresos .mb-equal-title {
	margin-bottom: 23px;
}


/* SECTION > COMPLEMENTARIOS */

.rsh-complementarios .accordion-button i {
	color: #0c2648;
}
.rsh-complementos i {
	margin-bottom: 10px;
	font-size: 1.7rem;
}
.rsh-complementos .alarm {
	background-color: rgba(254,195,15,0.1);
	padding: 10px;
}
.rsh-complementos .alarm p {
	margin-bottom: 0;
}

/* SECTION > ACTUALIZACIÓN */ 

.menu-update li {
	margin-bottom: 10px;
}
.box-check-user {
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
}
.box-check-user ul li {
	margin-bottom: 5px;
}
.box-check-user .rsh-check-option .form-check .form-check-input {
	margin-right: 20px;
}
.box-check-user ul {
	width: 100%;
}
.box-check-user ul li:last-child {
	margin-bottom: 0;
}
.edit-address li {
	background: transparent;
	padding: 0;
	display: block;
}
.edit-address li:last-child {
	margin-bottom: 0;
}
.edit-address li h5 {
	font-size: 1rem;
}
.rsh-registered-user-contact .box-registered-user ul li {
	display: block;
}
.rsh-ocupacion-ingresos .accordion-item {
	border: 1px solid rgba(0,0,0,0.1)!important;
	box-shadow: 0 0 10px rgb(0 0 0 / 5%);
}
.rsh-delete-user {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rsh-delete-user h6 {
	margin-bottom: 0;
	font-weight: 400;
}
.rsh-delete-user .btn {
	margin: 0;
	padding: 0;
	line-height: 1;
}
.rsh-delete-user i {
	font-size: 1.4rem;
	color: red;
}

/* SECTION > SOLICITUDES */ 

#rsh-accordion-requests .accordion-button {
	padding-top: 10px;
    padding-bottom: 10px;
}
.rsh-request span {
	display: block;
	font-size: .9rem;
	color: #8296ae;
}
.rsh-request h6,
.rsh-request h3 {
	font-weight: normal;
	font-size: 1rem;
}
.rsh-request-status .done {
	color: #0adf8c;
}
.rsh-msg {
	padding: 15px;
	border: 1px solid #fec30f;
	border-radius: 10px;
}
.rsh-msg i {
	font-size: 2rem;
}
.msg-alarm {
	background-color: rgba(254,195,15,0.07);
}
.msg-alarm i {
	margin-bottom: 15px;
	display: block;
	color: #fec30f;
}
.info-request span {
	display: block;
} 
.info-request span strong {
	font-weight: 500;
}









