/*
-----------------------------------------------------
FOOTER
-----------------------------------------------------
*/
footer{
    background: linear-gradient(18deg, var(--color-dark), var(--color-dark));
    margin: auto;
}
.footer-top
{
}
.footer-bottom
{
}
.footer-logo, .footer-ul, .footer-map{
    padding-top: 70px;
    padding-bottom: 40px;
}
.footer-logo .logo-footer div img{
    width: 11em;
}

.footer-pages
{
    padding-bottom: 1em;
}
.footer-pages .page,
.footer-acceses .access
{
    padding: 0.5em 1em;
}
.footer-pages .page a,
.footer-acceses .access a
{
    text-decoration: none;
    color: white;
    transition-duration: 0.4s;
}
.footer-pages .page a:hover,
.footer-acceses .access a:hover
{
    text-decoration: underline;
    color: #ccc;
}
.footer-pages .page a span,
.footer-acceses .access a span
{
    font-family: 'Roboto';
    font-size: 1.2em;
    font-variant-caps: all-petite-caps;
}

.footer-line
{
    background: none;
    padding: 0;
}
.footer-line .footer-line-second
{
    margin: auto;
    height: 2px;
    width: 100%;
    background: #064c48;
}
.footer-acceses
{
    padding: 1em;
}

.footer-slogan
{
    font-size: 3em;
    font-family: 'Sulu-Script-Regular';
    color: #eee;
    padding: 0.5em 0;
    letter-spacing: 4px;
}

.footer-rights-reserved
{
    padding: 1em 1em 3em 1em;
}
.footer-rights-reserved .txt
{
    padding-top: 1em;
}
.footer-rights-reserved .txt span
{
    color: #ddd;
    font-size: 0.9em;
    text-align: center;
    display: block;
    margin: auto;
}

.footer-ul .links li{
    list-style: none;
}
.footer-ul .links h3{
    font-size: 1em;
    color: rgba(230, 230, 230);
    font-family: 'Gotham-Bold';
}
.footer-ul .links li{
    margin-top: 5px;
    transition-duration: 0.4s;
}
.footer-ul .links li:hover{
    transform: translateX(5px);
}
.footer-ul .links li a{
    text-decoration: none;
    color:rgba(200,200,200);
    transition-duration: 0.4s;
}
.footer-ul .links li a:hover{
    text-decoration: underline;
}
.footer-ul .links li a span{
    font-size: 0.8em;
    color:rgba(200,200,200);
    text-align: left;
    font-family: 'Gotham-Light';
}

.footer-networks .networks{
    margin-top: 10px;
    padding: 0;
}
.footer-networks .networks li{
    list-style: none;
    margin: 10px;
    transition-duration: 0.4s;
    background: var(--color-dark-2);
    width: 50px;
    height: 50px;
    border-radius: 100px;
}
.footer-networks .networks li:hover{
    transform: translateY(-3px);
}
.footer-networks .networks li a{
    width: 100%;
    height: 100%;
    font-size: 20px;
    text-decoration: none;
    color: rgba(200,200,200);
    transition-duration: 0.4s;
    display: block;
    position: relative;
}
.footer-networks .networks li a i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-map iframe{
    width: 90%;
    margin: 0 5%;
    border:0;
}


@media (max-width: 1024px) and (orientation: landscape) {
    .footer-map{
        padding-top: 0;
        padding-bottom: 40px;
    }
}
/*
-----------------------------------------------------
FOOTER-BOTTOM-WP
-----------------------------------------------------
*/
.div_footer-bottom{
    background: #00141d;
    border-top: 1px solid #333;
    padding: 14px 0;
}
.div_footer-bottom span{
    font-size: 9px;
    letter-spacing: 1px;
    font-weight: lighter;
    text-align: center;
    color: rgba(200,200,200);
}

.whatsapp_chat{
    position: fixed;
    bottom: 30px; right: -90px;
    border-radius: 100%;
    transition-duration: 0.4s;
}
.whatsapp_chat:hover{
    transform: translate(0, -5px);
    box-shadow: 1px 4px 16px 1px rgb(0, 0, 0, 0.3);
}
.whatsapp_chat img{
    width: 50px;
}
@media screen and (max-width: 767px) {
    .div_footer-bottom span{
        font-size: 10px;
        padding-top: 5px;
    }
    .ul_footer-bottom li a{
        padding: 0 5px;
        font-size: 18px;
    }
}