﻿

.cabecalhoNoticia {
    position: relative;
}

.boxCompartilharSocial{
    position:absolute;
    bottom:-15px;
    width:100%;
    display:flex;
    justify-content:center;
}
.boxCompartilharSocial ul{
    display:flex;
    background-color:#fff;
    padding:5px 20px;
}
.boxCompartilharSocial ul li:not(:last-child){
    margin-right:20px;
}


.dataNoticia{
    font-size:.8rem;
    color:#999;
}

.linhaFina{
    font-size:1.25rem;
}

.boxFotosPrincipalNoticia{
    max-width:680px;
    margin:0 auto;
}
.boxFotosPrincipalNoticia .creditoFoto,
.textoNoticia .imagemNoTexto .creditoFoto{
    display:block;
    font-size:0.75rem;
    margin-bottom:5px;
    text-align:right;
    font-style:italic;
}
.boxFotosPrincipalNoticia .legendaFoto,
.textoNoticia .imagemNoTexto figcaption{
    line-height:1.4em;
    font-size:0.85rem;
    font-style:italic;
    padding-top:5px;    
    text-align:center;
}

.textoNoticia{
    font-size:1rem;
    line-height:1.4em;
    text-align:justify;
}
.textoNoticia .credNoticia{
    text-align:right !important;
    font-style:italic;
    font-size:0.75rem !important;
    margin-top:40px !important;
}


.textoNoticia .imagemNoTexto{
    
}
.textoNoticia .imagemNoTexto.alinhadaNoCentro{
    width:680px !important;
    margin: 15px auto !important;
}
.textoNoticia .imagemNoTexto.alinhadaNaEsquerda,
.textoNoticia .imagemNoTexto.alinhadaNaDireita{
    width:40% !important;
    margin: 15px !important;
}

.textoNoticia .blocoVideo{
    padding-top: 56.2406015037594% !important;
    position:relative;    
}
.textoNoticia .blocoVideo iframe{    
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}


.txtNotCompleta{
    padding:0;
}
.txtNotCompleta h2{
    font-weight:bold;
    font-size:120%;
    margin-top:20px;
    margin-bottom:10px;
}


.boxBotoesNoticia .btnAcaoNotSec{
    border:none;
    background-color:#f3f5f8;
    padding:15px 30px;
    font-size:1rem;
    color:#87888a;
    cursor:pointer;
    line-height:1.4em;
}
.boxBotoesNoticia .btnAcaoNotSec:hover{
    color:#fff;
    background-color:#87888a;
}


.boxGaleriaFotos{
    background-color:#eceded;
    padding:20px 0;
}
.boxGaleriaFotos .boxFotos{
    display:flex;
    position:relative;
}
.boxGaleriaFotos .boxFotos .lkGaleriaFoto{
    display:block;
    margin-right:15px;
}
.boxGaleriaFotos .boxFotos .lkGaleriaFoto{
    display:block;
}
.boxGaleriaFotos .boxFotos .owl-controls{
    margin:0 !important;
}
.boxGaleriaFotos .boxFotos .owl-prev,
.boxGaleriaFotos .boxFotos .owl-next{
    margin:0;
    position: absolute;
    top: 50%;
    margin-top:-28px !important;
    font-size: 2.5rem !important;
    padding: 7px 0 !important;
    background-color:rgba(255, 255, 255, .5) !important;
    opacity:1 !important;
    border-radius:100% !important;

    transition: background-color .3s;
}
.boxGaleriaFotos .boxFotos .owl-prev:hover,
.boxGaleriaFotos .boxFotos .owl-next:hover{
    background-color:rgba(255, 255, 255, 1) !important;
    color:#606060 !important;
}
.boxGaleriaFotos .boxFotos .owl-prev{left:0;}
.boxGaleriaFotos .boxFotos .owl-next{right:0;}


.boxBuscaNoticias{
    display:flex;
    justify-content:center;
    max-width:600px;
    margin:0 auto;
}
.formBuscaNoticia{
    border:solid 2px #87888a;
    display:inline-block;
    display:flex;
    width:100%;
}
.formBuscaNoticia .text-box{
    padding:10px;
    width:100%;
    font-size:1rem;
    text-align:center;
    border:none;
    vertical-align:bottom;
    outline:none;
}
.formBuscaNoticia .btnBuscaNoticias{
    padding:6px;
    border:none;
    cursor:pointer;
    background-color:transparent;
    font-size:1.5rem;
}


.boxMaisNoticias{
    display:flex;
    justify-content:space-between;
}
.boxMaisNoticias .itemMaisNoticias:not(:last-child){
    margin-right:35px;
    border-right:solid 1px #f5f5f5;
    padding-right:35px;
}
.boxMaisNoticias .itemMaisNoticias .link-itemMaisNoticias{
    text-decoration:none;
}
.boxMaisNoticias .itemMaisNoticias .link-itemMaisNoticias:hover{
    text-decoration:underline;
}
.boxMaisNoticias .itemMaisNoticias .boximg{
    margin-bottom:10px;
}
.boxMaisNoticias .itemMaisNoticias .boximg img{
    border-radius:5px;
}
.boxMaisNoticias .itemMaisNoticias .titulo{
    font-size:1.1rem;
    line-height:1.4em;
    font-weight:normal;
}

#blocoFoto360{
    width:80%;
    margin:20px auto;    
    position:relative;
}
#blocoFoto360 #panorama {
    height: 500px;
}
#blocoFoto360 .boxIcone360 {
    position:absolute;
    top:30px;
    right:15px;
    z-index:99;
}
#blocoFoto360 .credFoto360{
    display:block;
    text-align:right;
    font-size:.8rem;
    font-style:italic;
}
#blocoFoto360 .legendaFoto360 {
    font-size: .9rem;
    line-height: 1.4em;
    font-style: italic;
    margin-top: 5px;
}



@media (max-width:900px) {
    h1.titulo {
        font-size: 2.25rem;
    }

    .textoNoticia .imagemNoTexto.alinhadaNoCentro,
    .textoNoticia .imagemNoTexto.alinhadaNaEsquerda,
    .textoNoticia .imagemNoTexto.alinhadaNaDireita{
        max-width:680px !important;
        width:100% !important;
        margin:15px 0 !important;
        float:none !important;
    }


    .boxBotoesNoticia .btnAcaoNotSec{
        width:100%;
    }
    .boxBotoesNoticia .btnAcaoNotSec:not(:last-child){
        margin-bottom:10px;
    }


    .boxMaisNoticias{
        display:flex;
        flex-direction:column;
        justify-content:space-between;
    }
    .boxMaisNoticias .itemMaisNoticias:not(:last-child){
        margin-right:0;
        margin-bottom:1em;
        border-bottom:solid 1px #ccc;
        padding-bottom:1em;
        padding-right:0;
        border-right:0;
    }
    .boxMaisNoticias .itemMaisNoticias .link-itemMaisNoticias{
        display:flex;
    }
    .boxMaisNoticias .itemMaisNoticias .boximg{
        margin-bottom:0;
        margin-right:.7em;
        width:49%;
    }

    .boxMaisNoticias .itemMaisNoticias .titulo{
        font-size:1rem;
    }

    #blocoFoto360 {
        width: 100%;
    }
    #blocoFoto360 #panorama {
        height: 300px;
    }
}

@media print {
    .cabecalhoSite.fixed{
        position:static !important;
    }
    img#header-logoParaImprimir.logoUnoesteFull {
        display: inline-block !important;
    }
    .cabecalhoSite{
        background-color:#fff !important;
    }
    .logoUnoesteFull, .boxBarraSuperior, #btnMenuMobile, .boxBotoesNoticia, .boxMaisNoticiasBusca, .siteUnoesteFooter {
        display: none !important;
    }
}