﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

@font-face {
    font-family: roboto-bold;
    font-style: normal;
    font-weight: normal;
    src: url('https://cdn.ici.curitiba.org.br/fontes/roboto-bold.woff') format('woff'), url('https://cdn.ici.curitiba.org.br/fontes/roboto-bold.woff2') format('woff2');
}


@font-face {
    font-family: roboto-medium;
    font-style: normal;
    font-weight: normal;
    src: url('https://cdn.ici.curitiba.org.br/fontes/roboto-medium.woff') format('woff'), url('https://cdn.ici.curitiba.org.br/fontes/roboto-medium.woff2') format('woff2');
}

@font-face {
    font-family: roboto-regular;
    font-style: normal;
    font-weight: normal;
    src: url('https://cdn.ici.curitiba.org.br/fontes/roboto-regular.woff') format('woff'), url('https://cdn.ici.curitiba.org.br/fontes/roboto-regular.woff2') format('woff2');
}
/* Sticky footer styles
-------------------------------------------------- */
html, body {
    position: relative;
    min-height: 100%;
    padding: 0;
    margin: 0;
    background: #e8e8e8;
    font-family: roboto-regular;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.pgCard {
    display: flex;
    padding: 0;
    margin: 0;
    background: #e8e8e8;
    width: 100%;
    height: 100%;
}

    .pgCard [class^="icon-"], [class*=" icon-"] {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'iconesQrcode' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-decoration: none;
    }

.dadosQrcode a {
    text-decoration: none;
}

.pgCard .containerMaster {
    width: 100%;
    padding: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.pgCard .painel {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    background: #fcfcfc;
    padding: 50px 20px;
    box-sizing: border-box;
    border-radius: 30px;
}

    .pgCard .painel .box1 {
        display: flex;
        width: 30%;
        justify-content: flex-end;
        align-items: center;
        margin-right: 35px;
    }

        .pgCard .painel .box1 a {
            max-width:126px;
            display:flex;
            justify-content:center; align-items:center;
        }
        .pgCard .painel .box1 a img {
            width: 100%;
            max-width:100%;
            height: auto;
        }

    .pgCard .painel ul {
        margin: 0;
        padding: 0;
        list-style: none;
        padding: 20px 0;
        border-bottom: 1px solid #e8e8e8;
        display: flex;
        flex-direction: column;
    }

        .pgCard .painel ul::first-child {
            background: #ff00ff;
        }

        .pgCard .painel ul li {
            padding: 7px 0;
            display: inline-flex;
            justify-content: flex-start;
            align-items: baseline;
        }

            .pgCard .painel ul li p {
                font-family: roboto-bold;
                font-size: .9rem;
                margin: 0;
                margin-right: 7px;
                padding: 0;
            }

            .pgCard .painel ul li span {
                font-family: roboto-regular;
                font-size: .9rem;
            }
    .pgCard .painel ul .telefonesLista {
        display:flex; flex-direction:column;
    }
        .pgCard .painel ul .telefonesLista span {
            margin-bottom:7px;
        }

.pgCard .painel .box2 {
    width: 70%;
    box-sizing: border-box;
}
    .pgCard h3 {
        font-family: roboto-bold;
        font-size: 1.6rem;
        padding: 0;
        margin: 0;
    }

.pgCard .midias {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

    .pgCard .midias .btnMidia {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        border: 1px solid #008b3c;
        color: #008b3c;
        font-size: 1.1rem;
        margin-right: 10px;
        text-decoration: none;
    }
