/*
Theme Name: PORTAL DO LITORAL PB
Author: Ricardo Vieira
Author URI: http://www.ricardoalexandre.net.br
Description: Notícias da Paraíba
Version: 4.0
*/
*{
    margin: 0;
    padding: 0;
    font-family: 'Fira Sans', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
ul {list-style: none;}
img {max-width: 100%; vertical-align: middle;}
fildset { border: 0;}
input, select, textArea {padding: 10px; width: 100%;}
input.btn {width: auto; cursor: pointer;}
.clear {clear: both;}
.fontzero {font-size: 0em ;}
.content {
    width: 1160px;
    margin: 0 auto;
}
/*HEADER*/
.main_header {
    width: 100%;
    float: left;
    background: #68b43e;
    border-bottom: solid 10px #17752D;
}
.main_header .content {
    padding-top: 20px;
    padding-bottom: 20px;
}
.header_topo_logo {
    width: 280px;
    margin: 0 auto;
}
.header_topo_logo img {
    margin: 0 auto;
}

/*MENU*/
.mobile_action {
    background: url('images/ico-menu-mobile.png') center center no-repeat;
    float: left;
    cursor: pointer;
    display: block;
    font-weight: 700;
    margin-top: 15px;
    width: 45px;
    height: 45px;
    border: solid 2px #70BF44;
}
.mobile_action.active {
    display: none;
    background: url('images/ico-menu-mobile.png') center center no-repeat;
    background: #17752D;
}
.fecha_menu {
    width: 45px;
    height: 45px;
    float: right;
    background: #000 url('images/ico-menu-mobile-f.png') center center no-repeat;
    cursor: pointer;
    display: block;
    z-index: 2;
    position: absolute;
    right: 0;
}
.menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    min-width: 200px;
    max-width: 20%;
    background: #17752D;
    z-index: 1;
    overflow: hidden;/*oculta elementos que ultrapassam*/
    overflow-y: auto;
}
.seg_menu {
    max-width: 100%;
    float: left;
    height: 100%;
    padding: 20px;
    padding-top: 50px;
}

.menu li {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: solid 1px #70BF44;
    background: none !important;
    padding: 10px 0;
}
.menu li  > a {
    float: left;
    width: 100%;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background: none !important;
    color: #70BF44;
    font-size: 0.9em;
}

.menu li > a:hover {
    background: none !important;
}
.menu li:hover ul  {
    background: none;
}
.menu li ul {
    width: 100%;
    float: left;
    display: block;
    background: none;
    margin-left: 20px;
    background: none !important;
    position: relative;
}

.menu li ul li {
    float: left;
    width: 100%;
    background: none;
    border-bottom: none;
    border-top: none;
}
.menu li ul li a {
    float: left;
    width: 100%;
    background: none;
    text-decoration: none;
    color: #fff;
    border: none;
}
.menu li ul li a:hover {
    font-weight: 700;
    color: #2586f7;
}
.menu li a:hover {
    background: none !important;
}
.header_topo_busca {
    float: right;

}
.header_topo_busca input[type=search] {
    width: 28px;
    height: 40px;
    float: right;
    background: url('images/ico-busca.png') center center no-repeat;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    border:none;
    margin-top: -60px;
    margin-right: 5px;
    color: #62AC39;
}
.header_topo_busca input[type=search]:focus {
    width: 220px;
    cursor: auto;
    background-image: none;
    margin-right: 0;
    border-radius: 0px;
    font-size: 1em;
    background: #fff;
    color: #333;
    margin-right: 5px;
}
.header_topo_busca input:-moz-placeholder {
    color: #333;
}
.header_topo_busca input::-webkit-input-placeholder {
    color: #333;
}
.header_topo_busca2 {
    display: none;
}
.corpo {
    width: 100%;
    float: left;
}
.painel {
    width: 100%;
    float: left;
}
.owl-controls {
    margin-top: 10px !important;
}
.owl-page span {
    background: #000!important;
}
.noticias_topo {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.noticias_topo .content {
    padding: 40px 0;
}
.seg_ads1 {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.ads1 {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto;
}
.noticias_topo_p1 {
    width: 100%;
    float: left;
}
.topo_p1_seg {
    width: 50%;
    float: left;
    position: relative;
    border-right: solid 5px #fff;
    border-bottom: solid 5px #fff;
}
.topo_p1_seg .topo_p1 {
    width: 100%;
    position: relative;
    padding-bottom: 65%; /* 16:9 */
    float: left;
    background: #F0EDE5;
}
.topo_p1 img {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
}
.topo_p1_txt {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px;
     background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); 
}
.topo_p1_txt small {
    padding: 5px 10px;
    font-size: 1.1em;
    background: #155095;
    color: #fff;
    margin-bottom: 10px;
    float: left;
    display: inline-block;
    border-radius: 10px;
    border-top-left-radius: 0;
}
.topo_p1_txt h1 {
    font-size: 1.6em;
    font-weight: 600;
    display: inline-block;
    text-shadow: 2px 2px 8px #000;
}
.topo_p1_txt a {
    color: #fff;
    text-decoration: none;
}
.topo_p1_txt a:hover {
    text-decoration: underline;
}
.noticias_topo_p2 {
    width: 100%;
    float: left;
}
.topo_p2_seg {
    width: 33.33333333333333%;
    float: left;
    position: relative;
    border-right: solid 5px #fff;
    border-bottom: solid 5px #fff;
}
.topo_p2_seg .topo_p2 {
    width: 100%;
    position: relative;
    padding-bottom: 64%; /* 16:9 */
    float: left;
    background: #F0EDE5;
}
.topo_p2 img {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
}
.topo_p2_txt {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px;
     background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); 
}
.topo_p2_txt small {
    padding: 5px 10px;
    font-size: 1.1em;
    background: #155095;
    color: #fff;
    margin-bottom: 10px;
    float: left;
    display: inline-block;
    border-radius: 10px;
    border-top-left-radius: 0;
}
.topo_p2_txt h1 {
    font-size: 1.2em;
    font-weight: 600;
    display: inline-block;
    text-shadow: 2px 2px 8px #000;
}
.topo_p2_txt a {
    color: #fff;
    text-decoration: none;
}
.topo_p2_txt a:hover {
    text-decoration: underline;
}
/*BANNERS*/
.main_banners{
    width: 100%;
    float: left;
}
.main_banners li {
    padding: 0 5px;
    list-style: none;
 }
 .main_banners li img {
     display: block;
     width: 100%;
     height: auto;
 }
/*CAMPO TIPO1*/
.main_campo_t1 {
    width: 100%;
    float: left;
}
.main_campo_t1 .content {
    padding: 20px 0 40px 0;
}
.seg_campo_t1 {
    width: 23.125%;
    float: left;
    margin-right: 2.5%;
}
.seg_campo_t1:nth-of-type(4n+0){
    margin-right: 0;
}
.seg_campo_t1 .campo_t1 {
    width: 100%;
    position: relative;
    padding-bottom: 64%; /* 16:9 */
    float: left;
    background: #F0EDE5;
}
.campo_t1 img {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
}
.campo_t1_txt {
    width: 100%;
    float: left;
    padding-top: 10px;
}
.campo_t1_txt h1 {
    font-size: 1.2em;
    display: inline-block;
    font-weight: 600;
    
}
.campo_t1_txt a {
    text-decoration: none;
    color: #222;
}
.campo_t1_txt a:hover {
    text-decoration: underline;
}
.seg_banner_960 {
    width: 100%;
    float: left;
}
.ads_960 {
    max-width: 960px;
    margin: 0 auto;
}
.ads_960 img {
    height: auto;
}
/*CAMPO TIPO2*/
.main_campo_t2 {
    width: 100%;
    float: left;
}
.main_campo_t2 .content {
    padding: 40px 0 40px 0;
}
.seg_campo_t2 {
    width: 31.666%;
    float: left;
    margin-right: 2.5%;
}
.seg_campo_t2:nth-of-type(3n+0){
    margin-right: 0;
}
.seg_campo_t2 .campo_t2 {
    width: 100%;
    position: relative;
    padding-bottom: 64%; /* 16:9 */
    float: left;
    background: #F0EDE5;
}
.campo_t2 img {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
}
.campo_t2_txt {
    width: 100%;
    float: left;
    padding-top: 10px;
}
.campo_t2_txt h1 {
    font-size: 1.4em;
    display: inline-block;
    font-weight: 600;
    
}
.campo_t2_txt a {
    text-decoration: none;
    color: #222;
}
.campo_t2_txt a:hover {
    text-decoration: underline;
}
/*page*/
.main_page {
    width: 100%;
    float: left;
    margin-top: 40px;
}
.main_page .content {
    padding: 0;
}
.page {
    width: 820px;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
}

.page h1 {
    display: inline-block;
    font-size: 2em;
    color: #222;
    font-weight: 600;
    margin-bottom: 20px;
}
.page_info {
    width: 100%;
    float: left;
    border-bottom: solid 2px #ccc;
    margin-bottom: 30px;

}
.page_info small {
    color: #999;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
}

.page p {
    font-size: 1.2em;
    line-height: 30px;
    color: #666;
    margin-bottom: 30px;
}
.page p img {
    width: 100%;
    float: left;
}
/*SIDEBAR*/
.sidebar {
    width: 300px;
    float: right;
}
.mini_banners {
    width: 100%;
    float: left;
}
.mini_banners li {
    width: 47.5%;
    float: left;
    margin-right: 5%;
    margin-bottom: 15px;
}
.mini_banners li:nth-of-type(2n+0){
    margin-right: 0;
}
.mini_banners li img {
    display: block;
    width: 100%;
    height: auto;
}
/*CATEGORIA*/
.main_category {
    width: 100%;
    float: left;
    margin-top: 40px;
}
.main_category .content {
    padding: 0px 0 40px 0;
}
.category {
    width: 820px;
    float: left;
    margin-right: 40px;
}

.category h1 {
    display: block;
    font-size: 2em;
    color: #17752D;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: solid 3px #ccc;
}
.category_item {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: dotted 1px #222;
}
.category_item h2 {
    display: block;
    font-size: 1.5em;
    color: #222;
    font-weight: 600;
}
.category_item a {
    color: #222;
    text-decoration: none;
}
.category_item a:hover {
    text-decoration: underline;
}
/*footer*/
.main_footer {
    width: 100%;
    float: left;
    background: #62AC39;
    margin-top: 20px;
    border-top: solid 10px #17752D;
}
.main_footer .content {
    padding: 60px 0;
}
.footer_p1 {
    width: auto;
    float: left;
}
.footer_p1_ico {
    width: auto;
    float: left;
}
.footer_p1_ico img {
    display: block;
    float: left;
    max-height: 45px;
    margin-right: 20px;
}
.footer_p1_ico span {
    line-height: 50px;
    color: #fff;
}
.footer_p2 {
    width: auto;
    float: right;
    margin-top: 10px;
}
.footer_p2_txt {
    width: auto;
    float: left;
    color:  #000;
    line-height: 35px;
}
.footer_p2_ric {
    width: auto;
    float: right;
    
}
.footer_p2_ric img {
    display: block;
    height: 35px;
}
@media (max-width: 85.5em) {
    .content {
        width: 1060px;
        margin: 0 auto;
    }
    .page {
        width: 720px;
        float: left;
        margin-right: 40px;
        margin-bottom: 40px;
    }
    
}

@media (max-width: 81.25em) {
    .content {
        width:960px;
        margin: 0 auto;
    }
    .page {
        width: 620px;
        float: left;
        margin-right: 40px;
        margin-bottom: 40px;
    }
    /*SIDEBAR*/
    .sidebar {
        width: 300px;
        float: right;
    }
    .header_topo_logo {
        float: left !important;
        width: 200px;
    }
    .main_header_topo .tagline {
        display: none;
    }
    .mobile_action {
        float: right;
        margin-top: 7px;
    }
    .mobile_action.active {
        display: initial;
    }
    .header_topo_busca {
        display: none;
    }
    /*menu*/
    .menu {
        position: fixed;
        left: -100%;
        top: 0;
        width: 76%;
        height: 100%;
        min-width: 200px;
        max-width: 360px;
        z-index: 1;
        overflow: hidden;/*oculta elementos que ultrapassam*/
        overflow-y: auto;
    }
    .menu li {
        float: left;
        width: 100%;
        position: relative;
        border-top: solid 1px #155095;
        
    }
    .menu li  > a {
        float: left;
        width: 100%;
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
        background: none;
    }
    
    .menu li > a:hover {
        background: none;
        
    }
    .menu li:hover ul {
        background: none;
    }
    .menu li ul {
        width: 100%;
        float: left;
        display: block;
        background: none;
        margin-left: 20px;
        
        position: relative;
    }
    .menu li ul li {
        float: left;
        width: 100%;
        background: none;
        border-bottom: none;
        border-top: none;
    }
    .menu li ul li a {
        float: left;
        width: 100%;
        background: none;
        text-decoration: none;
        color: #fff;
        border: none;
        border-bottom: none;
        
    }
    .menu li ul li a:hover {
        background: none !important;
    }
    .header_topo_busca2 {
        display: initial;
        margin-top: 20px;
        float: left;
        width: 100%;
    }
    .header_topo_busca2 input {
        width: 70%;
        float: left;
        height: 40px;
    }
    .header_topo_busca2 button {
        width: 30%;
        float: right;
        height: 40px;
        border: none;
    }
   
}
@media (max-width: 60em) {
    .content {
        width: 90%;
        margin: 0 5%;
        float: left;
    }
    .topo_p1_seg {
        width: 100%;
        float: left;
        position: relative;
        border-right: none;
        border-bottom: solid 5px #fff;
    }
    .topo_p1_txt h1 {
        font-size: 1.2em;
       
    }
    .topo_p2_seg {
        width: 100%;
        float: left;
        position: relative;
        border-right: none;
        border-bottom: solid 5px #fff;
    }
    .topo_p2_txt h1 {
        font-size: 1.2em;
       
    }
    .noticias_topo {
        margin-bottom: 0;
    }
    .main_banners_list li {
        width: 47.5%;
        margin-right: 5%;
        margin-bottom: 30px;
    }
    .main_banners_list li:nth-of-type(2n+0){
        margin-right: 0;
    }
    .seg_campo_t1 {
        width: 100%;
        float: left;
        margin-right: 0;
        border-bottom: dotted 1px #222;
        margin-bottom: 25px;
    }
    .seg_campo_t1:nth-of-type(4n+0){
        margin-right: 0;
        margin-bottom: 0;
    }
    .campo_t1_txt {
        padding: 20px 0;
        
    }
    .seg_campo_t2 {
        width: 100%;
        float: left;
        margin-right: 0;
        border-bottom: dotted 1px #222;
        margin-bottom: 25px;
    }
    .seg_campo_t2:nth-of-type(3n+0){
        margin-right: 0;
        margin-bottom: 0;
    }
    .campo_t2_txt {
        padding: 20px 0;
        
    }
    /*page*/
    .page {
        width: 100%;
        
        margin-right: 0;
    }
    /*SIDEBAR*/
    .sidebar {
        width: 100% !important;
        max-width: 100% !important;
        float: left;
    }
    /*category*/
    .category {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .sidebar {
        max-width: 300px;
        margin: 0 auto;
        float: none;
    }
    /*footer*/
    .footer_p1 {
        width: 100%;
        float: left;
        margin-right: 0;
    }
    .footer_p1_ico {
        width: 100%;
    }
    .footer_p1_ico img {
        margin: 0 auto;
        float: none;
    }
    .footer_p1_ico span {
        display: block;
        text-align: center;
    }
    .footer_p1_links {
        width: 100%;
        float: left;
    }
    .footer_p1_links li {
        padding: 0;
        border: none;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .footer_p2 {
        width: 100%;
        float: left;
    }
    .footer_p2_ric {
        width: 100%;
        float: left;
    }
    .footer_p2_ric img {
        margin: 0 auto;
        float: none;
    }
}    