html{
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

body{
  font-family: Roboto;
}

#menus_e_lupa li ul{
  display: none;
  background-color: #fff;
  list-style: none;
}

#menus_e_lupa li:hover  ul{
  display: block;
  z-index: 99999;
}

.maxwidth{
  max-width: 1210px;
}

.mdl-layout__header{
  height: 75px;
  max-width: 1210px;
  margin: 0 auto;
  box-shadow: 0 0;
  background-color:rgb(255,255,255);
}

#headerGeral{
    position: fixed;
    height: 140px;
    z-index: 9;
    background: white;
}

.mdl-navigation{
  margin-top: 15px;
}

.mdl-navigation > li{
  display: inline-block;
  margin-right: 45px;
}

.mdl-navigation a{
  color: white !important;
  font-size: 15px;
  font-weight: bold;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
}

.mdl-navigation a:hover{
  /*color: #2f6b99 !important;*/
  color: #fff !Important;
  font-size: 15px;
  font-weight: bold;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
}

.mdl-button--raised.mdl-button--colored{
	background: #2f6b99 !important;
	box-shadow: none;
}


.mdl-navigation ul{
  padding: 0px;
  position: absolute;
  margin-top: 0px;
  min-width: 130px;
}

#main{
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  padding-top: 140px;
}

.link_title{
	text-decoration: none;
	color: black;
}
#logos_login{
  padding: 0;
  margin-top: 12px;
  position: relative;
}

#menus_e_lupa {
    min-height: 55px;
    height: 55px;
    box-shadow: 0 0;
    max-width: 10000%;
    /* margin-bottom: 5px; */
    background: #2f6b99;
}

#logosns{
  margin: 0 36px 0 20px;
}

#login_button{
  height: 30px;
  background-color: #2f6b99 !important;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 15px;
}

#lupa{
  float: right;
  margin-right: 5%;
}

#lupa2{
	width: 32px;
}

#headerGeral #menus_e_lupa .showSubMenu{
	display: flex;
	flex-direction: column;
}

/* footer */

#footer{
  width: 100%;
  margin: 0 auto;

}

#delimiter{
  height: 58px;
  display: list-item;
}

.mdl-mini-footer{
  background: initial;
  list-style: none;
}

.mdl-mini-footer > li a{
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #414141;
}

.mdl-mini-footer li ul{
  list-style: none;
  border: 0;
}

.mdl-mini-footer .sub-menu li {
  border:0;
  padding: 0;
}

.mdl-mini-footer .sub-menu li:hover {
   background: none;
 }

.mdl-mini-footer .sub-menu li:hover a:hover {
  color: #414141 !important;
  font-size: 14px;
}

.mdl-mini-footer .sub-menu a {
  color: #414141 !important;
  font-size: 14px;
  font-weight: normal;
}

.mdl-mini-footer .sub-menu a:hover {
  color: #414141 !important;
  font-size: 14px;
}

.categoryParent{
  position: absolute;
  bottom:0;
  display: flex;
  list-style: none;
  margin: 0;
  background-color:rgba(27, 153, 232, 0.5);
}

.categoryParent li{
  height: 70px;
}

.categoryParent a{
  padding: 10px;
  display: block;
  height: 50px;

}

.categoryArticles{
  position: absolute;
  bottom:0;
  display: flex;
  width: 100%;
  list-style: none;
  margin: 0;
  background-color:rgba(27, 153, 232, 0.9);
  background: linear-gradient(#65a5d6, #2f6b99) !important;
  opacity: 0.90;
  min-height: 215px;
  padding: 0;
}

.categoryArticles > li{
  width: 33.333%;
}

#MBV_Main{
	max-width: 1210px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px !important;
}

#MBV_Main hr{
	border: none;	
}

.MBV_Image{
	float: left;
	margin-right: 10px;
}

.articleColumn{
  list-style: none;
}

.articleColumn a{
  color:#003865;
  text-decoration: none;
  font-weight: bold;
}

.content-area{
  width:100%;
  max-width: 1210px;
  margin:0 auto;
}

#MBV_Main,
#primary{
	padding-top: 140px;
}

#primary>#main{
	padding-top: 0px;
}

.archive-title{
  color: rgba(27, 153, 232, 1);
  border-bottom: 1px solid #1b99e8;
  font-size: 31px;
  margin: 0;
}

.archive-title{
  margin: 0;
  color: #808080;
  font-family: Raleway;
  display: inline-block;
  line-height: 40px;
  font-size: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  text-transform: uppercase;
}

.mdl-navigation .sub-menu li a{
   color: #666 !important;
   font-weight: 400 !important;
  text-transform: none;
 }

.mdl-navigation .sub-menu li a:hover{
  color: #fff !important;
  font-weight: 400 !important;
  text-transform: none;
}

.mdl-navigation .sub-menu li:hover a{
  color: #fff !important;
  font-weight: 400 !important;
  text-transform: none;
}

.sub-menu {
    padding: 0;
    border-top: 3px solid #2f6b99;
}

.sub-menu li{
  min-width: 200px;
  border-bottom:1px solid #ccc;
  padding: 10px;
  position: relative;

}

.mdl-navigation .sub-menu li:hover {
    background: #2f6b99;
}

#mdl-layout__content h1,
#mdl-layout__content h4{

  color: #2f6b99;
}

.category{
  margin: 15px !important;
}

.catcard{
  width: 100% !important;
  background:#2f6b99 !important;
  height: 395px !important;
}

.catcard:hover{
  background:#2f6b99 !important;
}

.catcard .mdl-card__title{
  height: 225px;
  border-bottom: 3px solid #fff;
  padding: 0 !important;
}

.catcard .mdl-card__supporting-text{
  height: 170px !important;
  padding: 0 !important;
  width: 100%;
}

.catcard .mdl-card__supporting-text img{
    width: 70px;
    position:absolute;
    bottom: 0;
}

.catcard .mdl-card__supporting-text h2{
  font-family: Raleway;
  font-size: 26px;
  color: #fff;
  text-align: center;
  margin-top:21px;
}

@media (min-width: 840px) {
  .mdl-cell--3-col, .mdl-cell--3-col-desktop.mdl-cell--3-col-desktop {
    width: calc(25% - 30px);
  }

  .mdl-cell--6-col, .mdl-cell--6-col-desktop.mdl-cell--6-col-desktop {
    width: calc(50% - 66px);
  }

  .option .mdl-cell--6-col{
    width: calc(50% - 16px);
  }
}

.imagecard{
  height: 70px;
  width: 70px;
  position:relative;
  margin-left: 94px;
  margin-top: 22px;
}

.newsh2{
  font-family: Raleway;
  font-size: 32px;
  color: #414141;
  margin:0;
}

.link_title{
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #414141;
}

.smallNews {
  width: 100%;
  display: flex;
}

.smallNews p{
  font-size: 13px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  color: #414141;
  line-height: 18px;
  margin-top: 5px;
  margin-bottom: 30px;
}

.smallNews .thumbnail{
  margin-right:10px;
  width: 50%;
  height: 205px;
  background-size: cover;
  background-position: 50%;
}

.category-noticiasphp .thumbnail {
    background-position: 10%;
    margin-right: 40px !important;
    width: 320px;
    height: 220px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.category-noticiasphp .smallNewsTextBox{
	width: 70%;
}

.newsgridcell {
  margin: 0;
  margin-right: 65px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.listHomepage li div{
  	display: flex;
    align-items: center;
    margin: 0;
    height: 100%;
    width: 100%;
}

.listHomepage a, .listHomepage span{
  font-family: Raleway !important;
  font-size: 18px;
  color:#2f6b99;
  display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}


.moduletitlebottom{
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  color: #414141;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}


.modulesubtitlebottom{
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  color: #414141;
  font-size: 14px;

}

.datenews{
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  color:#666;
}


#slider {
  position: relative;
  overflow: hidden;
  margin: 2px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
  display: flex;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;

}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 1;
  display: block;
  padding: 0% 1%;
  width: auto;
  height: auto;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  opacity: 0.8;
  cursor: pointer;
  font-size: 77px;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

.shareicoF .stLarge{
  background-image: url("images/icon_fb.svg") !important;
  background-repeat: no-repeat;
    background-size: 32px 56px !important;
  width: 32px;
  height: 32px;
  background-size: cover;
  background-position: 0px 4px;
}

.shareicoF .stLarge:hover{
  background-image: url("images/icon_fb.svg") !important;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  background-position: 0px -26px !important;
}

.shareicoT .stLarge{
  background-image: url("images/icon_twitter.svg") !important;
  background-repeat: no-repeat;
    background-size: 32px 56px !important;
  width: 32px;
  height: 32px;
  background-size: cover;
  background-position: 0px 4px;
}

.shareicoT .stLarge:hover{
  background-image: url("images/icon_twitter.svg") !important;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  background-position: 0px -26px !important;
}

.shareicoL .stLarge{
  background-image: url("images/icon_linkdin.svg") !important;
  background-repeat: no-repeat;
    background-size: 32px 56px !important;
  width: 32px;
  height: 32px;
  background-size: cover;
  background-position: 0px 4px;
}

.shareicoL .stLarge:hover{
  background-image: url("images/icon_linkdin.svg") !important;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  background-position: 0px -26px !important;
}

.shareicoG .stLarge{
  background-image: url("images/icon_google.svg") !important;
  background-repeat: no-repeat;
    background-size: 32px 56px !important;
  width: 32px;
  height: 32px;
  background-size: cover;
  background-position: 0px 4px;
}


.shareicoG .stLarge:hover{
  background-image: url("images/icon_google.svg") !important;
  background-repeat: no-repeat;
    background-size: 32px 56px !important;
  width: 32px;
  height: 32px;
    background-position: 0px -26px !important;
}

.shareicoimg{
  margin-left: auto;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
}

.developed{
    margin-left: auto;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
}

.icon-circle-arrow-right{
  color: white;
}

.seta-right{
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #2f6b99;
  display: inline-block;
}

.article_title{
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 10px !important;
}

.articleColumn li{
  margin-bottom: 5px;
}

.articleColumn li{
  margin-bottom: 5px;
}

.link_cat{
  color:#ffffff;
  font-famiy: Raleway-medium;
  font-size: 18px;
  text-decoration: none;
}

.link_cat:hover{
  color: #0c3751 !important;
}

.segundo-tile{
  margin: 0;
}

.terceiro-tile{
	margin: 0;
}

.quarto-tile{
	margin: 0;
}

.quinto-tile{
	margin: 0;
}

.archive-header{
	height: 40px;
	margin-bottom: 20px;
	font-size: 0;
	display: flex;
	width: 100%;
}

.articleColumn .icon-circle-arrow-right{
  font-size: 20px;
  margin-right: 20px;
}

.categoryarticleslink{
  color:#fff;
  font-family: Raleway;
  font-size: 18px;
  font-weight: normal;
}

.categoryarticleslink a{
  color:#fff !important;
  font-family: Raleway;
  font-size: 18px;
  font-weight: normal;
}

.catSubmenuCont{
	position: absolute;
    width: 100%;
    bottom: 0;
}

.catSubmenuCont .mdl-cell{
	border-left: 3px solid transparent;
}

.subMenuCard{
	background: rgba(27, 153, 232, 0.9) !important;
	background: linear-gradient(#65a5d6, #2f6b99) !important;
	opacity: 0.90;
	max-height: 200px;
	height: 100%;
	color: #0c3751;
	width: auto;
}

.subCatTitle {
    font-size: 24px !important;
    margin-top: 30px !important;
    margin-bottom: 0px;
}

.subMenuCard .mdl-card__supporting-text h2 {
    font-family: Raleway;
    font-size: 26px;
    color: #fff;
    text-align: center;
    margin-top: 21px;
}

.imagecardSub{
	text-align: center;
	height: 70px;
}

.imagecardSub > svg{
	height: 70px;
}

.subCatSupCard{
	min-height: 200px;
	width: auto;
}

.subCatSupCard:hover > h2{
	color: #204866;
}

.subCatSupCard:hover svg line,
.subCatSupCard:hover svg circle{
	stroke: #204866 !important;
}

.subCatSupCard:hover svg *{
	fill: #204866 !important;
}

.menu-item a.menu-image-hovered:hover .menu-image-hover-wrapper img.menu-image {
    opacity: 1;
}
.menu-item a.menu-image-hovered:hover .menu-image-hover-wrapper img.hovered-image {
    opacity: 0;
}

.menu-item.current-menu-item a.menu-image-hovered .menu-image-hover-wrapper img.menu-image {
    opacity: 0;
}
.menu-item.current-menu-item a.menu-image-hovered .menu-image-hover-wrapper img.hovered-image {
    opacity: 1;
}

.titleACSS{
	font-size: 24px;
	color: #2f6b99; 
}

.categoryACSS{
	margin: 10px;
	margin-top: 40px;
	outline: none;
}

.categoryACSS p{
	margin-top: 32px;
}

.butoesACSS{
	text-align: center;
	margin-top: 40px;
}

.botaoACSS{
	display: inline-block;
	background-color: white;
	border: 2px solid #2f6b99;
	padding: 10px 20px;
	color: #2f6b99;
	font-weight: bold;	
	font-family: Raleway;
	white-space: normal;
}

.botaoACSS:hover{
	background-color: #2f6b99 !important;
	color: white !important;
}


/* Tabs Styles */
.postClass ul.tabs {
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.postClass ul.tabs li {display: inline-block;}
.postClass ul.tabs a {
  display: block;
  position: relative;
  top: 1px;
  padding: 5px 10px;
  border: 1px solid transparent;
  text-decoration: none;
}
.postClass ul.tabs a.active {
  border-color: #ccc;
  border-bottom-color: #fff;
}
.postClass section.tab {
  display: none;
  margin-bottom: 15px;
  padding: 15px 15px;
}
.postClass section.tab.active {
  display: block;
  background-color: #f9f9f9;
}

a{
  color: #2f6b99 !important;
  text-decoration: none;
}

a:hover{
  color: #7c7c7c !important;
}

.postClass br{
  display: none;
}

.accordion {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
}
.accordion-title {
  border-top: 1px solid #dbdbdb;
  margin: 0;
  padding: 0px 0;
  cursor: pointer;
  color: #2f6b99;
  font-size: 16px;
}

.accordion-title:hover {
  background-color: #f9f9f9 ;
}
.accordion-title:first-child {border: none;}
.accordion-title.open {cursor: default;}
.accordion-content {padding-bottom: 20px;}

#left .fa {
  font-size: 80px;
}
#right .fa {
  font-size: 80px;
}

#left{
  z-index: 1;
}

#right{
  z-index: 1;
}

.sFieldDiv{
	flex-direction: row;
}

#tooltip-span span{
	padding: 1em;
    background-color: #83b9e3;
    margin-bottom: 3px; 
}

.footer-mobile{
	display: none;
}

@media (max-width: 479px){

	.notDivBoxDate{
		position: relative !Important; 
	}
	
	.notDivBoxDateText{
		position: relative !Important; 
    	margin-top: 0px !Important; 
	}
	
	.greyfooter .menu-item{
		margin-top: 15px;
	}
	
	.postClass{
		margin-left: 2px;
	}
	
	.fleft{
		width: 100%; 
	}
	
	#s2email{
	    display: flex;
	    margin-left: 2px;
	    width: 80% !important;
	}
	
	#sideNavi{
		right: 60px;
	}
	
	.textbox-contact{
		margin-top: 12px !important;
	}
	
	.formD{
		width: 98%;
	    margin-left: auto;
	    margin-right: auto;
	    flex-direction: column !important;
	}
	
	.sFieldDiv{
		flex-direction: column;
	}
	
	.side-navi-data{
		width: 300px !important;
	}
	
	.mdl-layout__header{
		height: 120px;
	}
	
	#logos_login{
		display: flex;
    	flex-direction: column;
	}
	
	.NewSlider{
		display: none !Important;
		height: 225px !important;
	}
	
  .newsgridcell {
    margin: 0;
    margin-right: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .listHomepage{
    margin:0px;
    padding:0px;
  }

  .listHomepage a {
    font-size: 18px;
  }
  
  /*.SliderText{
  	margin: 0 !important;
    top: 0;
    text-align: center !important;
    padding-top: 3% !important;
    padding-bottom: 3% !important;
    width: 100% !important;
    /*border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: solid 1px #ccc !important;*/
  /*}*/
  
  .leftNavArr, .rightNavArr{
  	display: none !important;
  }
}

.mdl-layout--large-screen-only{
  display: inline-block;
}

.mdl-navigation , .drawerNav ul{
  position: relative !important;
}

.drawerNav .sub-menu li {
  padding: 0;
}

.drawerNav a {
  padding: 5px !important;
}

.snslogo {
  height: 40px;
  width: 240px;
  margin: auto auto 10px;
  margin-top: 10px;
  margin-right: 20px;
  /*background: url(images/logosns.png);*/
  background: url(images/40sns_comprido_cor.svg);
  background-size: contain;
  color: transparent;
  background-repeat: no-repeat;
}

.acsslogo {
   	height: 67px;
    width: 220px;
    margin: 0px auto;
    margin-bottom: 1px;
    background: url(http://www.acss.min-saude.pt/wp-content/uploads/2017/01/acss3.png);
    /* background-size: cover; */
    color: transparent;
}

.acsslogo10anos {
  height: 70px;
  width: 198px;
  margin: auto auto 10px;
  margin-bottom: 1px;
  background:url("images/LOGOacss-04.svg");
  background-repeat: no-repeat;
  color: transparent;
}

.mdl-layout__title{
  display: flex;
}

.is-compact .snslogo {
  height: 10px;
  width: 50px;
  margin-top: 7px;
}

.ewd-slider-control{
  margin-top: -37px !important;
  z-index: 100000;
  margin-bottom: 10px;
}

.mdl-mini-footer{}

.categoryContact{
  margin: 10px;
  margin-top: 0px;
}

.categoryContact > div > div{
  font-size: 16px;
}

.titleACSS.cont{
  font-size: 30px;
}

.asterix-c{
  vertical-align: bottom;
  line-height: 0.2;
  font-size: 40px;
  color: #2f6b99
}

.form-cont{
  margin-top: 130px;
  width: 645px;
}

.wpcf7{
  margin-top: 20px !important;
  margin-bottom: 100px !important;
}

.label-contact{
  font-size: 16px;
}

.textbox-contact{
  height: 40px;
  width: 645px;
  font-size: 16px;
}

.enviar-cont{
  width: 140px;
  height: 40px;
}

.limpar-cont{
	width: 100px;
	height: 40px;
	color: #2f6b99 !important;
	background: white !important; 
	border: solid #2f6b99 1px;
}

.mens-cont{
  width: 100%;
  height: 265px;
}

.file-cont{
	height: 41px;
	width: 152px;
}

label.file-cont input[type="file"]{
	position: fixed;
    top: -1000px;
}

.labelc{
	margin-left: 26px;
	visibility: hidden;
	color: transparent;
	font-size: 0;
}

.labelc_text{
	border: none;
	font-style: italic;
	color: #999999;
	margin-right: 1vw;
}

.label2{
	margin-left: 26px;
}

.label2_text{
	border: none;
	font-style: italic;
	color: #999999;
	margin-right: 1vw;
}

.theHolder{
	display: flex;
	flex-direction: column;
	margin-top: 1vw;
}

.ewd-slide{
  max-height: 405px !important;
  overflow: hidden;
}

.slider{
  max-height: 405px !important;
  overflow: hidden;
}

.ewd-us-arrow-div{
  margin-top: 195px !important;
}

.bluefooter{
  	background: #2f6b99;
    display: flex;
    padding: 30px 15px;
}

.marginauto{
  margin: 0 auto;
}

#footer a {
  color: #fff !important;
}

#footer .sub-menu{
  margin-top:10px;
}

.option.mdl-card{
  width: 100%;
}

.option .mdl-card__title{
  padding:0;
}

.option .mdl-grid{
  padding: 0;
overflow-y: hidden;
}

.option .mdl-card__supporting-text{
  padding:0;
}

.option .ProviderItem{
  width: 100%;
  display: flex;
}

#SeachrProvider .mdl-list__item{
  display: block;
}

#SeachrProvider h3{
  font-size: 16px;
  margin:0;
  color:#2f6b99;
  line-height: 20px;
}

.providersList{
  height: 559px;
  overflow-y: auto;
}

.block{
  display: block;
}

.width100{
  width: 100%;
}

.inputselect{
  height: 41px;
  border-radius: 5px;
}

#inputsSearch .mdl-list__item{
  margin: 0;
  padding: 0;
}

.SearchProviderTitle{
  color:#2f6b99;
  font-size: 26px;
  font-family: Raleway;
}

.providernametxt{
  border: 1px solid rgb(169, 169, 169);
  border-radius: 5px;
  height: 29px;
}

.subtitleProvider{
  font-size: 12px;
}

.providersTitles{
  margin-bottom:5px;
  margin-left: 15px;
}

.mdl-badge[data-badge]:after{
  background: #777 !important;
}

.hide{
  display: none !important;
}

#popup{
  display: flex;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  top:40%;
  left:45%;
  border:1px solid #666;
  z-index: 100;
  padding:10px;
}

.shadow{
  background: #000;
  opacity: 0.2;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
}

#popup img{
  width: 50px;
  height: 50px;
  margin: 5px;
  margin-right: 20px;
}

.Linguagem form {
  display: inline-block;

}

.Linguagem {
  margin-right: 20px;
}

.hide{
  display:none;
}

.bigicon{
  color: #2f6b99;
  font-size: 40px !important;
  font-weight: bold !important;
}

.btnsx-text-primary{
  font-weight: bolder;
}

.aligncenter{
  align:center;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.thumbnailImg{
  margin-top:100px;background-size: cover;width:100%; height:200px;
}

.accordion-title {
  text-decoration: inherit; font-weight: normal;
}

.single-post-cat p{
	font-family: Roboto;
}

.lupasubmit{
	height: 30px;
    width: 30px;
    border: none;
}

.tua-pesquisa-textbox{
	width: 130px;
	float: left;
	height: 29px;
	font-family: Roboto;
	margin-right: 30px;
}

.tua-pesquisa-textbox_no_float{
	width: 130px;
	height: 29px;
	font-family: Roboto;
	margin-right: 30px;
}

.label-pesquisa{
	float: left;
    margin-top: 6px;
    margin-right: 5px;
    color: #a5a5a5;	
}

.label-pesquisa_no_float{
    margin-top: 6px;
    margin-right: 5px;
    color: #a5a5a5;	
}

.sub-menu > .menu-item > .sub-menu > .menu-item > .sub-menu{
    margin-top: -3px;
    display: none !important;
}

.sub-menu > .menu-item > .sub-menu {
    z-index: 9998 !important;
    display: none !important;
    position: absolute;
    left: 100%;
    top:0;
}

.sub-menu > .menu-item > .sub-menu.showSubMenu{display: flex !Important;}

.sub-menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item a{
    color: #666 !important;
}

.sub-menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item:hover a{
    color: #fff !important;
}

.sub-menu > .menu-item > .sub-menu > .menu-item a{
    color: #666 !important;
}

.sub-menu > .menu-item > .sub-menu > .menu-item:hover a{
    color: #fff !important;
}

.sub-menu > .menu-item > .sub-menu> .menu-item:hover  > .sub-menu{
    display: block !important;
}


.sub-menu > .menu-item:hover > .sub-menu {
    display: block !important;
}

#left-cat{
	
}

#right-cat{
    position: absolute; 
    top: 0; 
    right: 0%;
}

.img_hover:hover {
	opacity: 0.5;
}

.margin-top-menu{
	margin-top: 13px;	
	padding: 0;
}

#down-questionario-ido{
	color: #2f6b99 !important;
    text-decoration: none;
}

#down-questionario-ido:hover{
	color: #7c7c7c !important;
}

#scrollUp{
	font-size: 2em;
}

/* calendar */
table.calendar		{ border-left:1px solid #999; }
tr.calendar-row	{  }
td.calendar-day	{ overflow:visible; min-height:80px; font-size:11px; position:relative; } * html div.calendar-day { height:80px; }
td.calendar-day:hover	{ background:#eceff5; }
td.calendar-day-np	{ background:#eee; min-height:80px; } * html div.calendar-day-np { height:80px; }
td.calendar-day-head { background:#ccc; font-weight:bold; text-align:center; width:120px; padding:5px; border-bottom:1px solid #999; border-top:1px solid #999; border-right:1px solid #999; }
div.day-number		{font-weight:bold; text-align:center; }
/* shared */
td.calendar-day, td.calendar-day-np { width:120px; padding:10px; border-bottom:1px solid #999; border-right:1px solid #999; font-size: 100%; text-align: center; padding-top: 15px; padding-bottom: 15px;}

.active {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.triangle-rectangle{
    border-left: 16px solid transparent;
    border-right: 16px solid rgb(63, 143, 204);
    border-bottom: 16px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    top: -1px;
    right: 0px;
    z-index: 1;
}

.active{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    text-decoration:none}

.active:hover{z-index:25;}

.active span{display: none}

.active:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
	font-weight:bold;
    top:0px;
    left:20%; 
    width:100px;
    margin-left:-125px;
    background-color:#84b7de;;
	color:#ffffff;
    text-align: center;
	z-index:9999999;
}

.ProviderItem:hover{
  cursor: pointer;
}

.flexalignright{
  margin-left: auto;
}

.deactivate_link {
   pointer-events: none;
   cursor: default;
} 

.mdl-layout__container{
  position: inherit !important;
}

.categoriessubs{
    margin-bottom: 50px;
}

.categoriessubs label{
  display: block;

}

.subscribe {
    width: 90%;
    margin-left: 37px;
    margin: 0;
}

.subscribe h5{
  margin: 0;
  color: #2f6b99;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
}

.mdl-button, .backgroundcolor{
    background:#ccc;
}

.fleft{
    float:left;
}
.fright{
    float:right;
}

.labelsubs{
    color:#2f6b99;
    font-family: Roboto;
    font-size: 20px;
    margin-top:20px;
    margin-bottom: 10px;
}

#s2email{
    width: 100%;
    height: 35px;
}

a img{
    border:none;
}

@media (max-width: 479px){

    .snslogo {
        height: 47px;
        width: 150px;
        margin: auto auto 10px;
        margin-top: 10px;
        margin-right: 20px;
        background: url(images/40sns_curto_cor.svg);
        /*background: url(images/logosns_small.png);*/
    }

    .acsslogo {
      height: 60px;
      width: 100px;
      margin: auto auto 10px;
      margin-bottom: 1px;
      background: url(images/logoacss_small.png);
      background-size: 100px;
    }

    .acsslogo10anos {
      height: 60px;
      width: 63px;
      margin: auto auto 10px;
      margin-bottom: 1px;
      background: url(images/logomobile_01-06.svg);
      background-size: 63px;
    }

    .mdl-layout__title{
        margin-left: 70px;
    }

    .catSubmenuCont{
        display: inline-flex;
        position: relative;
      	margin-top: 290px !important;
      	flex-direction: column;
      	align-items: center;
    }

    #categorydiv{
        height: 100% !important;
    }

    .mobilecell{
        width: 100% !important;
    }

    .subscribe{
        margin-left: -11px !important;
    }

  .hidearrow{
    display: block !important;
  }

  .archive-header{
    display: none !important;
  }
  
  #antefooterMobile{
  	display: flex !important;
	    width: calc(100% - 30px);
    margin: 0 auto;
  }
  
  #antefooter{
  	display: none !important;
  }
}

@media screen and (max-width: 1024px){
    .mdl-layout__title{
        margin-left: 70px;
    }

    .catSubmenuCont{
        display: inline-flex;
        position: relative;
        margin-top: 335px;
    }

    #categorydiv{
        height: 100% !important;
    }

    .mobilecell{
        width: 100% !important;
    }

    .subscribe{
        margin-left: 25px;
    }
  .hidearrow{
    display: block !important;
  }

  .archive-header{
    display: none !important;
  }
}

.grey{
    color:#555;
    font-size: 18px;
    margin-right: 10px;
}

.slideExcerpt{
    background-color: rgba(0, 0, 0, 0.05);
}

.slideExcerpt a{
    color: inherit !important;
}

.slideExcerpt a:hover{
   	color: inherit !important;
}

.mdl-layout__drawer-button.mdl-layout--small-screen-only {
    border:1px solid #ccc;
    color:#000;
    margin-top: 15px;
}

.mdl-layout__drawer > .mdl-navigation a {
    color: #2f6b99 !important;
    font-size: 15px;
    font-weight: bold;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
}

.hidearrow{
  display: none;
}

.hidearrowS{
  display: none;
}

span {
  font-family: Roboto !important;
}

#divisNav{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
	font-size: 450%;
	font-weight: 900;
}

#divisNav a{
	cursor: pointer;
}

#antefooter{
	width: 100%;
}

#antefooterMobile{
	display: none;
	height: 100px;
}

@media (max-width: 479px){
	.divis{
		flex-direction: col
	}
	
	.divisNav{
		font-size: 350% !important;
	}
	
	.mdl-cell{
		border: none !important;
	}
	
	.backbtndiv{
		text-align: center;
	}
	
	.arrowdivision{
		position: relative;	
	}
	
	#post-conselho-diretivo{
		margin-top: 50px !important;
	}
	
	#post-2899{
		margin-top: 50px !important;
	}
	
	.form-cont, .form-cont .wpcf7, .textbox-contact{
		width: 100%;
	}
	
	#CSarrouLeft, #CSarrowRight{
		line-height: 800px !important;
		padding-left: 4% !important;
		padding-right: 4% !important;
		color: black !important;
	}
	
	#CSarrouLeft:before, #CSarrowRight:before {
	  background: white !important;
	  transform: none !important;
	}
	
	#CSarrouLeft:hover, #CSarrouLeft:focus, #CSarrouLeft:active,
	#CSarrowRight:hover, #CSarrowRight:focus, #CSarrowRight:active {
	  color: black !important;
	}
	
	#CSarrowLeft:hover:before, #CSarrowLeft:focus:before, #CSarrowLeft:active:before,
	#CSarrouLeft:hover:before, #CSarrouLeft:focus:before, #CSarrouLeft:active:before {
	  transform: none !important;
	}

  #mobile_navbar_sup{
    display: block !important;
  }

  #navbar_sup{
    display: none !important;
  }
}

/* ==========ArrowLeft Effect========== */
#CSarrouLeft {
	position: absolute;
	z-index: 1;
	height: 100%;
	left: 0;
	font-size: 75px;
	line-height: 200px;
	padding-left: 0.5%;
	padding-right: 1%;
	cursor: pointer;
	color: white !important;
	display: inline-block;
	vertical-align: middle;
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0); 
	backface-visibility: hidden; 
	transition-property: color;
	transition-duration: 0.3s;
}
#CSarrouLeft:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2073d1; 
  transform: scaleX(0);
  transform-origin: 0 50%;  
  transition-property: transform;  
  transition-duration: 0.3s;  
  transition-timing-function: ease-out;
}

#CSarrouLeft:hover:before, #CSarrouLeft:focus:before, #CSarrouLeft:active:before {
  transform: scaleX(1);
}
/* ========== End ArrowLeft Effect========== */

/* ========== ArrowRight Effect========== */
#CSarrowRight {
	position: absolute;
    z-index: 1;
    height: 100%;
    right: 0;
    font-size: 75px;
    line-height: 200px;
    padding-left: 1%;
    padding-right: 0.5%;
    cursor: pointer;
	color: white !important;
	display: inline-block;
	vertical-align: middle;
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	backface-visibility: hidden;
	transition-property: color;
	transition-duration: 0.3s;
}
#CSarrowRight:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2073d1;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

#CSarrowRight:hover:before, #CSarrowRight:focus:before, #CSarrowRight:active:before {
  transform: scaleX(1);
}
/* ========== End ArrowLeft Effect========== */

.huge_it_slideshow_image_wrap_2{
	width: 100% !important;
}

td.calendar-day-head
{
	padding: 0;
}

#but-calendar-id-ano-ant, #but-calendar-id-ano-prox{
	display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    font-size: 150%;
}

.lestitles {
    width: 6%;
    padding: 1%;
    text-align: center;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    color: white;
    font-size: 110%;
    cursor: pointer;
}

.lestitles:hover{
	background-color: #9dc5e5 !IMPORTANT;
}

.stuff{
	position: relative;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
}

.justAline{
	height: 5px;
	width: 100%;
	position: absolute;
	background-color: rgb(63, 143, 204);
	z-index: -1;
}

.events {
    display: flex;
    margin-top: 50px;
}

.destaquesEvents, .outrosEvents {
    display: inline-flex;
    flex-direction: column;
    width: 50%;
}

.destTitle, .outrTitle{
	font-size: 130%;
    padding: 10px;
    
    color: white;
    display: flex;
    width: 20%;
}

.destTitle{
	background-color: rgb(63, 143, 204);
}

.outrTitle{
	background-color: #8e8e8e;
}

.destaque, .outro{
    margin: 2.5%;
    margin-right: 0px;
}

.destContent, .outrContent{
	display: flex;
    min-height: 470px;
    flex-direction: column;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    background-color: #f3f3f3;
}

.destContent{
	border: 5px solid rgb(63, 143, 204);
}

.outrContent{
	border: 5px solid #8e8e8e;
}

.buttonscategory{
  width: 100%;
}

#mobile_navbar_sup{
  display: none ;
}

/*********************************************************tabs **************************************************/

.tab-labels{
  overflow: hidden;
}

.tab-labels a {
    float: left;
    border-top: 1px solid #2f6b99;
    border-right: 1px solid #2f6b99;
    border-bottom: 1px solid #2f6b99;
    background-color: #fff;
    padding: 9px 9px 11px 10px;
    height: 43px;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 16px;
    color: #2f6b99 !important;
}

.tab-labels a.activelink, .tab-labels a:hover {
  background-color: #2f6b99;
  color: white !important;
}

.tab-labels a:first-child, .tab-labels a.tab-first {
  border-left: 1px solid #2f6b99;
}

.tab-labels a:last-child, .tab-labels a.tab-last {
    border-right: 1px solid #2f6b99;
    margin-right: -10px;
}

@media (max-width: 767px) {
  .tab-labels a {
    width: 100%;
    border-top: 0;
    border-right: 1px solid #2f6b99;
    border-left: 1px solid #2f6b99;
    font-size: 14px;
  }
  .tab-labels a:first-child {
    border-top: 1px solid #2f6b99;
  }


}

.tab-content > ul ul{
  list-style: disc;
	}
	
.tab-content > ul ul ul{
  list-style: circle;
	}
	
.tab-content > ul{
  padding: 0;
  margin-top: 21px;
	}
	
.tab-content > ul > li{
  display: none;
  list-style: none;
	}
	
.tab-content  ul  li.activelink {
  display: block;
	}
	
.tab-content  ul  p {
  display: block;
	}
	
/*
.corner-text-wrapper {
  -webkit-transform: rotate(-45deg);  
     -moz-transform: rotate(-45deg);  
      -ms-transform: rotate(-45deg);  
       -o-transform: rotate(-45deg);  
          transform: rotate(-45deg);
    clip: rect(0px, 141.421px, 70.7107px, 0px);
    height: 141.421px;
    position: absolute;
    left: -20.7107px;
    top: -20.7107px;
    width: 141.421px;
    z-index: 1;
	}
}

/*================================Page Form USF*/
.usfDivisions{
	display: flex;
	margin-top: 30px;
	flex-direction: column;
}

.usfDivContent{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

.usfDivContent select{
	width: 40%;
	padding: 0.5%;
}

.usfDivContent #districtList {
    height: initial;
    border-radius: 0;
    border: 1px ridge rgb(169, 169, 169) !important;
}

#districtList::-ms-expand{
	border: none;
	background-color: transparent;
}

.subsubTitle{
	display: flex;
    width: 40%;
    margin: 0;
    position: relative;
}

.requiredText{
	position: absolute;
    color: red;
    top: -16px;
    font-size: 10px;
    border-bottom: 0;
    /* padding: 0 2% 0 2%; */
    width: 93%;
    /* text-align: center; */
    font-weight: normal;
    display: none;
}

.usfTextBox{
	width: 39%;
	float: none;
	height: 14px;
	margin: 0;
	padding: 0.5%;
}

.usfDivisions table{
	border-collapse: collapse;
}

.TableTitles{
	background-color: #2f6b99;
}

#trow1{
	
}

.lastForInsert{
	background-color: white !important;
}

.usfDivisions tr:nth-child(2n){
	background-color: #ececec;
}

.usfDivisions td{
	/*border: 1px solid #000;*/
}

.usfDivisions td input{
   	margin: 0;
    /*padding-top: 1%;
    padding-bottom: 1%;*/
    width: 95%; /*Meter 98% caso queiram que se note as caixas */
    border: none;  /*Meter em comentario este atributo caso queiram que se note as caixas */
    outline: 0;
  	background-color: transparent;
}

.lastForInsert td input{
	border: solid 1px #ccc;
}

.usfDivisions td select{
    WIDTH: 100%;
    PADDING-TOP: 1%;
    PADDING-BOTTOM: 1%;
}

.wpcf7-validation-errors{
  width: 70%;
}

.usfProfbutton{
    padding: 0.5% 1% 0.5% 1%;
}

.usfProfbutton:hover{
	color: black;
	cursor: pointer;
}

.usfDivContent i{
	display: flex;
    color: #0087ff;
    align-items: center;
    font-size: 150%;
    cursor: pointer;
}

.usfDivContent i:hover{
	color: #71aadc;
}

.usfDivContent input[type=checkbox] {
  /* All browsers except webkit*/
  transform: scale(2);

  /* Webkit browsers*/
  -webkit-transform: scale(2);
}

.paddingClass{

    margin:20px;
    padding:5px;
}

.red{
	color: red;
}

.hiddenLabelClose{
	margin-left: 26px;
	visibility: hidden;
	display: flex;
}

.textHiddenBox{
	border: none;
	font-style: italic;
	color: #999999;
}

.usfEditbutton{
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 25px;
}

#errorBox{
	display: none;
    position: fixed;
    left: 0;
    top: 150px;
    width: 40%;
    margin-left: 28%;
    margin-right: 28%;
    padding: 2%;
    font-size: 150%;
    background-color: rgba(255, 0, 51, 0.9);
    font-weight: bold;
    align-items: center;
    flex-direction: column;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

/* =========================contact form new styles 02/11/2016*/
.contactHeader{
	padding: 3%;
    font-size: 150%;
    background-color: #e5e5e5;
    color: #70b0e0;
}

.wpcf7{

    margin-bottom: 0px !important;
}

.wholeForm {
    padding: 3%;
    display: flex;
    flex-direction: column
}

.phoneNumberC{
	display: flex;
	flex-direction: column;
}

.contactField{
	margin-top: 20px;
}

.wholeForm .textbox-contact{
	width: 100% !important;
}

.side-navi-data{
	height: 500px !important;
	overflow: hidden;
	overflow-y: scroll;
	border: 1px solid #ccc;
}

.side-navi-data .wpcf7{
	background-color: white;
    border: 1px solid #ccc;
    margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.CalanderEventTitle{
    font-size: 150%;
    display: flex;
    font-weight: bold;
    margin-bottom: 1vw;
}

.CalanderEventText{
	margin-bottom: 1vw;
    word-break: break-all;
}

.CalanderEventDate{
	margin-bottom: 1vw;
    color: #69a7d7;	
}

/* ========================= Test Slider */
.NewSlider {
    width: 4608px;
    display: flex;
    height: 395px;
    position: relative;
    /*overflow:hidden; /* So the sliding bit doesn't stick out. */
  	margin:0 auto;
}

.SliderContainer {
    width: 100%;
    height: 100%;

	-webkit-transition:all 1.0s ease-in-out;
  	-moz-transition:all 1.0s ease-in-out;
  	-o-transition:all 1.0s ease-in-out;
  	transition:all 1.0s ease-in-out;
}


.Slider {
    width: 1519px;
    height: 100%;
    padding:0;
	margin:0;
	float:left;
}

.SliderLink {
    width: 100%;
    display: flex;
    height: 100%;
    position: relative;
}

.SliderLink img{
	width: 100%;
	/* height: 100%; */
	max-width: 100%;
	max-height: 100%;
}

/* slider text positions */
.SliderText{
	position: absolute;
    padding: 1vw;
    background-color: rgba(255, 255, 255, 0.5);
    color: black;
    font-size: 120%;
    width: 100%;
    word-wrap: break-word;
    text-align: center;
    /*border: solid 1px #ccc;*/
    border: 0 !important;
}

.bottomLeft{
	bottom: 0;
	left: 0;
	margin: 0 !important;
	border-bottom: 0;
    border-left: 0;
    max-width: 40%;
}

.bottomMiddle{
	bottom: 0;
	text-align: center;
	//border: solid 1px #ccc;
    border-bottom: 0;
}

.bottomRight{
	bottom: 0;
	right: 0;
	margin: 0 !important;
	text-align: right;
	border-bottom: 0;
    border-right: 0;
    max-width: 40%;
}

.centeredNormal{

}

.topLeft{
	top: 0;
	left: 0;
	margin: 0 !important;
	border-top: 0;
    border-left: 0;
    max-width: 40%;
}

.topMiddle{
	top: 0;
	margin-top: 0 !important;
	text-align: center;
	/*border: solid 1px #ccc;*/
    border-top: 0;
}

.topRight{
	top: 0;
	right: 0;
	margin: 0 !important;
	text-align: right;
	border-top: 0;
    border-right: 0;
    max-width: 40%;
}

.arrowCircle{
	width: 28px;
    height: 28px;
    background-color: white;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    border-radius: 50%;
    border: 2px solid #ccc;
}

.LeftArrow, .RightArrow {
    position: relative;
}

.LeftArrow:before {
    content: "\f053";
    font-family: FontAwesome;
    position: absolute;
}

.RightArrow:before {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
}

.sliderArrows .fa-chevron-right:before {
    margin-left: 5px;
}

.sliderArrows .fa-chevron-left:before {
    margin-left: 2px;
}

.leftNavArr{
	position: absolute;
    font-size: 200% !important;
    color: black;
    height: 100%;
    line-height: 400px !important;
    padding: 0 0.5% 0 0.5%;
    left: 0;
    \f053
}

.rightNavArr{
	position: absolute;
    font-size: 200% !important;
    color: black;
    height: 100%;
    line-height: 400px !important;
    padding: 0 0.5% 0 0.5%;
    left: 1453px;
}

.ms-touch.SliderContainer {
  overflow-x: scroll;
  overflow-y: hidden;

  -ms-overflow-style: none;
  /* Hides the scrollbar. */

  -ms-scroll-chaining: none;
  /* Prevents Metro from swiping to the next tab or app. */

  -ms-scroll-snap-type: mandatory;
  /* Forces a snap scroll behavior on your images. */

  -ms-scroll-snap-points-x: snapInterval(0%, 100%);
  /* Defines the y and x intervals to snap to when scrolling. */
}

#search-box{
	height: 32px;
}

.mdl-layout__content p{
	word-break: break-all;
}

.clearFileBut{
    position: relative;
    height: 18px;
    background-color: transparent;
    border: 0;
}

/*replace the content value with the
corresponding value from the list below*/

.clearFileBut:before{
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;

    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    left: 0;
}

#saltar, .saltar {
  position: absolute;
  left: -10000px;
  top: -10000px;
}

.RegularBold{
	font-weight: bold;
}

.notLinkFormat{
	font-size: 0;
    /* color: transparent !important; */
    display: flex;
    align-items: center;
}

.h4Format {
    display: block;
    font-size: 1em;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.tooltip {
    text-decoration:none;
    position:relative;
    cursor: pointer;
}

.tooltip .tooltip-box {
    display:none;
}

/*.tooltip .tooltip-box span:nth-child(even) {
	color: white;
}*/

.tooltip:hover .tooltip-box {
    display:flex;
    color: white;
    flex-direction: column;
    line-height: 2;
    position:fixed;
    overflow:hidden;
    z-index: 1;
    width: 450px;
    text-align: left;
}

.mdl-layout.mdl-js-layout.mdl-layout--fixed-header .mdl-layout__obfuscator.is-visible{
	position: fixed;
}

.h2Counter {
    font-size: inherit;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.h3Counter {
    font-size: inherit;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.h2SecondMenu{
	font-family: Raleway !important;
    font-size: 26px;
    color: #fff;
    text-align: center;
    margin-top: 21px;
    font-weight: 400;
    display: inherit;
}

.maisConsultMais{
	font-size: 40px;
    margin-right: 18px;
    /* margin-bottom: -5px; */
    color: #2f6b99;
}

.pagination{
	list-style: none;
	display: flex;
	margin: 0 0 0 auto; 
}

#mdl-layout__content{
	outline: none;
}

.notDivBoxDate, .notDivBoxDateText{
	display: flex; 
	position: absolute; 
	bottom:0; 
	margin-top: 5px;
}

.ball{
	color: #65a5d6;
}

.pagination .ball:hover .fa-circle{
	display: inline-block !important;
}

.pagination .ball:hover .fa-stack-text{
	color: #fff;
}

#googleMap{
 width:100%;
 height:900px;
}

.provSection{
 display: flex;
 width: 100%;
}

.flex {
    display: flex;
}

.smallNewsTextBox {
    position: relative;
}

.afterMenu{
display: flex;
align-items: center;
}


/*new acss*/
.indexphp{
	outline: none;
}

.noticiasIndex{
	width: 100%;
	outline: none; 
	padding: 0;
	margin-top: 60px;
}

.noticiash1zone{
	display: flex;
	margin-bottom: 40px;
}

.noticiasGrid{
	padding:0; 
	position: relative;
	width: 100%
}

.noticiasZone {
    display: flex;
    margin: 0;
}

.newsContainers{
	margin: 0;
	max-width: 320px;
	width: 100%;
}

.newsContainers:nth-child(3n){
	margin: 0 auto;
}

.thumbnailNews {
    width: 100%;
    height: 220px;
    display: flex;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.newsTimes{
	display: flex;
	position: absolute;
    bottom: 0; 
	margin-top: 20px; 
	color: #666666;
	font-size: 0.778em;
	width: 100%;
}

.indexPlus{
	width: 18px;
	height: 18px;
    margin-left: auto;
}

.ConsultPubPedIndex{
	padding: 0;
    margin-top: 90px;
    margin-bottom: 70px;
}

.maisConsult {
    background: white;
    margin-bottom: 40px;
    font-weight: normal;
    color: black !important;
    display: flex;
}

.listHomepage li {
    height: 65px;
    width: 350px;
    background: #f4f4f4;
    margin-top: 10px;
    display: flex;
    margin: 0 auto 10px;
}

.listHomepage {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    overflow: hidden;
    transition: height 1s;
}

.setaNews{
	height: 25px;
	width: 25px;
    margin-left: 10px;
    transform: rotate(90deg);
}

.noticiasFullLink {
	width: 100%;
	height: 100%;
    display: flex;
}

.noticiasFullLink:hover{color: initial;}

.header_mobile{display: none;}

.mdl-layout__obfuscator {
    visibility: hidden;
}

.langSearch{
	display: flex;
    align-items: center;
    margin-left: auto;
}

.header_mobile .mdl-layout__title{
	margin: 0;
  		padding: 0 15px;
   	align-items: center;
}

.drawerLogo {
    display: flex;
    align-items: center;
    background: #2f6b99;
    padding: 0 15px 0 5px;
}

.drawerLogo .mdl-layout__drawer-button{
	position: relative;
    margin: 0;
    border: 0;
    color: #fff;
}

.setaNewsZone{display: none;}
.setaNewsZone img{height: 30px;}

.lermaisM{display: none;}

.newsTextBox{
	margin-top: 1vw;
    height: calc(100% - 220px);
}

.maisConsultDiv{
	margin: 0;
    margin-right: auto;
}

.setaCmob{
	width: 20px;
    height: 20px;
    margin-left: 10px;
    display: none;
}

.maisCDiv{
	font-family: Raleway; 
	font-size: 2.286em; 
	color: #414141; 
	display: flex;
	align-items: center;
}

.pubinfodiv{
	display: flex; 
	flex-direction: column; 
	margin: 0;
}

.pubinfodivM{display: none;}

.antefootercell, .mobilecell{
	padding:0; 
	border:1px solid #ccc; 
	margin-left:0.3%; 
	margin-right: 0.3%;
	width: 100%;
}

.mobilecell{
	display: none;
	width: calc(100% - 30px) !important;
    margin: 0 auto;
}

.pedmaisConsulM, .pubmaisConslM{display: none;}

.smallNewsIndex{width: 100%;position: relative;}

.enNoticiasZone{
	width: 70%;
    margin-left: 0;
}

.enConsultZone{
	width: 30%;
    margin-left: auto;
}

.mainZoneEN{
	margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

#divisPrev, #divisNext{
	cursor: pointer;
    width: 2%;
    position: absolute;
    height: 100%;
    line-height: 118px;
    font-size: 160%;
}

#divisNext{right: 0;}
#divisPrev{left: 0;}

.divis{
	width: 96%; 
	display: flex; 
	margin: 0 auto;
}

.notTextIndex{
	color: #000000;
	font-weight: 300;
	margin-bottom: 40px;
}

.antArrowMob{
	display: flex;
    height: 100%;
    width: 10px;
    align-items: center;
}

.copyRightMessage{
	margin-top:21px; 
	margin-left: 20px;
}

.insideBlue{
	display: flex;
    width: calc(100% - 30px);
    padding: 30px 15px;
}

.footer-submenu {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.menu-entry {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.menufooter {
    padding-right: 10px;
    display: flex;
    width: 100%;
}


.main-entry {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.footer-submenu a {
    margin-bottom: 10px;
    font-weight: 400;
}

.setBran{
	width: 16px;
    margin-left: auto;
    display: none;
}

#antefooteIPAD{
	display: none;
	position: relative;
    padding: 0;
    align-items: center;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.ipadAntDiv{
	display: flex;
    margin: 0 auto;
    align-items: center;
    width: 92%;
}

.ipadcell{margin: 0;}
.ipadcell:first-child{margin-right: auto;}

.pedmaisConsul, .pubmaisConsl{
	width: 353px; 
	height: 100px;
}

.maisConsM{display: none;}

.newsTitles{
	font-size: 18px; 
	font-weight: 500;
	margin-bottom: 10px; 
	line-height: inherit; 
	margin-top: initial;
}

.subBox{
	margin-right: 40px; 
	padding: 16px; 
	background: #f7f7f7; 
	width:30%
}

.tableDiv{
	width:66%
}

.subscritiontext{display: none;}

.maisConsultDivEN{width: 100%;}

.pipeBread{
	font-size: 20px;
    align-items: center;
    display: flex;
    font-weight: 300;
    height: 35px;
}

/* Mobile New Homepage */
@media (min-width: 1024px) {
    .newsContainers {
        margin: 0 auto;
        max-width: 320px;
        width: 100%;
    }

    .maisConsult {
        margin-left: 15px;
    }

    .noticiash1zone {
        margin-left: 15px;
    }

    .mdl-grid .noticiasGrid {
        padding: 0px 15px;
    }

    .pubinfodiv {
        display: flex;
        flex-direction: column;
        margin: 35px 16px 5px 4px;
    }

    .subscribe {
        /*margin-left: 0px;*/
        margin: auto -15px -8px !important;
    }

    .listHomepage {
        margin: 0 20px 0 0px;
    }

        .listHomepage li {
            width: 320px;
        }

    .maisConsultDiv {
        margin: 0;
        margin-right: auto;
        margin-left: 12px;
    }

    .mdl-layout.is-small-screen .mdl-layout--large-screen-only {
        display: inherit;
    }

    #mdl-layout__content {
        outline: none;
        padding: 0 20px;
    }
    .copyRightMessage {
        margin-left: auto;
    }
    .developed {
        margin-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
	#menus_e_lupa{display: flex;}
	
	.indexphp {
	    width: calc(100% - 20px);
	}
	
	.noticiasZone{flex-wrap: wrap;}
	
	.noticiash1zone{margin-bottom: 20px;}
	
	.newsContainers:nth-child(3n){margin: unset;margin: 20px auto 0;}
	
	.newsContainers {margin: 20px auto 0;}
	
	.maisConsultDiv{margin-bottom: 20px; width: 100%;}
	
	.pubinfodiv{flex-direction: row; width: 100%;}
	
	#antefooter{display: none;}
	#antefooteIPAD{display: flex;}
	.ipadcell{width: 45%;}
	
	.subscribe{
	    margin-left: auto;
    	width: unset;
	}
}

@media (max-width: 768px) {
    .mdl-layout__title {
        margin-left: 47px;
    }
    .maisConsult {        
        margin-left: 15px;
    }
    .noticiash1zone {
        margin-left: 15px;
    }

    .mdl-grid .noticiasGrid {
        padding: 0px 15px;
    }

    .newsContainers {
        margin: auto 15px;
        max-width: 320px;
        width: 100%;
    }

    .pubinfodiv {
        display: flex;
        flex-direction: initial;
        margin: 35px auto 0px;
        width: calc(100% - 100px);
    }
    
    .menu-entry {
        display: flex;
        flex-direction: column;
        margin-right: 20px;
        width: 100%;
    }
    
    .mdl-layout.is-small-screen .mdl-layout--large-screen-only {
        display: inherit;
    }
    
    #mdl-layout__content {
        outline: none;
        padding: 0 20px;
    }
    
    #divisPrev {
        left: 0px;
        top: 50px;
    }
    
    #divisNext {
        right: 0;
        top: 50px;
    }
    
    .newsContainers{max-width: 30%;margin: 0;}
    .newsContainers:nth-child(2n+1){margin: 0 auto;}
    
    .thumbnailNews{max-height: 150px;}
    .notTextIndex{word-wrap: break-word;}
    
    .maisConsultDiv{margin: 0 auto;}
    
    .listHomepage{
    	width: calc(100% - 30px);
    	margin: 0 auto;
    }
    
    #antefooter{display: none;}
    
    #antefooteIPAD{display: flex;}
    .ipadcell{display: flex; width: 48%;}
    
    .voltar{margin-left: 20px;}
   	
   	.noticiasZone{width: 100%;}
   	
   	.pedmaisConsul, .pubmaisConsl{width: 300px;}
   	
   	.subscribe{width: unset;}
   	.subscribe:nth-child(2n){margin-left: auto;}
}

@media (min-width: 479px) and (max-width: 740px){
	#menus_e_lupa, .headerDesk{display: none !important;}
	.header_mobile{display: flex; flex-direction: column;}
	.listHomepage li{width: 300px;}
	#smartslider {display: none;}
}

@media (max-width: 479px){
	.header_mobile{
		display: flex;
		flex-direction: column;
	    position: fixed;
	    width: 100%;
	    z-index: 9;
	    background: white;
	}
	
	#main{ margin-top: 127px; }
	
	#smartslider{display: none;}
	
	.headerDesk{display: none !important;}
	
	#menus_e_lupa{display: none;}
	
	.noticiasIndex{
		background: #f7f7f7;
	    margin: 0;
	    padding: 30px 15px 60px 15px;
	    width: calc(100% - 30px);
	}
	
	.noticiash1zone{
		margin-bottom: 20px;
		width: 100%;
	}
	
	.setaNewsZone{
		display: flex;
		align-items: center; 
		/*position: absolute;*/ 
		top: 50%;
	}
	
	.newsLeft{left: 0px;}
	.newsRight{right: 0px;}
	
	.newsContainers{
		display: none;
	    max-width: 250px;
    	margin: 0 auto;
	}
	
	.noticiasZone{width: 100%;}
	
	.newsTextIndex{display: none;}
	
	.notTextIndex{display: none;}
	
	.timeDate{display: none;}
	
	.lermaisM{display: flex; margin-left: auto;}
	.indexPlus{margin-left: 10px;}	
	
	.newsTextBox{
		position: absolute;
    	background: #000000a3;
    	color: #fff !important;
   	    width: calc(100% - 20px);
   	    height: auto;
   		padding: 10px;
    	bottom: 0;
	}
	
	.newsTimes{
    	left: 0;
    	bottom: auto;
	}
	
	.ConsultPubPedIndex{
		margin-top: 40px;
	    padding: 0 20px;
	}	
	
	.maisConsult{cursor:pointer;}
	
	.maisConsultDiv{
		width: 100%;
		margin-bottom: 40px;
	}
	
	.setaCmob{
		display: flex;
	}
	
	.pubmaisConsl, .pedmaisConsul{display: none;}
	.pedmaisConsulM, .pubmaisConslM{display: flex;height: 150px;}
	
	.pubinfodiv{
	    flex-direction: row;
    	width: 100%;
    	margin: 35px 0 0;
	}
	
	.subscribe{
		margin: 0 !important;
    	width: unset;
	}
	
	.subscribe:first-child{margin-right: auto !important;}
	
	#footer .sub-menu{
		height: 0;
		overflow: hidden;
		-webkit-transition: height 0.5s linear;
	    -moz-transition: height 0.5s linear;
	    -ms-transition: height 0.5s linear;
	    -o-transition: height 0.5s linear;
	    transition: height 0.5s linear;
	}
	
	.enConsultZone{
		width: calc(100% - 40px);
	}
	
	.afterMenu{
		max-width: calc(100% - 30px);
    	margin: 0 auto;
	}
	
	.repLogo{width: 30%;}
	
	.seloAcess{
		width: 25%;
    	margin: 0 auto;
	}
	
	.seloAcess img{
		width: 100%;
		margin: 0;
	}
	
	.copyRightMessage{display: none;}
	
	.developed{margin: 0;}
	.developed img{width: 80px;}
	
	.mdl-mini-footer{padding: 0;}
	
	.footer-submenu{
		height: 0;
		overflow: hidden;
		-webkit-transition: height 0.5s linear;
	    -moz-transition: height 0.5s linear;
	    -ms-transition: height 0.5s linear;
	    -o-transition: height 0.5s linear;
	    transition: height 0.5s linear;
	}
	
	.footer-submenu a:last-child{margin-bottom: 30px;}
	
	.setBran{display: flex;}

    .menufooter {
        padding-right: 10px;
        display: block;
        margin: auto;
    }
    #mdl-layout__content {
        outline: none;
        padding: 0 20px;
    }
    
    #antefooteIPAD{display: none;}
    
    #main.homepageMain, #main.page-redePrestphp{margin-top: 0;}
    
    .category-noticiasphp .smallNews{flex-direction: column;}
    .category-noticiasphp .thumbnail{margin: 0 auto !Important;}
    .category-noticiasphp .smallNewsTextBox{
    	width: calc(100% - 30px);
    	margin: 10px auto 0;
    }
    .category-noticiasphp .smallNewsTextBox .h2Counter{margin-bottom: 5px;}
    
    .maisCDiv{display: none;}
    .maisConsM{display: flex;}
    
    .subZone{
    	display: flex;
    	flex-direction: column;
    }
    
    .subBox{
    	width: calc(100% - 40px);
    	margin: 0 auto !important;
    }
    
    .subBox input[type=submit]:nth-child(2n){
    	max-width: 59%;
	    padding: 0 12px;
    }
    
    .tableDiv{
    	width: calc(100% - 40px);
    	margin: 0 auto;
    }
    
    .tableDiv table{margin-top: 20px;}
    .tableDiv tr{display: flex; flex-direction: column;}
    .tableDiv td{display: flex; flex-direction: column; margin-bottom: 10px;}
    
    .pagephp{margin-top: 0 !important;}
    
    .listHomepage li{width: 350px;}
    
    .subscribe a{
    	display: flex;
	    flex-direction: column;
	    align-items: center;
	    font-size: 18px;
    } 
    
    .subscritiontext{display: flex; margin-top: 10px;text-align: center;}
}




.last-title{
	color: #2f6b99 !Important;
	text-decoration: underline;
}

.scrollUp {
    color: #3f8fcc !important;
}

/* NEW ANTEFOOTER STUFF DO NOT TOUCH */
@media all and (orientation:landscape) {
	#antefooteIPAD{width: calc(100% - 10px);margin-top: 30px;}
	
	.ipadAntDiv{width: 95%;}
	
	.ipadcell{width: 49%;}
}

.sns24LogoFooter{display: flex;}

@media (max-height: 479px) and (orientation: landscape) {

    .subscribe{margin: auto;}
	.subscribe a{
		display: flex;
	    flex-direction: column;
	    align-items: center;
	    word-wrap: break-word;
    	width: 150px;
	}
	
	.pubmaisConsl, .pedmaisConsul{display: none;}
	.pubmaisConslM, .pedmaisConsulM{display: flex;height: 150px;}
	.subscritiontext{display: flex;}

	.insideBlue{position: relative;}
	.sns24LogoFooter{
		position: absolute;
	    bottom: 0;
	    right: 0;
	}
	
	.notContainerEN{max-width: 46%;}
}

@media (max-width: 320px){
	.subscribe{width: 120px;}
	.pedmaisConsulM, .pubmaisConslM{height: 120px;}
	
	.moduletitlebottom{line-height: 18px; font-size: 18px;}
	.modulesubtitlebottom{font-size: 10px;}
}

@media(max-height: 320px) and (orientation: landscape) {
	.moduletitlebottom{line-height: 18px; font-size: 18px;}
	.modulesubtitlebottom{font-size: 10px;}
}