/*  Páginas *//* ==== Fundo da pg ==== */
.page-content{
    margin-top: 0px;
}
.pageContainer-custom{
    padding: 50px 0px;
}
.lightBg{
    font-size: 10pt;
    color: #595959;
    background-color: #f0f0e1;
}
/*=== title ==========================*/
.page-title{
    font-size: 35pt;
    display: inline-block;
}
/*=== banner ==========================*/
.banner-container{
    width: 100%;
    height: 570px;
    background-color: #417268;
    overflow: hidden;
}

.banner-container .bg-overflow{
    position: absolute;
    width: 100%;
    height: 560px;
    overflow: hidden;
}
.banner-container .bg-img{
    width: 100%;
    height: 110%;
    background-size: cover;
    background-position: center;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

/* title */
.container-custom.bannerText-container{
    position: relative;
    margin-top: 275px !important;
    margin-bottom: 50px !important;
    z-index: 1;
}
.banner-title{
    width: 970px;
    margin-top: 15px;
    padding: 25px 20px;
    font-size: 24pt;
    color: white;
    background-color: rgba(1,1,1,0.4);
}

/* subtítulo */
.pageParent-title{
    font-size: 16pt;
    color: white;
    z-index: 1000;
}
.pageParent-title div{
    display: inline-block;
    vertical-align: top;
}
/*=== menu ==========================*/
.page-menu{
    display: inline-block;
    vertical-align: middle;
}
.pageMenu-list{
    list-style-type: none;
    margin-bottom: 20px;
    margin-left: 15px;
}
.pageMenu-list li{
    display: inline;
}

/* botoes menu */
.pageMenu-button{
    width: 130px;
}
.pageMenu-button.color{
    border-color: rgb(65,148,133); /* verde */
    color: rgb(65,148,133);
}
.pageMenu-button.color:hover, .active .pageMenu-button.color{
    background-color: rgb(65,148,133);
    color: #f0f0e1;
}
.pageMenu-button.dark{
    border-color: #595959; /* cinza */
    color: #595959;
}
.pageMenu-button.dark:hover, .active .pageMenu-button.dark{
    background-color: #595959;
    color: #f0f0e1;
}
/*=== informações =================*//* descrição da página */
.page-text{
    width: 600px;
    text-align: justify;
    margin-top: 15px;
    font-size: 10.5pt;
    line-height: 15pt;
}
.pageSimple-text{
    display: inline-block;
    vertical-align: top;
    padding: 30px 0px;
    width: 970px;
    text-align: justify;
}
.pageSimple-text img{
    max-width: 100%;
    height: auto;
}
.pageSimple-text a{
    color: rgb(65,148,133);
}
.personContainer-custom{
    padding: 30px 0px 25px 0px;   
}
.personInfo-text{
    display: inline-block;
    vertical-align: bottom;
    font-size: 12pt;
    padding: 0px 0px 0px 20px;
    width: 970px;
    text-align: justify;
}
/* Links em quadrados */
.squareLinks-container{
    padding-bottom: 50px
}
.squareLinks-container a:hover{
    text-decoration: none;
}

.square-link{
    display: inline-block;
}
.squareLink-content{
    margin: 10px 20px 10px 0px;
    width: 300px;
    height: 300px;
    background-size: auto 100%;
    background-position: center;
    transition: .3s ease-in-out;
    overflow: hidden;
}
.square-title{
    position: absolute;
    width: 300px;
    height: 300px;
    padding: 25px;
    font-size: 14pt;
    font-weight: bold;
    color: white;
    background-color: rgba(44, 54, 65, 0.89);
    opacity: 0;
    transition: .1s all ease-in-out;
}
.squareLink-content:hover .square-title{ 
    opacity: 1; 
}
.view-pessoa .squareLink-content{
    border-radius: 300px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}
.squareLink-content img{
    position: relative;
    min-height: 100%;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.squareLink-content.plain{
    color: #f0f0e1;
    border: 1px solid rgb(65,148,133);
    background-color: rgb(65,148,133);
    transition: .1s ease-in-out;
    overflow: hidden;
}
.squareLink-content.plain.dark{
    color: #f0f0e1;
    border: 1px solid #595959;
    background-color: #595959;
    transition: .1s ease-in-out;
    overflow: hidden;
}
.squareLink-content.plain p{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15pt;
    width: 90%;
    padding-left: 10px;
}
.squareLink-content.color{
    color: #f0f0e1;
    background-size: cover;
    background-position: center;
    transition: .1s ease-in-out;
    overflow: hidden;
}
.squareLink-content.color a{
  color: #f0f0e1;
} 
.squareLink-content.color p{
    position: relative;
    top: 30%;
    font-size: 13pt;
    width: 90%;
    padding-left: 15px;
}
.squareLink-content img:hover{
    cursor: pointer;
    opacity: 0.5;
}
.squareLink-content.plain:hover{
    background-color: transparent;
    color: rgb(65,148,133);
}
.squareLink-content.plain.dark:hover{
    background-color: transparent;
    color: #595959;
}
.squareLink-content.color:hover{
    background-color: transparent;
    color: rgb(65,148,133);
}

.squareLink-content.color:hover a{
    color: rgb(65,148,133);
}


/* Quadrados menores */
.smallLinks-container .squareLink-content{
    width: 210px;
    height: 210px;
}
.smallLinks-container .square-link{
    margin: 10px 20px 10px 0px;
    vertical-align: top;
    width: 210px;
}
.view-pessoa.square-link{
   text-align: center;
}

/* quadrados ferramentas */
.smallLinks-container.tools .squareLink-content{
    padding: 15px;
    border: 1px solid #595959; 
}


/* admin --> tabelas */
.grid-view{
    line-height: 30px;
}
.grid-view table.items th{
    background-image: none !important;
    background-color: #419485 !important; 
    font-family: 'Josefin Sans';
    text-transform: uppercase;
}
.grid-view table.items th, .grid-view table.items td{
    border: 0px;
    font-size: 11pt;
}
.grid-view table.items tr.odd{
    background: #e9e9e9;
}
.grid-view .button-column{
    width: 85px;
}
.grid-view table.items{
    border: 1px solid #d7d2d2;
}
.grid-view table.items tbody tr:hover{
    background: #595959;
    color: #f0f0e1;
}
/* admin -> nova notícia */
.tab-content{
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 25px 20px;
    background-color: #dedacc;
}
.tab-content > .active{
    margin-bottom: 20px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    background-color: #dedacc;
    border: none;
}
input, textarea, select{
    outline: none;
}
.custom-input{
    width: 100%;
    margin-bottom: 20px;
    line-height: 28px;
    border: 1px solid #d7d2d2;
    padding-left: 15px;
    color: #595959;
}
.custom-input.dark{
    background-color: rgb(222, 218, 204);
    border: none;
    font-style: italic;
}
select.custom-input{
    height: 32px;
    background-color: white;
}
select.custom-input option{
    padding: 5px 0px;
}
.custom-textarea{
    padding: 10px 15px;
    border: 1px solid #d7d2d2;
    width: 100%;
    line-height: 28px;
    margin-bottom: 30px;
}
/* publicação tipo */
.pubTipo-list li{
    line-height: 38px;
}
.form-search{
    margin: -6px 5px;
    padding: 15px;
    border: 1px solid #595959;
}
/* ferramentas view */
table.detail-view{
   font-size: 11pt;
   line-height: 28px; 
   border: 1px solid #d7d2d2;
}
table.detail-view th, table.detail-view td{
    border: none;
}
table.detail-view tr.odd{
    background-color: #e9e9e9;
}
table.detail-view .null{
    color: #c60000;
}
/* Layout responsivo *//* ======  min-width: 1200px ====================*/
@media only screen and (max-width: 1499px){

    .personInfo-text{
        width: 830px;
    }

    /* links em quadrados */
    .squareLink-content{
        margin: 10px 20px 10px 0px;
        width: 230px;
        height: 230px;
    }
    .square-title{
        position: absolute;
        width: 230px;
        height: 230px;
        font-size: 10pt;
        padding: 15px;
    }
    .squareLink-content.plain p{
        font-size: 16px;
    }
    .squareLink-content.color p{
        top: 20%;
        font-size: 11pt;
    }
    .smallLinks-container .squareLink-content{
        width: 149px;
        height: 149px;
    }
    .smallLinks-container .square-link{
        width: 149px;
    }

}
/* ======  min-width: 992px =============================================*/
@media only screen and (max-width: 1199px){

    /* menu */
    .pageMenu-list{
        padding-left: 0px;
        margin-left: 0px;
    }
    .pageMenu-button{
        font-size: 9pt;
    }

    .personInfo-text{
        width: 655px;
        margin-top: 10px;
        vertical-align: top;
    }

    /* links */
    .squareLink-content{
        margin: 10px 20px 10px 0px;
        width: 180px;
        height: 180px;
    }
    .square-title{
        width: 180px;
        height: 180px;
        font-weight: normal;
        font-size: 8pt;
    }
    .squareLink-content.plain p{
        font-size: 13px;
    }
    .squareLink-content.color{
        width: 260px;
        height: 260px;
    }
    .squareLink-content.color p{
        font-size: 12pt;
    }
    
    /* Banner */
    .banner-container{
        max-height: 465px;
    }
    .banner-container .bg-overflow{
        max-height: 455px;
    }
    .banner-title{
        width: 830px;
        font-size: 20pt;
    }
    .container-custom.bannerText-container{
        margin-top: 200px !important;
    }

    .pageSimple-text{
        width: 830px;
    }
}

/* ======  min-width: 768px =============================================*/
@media only screen and (max-width: 991px){
    .page-content{
        margin-top: 0px;
    }
    /* banner */
    .banner-container{
        max-height: 300px;
    }
    .banner-container .bg-overflow{
        max-height: 290px;
    }
    .banner-title{
        width: 650px;
        font-size: 15pt;
    }
  
    .container-custom.bannerText-container{
        margin-top: 60px !important;
    }
    .personInfo-text{
        width: 375px;
    }

    /* links */
    .squareLink-content{
        margin: 10px 20px 10px 0px;
        width: 290px;
        height: 290px;
    }
    .square-title{
        width: 290px;
        height: 290px;
        font-weight: normal;
        font-size: 12pt;
        padding: 25px;
    }
    .squareLink-content.plain p{
        font-size: 15pt;
    }
    .squareLink-content.color{
        width: 300px;
        height: 300px;
    }
    .squareLink-content.color p{
        font-size: 14pt;
    }

    .pageSimple-text{
        width: 650px;
    }
}

/* ======  min-width: 480px =============================================*/
@media only screen and (max-width: 767px){

    /* banner */
    .banner-container{
        max-height: 245px;
    }
    .banner-container .bg-overflow{
        max-height: 235px;
    }
    .pageParent-title{
        font-size: 14pt;
    }
    .banner-title{
        width: 410px;
        font-size: 12pt;
    }
    .container-custom.bannerText-container{
        margin-top: 25px !important;
    }
    .personInfo-text{
        width: 100%;
        padding: 0px;
    }
    .personInfo-text .title{
        text-align: center;
    }
    .personInfo-text .text-highlight{
        text-align: center;
    }
    .personContainer-custom{
        text-align: center;
    }

    /* menu */
    .page-menu{
        width: 400px;
    }
    .pageMenu-button{
        width: 180px;
    }
    
    /* title da pg */
    .page-title{
        font-size: 22pt;
    }

    /* descricao */
    .page-text{
        width: 400px;
    }
    .pageSimple-text{
        width: 100%;
    }
    .pageSimple-text iframe{
        max-width: 100%;
        height: auto;
    }
    
    /* links */
    .squareLink-content{
        margin: 5px 10px 5px 0px;
        width: 194px;
        height: 194px;
    }
    .square-title{
        width: 194px;
        height: 194px;
        font-weight: normal;
        font-size: 8pt;
        padding: 15px;
    }
    .squareLink-content.plain p{
        font-size: 13px;
    }
    .squareLink-content.color{
        width: 415px;
        height: auto;
    }
    .squareLink-content.color p{
        font-size: 14pt;
        padding-top: 10px;
    }
    .smallLinks-container .squareLink-content{
        width: 125px;
        height: 125px;
    }
    .smallLinks-container .square-link{
        width: 125px;
        margin: 5px;
    }
}

/* ======  min-width: 320px =============================================*/
@media only screen and (max-width: 479px){

    h3, .h3{
        font-size: 16px;
        margin: 10px 0px 0px 0px;
    }
    h5, .h5{
        font-size: 11px;
        margin: 5px 0px;
    }

    /* banner */
    .banner-container{
        max-height: 300px;
    }
    .banner-container .bg-overflow{
        max-height: 290px;
    }
    .banner-title{
        width: 240px;
        font-size: 12pt;
    }
    .container-custom.bannerText-container{
        margin-top: 15px !important;
    }
    /* title */
    .page-title{
        font-size: 20pt;
    }

    /* menu */
    .page-menu{
        width: 100%;
        text-align: center;
    }
    .pageMenu-button{
        width: 90%;
    }
    
    /* descricao */
    .page-text{
        width: 250px;
    }
    .pageSimple-text{
        width: 240px;
    }
    .personInfo-text{
        font-size: 10pt;
    }

    /* links */
    .squareLink-content{
        margin: 5px 7px;
        width: 110px;
        height: 110px;
    }
    .square-title{
        width: 110px;
        height: 110px;
        font-weight: normal;
        font-size: 6pt;
        padding: 15px;
    }
    .squareLink-content.plain p{
        font-size: 7.5px;
    }
    .squareLink-content.color{
        width: 260px;
        height: auto;
    }
    .squareLink-content.color p{
        font-size: 6pt;
        padding-top: 10px;
    }
    .smallLinks-container .squareLink-content{
        width: 70px;
        height: 70px;
    }
    .smallLinks-container .square-link{
        width: 70px;
    }
    .smallLinks-container.tools .squareLink-content{
        padding: 0px;
        margin: 0px;
    }

    .view-pessoa.square-link{
        font-size: 8px;
    }
}