/*
Theme Name: zo-child
Description: Zo Deputado Estadual
Author: Fabio Marcelino 
Designer: Giovane Peixoto 
Author URI: https://
Template: zo-pai
Version: 1.0
Text Domain: zo-pai
Tags: left-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

@import url("../zo-pai/style.css");

/*GERAL*/
:root{
    --vermelho:rgba(231, 24,49,1);
    --amarelo:rgb(255,255,0);
    --cinza: rgb(93,93,93);
    font-family: 'Open Sans', sans-serif;
    --tituloH2: 3.5em;
}
*{font-family: 'Open Sans', sans-serif;} 
.container-fluid{
    padding: 0;
    margin: 0;
}
.ht{
    min-height:100vh;
}
.np{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.fit{
    object-fit: contain;
}
.slim{
    padding:1em 0;
}

.menustopo .nav-link:hover{
    color: var(--amarelo) !important;    
}

/* CABEÇALHO */
.hamburger{
    position: absolute;
    font-size: 1.5rem;
    color: white;
    order: -1;
    top: -50px;
    right: -10px;

}
.hamburger ul#menu-principal .nav-link {
    color: white;
    margin: 0 !important;
    padding: 0 !important;
}
.cabeca{
    background:var(--vermelho);
}
ul#menu-principal .nav-link{
    color:white;
    margin: 0 1.2em;
    padding: 1.5em 0 !important;
}
.logosHeader{
    padding-top:2em;
}
.logoPrincipal img{
    max-width: 15em;
}
.logoPartido img{
    max-width: 3.8em;
}
.socialIcon{
    font-size: 0.9em;
    border: 2px solid white;
    color: white !important;
    width: 1.9em;
    height: 1.9em;
    display: flex;
    margin: 4px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.socialIcon a{
    color: white !important;
    
}


/* SLIDESHOW */
.slick-track {
    height:fit-content !important;
}

/* NOTICIAS INDEX */
.wrapNoticiasDestaques strong a{
    color:var(--cinza);
}
.mainDestaques{
    position: relative;
}
.arrows{
    position: absolute;
    bottom: -10px;
    right: 40px;
    z-index:999;
}
.arrow{
    background: black;
    color: white;
    padding: 5px;
    margin: 2px;
}
.wrapNoticiasDestaques strong a:hover{
    text-decoration: none;
    color: var(--vermelho);
    
}
/* .wrapNoticiasDestaques .noticiasItemIndex:nth-of-type(1){
    min-width: 780px;
    flex: 0 0 70%;
    max-width: 70%;
} */
/* .wrapNoticiasDestaques .noticiasItemIndex:nth-of-type(2){
    max-width: 300px;
    flex: 0 0 25%;
    max-width: 25%;
} */
.noticiasItemIndex{ 
    position: relative; z-index: 10;
}
.noticiasItemIndex .singleThumbnail{ 
    position: relative; z-index: 9;
}
.noticiasItemIndex .tituloDestaque {
    position: absolute;
    z-index: 11;
    bottom: -30px;
    left:0px;
    font-size: 18pt;
    background: var(--vermelho);
    color: white !important;
    padding: 10;
    /*width: 100%;
    */border-radius: 0 15px 0 15px;
    -webkit-border-radius: 0 15px 0 15px;
    -moz-border-radius: 0 15px 0 15px;
    -ms-border-radius: 0 15px 0 15px;
    -o-border-radius: 0 15px 0 15px;
}
.noticiasItemIndex .tituloDestaque a{
    color: white;
}

.wrapNoticiasIndex{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap:1rem;
}
.wrapNoticiasIndex strong a{
    color:var(--cinza);
}
.wrapNoticiasIndex strong a:hover{
    text-decoration: none;
    color: var(--vermelho);
    
}
.wrapNoticiasIndex  .noticiasItemIndex figure:hover{
    opacity: 0.4;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.redTitle{
    color:var(--vermelho);
    font-weight: 800;
    padding: 0;
    box-sizing: border-box;
}
div .redHr{
    border: 1px solid var(--vermelho);
    height: 1px;
    width: 80%;
}

/* REDES SOCIAIS */
.sociaisBg{
    background: url('img/redesSociais.jpg') top center no-repeat !important;
    background-size: cover !important;
}
.fb .col-md-3 {
    max-width: 100% !important;
    display: inline-flex !important;
    justify-content: center;
}
/* FOOTER */
.bgamarelo{
    background: rgb(255,204,0);
}
footer{
    
    background: url(img/xilo.png) bottom center no-repeat var(--vermelho);
    background-position-y: 0px;
    
    background-size: cover;
    padding:2em;
    color: white;
}

.enderecoALBAfooter p span{ 
    font-weight: 100 !important;
}
footer p{
    padding: 0;
    margin:  0;
}

#logoPartidoFooter img{
    max-width: 5em !important;
    padding-bottom: 0.6em;
}


/* Biografia */
.tituloDiv {
    text-transform: uppercase;
}
.tituloDiv h4{
    font-weight: 300;
    font-size: 1.8em;
}
.tituloDiv h2{
    font-weight: 800;
    font-size: var(--tituloH2);
    color:var(--vermelho)
}

#fotoBiografia img {
    max-height: 450px;
    margin: 0 auto;
    display: block;
}
.textoDeputado::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.textoDeputado::-webkit-scrollbar-button {
  width: 4px;
  height: 4px;
}
.textoDeputado::-webkit-scrollbar-thumb {
  background: #750000;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.textoDeputado::-webkit-scrollbar-thumb:hover {
  background: #570000;
}
.textoDeputado::-webkit-scrollbar-thumb:active {
  background: #ff0000;
}
.textoDeputado::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.textoDeputado::-webkit-scrollbar-track:hover {
  background: #666666;
}
.textoDeputado::-webkit-scrollbar-track:active {
  background: #3d3d3d;
}
.textoDeputado::-webkit-scrollbar-corner {
  background: transparent;
}

/* CONTATO */
#contato{
    background: url(img/bgContatoBackground.jpg) no-repeat center center;
    background-size: contain !important;
}
#contato h1{
    color: var(--cinza);
    font-weight: 800;
    font-size: var(--tituloH2);

}
.input{
    border: 2px solid black;
}
.msg{
    max-height: 150px;
}

 .btnred{
    background-color: var(--amarelo) !important;
    border: none;
    color: var(--cinza);
    font-weight: 800;
}

.btnred:hover {
    background-color: rgb(200,200,0) !important;
}

.enderecos p:first-of-type{
    padding-bottom: 0em !important;
}
.enderecoALBA p:nth-of-type(2){
    padding:0;
}
.enderecoSede p:nth-of-type(2){
    padding:0;
}
.enderecos p{
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.06em;
    padding-bottom: 0.8em;
}
.enderecos span{
    color: var(--vermelho);
    padding-right: 0.3em;
    
}

/* PUBLICAÇÕES */
#publicacoes{
    background: url(img/publicacoesBg.jpg) no-repeat left center;
    background-size: contain;
    position: relative;
    height: 100vh;
}
#publicacoes .container h1{
    color: var(--vermelho);
    font-weight: 800;
    font-size: var(--tituloH2) ;
}

.thumbPub{
    color: var(--cinza);
    text-transform: uppercase;
}
.tituloItemPub a{
    color: var(--cinza) !important;
    text-transform: uppercase;
    line-height: 1.2em;
}
.thumbPub figcaption{
    font-size: 1.3em ;
    padding-top:0.8em;
    font-weight: 800;
}
.compartilhe{
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.1em;
}
main.wrapPublicacoes{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap:1rem;
}
.item{
    display:flex;
    flex-flow: column;

}
.item > img{
    order: -1;
    align-self: center;
}
.btn-small{
    max-width: 100px;
}
/* NOTICIAS */
#noticias{
    background: url(img/noticiasBg.jpg) no-repeat left center;
    background-size: contain;
    position: relative;
    height: 100vh;
}
#noticias .container h1{
    color: var(--vermelho);
    font-weight: 800;
    font-size: var(--tituloH2) ;
}

.thumbNoticias{
    color: var(--cinza);
    text-transform: uppercase;
}
.tituloItemNoticias a{
    color: var(--cinza) !important;
    text-transform: uppercase;
    line-height: 1.2em;
}
.thumbNoticias figcaption{
    font-size: 1.3em ;
    padding-top:0.8em;
    font-weight: 800;
}
.compartilhe{
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.1em;
}
main.wrapNoticias{
    /* display: grid;
    grid-template-columns: auto;
    grid-gap:1rem; */
/*     border: 1px solid;
 */}
.conteudo  h2,.conteudo  a{
    text-transform: uppercase;
    color: var(--cinza);
    padding-bottom: 0.44em;
}
.conteudo p{
    text-align: justify;
}
.leiamais{
    position: absolute;
    bottom: 0em;
    left: 1.0em;
    padding-left: 10px;

}
/* .wrapNoticias section{
    display: flex;
    align-items: center;
    border: 1px solid;
    box-sizing: border-box;
} */
.item{
   background-size: cover !important;
   object-fit: fill !important; 
   background-repeat: no-repeat !important;
   
  

}
.item > img{
    order: -1;
    align-self: center;
}

/* SINGLE NEWS */
.singleThumbnail{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    
}
.singleThumbnailDestaque{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    min-height: 600px;
}
.socialIconShare{
    font-size: 0.9em;
    border: 2px solid var(--cinza);
    color: var(--cinza) !important;
    width: 1.9em;
    height: 1.9em;
    display: flex;
    margin: 4px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.socialIconShare a{
    color: var(--cinza) !important;
    
}
.titleShare{
    font-weight: 500; 
    text-transform: uppercase; 
    color:var(--cinza);
}



/* MEDIA QUERIES */
/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .singleThumbnailDestaque{min-height: 310px;}
    .noticiasItemIndex .tituloDestaque {
        font-size: 15pt;
        
    }
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    .singleThumbnailDestaque{min-height: 310px;}
    .noticiasItemIndex .tituloDestaque {
        font-size: 15pt;
        
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .singleThumbnailDestaque{min-height: 310px;}
    .noticiasItemIndex .tituloDestaque {
        font-size: 15pt;
        
    }

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .singleThumbnailDestaque{min-height: 310px;}
    .noticiasItemIndex .tituloDestaque {
        font-size: 15pt;
        
    }

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    .singleThumbnailDestaque{min-height: 310px;}
    .noticiasItemIndex .tituloDestaque {
        font-size: 15pt;
        
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .singleThumbnailDestaque{min-height: 310px;}
    .noticiasItemIndex .tituloDestaque {
        font-size: 15pt;
        
    }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    .singleThumbnailDestaque{min-height: 310px;}
    .noticiasItemIndex .tituloDestaque {
        font-size: 15pt;
        
    }
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
    .singleThumbnailDestaque{min-height: 310px;}
    .noticiasItemIndex .tituloDestaque {
        font-size: 15pt;
        
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
    .singleThumbnailDestaque{min-height: 310px;}
    .noticiasItemIndex .tituloDestaque {
        font-size: 15pt;
        
    }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    .singleThumbnailDestaque{min-height: 310px;}
    .noticiasItemIndex .tituloDestaque {
        font-size: 15pt;
        
    }
}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    .singleThumbnailDestaque{min-height: 310px;}
    .noticiasItemIndex .tituloDestaque {
        font-size: 15pt;
        
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .singleThumbnailDestaque{min-height: 310px;}
    .noticiasItemIndex .tituloDestaque {
        font-size: 15pt;
        
    }
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    .singleThumbnailDestaque{min-height: 310px;}
    .noticiasItemIndex .tituloDestaque {
        font-size: 15pt;
        
    }
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    .singleThumbnailDestaque{min-height: 310px;}
    .noticiasItemIndex .tituloDestaque {
        font-size: 15pt;
        
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .singleThumbnailDestaque{min-height: 310px;}
    .noticiasItemIndex .tituloDestaque {
        font-size: 15pt;
        
    }
}