
body{
    margin: auto 10px !important;
    min-width: 300px;
}

html, body {
    height: 100vh;
}

#logo{
    margin: auto;
}

#chart_div{
    display: block;
    margin: 0 auto;
    padding: 10px;
    min-width: 800px;
    height: 550px;
    max-width: 1100px
}

#logo img{
    display: block;
    margin: 0 auto;
    padding: 10px;
    height: ;
    width: 550px;
}

#navegar{
    margin: 10px auto;
    width: 250px;
}

#navegar img{
    height:40px;
    padding:0 20px;
}

.form{
    margin: auto;
    text-align: center;
    margin-top: 5px;
}

.form-panel{
    margin-top: 20px !important;
    margin: auto;
    text-align: justify;
    width: 50%;
    min-width: 300px;
}

.group-input{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#resultado{
    margin: 40px auto;
}

#resultado img{
    display: block;
    margin: 0 auto;
}

#resultado input[type="image"]{
    height: 30px;
}

.title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #006FB7;
    margin: 15px auto;
    margin-bottom: 30px; 
    text-align: center;
}

.largetext {
    font-size : 12px;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight : bold;
}
.text {
    font-size : 12px;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

footer {
    height: 60px;
    margin-top: 20px;
    background-color: #f5f5f5;
    margin-left: -10px;
    margin-right: -10px;
}

.text-foot{
    margin: 20px 0;
    color: #777;
    float: left;
}

.btn-xl{
    font-weight: bold !important;
    font-size: 40px !important;
    min-width: 250px;
    width: 20%;
    height: 100px;
    border-radius: 18px !important;
    margin: 20px;
}

#img-foot{
    height: 50px;
    width: 160px;
    margin-top: 5px !important;
    margin: 0 10px;;
    float: left;
}
.flexbox{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
}

.container-fluid {
    min-height: 60%;
}

a.decorar:hover{
    text-decoration: none;
}

a.thumbnail {
    color: #663f0f;
    font-family: helvetica, serif;
    padding: 8.5px 18px;
    border: 1px solid #d1a82c;
    border-radius: 4px;
    background: #f2b809;
    background: linear-gradient(#fae55a, #f2b809);
    text-shadow: #bfa12a 0 1px 0;
    box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
}
a.thumbnail:hover {
    border: 1px solid #b39c2b;
    text-shadow: #363636 0 1px 0;
    background: #f2cb3d;
    background: linear-gradient(#f5e9b8, #f2cb3d);
    color: #8f6e2b;
    text-decoration: none !important;
}
a.thumbnail:active {
    text-shadow: #363636 0 1px 0;
    border: 1px solid #bd992c;
    background: #edd040;
    background: linear-gradient(#eddca8, #edd040);
    color: #9e7734;
}

a.thumbnail:focus{
    text-decoration: none !important;
}

.col-grid{
    width: 800px;
    margin: 0 auto;
}
.col-grid-2{
    width: 500px;
    margin: 0 auto;
}

.col-grid-2 div, .col-grid div{
    min-height: 150px;
}
.offimg div a.thumbnail{
    display: table !important;
    width: 100%;
    height: 60px;
}
.offimg div a.thumbnail *{
    display: table-cell;
    vertical-align: middle;
}
.offimg div , .offimg div {
    min-height: 0px !important;
}


@media (max-width: 868px) {
    .col-grid{
        width: 100%;
    }
}

@media (max-width: 678px) {
    .text-foot{
        display: none;
    }

    #img-foot{
        display: block;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .form-panel{
        width: 80%;
    }
}

@media (max-width: 568px) {
    #logo img{
        height: ;
        width: 350px; 
    }

    .col-grid-2, .col-grid{
        width: 100%;
    }

    .col-grid-2 div, .col-grid div{
        min-width: 200px;
    }

    .container-fluid{
        min-height: 64%;
    }

    .offimg div a.thumbnail{
        height: 100px;
    }

}

@media (max-width: 468px){
    .col-grid-2 div, .col-grid div{
        float: none;
        margin: 0 auto;
        width: 75%;
    }
}

@media (max-width: 368px){
    .col-grid-2 div, .col-grid div{
        width: 100%;
    }
}