body,
html {
    height: 100%;
}

.linhabanner {
    text-align: center; 
    vertical-align: top;
    height: 200px;
    width: 33.33%
}

.logobanner {
    width: 90px !important;
    margin: 10px;
    border: 0;
}
.secaoprincipal {
    min-height: 500px;
}

body {
    margin-top: 55px !important;
}

.conteudo {
    min-height: 450px;
}

.sublink {
    margin-top: -30px !important;
    padding: 0 !important;
}

.scroll {
    padding-top: 5px;
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
    margin: 0 auto;
    white-space: nowrap;
    text-align: center;
}

.scroll table {
    text-align: center;
    table-layout: fixed;
    white-space: normal!important;
    border-collapse: collapse;
    border-spacing: 0;
    border-collapse: 0;
}

.scroll td {
    vertical-align: top;
    word-wrap: break-word;
    margin: 1;
    width: 160px !important;
}

.card-inicial {
    height: 220px !important;
    margin: 5px 0 0 0;
}

.card-lista {
    padding: 15px;
    margin: 5px 0 5px 0;
}

.card-anuncio {
    padding: 15px;
    margin: 5px 0 5px 0;
}

.linksrapidos i.fa,
.linksrapidos i.fas,
.linksrapidos i.fab {
    font-size: 35px;
    margin: 15px;
}

.card-texto {
    padding: 5px;
}

.card-container-icone {
    margin-top: -20px;
}

.card-circulo-icone {
    background-color: #fff;
    padding: 18px;
    border-radius: 100%;
}

.card-container-logo {
    margin-top: -60px;
}

.card-circulo-logo {
    padding: 10px;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    background-size: 120px !important;
}

.card-circulo-logo img {
    width: 100px;
    height: 100px !important;
}

.bodycomfoto {
    background-image: url("../images/bg/cristian01.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg1 {
    background-color: #104C70;
}

.bg2 {
    background-color: #EEE;
}

.btn-primary {
    background-color: #104C70 !important;
}

.btn-primary:hover {
    background-color: #ccc !important;
    color: #000;
}

.btn-especial {
    background-color: #920008;
    color: #FCFF25;
    font-weight: bold;
}

.borda1 {
    border-color: #104C70;
}

.btn-categoria-mini {
    margin: 5px;
    width: 70px;
    height: 50px;
}

.btn-categoria-mini a {
    color: #fff;
}

.btn-categoria-mini a:hover {
    color: #000;
}

.btn-categoria {
    margin: 5px;
    width: 100px;
    height: 100px;
}

.btn-categoria a {
    color: #fff;
}

.btn-categoria a:hover {
    color: #000;
}

.whats a {
    color: green;
}

.iconeBotao {
    margin-left: 15px;
    margin-right: 15px;
}

.icone-pequeno {
    font-size: 15px !important;
}

.btn-link {
    color: #104C70 !important;
    font-weight: bold !important;
}

.link-rodape {
    color: #bbb !important;
}

a {
    color: #104C70;
    text-decoration: none;
}

.nav-link {
    margin-left: 15px !important;
}

nav-link a:hover {
    color: #000;
}

.card-footer i.fa,
.card-footer i.fas,
.card-footer i.fab {
    font-size: 50px;
    margin: 15px;
}

.footer {
    margin-top: 15px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    padding: 10px;
}

.footer i.fa,
.footer i.fas,
.footer i.fab {
    font-size: 30px;
    margin: 15px;
    color: #fff !important;
}

.footer a {
    color: #fff;
}

p {
    text-align: justify;
    text-indent: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}

h1 {
    font-size: 22pt;
    color: #104C70;
    font-weight: bold;
}

h2 {
    font-size: 16pt;
    color: #104C70;
    font-weight: bold;
}

h3 {
    font-size: 14pt;
    color: #104C70;
    font-weight: bold;
}

h4 {
    font-size: 13pt;
    color: #104C70;
    font-weight: bold;
}

h5 {
    font-size: 12pt;
    color: #104C70;
    font-weight: bold;
}

# MEDIA QUERIES A PARTIR DAQUI @media print {}

@media only screen and (min-width: 480px) {
    body {
        margin-top: 50px;
    }
    .scroll {
        min-height: 50px;
    }
    .scroll::-webkit-scrollbar {
        height: 10px;
        background: transparent;
    }
    /* configurando scroll */
    .scroll::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.0);
    }
    .scroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #104C70;
    }
    .scroll table {
        width: 100%;
        height: 50px; !important;
    }
    .scroll td {
        vertical-align: top;
        word-wrap: break-word;
        margin: 5;
        width: 200px !important;
        height: 50px !important;
    }
    .card-inicial {
        height: 260px !important;
    }
    .card-texto {
        padding: 5px;
    }
    .card-container-icone {
        margin-top: -20px;
    }
    .card-circulo-icone {
        background-color: #fff;
        padding: 17px;
        border-radius: 100%;
    }
    .card i.fa,
    .card i.fas,
    .card i.fab {
        font-size: 24px;
        margin: 5px;
    }
    /*
	i.fa,
	i.fas,
	i.fab {
	    font-size: 24px;
	    margin: 3px;
	}
*/

.logobanner {
    width: 250px !important;
    margin: 30px !important;
}

}

@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1382px) {}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {}