@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap');

html, body{
    height: 100%;
    background: #f8f7fc !important;
    font-family: 'Quicksand', sans-serif;

}
html{
    line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
strong{
    font-weight: bold;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
        url(../fonts/MaterialIcons-Regular.woff) format('woff'),
        url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}




.rn-login{
    width:100% ;
    max-width: 380px;
    border-radius: 15px;
    background: #fff;
    margin: auto;
    padding: 20px;
    padding-bottom: 30px;
}
.rn-sc-logos{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 40px;
    width: 100%;
}
.rn-sc-logos>div{

    height: 100%;
}
.rn-sc-logos img{
    max-height:100% ;
}
.rn-icono{
    width: 100%;
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
}
.rn-icono img{
    width: auto;
    height: 120px;
    margin: auto;
}
.rn-inputs{
    margin-bottom: 10px;
}
.rn-inputs input{
    border: 1px solid #c8c7e7;
    border-radius: 3px;
    height: 30px;
    margin: 0;
    width: 100%;
}
.rn-label{
    margin-bottom:0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.rn-label a{
    font-size: 12px;
    line-height: 30px;
    color: #585858;
}
.rn-label label{
    font-size: 12px;
    line-height: 30px;
    vertical-align: middle;
    color: #585858;
}

.rn-label label i{
    background: #fef3e7;
    height: 20px;
    border-radius: 50%;
    width: 20px;
    color: #fac186;
    margin: auto;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 14px;
}
.rn-sc-btn{
    display: flex;
    margin-top: 20px;
}

.alert-success {
    --bs-alert-color: #a25cbf !important;
    --bs-alert-bg: #a25cbf50 !important;
    --bs-alert-border-color: #a25cbf50 !important;
}

.nav-link.active {
    color: #93D3C4 !important;
}

.nav-link {
    color:#ACABAB !important;
}

.border-button-home{
    color:#a25cbf !important;
    background-color: #a25cbf50 !important;
    border-color: #a25cbf !important;
    border-width: 1px !important;
    border-style: solid !important;
}

.rn-btn-ingresa{

    background:#a25cbf ;
    border: none;
    border-radius: 3px;
    color: #fff;
    height: 30px;
    margin: auto;
    text-align: center;
    box-shadow: 0 3px 0px 0 #dabee5;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 27px;
    vertical-align: middle;
    display: flex;
}
.rn-btn-ingresa i{
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 16px;
    margin-left: 5px;
}

.rn-header{
    height:100px ;
    background: #fff;
    width: 100%;
    position: absolute;
    display: flex;
    /*padding:10px 15px;*/
}
.rn-header>div img{
  max-height: 100%;
  height: 95px;

}
.rn-reporte{
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    margin: auto;
    width: 100%;
    max-width: 500px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    padding: 20px;


}
.rn-sc-title{
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.rn-sc-title p{
    font-size: 14px;
    color: #757575;
    font-weight: bold;
}
.rn-sc-title a{
    color: #757575;
}
.rn-sc-title a i{
    font-size: 14px;
}
.rn-hr{
    border: none;
    background:  #cacaca;
    width: 100%;
    height: 1px;
}
.rn-sc-captura{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
}
.rn-sc-datos{
    width:calc(80% - 10px);
}



.rn-select{
    width: 100%;
}
.rn-select label{
    font-size: 12px;
    line-height: 30px;
    vertical-align: middle;
    color: #585858;
 }
.rn-select select{
    border: 1px solid #c8c7e7;
    border-radius: 3px;
    height: 30px;
    margin: 0;
    width: 100%;
    background: #fff;
    color: #888888;
}
.rn-sc-carga p{
    font-size: 14px;
    color: #585858;
    margin-bottom: 10px;
}
/* ------ */


.btn {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    cursor: pointer;
    background: none;
    box-shadow: 0px 7px 0px #A25CBF66;
    border: 2px solid #A25CBF;
    border-radius: 7px;
    opacity: 1;
    font: normal normal bold 15px/15px Quicksand;

  }

  .btn--grey {
    color: #242730;
    background-color: #F2F3FB;
    border-color: #F2F3FB;
  }
  .btn--grey:hover {
    color: #242730;
    background-color: #EBECF5;
    border-color: #EBECF5;
  }
  .btn--outline {
    color: #fac186;;

  }
  .btn--outline:hover {
    color: #242424;
    background-color:#fefaf7;;
   border: none;
  }
  .btn--link {
    color: #BCC3D8;
  }
  .btn--link svg {
    fill: #BCC3D8;
  }
  .btn--link:hover {
    color: #A9B1C8;
  }
  .btn--link:hover svg {
    fill: #A9B1C8;
  }
  .btn:disabled {
    background-color: #B7C8E5;
    border-color: #B7C8E5;
  }

.dropContainer {
    /*display: flex;*/
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px;/*60px*/
    height: 200px;/*250px*/
    width: 100%;
    border: 1px dashed #ACABAB;
    border-radius: 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    /*color: #242730;*/
    background: #B6B4DF14 0% 0% no-repeat padding-box;

  }
 .dropContainer__icon img{
    max-height: 100%;
    width: auto;
    margin: auto;
 }
  .dropContainer input {
    display: none;
  }

  .dropContainer.active .dropContainer__icon {
    display: none;
  }
  .dropContainer.active .dropContainer__icon--fill {
    display: flex;
    margin-top: 5px;
    width: 100%;
    height: calc(100% - 30px);

  }
  .dropContainer__icon--fill img{
    width: auto;
    height: 100%;
    margin: auto;
  }

  .dropContainer.active .btn {
    display: none;
  }
  .dropContainer.active .clear {
    display: block;
  }
  .dropContainer.active .dropContainer__text {
    display: none;
  }

  .dropContainer__icon {
    width: 100%;
    height: calc(100% - 30px);
    display: flex;
  }

  .dropContainer__icon--fill {
    display: none;
  }
  .dropContainer__text {
    padding-right: 10px;
  }

  .dropContainer .labelInput {
    flex-grow: 1;
  }
  .dropContainer .btn {
    white-space: nowrap;
    margin-left: auto;
    flex-grow: 1;
  }

  .labelInput {
    display: flex;
    flex-grow: 1;
    width: calc(100% - 30px);
  }

  .clear {

    display: none;
    padding: 6px;
    width: 30px;
    height: 26px;
    cursor: pointer;
    color: #8a8a8a;
  }
  .clear:hover {
    color: #c42447;
  }

  #modalverification .btn-center {
    margin-top: 30px;
  }

  .cabinet__label-name {
    width: 40%;
    flex-basis: unset;
    flex-grow: unset;
  }

  .cabinet__input {
    width: 100%;
    display: flex;
      text-align: center;

  }
  .valueInput{
    color: #9e6422;
  }
  .rn-sc-title p i{
    font-size: 8px;
    color:#FBD982 ;
    margin-right: 5px;
  }
  .rn-enviar{
    display: flex;
    flex-direction: row;
    justify-content: end;
    width: 100%;
  }
  .rn-enviar button{
    background: #a25cbf;
border: none;
border-radius: 3px;
color: #fff;
height: 30px;
text-align: center;
box-shadow: 0 3px 0px 0 #dabee5;
padding-left: 15px;
padding-right: 15px;
line-height: 27px;
vertical-align: middle;
display: flex;
  }
  .rn-enviar button i{
    height: 30px;
line-height: 30px;
vertical-align: middle;
font-size: 16px;
margin-right: 5px;
  }

.bg-rn-modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(36, 36, 36, 0.5);
}
.rn-modal-alert{
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    width:380px ;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    display: none;
    flex-direction: column;
}
.rn-md-ico img{
    max-height: 120px;
    width: auto;
    margin: auto;
}
.rn-md-title{
    font-size: 18px;
    line-height: 1.5;
    color: #585858;
}
.rn-md-boton{
    display: flex;
    flex-direction: row;
    justify-content:center;
    width: 100%;
}
.rn-md-boton button{
    background: #a25cbf;
border: none;
border-radius: 3px;
color: #fff;
height: 30px;
text-align: center;
box-shadow: 0 3px 0px 0 #dabee5;
padding-left: 15px;
padding-right: 15px;
line-height: 27px;
vertical-align: middle;
display: flex;
margin-top: 10px;
  }
  .rn-md-boton button i{
    height: 30px;
line-height: 30px;
vertical-align: middle;
font-size: 16px;
margin-right: 5px;
  }
.rn-activar{
    display: flex;
}
.rn-ov-hiden{
    overflow: hidden;
}
.btn-primary{
    background: #a25cbf !important;
    --bs-btn-border-color:none !important;
    margin-top: 10px !important;
    border-color: #a25cbf !important;
    
}
.btn-primary:hover{
    transform: scale(1.05);
    transition: all 0.5s ease-in-out;
}

.btn-secondary{
  background: #a1b7fb !important;
  --bs-btn-border-color:none !important;
  margin-top: 10px !important;
  border-color: #a1b7fb !important;
  box-shadow: 0px 7px 0px #cbd6fd !important;
  
}
.btn-secondary:hover{
  transform: scale(1.05);
  transition: all 0.5s ease-in-out;
}

.btnsub {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;/*20*/
    line-height: 12px;
    height: 30px; /*50px*/
    width: 261px;
    text-align: center;
    cursor: pointer;
    background: none;
    box-shadow: 0px 7px 0px #93D3C480;
    border: 2px solid #93D3C4;
    border-radius: 7px;
    opacity: 1;
    color: #fff;
    padding: 10px;

}
.btn-subir{
    background: #93D3C4 !important;
    --bs-btn-border-color:none !important;
    margin-top: 20px !important;
    border: 2px solid #93D3C4 !important;
    border-radius: 7px;
}
.btn-subir:hover{
    transform: scale(1.05);
    transition: all 0.5s ease-in-out;
}

.card{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}


.rn-sc-question{
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.rn-sc-question p{
  font-size: 14px;
  color: #757575;
  font-weight: bold;
}


.rn-sc-instructions{
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.rn-sc-instructions p{
  font-size: 14px;
  color: #757575;
  /*font-weight: bold;*/
}
.rn-sc-instructions a{
  color: #757575;
}
.rn-sc-instructions a i{
  font-size: 14px;
}

.rn-sc-instructions p i{
  font-size: 8px;
  color:#ed80a8 ;
  margin-right: 5px;
}


.rn-sc-title-example{
  display: flex;
}
.rn-sc-title-example p{
  font-size: 18px;
  color: #757575;
  font-weight: bold;
}
.rn-sc-title-example a{
  color: #757575;
}
.rn-sc-title-example a i{
  font-size: 16px;
}
.rn-sc-title-example p i{
  font-size: 10px;
  color:#7ad5c6 ;
  margin-right: 5px;
}



.rn-sc-view-example{
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.rn-sc-view-example p{
  font-size: 14px;
  color: #757575;
  /*font-weight: bold;*/
}

.example-img{
  width: 650px;
  height: 200px;
}
.example-img-two{
  width: 650px;
  height: 550px;
}
.example-container-img{
  display: grid;
}
.logos-invoice{
  margin: auto;
}

.btn-example{
  text-align: center;
}
.instructions-container{
  padding-left: 90px;
  padding-right: 90px;
}


  @media (max-width: 768px) {
    .rn-reporte{
        max-width: 380px;
        margin-top: 100px;
    }
    .rn-sc-captura{
        flex-direction: column;
    }
    .rn-sc-datos{
        width: 100%;
    }
    .rn-sc-carga{
        width: 100%;
    }
  }

