﻿.base {
    /*display: flex;*/
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
}

    .base .quadro {
        border-radius: 5px;
        margin: 10px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.36);
        text-align: center;
    }

.quadro span {
    font-weight: 900;
    text-shadow: 1px 2px 2px #ffeb3b99;
}

.quadro div {
    padding: 10px
}
.quadro texto {
   font-size: 10px
}

.CentroDiv {
    display: inline-block;
}
hr {
     margin-top: 0rem; 
     margin-bottom: 0rem; 
   
}



.bs-example > p:last-child, .bs-example > ul:last-child, .bs-example > ol:last-child, .bs-example > blockquote:last-child, .bs-example > .form-control:last-child, .bs-example > .table:last-child, .bs-example > .navbar:last-child, .bs-example > .jumbotron:last-child, .bs-example > .alert:last-child, .bs-example > .panel:last-child, .bs-example > .list-group:last-child, .bs-example > .well:last-child, .bs-example > .progress:last-child, .bs-example > .table-responsive:last-child > .table {
    margin-bottom: 0;
}


a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
/* 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 0.25rem 0.75rem rgba(16, 68, 187, 0.16);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}
