@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');

* {
  font-family: 'Mulish', sans-serif;
}

.content-wrapper{
    height: auto;
    width: auto;
}
#principal{
    margin-top: 20px;
}
.puntero{
    cursor:pointer;
}
.imgperfil{
    background: none;
    border: 0 !important;
}
.cambioContrasenaForm{
    display: none;
}
.video {
    margin: 0 auto 50px;
    max-width: 700px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Para que el contenedor tenga relación de aspecto 16/9 */
    height: 0;
    overflow: hidden;
}
 .video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.proovedorData{
    width: 100%;
    float: left;
}
.ok_validacion, .reject_validacion{
    display: none;
    text-align: center;
}
.tabla_validacion{
    max-height: 300px;
    overflow-y: scroll;
}
.panel_documentos{
    background: #fff;
    position: fixed;
    z-index: 2;
    float: right;
    width: 25%;
    min-width: 0px;
    right: -25%;
    padding: 10px;
    border: 2px solid #3989b7;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.panel_documentos .open_link{
    background: #3c8dbc;
    width: 25px;
    height: 100px;
    color: #fff;
    display: inline-block;
    margin-left: -35px;
    word-wrap: break-word;
    font-size: 17px;
    line-height: normal;
    padding: 5px;
    text-transform: uppercase;
    cursor:pointer;
    float: left;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.panel_documentos .panel_documentos_wrap{
    display: none;
    float: right;
    width: 100%;
}
.panel_documentos .docs_option{
    margin: 0 10px;
    border-bottom: 1px solid #3c8dbc;
    padding: 5px 2px;
}
.panel_documentos .doc{
    display: none;
}
.panel_documentos .doc h3{
    border-bottom: 1px solid #3c8dbc;
    color: #3c8dbc;
    text-align: center;
    width: 100%;
}
.panel_documentos .rut_preview{
    display: block;
}

#registrousuario .row{
    margin-top: 15px;
}

#registrousuario .label_tipo{
    display: none;
}
#registrousuario .label_cc{
    display: block;
}


.btn_envio_info_simple{
    float: left;
}
.btn_envio_info_completa{
    float: left;
}
.image_stick_bottom{
    max-width: 50%;
    width: 350px;
    position: absolute;
    bottom: 0px;
}

.info-box-icon a{
    color:#fff;
}
.last_row_image{
    position: fixed;
    bottom: 0;
    right: 0;
}

.admin_inicio_image{
    max-width: 400px;
    margin:auto;
    display: block;
}
.actualizacionAlertIco{
    color:#cddc39;
    float: none;
    margin: auto;
    width: 100%;
}
.tooltip_actualizacion_cont{
    color:#72afd2;
    display: none;
    margin-left: 10px;
    text-align: left;
}
#cuadro2::before{
    content: url("../images/intel_whitegrey.png");
    position: fixed;
    right: 0;
}
.forms_empresa::before{
    content: url("../images/intel_whitegrey.png");
    position: fixed;
    right: 0;
}


.pagination{
    width: 100%;
    text-align: center;
    margin:auto;
}
.pagination .sub_page{
    width: 85%;
    margin:auto;
    float: none;
}
.pagination .nav_buttons{
    margin: -5px 5px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    background: #72afd2;
    color: #fff;
}
.pagination .page{
    margin: 5px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    /*float: left;*/
}
.pagination .active{
    background: #3c8dbc;
    color:#fff;
}

@media (max-width: 500px) {
    .last_row_image{
        position: relative;
    }
  .admin_inicio_image {
    /*display: none;*/
  }
}

.loading_wrapper{
    width: 100%;
    float: left;
    text-align: center;
    padding: 5% 0;
}
.loading_gif{
    width: 100px;
    margin: auto;
}
.loading_gif{
    width: 65px;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 35px;
}
.numero_resultados{
    text-align: right;
}
.ListasRestrictivasRes{
    text-align: center;
 }
 .ListasRestrictivasRes .listasRechazado{
     display: none;
 }
 .ListasRestrictivasRes .listasAprovado{
     display: none;
 }
 .ListasRestrictivasRes .loading_gif{
     display: none;
 }

.ListasRestrictivasRepresentanteLegalRes{
    text-align: center;
 }
 .ListasRestrictivasRepresentanteLegalRes .listasRechazado{
     display: none;
 }
 .ListasRestrictivasRepresentanteLegalRes .listasAprovado{
     display: none;
 }
 .ListasRestrictivasRepresentanteLegalRes .loading_gif{
     display: none;
 }
 
 .ListasRestrictivasAccionistasRes{
     text-align: center;
 }
 .ListasRestrictivasAccionistasRes .listasRechazado{
     display: none;
 }
 .ListasRestrictivasAccionistasRes .listasAprovado{
     display: none;
 }
 .ListasRestrictivasAccionistasRes .loading_gif{
     display: none;
 }
 
 .ListasRestrictivasAccionistasRes .resultado_accionista{
     display: none;
     text-align: left;
     height: 150px;
     overflow-y: scroll;
 }
 .ListasRestrictivasAccionistasRes .resultado_accionista p{
     width: 100%;
     float: left;
     border-top: 1px solid #ee3f3e;
 }
.Paginador_dom ul{
    width: 80%;
    margin: auto;
}
 .Paginador_dom ul li{
    float: left;
    list-style: none;
    margin: 0 5px;
 }
 .subpaginador{
    display: none;
     width: 85%;
    margin:auto;
    float: none;
 }
 .subpaginador .subpag_1{
    display: block;
 }

.Paginador_dom .btn_paginador {
    margin: -5px 5px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    background: #72afd2;
    color: #fff;

}
.Paginador_dom .active{
    background: #3c8dbc;
    color:#fff;
}
.footerlogin {
    position: relative;
    width: 100%; 
    bottom: 0; 
    background: rgba(0,0,0,0.7);
}
@media (min-width: 768px) {
  .container {
    width: 90%;
  }
   .footerlogin {
    position: absolute;  
    width: 100%; 
    bottom: 0; 
    background: rgba(0,0,0,0.7);
}
}

.loginForm {
  background: rgba(255, 255, 255, 1) !important;
  z-index: 10 !important;
  border: 0 !important;
  border-radius: 22px !important;
}
@media (max-width: 1366px) {
    .loginForm,
    .loginForm * {
      font-size: 13px !important;
    }
  }
  
    /* Estilo de scroll solo para navegadores WebKit (Chrome, Edge, Safari) */

.background-suplos-dark {
  background-color: #283355 !important;
  color: #fff;
}

.background-suplos-middle {
  background-color: #547BB9 !important;
  color: #fff;
}

.background-suplos-soft {
  background-color: #93b9e8 !important;
  color: #fff;
}

.no-border {
  border: 0 !important;
}

.dark-text-suplos {
  color: #4f4e4f !important;
}

.link-hover {
  color: #547BB9 !important;
}

.link-hover:hover {
  color: #FBB83A !important;
}

.btn-suplos-dark {
  background-color: #4f4e4f !important;
  color: #fff !important;
}

.font-size-16, .font-size-16 * {
  font-size: 16px !important;
}

.height-16, .height-16 * {
  height: 16px !important;
}
