footer {
    position: relative;
    z-index: 1;
}

footer:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background: url(../images/bg4.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 0;
    opacity: 1;

}


.footer-navbar li {
    display: inline-block;
    color: var(--orangergba5);
    margin: 5px;
    font-size: 15px;
}

.footer-navbar li a {
    font-size: 15px;
    color: var(--orangergba7);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-navbar li a:hover {
    color: var(--lblue2);
}

.footer-navbar li:last-child a {
    padding-right: 0;
}

.footer-navbar li:first-child a {
    padding-left: 0;
}

.footer-navbar .nav-link:focus {
    color: inherit;
}


.logo-footer {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 15px 0px 15px;
    text-align: center;
}

.logo-footer a {
    position: relative;
    z-index: 1;
}

.logo-footer img {
    width: 225px;
    /*filter: brightness(0) invert(1);*/
    margin: auto;
}


.footerTitle .cs_footer_widget_title {
    display: inline-block;
    padding-bottom: 15px;
    position: relative;
    color: var(--orange2);
    font-size: 24px;
    font-weight: bold;
}

.footerTitle .cs_footer_widget_title::before, .footerTitle .cs_footer_widget_title::after {
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footerTitle .cs_footer_widget_title::before {
    width: 100%;
    background: linear-gradient(245deg, var(--lblue3) -67.04%, var(--lblue1) 129.05%);
}

.footerTitle .cs_footer_widget_title::after {
    width: 15px;
    background-color: var(--orange2);
    left: 0px;
    /*animation: slide-both 15s linear infinite;*/
}

/*
@keyframes slide-both {
    50% {
        left: calc(100% - 8px);
    }
}
*/
.footer-widget-links {
    margin: 0;
}

.footer-widget-links-two {
    column-count: 2;
    column-gap: 20px;
}

@media (max-width: 576px) {
    .footer-widget-links-two {
        column-count: 1;
    }
}


.footer-widget-links {
    margin: 0;
}

.footer-widget-links li {
    position: relative;
    padding-bottom: 1px;
    /*border-bottom: 1px solid var(--whitergba2);*/
}

.footer-widget-links li:last-child {
    border-bottom: 0px solid #fc0;
}


.footer-widget-links li::before {
    position: absolute;
    content: "";
    background-position: top center;
    background-repeat: no-repeat;
    background: url(../images/chevron-right0.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top: 50%;
    left: -25px;
    height: 20px;
    width: 20px;
    color: var(--dblue2);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-widget-links li:focus::before,
.footer-widget-links li:hover::before {
    opacity: .75;
    left: -5px;
}


.footer-widget-links li a {
    padding: 3px 0px 0px 0px;
    display: block;
    color: var(--orangergba8);
    font-size: 14px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: bold;
    margin-bottom: 0px;
}

.footer-widget-links li a svg {
    position: relative;
    top: 0px;
    width: 22px;
    height: 22px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--lblue2);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    margin-right: 10px;
}


.footer-widget-links li:focus a,
.footer-widget-links li:hover a {
    color: var(--lblue2);
    padding-left: 15px;
}


.footer-border-top {
    width: 100%;
    display: block;
    position: relative;
    z-index: 3;
    border-top: 1px solid var(--blackrgba1);
}


footer .icon-info {

}

footer .icon-info svg {
    position: relative;
    width: 60px;
    height: 60px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--lblue2);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.footer-widget-contact {

}

.footer-widget-location p,
.footer-widget-contact p {
    margin: 0px;
    color: var(--white);
    font-size: 14px;
}

.footer-widget-contact li {
    position: relative;
    min-height: 36px;
    padding-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--dblue1);
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 3px;
}

/*.footer-widget-contact li:last-child {
	padding-top: 5px;
	margin-bottom: 5px
}*/

.footer-widget-contact li + li {
    border-top: 0px solid var(--lbluergba2);
}


.footer-widget-contact li svg {
    position: relative;
    top: 2px;
    left: -10px;
    width: 22px;
    height: 22px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--orangergba8) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.footer-widget-contact li:hover svg {
    fill: var(--orangergba8) !important;
}


.footer-widget-contact li a {
    color: var(--orangergba8);
    font-size: 16px;
    line-height: 1.1;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-widget-contact li a span {
    font-size: 14px;
}

.footer-widget-contact li:hover a {
    color: var(--lblue2);
}


.copyright {

}

.copyright img {
    width: 50px;
}

.copyright p {
    color: var(--orangergba7);
    font-size: 14px !important;
    line-height: 20px;
    margin-bottom: 0px;
}

.copyright a {
    color: var(--orangergba7);
    font-size: 14px !important;
}

.copyright a:focus,
.copyright a:hover {
    color: var(--developer);
}

.copyright a svg {
    position: relative;
    top: 1px;
    width: 70px;
    height: 19px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--orangergba7) !important;
    transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}


.copyright a:hover svg {
    fill: var(--developer) !important;
}


footer .social-icons {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: right;
}


footer .social-icons li a {
    background: var(--lblue2);

}

footer .social-icons li a svg {
    position: relative;
    top: 5px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

footer .social-icons li:hover a svg {
    fill: var(--white);
}

footer .social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style-type: none;
    padding: 0;
    margin: 0;
}


@media only screen and (max-width: 767px) {
    footer .social-icons {
        justify-content: flex-start;
        text-align: left;
    }
}

footer .paragrafo h3 {
    color: var(--orangergba7) !important;
}

footer .paragrafo p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.2;
    color: var(--orangergba5);
}