* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Lato", "Segoe UI", cursive, sans-serif;
}

body#m1 #n1,
body#m2 #n2,
body#m3 #n3,
body#m4 #n4,
body#m5 #n5,
body#m6 #n6,
body#m7 #n7,
body#m8 #n8,
body#m9 #n9 {
    color: #00FF00!important;
}

.nav-item a {
    color: #fff!important;
    font-family: "Ubuntu", sans-serif!important;
    font-size: 16px!important;
}

.navbar-brand:hover {
    color: #f00!important;
}

.nav-item a:hover {
    color: #00FF00!important;
}

.dropdown-menu {
    background: #343a40;
    padding-right: 15px!important;
    min-width: 210px;
}

.dropdown-menu a {
    color: #fff;
    text-decoration: none;
    margin-left: 5px;
    padding-right: 15px!important;
}

.dropdown-menu a:hover {
    color: #117a8b;
    background: transparent!important;
}

table,
tr,
td,
th {
    page-break-inside: avoid !important;
}

table:first-child {
    page-break-inside: avoid !important;
}

table {
    float: left;
    margin-bottom: 10px;
    color: #000 !important;
}

#table .btn {
    margin-bottom: 10px;
    margin-right: 10px;
}

.small {
    font-size: 20px;
    color: #ccc;
}

.topRefs {
    width: auto;
    height: auto;
}

.topRefs a {
    padding: 10px 10px 10px 10px;
    font-size: 22px;
}


/*------------*/

.posts {
    float: left;
    width: 100%;
    height: auto;
}

.posts p {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 15px!important;
    text-align: justify!important;
}

.post-images {
    float: left;
    width: 100%;
    height: auto;
}

.post-images img {
    float: left;
    max-width: 100%;
    height: 300px!important;
    margin-right: 10px!important;
}

.post-images-center img {
    text-align: center!important;
    max-width: 100%;
    height: 300px!important;
}

.post-images-center img {
    max-width: 100%;
    /*display: inline;
    /*-webkit-transition: all 1s ease;
    /* Safari and Chrome
    -moz-transition: all 1s ease;
    /* Firefox
    -o-transition: all 1s ease;
    /* IE 9
    -ms-transition: all 1s ease;
    /* Opera
    transition: all 1s ease;
} 

.post-images-center img:hover {
    cursor: pointer;
    -webkit-transform: scale(1.90);
    /* Safari and Chrome 
    -moz-transform: scale(1.90);
    /* Firefox 
    -ms-transform: scale(1.90);
    /* IE 9 
    -o-transform: scale(1.90);
    /* Opera 
    transform: scale(1.90);
}*/

.commands-center img {
    /* float: left; */
    max-width: 100%;
    height: 200px!important;
    margin-right: 10px!important;
    border-radius: 9px!important;
}

.commands-center img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-width: 100%;
    display: inline;
    -webkit-transition: all 1s ease;
    /* Safari and Chrome */
    -moz-transition: all 1s ease;
    /* Firefox */
    -o-transition: all 1s ease;
    /* IE 9 */
    -ms-transition: all 1s ease;
    /* Opera */
    transition: all 1s ease;
}

.commands-center img:hover {
    cursor: pointer;
    -webkit-transform: scale(1.90);
    /* Safari and Chrome */
    -moz-transform: scale(1.90);
    /* Firefox */
    -ms-transform: scale(1.90);
    /* IE 9 */
    -o-transform: scale(1.90);
    /* Opera */
    transform: scale(1.90);
}


/* .commands-left {
    /* float: left!important;
    max-width: 12%!important;
    height: auto!important;
    margin-right: 10px!important;
    position: absolute;
    left: 5px;
    top: 50px;
} */


.pt_contato {
    float: left;
    width: 100%;
    height: auto;    
    color: #000;    
    border-top: 1px solid #ccc;
    margin-top: 20px;
}
.pt_contato i {
    color: #fff;
}
.pt_contato .tel {
    float: left;
    width: 320px;
    height: auto;
    max-width: 100%;
    margin-right: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.pt_contato i {
    background: #ededed;
    margin-left: 10px
}
.pt_contato .rounded-circle {
    width: 120px;
    height: 120px;  
    padding-left: 5px;
    padding-top: 20px;
    background: #333;
}
.pt_contato .tel p {
    font-size: 18px;
    margin-bottom: 0px!important;
}
.pt_contato .form-ct {
    float: left;
    text-align: center;  
    width: 100%;
    height: auto;
    border-top: 1px solid #ccc;
}
.pt_contato .form-ct button {
    text-align: center;    
}
.pt_contato .txt {
    float: left;
    width: 100%;
}

@media screen and (max-width: 630px) {    
    .post-images img {
        float: left;
        max-width: 100%;
        min-width: 100%;
        height: 300px!important;
        margin-bottom: 10px!important;
    }

    img {
        max-width: 100%!important;
    }
}