@charset "utf-8";

#rodape {
    width: 100%;
    background-color: #5989c7;
    height: 18vw;
}

#rodape>div {
    width: 360px;
    display: inline-block;
    float: left;
    padding: 36px 0 0 24px;
    position: relative;
}

.line {
    display: inline-block;
    padding-left: 3px;
}

.cor-f {
    fill: lavender
}

.cor-f:hover {
    fill: #04456a;
}

#Camada_1 {
    width: 90%;
}

.cls-1 {
    fill: #04456ae8;
}

.cls-2 {
    fill: none;
    opacity: 0.24;
}

.cls-3 {
    fill: lavender;
}

.cls-1:hover {
    fill: lavender;
    transition: .15s;
}

.cls-2:hover {
    fill: none;
    opacity: 0.24;
}

.cls-3:hover {
    fill: #04456ae8;
    transition: .15s;
}

footer {
    width: 100%;
    bottom: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: black;
    text-align: center;
    color: white;
    line-height: 1.2em;
    z-index: 2001;
    padding: 1px 0 6px 0;
    position: relative;
}

@media screen and (min-width: 641px) and (max-width: 960px) {

    #rodape {
        height: 320px;
    }
    #rodape>div {
        width: 300px;
        padding: 28px 0 0 24px;
    }
    .line {
        padding-right: 9px;
    }
}

@media screen and (min-width: 480px) and (max-width: 640px) {

    #rodape {
        height: 420px;
    }
    #rodape>div {
        width: 300px;
        padding: 28px 0 0 24px;
    }
    .line {
        padding-right: 9px;
    }
}

@media screen and (min-width: 300px) and (max-width: 480px) {

    #rodape {
        height: 445px;
    }
    #rodape>div {
        width: 280px;
        padding: 28px 0 0 24px;
    }
    .line {
        padding-right: 13px;
    }
}