#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;
}

#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;
}