/*
Theme Name: INSTITUCIONAL
Author: RICARDO VIEIRA
Author URI: http://www.ricardoalexandre.net.br
Description: Sistema para isntituições e organizações
Version: 1.0
*/
*{
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
}
ul {list-style: none;}
li {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 ;}
.sp-easy-accordion {
    width: 100% !important;
}
.content {
    width: 1170px;
    margin: 0 auto;
}
.ban-covid {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.cor01 {
    background: #fff;
}
.cor02 {
    background: #222;
}
/*HEADER*/
.main_header {
    width: 100%;
    float: left;
    border-top: solid 15px #FBCC00;
}
.main_header_topo {
    padding: 15px 0;
}
.header_topo_logo {
    max-width: 320px;
    float: left;
    margin-bottom: 15px;
}
.header_topo_btn {
    width: auto;
    float: right;
    margin-top: 40px;
}
.header_topo_btn li {
    float: left;
    margin-left: 20px;
    padding-right: 20px;
    border-right: dotted 1px #ccc;
}
.header_topo_btn li:last-of-type {

    padding-right: 0;
    border: none;
}
.header_topo_btn li img{
    display: block;
    width: 25px;
    height: auto;
    float: left;
}
.header_topo_btn li a {
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.1em;
    background: #ccc;
    padding: 10px 15px;
    border-radius: 5px;
}
.header_topo_btn li a:hover {
    background: #FBCC00;
    color: #000;

}
.mobile_action {
    display: none;
}
.main_header_menu {
    width: 100%;
    float: left;
     background: #128804;
}

.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: -51px;
    margin-right: 5px;
}


.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;
}
.busca input:-moz-placeholder {
    color: #333;
}
.busca input::-webkit-input-placeholder {
    color: #333;
}
.menu {
    width: 100%;
    float: left;
    height: 65px;
    border-bottom: solid 1px #999;
}
.menu li {
    position: relative;
    display: block;
    color: #222;
    float: left;
}
.menu li:last-of-type{
    padding-right: 0;
    background: none;
    margin-right: 0;
}
.menu li img {
    margin-top: -2px;
    margin-left: 5px;
}
.menu li  > a {
    float: left;
    display: block;
    height: 65px;
    text-decoration: none;
    color: #fff;
    font-size: 0.9em;
    line-height: 65px;
    padding: 0 15px;
    text-transform: uppercase;
}
.menu > li:hover {
    background:#033DA8;
}
.menu li  > a:hover{
    color: #fff;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background: #033DA8;
}

.menu li.current_page_item a {
    background: #033DA8 !important;
    
    color: #fff !important;
}
.menu li.current-menu-item a {
    background: #033DA8 !important;
    color: #fff !important;
}
.menu li.menu_home a {
    background: #999 !important;
    
    color: #fff !important;
}
.menu li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
     text-align: left;
    z-index: 99;
}
.menu li:hover ul {
     display: block !important;
    color: #333!important;
}

.menu li ul li {
    float: left;
    width: 100%;
    border-top: solid 1px #fff;
}
.menu li ul li:last-of-type {
    margin-bottom: 0;

}
.menu li ul li a {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    background: #033DA8;
    color: #fff;
    font-size: 0.9em;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

}
.menu li ul li a:hover {
    background: #03276a;
    color: #fff;
    text-shadow: none;
}
.menu li ul li.main-menu li a {
    color: #fff;
}
/*CORPO*/
.main_corpo {
    width: 100%;
    float: left;
    padding-top: 30px;
}
.corpo_conteudo {
    width: 830px;
    float: left;
    margin-right: 40px;
}
.destaque_banner {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding: 10px;
    border: solid 1px #ccc;
    box-shadow: 0px 0px 10px -4px rgba(120,112,120,1);
    background: #fff;
}
.destaque_banner img {
    display: block;
    width: 100%;
    height: auto;
    float: left;
}

#painel {
    width: 840px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;

}
#painel .item {
    width: 100%;
    float: left;
}


.owl-theme .owl-controls {
    text-align: center;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    border-radius:0;
    height: 28px;
    margin-top: 15px;
    margin-right: 15px;
}

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1.3;
    *display: inline;/*IE7 life-saver */
    
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 14px !important;
    height: 14px !important;
    margin: 5px 5px;
    filter: Alpha(Opacity=30);/*IE7 fix*/
    opacity: 0.5;
    border-radius: 50%;
    background: #fff;
}
#painel .item .slider_img {
    width: 100%;
    position: relative;
    padding-bottom: 63.5%; /* 16:9 */
    float: left;
    background: #F0EDE5;
}
#painel2 {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    position: relative;
}
#painel2 .item {
    width: 100%;
    float: left;
}
#painel2.owl-theme .owl-controls {
    text-align: center;
    width: auto;
    bottom: 10px !important;
    left: 0;
    right: 0;
    margin-top: 0;
    margin-right: 0;
    top:initial;
}
#painel2.owl-theme .owl-controls .owl-page span{
    background: #222;
}
.slider_img img {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
}
.slider_txt {
    float: left;
    width: 100%;
    border-top: none;
    position: absolute;
    bottom: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.8);
}
.slider_txt small {
    padding: 5px 10px;
    background: #67B319;
    margin-bottom: 5px;
    color: #fff;
    display: inline-block;
}
.slider_txt h1 {
    font-size: 1.5em;
    font-weight: 700;
}
.slider_txt a {
    color: #fff;
    text-decoration: none;
}
.slider_txt a:hover {
    text-decoration: underline;
}
.top_banners {
    width: 300px;
    float: right;
}
.main_docs {
    width: 100%;
    float: left;
    margin-right: 30px;


}
.main_docs header {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-bottom: solid 5px #222;
}
.main_docs h1 {
    font-size: 1.3em;
    text-transform: uppercase;
    border-bottom: solid 5px #BB2428;
    float: left;
    color: #BB2428;
    margin-bottom: -5px;
}
.docs_lista {
    width: 100%;
    float: left;
	 margin-bottom: 40px;
}
.docs_lista li {
    width: 20%;
    float: left;
    
    background: #078607;
    text-align: center;
    border: solid 1px #fff;
}
.docs_lista li:hover {
     background: #1a3b83;
}
.docs_lista li a {
    font-size: 1em;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    line-height: 50px;
 
}
.docs_lista li:last-of-type {
    margin-right: 0;
}
/*CAMPO*/
.campo {
    width: 810px;
    float: left;
    margin-bottom: 30px;
}
.campo header {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-bottom: solid 5px #222;
}
.campo h2 {
    font-size: 1.3em;
    text-transform: uppercase;
    border-bottom: solid 5px #BB2428;
    float: left;
    color: #BB2428;
    margin-bottom: -5px;
}
.campo_destaque {
    width: 47%;
    float: left;
    
}
.campo_destaque .campo_destaque_img {
    width: 100%;
    position: relative;
    padding-bottom: 64%; /* 16:9 */
    float: left;
    background: #F0EDE5;
    margin-bottom: 10px;
}
.campo_destaque_img img {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
}
.campo_destaque small {
    padding: 5px 10px;
    background: #006726;
    margin-bottom: 5px;
    color: #fff;
    display: inline-block;
}
.campo_destaque_txt h1 {
    font-size: 1.3em;
    line-height: 27px;
    font-weight: 700;
    display: inline-block;
    border: none;
    padding: 0;
    margin-bottom: 0;
}
.campo_destaque_txt a {
    color: #222;
    text-decoration: none;
}
.campo_destaque_txt a:hover {
    text-decoration: underline;
}
.campo_destaque_txt .tagline {
    display: block;
    color: #999;
    margin-top: 5px;
    font-size: 0.9em;
    line-height: 25px;
}
.campo_item {
    width: 50%;
    float: left;
    padding-left: 3%;
    border-left: solid 1px #e6e6e6;
    margin-left: 3%;
}
.campo_item_item {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: dotted 1px #ccc;
}
.campo_item_item:nth-of-type(4n+0){
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.campo_item_item img {
    width: 85px;
    height: 85px;
    float: left;
    margin-right: 10px;
}
.campo_item_item h1 {
    font-size: 1em;
    font-weight: 400;
    display: inline !important;
    border: none;
    padding: 0;
    margin-bottom: 0;
}
.campo_item_item a {
    color: #666;
    text-decoration: none;
}
.campo_item_item a:hover {
    text-decoration: underline;
}
/*cidade*/
.cidade {
    width: 330px;
    float: right;
}
.cidade header {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-bottom: solid 5px #222;
}
.cidade h1 {
    font-size: 1.3em;
    text-transform: uppercase;
    border-bottom: solid 5px #BB2428;
    float: left;
    color: #BB2428;
    margin-bottom: -5px;
}
.cidade .cidade_img {
    width: 100%;
    position: relative;
    padding-bottom: 64%; /* 16:9 */
    float: left;
    background: #F0EDE5;
    margin-bottom: 20px;
}
.cidade_img img {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
}
.cidade_txt {
    width: 100%;
    float: left;
}
.cidade_txt h2 {
    font-size: 1.5em;
    color: #033DA8;
    display: block;
    margin-bottom: 10px;
}
.cidade_txt .tagline {
    color: #222;
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 1em;
}
.cidade_txt li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #ccc;
    color:#BB2428;
}
.cidade_txt li:nth-of-type(4n+0){
    border-bottom: none;
}
.cidade_txt li a {
    color: #0c4f9e;
    text-decoration: none;
    margin-left: 10px;
    font-weight: 600;
    font-size: 1.1em;
}
.cidade_txt li a:hover {
    text-decoration: underline;
}
/*ACESSO*/
.main_acesso {
    width: 100%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;

}
.main_acesso header {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.main_acesso h1 {
    font-size: 1.3em;
    text-transform: uppercase;
    border-bottom: solid 5px #BB2428;
    float: left;
    color: #BB2428;
}
.acesso_lista {
    width: 100%;
    float: left;
}
.acesso_lista li {
    width: 20%;
    float: left;
    background: #078607;
    text-align: center;
    border: solid 1px #ccc;
}
.acesso_lista li:hover {
     background: #006726;
}
.acesso_lista li a {
    font-size: 1em;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    line-height: 50px;
 
}
.acesso_lista li:last-of-type {
    margin-right: 0;
}
/*SIDEBAR*/
.sidebar {
    width: 300px;
    float: left;

}
.sidebar_ban {
    width: 100%;
    float: left;
}
.sidebar_ban li {
    margin-bottom: 20px;
}
.sidebar_ban li:last-of-type {
    margin-bottom: 0;
}
/*PAGE*/
.page {
    width: 830px;
    float: left;
    margin-right: 40px;
}
.page_content {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.page h1 {
    font-size: 2em;
    line-height: 40px;
    margin-bottom: 25px;
    color: #222;
}
.page h3 {
    font-size: 1.3em;
    color: #BB2428;
    margin-bottom: 15px;
}
.page small {
    color: #BB2428;
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 1em;
}
.page p {
    color: #222;
    font-size: 1.2em;
    line-height: 27px;
    margin-bottom: 27px;
    color: #666;
    width: 100%
}
.page p a {
    color: #cc0000;
}
/*IMG POST PAGE*/
.size-large, .size-full, .size-medium, .size-thumbnail,
.alignnone, .alignleft, .aligncenter, .alignright{
/* Limita o tamanho mÃ¡ximo para as Imagens no post*/
    height: auto;/*A Altura Ã© automatica para manter a proporÃ§Ã£o correta das imagens*/
}
.alignnone{
    display: block;
    width: 100% !important ;    
}
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;

}
.aligncenter img {
    display: block;
    width: 100% !important ;
}
.alignright {
    float: right;
    margin-left: 15px !important;
}
.alignleft {
    float: left !important;
    margin-right: 15px !important;
}
.wp-caption {
    width: 100%;
    text-align: center;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 20px;

}
.wp-caption img {
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0 none;
   margin-bottom: 10px;
}
.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    padding-bottom: 7px;
    margin: 0;
    color: #666666;
    text-transform: capitalize;
}
/*PAGE HOME*/
.page_home {
    width: 100%;
    float: left;
}
.page_home_item {
    width: 100%;
    float: left;
    padding: 20px 20px 0 20px;
    
    border: dotted 1px #d2d2d2;
   
    
}
.page_home_item h3 {
    display: block;
    font-size: 1.2em;
    margin-bottom: 15px;
    font-weight: 600;
    color: #003F95;
}
.page_home_item:nth-of-type(3n+0){
    margin-right: 0;
}
.page_home_item {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.page_home_item li {
    width: auto;
    float: left;
    margin-right: 15px;
 		margin-bottom: 20px;
   
}
.page_home_item li a {
    display: block;
    width: 100%;
    float: left;
    background: #e8e8e8 url('images/ico-marca.png') 10px center no-repeat;
    padding: 10px 10px 10px 30px;
    color: #003F95;
    text-decoration: none;
    border-radius: 5px;
 }
.page_home_item li a:hover {
    background: #dcdcdc url('images/ico-marca.png') 10px center no-repeat;
}
.page_home_info {
  width: 100%;
    float: left;
  padding: 20px;
  background: #FFDC73;
  margin-bottom: 30px;
}
.btn_info {
 display:block;
  max-width:200px;
  padding: 15px 0;
  background: #008C46;
  color: #fff;
  text-decoration:none;
margin: 0 auto;
  border-radius: 5px;
  padding: 10px 10px;
  font-size: 1.1em;
    text-align: center;
    border-bottom: solid 5px #006726;
}
.btn_info:hover {
  background: #007138;
}
.page_home_info p {
  font-size: 1.1em;
  margin-top: 15px;
}
/*CATEGORY*/
.category {
    width: 100%;
    float: left;
}
.category_content {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.category {
    width: 830px;
    margin-right: 30px;
    float: left;
}
.category h1 {
    color: #BB2428;
    margin-bottom: 20px;
}
.category_item {
    width: 100%;
    float: left;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: dotted 1px #ccc;
}
.category_item small {
    color: #999;
    display: block;
    margin-bottom: 5px;
}
.category_item h1 {
    margin-bottom: 0;
}
.category_item a {
    color: #222;
    text-decoration: none;
}
.category_item a:hover {
    text-decoration: underline;
}
/*SOCIAIS*/
.main_sociais {
    width: 100%;
    float: left;
    background: #FBCC00;
    margin-top: 30px;
}
.main_sociais .content {
    padding: 15px 0;
    margin-bottom: 0;
}
.sociais_txt {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.sociais_ico {
   
width: 300px;
margin: auto;
}
.sociais_ico ul {

}
.sociais_ico li {
    width: 75px;
    float: left;
    padding: 10px;
}
/*FOOTER*/
.main_footer {
    width: 100%;
    float: left;

    background: #128804;
}
.main_footer .content {
    padding: 40px 0;
}
.footer_logo {
    width: auto;
    float: left;
    margin-right: 20px;
}
.footer_logo img {
    display: block;
    width: 80px;
    height: auto;
}
.footer_txt {
    width: auto;
    float: left;

}
.footer_txt p {
    display: block;
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 5px;
}
.footer_r {
    float: right;
    margin-top: 50px;
}
/*MENU MOBILE*/
@media (max-width: 62.5em) {
    .content {
        max-width: 760px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
  
    .header_topo_btn {
        width: 100%;
        float: left;
        margin-top: 15px;

        margin-bottom: 20px;
    }
    .header_topo_btn li {
        width: 100% !important;
        float: left;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .header_topo_btn li a {
        width: 100%;
        float: left;
        margin-bottom: 10px;
        background: #f5f5f5;
        border: solid 1px #ccc;
        text-align: center;
    }
    .main_header_topo .tagline {
        display: none;
    }
    .mobile_action {
        width: 45px;
        height: 45px;
        float: right;
        background: url('images/ico-menu-mobile.png') center center no-repeat;
        cursor: pointer;
        display: block;
    }
    .mobile_action.active {
        background: #57B030 url('images/ico-menu-mobile.png') center center no-repeat;
    }
    /*menu*/
    .menu {
        position: fixed;
        left: -100%;
        top: 0;
        width: 76%;
        height: 100%;
        min-width: 200px;
        max-width: 360px;
        background: #57B030;
        z-index: 1;
        overflow: hidden;/*oculta elementos que ultrapassam*/
        overflow-y: auto;
    }
    .menu li {
        float: left;
        width: 100%;
        position: relative;
        border-top: solid 1px #3f8c1e;
        
    }
    .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;
    }
    .busca input[type=search] {
        width: 28px;
        height: 35px;
        float: left !important;
        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: 6px;
        margin-left: 5px;
    }
    .busca input[type=search]:focus {
        max-width: 300px;
        cursor: auto;
        background-image: none;
        border-radius: 0px;
        font-size: 1em;
        background: #fff;
        color: #333;
    }
    .header_topo_logo {
        max-width: 100%;
        width: 100%;
        margin-bottom: 15px;
    }
    .header_topo_logo img {
        display: block;
        margin: 0 auto;
        width: 260px;
    }
    .corpo_conteudo {
        width: 100%;
        margin-left: 0;
    }
    
    #painel {
        width: 100%;
        margin-right: 0;
        float: left;
        height: auto;
    }
    
    /*SIDEBAR*/
    .sidebar {
        width: 100%;
        margin-bottom: 30px;
    }
    .sidebar_ban li {
        width: 100%;
        float: left;
    }
    .sidebar_ban li img {
        width: 100%;
        height: auto;
        float: left;
    }
    .campo {
        width: 100%;
        float: left;
        margin-bottom: 0;
    }
    .campo_destaque {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }
    .docs_lista li {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 1px;
    }
    .acesso_lista li {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 1px;
    }
    .cidade {
        width: 100%;
        float: left;
    }
    /*PAGE*/
    .page {
        width: 100%;
        margin-right: 0;
    }
    .aligncenter{
        display: block;
        margin-left: auto;
        margin-right: auto;

    }
    .aligncenter img {
        display: block;
        width: 100% !important ;
    }
    .alignright {
        width: 100%;
        float: right;
        margin-left: 0 !important;
        margin-bottom: 15px;
    }
    .alignleft {
        width: 100%;
        float: right;
        margin-left: 0 !important;
        margin-bottom: 15px;
    }
    /*category*/
    .category {
        width: 100%;
        float: left;
        
    }
    .footer_logo {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .footer_logo img {
        display: block;
        margin: auto;
    }
    .footer_txt {
        width: 100%;
        float: left;
        margin-right: 0;
    }
    .footer_txt p {
        text-align: center;
    }
    .footer_r {
        width: 100%;
        float: left;
    }
    .footer_r img {
        display: block;
        margin: auto;
    }
}
@media (max-width: 47em) {
    .content {
        width: 90%;
        margin: 0 5%;
        float: left;
        padding: 0;
    }
    .header_topo_banner {
        margin-bottom: 30px;
    }
    .noticias_item {
        width: 100%;
        margin-right: 0;
    }
    .slider_txt h1 {
        font-size: 1.1em;
    }
    .campo_item {
        padding: 0;
        margin: 0;
        border: none;
        width: 100%;
    }
    .mini_banners li {
        width: 48.5%;
        margin-bottom: 20px;
    }
    
    .mini_banners li:nth-of-type(2n+0){
        margin-right: 0;
    }
    .eventos_item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .mais_lidas {
        width: 100%;
        margin-top: 30px;
    }
}