h1, h2, h3, h4, h5, h6, .site-title {font-family: 'Noto', Arial, Helvetica, san-serif;}
.brand span {
    display: none !important;
    font-size: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: -9999px !important;
    visibility: hidden !important;
    width: 0 !important;
    position:absolute !important; 
    left:-9999px !important; 
    opacity: 0 !important;
    color: transparent !important;
}
body {
    background: #fff !important;
    color: #333333;
    font-family: 'Noto', Arial, Helvetica, san-serif;
}
.body {
    overflow: hidden;
}

body.site {padding: 0;}

.body .container-fluid {
    padding: 0;
}
.body .container {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
}
.superior .navbar-inner {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    filter: none;
    float: none;
    margin: auto;
}

.bannergroup_bnsocial .banneritem {
    float: left;
    padding-left:10px;
}
.nav-collapse.collapse {
    background: #990000;
}
.navigation.navbar.clearfix {
    float: left;
}

ul.nav.menu {
    display: table;
    float: none;
    margin: auto;
    width: 940px;
}
ul.nav.menu > li {
    font-family: 'Muli', Arial, Helvetica, sans-serif;
    padding: 0 !important;
    text-align: center;
    width: calc(99.9% / 7);
}
.navbar-inverse .navbar-inner {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none;
}
.navigation {
    border: medium none;
    padding: 0;
    margin:0;
}

ul.nav.menu > li > a, ul.nav.menu > li > span {
    
    box-shadow: none !important;
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: normal;
    padding: 22px 0;
    text-shadow: none;
    text-transform: uppercase;
    cursor: pointer;
}

ul.nav.menu > li.current > a, ul.nav.menu > li:hover > a {
    color: #fff;
}
ul.nav.menu > li.current > a:after, ul.nav.menu > li:hover > /*a:after*/ {
    content: "";
    border-bottom: 3px solid #c2643f;
    display: block;
    margin-top: 9px;
    position: absolute;
    width: 100%;
}
.navigation .nav-child {
    background: #e4e4e4;
}
.navigation .nav-child:after {
    border-bottom-color: #ccc !important;
}
.navigation .nav-child li a {
    color: #0071ae;
    text-transform: uppercase;
    text-align: left;
    padding: 10px 20px !important;
    font-size: 1.3em;
    border-top: 1px solid #BBBBBB;
}

.navigation .nav-child li:first-child a {
    border-top:none;
}
.navigation .nav-child li a:hover {
    background: #0071ae!important;
}
.header-inner {
    width: 940px;
    margin: auto;
}

.brand img {
    float: left;
    left: -35px;
    margin-right: 20px;
    position: relative;
}

.header-search.pull-right {
    display: inline-flex;
    position: relative;
    top: 70px;
}
.finder_busca input.search-query {
    border-radius: 0;
    padding-left: 11px;
    color: #cacaca;
    font-style: oblique;
    font-size: 0.8em;
    width: 220px;
}
.finder_busca button.btn {
    padding: 0;
    background: none;
    box-shadow: none;
    border: none;
    color: #3c6d87;
    font-size: 0.8em;
    position: absolute;
    margin: 1px 0 0 -34px;
    font-weight: normal;
    text-shadow: 0;
    width:30px;
    height:30px;
}
.header {
    background: url("../images/bg/bg_topo.jpg") repeat-x scroll 0 40px #FFFFFF !important;
}
.navigation.navbar.superior {
    background: #0071ae;
    color: #fff;
    height: 35px;
    border-top: 4px solid #9a0202;
}
.navigation.navbar.superior ul li a {
    background: none;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    padding: 8px 18px;
    font-family: 'Muli',Arial,Helvetica,sans-serif;
}
.navigation.navbar.superior ul li:first-child a {
    padding-left: 0;
}
.navigation.navbar.superior ul li a:hover {
    background: none;
    box-shadow: none;
    color: #fff;
    text-shadow: 1px 1px 2px #990000;
}

/*Alterações menu principal*/

.navbar-inner {
	padding:0px;
	filter:none;
	box-shadow:none;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .nav > a:hover, .navbar .nav > .active > a:focus {
    background-color: #0071AE;
    color: #fff;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    background-color: #0071AE;
    color: #fff;
    text-decoration: none;
}

/*Sub menu*/
.navigation .nav-child {
	border-radius:0;
	box-shadow: none;
}

/* SLIDER */
/**--- Slider ---**/
#slider {
    height: 150px;
}
.carousel.sliderhome {
    width: 100%;
}
.carousel .img-item {
   
    height: 313px;
    overflow: hidden;
    width: 52%;
}
.carousel .img-item a img{
width: 320px !important;
}
.carousel.sliderhome .item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
}
.carousel.sliderhome .item .imagem{
    position: absolute;
    width: 100%;
}

.carousel.sliderhome .item.prev, .carousel.sliderhome .item.next  {
    opacity: 0.5;
    visibility: visible;
}
.carousel.sliderhome .item.active {
    opacity: 1;
    visibility: visible;
}
.carousel.sliderhome .carousel-indicators {
    margin: 0;
    position: static;
    text-align: left;
    width: 100%;
}
.carousel.sliderhome .carousel-indicators .navitem {
    background: #646464;
    border: medium none;
    border-radius: 0;
    color: #fff;
    display: block;
    float: none;
    height: 105px;
    margin: 0 0 0 9px;
    padding-left: 5%;
    padding-top: 10px;
    position: absolute;
    text-indent: 0;
    width: 100%;
    z-index: 1;
}
.carousel.sliderhome .carousel-indicators .navitem + .navitem {
    margin-top: 105px;
}
.carousel.sliderhome .carousel-indicators .navitem + .navitem + .navitem {
    margin-top: 210px;
}
.carousel.sliderhome .carousel-indicators .navitem .moduleItemDateCreated {
    color: #ddd;
    font-size: 0.9em;
}
.carousel.sliderhome .carousel-indicators .active {
    background: #212121;
}
.carousel.sliderhome .carousel-indicators li:hover {
    background: #424242;
}
.carousel.sliderhome .texto {
    height: 315px;
    overflow: hidden;
    position: relative;
    top: -2px;
    width: 50%;
    float: right;
}
.carousel.sliderhome .texto .texto-inner {
    color: #fff;
    margin: 15px 5% 51px;
    position: relative;
    width: 90%;
    z-index: 2;
    font-size: 0.8em;
}
.carousel.sliderhome .texto .texto-inner h4 {
    font-size: 1.1em;
    height: 53px;
    margin: 0 0 0 10px;
    overflow: hidden;
}
.carousel.sliderhome .texto .texto-inner h4 a {
    color: #fff;
}
.carousel.sliderhome .texto .texto-inner h4 a:focus, .texto .texto-inner h4 a:hover {
    text-decoration: underline;
}




/* LOF */
.lof-ass.span8 {
    width: 100% !important;
}
.slider-inner.span12, .slider .moduletable.span8, .slider .lof-ass.span8 {
    margin: 0;
}
.lof-ass ul.lof-navigator li {
    background: none repeat scroll 0 0 #333333 !important;
}
.lof-ass ul.lof-navigator li div, .lof-ass ul.lof-navigator li.active div {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    margin: 0;
}
.lof-ass ul.lof-navigator li.active {
    background: none repeat scroll 0 0 #464646 !important;
}
.lof-ass .lof-css3, .lof-ass .lof-css3 .preload { box-shadow: none;  } 

.lof-ass .lof-navigator li h4 {
    height: 24px;
    overflow: hidden;
    padding: 8px 0 !important;
    font-size:1.0em;
}

.slider .lof-navigator h4 a:hover {
    color: #FFFFCC;
    text-decoration: none;
}
.lof-navigator p {
    font-size: 0.8em;
    height: 30px;
    line-height: 1.2em;
    overflow: hidden;
    padding-top: 8px;
    font-size:0.8em;
}
/*VIDEO*/

.k2ItemsBlock._modvideos.span4 {
    margin: 0;
}

.k2ItemsBlock._modvideos.span4 ul {
    list-style: none outside none;
    margin: 0;
}

.moduletable_modvideos .title-intro > h4 {
    background: none repeat scroll 0 0 #0071AE;
    margin: 5px 0 0;
    padding: 15px 10px;
}
.moduletable_modvideos .moduleItemTitle {
    color: #ffffff;
    display: block;
    font-size: 0.9em;
    font-weight: normal;
    margin: 5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.moduletable_modvideos .play_button:after, .moduletable_tagsrel .play_button {
    background: none repeat scroll 0 0 #FFFFFF;
    content: "V";
    font-family: 'IcoMoon';
    font-size: 2.5em;
    margin: 100px 0 0 125px;
    position: absolute;
    text-shadow: 0 0 11px #FFFFFF;
}

.moduletable_modvideos .videoItem{
background: none repeat scroll 0 0 #000;
height: 274px;
}
.play_button:hover:after {
    color: #990000;
}
/* DESTAQUES */

.moduletable_not {
    margin-left: 0;
}

.k2ItemsBlock.span4 {
    margin-left: 0;
}

.k2ItemsBlock ul {
    list-style: none outside none;
    margin-left: 0;
}
.destaques-inner .k2ItemsBlock ul li, .well._modfotos.span12 ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 10px 0;
}

.destaques-inner h3, .base-inferior h3 {
    border-bottom: 1px dashed #CCCCCC;
    border-top: 3px solid #9A0202;
    color: #0070AD;
    font-family: 'Muli',serif;
    font-size: 1.4em;
    margin-top: 30px;
    padding: 10px 0;
    text-transform: uppercase;
}

.destaques-inner .img-item {
    float: left;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.destaques-inner .title-intro > h4 {
    height: 33px;
    margin-bottom: 3px;
    margin-top: 0;
    overflow: hidden;
}

.destaques-inner .moduleItemIntrotext {
    font-size: 0.9em;
    height: 30px;
    line-height: 1em !important;
    overflow: hidden;
    padding: 0 !important;
}
.destaques-inner .lastItem {
    border-bottom: 1px dotted #CCCCCC;
}
.moduletable_not .title-intro > h4 a {
    color: #990000;
}
.moduletable_art .title-intro > h4 a {
    color: #0071ae;
}

/* BANNER PUBLICIDADE */

.base.span12 {
    margin: 20px 0 40px;
}
._publicidade .banneritem:first-child {
    padding-left: 0;
}
._publicidade .banneritem {
    float: left;
    padding-left: 20px;
}

/* GALERIA MODULO */


.base-inferior.span12 {
    margin: 0;
}

.well._modfotos.span12 {
    background: none repeat scroll 0 0 #E4E4E4;
    border-top: 3px solid #0071AE;
    margin: 30px 0 0 !important;
    padding: 20px 30px;
    width: 880px;
}
.well._modfotos.span12, .k2ItemsBlock.span12 {
    margin: 0;
}

.well._modfotos.span12 ul li:first-child {
    padding-left: 0;
}
.well._modfotos.span12 ul li {
    border: medium none !important;
    float: left;
    padding-left: 30px;
}

._modfotos .moduleItemImage > img {
    border: medium none !important;
    height: 110px;
}

.well._modfotos.span12 h3 {
    border: medium none !important;
    color: #0070AD;
    font-family: 'Muli',serif;
    font-size: 1.5em;
    font-weight: normal;
}
/* FOOTER E MODLULOS */

.footer {
    background: none repeat scroll 0 0 #0070AD;
    color: #FFFFFF;
}

.moduletable_conthome.span6, .custom_conthome.span6, .moduletable_modlocal.span6, .moduletable_modlocal iframe, .k2ItemsBlock._mais.span6 {
    margin: 0;
}

.moduletable_conthome.span6 > h3, .moduletable_mais.span6 > h3 {
    font-family: 'Muli',serif;
    font-size: 1.3em;
    font-weight: normal;
    text-transform: uppercase;
}
.custom_conthome.span6 > h4 {
    font-size: 1.2em;
    font-weight: normal;
}

.custom_conthome.span6 > p {
    color: #CCCCCC;
    font-size: 0.9em;
    margin: 0 0 3px;
}
.moduletable_mais.span6 {
    float: right;
}

.k2ItemsBlock._mais.span6 ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
}

._mais .img-item {
    float: left;
    margin-right: 5px;
    overflow: hidden;
    width: 65px;
}

.k2ItemsBlock._mais.span6 ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    float: left;
    width: 46%;
}

._mais h4 {
    height: 35px;
    margin: 0 !important;
    overflow: hidden;
}
._mais .moduleItemTitle {
    color: #FFFFFF;
    font-size: 0.9em;
    font-weight: normal;
}
._mais span.moduleItemHits {
    border: medium none !important;
    color: #CCCCCC;
    font-size: 0.8em;
    margin: 0 !important;
    padding: 0 !important;
}
._mais {
    padding-top: 10px;
}
.moduletable_modlocal.span6 iframe {
    border: 10px solid #3385C5;
    height: 215px !important;
    width: 375px !important;
}

.moduletable_modlocal.span6 {
    float: left;
    margin-top: 160px;
    position: absolute;
}
.moduletable_assinatura {
    margin-top: 35px;
}

table.acymailing_form{
    margin:0;
}

.acymailing_form input.inputbox {
    background: none repeat scroll 0 0 #3385C5;
    border: medium none;
    border-radius: 0;
    color: #FFFFFF;
    padding: 8px 10px;
    width: 290px !important;
}


.acysubbuttons input.btn {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 0;
    color: #0070AD;
    text-transform: uppercase;
    margin: -86px 0 0 330px;
    padding: 8.5px 18px;
}

.acymailing_introtext {
    font-family: 'Muli',sans-serif;
    font-size: 0.9em;
}

.acysubbuttons input.btn:hover {
    background: none repeat scroll 0 0 #3385C5;
    color: #FFFFFF;
}


.k2ItemsBlock._mais.span6 ul li.lastItem {
    float: right;
}


._mais .moduleItemImage > img {
    max-width: 80px;
}

.moduletable_assinatura form {
    margin: 0;
}

.moduletable_nvtags h3, .moduletable_tagsrel h3 {
    font-family: 'Muli',sans-serif;
    font-size: 0.9em;
    margin-top: 8px;
    text-transform: uppercase;
}
.moduletable_tagsrel {margin-top: 20px;}

.moduletable_nvtags a {
    background-color: #3385C5;
    color: #FFFFFF;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 5px 10px !important;
}


.creditos.span12 {
    border-top: 1px dashed;
    margin: 30px 0 0;
    padding: 25px 0 5px;
}

.creditos-inner .site {
    float: left;
    font-size: 0.9em;
    margin-top: 8px;
}
.tridia {
    float: right;
}
.base-inferior h3 {
    border-top-color: #0071af;
}
._mural ul li {
    background: url("../images/bg/bg_mural.png") no-repeat scroll 10px 20px #E4E4E4;
    margin-bottom: 15px;
    margin-top: 10px;
    padding: 18px 10px 10px 70px;
}
._mural ul li span.moduleItemDateCreated {
    color: #000;
    font-size: 0.9em;
    font-style: oblique;
}
._mural ul li div.moduleItemIntrotext {
    font-size: 0.9em;
    font-style: oblique;
    height: 47px;
    overflow: hidden;
}

._mural ul li div.moduleItemIntrotext a {
    color: #0071AE;
}


.items_list {
    list-style: none outside none;
    margin: 0;
}


.items_list .fieldIntro {
    position: relative;
    top: 3px;
}
.itemContent {
    margin: 15px 0;
    padding: 0 0 0.4px;
}
.itemData {
    background: none repeat scroll 0 0 #0071AE;
    color: #FFFFFF;
    float: left;
    margin-right: 10px;
    text-align: center;
    width: 60px;
}

.itemData > h4 {
    font-size: 1.4em;
    padding: 2px 0;
}

.itemData > p {
    background: none repeat scroll 0 0 #2B2B2B;
    font-size: 0.8em;
    margin: 0;
    text-transform: uppercase;
}

.itemLocal {
    color: #333333;
    font-size: 0.9em;
}

.itemTitulo {
    color: #0071AE;
    max-height: 35px;
    overflow: hidden;
}
.items_list a:hover {
    background:#eeeeee;
    display: block;
    text-decoration: none;
}


.liturgia.span4 {
    margin: 0;
}

.srfrRow.srfrRowIsOdd > p {
    color: #0071AE;
}
.srfrRow h3{
border: none !important;
margin: 0 0 10px 0 !important;
padding: 0 !important;}
.srfrRow h3 a{
font-size: 0.6em;}

.srfrRow.srfrRowIsEven > p {
    color: #0071AE;
}

div.srfrContainer ul.srfrList li span.srfrFeedItemDate {
    color: #333;
    font-style: oblique;	
    font-size: 0.9em;
}
.leia a{
font-size: 0.7em;
background:#e4e4e4 ;
padding: 5px 10px;
}
.leia a:hover{
color: #000;
}
.k2ItemsBlock._pod.span4 {
    background: url("../images/bg/bg_podcast.png") no-repeat scroll 10px 20px #E4E4E4;
}


div.k2ItemsBlock a.moduleCustomLink {
    color: #0071AE;
    text-decoration: none;
}

._pod a.moduleCustomLink {
    color: #0071AE;
    padding: 26px 61px;
    position: absolute;
    text-decoration: none;
}

._pod > ul {
    margin-left: 10px;
    margin-top: 60px;
}

._pod ul li a, ._pod .moduleItemDateCreated {
    font-size: 0.9em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

._pod .moduleItemDateCreated {
    float: left;
}
._pod ul li a, ._pod .moduleItemDateCreated {
    display: block;
    font-size: 0.9em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color#333;
    padding:3px;
}

 .avAudio .avPlayerContainer .avPlayerBlock div {
    min-width: 280px important;
    width: 280px !important;
}

._pod a.moduleCustomLink:after {
    border-bottom: 1px dashed #CCCCCC;
    content: "";
    display: block;
    height: 10px;
    margin: 6px 0 0 -50px;
    position: absolute;
    width: 85%;
}
.btn.btn-primary.validate {
   background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    color: #0070AD;
    padding: 8.5px 18px;
    text-transform: uppercase;
}

.btn.btn-primary.validate:hover {
    background: #3385C5;
    color: #FFFFFF;
}


/*Titulo Nuvem de Tags*/


.tagItemTitle > a {
    font-family: 'muli';
    color:#0070AD;
}

/*Pagina interna PODCAST*/
.k2Container .odd {
    list-style: none outside none;
    border: medium none;
}

.k2Container .even {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    list-style: none outside none;
}

/*---------*/

.avAudio .avPlayerContainer .avPlayerBlock div {
    height: 24px !important;
    min-width: 280px !important;
    width: 93% !important;
}

#itemListLeading .itemContainer {
    float: none;
}
/* VIDEOS */
.pgvideos #itemListSecondary div.catItemView {
    padding: 0 0 60px;
}

#itemListSecondary .catItemVideo .avPlayerContainer iframe, #itemListLinks .catItemVideo .avPlayerContainer iframe {
    height: 270px !important;
    position: relative !important;
    top: -30px;
    width: 330px !important;
    z-index: -1 !important;
}
#itemListLinks .catItemVideo .avPlayerContainer iframe {
    width: 150px !important;
    height: 145px !important;
     
}
#itemListSecondary .catItemVideo .avPlayerContainer, #itemListLinks .catItemVideo .avPlayerContainer {
    height: 200px !important;
    overflow: hidden;
    position: relative;
    width: 330px !important;
}
#itemListLinks .catItemVideo .avPlayerContainer {
    height: 75px !important;
    width: 150px !important;
}
#itemListSecondary .catItemVideo, #itemListLinks .catItemVideo {
    margin: 0 !important;
    padding: 0 !important;
}
.groupSecondary .catItemIntroText {
    height: 25px;
    overflow: hidden;
    padding: 10px 0 !important;
}

.groupSecondary .catItemTitle a, #itemListLinks h3 a {
    font-size: 0.8em !important;
    line-height: 0.5em !important;
    margin: 0 !important;
}

.groupSecondary .catItemTitle {
    height: 55px;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 16px !important;
}

.groupSecondary  div.catItemVideoBlock, #itemListLinks div.catItemVideoBlock {
    background: none repeat scroll 0 0 transparent;
    height: 200px;
}
.groupSecondary div.catItemVideoBlock .avPlayerBlock, #itemListLinks div.catItemVideoBlock .avPlayerBlock {
    display: block !important;
    position: absolute !important;
    z-index: -9999 !important;
}

.groupSecondary .linkVideo, #itemListLinks .linkVideo  {
    position: relative !important;
    z-index: 2 !important;
    cursor: pointer !important;
}
.pgvideos #itemListLeading .catItemBody {
    margin: 0;
    position: relative;
}
.pgvideos div.catItemVideoBlock {
    margin: 0 !important;
    padding: 0 !important;
}
.pgvideos .catItemBody h3 {
    padding: 0 !important;
}

.pgvideos #itemListSecondary div.itemContainer, .pgfotos #itemListPrimary div.itemContainer{
    width: 330px !important;
}
    
.pgvideos #itemListSecondary div.itemContainerLast{
    margin-left: 20px;
}

.pgvideos .catItemTagsBlock {
    border-bottom: medium none;
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
    width: 340px;
}

.pgvideos #itemListLeading .catItemTagsBlock {
    width: 90%;
}

.pgvideos div#itemListSecondary {
    padding-top: 20px;
}

.pgvideos #itemListSecondary .avPlayerWrapper {
    display: inline-block;
}
#itemListLinks .catItemTitle {
    height: 23px;
    overflow: hidden;
}

.itemRelMedia .avPlayerContainer iframe {
    height: 70px;
    width: 75px;
    position: absolute;
    margin: -73px 0 0 -37px;
}
.itemRelMedia .avPlayerContainer {
    float: left;
    width: 80px !important;
}
.footer-inner{
height: 410px;}

/* Slider */


.slider_home .content-slider {
    height: 274px;
    overflow: hidden;
}
.slider_home .carousel-inner {
    float: left;
    width: 60%;
}
.slider_home .texto {
    background: #333 none repeat scroll 0 0;
    float: left;
    height: 100%;
    position: relative;
    width: 40%;
    display: table;
}
.slider_home .texto h4 {
    display: table-cell;
    height: 72px;
    padding: 10px 5px;
    width: 100%;
    margin: 0;
    vertical-align: middle;
}
.slider_home .texto h4 a {
    color: #fff;
    position: relative;
    z-index: 4;
}
.slider_home .carousel-indicators {
    height: 100%;
    right: 0;
    top: 0;
    width: 40%;
    z-index: 1;
}
.slider_home .carousel-indicators li {
    background: transparent;
    border-radius: 0;
    float: none;
    height: 33.333%;
    margin: 0;
    position: relative !important;
    width: 100%;
    z-index: 6 !important;
}
.slider_home .carousel-indicators li:before, .slider_home .carousel-indicators li.active:before {
    content: "";
    height: 100%;
    width: 20px;
    position: absolute;
    left: -20px;
    background: #333;
}
.slider_home .carousel-indicators li.active:before {
    background: #464646 !important;
}
.slider_home .carousel-indicators li.active {
    z-index: 1 !important;
    background: #464646;
}
.slider_home .moduleItemImage {
    display: block;
    overflow: hidden;
    height: 274px;
}
.slider_home .moduleItemImage img {
    width: auto;
    height: 274px;
}

@media (max-width : 768px) {
    .modalLastItem {
        display: none;
    }
}
@media screen and (max-width: 410px) {
  .navigation.navbar.superior ul li a {
      padding: 8px 14px;
  }
}
