@charset "utf-8";
/* CSS Document */


.Footer-2 .Footer .background {
    padding-top: 100px;
    background-color: rgba(255, 255, 255, 1);
    padding-bottom: 100px;
}

.Footer-2 .Footer .bg1 {
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px var(--colorUser25);
    -webkit-box-shadow: 0px 0px 10px 0px var(--colorUser25);
    -moz-box-shadow: 0px 0px 10px 0px var(--colorUser25);
}

.Footer-2 .Footer h4 {
    font-size: 18px;
    font-weight: bold;
    color: var(--colorUser);
}

.Footer-2 .Footer img {
    max-width: 200px !important;
    margin-right: auto;
    margin-left: auto;
}

.Footer-2 .Footer ul {
    list-style-position: inside;
    list-style-type: none;
    padding: 0px;
}

.Footer-2 .Footer li {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #c0c0c0;
    margin: 0px;
}

.Footer-2 .Footer li a {
    text-decoration: none;
    color: #999999;
    line-height: 38px;
    display: block;
    margin: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}

.Footer-2 .Footer li a:hover {
    text-decoration: none;
    background-color: var(--colorUser10);
    color: rgba(51, 51, 51, 1);
}

.Footer-2 .Footer .datos {
    text-align: left;
}

.Footer-2 .Footer .datos a {
    text-decoration: none;
    color: var(--colorUser);
}

.Footer-2 .Footer .datos .dato {
    line-height: 38px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #c0c0c0;
}

.Footer-2 .Footer .datos .dato .fa {
    color: var(--colorUser);
    font-size: 20px;
    width: 28px;
    text-align: center;
}

.Footer-2 .Footer .datos .dato .fs {
    color: var(--colorUser);
    font-size: 20px;
    width: 28px;
    text-align: center;
}

.Footer-2 .Footer .bg2 {
    background-color: var(--colorUser);
}

.Footer-2 .Footer .redes {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

.Footer-2 .Footer .redes .elemento {
    text-align: center;
    height: 38px;
    width: 38px;
    display: inline-block;
    margin-right: 0.5%;
    margin-left: 0.5%;
}

.Footer-2 .Footer .redes .elemento a {
    height: 38px;
    width: 38px;
    display: block;
    color: var(--colorUser);
}

.Footer-2 .Footer .redes .elemento a:hover {
    color: var(--colorUser75);


}

.Footer-2 .Footer .redes .elemento .fa {
    font-size: 32px;
    line-height: 38px;

}

.Footer-2 .Footer .redes .elemento .fs {
    font-size: 32px;
    line-height: 38px;

}

.Footer-2 .Footer .copy {
    background-color: var(--colorUser);
    line-height: 50px;
    color: rgba(255, 255, 255, 1);
    background-image: url(../img/negro60.png);
}

.Footer-2 .Footer .marca a {
    opacity: 0.4;
}

.Footer-2 .Footer .marca a:hover {
    opacity: 0.9;
}

.Footer-2 .Footer .koma a {
    opacity: 0.4;
}

.Footer-2 .Footer .koma a:hover {
    opacity: 0.9;
}

@media screen and (max-width: 992px) {

    .Footer-2 .Footer .datos {
        text-align: center;
    }

    .Footer-2 .Footer .redes {
        text-align: center;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #c0c0c0;
        margin-bottom: 20px;
    }
}
