﻿/** PAGINAS INTERNAS **/
a {
    color: #4D4D4D;
    text-decoration: underline;
}

h1.titulo,
h2.tituloSec {
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.2em;
}
.descricaoTitulo{
    display:block;
    font-size:1.25rem !important;
    line-height:1.5em;
    padding-top:.5em;    
    font-weight:300;
}
h2.tituloSec{ border-bottom:none; font-size: 2.2rem; }

h2.titSec{
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    border-bottom: solid 1px #B3B3B3;
    margin-bottom: 30px;
    padding-bottom: 10px;
    line-height: 1.4em;
    font-weight: normal;
}
h3.titulo, .h3{
    font-size:1.5rem;
    font-weight:bold;
    line-height: 1.4em;
    padding-bottom:.7em;
}
h2.titulo{
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4em;
    padding-bottom: .7em;
}

.vermelho { 
    color:red;
}

.centralizado {
    text-align: center;
}

.negrito {
    font-weight: bold;
}

div.titSec {
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    border-bottom: solid 1px #B3B3B3;
    margin-bottom: 30px;
    padding-bottom: 10px;
    line-height: 1.4em;
    font-weight: normal;
}

#bgTopo {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 20px;
}


.txtRight{text-align:right !important;}

/* 
    LISTAS 
*/
.listaNormal {
    margin-left: 20px;
    padding-left: 20px;
    list-style: disc;
}

.listaOlNormalRoman {
    margin-left: 30px;
    list-style-type: upper-roman;
}

    .listaNormal li,
    .listaOlNormalRoman li,
    .listaNumeroDecimal li,
    .listaLetras li{
        padding: 3px 0;
        line-height: 1.4em;
        text-align: justify;
        font-size:1rem;
    }

.listaLetras {
    margin-left: 20px;
    list-style: lower-alpha;
}
.listaNumeroDecimal {
    margin-left: 20px;
    list-style: decimal;
    counter-reset: item;
}

.listaLinks{
    display: table;
    border-spacing:10px;
    width:100%;
}
.listaLinks li{
    display: table-cell;
}
.listaLinks li a{
    padding:20px 30px;
    width:100%;
}


p {
    line-height: 1.4em;
}

hr.linhaBasica {
    border: none;
    background-color: #ccc;
    height: 1px;
    margin: 10px 0 20px;
}
hr.linhaBasicaGrosa{
    background-color:#d9dadb;
    border: none;
    height: 3px;
}



.listaLinksVertical{
    display:flex;
    justify-content:space-between;
}
.listaLinksVertical .linksHorizontal{
    flex-direction:column;
}
.listaLinksVertical .linksWrap{
    flex-wrap:wrap;
}
.listaLinksVertical .item-listaLinksVertical:not(:last-child){
    margin-right:20px;
}
.listaLinksVertical .item-listaLinksVertical{
    width:100%;
    display:flex;
    align-content:center;
}
.listaLinksVertical .item-listaLinksVertical .link-listaLinksVertical{
    display:block;
    border:solid 2px #007c33;
    color:#007c33;
    padding:15px;
    text-decoration:none;
    font-weight:bold;
    font-size:1rem;    
    text-align:center;
    width:100%;
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:center;
    line-height:1.4em;
    transition:all .2s;
}
.listaLinksVertical .item-listaLinksVertical .link-listaLinksVertical:hover{
    color:#fff;
    background-color:#007c33;
}



/** Artigos **/
.txtArtigo p {
    line-height: 1.5em;
    font-size: 1rem;
    padding-bottom: 15px;
    text-align: justify;
}

/*.txtArtigo h3.titulo {
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    color:#707173;
}*/

.blocoDestaque{
    font-family: NovecentowideBook, 'Open Sans Cond Light','Segoe UI', Tahoma, Helvetica, Sans-Serif;
    font-size:1.4rem !important;
    text-align:center !important;
    text-transform:uppercase;
    padding:0 10px;
    line-height:1.4em;
    font-weight:normal;
    margin-bottom:35px;
}
.blocoDestaque.borderTop{
    border-top:solid 1px #B3B3B3;            
    padding-top:20px;
}
.blocoDestaque.borderBottom{
    border-bottom:solid 1px #B3B3B3;    
    padding-bottom:20px;
}




/** MIGALHA **/
.boxMigalha {
    background-color: #d9dadb;
    color: #666666;    
    padding:10px;
    font-size:0.8rem;
}
.boxMigalha .limite{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.boxMigalha .pagAtual{
    font-weight:bold;
}
.boxMigalha .lkMigalha{
    text-decoration:none;
}
.boxMigalha .boxLinkVoltar .lkMigalha{
    font-weight:bold;
}





/** GRIDS **/
.tabelaDefault {
    width: 100%;
}

.tabelaDefault caption{
    font-size:1rem;
    padding:8px;
    background-color:#f3ecdf;
    font-weight:bold;
}

    .tabelaDefault thead th {
        font-weight: bold;
        padding: 12px 5px 12px 5px;
        text-align: center;
        background-color: #4D4D4D;
        color: #fff;
    }

    .tabelaDefault tbody td {
        padding: 10px;
        font-size:1rem;
        line-height:1.5em;
    }

    .tabelaDefault tbody tr td {
        background-color: #F4F3F1;
    }

    .tabelaDefault tbody tr:nth-child(2n+1) td {
        background-color: #fff;
    }

    .tabelaDefault tbody td a {
        color: #4D4D4D;
    }


.listaDefault {
    list-style-type: disc;
    margin-left: 5px;
    list-style-position: inside;
}

    .listaDefault li {
        margin: 10px 0;
        font-size:1rem;
    }


.colunas
{
    overflow: hidden;
}

    .colunas .coluna50
    {
        width: 47%;
        float: left;
    }

        .colunas .coluna50:first-child
        {
            margin-right: 4%;
        }



/* BANNER PUBLICITARIO NA PARTE SUPERIOR NAS PÁGINAS */
.boxFotoPub{
    position:relative;
    text-align:center;
}
.boxFotoPub .btnSetaBaixo{
    position:absolute;
    bottom:-15px;
    left:50%;
    margin-left: -25px;
}


@media (max-width: 900px){
    .boxMigalha{
        display:none;
    }


    .boxFotoPub .btnSetaBaixo{
        width:40px;
        height:40px;
        font-size:22px;
    }

    /*h1.titulo, h2.tituloSec {
        font-weight: bold;
        font-size: 3rem;
        line-height: 1.2em;
        margin: 35px;
    }*/

    h1.titulo {
        padding-left:0;
        padding-right:0;
        margin-left:0;
        margin-right:0;
        font-size: 2.5rem;
    }
    h2.titSec{        
        font-size: 1.28rem;
    }
    h3.titulo{        
        font-size: 1.5rem;
    }

    #boxMigalha {
        display: none;
    }

    .form-group select {
        width: 100%;
    }

    .formGroupCol .formGroupCol50{
        width:100%;
        float:none;
        padding:0;
    }

    .colunas .coluna50
    {
        width: 99%;
        margin-left: 0;
        float: none;
    }



    .listaLinks{
        display: block;
        border-spacing:10px;
        width:100%;
    }
    .listaLinks li{
        display: block;
        margin:10px 0;
    }
    .listaLinks li a{
        padding:20px 30px;
        width:100%;
    }

    .listaLinksVertical{
        display:block;
    }
    .listaLinksVertical .item-listaLinksVertical:not(:last-child){
        margin-right:0;
        margin-bottom:10px;
    }
}
section.secFotos.offsetMTop-50 {
    margin-bottom: -5px;
}

.owl-theme .owl-nav [class*=owl-] {
    background: transparent!important;
}
    /*Nae*/
    p .destaque {
    font-size: 25px;
}


/* GALERIA DE FOTOS */
.secGaleriaFotos .itemGaleria {
    position: relative;
    display: block;
    cursor: pointer;
    text-align: center;
}

    .secGaleriaFotos .itemGaleria .iconeTpFoto {
        position: absolute;
        bottom: 10px;
        right: 10px;
    }

    .secGaleriaFotos .itemGaleria .fotoMascara {
        opacity: 0;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        background-color: rgba(0, 54, 22, 0.7);
        color: #fff;
        width: 0;
        top: 0;
        bottom: 0;
        transition: opacity .3s, width .3s, transform .3s;
    }

        .secGaleriaFotos .itemGaleria .fotoMascara .icone {
            transition: transform .3s;
        }

    .secGaleriaFotos .itemGaleria:hover .fotoMascara {
        opacity: 1;
        width: 100%;
    }

        .secGaleriaFotos .itemGaleria:hover .fotoMascara .icone {
            transform: scale(1.2);
        }

.secGaleriaFotos .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 100%;
    color: #fff;
}

    .secGaleriaFotos .owl-nav .owl-prev,
    .secGaleriaFotos .owl-nav .owl-next {
        position: absolute;
        font-size: 46px !important;
        border-radius: 0;
        background-color: transparent;
        padding: 0;
        margin: 0;
    }

        .secGaleriaFotos .owl-nav .owl-prev:hover,
        .secGaleriaFotos .owl-nav .owl-next:hover {
            background-color: transparent;
        }

    .secGaleriaFotos .owl-nav .iconeNav {
        background-color: rgba(34,34,34,.6);
        border-radius: 100%;
        padding: 10px 21px;
    }

        .secGaleriaFotos .owl-nav .iconeNav .icon:before {
            margin-left: 0 !important;
            margin-right: 0 !important;
            width: unset;
        }

    .secGaleriaFotos .owl-nav .owl-prev {
        left: 15px;
    }

    .secGaleriaFotos .owl-nav .owl-next {
        right: 15px;
    }




.flex-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

    .flex-container > div {
        margin: 10px;
        text-align: center;
        width: 350px;
        height: 200px;
        background-color: #92be1f;
        border-radius: 45px;
        padding: 30px;
    }

.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;

}




img.img-icone-video {
    width: 100px;
}

.titulo-servico {
    font-size: 1.2em !important;
    color: white;
    text-align: left;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(24 25 25 / 80%);
    transition: background-color 0.5s;
    display: flex;
    justify-content: center;
   align-items:center;
}

.overlay p {
    font-size:2em;
    color:white;
    text-align:justify;
}

    .overlay p > a {
        color: #90bd1f;
        font-weight: 600;
        text-decoration: underline;
    }


.btn-mapas {
    color: white;
    width: 350px;
    background-color: #92be1f;
    padding: 20px;
    border-radius: 25px;
    text-align: center;
    font-size: 1.5em;
    text-decoration:none;

}

.mapa-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}




.img-servicos {
    margin-top: 60px;
    margin-bottom: 20px;
}

.texto-branco {
    color: #fff !important;
    justify-content: center;
    text-align: center !important;
    font-size: 1em !important;
    padding-bottom: 0 !important;
}

/*Formulários*/

.form-group > input.form-control {
    padding: 0.6875rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dde0e5;
    appearance: none;
    transition: box-shadow .15s ease,border-color .2s cubic-bezier(.655,.055,.345,1);
    border-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    border-left-width: 1px;
    box-shadow: 0 1px 2px 0 rgba(12,26,36,.06);
    font-family: 'Roboto';
}


.btn.btn-unoeste {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.6875rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-font-weight: 600;
    --bs-btn-line-height: 1rem;
    --bs-btn-color: #64748b;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-box-shadow: 0 1px 2px 0px rgba(12,26,36,.06);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.2rem rgba(var(--bs-btn-focus-shadow-rgb),.5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: white;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: all .14s cubic-bezier(.655,.055,.345,1);
}

.btn-unoeste:hover {
    box-shadow: 0px 4px 4px 0px #cccc;
}

.btn.btn-unoeste {
    background-color: #007c30
}

.btn-unoeste > i {
    margin-right: 10px;
}



.btn.btn-unoeste.orange {
    background-color: #ffc107;
    border-color: #ffc107;
}


.btn.btn-unoeste2 {

    display: inline-block;
    padding: 0.6875rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1rem;
    color: white;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    transition: all .14s cubic-bezier(.655,.055,.345,1);
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-unoeste2:hover {
    box-shadow: 0px 4px 4px 0px #cccc;
}


.btn-unoeste2 > i {
    margin-right: 10px;
}