#headerInicio .carousel-item {
    min-height: 100px;
}

#headerInicio {
    background: linear-gradient(rgba(219, 219, 219, .8), rgba(157, 157, 157, .8)), url("../img/wc-agencia.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    background-position: center;
}

.container {
    padding-top: 10px;
}

.container .wc-portal-title {
    text-align: center;
}

.container .wc-portal-title h1 {
    color: #808080;
    font-size: 32px;
    font-weight: 600;
    border-bottom: solid 1px #808080;
}

#menuPortal {
    min-height: 300px;
    height: 100%;
}

#menuPortal ul {
    height: 100%;
    overflow: auto;
}

#menuPortal li {
    margin: 10px;
    border-radius: 15px;
    height: 90px;
    padding: 20px 0;
}

.wc-menu-option h2 {
    color: #fff;
    font-weight: 600;
    line-height: 1.1;
}

#menuOptionDocumento {
    background: linear-gradient(#3F51B5, #3f51b5a6), url("../img/wc-documentos.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionDocumento:hover {
    background: linear-gradient(#28a745, #28a74596), url("../img/wc-documentos.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionReportes {
    background: linear-gradient(#3F51B5, #3f51b5a6), url("../img/wc-reportes.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionReportes:hover {
    background: linear-gradient(#28a745, #28a74596), url("../img/wc-reportes.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionUsuarios {
    background: linear-gradient(#3F51B5, #3f51b5a6), url("../img/wc-nosotros.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionUsuarios:hover {
    background: linear-gradient(#28a745, #28a74596), url("../img/wc-nosotros.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionUsuarios.active {
    background: linear-gradient(#28a745, #28a74596), url("../img/wc-nosotros.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionPerfiles {
    background: linear-gradient(#3F51B5, #3f51b5a6), url("../img/wc-credito-auto.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionPerfiles:hover {
    background: linear-gradient(#28a745, #28a74596), url("../img/wc-credito-auto.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionListados {
    background: linear-gradient(#3F51B5, #3f51b5a6), url("../img/wc-listados.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionListados:hover {
    background: linear-gradient(#28a745, #28a74596), url("../img/wc-listados.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionInventario {
    background: linear-gradient(#3F51B5, #3f51b5a6), url("../img/wc-agencia.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionInventario:hover {
    background: linear-gradient(#28a745, #28a74596), url("../img/wc-agencia.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionCatalogo {
    background: linear-gradient(#3F51B5, #3f51b5a6), url("../img/wc-autos-agencia.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionCatalogo:hover {
    background: linear-gradient(#28a745, #28a74596), url("../img/wc-autos-agencia.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionClientes {
    background: linear-gradient(#3F51B5, #3f51b5a6), url("../img/wc-vende-auto.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: initial;
}

#menuOptionClientes:hover {
    background: linear-gradient(#28a745, #28a74596), url("../img/wc-vende-auto.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: initial;
}

#menuOptionBlog {
    background: linear-gradient(#3F51B5, #3f51b5a6), url("../img/wc-blog.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: initial;
}

#menuOptionBlog:hover {
    background: linear-gradient(#28a745, #28a74596), url("../img/wc-blog.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: initial;
}

#containerPortal .wc-img-fondo {
    opacity: 0.2;
}

.copyright_section .copyright_text {
    border-top: solid 1px #808080;
    color: #808080;
}

.copyright_section .copyright_text a {
    color: #808080;
}

.copyright_section .copyright_text a:hover {
    color: #5eb800;
}

#datosUsuarios, 
#datosUsuariosEmpresa {
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 15px;
}

#datosUsuarios label,
#datosUsuariosEmpresa label {
    font-size: 20px;
}

#dataUsuarios {
    margin-top: 10px;
}

#dataUsuarios .form-group {
    text-align: center;
}

#dataUsuarios h2 {
    background-color: #8c8c8c;
    padding: 0;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
}

#tablaUsuarios {
    width: 100%;
    overflow-x: auto;
}

#tablaUsuarios .table {
    width: 1500px !important;
    max-width: 1500px !important;
}

#tablaUsuarios .table th,
#tablaUsuarios .table td {
    text-align: center;
    vertical-align: middle;
}

.modal {
    background-color: rgba(0,0,0,0.4);
}

.modal .modal-header {
    padding: 10px 1rem;
}

.modal h2 {
    padding: 0;
}

.modal .modal-footer {
    padding: 5px 0.75rem;
}

#modalDetalle .modal-dialog {
    max-width: 1320px !important;
}

#modalDetalle .modal-body {
    max-height: 70vh;
    overflow: auto;
}

.file-drop-area {
    align-items: center;
    height: 140px;
    width: 100%;
    max-width: 100%;
    padding: 55px 20px;
    border: dashed 2px #808080;
    border-radius: 3px;
    transition: 0.2s;
    text-align: center;

}

.choose-file-button {
    flex-shrink: 0;
    background-color: #808080;
    border: solid 1px #808080;
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

.file-message {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;

}

.wc-archivo-usuario {
    text-align: center;
    border: solid 1px #000;
    border-radius: 10px;
    margin: 10px;
}

.wc-archivo-usuario img {
    height: 200px;
}