.divHome, divSobre, divQuemSomos {
    width: 100%;
    /*    float: right;*/
    padding: 20px;
}


#btnFooterNs {
    width: 100%;
}

.inputsForm {
    margin-bottom: 5px;
}

#mainSlider .w-100 {
    object-fit: cover;
}

.tagVideo {
    padding: 10px;
}

/* ################################### */
/*captcha footer*/

.loading_form img {
    width: 20px;
}

.loading_form {
    display: none;
    width: 100%;
    /*    float: right;*/
    /*    text-align: right;*/
    /*    font-family: Subtitulos;*/
}

.area_msg_informacao {
    padding: 10px;
    border-left: 5px solid #06823a;
    display: inline;
    width: 100%;
    float: right;
    color: lightgray;
    background-color: rgba(0,0,0,0.7);
    display: none;
    font-family: unset;
    font-size: 12px;
    margin-bottom: 5px;
}

.div_captcha {
    margin-bottom: 10px;
    padding: 10px;
    border-left: 5px solid #e94d1c;
    background-color: rgba(0,0,0,0.7);
    display: none;
    font-family: unset;
    font-size: 8px;
    width: 100%;
}

.refresh_captcha {
    float: right;
    margin-top: 15px;
}

.div_img_captcha {
    height: 50px;
    width: 200px;
    display: inline-block;
    z-index: 1;
}


.div_loading_captcha {
    height: 50px;
    width: 200px;
    display: none;
    position: absolute;
    z-index: 2;
}

.div_loading_captcha img {
    width: 20px;
    padding-top: 15px;
    margin-left: 90px;
}

.msg_erro {
    background: -moz-linear-gradient(left, rgba(237,157,161,0) 0%, rgba(214,56,48,1) 100%);
    background: -webkit-linear-gradient(left, rgba(237,157,161,0) 0%,rgba(214,56,48,1) 100%);
    background: linear-gradient(to right, rgba(237,157,161,0) 0%,rgba(214,56,48,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ed9da1', endColorstr='#d63830',GradientType=1 );
    display: block;
    font-size: 12px;
}

.msg_informacao {
    background: -moz-linear-gradient(left, rgba(232,204,126,0) 0%, rgba(154,133,30,1) 100%);
    background: -webkit-linear-gradient(left, rgba(232,204,126,0) 0%,rgba(154,133,30,1) 100%);
    background: linear-gradient(to right, rgba(232,204,126,0) 0%,rgba(154,133,30,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e8cc7e', endColorstr='#9a851e',GradientType=1 );
    display: block;
    font-size: 12px;
}

.msg_sucesso {
    background: -moz-linear-gradient(left, rgba(140,232,126,0) 0%, rgba(34,154,30,1) 100%);
    background: -webkit-linear-gradient(left, rgba(140,232,126,0) 0%,rgba(34,154,30,1) 100%);
    background: linear-gradient(to right, rgba(140,232,126,0) 0%,rgba(34,154,30,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ce87e', endColorstr='#229a1e',GradientType=1 );
    display: block;
    font-size: 12px;
}


/* ################################### */

#btnMsgContato, #btnMsgNs {
    width: 100%;
}


#divNs {
    width: 100%;
    padding: 50px;
}

.div_paginador {
    float: right;
}

.pagination {
    border-radius: 0;
    margin: 0;
}
.pagination > li {
    display: inline-block;
    margin-left: 5px;
}
.pagination > li > a, .pagination > li > span,
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 25px !important;
    border: none;
    color: #868c93;
}
.pagination > li > span,
.pagination > li > span:hover {
    background: #555;
    color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
    padding: 4px 12px 8px;
}

.list_content {
    display: contents;
}

/*##############Responsivo####################*/

.pagination {
    float: left !important;
    padding-top: 10px;
}
.pagination > li {
    margin-left: 0;
    margin-right: 5px;
}

/*##############Responsivo####################*/

.searchModal {
    width: 100%;
    height: 100%;
    z-index: 1100;
    background-color: #00000099;
    position: fixed;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;

    display: none;
}

.searchModalBorder {
    padding: 3%;
    background-color: #c0a719;
    margin: 0 auto;
    width: 50%;
border-radius: 0 0 30% 30%;
}

.searchModalBorder .form-control{
    padding-right: 30px;
}

.searchModalBorder button {
    top: 0;
    right: 0;
    position: absolute;
    height: 100%;
    margin-right: 10px;
}

.closeModalSearch {
    color: white;
    font-weight: bold;
    float: right;
    margin: 10px;
    cursor: pointer;
}

.barContentViews {
    width: 100%;
    background-color: #085428;
    color: #fff;
    font-size: small;
}
.barContentViews span{
    width: 100%;
    background-color: #085428;
    color: #f7ca0d;
    font-weight: bolder;
}

.barContentViews a{
    color: #fff;
}

.barContentViews table{
    width: 100%;
    height: 50px;
}

.display-6 {
    font-size: 1.5rem;
}

h4, .h4 {
    font-size: 1.2rem;
}

