.whatsappFixed-frm {
    position: fixed;
    bottom: 16px;
    right: 20px;
    z-index: 101;
    width: 50px;
}

.whatsappFixed-frm a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 5px 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 2px 0 #ffffff;
    transition: all 200ms linear;
}

.whatsappFixed-frm a [class*="fa-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    width: 25px;
    color: rgba(255, 255, 255, 1);
}

.whatsappFixed-frm a.whatsappFixed {
    background-color: rgba(39, 197, 0, 1);
}

.whatsappFixed-frm a.whatsappFixed:hover {
    background-color: rgba(33, 169, 0, 1);
}

/** footer-l1 */
.footer-l1 {
    background-color: #262626;
    padding: 40px 0;
    color: #777;
}

.footer-l1-cols {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.footer-l1-col {
    width: 240px;
}

.footerNews-lst {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

a.footerNews-item {
    font-size: 13px;
    color: #8a8a8a;
    transition: all 200ms linear;
}

a.footerNews-item:hover {
    color: #a7a7a7;
}

.footer-title {
    margin-bottom: 20px;
    border-bottom: #4e4e4e solid 1px;
    font-size: 14px;
    font-weight: 700;
    color: #e7e7e7;
}

.footerGalerias-lst {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

a.footerGalerias-item {
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 4px;
    padding: 5px;
    font-size: 13px;
    color: #8a8a8a;
    transition: all 200ms linear;
}

a.footerGalerias-item:hover {
    background-color: #444444;
}

.footerGalerias-item-img {
    width: 70px;
    height: 50px;
    object-fit: cover;
    object-position: center;
}

/* footerRs-lst */
.footerRs-lst {
    display: flex;
    gap: 5px;
}

a.footerRs-link {
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 4px;
}

a.footerRs-link [class*="fa-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #fff;
}

.footerRs-link.footerRs-instagram {
    background-color: #305777;
}

.footerRs-link.footerRs-facebook {
    background-color: #3b5998;
}

.footerRs-link.footerRs-youtube {
    background-color: #C4302B;
}

/** footer l2 */
.footer-l2 {
    padding: 20px 0;
    background-color: #222;
    color: #999;
    text-align: center;
}

.footer-rs-lst {
    display: flex;
    gap: 14px;
}

a.footer-rs-item {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ffc800;
    font-size: 24px;
    color: #1d475f;
}

.footer-rs-item [class*="fa-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-psd-logo {
    margin: 30px 0 0 auto;
    display: block;
}

.copy {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    text-align: center;
}

@media screen and (max-width: 1130px) {
    .footer-l1-col:first-child {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .footer-l1-col {
        width: 100%;
    }
}