    body {
      font-family: "Lato", sans-serif;
		color: #0c48bf;
		    font-size: 15px;
            overflow-x: hidden;
    }
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}
    .login-card {

    }
    .highlight-circle {
      position: absolute;
      right: 10%;
      top: 10%;
      background: #ffe600;
      padding: 20px;
      border-radius: 50%;
      font-weight: bold;
      font-size: 1rem;
      max-width: 200px;
      text-align: center;
    }
    .features i {
      font-size: 24px;
      margin-bottom: 10px;
    }
    footer {
      background: #fff;
      padding: 55px  0 30px;
    }
.Header{
    background: #fff;
    padding: 9px 0;
    position: fixed;
    width: 100%;
	z-index: 1000000;
}
.banner{
	padding-top: 130px;
	padding-bottom: 120px;
        position: relative;
}
a.nav-link {
    color: #0c48bf;
    font-size: 17px;
    font-weight: 600;
}
a.nav-link:hover {
    color: #0ec4e2;
}
.logo{
	width: 440px;
}
.nav-link {	
    color: #0c48bf;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0c48bf;
}
.ImgBox {
    display: flex;
    align-items: center;
}
.ImgBox img{
	float: left;
	width: 60px;
}
.ImgBox p{
font-size: 21px;
    text-align: left;
    color: #0c48bf;
    line-height: 26px;
    margin-left: 15px;
    margin-bottom: 0;
    font-weight: 600;
}
.navbar-toggler-icon {
    background:url(../img/toogle.svg);
}
.container {
    padding: 3px 15px;
}
.Legacy {
    color: #0c48bf;
    font-size: 44px;
    margin-top: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #0c48bf;
    margin-bottom: 36px;
    font-weight: 600;
}
.legpara{
    font-size: 20px;
    color: #0c48bf;
    text-align: center;
    margin-bottom: 10px;
}
li.nav-item {
    padding: 0 7px;
}
.headLink {
    color: #0c48bf;
    border: 1px solid #0c48bf;
    margin-left: 10px;
    padding: 5px 14px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}
.headLink:hover {
    color: #fff;
    background: #0c48bf;
}
footer h6 {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 15px;
    }
    footer p {
    margin-bottom: 6px;
    }
footer ul li {
          line-height: 34px;
    }
.socialIco{
    margin-top: 18px;
}
.ftbtm{
    position: relative;
    top: 15px;
    font-size: 12.5px;
}
.totpTitle{
    font-size: 30px;
}
.socialIco{
	text-decoration: none;
}
.socialIco img{
width: 30px;
    margin-right: 8px;
}
.socialIco img:hover{
	opacity: 0.6;
}
.formbg {
	position: relative;
}
.formbg::before {
    background: #fff;
    content: "";
    position: absolute;
    width: 93%;
    height: 100%;
    margin-top: 50px;
    border-radius: 10px;
	    margin-left: 13px;
}
.zindex{
	position: relative;
	z-index: 10000;
}
.RIghtBanner{
	    float: right;
	width: 80%;
}
.login-card {
    padding-left: 60px;
}
.btnOne {
    background: #0c48bf;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}
.btnOne img{
	width: 20px;
	    margin-right: 5px;
}
.btnOne:hover {
    background: #0ec4e2;
	text-decoration: underline;
}
.btnTwo {
    background: #fff;
    color: #0c48bf;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.btnTwo:hover {
    background: #0ec4e2;
	text-decoration: underline;
}
.BgInfo{
	background: #0ec4e2;
	padding: 60px 0;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0c48bf;
  border-radius: 10px;
}
.bg-primary {
    background: #0c48bf !important;
}
.LoginBox{
    background: #0ec4e2;
    color: #0c48bf;
    padding: 70px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
}
.logTxt{
    font-size: 38px;
    margin-bottom: 28px;
}
.LoginBtn1 a {
    background: #0c48bf;
    padding: 10px 37px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    border-radius: 7px;
    float: left;
    min-width: 290px;
    font-weight: 600;
}
.LoginBtn1 a:hover {
    background: #fff;
    color: #0c48bf;
}
.LoginBtn2 a {
    background: #ffffff;
    padding: 10px 37px;
    color: #0c48bf;
    text-decoration: none;
    font-size: 20px;
    border-radius: 7px;
    float: left;
    min-width: 290px;
	font-weight: 600;
}
.LoginBtn2 a:hover {
    background: #0c48bf;
    color: #fff;
}
.LoginBtn1{
    margin-bottom: 30px;
}

.totpTitle {
font-size: 104px;
    font-weight: 600;
    position: absolute;
    bottom: 15px;
    text-align: center;
    white-space: nowrap;
    color: #265dcb;
}







@media only screen and (max-width:1024px) {

	.logo{
	width: 250px;
}
.headLink {
    float: left;
    margin-top: 13px;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    background: #ecf1ff;
    padding: 10px;
    padding-bottom: 40px;
    margin-top: 14px;
}
.RIghtBanner {
    float: right;
    width: 100%;
}
.logTxt {
    font-size: 25px;
    margin-bottom: 15px;
}
.LoginBtn1 a {
    font-size: 15px;
    min-width: 240px;
}
.LoginBtn2 a {
    font-size: 15px;
    min-width: 240px;
}	
.LoginBtn1 {
    margin-bottom: 10px;
}
.LoginBox {
    padding: 45px 30px;
    border-radius: 15px;
}
.ImgBox p {
    font-size: 15px;
    line-height: 19px;
    margin-left: 7px;
}
.ImgBox img {
    float: left;
    width: 50px;
}
.BgInfo {
    background: #0ec4e2;
    padding: 40px 0;
}
.Legacy {
    font-size: 36px;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 25px;
}	
.legpara {
    font-size: 16px;
    color: #0c48bf;
    text-align: center;
    margin-bottom: 40px;
    line-height: 22px;
}	
body {
    font-size: 14px;
}	
.btnOne img {
    width: 16px;
    margin-right: 3px;
}	
.btnOne {
    font-size: 15px;
	    padding: 7px 20px;
}
.btnTwo {
    font-size: 15px;
	    padding: 7px 20px;
}
footer h6 {
    font-weight: 800;
    font-size: 14px;
}
footer ul li {
    line-height: 25px;
    font-size: 13px;
}
	
}



@media only screen and (max-width:1024px) {
	
.Legacy {
	font-size: 27px;
}
.ImgBox {
    margin-bottom: 30px;
}
    .ImgBox img {
        float: left;
        width: 40px;
    }
body {
    font-size: 13px;
}
.socialIco img {
    width: 24px;
    margin-right: 4px;
}	
a.nav-link {
    color: #0c48bf;
    font-size: 14px;
    font-weight: 600;
}
.headLink {
    font-size: 13px;
}
.banner {
    padding-top: 120px;
    padding-bottom: 40px;
}	
.LoginBox {
	margin-bottom: 20px;
}	
	.Ico{
		width: 100px;
		        margin-bottom: 20px;
	}	
.ftbtm {
    padding-left: 0;
    border: none;
    font-size: 11px;
}	
	
}



/*  */


.text-purple {
            color: #4b3fbf;
        }

        /* Oculta la línea de tabs predeterminada */
        .nav-tabs {
            border-bottom: none;
            display: flex;
            justify-content: center;
        }

        /* Estilo individual de cada tab como una card */
        .nav-tabs .nav-link {
background: none;
    border: 1px solid #9ea9e9;
    padding: 5px 15px 7px;
    color: #9ea9e9;
    min-width: 190px;
    border-radius: 7px;
        }

        /* Efecto hover para que parezca una card con elevación */
        .nav-tabs .nav-link:hover {
            background: #0dcaf0;
        }

        /* Card activa */
        .nav-tabs .nav-link.active {
    background: #0dcaf0;
    color: #ffffff;
    border: 1px solid #0dcaf0;
        }
.accordion-collapse{
    width: 100%;
}
        /* Contenido de los tabs como una card */
        .tab-content {
    margin: auto;
    border-radius: 20px;
    max-width: 690px;
    margin-top: 30px;
        }

        @media (max-width: 776px) {
            .tab-content>.tab-pane {
                display: block;
                opacity: 1;
            }
        }

        @media (min-width: 992px) {

            /* Mantiene el borde superior en tabs inactivos */
            .tab-pane.accordion-item {
        border: 1px solid #407ffb;
        border-radius: 20px;
        background: #003cb2;
        color: #fff;
        padding: 45px 30px;
        min-height: 330px;
        box-shadow: 0px 0px 80px #0056ff;
            }

            /* Asegura que el borde superior sea visible siempre */
            .tab-pane.accordion-item:not(.show) {
                border-top: 1px solid #dee2e6;
            }
        }
        .tab-pane h5{
    font-size: 27px;
    margin-bottom: 15px;
        }
        img.Ico {
    width: 80px;
}
.ct_title{
    margin-bottom: 20px;
}
.workInner{
        text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;
}

        /* Acordeon */

        .accordion-button:not(.collapsed) {
            color: #fff;
            background-color: #4b3fbf;

        }

        .accordion-button {
            background-color: #f8f9fa;
            color: black;
        }

        /* Mantiene la flecha original de Bootstrap pero cambia su color */
        .accordion-button::after {
            filter: brightness(0);
            /* Flecha negra por defecto */
        }

        /* Flecha blanca cuando el acordeón está activo */
        .accordion-button:not(.collapsed)::after {
            filter: brightness(0) invert(1);
            /* Invierte el color de negro a blanco */
        }

        .accordion-button:focus {
            box-shadow: none !important;
        }


.TabBtn {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.StaffIcon {
    width: 23px;
    margin-right: 0px;
    fill: #fff;
}
.ManageIcon {
    width: 26px;
    margin-right: 0px;
    fill: #9ea9e9;
}
.nav-tabs .nav-link.active svg {
    fill: #ffffff;
}
.nav-tabs .nav-link:hover {
    color: #fff;
}
.nav-tabs .nav-link:hover svg {
    fill: #fff;
}
.form-control {
    border: 1px solid #568cf4;
    background: none;
    height: 43px;
    margin-bottom: 17px !important;
        color: #fff !important;
}
input::placeholder {
  font-weight: bold;
  opacity: 0.5;
  color: #6196ff !important;
}
.form-control:focus {
    color: var(--bs-body-color);
    background: none;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.SubmitLogin {
    background: #fff;
    color: #003cb2;
    border: none;
    padding: 5px 33px 7px;
    border-radius: 200px;
    font-size: 16px;
    font-weight: 600;
}
.btSubmit{
    text-align: right;
}
.TabManage{
display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 77px;
}
.TabManage a{
    text-decoration: none;
}
.TabManage a button{
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 30px 9px;
    border-radius: 5px;
    font-size: 18px;
}
.TabManage a button:hover{
background: #0dcaf0;
    color: #ffffff;
    border: 1px solid #0dcaf0;
}


    background: #0dcaf0;
    color: #ffffff;
    border: 1px solid #0dcaf0;