*, *:before, *:after {
  margin: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
  font-weight: 400;
  font-family: "Signika", sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  vertical-align: middle;
  color: #7d9abc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fff;
}

h1 {
  font-size: 2em;
  font-weight: 300;
}

h2 {
  font-size: 1.8em;
  font-weight: 400;
}

h3 {
  font-size: 1.5em;
  font-weight: 700;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/*font-weight*/
.font-thinm {
  font-weight: 300 !important;
}

.font-light {
  font-weight: 400 !important;
}

.font-normal {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-xbold {
  font-weight: 800 !important;
}

/*font-size*/
.fontzero {
  font-size: 0em !important;
}

.font1 {
  font-size: 1em;
}

.font1m {
  font-size: 1.5em;
}

.font2 {
  font-size: 2em;
}

.font2m {
  font-size: 2.5em;
}

.font3 {
  font-size: 3em;
}

.font3m {
  font-size: 3.5em;
}

/*text-align*/
.al-left {
  text-align: left;
}

.al-right {
  text-align: right;
}

.al-center {
  text-align: center;
}

.al-justify {
  text-align: justify;
}

/*float*/
.fl-left {
  float: left !important;
}

.fl-none {
  float: none !important;
}

.fl-right {
  float: right !important;
}

/*display*/
.ds-block {
  display: block !important;
}

.ds-inblock {
  display: inline-block !important;
}

.ds-inline {
  display: inline !important;
}

.ds-none {
  display: none  !important;
}

.margincenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.bottomzero {
  margin-bottom: 0 !important;
}

/*Input*/
input[type="text"], input[type="password"], input[type="email"], textarea {
  padding: 6px 10px;
  margin-bottom: 15px;
  margin-top: 15px;
  width: 100%;
  font-size: 0.9em;
  background-color: #FAFAFA;
  border: 1px solid #7d9abc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
  border: 1px solid #7d9abc;
}

input[type="submit"] {
  cursor: pointer;
  padding: 6px 10px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 0.9em;
  width: 100%;
  background-color: #FAFAFA;
  color: #7d9abc;
  border: 1px solid #7d9abc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
input[type="submit"]:hover, input[type="submit"]:focus {
  background-color: #7d9abc;
  color: #fff;
  border: 1px solid #7d9abc;
}
input[type="submit"]:disabled {
  cursor: default;
  background-color: #FAFAFA;
  box-shadow: none;
  border: 1px solid #9E9E9E;
  color: #9E9E9E;
}

/*Container*/
.container {
  float: left;
  width: 100%;
}
.container:before, .container:after {
  content: " ";
  display: block;
}
.container:after {
  clear: both;
}

.col-0, .col-12, .col-6, .col-4, .col-8, .col-3, .col-9 {
  position: relative;
  display: block;
  float: left;
  min-height: 1px;
  margin-bottom: 4%;
}

.col-0 {
  display: none;
}

.col-0 {
  width: 0;
  margin-right: 0;
}

.col-12 {
  width: 100%;
  margin-right: 0%;
}

.col-6 {
  width: 46.5%;
  margin-right: 7%;
}

.col-4 {
  width: 30%;
  margin-right: 5%;
}

.col-8 {
  width: 65%;
  margin-right: 5%;
}

.col-3 {
  width: 22%;
  margin-right: 4%;
}

.col-9 {
  width: 74%;
  margin-right: 4%;
}

.col-push-12 {
  left: 100%;
}

.col-push-6 {
  left: 53.5%;
}

.col-push-4 {
  left: 35%;
}

.col-push-8 {
  left: 70%;
}

.col-push-3 {
  left: 26%;
}

.col-push-9 {
  left: 78%;
}

.col-push-0 {
  left: auto;
}

.col-pull-12 {
  right: 100%;
}

.col-pull-6 {
  right: 46.5%;
}

.col-pull-4 {
  right: 30%;
}

.col-pull-8 {
  right: 65%;
}

.col-pull-3 {
  right: 22%;
}

.col-pull-9 {
  right: 74%;
}

.col-pull-0 {
  right: auto;
}

.col-last {
  margin-right: 0;
}

@media (min-width: 480px) {
  .col-xs-0, .col-xs-12, .col-xs-6, .col-xs-4, .col-xs-8, .col-xs-3, .col-xs-9 {
    position: relative;
    display: block;
    float: left;
    min-height: 1px;
    margin-bottom: 4%;
  }

  .col-xs-0 {
    display: none;
  }

  .col-xs-0 {
    width: 0;
    margin-right: 0;
  }

  .col-xs-12 {
    width: 100%;
    margin-right: 0%;
  }

  .col-xs-6 {
    width: 46.5%;
    margin-right: 7%;
  }

  .col-xs-4 {
    width: 30%;
    margin-right: 5%;
  }

  .col-xs-8 {
    width: 65%;
    margin-right: 5%;
  }

  .col-xs-3 {
    width: 22%;
    margin-right: 4%;
  }

  .col-xs-9 {
    width: 74%;
    margin-right: 4%;
  }

  .col-xs-push-12 {
    left: 100%;
  }

  .col-xs-push-6 {
    left: 53.5%;
  }

  .col-xs-push-4 {
    left: 35%;
  }

  .col-xs-push-8 {
    left: 70%;
  }

  .col-xs-push-3 {
    left: 26%;
  }

  .col-xs-push-9 {
    left: 78%;
  }

  .col-xs-push-0 {
    left: auto;
  }

  .col-xs-pull-12 {
    right: 100%;
  }

  .col-xs-pull-6 {
    right: 46.5%;
  }

  .col-xs-pull-4 {
    right: 30%;
  }

  .col-xs-pull-8 {
    right: 65%;
  }

  .col-xs-pull-3 {
    right: 22%;
  }

  .col-xs-pull-9 {
    right: 74%;
  }

  .col-xs-pull-0 {
    right: auto;
  }

  .col-xs-last {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .col-sm-0, .col-sm-12, .col-sm-6, .col-sm-4, .col-sm-8, .col-sm-3, .col-sm-9 {
    position: relative;
    display: block;
    float: left;
    min-height: 1px;
    margin-bottom: 4%;
  }

  .col-sm-0 {
    display: none;
  }

  .col-sm-0 {
    width: 0;
    margin-right: 0;
  }

  .col-sm-12 {
    width: 100%;
    margin-right: 0%;
  }

  .col-sm-6 {
    width: 46.5%;
    margin-right: 7%;
  }

  .col-sm-4 {
    width: 30%;
    margin-right: 5%;
  }

  .col-sm-8 {
    width: 65%;
    margin-right: 5%;
  }

  .col-sm-3 {
    width: 22%;
    margin-right: 4%;
  }

  .col-sm-9 {
    width: 74%;
    margin-right: 4%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-6 {
    left: 53.5%;
  }

  .col-sm-push-4 {
    left: 35%;
  }

  .col-sm-push-8 {
    left: 70%;
  }

  .col-sm-push-3 {
    left: 26%;
  }

  .col-sm-push-9 {
    left: 78%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-6 {
    right: 46.5%;
  }

  .col-sm-pull-4 {
    right: 30%;
  }

  .col-sm-pull-8 {
    right: 65%;
  }

  .col-sm-pull-3 {
    right: 22%;
  }

  .col-sm-pull-9 {
    right: 74%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-last {
    margin-right: 0;
  }
}
@media (min-width: 960px) {
  .col-md-0, .col-md-12, .col-md-6, .col-md-4, .col-md-8, .col-md-3, .col-md-9 {
    position: relative;
    display: block;
    float: left;
    min-height: 1px;
    margin-bottom: 4%;
  }

  .col-md-0 {
    display: none;
  }

  .col-md-0 {
    width: 0;
    margin-right: 0;
  }

  .col-md-12 {
    width: 100%;
    margin-right: 0%;
  }

  .col-md-6 {
    width: 46.5%;
    margin-right: 7%;
  }

  .col-md-4 {
    width: 30%;
    margin-right: 5%;
  }

  .col-md-8 {
    width: 65%;
    margin-right: 5%;
  }

  .col-md-3 {
    width: 22%;
    margin-right: 4%;
  }

  .col-md-9 {
    width: 74%;
    margin-right: 4%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-6 {
    left: 53.5%;
  }

  .col-md-push-4 {
    left: 35%;
  }

  .col-md-push-8 {
    left: 70%;
  }

  .col-md-push-3 {
    left: 26%;
  }

  .col-md-push-9 {
    left: 78%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-6 {
    right: 46.5%;
  }

  .col-md-pull-4 {
    right: 30%;
  }

  .col-md-pull-8 {
    right: 65%;
  }

  .col-md-pull-3 {
    right: 22%;
  }

  .col-md-pull-9 {
    right: 74%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-last {
    margin-right: 0;
  }
}
@media (min-width: 1080px) {
  .col-lg-0, .col-lg-12, .col-lg-6, .col-lg-4, .col-lg-8, .col-lg-3, .col-lg-9 {
    position: relative;
    display: block;
    float: left;
    min-height: 1px;
    margin-bottom: 4%;
  }

  .col-lg-0 {
    display: none;
  }

  .col-lg-0 {
    width: 0;
    margin-right: 0;
  }

  .col-lg-12 {
    width: 100%;
    margin-right: 0%;
  }

  .col-lg-6 {
    width: 46.5%;
    margin-right: 7%;
  }

  .col-lg-4 {
    width: 30%;
    margin-right: 5%;
  }

  .col-lg-8 {
    width: 65%;
    margin-right: 5%;
  }

  .col-lg-3 {
    width: 22%;
    margin-right: 4%;
  }

  .col-lg-9 {
    width: 74%;
    margin-right: 4%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-6 {
    left: 53.5%;
  }

  .col-lg-push-4 {
    left: 35%;
  }

  .col-lg-push-8 {
    left: 70%;
  }

  .col-lg-push-3 {
    left: 26%;
  }

  .col-lg-push-9 {
    left: 78%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-6 {
    right: 46.5%;
  }

  .col-lg-pull-4 {
    right: 30%;
  }

  .col-lg-pull-8 {
    right: 65%;
  }

  .col-lg-pull-3 {
    right: 22%;
  }

  .col-lg-pull-9 {
    right: 74%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-last {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .col-xl-0, .col-xl-12, .col-xl-6, .col-xl-4, .col-xl-8, .col-xl-3, .col-xl-9 {
    position: relative;
    display: block;
    float: left;
    min-height: 1px;
    margin-bottom: 4%;
  }

  .col-xl-0 {
    display: none;
  }

  .col-xl-0 {
    width: 0;
    margin-right: 0;
  }

  .col-xl-12 {
    width: 100%;
    margin-right: 0%;
  }

  .col-xl-6 {
    width: 46.5%;
    margin-right: 7%;
  }

  .col-xl-4 {
    width: 30%;
    margin-right: 5%;
  }

  .col-xl-8 {
    width: 65%;
    margin-right: 5%;
  }

  .col-xl-3 {
    width: 22%;
    margin-right: 4%;
  }

  .col-xl-9 {
    width: 74%;
    margin-right: 4%;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-push-6 {
    left: 53.5%;
  }

  .col-xl-push-4 {
    left: 35%;
  }

  .col-xl-push-8 {
    left: 70%;
  }

  .col-xl-push-3 {
    left: 26%;
  }

  .col-xl-push-9 {
    left: 78%;
  }

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-pull-6 {
    right: 46.5%;
  }

  .col-xl-pull-4 {
    right: 30%;
  }

  .col-xl-pull-8 {
    right: 65%;
  }

  .col-xl-pull-3 {
    right: 22%;
  }

  .col-xl-pull-9 {
    right: 74%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-last {
    margin-right: 0;
  }
}
body {
  height: 100%;
  margin-top: 90px;
}

header {
  width: 100%;
  height: 90px;
  background-color: #fff;
  z-index: 10;
  position: fixed;
  top: 0;
}
header ul {
  float: right;
  padding: 0;
}
header ul a {
  cursor: pointer;
  padding: 0 10px;
  display: block;
  font-size: 1em;
  line-height: 5.65;
}
header ul a:hover {
  color: #7d9abc;
  background: #f8f9fa;
}
header ul li {
  position: relative;
  display: inline-block;
  height: 100%;
}
header ul li:hover {
  color: #7d9abc;
  background: #f8f9fa;
}
header ul li ul {
  display: none;
}
header ul li:hover ul {
  position: absolute;
  display: block;
  background-color: #fff;
  background: #f8f9fa;
}
header ul li:hover ul li {
  display: block;
  height: auto;
}
header ul li:hover ul li a {
  line-height: 2.5;
  white-space: nowrap;
  padding: 0 20px 0 10px;
}
header .container-head {
  width: 1080px;
  max-width: 100%;
  margin: auto;
}
header .container-head img {
  padding: 0px;
  height: 90px;
}

.container-logo {
  position: relative;
  z-index: 2;
  height: 0;
  width: 1080px;
  max-width: 100%;
  margin: auto;
}
.container-logo .logo {
  display: inline-block;
  width: 300px;
}
.container-logo .logo img {
  position: absolute;
  height: 300px;
  top: 0px;
}
.container-logo .logo p {
  position: absolute;
  top: 180px;
  color: #7d9abc;
  text-align: center;
  font-size: 0.9em;
  max-width: 200px;
  display: block;
}

.carousel {
  position: relative;
  overflow: hidden;
}
.carousel .carousel-inner {
  position: relative;
  display: inline;
  height: 100%;
  width: 100%;
  float: left;
}
.carousel .carousel-inner > .carousel-item {
  position: absolute;
  width: 100%;
  left: -100%;
}
.carousel .carousel-inner > .prev {
  left: -100%;
}
.carousel .carousel-inner > .next {
  left: 100%;
}
.carousel .carousel-inner > .active {
  left: 0;
}
.carousel .carousel-inner img {
  width: 100%;
}
.carousel .carousel-inner div {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.carousel > .carousel-control {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 10;
}
.carousel > .carousel-control.right {
  right: 0;
}
.carousel > .carousel-control.left {
  left: 0;
}
.carousel .carousel-indicators {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  width: 98%;
  padding: 0;
  margin: 1%;
  list-style: none;
  text-align: right;
}
.carousel .carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 2px;
  border-radius: 9px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.6);
}
.carousel .carousel-indicators .active {
  width: 15px;
  height: 15px;
  background-color: rgba(125, 154, 188, 0.9);
}

.home {
  position: relative;
}
.home .carousel {
  height: 300px;
  width: 1080px;
  max-width: 100%;
  margin: 0px auto 0px auto;
}

.mensage-img {
  float: right;
  width: 200px;
  margin: 0 0 10px 10px;
}

.botaoUpload {
  position: relative;
  background-color: #7d9abc;
  border: 1px solid #FAFAFA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  color: #000;
}
.botaoUpload:hover {
  background-color: #738ca9;
}

input[type="file"] {
  width: 0px;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  position: absolute;
}
input[type="file"] + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  cursor: pointer;
  padding-left: 12px;
}
input[type="file"] + label span {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 24px;
  height: 24px;
  background-image: url(../img/livegest/upload.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}
input[type="file"] + label + p {
  color: #fff;
  font-size: 12px !important;
  line-height: 2 !important;
  font-family: arial, helvetica, sans-serif !important;
  padding: 7px 14px 7px 34px;
  margin-top: 0 !important;
}
.botaoUpload .nameFile {position: absolute;
    margin: 0;
    top: 0;
    left: 100%;
    white-space: nowrap;
    font-size: 12px !important;
    line-height: 2 !important;
    font-family: arial, helvetica, sans-serif !important;
    padding: 7px 14px 7px 14px;
    margin-top: 0 !important;
}

hr {
  border-color: #7d9abc;
}

li {
  text-align: left;
  list-style: none;
}
li a {
  float: none !important;
}

.container-width {
  display: block;
  max-width: 1080px;
  margin: 0 auto;
}

article h1 {
  color: #7d9abc;
  font-weight: 400;
  font-size: 1em;
  margin-bottom: 0px;
}
article b {
  color: #7d9abc;
}
article p {
  display: block;
  margin-top: 25px;
  text-align: justify;
  color: #757575;
}
article label {
  color: #757575;
  padding-left: 10px;
}
article a {
  cursor: pointer;
  vertical-align: baseline;
  font-size: 1em;
  color: #BDBDBD;
}
article a:hover {
  text-decoration: underline;
  color: #424242;
}
article hr {
  clear: both;
  margin-top: 5px;
  border-style: inset;
  border-width: 1px;
}

.fb-icon {
  height: 20px !important;
}

.law, .smallSummary, .resume {
  /*margin-top: 25px;*/
  /*	@include box-shadow(.5px, 0.5px, 2px, 1px,  map-get(map-get($colors, Gray), 400));*/
}
.law .summary_title, .smallSummary .summary_title, .resume .summary_title {
  background-color: #f8f9fa;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #f0f2f3;
  margin-bottom: 10px;
  /*		h1 {
  			display: block;
  			background-color: transparent;
  			margin: 0;
  			color: #7d9abc;
  			font-weight: 300;
  			font-size: 1.2em;
  			padding: 0;
  		}*/
}
.law .summary_title span, .smallSummary .summary_title span, .resume .summary_title span {
  text-transform: lowercase;
  display: block;
  font-size: 0.8em;
  line-height: 1.5;
  color: #BDBDBD;
}
.law p, .smallSummary p, .resume p {
  display: block;
  padding: 0px 10px 5px 10px;
  text-align: justify;
  color: #757575;
}
.law a, .smallSummary a, .resume a {
  padding: 0px 0px 5px 0px;
  vertical-align: baseline;
  cursor: pointer;
  font-size: 0.95em;
  color: #BDBDBD;
}
.law a:hover, .smallSummary a:hover, .resume a:hover {
  text-decoration: underline;
  color: #424242;
}
.law a.last, .smallSummary a.last, .resume a.last {
  float: right;
  padding: 0px 10px 5px 10px;
}
.law .atext, .smallSummary .atext, .resume .atext {
  float: none;
  vertical-align: baseline;
  padding: 0;
  font-size: 1em;
}
.law hr, .smallSummary hr, .resume hr {
  clear: both;
  margin-top: 5px;
  border-style: inset;
  border-width: 1px;
}

.resume {
  margin-top: 0;
}

.page-article {
  padding: 300px 0px 0px 0px;
  position: relative;
  display: block;
}
.page-article .head {
  position: absolute;
  top: 0px;
  height: 300px;
  width: 100%;
  margin-bottom: 0px;
}
.page-article .head .header-img {
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: cover;
}
.page-article .head h1 {
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 2;
  background-color: rgba(125, 154, 188, 0.3);
  color: #FFFFFF;
  padding-left: 20px;
}
.page-article .separator {
  background-color: #7d9abc;
  height: 3px;
}

.sideMenu {
  margin: 25px 0px;
}
.sideMenu li {
  font-size: 1.1em;
  line-height: 2;
  display: block;
  width: 100%;
}
.sideMenu li a {
  color: #212121;
  float: none;
}
.sideMenu li a:hover, .sideMenu li a.selected {
  text-decoration: none;
  color: #7d9abc;
  font-weight: bold;
}

.social-entities {
  margin-top: 25px;
}
.social-entities tr td:first-child {
  min-width: 200px;
  font-weight: 600;
}
.social-entities td[colspan="2"] {
  font-weight: 700;
  border-bottom: 1px solid #757575;
}

.staff {
  margin-top: 25px;
}
.staff td {
  font-weight: 100;
}

.info-contacts {
  margin-top: 25px;
}
.info-contacts tr td:first-child {
  vertical-align: top;
  font-weight: 600;
}
.info-contacts tr td:last-child {
  vertical-align: top;
  color: #757575;
}
.info-contacts tr:first-child td p {
  font-size: 1.2em;
  text-align: center;
  font-weight: 500;
  color: #7d9abc;
}

.map {
  height: 300px;
  margin-top: 25px;
}

.angular-google-map-container {
  height: 300px;
}

.summaries, .adhesion {
  margin-top: 25px;
}
.summaries .queryInput, .adhesion .queryInput {
  border: 1px solid #738ca9;
  padding: 3px 7.5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.summaries .pagination, .adhesion .pagination {
  float: right;
}
.summaries .page, .adhesion .page {
  cursor: pointer;
  margin-left: 5px;
  display: inline-block;
  background-color: #7d9abc;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
}
.summaries .page.selected, .adhesion .page.selected {
  background-color: #00a8e1;
}
.summaries td > p, .adhesion td > p {
  padding: 2px 0px !important;
  margin: 5px 0px !important;
}

.but1, .but2, .but3, .but4 {
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: white;
  z-index: 100;
  margin: 10px 20px 10px 10px;
  padding: 0px 10px 10px 10px;
}

.but1 {
  background-color: #ffaa52;
  border-top: 1px solid #ffc481;
  border-left: 1px solid #ffc481;
}
.but1:hover {
  background-color: #ffc481;
  border-bottom: 1px solid #ffaa52;
  border-right: 1px solid #ffaa52;
}

.but2 {
  background-color: #2eb135;
  border-top: 1px solid #a1d88b;
  border-left: 1px solid #a1d88b;
}
.but2:hover {
  background-color: #a1d88b;
  border-bottom: 1px solid #2eb135;
  border-right: 1px solid #2eb135;
}

.but3 {
  background-color: #0078c9;
  border-top: 1px solid #00a8e1;
  border-left: 1px solid #00a8e1;
}
.but3:hover {
  background-color: #00a8e1;
  border-bottom: 1px solid #0078c9;
  border-right: 1px solid #0078c9;
}

.but4 {
  background-color: #6c757d;
  border-top: 1px solid #939ba2;
  border-left: 1px solid #939ba2;
}
.but4:hover {
  background-color: #939ba2;
  border-bottom: 1px solid #6c757d;
  border-right: 1px solid #6c757d;
}

.header-news {
  margin-top: 25px;
}
.header-news p {
  padding: 0px 10px 5px 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #738ca9;
}

.news {
  margin: 25px 0;
}

footer {
  margin-top: 25px;
  font-size: 0.9em;
  height: 60px;
  padding: 20px 0;
  background-color: #7d9abc;
}
footer p {
  color: #f8f9fa;
  display: inline-block;
  margin-left: 10px;
}
footer p a {
  color: #f8f9fa;
}
footer p a:hover {
  text-decoration: underline;
}
footer img {
  display: inline-block;
  height: 20px;
  float: right;
  margin-right: 10px;
}
