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

footer {
    display: block;
    width: 100%;
    background: rgb(0, 92, 183);
    color: rgb(255, 255, 255);
    padding-top: 35px;
    padding-bottom: 25px;
    text-align: center;
}

.footercontent {
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footsect {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    font-size: .95em;
    text-align: left;
}

.footsect h2,
.footsect h3 {
    font-size: 1.1em;
}

.footsect hr {
    display: block;
    width: 95%;
    border-style: inset;
    border-width: 1px;
    margin: 0.5em 0;
    color: rgb(255, 255, 255);
}

.footsect p {
    line-height: 1em;
    margin-top: 1em;
    margin-bottom: 0;
}

.footsect a,
.footsect a:any-link {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: .85em;
}

.footsect a:hover {
    color: rgb(170, 4, 4);
    text-decoration: none;
}


.link-footer {
    display: block;
    margin-left: 5%;
    line-height: 1.2;
    font-size: .9em;
    color: rgb(170, 4, 4);
    text-decoration: none;
}

.disp-center {
    display: block;
    margin: 0 auto;
}

.logfoot {
    width: 70%;
    height: auto;
    margin: 25px auto;
}

.icnrsfbtn {
    width: 50px;
    height: auto;
}

.footerbooton {
    width: 70%;
    margin: 8px auto;
    text-align: center;
    font-size: .7em;
}

.footerbooton a,
.footerbooton a:hover,
.footerbooton a:any-link {
    color: rgb(255, 255, 255);
    text-decoration: none;
}


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

@media screen and (max-width:1440px) {
    .footercontent {
        width: 80%;
    }
}

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

@media screen and (max-width:1344px) {
    .footercontent {
        width: 85%;
    }
}

@media screen and (max-width:1280px) {
    .footercontent {
        width: 90%;
    }
}

@media screen and (max-width:1024px) {
    .footercontent {
        width: 95%;
    }
}

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

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

    .footsect h2,
    .footsect h3 {
        font-size: .9em;
    }

    .footsect a,
    .footsect p,
    .link-footer {
        font-size: .8em;
    }
}

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

@media screen and (max-width:554px) {
    footer {
        width: 100%;
        display: block;
        padding-top: 24px;
        padding-bottom: 50px;
    }

    .footercontent {
        width: 100%;
    }

    .footsect {
        display: block;
        box-sizing: border-box;
        overflow: hidden;
        width: 90%;
        margin: 0 auto;
        padding-top: 4px;
        padding-bottom: 8px;
    }

    .logfoot {
        width: 100%;
        margin: 15px auto;
    }

    .footsect h2,
    .footsect h3 {
        font-size: 1 em;
    }

    .footsect a,
    .footsect p,
    .link-footer {
        font-size: .9em;
    }
}

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

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

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