﻿.footer {
    background: white;
    border-top: 1px solid #e7eaec;
    padding: 10px 20px;
    width: 100%;
    position: sticky;
    top: 100vh;
    z-index: 1000;
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    background: url('/image-view/MountainLake.jpg') no-repeat center center fixed;
    background-size: cover;
    min-height: 100vh;
}

section {
    flex: 1;
}

.fs-7 {
    font-size: 0.8rem;
}

/* Termos e Políticas */

.icg-mgm-politica {
    width: 100%;
    text-align: center;
}

    .icg-mgm-politica > div {
        display: inline-block;
        width: auto;
    }

.icg-mgm-feriado {
    width: 60%;
    text-align: center;
    padding-top: 25px;
    font-size: 18px;
    margin: 0 auto;
}

.icg-politica-ibox {
    background-color: #ffffff;
    margin: 5vh;
    margin-bottom: 5%;
    width: 95%;
    max-height: 90%;
    position: relative !important;
    color: black !important;
    border-radius: 10px;
}

.icg-politica-ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 0 0;
    border-radius: 10px;
    color: inherit;
    margin-bottom: 0;
    padding: 10px 10px 7px;
    min-height: 48px;
    position: relative;
}

.icg-politica-ibox-tools {
    display: block;
    float: none;
    margin-top: 0;
    position: absolute;
    padding: 0;
    text-align: right;
    top: 15px;
    right: 15px;
}

.icg-politica-ibox-content {
    max-height: 70vh;
    background-color: #ffffff;
    color: inherit;
    padding: 15px 10vh 20px 10vh;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
    border-radius: 10px;
    overflow-y: scroll;
    text-align: justify;
}

    .icg-politica-ibox-content > div > ol {
        list-style: lower-alpha;
    }

        .icg-politica-ibox-content > div > ol > li {
            margin-top: 4px;
        }


