@charset "UTF-8";
/**
 *  Folha de estilos para o menu mobile
 *  @author Bruno Lima <brunothelima@gmail.com>
 */
/**
 *  Variáveis, mixins e configurções
 *
 *  @author     Bruno Lima <brunothelima@gmail.com>
 *  @link       assets/scss/configurations.scss
 */
/*  NTH da mais escura -> para a mais clara */
/* 				 nth(1)   nth(2)   nth(3)   nth(4)   nth(5)   nth(6)   nth(7) */
/* 				nth(1)  nth(2)    nth(3)   nth(4)   nth(5) */
/* 					  nth(1)   nth(2)    nth(3)   nth(4)   nth(5) */
/* 					     nth(1)   nth(2)   nth(3)   nth(4)   nth(5) */
/* 			   nth(1)   nth(2)   nth(3)   nth(4)   nth(5) */
/* 			 nth(1)   nth(2)   nth(3)   nth(4)   nth(5) */
/* 			      nth(1)   nth(2)   nth(3)   nth(4)   nth(5) */
/**
 *  Folha de estilos para configurações de texto
 *  @author Bruno Lima <brunothelima@gmail.com>
 */
h1 {
  font-size: 30px;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 27px;
  }
}

h2 {
  font-size: 21px;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-size: 19px;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-size: 17px;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  h4 {
    font-size: 15px;
  }
}

p {
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  p {
    margin-bottom: 11px;
  }
}

.text {
  font-size: 15px;
  line-height: 200%;
}
@media screen and (max-width: 1200px) {
  .text {
    font-size: 14px;
  }
}

.mobile-head {
  display: none;
  width: 100%;
  height: 60px;
  padding-top: 10px;
  background: #34424B url("../../img/menu/mobile-top-bg.png") repeat center;
}
@media screen and (max-width: 980px) {
  .mobile-head {
    display: block;
  }
}
.mobile-head img {
  display: block;
  margin: auto;
}

.mobile-menu {
  position: fixed;
  z-index: 4;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #FFFFFF;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transform: scale(0.8) translateY(40px);
  -ms-transform: scale(0.8) translateY(40px);
  -webkit-transform: scale(0.8) translateY(40px);
  transform: scale(0.8) translateY(40px);
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
.mobile-menu.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.mobile-menu .head {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 60px;
  padding-top: 10px;
  background: #34424B url("../../img/menu/mobile-top-bg.png") repeat center;
}
.mobile-menu .head img {
  display: block;
  margin: auto;
}
.mobile-menu .menu {
  display: block;
}
.mobile-menu .menu .channels {
  z-index: 1;
  height: 150px;
  width: 100%;
  -moz-box-shadow: 0 2px 35px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 2px 35px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 35px rgba(0, 0, 0, 0.4);
  -moz-transition-duration: 600ms;
  -o-transition-duration: 600ms;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.mobile-menu .menu .channels .slick-arrow {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-color: transparent;
  font-size: 0;
}
.mobile-menu .menu .channels .slick-arrow.slick-prev {
  left: 11px;
  background-image: url("../../img/menu/mobile-arrow-left.png");
}
.mobile-menu .menu .channels .slick-arrow.slick-next {
  right: 11px;
  background-image: url("../../img/menu/mobile-arrow-right.png");
}
.mobile-menu .menu .channels .channel {
  text-align: center;
  height: 150px;
}
.mobile-menu .menu .channels .channel:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  height: 100%;
  width: 1px;
  margin-left: -5px;
}
.mobile-menu .menu .channels .channel a {
  display: inline-block;
  vertical-align: middle;
}
.mobile-menu .menu .channels .channel a svg, .mobile-menu .menu .channels .channel a img {
  display: block;
  margin: 0 auto 5px;
}
.mobile-menu .menu .channels .channel a p {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  .mobile-menu .menu .channels .channel a p {
    font-size: 14px;
  }
}
.mobile-menu .menu .options {
  background-color: #F3F3F3;
}
.mobile-menu .menu .options .links {
  overflow: auto;
  height: calc(100vh - 210px);
  padding: 45px 30px;
}
.mobile-menu .menu .options .links .title {
  padding: 20px 0;
  font-size: 13px;
}
.mobile-menu .menu .options .links .link {
  height: 40px;
  list-style: none;
}
.mobile-menu .menu .options .links .link a {
  display: block;
  border-bottom: 1px solid rgba(204, 204, 204, 0.2);
  font-size: 13px;
  line-height: normal;
  text-transform: uppercase;
  line-height: 40px;
  color: inherit;
}
@media screen and (max-width: 1200px) {
  .mobile-menu .menu .options .links .link a {
    font-size: 12px;
  }
}
.mobile-menu .menu .options .links .link.columnist a {
  text-transform: none;
}
.mobile-menu .search {
  padding: 30px;
  height: 100%;
  background-color: #F3F3F3;
}
.mobile-menu .search form .field {
  margin-bottom: 15px;
}
.mobile-menu .search form .submit {
  text-align: center;
}
.mobile-menu .search form .submit .btn {
  float: none;
  background-color: #0071A8;
  border-color: #00608e;
  color: white;
}

.mobile-footer {
  position: fixed;
  display: none;
  z-index: 5;
  height: 45px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  -moz-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 980px) {
  .mobile-footer {
    display: block;
  }
}
.mobile-footer a {
  position: absolute;
  display: block;
  bottom: 0;
  top: 0;
  margin: auto;
}
.mobile-footer a.menu-trigger {
  left: 30px;
  width: 20px;
  height: 14px;
}
.mobile-footer a.back {
  right: 0;
  left: 0;
  top: 7px;
  width: 20px;
  height: 18px;
}
.mobile-footer a.search {
  right: 30px;
  width: 19px;
  height: 19px;
}
.mobile-footer a.active svg path,
.mobile-footer a.active svg rect {
  fill: #00C0FF;
}

body.notices .mobile-head {
  background-image: none;
  background-color: #007EBC;
}

body.articles .mobile-head {
  background-image: none;
  background-color: #279DAC;
}

body.service-guide .mobile-head {
  background-image: none;
  background-color: #449E85;
}

body.events .mobile-head {
  background-image: none;
  background-color: #57486F;
}

body.jobs .mobile-head {
  background-image: none;
  background-color: #425E8A;
}

body.utilities .mobile-head {
  background-image: none;
  background-color: #425E8A;
}
