#g-top{
    position: absolute;
    margin-top: -1000px;
    visibility:hidden;
    opacity:0;
}

.ui-tooltip{
    background:#1b1e4a !important;
    font-family: 'Barlow-Medium',sans-serif !important;
    padding:10px 8px !important;
    color:#fff !important;
    border:1px solid #1b1e4a !important;
	text-align:center;
}


body::-webkit-scrollbar, #menuPrincipal::-webkit-scrollbar, #MenuSuperior::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track, #menuPrincipal::-webkit-scrollbar-track, #MenuSuperior::-webkit-scrollbar-track {
    background: #00000026;
}

body::-webkit-scrollbar-thumb, #menuPrincipal::-webkit-scrollbar-thumb, #MenuSuperior::-webkit-scrollbar-thumb {
    background-color: #166ea2;
}

body{
	font-family: 'Barlow-Regular',sans-serif ;
}

/* Loader */

.loader{
	text-align:center;
	margin:100px 0;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #166ea2;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#g-navigation .g-container {
    width: 100%;
}

#g-navigation > .g-container {
    margin: 0rem auto;
}

#g-navigation .g-content {
    margin: 0;
}

#g-navigation {
    height:170px;
    background: transparent;
    border-top: 0px;
    position: fixed;
    width: 100%;
    top: 0;
    overflow: hidden;
}

#barraShortcut{
    height:130px;
    padding:30px 0;
    position: relative;
    z-index: 9;
}

#barraShortcut.blue, #barraShortcut.blueMenu{
    background: linear-gradient(135deg, #163d79 50%, #166ea2 100%);
}

#barraShortcut .w20{
    width: 200px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin:0;
    z-index: 9;
    left: 10%;
}

#barraShortcut .w20 svg{
    width:200px;
    height:auto;
}

#barraShortcut .w80{
    width: 70%;
    position: absolute;
    display: inline-block;
    vertical-align: top;
    right: 10%;
    text-align: right;
}

#barraShortcut .barraInferior{
    position: absolute;
    top: 42px;
    width: 100%;
    text-align: right;
    z-index: 1;
    background: #fff;
}

#barraShortcut .g-content{
    text-align: left;
    padding: 0;
}

#barraShortcut a{
	color: #f4bb23;
    font-size: 15px;
    font-family: "Barlow-Medium",sans-serif;
	text-decoration:none !important;
	text-transform: lowercase;
	text-align: center;
}

#barraShortcut .area{
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    text-align: center;
}

#barraShortcut .area .link{
    padding:0;
}
#barraShortcut .area .link:hover{
    color:#fff;
}

#barraShortcut .w80 svg{
    width: 40px;
    height: auto;
    padding: 0px;
    display: block;
    margin: 0 auto;
}

#barraShortcut .w80 svg text{
    text-transform:uppercase;
}

#barraShortcut .online{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    padding: 10px 15px;
    color: #163d79;
    text-transform: uppercase;
    background: #ebf4fc;
    border-radius: 10px 10px 0 10px;
    font-family: 'Barlow-SemiBold',sans-serif;
    font-size: 15px;
    cursor:pointer;
}

#barraShortcut .online .offMenu{
    display:none;
}

#barraShortcut .registar{
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #f4bb23;
    border-radius: 10px 10px 0 10px;
}

#barraShortcut .registar:hover{
    background:#f4bb23;
}

#barraShortcut .signIn{
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    margin: 10px 15px;
    font-family: 'Barlow-SemiBold',sans-serif;
}

#barraShortcut .Menu {
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px;
    background: transparent;
    outline: none;
    border: 0px;
    color: #2d2a5f;
    padding: 4px 0px;
    font-size: 22px;
    cursor: pointer;
}

#barraShortcut .Menu svg{
    width:25px;
}

#barraShortcut .Menu svg path, #barraShortcut .Menu svg rect {
    fill: #f4bb23;
}

#barraShortcut .Menu .closeMenu{
    display:none;
}

/*Barra Menu*/
#menuPrincipal{
    position: fixed;
    padding-top: 170px;
    background: #f6fafe;
    top: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
    display:none;
    overflow-y: auto;
}

#menuPrincipal .g-content{
    margin:0;
    padding:0;
    height: 100%;
}

#menuPrincipal .platform-content,#menuPrincipal .moduletable,#menuPrincipal .custom {
    height: 100%;
}

#menuPrincipal .barraCentro{
	min-height: 445px;
    padding: 80px 0 0;
    height:100%;
}

#menuPrincipal .barraCentro .estatistica{
    width: 20%;
    height:100%;
    display: inline-block;
    vertical-align: top;
	background:#166ea229;
	padding:20px 50px 0;
    border-radius: 0 100px 0 0;
}

#menuPrincipal .barraCentro .estatistica a{
    text-decoration:none;
}

#menuPrincipal .barraCentro .estatistica .botao{
	padding: 20px;
    margin: 15px 20px 15px auto;
    border-radius: 20px 20px 0 20px;
    width: 200px;
    background: #fff;
    text-align: center;
    color: #163d79;
    box-shadow: 0px 0px 10px 2px #c2d7e7;
    font-family: 'Barlow-SemiBold',sans-serif;
}

#menuPrincipal .barraCentro .estatistica a:nth-child(even) .botao{
    border-radius: 20px 0 20px 20px;
}

#menuPrincipal .barraCentro .estatistica .botao:hover{
    background:#166ea2;
    box-shadow:none;
    color:#f4bb23;
}

#menuPrincipal .barraCentro .itensMenu{
    width: 79%;
    display: inline-block;
    vertical-align: top;
    padding: 20px 50px 0;
}

#menuPrincipal .barraCentro .w33{
    width: 24%;
    display: inline-block;
    vertical-align: top;
    padding:0 2%;
    border-right:1px solid #166ea2;
}

#menuPrincipal .barraCentro .w33:nth-last-child(1){
    border:0;
}

#menuPrincipal .barraCentro .barraPrincipal{
    background: #e9e9e9;
    height: 50px;
    margin-bottom: 20px;
    padding: 14px 0px;
}

#menuPrincipal .barraCentro .w33 a{
    text-decoration:none;
}

#menuPrincipal .barraCentro .w33 .title{
    font-family:'Barlow-SemiBold',sans-serif;
    text-transform:uppercase;
    font-size:21px;
    margin: 0 0 10px;
    color:#fbbf21;
}

#menuPrincipal .barraCentro .w33.desporto .title{
    color:#f4a031;
}
#menuPrincipal .barraCentro .w33.educacao .title{
    color:#f2784b;
}
#menuPrincipal .barraCentro .w33.social .title{
    color:#e74d3d;
}

#menuPrincipal .barraCentro .w33 .item{
    font-size: 17px;
    font-family: 'Barlow-Medium',sans-serif;
    margin: 0 0 8px;
    color: #1d1d1b;
}

#menuPrincipal .barraCentro .w33 .item:hover{
    color:#166ea2;
}

#menuPrincipal .barraInferior{
    background: #166ea2;
    padding: 20px 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

#menuPrincipal .barraInferior a{
    font-family: "Barlow-Medium",sans-serif;
    color:#f4bb23;
    font-size: 16px;
    text-decoration: none !important;
    margin-right: 0;
    width: 16%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

/* Menu Superior*/

#MenuSuperior {
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 170px;
    height: 100%;
    width: 100%;
    background: #ebf4fc;
    overflow-x: hidden;
    overflow-y: scroll;
    display: none;
}

#MenuSuperior .g-content {
    padding: 80px 0;
    margin: 0 10%;
}

#MenuSuperior .w33 {
    display: block;
    vertical-align: top;
    margin: auto;
}

#MenuSuperior .w33 .button {
    outline: none;
    background: #f6fafe;
    color: #1d1d1b !important;
    font-family: 'Barlow-Bold', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    width: 23%;
    float: none;
    margin: 1% 0.8%;
    padding: 45px 0px 38px 0px;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 7px -1px #1d1d1b70;
    border-radius: 7px;
    border: 0;
    border-bottom: 8px solid transparent;
}

#MenuSuperior .w33 .button:hover {
    background: #fff;
    border-bottom: 8px solid #163d79;
}

/*ticker*/

#acontece{
    position: relative;
    z-index: 999;
    background: #f6fafe;
}

#acontece .breaking-news-ticker {
    border: 0px;
    background: transparent;
    height: 40px !important;
    line-height: 40px !important;
	overflow:hidden !important;
}

#acontece .bn-news {
    position: relative !important;
}

#acontece .bn-effect-scroll .bn-news ul {
    width: 300% !important;
}

#acontece .bn-effect-scroll .bn-news ul li {
    padding: 0 50px;
}

#acontece .imagens, #acontece .associacao{
    height:40px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

#acontece .imagens svg{
    width: 25px;
    height:40px;
}

#acontece .bn-controls{
	display:none;
}

#acontece .title {
    width: 10%;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 4px;
    text-align: center;
    padding: 17px 0;
    font-family: 'Barlow-Bold',sans-serif;
    font-size: 17px;
    background: #f6fafe;
    z-index: 99999;
    color: #163d79;
    border-right: 1px solid #163d79;
}

#acontece .ticker{
    width: 90%;
    display: inline-block;
    float: right;
    background: #f6fafe;
}

#acontece .bn-news ul li a{
	color:#163d79;
	font-size:14px;
	font-family:'Barlow-Regular',sans-serif;
}



#acontece .g-content {
    padding: 0rem 0 0 0 !important;
    margin: 0;
}


/*Slide*/

#g-header .g-container {
    width: 100%;
}

#slide{
    background:#f6fafe;
}

#slide .g-content{
    margin: 0;
    padding:0;
}

#slide .hideImageNormal{
    visibility: hidden;
    position: absolute;
    z-index: -99;
}

#slide .sliderPrincipalNormal{
    width: 100%;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    background-image: url('/images/Frontpage/SliderPrincipal/Img_FP.png');
    background-position: center;
    background-repeat: no-repeat;
}

#slide .sliderPrincipalNormal ul{
    margin:0 auto;
    list-style:none;
}

#slide .sliderPrincipalNormal ul li{
    width:100%;
    list-style:none;
    position:absolute;
    z-index:1;
    height:100%;
    background-position:center;
    background-size: cover;
    top:0;
    left:0;
    right:0;
}
 
#slide .sliderPrincipalNormal #dots{
    position:absolute;
    left: auto;
    right: -145px;
    height:30px;
    z-index:9999;
    font-size:0;
    text-align:center;
    opacity:0.7;
    transform: rotate(90deg) translateX(-135%);
    transform-origin: left;
}

#slide .sliderPrincipalNormal #dots a{
    background:#333;
    margin:0 6px;
    width:18px;
    height:18px;
    box-shadow:0 0 1px 0 #333;
    border-radius:100%;
    display: inline-block;
    cursor:pointer;
}

#slide .sliderPrincipalNormal #dots a.active {background:#FFF; }

#slide .sliderPrincipalNormal .overlay{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 9;
    width: 100%;
    height: 100%;
}

#slide .sliderPrincipalNormal .info{
    position: absolute;
    width: 75%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 0 50px;
    top: 25%;
    z-index: 99;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#slide .sliderPrincipalNormal h2{
    font-size: 60px;
    color: #fff;
    margin: 0;
    z-index: 1;
    position: relative;
    font-family: 'Barlow-Bold',sans-serif;
    text-align: left;
    width: 46%;
    display: inline-block;
    margin: 0 4% 0 0;
    border-right: 1px solid #fff;
}

#slide .sliderPrincipalNormal h2 span{
    color:#f4bb23;
}

#slide .sliderPrincipalNormal .text{
    position: relative;
    text-align: justify;
    width:40%;
    display: inline-block;
}

#slide .sliderPrincipalNormal .text p{
    color: #fff;
    font-size: 19px;
    font-family: 'Barlow-Medium',sans-serif;
    line-height: 1.2;
    margin:0 0 10px;
}

#slide .sliderPrincipalNormal .info a {
	margin: 40px 0 0 0;
    padding: 15px;
    background: #163d79;
    border-radius: 50%;
    position: absolute;
    height: 70px;
    width: 70px;
}

#slide .sliderPrincipalNormal .info a:hover {
	background: #fff;
	text-decoration:none;
}

#slide .sliderPrincipalNormal .info a:hover .mais {
	color: #163d79;
}

#slide .sliderPrincipalNormal .info a .mais{
	position: relative;
    color: #fff;
    font-size: 30px;
    text-align: center;
}

.fp-showcase {
    margin-top: 0;
}

#g-container-navigation .g-main-nav .g-toplevel {
    display: block !important;
	text-align: center;
}

#g-container-header {
    background: #fff;
}

#g-container-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container{
	font-size: 1rem !important;
}

.ls-overflow-visible {
    overflow: hidden !important;
}

#bloco{
    width: 80%;
	margin: 50px auto 0 auto;
}

#box img{
    width: 60px;
    float: left;
}

#g-page-surround{
    overflow: hidden;
	background:transparent;
    min-height: 0;
}

#g-expanded {
    background: none;
}

#g-showcase {
    background: #f6fafe; 
}

#g-showcase .g-container {
    width: 80%;
}

#g-utility:before {
    background: transparent;
}

#PrincipaisEventos h2{
    color: #163d79;
    text-align: center ;
    text-transform: uppercase ;
    font-weight: bold ;
    font-family: 'Barlow-Medium',sans-serif ;
    font-size: 32px ;
    margin: 0 0 30px 0 ;
    line-height: 1 ;
    padding: 20px 0 ;
}

#categorias .g-content{
    margin:0;
    padding:0;
}

#categorias .title{
    margin: 70px 0 20px 0 ;
    padding: 10px 0 ;
    position:relative;
}

#categorias h2{
    color: #163d79;
    font-family: 'Barlow-SemiBold',sans-serif;
    text-transform: lowercase;
    font-size: 40px;
    margin: 0px;
    z-index: 2;
    position: relative;
    padding-left: 20px;
}

#categorias .lateral{
    width: 70px;
    height: 100%;
    position: absolute;
    top: 0;
    background: #166ea269;
    z-index: 1;
    border-radius: 20px 20px 0 20px;
}

#categorias h3{
	color: #163d79 ;
	font-family: 'Barlow-Regular',sans-serif;
	text-align: center;
    margin: 0px auto 50px auto;
    width: 65%;
}

#categorias{
	padding-bottom: 50px;
}

#categorias .CatContainer{
	text-align:center;
}

#categorias .wideCat{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow:hidden;
}

#categorias .wideCat .image{
    text-align:center;
}

#categorias .wideCat .texto{
    position: absolute;
    bottom: 10%;
    font-family: 'Barlow-SemiBold',sans-serif;
    font-size: 17px;
    padding: 0 20px 10px;
    text-transform: lowercase;
    width: 100%;
    line-height: 1;
}

#categorias .wideCat a{
	text-decoration: none !important;
	color:#fff !important;
}

/* Contador */

#contador{
    background:#ebf4fc;
}

#contador .g-content{
    padding:50px 0;
    margin:0 10%;
}

#contador h2{
    font-family:'Barlow-SemiBold',sans-serif;
    color:#163d79;
    margin:10px 0;
    text-align:center;
    font-size:30px;
}

#contador h2 span{
    color:#166ea2;
}

#contador p{
    color:#163d79;
    text-align:center;
    font-size:18px;
}

#contador .counter{
    text-align:center;
}

#contador .w33{
    width:25%;
    display:inline-block;
    margin:0 1% 20px;
    vertical-align: top;
}

#contador .number{
    font-size:100px;
    font-family:'Barlow-Bold',sans-serif;
    margin:10px 0;
    display:block;
    color:#166ea2;
}

#contador .title{
    font-family:'Barlow-Medium',sans-serif;
    text-align:center;
    color:#163d79;
    font-size:19px;
    text-transform:uppercase;
}

/* Agenda */

#EventosFP{
    padding: 0 10% 50px;
    margin: 50px 0 0;
}

#EventosFP .g-content{
    padding: 0;
    margin:0;
}

#EventosFP .title{
    margin: 0 0 20px;
    padding: 10px 0;
    position: relative;
    display: inline-block;
    vertical-align:middle;
}

#EventosFP h2{
    color: #163d79;
    font-family: 'Barlow-SemiBold',sans-serif;
    text-transform: lowercase;
    font-size: 40px;
    margin: 0px;
    z-index: 2;
    position: relative;
    padding-left: 20px;
}

#EventosFP h2 span{
    color: #166ea2;
}

#EventosFP .verTodos{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 15px 20px;
    background: #163d79;
    color: #fff;
    border-radius: 20px 20px 0 20px;
    font-family: 'Barlow-SemiBold',sans-serif;
    float: right;
    border: 1px solid #163d79;
    font-size: 18px;
}

#EventosFP .verTodos:hover{
    background:transparent;
    color:#163d79;
}

#EventosFP a{
    text-decoration: none;
}

#EventosFP .lateral{
    width: 70px;
    height: 100%;
    position: absolute;
    top: 0;
    background: #166ea269;
    z-index: 1;
    border-radius: 20px 20px 0 20px;
}

#EventosFP .w33{
    width: 31%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1% 2%;
	background: #fff;
    border-radius: 20px 20px 0 20px;
    height: 525px;
    text-align:center;
}

#EventosFP .w33 a {
	text-decoration:none !important;
}

#EventosFP .headItem{
    position:relative;
}

#EventosFP .headItem .ano{
    display:none;
}

#EventosFP .headItem .date{
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #163d79;
    padding: 5px;
    border-radius:20px 20px 0 20px;
}

#EventosFP .headItem .date .month{
    font-size: 12px;
    color:#fff;
    font-family: 'Barlow-Bold',sans-serif;
}

#EventosFP .headItem .date .day{
    font-size: 20px;
    margin-top: -3px;
    color:#fff;
    font-family: 'Barlow-Bold',sans-serif;
}

#EventosFP .headItem .image{
    margin-top: 0;
    height: 250px;
    overflow: hidden;
    border-radius:20px 20px 0 20px;
}

#EventosFP .headItem .image img{
	width:100%;
	height: auto;
}

#EventosFP .titleAssoc{
    padding: 0 5px;
    text-align: center;
    font-family: 'Barlow-Medium',sans-serif;
    color: #1d1d1b;
    font-size: 18px;
    overflow: hidden;
    margin: 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid;
}

#EventosFP .nomeAssociacao{
    font-family: 'Barlow-SemiBold',sans-serif;
    color: #1d1d1b;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0 0;
}

#EventosFP .titleEvent{
    font-family: 'Barlow-SemiBold',sans-serif;
    color: #018295;
    font-size: 22px;
    text-align: center;
    margin: 10px 0 0;
}

#EventosFP .nomeEvent{
    font-family: 'Barlow-Bold',sans-serif;
    font-size: 24px;
    color: #163d79;
    margin: 10px 0;
    text-align: center;
    line-height:1.2;
}

#EventosFP .fregEvent{
    padding: 0 10px 10px;
    text-align: center;
    font-family: "Open Sans",sans-serif;
    color: #163d79;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    width: 49%;
}

#EventosFP .catEvent{
    padding: 5px 10px;
    text-align: center;
    font-family: "Open Sans",sans-serif;
    color: #163d79;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    width: 49%;
    border-right: 1px solid;
}

#EventosFP .catEvent .borda{
    display:none;
}

#EventosFP .icon{
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

#EventosFP .text{
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding-left: 6px;
    font-size: 16px;
    font-family: 'Barlow-Medium';
    font-weight: 100;
}

#EventosFP .sabermais{
    text-align: center;
    padding: 0;
    margin: 5px 0 0;
    display: inline-block;
}

#EventosFP .sabermais button{
    outline: none;
    background: #163d79;
    border: 1px solid #163d79;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    text-transform: lowercase;
    font-family: 'Barlow-SemiBold',sans-serif;
    border-radius: 20px 20px 0 20px;
}

#EventosFP .sabermais:hover button{
	background: #fff;
	color: #163d79;
}

#EventosFP input[type=submit]{
    background: transparent;
    outline: none;
    border: 0px;
}

#EventosFP #vermais {
    outline: none;
    background: #163d79;
    border: 1px solid #163d79;
    padding: 0px 25px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    width: 160px;
}

#EventosFP #vermais:hover{
    background: #ffffff;
    color: #163d79;
	border: 1px solid #163d79;
}

#EventosFP #vermais .borda {
    border-left: 1px solid #ffffff;
    height: 30px;
    width: 10px;
    display: inline-block;
    vertical-align: middle;
    -ms-transform: skew(32deg, 0deg);
    -webkit-transform: skew(32deg, 0deg);
    transform: skew(32deg, 0deg);
    margin-right: 20px;
    margin-left: -12px;
}

#EventosFP #vermais:hover .borda{
	border-left: 1px solid #163d79;
}

#EventosFP .vermais{
    text-align: right;
    margin-right: 15px;
}

#PrincipaisEventos .customprincipaiseventos{
    padding: 50px 0;
}

.customprincipaiseventos .w50 {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    overflow: hidden;
    margin: 0;
}

.customprincipaiseventos .w50:nth-child(1){
	padding-right:25px;
	margin-bottom:50px;
}

.customprincipaiseventos .w50:nth-child(2){
	padding-left:25px;
	margin-bottom:50px;
}

.customprincipaiseventos .w50:nth-child(3){
	padding-right:25px;
}

.customprincipaiseventos .w50:nth-child(4){
	padding-left:25px;
}

.customprincipaiseventos .ls-defaultskin {
    padding: 0 !important;
}

.customprincipaiseventos .w50 video{
	width:100%;
}

#g-above {
    border-top: 0;
    background: transparent;
    color: #fff;
    padding:0;
}

.g-container{
    width:auto;
}

#shortcuts{
    background: linear-gradient(135deg, #163d79 50%, #166ea2 100%);
    padding:4% 10%;
    text-align:center;
}

#shortcuts .g-content{
    padding:0;
    margin:0;
}

#shortcuts a{
	text-decoration: none !important;
}

#shortcuts .w33{
    width: 25%;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    margin: 0 15px;
    border-radius: 25px;
}

#shortcuts .w33 .icon{
	display:inline-block;
    vertical-align:middle;
}

#shortcuts .w33 .icon svg{
    width:50px;
	height: auto
}

#shortcuts .w33 .icon svg path{
    fill:#fff;
}

#shortcuts .w33 h3{
    color: #fff;
    font-family: 'Barlow-Medium',sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    padding: 0px 20px;
    margin: 20px 0;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    line-height: 1.2;
}

#shortcuts .w33.registar{
    background:#fff;
    border-bottom-left-radius:0;
}

#shortcuts .w33.registar .icon svg path{
    fill:#1d2753;
}

#shortcuts .w33.registar h3{
    color:#1d2753;
}

#shortcuts .w33.area{
    background:#166ea2;
}

#shortcuts .w33.pesquisa{
    border:1px solid #166ea2;
    border-bottom-right-radius:0;
}


/* Notícias */

#g-utility {
    border-top: 0;
    background: #ebf4fc;
	padding: 50px 0 0;
}

#Noticias .g-content{
    width: 96%;
    margin: 0 0 20px;
    padding:0 6% 85px 10%;
    background: #f6fafe;
    border-radius: 0 150px 0 0;
}

#Noticias .title{
    margin: 70px 0 20px 0;
    padding: 10px 0;
    position: relative;
    display: inline-block;
}

#Noticias h2{
    color: #163d79;
    font-family: 'Barlow-SemiBold',sans-serif;
    text-transform: lowercase;
    font-size: 40px;
    margin: 0px;
    z-index: 2;
    position: relative;
    padding-right: 20px;
}

#Noticias h2 span{
    color: #166ea2;
}

#Noticias a{
    text-decoration: none;
}

#Noticias .lateral{
    width: 70px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #166ea269;
    z-index: 1;
    border-radius: 20px 20px 0 20px;
}

#Noticias .newsBlock{
    text-align:center;
}

#Noticias .item{
    width: 31%;
    height: 460px;
    display: inline-block;
    vertical-align: top;
    border-radius: 20px;
    margin: 10px 1% 2%;
    background: #fff;
    box-shadow: 0px 0px 10px 2px #c3daeb;
    overflow: hidden;
}

#Noticias .item:hover{
    background:#f5eae6;
    box-shadow:none;
}

#Noticias .itemImage{
    height:300px;
    overflow:hidden;
    border-radius: 20px 20px 0 0;
    text-align: center;
}

#Noticias .itemImage img{
    width:100%;
}

#Noticias .itemContent{
    padding:20px;
    font-family: 'Barlow-Regular',sans-serif;
    color:#1d1d1b;
}

#Noticias .itemInfo{
    font-size:16px;
}

#Noticias .newsBlocks .item .date, #Noticias .newsBlocks .item .cat{    
    display:inline-block;
    margin:10px 5px 0 0;
    padding: 10px;
}

#Noticias .newsBlocks .item .date{    
    float:right;
}

#Noticias .newsBlocks .item .cat{
    background: #166ea269;
    border-radius: 20px 20px 0 20px;
}

#Noticias .itemContent h3, #Noticias .itemContent h4{
    color:#1d1d1b;
    font-family: 'Barlow-Bold',sans-serif;
    margin:10px 0;
    text-decoration:none;
    font-size: 21px;    
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

#Noticias .itemContent .itemDescription{
    display:none;
}

#Noticias .newsList {
    text-align:right;
}

#Noticias .newsList ul{
    display:none;
}

#Noticias .seeAll{
    width: 160px;
    color: #fff;
    background: #163d79;
    border: 1px solid #163d79;
    margin: 0 2% 0 auto;
    padding: 15px 20px;
    text-transform: uppercase;
    font-family: 'Barlow-SemiBold',sans-serif;
    border-radius: 20px 20px 0 20px;
    text-align: center;
    float:right;
}

#Noticias .seeAll:hover{
    background:transparent;
    color:#163d79;
}

/*Menu inferior*/

#g-copyright .g-container {
    border-top: 0px;
	width: 100%;
}

#g-container-copyright .size-10{
	display: none;
}

#g-container-copyright .size-80 {
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
}

.letraAtividadeMunicipal3{
	margin: 0;
}

/* Menu Inferior*/

#BarraCopyright{
    background: linear-gradient(135deg, #163d79 50%, #166ea2 100%);
    position:relative;
}
#BarraCopyright .g-content{
    padding:20px 10% 50px;
    margin:0;
}

#BarraCopyright .logo{
    text-align:left;
    margin:0 0 15px;
}

#BarraCopyright .logo h2{
    font-family:'Barlow-SemiBold',sans-serif;
    font-size:40px;
    color:#fff;
}

#BarraCopyright .logo h2 span{
    color:#f4bb23;
}

#BarraCopyright .logo svg{
    width:250px;
    height:auto;
}

#BarraCopyright .w30{
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    color: #fff;
    padding: 30px 0;
}

#BarraCopyright .w30.left {
    border-right:1px solid;
}

#BarraCopyright .w30.left p{
    font-size:19px;
    margin:0 0 5px;
    font-family:'Barlow-Regular',sans-serif;
}

#BarraCopyright .w30 .topic{
    font-size:21px;
    margin:10px 0 0;
    font-family:'Barlow-Medium',sans-serif;
}

#BarraCopyright .w40{
    width:39%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    color: #fff;
    padding: 10px 5% 30px;
    margin: 0 0 20px;
    border-right:1px solid;
}

#BarraCopyright .w40 h2{
    font-family:'Barlow-Medium',sans-serif;
    color:#f4bb23;
    margin:0 0 10px;
}

#BarraCopyright .w40 .item{
    margin:0 0 10px;
}
#BarraCopyright .w40 .item a{
    font-family:'Barlow-Regular',sans-serif;
    font-size:20px;
    color:#fff;    
    text-underline-position: under;
}

#BarraCopyright .w30.right{
    padding-left:30px;
}

#BarraCopyright .w30.right p{
    font-family:'Barlow-Italic',sans-serif;
    font-size:25px;
}

#BarraCopyright .copyright{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:50px;
    background:#166ea2;
}

#BarraCopyright .selo{
    display: inline-block;
    float: left;
    margin: 10px 10px 5px;
    position: relative;
    z-index: 9;
    cursor:pointer;
}
#BarraCopyright .selo img{
    height: 35px;
    width: auto;
}

#BarraCopyright .logoInterface .prod {
    opacity: 0;
    width: 145px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    -webkit-transition: opacity 1500ms ease-in;
    -moz-transition: opacity 1500ms ease-in;
    -o-transition: opacity 1500ms ease-in;
    transition: opacity 1500ms ease-in;
}

#BarraCopyright .logoInterface:hover .prod {
    opacity: 1;
}

#BarraCopyright .logoInterface:hover a{
	text-decoration:none;
}

#BarraCopyright .copy{
    color: #fff;
    margin: 0;
}

#BarraCopyright .w20 .logoInterface{
    width: 200px;
}

#BarraCopyright .logoInterface .logo{
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 0;
}

#BarraCopyright p a{
	color: black;
    font-size: 12px;
}

#BarraCopyright p a:hover{
	text-decoration: underline;
	color: black;
}

#BarraCopyright .govern{
    padding-top: 15px;
    text-align: center;
    color: #fff;
    bottom: 0;
    width: 100%;
    left: 0;
}

#BarraCopyright .w20{
	width: 200px;
    position: absolute;
    right: 0;
    bottom: 7px;
    text-align: right;
}

/* PopUp*/

table thead td{
	background: #e74c3c;
    padding: 2px 5px;
    font-family: 'Barlow-Medium',sans-serif;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

table tbody td{
	color: #1d1d1b;
    text-align: center;
    font-family: 'Barlow-Regular',sans-serif;
    font-size: 18px;
}

#popUp caption {
    display: none;
}
#popUp {
    display: none;
    z-index: 9999999999999999;
}
#popUp .blocker {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ' ';
    background: rgba(0,0,0,.5);
  }
#popUp .g-content {
    margin: 0;
    padding: 0 !important;
}
#popUp .modal {
    background-color: #000;
    left: 50%;
    transform: translateX(-50%);    
    display: block;
    margin: 0;
    height: fit-content;
}

#popUp .modal-content{
    background: #000;
}

#popUp .modal-header table {
    width: 530px;
    border: 0;
    padding: 0;
}
#popUp .modal-header td {
    width: 170px;
    height: 55px;
}
#popUp .modal-header td:nth-child(2) {
    width: 360px;
    text-align: right;
}
#popUp .modal-header td, #popUp .modal-header table {
    border: none;
}
#popUp .modal-header td img {
    margin-top: 0;
    top: 0;
    width: auto;
}
#popUp .modal-body table {
    width: 530px;
    border: 0;
    padding: 0;
    margin: 0;
}
#popUp .modal-body td {
    width: 100px;
}
#popUp .modal-body td:nth-child(2) {
    width: 430px;
}
#popUp .modal-body td {
    color: #fff;
    background: transparent;
    border: 1px solid #dedede;
    text-align: left;
    padding:0.5rem;
}
#popUp p {
    color: #fff;
    padding: 10px;
    font-size: 13px;
	margin:0px;
}
#popUp a {
    color: #fff;
    padding:0 0 1px;
    text-decoration: none;
}
#popUp a:hover {
    border-bottom: 1px solid #fff;
}
#popUp .modal-footer {
    background: #000
}
#popUp .modal-footer button {
    outline: none;    
    background: #163d79;
    border-color: #163d79;
}
#popUp .modal-footer button:hover, #popUp .modal-footer button:active , #popUp .modal-footer button:focus {
    background-color: #000;
}


@media (max-width: 361px){
	#g-navigation {
    	height: 130px;
	}
	
	#barraShortcut{
        background: linear-gradient(135deg, #163d79 50%, #166ea2 100%);
	    padding:15px 0 0;
	}
	
	#barraShortcut .w20 {
        width: 150px;
        display: block;
        margin: 0 auto;
        left: 0;
	}
	
	#barraShortcut .w80 {
	    width: 100%;
        position: relative;
        right: auto;
        text-align: center;
	}
	
	#barraShortcut .w80 .area{
	    display:none;
	}
	
	#barraShortcut .w80 .registar,#barraShortcut .w80 .online{
	    padding:5px 10px;
	    font-size:13px;
	}
	
	#barraShortcut .w80 .signIn{
	    font-size:13px;
	    margin:5px 15px;
	}
	
	#barraShortcut .Menu{
	    margin:0 10px;
	    float:right;
	}
	
	#barraShortcut .Menu svg{
	    width:25px;
	    height:25px;
	}
	
	#menuPrincipal{
	    padding-top:130px;
	}
	
	#menuPrincipal .barraCentro {
	    padding: 10px;
	}
	#menuPrincipal .barraCentro .estatistica {
	    width: 100%;
        height: auto;
	}
	#menuPrincipal .barraCentro .estatistica div {
	    line-height: 50px;
	}
	
	#menuPrincipal .barraCentro .estatistica .botao{
        padding: 0;
        margin: 15px auto;
	}
	
	#menuPrincipal .barraCentro .w33{
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #166ea2;
	}
	
	#menuPrincipal .barraCentro .itensMenu {
	    width: 100%;
        padding: 20px 0;
	}
	#menuPrincipal .barraInferior {
	    display:none;
	}
	#menuPrincipal .barraInferior a {
	    font-size: 12px;
	    margin-right: 20px;
    	width: 26.5%;
	}
	
	#MenuSuperior{
	    padding-top:130px;
	}
	
	#MenuSuperior .g-content{
	    padding:10px 0;
	    margin:0 10px;
	}
	
	#MenuSuperior .w33 .button{
	    width:100%;
        padding: 20px 0 10px;
        margin: 10px 0;
	}
	
	#g-header .g-container{
	    margin:130px 0 0;
	}
	
	#slide .sliderPrincipalNormal{
	    height:360px !important;
	}
	
	#slide .sliderPrincipalNormal .info{    
        width: 100%;
        height: auto;
        left: 0;
        top: 10%;
        transform: none;
        display: block;
        padding: 0 30px;
	}
	
	#slide .sliderPrincipalNormal h2{
	    font-size:30px;
	    width:100%;
	    margin:0 0 10px;
	    border:0;
	    border-bottom:1px solid;
	}
	
	#slide .sliderPrincipalNormal .text{
        width: 100%;
	}
	
	#slide .sliderPrincipalNormal .text p{
        font-size:16px;
	}
	
	#acontece {
		display: none;
	}
	#g-showcase .g-container{
		width: 100%;
	}
    #categorias .lateral{
        width:50px;
    }
	#categorias h2 {
        font-size: 32px;
        margin: 0;
    }
    
    #categorias .title{
        margin:50px 0 20px 20px;
    }
    
    #contador .w33{
        width:100%;
    }
    
	#EventosFP h2 .borda, #PrincipaisEventos h2 .borda, #categorias h2 .borda{
		height: 25px;
    	width: 20px;
    	margin-right: 0;
	}
	
	#categorias .wideCat img {
	    width: 100%;
	}
	#g-above .g-container, #g-utility .g-container {
	    width: 100%;
	}
	#shortcuts .w33 {
    	width: 100%;
    	margin:10px 0;
	}
	#shortcuts .w33 .icon svg {
        width: 30px;
        height: auto;
    }
	#g-utility {
	    padding: 20px 0;
	}
	#EventosFP {
	    padding: 20px 0;
	}
	
	#EventosFP .title{
	    margin:0 0 20px 10px;
	}
	
	#EventosFP .lateral {
        width: 50px;
	}
	#EventosFP h2, #PrincipaisEventos h2 {
		font-size: 25px;
	}
	
	#EventosFP .w33 {
	    width: 94%;
        display: block;
        margin: 0 auto 20px;
        height: auto;
	}
	
	#EventosFP .headItem .image {
        height: auto;
    }
    
	#EventosFP .titleEvent {
        font-size: 18px;
        line-height: 1.2;
	}
	
	#EventosFP .headItem .date .day {
        font-size: 17px;
    }
    
	#EventosFP .catEvent {
	    font-size: 12px;
	    padding: 0 20px;
	}
    
	#EventosFP .fregEvent {
		font-size: 12px;
        padding:10px 20px;
	}
	
	#EventosFP .sabermais {
        padding: 10px 0;
	}
	
	#EventosFP .sabermais button {
        padding: 5px 10px;
    }
    
	#EventosFP .vermais {
    	text-align: center;
	}
	
	#EventosFP .verTodos {
        display: block;
        padding: 5px 10px;
        float: none;
        font-size: 17px;
        width: 100px;
        margin: auto;
    }
    
    #Noticias h2 {
        font-size: 30px;
        padding-right: 15px;
    }
    #Noticias .lateral {
        width: 50px;
    }
    
    #Noticias .item {
        width: 100%;
        height: 330px;
    }
    #Noticias .itemImage {
        height: 185px;
    }
    
    #Noticias .itemContent h3, #Noticias .itemContent h4 {
        font-size: 19px;
    }
    
    #Noticias .newsBlocks .item .date{
        display:none;
    }
    
    #Noticias .seeAll {
        margin: 10px auto 0;
        padding: 10px 15px;
    }
    
    #BarraCopyright .logo {
        padding: 0 0 10px;
        border-bottom: 1px solid #fff;
    }
    
    #BarraCopyright .logo h2 {
        font-size: 30px;
    }
    
    #BarraCopyright .logo svg {
        width: 185px;
    }
    
	#BarraCopyright .w40, #BarraCopyright .w30 {
		width: 100%;
		padding:10px;
		text-align: center;
		border-right:0;
        margin: 0;
	}
	
	#BarraCopyright .w30.left{
	    border-right:0;
	}
	
	#BarraCopyright .w30.right{
	    padding:0;
	}
	
	#BarraCopyright .w30.right p{
	    font-size:21px;
	}
	
	#BarraCopyright p a {
		color: black;
		font-size: 12px;
	}
	
	#BarraCopyright .selo {
        margin: 5px;
    }
	
	#BarraCopyright .govern {
	    padding:0;
	}
	
	#BarraCopyright .govern p {    
	    width: 80%;
        margin: 0 auto;
        text-align: center;
        font-size: 13px;
	}
	#BarraCopyright .govern .w20 {
		width: 100%;
	}
	
	#BarraCopyright .w20 {
	    width:auto;
        right: 3px;
        bottom: 13px;
    }
	
	#BarraCopyright .w20 .logoInterface {
        width: auto;
    }
	
	#BarraCopyright .logoInterface .prod {
	    display: none;
	}
	#BarraCopyright .logoInterface .logo {
	    width: 25px;
        border: 0;
        padding:0;
	}
	
    #popUp .modal{
        width: 100%;
    }
}

@media (min-width: 362px) and (max-width: 469px){
	#g-navigation {
    	height: 130px;
	}
	
	#barraShortcut{
        background: linear-gradient(135deg, #163d79 50%, #166ea2 100%);
	    padding:15px 0 0;
	}
	
	#barraShortcut .w20 {
        width: 150px;
        display: block;
        margin: 0 auto;
        left: 0;
	}
	
	#barraShortcut .w80 {
	    width: 100%;
        position: relative;
        right: auto;
        text-align: center;
	}
	
	#barraShortcut .w80 .area{
	    display:none;
	}
	
	#barraShortcut .w80 .registar,#barraShortcut .w80 .online{
	    padding:5px 10px;
	    font-size:13px;
	}
	
	#barraShortcut .w80 .signIn{
	    font-size:13px;
	    margin:5px 15px;
	}
	
	#barraShortcut .Menu{
	    margin:0 10px;
	    float:right;
	}
	
	#barraShortcut .Menu svg{
	    width:25px;
	    height:25px;
	}
	
	#menuPrincipal{
	    padding-top:130px;
	}
	
	#menuPrincipal .barraCentro {
	    padding: 10px;
	}
	#menuPrincipal .barraCentro .estatistica {
	    width: 100%;
        height: auto;
	}
	#menuPrincipal .barraCentro .estatistica div {
	    line-height: 50px;
	}
	
	#menuPrincipal .barraCentro .estatistica .botao{
        padding: 0;
        margin: 15px auto;
	}
	
	#menuPrincipal .barraCentro .w33{
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #166ea2;
	}
	
	#menuPrincipal .barraCentro .itensMenu {
	    width: 100%;
        padding: 20px 0;
	}
	#menuPrincipal .barraInferior {
	    display:none;
	}
	#menuPrincipal .barraInferior a {
	    font-size: 12px;
	    margin-right: 20px;
    	width: 26.5%;
	}
	
	#MenuSuperior{
	    padding-top:130px;
	}
	
	#MenuSuperior .g-content{
	    padding:10px 0;
	    margin:0 10px;
	}
	
	#MenuSuperior .w33 .button{
	    width:100%;
        padding: 20px 0 10px;
        margin: 10px 0;
	}
	
	#acontece {
		display: none;
	}
	#g-showcase .g-container{
		width: 100%;
	}
	
	#g-header .g-container{
	    margin:130px 0 0;
	}
	
	#slide .sliderPrincipalNormal{
	    height:400px !important;
	}
	
	#slide .sliderPrincipalNormal .info{    
        width: 100%;
        height: auto;
        left: 0;
        top: 15%;
        transform: none;
        display: block;
        padding: 0 30px;
	}
	
	#slide .sliderPrincipalNormal h2{
	    font-size:30px;
	    width:100%;
	    margin:0 0 10px;
	    border:0;
	    border-bottom:1px solid;
	}
	
	#slide .sliderPrincipalNormal .text{
        width: 100%;
	}
	
	#slide .sliderPrincipalNormal .text p{
        font-size: 16px;
        text-align:left;
	}
	
    #categorias .lateral{
        width:50px;
    }
	#categorias h2 {
        font-size: 35px;
        margin: 0;
    }
    
    #categorias .title{
        margin:50px 0 20px 20px;
    }
    
	#categorias .wideCat img {
	    width: 100%;
	}
	
    #contador .w33{
        width:100%;
    }
	
	#g-above .g-container, #g-utility .g-container {
	    width: 100%;
	}
	#shortcuts .w33 {
    	width: 100%;
    	margin:10px 0;
	}
	#shortcuts .w33 .icon svg {
        width: 30px;
        height: auto;
    }
	
	#g-utility {
	    padding: 20px 0;
	}
	
	#EventosFP {
	    padding: 20px 0;
	}
	
	#EventosFP .title{
	    margin:0 0 20px 10px;
	}
	
	#EventosFP .lateral {
        width: 50px;
	}
	#EventosFP h2, #PrincipaisEventos h2 {
		font-size: 25px;
	}
	
	#EventosFP .w33 {
	    width: 94%;
        display: block;
        margin: 0 auto 20px;
        height: auto;
	}
	
	#EventosFP .headItem .image {
        height: auto;
    }
    
	#EventosFP .titleEvent {
        font-size: 18px;
        line-height: 1.2;
	}
	
	#EventosFP .headItem .date .day {
        font-size: 17px;
    }
    
	#EventosFP .catEvent {
	    font-size: 12px;
	    padding: 0 20px;
	}
    
	#EventosFP .fregEvent {
		font-size: 12px;
        padding:10px 20px;
	}
	
	#EventosFP .sabermais {
        padding: 10px 0;
	}
	
	#EventosFP .sabermais button {
        padding: 5px 10px;
    }
    
	#EventosFP .vermais {
    	text-align: center;
	}
	
	#EventosFP .verTodos {
        display: block;
        padding: 5px 10px;
        float: none;
        font-size: 17px;
        width: 100px;
        margin: auto;
    }
    
    #Noticias h2 {
        font-size: 30px;
        padding-right: 15px;
    }
    #Noticias .lateral {
        width: 50px;
    }
    
    #Noticias .item {
        width: 100%;
        height: 330px;
    }
    #Noticias .itemImage {
        height: 185px;
    }
    
    #Noticias .itemContent h3, #Noticias .itemContent h4 {
        font-size: 19px;
    }
    
    #Noticias .seeAll {
        margin: 10px auto 0;
        padding: 10px 15px;
    }
	
	
    #BarraCopyright .logo {
        padding: 0 0 10px;
        border-bottom: 1px solid #fff;
    }
    
    #BarraCopyright .logo h2 {
        font-size: 30px;
    }
    
    #BarraCopyright .logo svg {
        width: 185px;
    }
    
	#BarraCopyright .w40, #BarraCopyright .w30 {
		width: 100%;
		padding:10px;
		text-align: center;
		border-right:0;
        margin: 0;
	}
	
	#BarraCopyright .w30.left{
	    border-right:0;
	}
	
	#BarraCopyright .w30.right{
	    padding:0;
	}
	
	#BarraCopyright .w30.right p{
	    font-size:21px;
	}
	
	#BarraCopyright p a {
		color: black;
		font-size: 12px;
	}
	
	#BarraCopyright .selo {
        margin: 5px;
    }
	
	#BarraCopyright .govern {
	    padding:0;
	}
	
	#BarraCopyright .govern p {    
	    width: 80%;
        margin: 0 auto;
        text-align: center;
        font-size: 13px;
	}
	#BarraCopyright .govern .w20 {
		width: 100%;
	}
	
	#BarraCopyright .w20 {
	    width:auto;
        right: 3px;
        bottom: 13px;
    }
	
	#BarraCopyright .w20 .logoInterface {
        width: auto;
    }
	
	#BarraCopyright .logoInterface .prod {
	    display: none;
	}
	#BarraCopyright .logoInterface .logo {
	    width: 25px;
        border: 0;
        padding:0;
	}
	
    #popUp .modal{
        width: 100%;
    }
	
}

@media (min-width: 470px) and (max-width: 591px){
	#g-navigation {
    	height: 130px;
	}
	
	#barraShortcut{
        background: linear-gradient(135deg, #163d79 50%, #166ea2 100%);
        padding: 15px 0 0;
	}
	
	#barraShortcut .w20 {
        width: 150px;
        display: block;
        margin: 0 auto;
        left: 0;
	}
	
	#barraShortcut .w80 {
	    width: 100%;
        position: relative;
        right: auto;
        text-align: center;
	}
	
	#barraShortcut .w80 .area{
	    display:none;
	}
	
	#barraShortcut .w80 .registar,#barraShortcut .w80 .online{
	    padding:5px 10px;
	    font-size:13px;
	}
	
	#barraShortcut .w80 .signIn{
	    font-size:13px;
        margin: 5px 15px;
	}
	
	#barraShortcut .Menu{
	    float:right;
	    margin:0 10px;
	}
	
	#barraShortcut .Menu svg{
	    width:25px;
	    height:25px;
	}
	
	#menuPrincipal{
	    padding-top:130px;
	}
	
	#menuPrincipal .barraCentro {
	    padding: 10px;
	}
	#menuPrincipal .barraCentro .estatistica {
	    width: 100%;
        height: auto;
        padding: 20px 0;
	}
	#menuPrincipal .barraCentro .estatistica div {
	    line-height: 50px;
	}
	
	#menuPrincipal .barraCentro .estatistica .botao{
        margin: 15px 2px;
        display: inline-block;
        width: auto;
        padding: 10px 7px;
        font-size: 13px;
	}
	
	#menuPrincipal .barraCentro .w33{
        width: 49%;
        border:0;
        margin: 0 0 20px;
	}
	
	#menuPrincipal .barraCentro .w33:nth-child(even){
        border-left:1px solid #166ea2;
	}
	
	#menuPrincipal .barraCentro .itensMenu {
	    width: 100%;
        padding: 20px 0;
	}
	#menuPrincipal .barraInferior {
	    display:none;
	}
	#menuPrincipal .barraInferior a {
	    font-size: 12px;
	    margin-right: 20px;
    	width: 26.5%;
	}
	
	#MenuSuperior{
	    padding-top:130px;
	}
	
	#MenuSuperior .g-content{
	    padding:10px 0;
	    margin:0 10px;
	}
	
	#MenuSuperior .w33 .button{
	    width: 48%;
        margin: 10px .5%;
	}
	
	#acontece {
		display: none;
	}
	#g-showcase .g-container{
		width: 100%;
	}
	
	#g-header .g-container{
	    margin:130px 0 0;
	}
	
	#slide .sliderPrincipalNormal{
	    height:400px !important;
	}
	
	#slide .sliderPrincipalNormal .info{    
        width: 100%;
        height: auto;
        left: 0;
        top: 15%;
        transform: none;
        display: block;
        padding: 0 60px;
	}
	
	#slide .sliderPrincipalNormal h2{
	    font-size:35px;
	    width:100%;
	    margin:0 0 10px;
	    border:0;
	    border-bottom:1px solid;
	}
	
	#slide .sliderPrincipalNormal .text{
        width: 100%;
	}
	
	#slide .sliderPrincipalNormal .text p{
        font-size:18px;
	}
	
    #categorias .lateral{
        width:50px;
    }
	#categorias h2 {
        font-size: 35px;
        margin: 0;
    }
    
    #categorias .title{
        margin:50px 0 20px 20px;
    }
    
	#categorias .wideCat img {
	    width: 100%;
	}
	
	#contador .w33{
	    width:100%;
	}
	
	#g-above .g-container, #g-utility .g-container {
	    width: 100%;
	}
	#shortcuts .w33 {
    	width: 100%;
    	margin:10px 0;
	}
	#shortcuts .w33 .icon svg {
        width: 30px;
        height: auto;
    }
	
	#g-utility {
	    padding: 20px 0;
	}
	
	#EventosFP {
	    padding: 20px 0;
	}
	
	#EventosFP .title{
	    margin:0 0 20px 10px;
	}
	
	#EventosFP .lateral {
        width: 50px;
	}
	#EventosFP h2, #PrincipaisEventos h2 {
		font-size: 25px;
	}
	
	#EventosFP .w33 {
	    width: 94%;
        display: block;
        margin: 0 auto 20px;
        height: auto;
	}
	
	#EventosFP .headItem .image {
        height: auto;
    }
    
	#EventosFP .titleEvent {
        font-size: 18px;
        line-height: 1.2;
	}
	
	#EventosFP .headItem .date .day {
        font-size: 17px;
    }
    
	#EventosFP .catEvent {
	    font-size: 12px;
	    padding: 0 20px;
	}
    
	#EventosFP .fregEvent {
		font-size: 12px;
        padding:10px 20px;
	}
	
	#EventosFP .sabermais {
        padding: 10px 0;
	}
	
	#EventosFP .sabermais button {
        padding: 5px 10px;
    }
    
	#EventosFP .vermais {
    	text-align: center;
	}
	
	#EventosFP .verTodos {
        display: block;
        padding: 5px 10px;
        float: none;
        font-size: 17px;
        width: 100px;
        margin: auto;
    }
    
    #Noticias h2 {
        font-size: 30px;
        padding-right: 15px;
    }
    #Noticias .lateral {
        width: 50px;
    }
    
    #Noticias .item {
        width: 100%;
        height: 330px;
    }
    #Noticias .itemImage {
        height: 185px;
    }
    
    #Noticias .itemContent h3, #Noticias .itemContent h4 {
        font-size: 19px;
    }
    
    #Noticias .seeAll {
        margin: 10px auto 0;
        padding: 10px 15px;
    }
	
    #BarraCopyright .logo {
        padding: 0 0 10px;
        border-bottom: 1px solid #fff;
    }
    
    #BarraCopyright .logo h2 {
        font-size: 30px;
    }
    
    #BarraCopyright .logo svg {
        width: 185px;
    }
    
	#BarraCopyright .w40, #BarraCopyright .w30 {
		width: 100%;
		padding:10px;
		text-align: center;
		border-right:0;
        margin: 0;
	}
	
	#BarraCopyright .w30.left{
	    border-right:0;
	}
	
	#BarraCopyright .w30.right{
	    padding:0;
	}
	
	#BarraCopyright .w30.right p{
	    font-size:21px;
	}
	
	#BarraCopyright p a {
		color: black;
		font-size: 12px;
	}
	
	#BarraCopyright .selo {
        margin: 5px;
    }
	
	#BarraCopyright .govern {
	    padding:0;
	}
	
	#BarraCopyright .govern p {    
	    width: 80%;
        margin: 0 auto;
        text-align: center;
        font-size: 13px;
	}
	#BarraCopyright .govern .w20 {
		width: 100%;
	}
	
	#BarraCopyright .w20 {
	    width:auto;
        right: 3px;
        bottom: 13px;
    }
	
	#BarraCopyright .w20 .logoInterface {
        width: auto;
    }
	
	#BarraCopyright .logoInterface .prod {
	    display: none;
	}
	#BarraCopyright .logoInterface .logo {
	    width: 25px;
        border: 0;
        padding:0;
	}
	
    #popUp .modal{
        width: 100%;
    }
}


@media (min-width: 592px) and (max-width: 767px){
	#g-navigation{
    	height: 130px;
	}
	
	#barraShortcut{
        background: linear-gradient(135deg, #163d79 50%, #166ea2 100%);
        padding: 15px 0 0;
	}
	
	#barraShortcut .w20 {
        width: 150px;
        display: block;
        margin: 0 auto;
        left: 0;
	}
	
	#barraShortcut .w80 {
	    width: 100%;
        position: relative;
        right: auto;
        text-align: center;
	}
	
	#barraShortcut .w80 .area{
	    display:none;
	}
	
	#barraShortcut .Menu{
	    float:right;
        padding: 10px 0;
	}
	
	#barraShortcut .Menu svg{
	    width:25px;
	    height:25px;
	}
	
	#menuPrincipal{
	    padding-top:130px;
	}
	
	#menuPrincipal .barraCentro {
	    padding: 10px;
	}
	#menuPrincipal .barraCentro .estatistica {
	    width: 100%;
        height: auto;
        padding: 20px 0;
        text-align: center;
	}
	
	#menuPrincipal .barraCentro .estatistica div {
	    line-height: 50px;
	}
	
	#menuPrincipal .barraCentro .estatistica .botao{
        margin: 15px 2px;
        display: inline-block;
        width: auto;
        padding: 10px;
	}
	
	#menuPrincipal .barraCentro .w33{
        width: 49%;
        border:0;
        margin: 0 0 20px;
	}
	
	#menuPrincipal .barraCentro .w33:nth-child(even){
        border-left:1px solid #166ea2;
	}
	
	#menuPrincipal .barraCentro .itensMenu {
	    width: 100%;
        padding: 20px 0;
	}
	#menuPrincipal .barraInferior {
	    display:none;
	}
	#menuPrincipal .barraInferior a {
	    font-size: 12px;
	    margin-right: 20px;
    	width: 26.5%;
	}
	
	#MenuSuperior{
	    padding-top:130px;
	}
	
	#MenuSuperior .g-content{
	    padding:10px 0;
	    margin:0 10px;
	}
	
	#MenuSuperior .w33 .button{
	    width: 48%;
        margin: 10px .5%;
	}
	
	#acontece {
		display: none;
	}
	#g-showcase .g-container{
		width: 100%;
	}
	
	#g-header .g-container{
	    margin:130px 0 0;
	}
	
	#slide .sliderPrincipalNormal{
	    height:400px !important;
	}
	
	#slide .sliderPrincipalNormal .info{    
        width: 100%;
        height: auto;
        left: 0;
        top: 15%;
        transform: none;
        display: block;
        padding: 0 60px;
	}
	
	#slide .sliderPrincipalNormal h2{
	    font-size:35px;
	    width:100%;
	    margin:0 0 10px;
	    border:0;
	    border-bottom:1px solid;
	}
	
	#slide .sliderPrincipalNormal .text{
        width: 100%;
	}
	
    #categorias .lateral{
        width:50px;
    }
	#categorias h2 {
        font-size: 35px;
        margin: 0;
    }
    
    #categorias .title{
        margin:50px 0 20px 20px;
    }
    
	#categorias .wideCat img {
	    width: 100%;
	}
	
	#contador .g-content {
        margin: 0 4%;
    }
    
    #contador .w33 {
        width: 30%;
    }
	
	#g-above .g-container, #g-utility .g-container {
	    width: 100%;
	}
	#shortcuts .w33 {
    	width: 100%;
    	margin:10px 0;
	}
	#shortcuts .w33 .icon svg {
        width: 30px;
        height: auto;
    }
	
	#g-utility {
	    padding: 20px 0;
	}
	
	#EventosFP {
	    padding: 20px 0;
	}
	
	#EventosFP .title{
	    margin:0 0 20px 10px;
	}
	
	#EventosFP .lateral {
        width: 50px;
	}
	#EventosFP h2, #PrincipaisEventos h2 {
		font-size: 25px;
	}
	
	#EventosFP .w33 {
	    width: 94%;
        display: block;
        margin: 0 auto 20px;
        height: auto;
	}
	
	#EventosFP .headItem .image {
        height: auto;
    }
    
	#EventosFP .titleEvent {
        font-size: 18px;
        line-height: 1.2;
	}
	
	#EventosFP .headItem .date .day {
        font-size: 17px;
    }
    
	#EventosFP .catEvent {
	    font-size: 12px;
	    padding: 0 20px;
	}
    
	#EventosFP .fregEvent {
		font-size: 12px;
        padding:10px 20px;
	}
	
	#EventosFP .sabermais {
        padding: 10px 0;
	}
	
	#EventosFP .sabermais button {
        padding: 5px 10px;
    }
    
	#EventosFP .vermais {
    	text-align: center;
	}
	
	#EventosFP .verTodos {
        display: block;
        padding: 5px 10px;
        float: none;
        font-size: 17px;
        width: 100px;
        margin: auto;
    }
    
    #Noticias h2 {
        font-size: 30px;
        padding-right: 15px;
    }
    #Noticias .lateral {
        width: 50px;
    }
    
    #Noticias .item {
        width: 100%;
        height: 405px;
    }
    #Noticias .itemImage {
        height: 260px;
    }
    
    #Noticias .itemContent h3, #Noticias .itemContent h4 {
        font-size: 19px;
    }
    
    #Noticias .seeAll {
        margin: 10px auto 0;
        padding: 10px 15px;
    }
	
	
    #BarraCopyright .logo {
        padding: 0 0 10px;
        border-bottom: 1px solid #fff;
    }
    
    #BarraCopyright .logo h2 {
        font-size: 30px;
    }
    
    #BarraCopyright .logo svg {
        width: 185px;
    }
    
	#BarraCopyright .w40, #BarraCopyright .w30 {
		width: 100%;
		padding:10px;
		text-align: center;
		border-right:0;
        margin: 0;
	}
	
	#BarraCopyright .w30.left{
	    border-right:0;
	}
	
	#BarraCopyright .w30.right{
	    padding:0;
	}
	
	#BarraCopyright .w30.right p{
	    font-size:21px;
	}
	
	#BarraCopyright p a {
		color: black;
		font-size: 12px;
	}
	
	#BarraCopyright .selo {
        margin: 5px;
    }
	
	#BarraCopyright .govern p {    
	    width: 80%;
        margin: 0 auto;
        text-align: center;
        font-size: 13px;
	}
	#BarraCopyright .govern .w20 {
		width: 100%;
	}
	
	#BarraCopyright .w20 {
	    width:auto;
        right: 3px;
        bottom: 13px;
    }
	
	#BarraCopyright .w20 .logoInterface {
        width: auto;
    }
	
	#BarraCopyright .logoInterface .prod {
	    display: none;
	}
	#BarraCopyright .logoInterface .logo {
	    width: 25px;
        border: 0;
        padding:0;
	}
	
    #popUp .modal{
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 958px){
	
	#g-navigation {
    	height: 130px;
	}
	
	#barraShortcut{
        background: linear-gradient(135deg, #163d79 50%, #166ea2 100%);
        padding: 15px 0 0;
	}
	
	#barraShortcut .w20 {
        width: 150px;
        display: block;
        margin: 0 auto;
        left: 0;
	}
	
	#barraShortcut .w80 {
	    width: 100%;
        position: relative;
        right: auto;
        text-align: center;
	}
	
	#barraShortcut .w80 .area{
	    display:none;
	}
	
	#barraShortcut .Menu{
	    float:right;
        padding: 10px 0;
	}
	
	#barraShortcut .Menu svg{
	    width:25px;
	    height:25px;
	}
	
	#menuPrincipal{
	    padding-top:130px;
	}
	
	#menuPrincipal .barraCentro {
	    padding: 10px;
	}
	#menuPrincipal .barraCentro .estatistica {
	    width: 100%;
        height: auto;
        padding: 20px 0;
        text-align: center;
	}
	
	#menuPrincipal .barraCentro .estatistica div {
	    line-height: 50px;
	}
	
	#menuPrincipal .barraCentro .estatistica .botao{
        margin: 15px 2px;
        display: inline-block;
        width: auto;
        padding: 10px;
	}
	
	#menuPrincipal .barraCentro .w33{
        width: 49%;
        border:0;
        margin: 0 0 20px;
	}
	
	#menuPrincipal .barraCentro .w33:nth-child(even){
        border-left:1px solid #166ea2;
	}
	
	#menuPrincipal .barraCentro .itensMenu {
	    width: 100%;
        padding: 20px 0;
	}
	#menuPrincipal .barraInferior {
	    display:none;
	}
	#menuPrincipal .barraInferior a {
	    font-size: 12px;
	    margin-right: 20px;
    	width: 26.5%;
	}
	
	#MenuSuperior{
	    padding-top:130px;
	}
	
	#MenuSuperior .g-content{
	    padding:10px 0;
	    margin:0 10px;
	}
	
	#MenuSuperior .w33 .button{
	    width: 48%;
        margin: 10px .5%;
	}
	
	#acontece {
		display: none;
	}
	#g-showcase .g-container{
		width: 100%;
	}
	
	#g-header .g-container{
	    margin:130px 0 0;
	}
	
	#slide .sliderPrincipalNormal{
	    height:350px !important;
	}
	
	#slide .sliderPrincipalNormal .info{    
        width: 100%;
        height: auto;
        left: 0;
        top: 15%;
        transform: none;
        display: block;
        padding: 0 60px;
	}
	
	#slide .sliderPrincipalNormal h2{
	    font-size:35px;
	    width:100%;
	    margin:0 0 10px;
	    border:0;
	    border-bottom:1px solid;
	}
	
	#slide .sliderPrincipalNormal .text{
        width: 100%;
	}
	
    #categorias .lateral{
        width:50px;
    }
    
	#categorias h2 {
        font-size: 35px;
        margin: 0;
    }
    
    #categorias .title{
        margin:50px 0 20px 20px;
    }

	#categorias .wideCat img {
	    width: 100%;
	}
	#g-above .g-container, #g-utility .g-container {
	    width: 100%;
	}
	#shortcuts .w33 {
    	width: 48%;
    	margin:10px .5%;
	}
	
	#shortcuts .w33.pesquisa{
	    width:99%;
	}
	
	#shortcuts .w33 .icon svg {
        width: 30px;
        height: auto;
    }
	
	#g-utility {
	    padding: 20px 0;
	}
	
	#EventosFP {
	    padding: 20px 0;
	}
	
	#EventosFP .title{
	    margin:0 0 20px 10px;
	}
	
	#EventosFP .lateral {
        width: 50px;
	}
	#EventosFP h2, #PrincipaisEventos h2 {
		font-size: 25px;
	}
	
	#EventosFP .w33 {
        width: 48%;
        margin: 0 .5% 20px;
        height: 475px;
	}
	
	#EventosFP .headItem .image {
        height: 175px;
    }
    
    #EventosFP .titleAssoc{
        font-size:17px;
    }
    
    #EventosFP .nomeAssociacao{
        font-size:16px;
    }
    
	#EventosFP .titleEvent {
        font-size: 18px;
        line-height: 1.2;
	}
	
	#EventosFP .nomeEvent{
	    font-size:23px;
	}
	
	#EventosFP .headItem .date .day {
        font-size: 17px;
    }
    
	#EventosFP .catEvent {
	    font-size: 12px;
	    padding: 0 20px;
	}
    
	#EventosFP .fregEvent {
		font-size: 12px;
        padding:10px 20px;
	}
	
	#EventosFP .sabermais {
        padding: 10px 0;
	}
	
	#EventosFP .sabermais button {
        padding: 5px 10px;
    }
    
	#EventosFP .vermais {
    	text-align: center;
	}
	
	#EventosFP .verTodos {
        display: block;
        padding: 5px 10px;
        float: none;
        font-size: 17px;
        width: 100px;
        margin: auto;
    }
    
    #Noticias h2 {
        font-size: 30px;
        padding-right: 15px;
    }
    #Noticias .lateral {
        width: 50px;
    }
    
    #Noticias .item {
        width: 100%;
        height: 540px;
    }
    #Noticias .itemImage {
        height: 400px;
    }
    
    #Noticias .itemContent h3, #Noticias .itemContent h4 {
        font-size: 19px;
    }
    
    #Noticias .seeAll {
        margin: 10px auto 0;
        padding: 10px 15px;
    }
	
	
    #BarraCopyright .logo {
        padding: 0 0 10px;
        border-bottom: 1px solid #fff;
    }
    
    #BarraCopyright .logo h2 {
        font-size: 30px;
    }
    
    #BarraCopyright .logo svg {
        width: 185px;
    }
    
	#BarraCopyright .w40, #BarraCopyright .w30 {
		width: 100%;
		padding:10px;
		text-align: center;
		border-right:0;
        margin: 0;
	}
	
	#BarraCopyright .w30.left{
	    border-right:0;
	}
	
	#BarraCopyright .w30.right{
	    padding:0;
	}
	
	#BarraCopyright .w30.right p{
	    font-size:21px;
	}
	
	#BarraCopyright p a {
		color: black;
		font-size: 12px;
	}
	
	#BarraCopyright .selo {
        margin: 5px;
    }
	
	#BarraCopyright .govern p {    
	    width: 80%;
        margin: 0 auto;
        text-align: center;
        font-size: 13px;
	}
	#BarraCopyright .govern .w20 {
		width: 100%;
	}
	
	#BarraCopyright .w20 {
	    width:auto;
        right: 3px;
        bottom: 13px;
    }
	
	#BarraCopyright .w20 .logoInterface {
        width: auto;
    }
	
	#BarraCopyright .logoInterface .prod {
	    display: none;
	}
	#BarraCopyright .logoInterface .logo {
	    width: 25px;
        border: 0;
        padding:0;
	}
	
}

@media (min-width: 959px) and (max-width: 1199px){
    #barraShortcut .w20{
        width:auto;
        left:4%;    
    }
    
    #barraShortcut .w80{
        width:80%;
        right:0;    
    }
    
    #barraShortcut .area {
        margin: 0 5px;
    }
    
    #barraShortcut .w80 svg {
        width: 30px;
    }
    
    #barraShortcut a {
        font-size: 14px;
    }
    
    #menuPrincipal .barraCentro .estatistica {
        width: 30%;
        padding: 20px 20px 0;
    }
    
    #menuPrincipal .barraCentro .estatistica .botao {
        padding: 15px;
        width: 185px;
    }
    
    #menuPrincipal .barraCentro .itensMenu {
        width: 69%;
        padding: 20px 15px 0;
    }
    
    #menuPrincipal .barraCentro .w33 {
        width: 24%;
        padding: 0 1%;
    }
    
    #menuPrincipal .barraCentro .w33 .item{
        font-size:14px;
    }
    
    #menuPrincipal .barraInferior {
        padding: 20px 10px;
    }
    
    #menuPrincipal .barraInferior a {
        font-size: 13px;
    }
    
    #MenuSuperior .w33 .button {
        width: 48%;
        margin: 1% 0.5%;
    }
    
    #slide .sliderPrincipalNormal .info{
        width: 100%;
        left: 0%;
        transform: none;
    }
    
    #slide .sliderPrincipalNormal h2 {
        font-size: 45px;
    }
    
    #slide .sliderPrincipalNormal .text{
        width:50%;
    }
    
    #shortcuts .w33 {
        width: 32%;
        margin: 0 .5%;
    }
    
    #EventosFP .w33 {
        width: 48%;
        margin: 0 .5% 20px;
        height: 470px;
    }
    
    #EventosFP .headItem .image {
        height: 175px;
    }
    
    #EventosFP .titleEvent{
        font-size:21px;
    }
    
    #EventosFP .nomeEvent {    
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-size:23px;
    }
    
    #Noticias .item {
        width:30%;
        height: 315px;
    }
    
    #Noticias .itemImage {
        height: 150px;
    }
    
    #Noticias .newsBlocks .item .date{
        display:none;
    }
    
    #BarraCopyright .w30{
        width:30%;
    }
    
    #BarraCopyright .w30.left p {
        font-size: 18px;
    }
    
    #BarraCopyright .logoInterface .logo {
        width: 35px;
    }
}

@media (min-width: 1200px) and (max-width: 1439px){
    #barraShortcut .w20 {
        width:auto;
    }
    
    #barraShortcut .area {
        margin: 0 5px;
    }
    
    #barraShortcut a {
        font-size: 14px;
    }
    
    #menuPrincipal .barraCentro .estatistica {
        padding: 20px 20px 0;
    }
    
    #menuPrincipal .barraCentro .estatistica .botao {
        padding: 20px 10px;
        width: 175px;
    }
    
    #menuPrincipal .barraInferior {
        padding: 20px 0px;
    }

    #slide .sliderPrincipalNormal .info {
        width: 100%;
        left: 0%;
        transform: none;
    }
    
    #shortcuts .w33{
        width:28%;
    }
    
    #EventosFP .w33 {
        width: 48%;
        margin: 0 .5% 20px;
        height: 475px;
    }
    
    #EventosFP .headItem .image {
        height: 215px;
    }
    
    #EventosFP .titleEvent{
        font-size:21px;
    }
    
    #EventosFP .nomeEvent {    
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-size:23px;
    }
    
    #Noticias .item {
        height: 360px;
    }
    
    #Noticias .itemImage {
        height: 200px;
    }
    
    #Noticias .newsBlocks .item .date{
        display:none;
    }
    
    #BarraCopyright .w30 {
        margin: 0 0 10px;
    }
}

@media (min-width: 1440px) and (max-width: 1599px){
    #EventosFP .w33 {
        height: 475px;
    }
    
    #EventosFP .headItem .image {
        height: 175px;
    }
    
    #EventosFP .titleEvent {
        font-size: 21px;
    }
    
    #EventosFP .nomeEvent{    
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-size: 23px;
    }
}

@media (min-width: 1600px){
	#slide #info {
		margin-top: 205px;
	}
	
	#slide #alertas {
		width: 23%;
		margin-top: -390px;
		font-size: 16px;
		height: 240px;
	}
	
	#slide #info #titulo {
		font-size: 35px;
		margin: 30px 0;
	}
	
	#slide #info #texto {
		font-size: 22px;
	}
}