body{
    /*font-family: IBMPlexSans,sans-serif,Times New Roman,Times,serif;*/
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Poppins', sans-serif;
    background-color: #eee;
    background: linear-gradient(134deg, #eee, #3f74b630);
    /* background: url(/static/recursos/owl/fondo_login.jpg); */
    background-repeat: repeat;
    background-attachment: fixed;
}

html{
   
    
}

h1 {
/*  color: white;*/
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 2;
}

.bg-mpfn{
    background: #0F2C52;
    background-color: #0F2C52;
}

.txt-mpfn{
	/* color: #0F2C52; */
    color: #716f60;
}

.a-hover{

}

.a-hover:hover{
    color: #0075bf !important;
}

.txt-16{
    font-size: 16px;
}

.txt-15{
    font-size: 15px;
}

.txt-13 {
    font-size: 13px;
}

.txt-14 {
    font-size: 14px;
}

.txt-col1{
    color: #35405a !important;
}

.bb-pantone{
    /* border-bottom: 1px solid #D9A927; */
    border-bottom: 1px solid #54534b;
}

.txt-mpfn-pantone{
	/* color: #D9A927; */
    color: #54534b;
}

.txt-mpfn-primary{
	color: #0075bf;
}

.btn-mpfn{
    background: #0F2C52;
    border-color: #0F2C52;
}

.btn-mpfn:hover{
    background: #04469b;
    border-color: #04469b;
}

.btn-mpfn:focus{
    background: #04469b;
    border-color: #04469b;
}

.btn-google{
    border: 1px solid #6a7282;
}

.btn-google:hover{
    background: #505763;
}

.btn-login{
    background: #2F66B8;
}

.btn-login:hover{
    background: #0F2C52;
}

.bg-login{
    background: #2F66B8 !important;
}

a {
    text-decoration: none;
    background-color: transparent;
}
a:hover{text-decoration:underline}

div.invalid-feedback-mpfn{
	width: 100%;
    margin-top: 0.25rem;
    font-size: .8em;
    color: #dc3545;
}

.bg-footer{
    background: #e4e4e4;
    background-color: #e4e4e4;
    border-top: 2px solid #d4ab34;
}


.dinam-footer{
    position: fixed;
    bottom: 0px;
}

.mb-770{

}

@media screen and (max-width: 770px) {
    /*.dinam-footer {
        position: inherit;
        bottom: 0px;
        padding-bottom: 8px !important;
    }*/

    .mb-770{
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 506px) {
    .mb-770{
        margin-bottom: 100px;
    }
}

.app-logo{
    width: 40px;
}

.app-logo-gr{
    width: 120px;
}

#toast-container > div {
    opacity:1 !important;
}

.bg-eee{
    background: #eee;
}

.logo-app{
    width: 60px;
}

.mfa-user {
    width: 35px;
    border-radius: 50%;
}

.mfa-user-bg{
    align-items: center;
    background: #eeeeee;
    color: #6a7282;
    padding: 2px;
    border: 1px solid #9e9e9e;
    border-radius: 7px;
}

.mfa-desc{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

.mfa-codigo{
    font-weight: 600;
    letter-spacing: 6px;
    color: #2f66b8;
}

.mfa-logo{
    width: 60px;
}

.txt-app{
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #172b51;
    color: #697282 !important;
    font-size: 19px;
    font-weight: 600;
/*    letter-spacing: -1px;*/
}

.div-app{
    /*width: 225px;*/
    width: 253px;
}

@media screen and (max-width: 400px) {
    .logo-app{
        width: 50px;
    }
    .txt-app{
        font-size: 16px;
        line-height: 18px;
    }
}

.logo-mpfn{
    width: 280px;
}

@media screen and (max-width: 570px) {
    .div-app{
        padding-top: 4px;
        width: 100%;
    }
    .logo-mpfn{
        width: 220px;
    }
}

.div-app:hover{
    text-decoration: underline;
    cursor: pointer;
}

.required{

}

.required label{

}

.required label:after {
    content: " *";
    color: #dc3545;
}

.text-mpfn{
    color: #3e65b6;
}

.cursor-pointer{
    cursor: pointer;
}

/* Nuevo diseño */

.logo-principal{
  width: 250px;

}

@media screen and (max-width: 1599px) {
  .paso{
    padding: 2rem 1rem !important;
  }
  .paso-activo{
    padding: 2rem 1rem !important;
  }
}

@media screen and (max-width: 1199px) {
   .paso{
    padding: 1rem 1rem !important;
  }
  .paso-activo{
    padding: 1rem 1rem !important;
  }
}

@media screen and (max-width: 1599px) and (min-width: 1459px) {
    .logo-srita {
        width: 135% !important;
        margin-top: -28% !important;
        margin-bottom: -100px !important;
        margin-right: -39px !important;
        margin-left: 10px !important;
    }
}

@media screen and (max-width: 1459px) and (min-width: 1399px) {
    .logo-srita {
        width: 132% !important;
        margin-top: -26% !important;
        margin-bottom: -100px !important;
        margin-right: -39px !important;
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 992px) {
  .logo-principal{
    width: 200px;
  }
  .paso-activo{
    margin-top: 2px !important;
    padding: 2rem 1rem !important;
    border-top: 0px solid #d89e46 !important;
  }
  .paso{
    padding: 2rem 1rem !important;
    border-bottom: 1px solid #eee !important;
  }
  .pie-pagina .organizacion{
    margin-top: 4px !important;
    padding: 4px !important;
    padding-bottom: 8px !important;
  }
}


.menu a{
  color: #697282 !important;
  font-size: 17px !important;
  padding: 0.2rem 0.5rem !important;
  padding-bottom: 0px;
  border-bottom: 3px solid transparent !important;
  padding: 0px !important;
  // font-weight: 600;
  text-decoration: none !important;
}

.menu a:hover{
  border-bottom: 3px solid #3f74b6 !important;
  cursor: pointer;
}

.menu a.active {
  border-bottom: 3px solid #3f74b6 !important;
}

.menu li{
  // margin-left: 2px !important;
  padding: 0rem 0.7rem !important;
}


.contenedor{
  padding-left: 10%;
  padding-right: 10%;
}

.pie-pagina{
  background-color: #1b2c4e;
}

.paso-activo{
  margin-top: -10px;
  padding: 4rem 3rem;
  background-color: #e9e9e9;
  border-top: 3px solid #d89e46;
}

.paso-activo .numero{
  color: #171f35;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: -8px;
}

.paso-activo .detalle{
  font-size: 15px;
  line-height: 17px;
  margin-top: 6px;
}

.paso{
  padding: 4rem 3rem;
}

.paso .numero{
  color: #e9e9e9;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: -8px;
}

.paso .detalle{
  font-size: 15px;
  color: #c6cdd8;
  line-height: 17px;
  margin-top: 6px;
}

.pie-pagina .organizacion{
  margin-top: -40px;
  padding-left: 48px;
  color: #989fac;
  line-height: 15px;
}

.btn-mpa-admin{
    background-color: #697282;
    border: none;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    border-radius: 5px;
}

.btn-mpa-admin:hover{
  background-color: #505763;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  color: white;
  cursor: pointer;
}

.btn-mpa-admin:disabled,
.btn-mpa-admin[disabled]{
  border: 1px solid #b9b9b9 !important;
  background-color: #cccccc  !important;
  color: #666666  !important;
  cursor: default;
}

.page-footer {
    right: 0;
    bottom: 0;
    position: fixed;
    padding: 7px;
    font-size: 14px;
    border-top: 1px solid #e4e4e4;
    z-index: 3;
}

.page-contenedor{
    margin-bottom: 130px;
}

@media screen and (max-width: 1460px) {
    .page-contenedor {
      margin-bottom: 150px;
    }
}

@media screen and (max-width: 1104px) {
    .page-contenedor {
      margin-bottom: 170px;
    }
}

@media screen and (max-width: 992px) {
    .page-footer {
      position: relative !important;
      margin-top: 10px !important;
    }
    .page-contenedor {
      margin-bottom: 0px;
    }
}

@media screen and (max-width: 576px) {
    .contenedor{
      padding-left: 4%;
      padding-right: 4%;
    }
}

@media screen and (max-width: 300px) {
    .contenedor{
      padding-left: 2%;
      padding-right: 2%;
    }
}

.container-basico{
  padding-left: 11%;
  padding-right: 11%;
}


@media screen and (min-width: 1420px) and (max-width: 1500px) {
    .container-basico {
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1419px) {
    .container-basico {
        padding-left: 7%;
        padding-right: 7%;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1399px) {
    .container-basico {
        padding-left: 6%;
        padding-right: 6%;
    }
}

@media screen and (min-width: 1250px) and (max-width: 1299px) {
    .container-basico {
        padding-left: 4%;
        padding-right: 4%;
    }
}

@media screen and (min-width: 1220px) and (max-width: 1249px) {
    .container-basico {
        padding-left: 3%;
        padding-right: 3%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1219px) {
    .container-basico {
        padding-left: 2%;
        padding-right: 2%;
    }
}


@media screen and (max-width: 500px) {
    .container-basico {
        padding-left: 8%;
        padding-right: 8%;
    }
}

.card-login{
    width: 26rem !important; 
    /* border: 1px solid #c3c3c3 !important;
     */
     border: 1px solid #ced4da !important;
    border-radius: 8px !important;
    background: #f8f9fa;
}

.card-body-login{
    /* background: #f8f9fa; */
}

@media screen and (max-width: 415px) {
    .container-basico {
        padding-left: 4%;
        padding-right: 4%;
    }

    .card-body-login {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
}

.div-contactos{
    width: 26rem;
    text-align: center;
}


@media screen and (max-width: 400px) {
    .container-basico {
        padding-left: 0%;
        padding-right: 0%;
    }

    .card-login {
        width: 100% !important;
        border: 1px solid #c3c3c3 !important;
        margin: 0px 3px !important;
/*        border-radius: 0px !important;*/
/*        background: #eeeeee;*/
/*        border-top: 1px solid #dee2e6 !important;*/
    }
    .card-body-login {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    .div-contactos{
        padding-left: 10px !important;
        padding-right: 10px !important;

    }

    .contenedor {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    .logo-principal{
        width: 90% !important;
    }

    .menu li {
        padding: 0rem 0.3rem !important;
    }

    .menu {
        display: none !important;
    }
}



.row {
    --bs-gutter-x: 0rem !important;
}

.titulo-condiciones {
    font-size: 16px;
    font-weight: 600;
    background: #de9c3f;
    text-align: center;
    color: white;
    border-left: 30px solid #697282;
    padding: 4px;
}

.detalle-mpa{
    margin-top: 10px;
    font-size: 14px;
    text-align: justify;
    line-height: 17px;
}

.logo-srita{
    width: 127%;
    margin-top: -33%;
    margin-bottom: -100px;
    margin-right: -39px;
    margin-left: 90px;
}



.metodo-verif{
    padding: 10px 6px;
    border-bottom: 1px solid #e2e2e2;
}

.metodo-verif:hover{
    background: #eee;
}

.contacto-txt{
    inline-size: 100%;
    overflow-wrap: break-word;
    line-height: 1;
    color: #35405a !important;
}

/* Loading */

.head-login{
    padding: 0px 6px !important;
    border-bottom: 0px !important;
    background: white !important;
    display: none;
}

.loading-container {
    margin-top: 0px;
    width: 97%;
    position: absolute;
}

.progress-bar {
    height: 4px;
    background-color: rgb(255 255 255);
    width: 100%;
    overflow: hidden;
}

.progress-bar-value {
  width: 100%;
    height: 100%;
    background-color: rgb(75 115 180);
    animation: indeterminateAnimation 1s infinite linear;
    transform-origin: 0% 50%;
}

@keyframes indeterminateAnimation {
  0% {
    transform:  translateX(0) scaleX(0);
  }
  40% {
    transform:  translateX(0) scaleX(0.4);
  }
  100% {
    transform:  translateX(100%) scaleX(0.5);
  }
}

.lh-16{
    line-height: 16px;
}

.mostrar{
    margin-left: 42px;
}

.check-mostrar{
    font-size: 25px;
    position: absolute;
    margin-top: -7px;
    /* color: #3e65b6; */
}

.letras-mostrar{
    margin-left: 26px;
    font-size: 15px;
}