.contenedor-cuerpo{
    min-height: 100vh;
    background: url(../img/fondo-app.jpg);
    background-size: cover;
    background-position: center;
}

#contenido-cuerpo{
    padding-top: 9em !important;
    padding-bottom: 5em !important;
    min-height: 100vh;
}

.miniseparador-dorado {
    border-top: 3px solid #a59160;
    width: 40px;
    margin: 1em auto 1.5em 0px;
}

.alert{
    padding-top: 1.5em;
    padding-bottom: 1em;
}

.alert p{
    font-size: 1.2em;
}

.alert-danger {
    color: #812835;
    background-color: #d3a3a3;
    border-color: #f7c6c5;
}

.alert-warning {
    color: #26371f;
    background-color: #e9ebaa;
    border-color: #fffacc;
}

.btn-blanco-transparente{    
    border-radius: 0px;
    border: 2px solid #FFF;
    font-weight: 500;
    background: transparent;
    margin: auto;
    margin-top: 0px;
    color: #FFF;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    transition: 300ms;
    -webkit-transition: 300ms;
    max-width: 250px;
    width: 100%;
}

.btn-blanco-transparente:hover, .btn-blanco-transparente:focus{    
    background: white;
    color: #000;
}


.btn-link-dorado{    
    border: 2px solid transparent;
    background: transparent;
    color: #786a2d;
    font-size: 1em;
    letter-spacing: 0.05em;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.btn-link-dorado:hover, .btn-link-dorado:focus{    
    background: #B1A676;
    color: white;
}

.btn-link-green {
    border: 2px solid transparent;
    background: #10b802;
    color: white;
    font-size: 1em;
    letter-spacing: 0.05em;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.btn-link-green:hover, .btn-link-green:focus{    
    background: #0b7501;
    color: white;
}

.btn-nuevo-documento{    
    border-radius: 0px;
    border: 2px solid #af936b;
    font-weight: bold;
    background: transparent;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #af936b;
    font-size: 0.9em;
    letter-spacing: 0.05em;
    transition: 300ms;
    -webkit-transition: 300ms;
    max-width: 250px;
    width: 100%;
    text-transform: uppercase;
}

.btn-nuevo-documento:hover, .btn-nuevo-documento:focus{    
    background: #af936b;
    color: white;
}

.btn-cancelar-archivo{    
    border-radius: 0px;
    border: 2px solid #e3342f;
    font-weight: bold;
    background: transparent;
    margin: auto;
    color: #e3342f;
    font-size: 0.9em;
    letter-spacing: 0.05em;
    transition: 300ms;
    -webkit-transition: 300ms;
    max-width: 250px;
    width: 100%;
    text-transform: uppercase;
}

.btn-cancelar-archivo:hover, .btn-cancelar-archivo:focus{    
    background: #e3342f;
    color: white;
}

.btn-subir-adjunto{    
    border-radius: 0px;
    border: 2px solid #05622d;
    font-weight: bold;
    background: transparent;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #05622d;
    font-size: 0.9em;
    letter-spacing: 0.05em;
    transition: 300ms;
    -webkit-transition: 300ms;
    max-width: 250px;
    width: 100%;
    text-transform: uppercase;
}

.btn-subir-adjunto:hover, .btn-subir-adjunto:focus{    
    background: #05622d;
    color: white;
}

.btn-dorado-transparente{    
    border-radius: 0px;
    border: 2px solid #af936b;
    font-weight: bold;
    background: transparent;
    margin: auto;
    margin-top: 20px;
    color: #af936b;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    transition: 300ms;
    -webkit-transition: 300ms;
    max-width: 300px;
    width: 100%;
}

.btn-dorado-transparente:hover, .btn-dorado-transparente:focus{    
    background: #af936b;
    color: white;
}

.breadcrumb-idhac{
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumb-idhac>.breadcrumb-item.active {
    color: white;
}

.breadcrumb-idhac>.breadcrumb-item>a {
    color: #f2da8a;
}

.breadcrumb-idhac>.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: white;
    content: ">";
}

.dropzone{
    background-color: #e8e8e8 !important;
    font-size: 1.4em;
    color: #525252;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0.5em;
}

.dropzone i{
    font-size: 1.6em;
}

/*------------------------------------*\
    ESTILOS GENERALES: MENÚ
\*------------------------------------*/

#boton-menu{
    background-color: white;
}

#logo-menu img{
    max-width: 220px;
    width: 100%;
    transition: 300ms;
    -webkit-transition: 300ms;
}

#menu-principal{
    background-color: #151413;
    border-bottom: 1px solid white;
}

#menu-principal a{
    color: white;
    transition: 300ms;
    -webkit-transition: 300ms;
}

#menu-principal a:hover{
    background-color: #484848;
    border-radius: 10px;
}

#menu-principal a.dropdown-item{
    color: #333;
}


.table-hover tbody tr {
    transition: 200ms;
    -webkit-transition: 200ms;
}

.logo-proveedor-index{
    width: 100%;
    max-width: 150px;
}

.logo-proveedor-form{
    width: 100%;
    max-width: 300px;
}

.btn-ver-documentacion{
    margin-bottom: 10px;
}

.form-adjuntos .col-md-4 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 1em;
    padding-bottom: 1em;
  }

/*------------------------------------*\
    INICIO
\*------------------------------------*/
#inicio-web{
    color: white;
}

#inicio-web h2{
    font-size: 4em;
}

/*------------------------------------*\
    ESTILOS INICIAR SESIÓN
\*------------------------------------*/

#contenedor-login{
    background-color: rgba(255, 255, 255, 0.85) !important;
    background-color: white;
    border-radius: 5px;
    box-shadow: 3px 2px 6px;
    padding: 3em 2em 3em;
}

#contenedor-login h2{
    font-weight: bold;
    font-size: 2.2em;
    margin-bottom: 20px;
}

#contenedor-login input {
    background-color: transparent;
    border: 0px solid black;
    border-bottom: 1px solid black;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    border-radius: 0px;
    margin-bottom: 30px;
    font-size: 18px;
}

#contenedor-login label{
    font-weight: 500;
    font-size: 1.2em;
}

#contenedor-login select {
    font-size: 1.2em;    
    background-color: transparent;
    border-bottom: 1px solid black;
}

#iniciar-sesion{
    border-radius: 0px;
    border: 2px solid #b59960;
    font-weight: 500;
    background: transparent;
    margin: auto;
    margin-top: 20px;
    color: #333;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
}

#iniciar-sesion:hover, #iniciar-sesion:focus{
    background-color: #b59960;
    color:white;
}

/*------------------------------------*\
    ESTILOS PANEL DE USUARIO
\*------------------------------------*/

#panel-usuario{
    color: white
}

#fondos-grises{
    background-color: #f5f5f5;
    padding: 3em 2em;
    color: #333;
    border-radius: 10px;
    margin-bottom: 3em;
}

/*------------------------------------*\
    ORDENES DE COMPRA LISTA
\*------------------------------------*/

#proveedor-ordenes{
    color: white;
}

#proveedor-ordenes .paginate_button:not(.current){
    color: white !important;
}

#proveedor-ordenes label{
    color: white;
}

#mis-ordenes_filter input{
    background-color: white;
    color: #333;
}

#mis-ordenes thead tr{
    background-color: #a99563;
    color: white;
    font-size: 1.1em;
}

#mis-ordenes thead tr th{
    padding: 1em 0.5em;
}

/*------------------------------------*\
    ORDERNES: SHOW
\*------------------------------------*/

.contenedor-historial p.historial-notas{
    font-weight: normal;
    margin-bottom: 0px !important;
    text-align: justify;
    font-size: 1em;
    width: 95%;
    margin: auto;
}

.contenedor-historial p.historial-notas a{
    font-weight: bold;
    margin-bottom: 0px !important;
}

.tabla-historiales{
    text-align: left;
}


.tabla-historiales tr th:last-child, .tabla-historiales tr td:last-child {
    text-align: center;
}

.tabla-adjuntos>tbody>tr:not(.table-no-datos) td:last-child {
  display: inline-table;
  margin-top: 1em;
}

.contenedor-enviar-historial{
    background-color: #dadada;
    padding: 1.5em 1em 2em;
    border-radius: 0em;
    color: #333;
}

.contenedor-enviar-historial-barra{
    background-color: #dadada;
    padding: 0em 1em 2em;
    border-radius: 0em;
    color: #333;
}

.info-archivo{
    background-color: #dadada;
    padding: 1.5em 1em 1.5em;
    border-radius: 0em;
    color: #333;
}

.botones-adjunto{
    background-color: #dadada;
}


#accordion-historial .card{
    border: 0px;
    margin-bottom: 1em;
}

#accordion-historial .card-header{
    background-color: #B1A676;
    border-radius: 1em;
    transition: 300ms;
    -webkit-transition: 300ms;
}

#accordion-historial .card-header:hover{
    background-color: #927c25;
}

#accordion-historial .card-header a{
    color: white;
    font-weight: 900;
    font-size: 1.1em;
}

#accordion-historial .card-body{
    padding: 0;
}

/*------------------------------------*\
    ESTILOS GENERALES PARA ADMINISTRADORES
\*------------------------------------*/

.img-entidad{
    max-width: 150px;
}

/*------------------------------------*\
    ESTILOS GENERALES PARA PROVEEDORES
\*------------------------------------*/


#panel-proveedor h1{
    color: white;
}


.btn-documentos{
    background-color: white;
    color:#B1A676;
    font-size: 1.1em;
    font-weight: bold;
    border:3px solid #B1A676;
    border-radius: 1px;
    margin-bottom: 1em;
    width: 100%;
    text-align: left;
}


.tablas-descargar-expedientes>nav>div>a:nth-child(odd){
    background-color: white;
    color: black;
  }
  
  .tablas-descargar-expedientes>nav>div>a:nth-child(even){
    background-color: #d1d1d1;
    color: black;
  }
  
  .tablas-descargar-expedientes>nav>div>a.active{
    background-color: #B1A676 !important;
    color: white !important;
  }
  
  .tabla-expediente>tbody>tr:nth-child(odd){
    background-color: #d1d1d1;
    color: black;
  }
  
  .tabla-expediente>tbody>tr:nth-child(even){
    background-color: white;
    color: black;
  }

/*------------------------------------*\
    ESTILOS PARA SHOW PROVEEDORES
\*------------------------------------*/
.contenedor-show-proveedor{
    color: white;
}

.contenedor-show-proveedor h4{
    font-weight: bold;
}

.contenedor-show-proveedor p{
    margin-bottom: 0.5em;
    font-size: 1.1em;
}

.tabla-informacion-proveedor td{
    width: 50%;
    vertical-align: middle;
}   

.duda-tooltip{
    background-color: black;
    color: white;
    padding: 0.1em 0.6em;
    border-radius: 1em;
    font-size: 0.8em;
}

/*------------------------------------*\
    ESTILOS GENERALES DEL CONTRATANTE
\*------------------------------------*/
.contenedor-modulos-contratante h2{
    color: white;
    margin-top: 1em;
    margin-bottom: 1em;
}

.contenedor-modulos-contratante table {
    margin-top: 1em;
}

.contenedor-modulos-contratante table thead tr th{
    background-color: #9c895a !important;
    color: white !important;
    font-size: 1.1em;
}

/*------------------------------------*\
    ESTILOS PARA PANEL ADMINISTRACION
\*------------------------------------*/

#panel-administracion{
    color: white;
}

/*------------------------------------*\
    ESTILOS PARA FOOTER
\*------------------------------------*/

footer {
    background-color: #151413;
    padding-top: 40px;
    padding-bottom: 30px;
    color: white;
    border-top: 0px solid #a99563;
}

.img-logo-footer {
    max-width: 250px;
    width: 100%;
}

footer .fa-ul {
    list-style-type: none;
    margin-left: 4em;
    padding-left: 0;
}

footer .fa-li {
    left: -4em;
    position: absolute;
    text-align: center;
    width: 4em;
    line-height: inherit;
}
footer .fa-ul i{
  font-size: 30px;
}

.call-center-mexico {
    color: white;
    font-size: 15px;
    text-align: center;
}

.call-center-mexico a, .call-center-mexico a:hover, .call-center-mexico a:focus, .footer-privacidad a,  .footer-privacidad a:hover,  .footer-privacidad a:focus{
    color: white;
}

.correo-footer {
    color: white;
    font-size: 14px;
    text-align: left;
  }
  
  .correo-footer a, .correo-footer a:focus, .correo-footer a:hover {
    color: white;
    font-size: 14px;
    text-align: left;
  }
  
  .titulo-aviso-privacidad{
    color: white;
    font-size: 14px;
    font-weight: bold;
  }
  
  .titulo-ubicaciones-footer{
    color: white;
    font-size: 14px;
    font-weight: bold;
  }

.siguenos-footer{
  color: white;
  font-weight: 500;
  text-align: right;
  font-size: 15px;
  margin-bottom: 0px;
}


.redes-lista {
    display: table;
    width: 50%;
    padding-left: 0px;
    /* table-layout: fixed; */
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin: auto 0 auto auto;
}

.redes-lista li {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    text-align: center;
}

.redes-lista li a {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 5px;
    text-align: center;
}

.redes-lista li a i {
    width: 30px;
    color: white;
}

.footer-facebook {
    background-color: #245A9B;
}

.footer-correo {
    background-color: #a99563;
}

.footer-linkedin {
    background-color: #007BBC;
}

.footer-instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.footer-youtube {
    background-color: #FF0000;
}

.regresar-top {
    position: fixed;
    bottom: 6em;
    left: 10px;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    padding: 1em 1.2em;
    background-color: #a59160;
}

.regresar-top i {
    font-size: 30px;
    color: white;
}

@media (max-width: 767px){
  
    .call-center-mexico {
      margin-top: 30px;
    }
    

    #contenedor-login .form-check{    
        padding-left: 0rem;
    }

}

@media (max-width: 991px){
    footer {
        text-align: center;
    }
    
  .redes-lista {
    margin: auto;
    width: 100% !important;
  }

  .siguenos-footer {
    text-align: center !important;
  }

  .correo-footer{
    text-align: center;
  }

  .img-logo-footer {
    max-width: 150px;
    display: block;
    margin: auto;
  }
}

/*------------------------------------*\
    PANTALLAS DE ERRORES
\*------------------------------------*/

.pantalla-errores {
    color: white;
    display: block;
    width: 100%;
    margin: 100px 0;
    line-height: 1.6em;
    text-align: center;
  }
  
  .pantalla-errores .hgroup {
    text-transform: uppercase;
  }
  
  .pantalla-errores .hgroup h1 {
    margin-bottom: 25px;
    font-size: 80px;
  }
  
  .pantalla-errores .hgroup h1 span {
    display: inline-block;
    margin-left: 5px;
    padding: 2px;
    border: 1px solid #CCCCCC;
    overflow: hidden;
  }
  
  .pantalla-errores .hgroup h1 span strong {
    display: inline-block;
    padding: 0 20px 20px;
    border: 1px solid #CCCCCC;
    font-weight: normal;
  }
  
  .pantalla-errores .hgroup h2 {
    font-size: 60px;
  }
  
  .pantalla-errores a {
    font-weight: bold;
    color: #a99563;
  }
  
  
/*------------------------------------*\
    ESTILOS PARA SITIO DE QR
\*------------------------------------*/

#contenedor-vista-qr{
    color: white;
}

.img-proveedor-qr{    
    border-radius: 50%;
}

.circle-image{
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    width: 250px;
    height: 250px;
    background-color: white;
  }
  .circle-image img{
    width:100%;
    height:100%;
    object-fit: contain;
  }
  
  .razon-vista-qr{
      text-transform: uppercase;
  }

  #contenedor-vista-qr .miniseparador-dorado{
      display: block;
      margin: auto;
  }

.alert-estado{
    padding-top: 1em;
    max-width: 500px;
    margin: auto;
    margin-bottom: 2em;
}

.alert-aprobado {
    color: white;
    background-color: #24861e;
    border-color: #24861e;
}

.alert-restringido {
    color: white;
    background-color: #812835;
    border-color: #812835;
}

.alert-estado p{
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5em;
    margin-bottom: 0;
}

.btn-permiso-guardia{
    background-color: #1e718b;
    color: white;
    font-size: 1.5em;
}

.btn-permiso-guardia:hover{
    background-color: #0e4a5c;
    color: white;
}


#form-qr-guardia form{       
    background-color: rgba(255, 255, 255, 0.85) !important;
    background-color: white;
    padding: 1em 1.5em;
    padding-top: 1.5em;
    border-radius: 1em;
    color: black;
}

#form-qr-guardia label {
    font-weight: 500;
    font-size: 1.2em;
}

#form-qr-guardia form p {
    font-size: 2em;
}

#form-qr-guardia input {
    background-color: transparent;
    border: 0px solid black;
    border-bottom: 1px solid black;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    border-radius: 0px;
    margin-bottom: 30px;
    font-size: 18px;
}

.lista-documentos-qr{
    background-color: #f5f5f5;
    color: black;
    max-width: 600px;
    margin: auto;
}

.lista-documentos-qr p.titulo-listado-qr{
    font-size: 1.6em;
}

.lista-documentos-qr p{
    font-size: 1.2em;
    text-transform: uppercase;
}

.lista-documentos-qr p{
    font-size: 1.2em;
    text-transform: uppercase;
    max-width: 400px;
    margin: auto;
    margin-bottom: 1em;
}


.lista-documentos-qr p:not(.titulo-listado-qr){
    border-bottom: 1px solid #a59160;
}

.lista-documentos-qr p i{
    font-size: 1.5em;
}

.lista-documentos-qr p i.fa-check{
    color: #29c421;
}

.lista-documentos-qr p i.fa-times{
    color: #dd1b38;
}