@font-face {
  font-family: "Ford Antenna Light";
  src: url("../font/ford-antenna-light.otf");
}

@font-face {
  font-family: "Ford Antenna Regular";
  src: url("../font/ford-antenna-regular.ttf");
}

@font-face {
  font-family: "Ford Antenna Semibold";
  src: url("../font/ford-antenna-semibold.ttf");
}

@font-face {
  font-family: "Ford Antenna Bold";
  src: url("../font/ford-antenna-bold.ttf");
}


:root {
  font-size: 15px;
  font-family: Arial;
}

* {
  margin: 0;
  /* padding: 0; */
  box-sizing: border-box;
}

.container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
}

*.hidden {
  display: none !important;
}

div.loading{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99;
}

@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.uil-ring-css {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 200px;
  transform:scale(0.79);
}

.uil-ring-css > div {
  position: absolute;
  display: block;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 80px;
  box-shadow: 0 6px 0 0 #ffffff;
  -ms-animation: uil-ring-anim 1s linear infinite;
  -moz-animation: uil-ring-anim 1s linear infinite;
  -webkit-animation: uil-ring-anim 1s linear infinite;
  -o-animation: uil-ring-anim 1s linear infinite;
  animation: uil-ring-anim 1s linear infinite;
}

header {
  background:#ecf0f1;
  position: sticky;
  top: 32px;
  height: 185px;
  width: 100%;
  z-index: 10;
  transition: all .5s;
}

header.scroll {
  height: 160px;
}

header nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header nav .social-busca {
  display: flex;
  align-items: center;
}

header nav .social {
  margin-right: 25px;
  display: flex;
  align-items: center;
}

header nav .social a,
header .menu-mobile .social a {
  width: 45px;
  height: 45px;
  display: flex;
}

header nav .social a.corrupcao,
header .menu-mobile .social a.corrupcao {
  width: 80px;
  height: 80px;
  background-image: url("../img/logo-prevencao-corrupcao.png");
  margin-right: 10px;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

header nav .social a.facebook,
header .menu-mobile .social a.facebook {
  background-image: url("../img/facebook.png");
  margin-right: 10px;
}

header nav .social a.instagram,
header .menu-mobile .social a.instagram {
  background-image: url("../img/instagram.png");
}

header nav .social a.corrupcao,
header .menu-mobile .social a.corrupcao,
header nav .social a.facebook,
header .menu-mobile .social a.facebook,
header nav .social a.instagram,
header .menu-mobile .social a.instagram {
  transition: .2s all;
}

header nav .social a.corrupcao:hover,
header .menu-mobile .social a.corrupcao:hover,
header nav .social a.facebook:hover,
header .menu-mobile .social a.facebook:hover,
header nav .social a.instagram:hover,
header .menu-mobile .social a.instagram:hover {
  transform: scale(1.1);
}

header .busca {
  position: relative;
}

header .carta-servicos {
    position: absolute;
    top: -25px;
}

header .registro-competencias {
  position: absolute;
  top: -25px;
  right: 5px;
}

header .carta-servicos a {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    transition: .2s all;
}

header .carta-servicos a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  header .carta-servicos {
    display: none;
  }
}

header .registro-competencias a {
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
  transition: .2s all;
}

header .registro-competencias a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
header .registro-competencias {
  display: none;
}
}

header nav .busca form {
  display: flex;
  justify-content: flex-end;
}

header nav .busca input {
  width: 415px;
  height: 45px;
  border-radius: 5px;
  border: none;
  color: #767676;
  background-color: #FFFFFF;
  font-size: 1rem;
  padding: 20px;
  outline: none;
}

header nav .busca button {
  width: 45px;
  height: 45px;
  border: none;
  background-image: url("../img/lupa.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-color: transparent;
  position: absolute;
}

header nav .hamburguer {
  display: none;
}

header nav .hamburguer label {
  margin: 0;
  display: block;
  padding: 10px 0;
}

header nav .hamburguer label span {
  background: #0D4AB3;
  display: block;
  height: 5px;
  position: relative;
  width: 32px;
}

header nav .hamburguer label span:before,
header nav .hamburguer label span:after {
  background: #0D4AB3;
  content: '';
  display: block;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
  height: 5px;
}

header nav .hamburguer label span:before {
  top: 10px;
}

header nav .hamburguer label span:after {
  top: -10px;
}

header nav .hamburguer input {
  display: none;
}

header nav .hamburguer input:checked ~ label span {
  background: transparent;
}

header nav .hamburguer input:checked ~ label span:before {
  transform: rotate(-45deg);
}

header nav .hamburguer input:checked ~ label span:after {
  transform: rotate(45deg);
}

header nav .hamburguer input:checked ~ label:not(.steps) span:before,
header nav .hamburguer input:checked ~ label:not(.steps) span:after {
  top: 0;
}

header a {
  text-decoration: none;
}

header .nav {
  text-align: center;
  background-color: #FFFFFF;
  border-bottom: 8px solid #f0bc39;
}

header .nav ul {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  list-style: none;
}

header .nav ul li {
  position: relative;
  float: left;
}

header .nav ul li a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  padding: 13px 35px;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  border-top: 4px solid transparent;
  font-family: Arial;
  font-weight: bold;
}

header .nav ul li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 1;
  text-align: center;
  width: 100%;
  /* margin-top: 8px; */
}

header .nav ul li > ul li {
  float: none;
  margin: 0;
}

header .nav ul li > ul li a {
  display: block;
}

header .nav ul li:hover a,
header .nav ul li.active a {
  border-top: 4px solid #00bbff;
  background: #E8E8E8;
}


header .nav ul li ul li a {
  border: none !important;
  background: #00bbff !important;
  color: #ffffff;
  padding: 13px 0;
  transition: all .3s;
}

header .nav ul li ul li a:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
}

header .acesso-rapido {
  height: 115px;
  background-color: #E9E9E9;
  transition: all .5s;
}

header .acesso-rapido.scroll {
  display: none;
}

header .acesso-rapido .container {
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

header .acesso-rapido a {
  display: flex;
  align-items: center;
}

header .acesso-rapido a span {
  color: #232323;
  font-size: .8rem;
  margin-left: 10px;
}

header .menu-mobile {
  display: none;
  width: 100%;
  height: calc(100vh - 215px);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #06447D;
}

header .menu-mobile .links-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

header .menu-mobile .links-mobile a {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 2rem;
  padding: 15px;
  text-decoration: none;
  font-weight: bold;
}

header .menu-mobile .social {
  display: flex;
  justify-content: space-evenly;
  width: 150px;
}

header .menu-mobile .social a.facebook {
  margin: 0;
}

#conteudo {
  padding-top: 172px;
}

.titulo-secao,
.titulo-secao-verde {
  margin-bottom: 50px;
}

.titulo-secao h2 {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 2rem;
}

.titulo-secao-verde h2 {
  color: #005288;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 2rem;
}

.titulo-secao span {
  display: block;
  width: 100px;
  height: 5px;
  background-color: #f0bc39;
  margin-top: 5px;
}

.titulo-secao-verde span {
  display: block;
  width: 100px;
  height: 5px;
  background-color: #03BA52;
  margin-top: 5px;
}

.owl-dots {
  position: absolute;
  top: 90%;
  width: 100%;
  margin-top: 0 !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
}

.owl-dots .owl-dot.active span {
  background-color: #005288 !important;
  border: 2px solid #FFFFFF;
}

.owl-dots .owl-dot span {
  background-color: #FFFFFF !important;
  border: 2px solid #005288;
}

#conheca-o-municipio {
  padding: 50px 0;
}

#conheca-o-municipio .container {
  flex-direction: column;
}

#conheca-o-municipio .owl-carousel h3 {
  position: absolute;
  top: 30px;
  left: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #FFFFFF;
}

#telefones-uteis {
  background-color: #F4F5F5;
  padding-top: 60px;
  padding-bottom: 40px;
  border-bottom: 5px solid #f0bc39;
}

#telefones-uteis .container {
  flex-direction: column;
}

#telefones-uteis .divisor {
  display: block;
  width: 1000px;
  height: 1px;
  background-color: #707070;
  opacity: .2;
  margin: 0 auto;
}

#telefones-uteis .telefones {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

#telefones-uteis .telefones div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#telefones-uteis h3 {
  color: #000000;
  font-size: 1.2rem;
  font-family: Arial;
  font-weight: normal;
}

#telefones-uteis a {
  color: #000000;
  font-size: 2.3rem;
  font-family: Arial;
  font-weight: bold;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 5px;
}

#telefones-uteis h4 {
  color: #000000;
  font-size: .9rem;
  font-family: Arial;
  font-weight: normal;
}

#telefones-uteis .telefones .divisor {
  width: 200px;
  margin-top: 30px;
}

#mapa-site {
  background-color: #E0E0E0;
  padding: 50px 0;
}

#mapa-site .container {
  justify-content: space-between;
}

#mapa-site .container div {
  display: flex;
  flex-direction: column;
}

#mapa-site h2 {
  font-family: "Ford Antenna Bold";
  font-size: 1.3rem;
  color: #000000;
  margin-bottom: 25px;
}

#mapa-site h2::before {
  content: url("../img/seta-titulo-mapa-site.png");
  position: relative;
  left: -4px;
  top: -2px;
}

#mapa-site a {
  font-family: "Ford Antenna Light";
  color: #535353;
  text-decoration: none;
  margin-bottom: 20px;
}

#mapa-site a:hover {
  text-decoration: underline;
}

#mapa-site .container div a:last-child {
  margin-bottom: 0;
}

footer {
  padding: 20px 0;
}

footer .container {
  flex-direction: column;
}

footer .infos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .copy {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 5px;
}

footer .divisor {
  display: block;
  width: 1000px;
  height: 2px;
  background-color: #E0E0E0;
  margin: 10px auto 25px auto;
}

.divisor-azul {
  display: flex;
  border-radius: 10px 10px 0 0;
  height: 10px;
  width: 100%;
  background-color: #00bbff;
}

footer address {
  font-size: 1rem;
  color: #535353;
  font-style: normal;
}

footer small {
  font-family: Arial;
  font-size: .8rem;
  color: #535353;
  font-style: normal;
}

#msg-box {
  height: 50px;
  width: 100%;
  position: fixed;
  bottom: 0;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

#msg-box.sucesso {
  background-color: #DAFFD2;
  color:#008751;
}

#msg-box.alerta {
  background-color: #fcf5ae;
  color:#ffa300;
}

#msg-box.erro {
  background-color: #FFD2D5;
  color: #ff004d;
}

@media (max-width:1000px) {
  header {
    height: 100px;
  }

  header nav .hamburguer {
    display: flex;
  }

  header nav .social-busca .social,
  header .links {
    display: none;
  }

  header nav .busca input {
    width: 300px;
  }
}

@media (max-width:768px) {
  :root {
    font-size: 14px;
  }

  header {
    position: relative;
  }

  header .logo {
    width: 300px;
  }

  header .logo img {
    width: 100%;
  }

  header .menu,
  header .nav {
    display: none;
  }

  header .acesso-rapido a img {
    width: 40px;
  }

  #conteudo {
    padding-top: 80px;
  }

  .titulo-secao {
    margin-bottom: 30px;
  }

  .owl-dots {
    top: 85%;
  }

  #telefones-uteis,
  #mapa-site {
    padding: 30px 0;
  }

  #telefones-uteis .telefones {
    flex-wrap: wrap;
  }

  #telefones-uteis .telefones div {
    width: 50%;
  }

  #telefones-uteis .telefones div:nth-child(1),
  #telefones-uteis .telefones div:nth-child(2) {
    margin-bottom: 20px;
  }

  #telefones-uteis .divisor,
  footer .divisor {
    width: 100%;
  }

  #mapa-site .container {
    flex-wrap: wrap;
  }

  #mapa-site .container div {
    width: 50%;
    margin-bottom: 30px;
  }

  #mapa-site .container div:last-child {
    margin-bottom: 0;
  }

  footer .infos {
    flex-wrap: wrap;
  }

  footer .infos div {
    width: 33.33%;
    text-align: center;
  }

  footer .infos div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width:576px) {
  :root {
    font-size: 13px;
  }

  header {
    height: 60px;
  }

  header nav .hamburguer {
      display: block;
  }

  header .logo {
    width: 200px;
  }

  header nav .social-busca {
    display: none;
  }

  header .acesso-rapido {
    display: none;
  }

  header .menu-mobile {
    height: calc(100vh - 60px);
  }

  header .menu-mobile .links-mobile a {
    font-size: 1rem;
    padding: 10px;
  }

  header .menu-mobile .social a {
    width: 30px;
    height: 30px;
    background-size: contain;
  }

  #conteudo {
    padding-top: 0px;
  }

  #conheca-o-municipio .owl-carousel h3 {
    top: 15px;
    left: 15px;
  }

  .owl-dots {
    top: 100%;
  }

  #telefones-uteis .telefones div {
    width: 100%;
    margin-bottom: 20px;
  }

  #telefones-uteis .telefones div:last-child {
    margin-bottom: 0;
  }

  footer .infos div {
    width: 100%;
    margin-bottom: 20px;
  }

  footer .copy {
    flex-direction: column;
    margin: 0;
  }
  footer small:first-child {
    margin-bottom: 5px;
  }
}



/* horarios do header */
.horarios-header {
    display: flex;
    margin-right: 0px;
    font-size: 14px;
    color: #000000;
}



/* header - bar top */
.bar-top {
    width: 100%;
    height: auto;
    background: #00bbff;
    /*border-bottom: 1px dashed rgba(0,0,0,.12);*/
    position: sticky;
    top: 0;
    z-index: 10;
}

@media (max-width:768px) {
    .bar-top {
        display: none;
    }
}

.bar-top .content-bar-top {
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bar-top .content-bar-top ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.bar-top .content-bar-top ul li:nth-child(1) a:hover {
    background: #049a22;
    color: #fff;
}

.bar-top .content-bar-top ul li:nth-child(2) a:hover {
    background: #ffb101;
    color: #fff;
}

.bar-top .content-bar-top ul li:nth-child(3) a:hover {
    background: #0D4AB3;
    color: #fff;
}

.bar-top .content-bar-top ul li:nth-child(4) a:hover {
    background: #737373;
    color: #fff;
}

.bar-top .content-bar-top ul li:nth-child(5) a:hover {
    background: #737373;
    color: #fff;
}

.bar-top .content-bar-top ul li:nth-child(6) a:hover {
    background: #ff0000;
    color: #fff;
}

.bar-top .content-bar-top ul li a {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    padding: 8px 10px;
    display: flex;
}

.bar-top .content-bar-top ul li a > i {
    margin-right: 8px;
}

.header-horario {
    color: #000000;
    font-size: 15px;
    position: relative;
    top: 10px;
}




/* 
----------------------------------
	ACESSIBILIDADE 
----------------------------------
*/
.barra-acessibilidade {
    width: 100%;
    padding: 31px 0;
    display: none;
    background: #28292b;
    color: #ececec;
}

.container-principal-acessibilidade {
    display: flex;
    align-items: center;
    gap: 30px;
}

.barra-acessibilidade .nome {
    width: auto;
    float: left;
    font-size: 25px;
    margin: 1px 60px 0 0
}

.barra-acessibilidade .nome .icone {
    width: auto;
    float: left;
    margin: 0 12px 0 0
}

.barra-acessibilidade .fontes {
    width: auto;
    float: left
}

.barra-acessibilidade .fontes .alterar {
    width: 50px;
    height: auto;
    padding: 15px;
    float: left;
    margin: 0;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    transition: .2s
}

.barra-acessibilidade .fontes .alterar:hover {
    transition: .2s;
    color: #fff
}

.barra-acessibilidade .contraste {
    width: auto;
    float: left
}

.barra-acessibilidade .texto {
    width: auto;
    float: left
}

.barra-acessibilidade .texto .alterar {
    font-size: 14px;
    margin: 30px 0 0
}

.barra-acessibilidade .texto .alterar .link {
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px
}

.barra-acessibilidade .contraste .alterar {
    width: auto;
    height: auto;
    padding: 15px;
    float: left;
    margin: 0;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    transition: .2s
}

.barra-acessibilidade .contraste .alterar:hover {
    transition: .2s
}

.barra-acessibilidade .btn-externo {
    width: auto;
    height: auto;
    padding: 15px;
    float: left;
    margin: 0 ;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    transition: .2s
}

.barra-acessibilidade .btn-externo:hover {
    transition: .2s
}

.barra-acessibilidade .texto .alterar a {
    color: rgba(255, 255, 255, .8);
    padding: 5px 15px;
    background: rgba(255, 255, 255, .08);
    margin-right: 10px;
    border-radius: 10px
}




/* 
----------------------------------
COOKIES 
----------------------------------
*/
#cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  padding: 35px 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 -8px 16px rgba(0,0,0,.1);
  box-sizing: border-box;
  z-index: 10000;
}

#content-cookie-banner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#content-cookie-banner #left-cookie h1 {
  color: #002E6F;
  font-size: 22px;
  margin-bottom: 10px;
}

#content-cookie-banner #left-cookie p {
  color: #002E6F;
  font-size: 14px;
  margin: 0;
}

#content-cookie-banner #left-cookie p > a {
  color: #135B9E;
  text-decoration: underline;
}

#content-cookie-banner #left-cookie p > a:hover {
  text-decoration: none;
}

#cookie-banner button {
  width: 150px;
  height: 40px;
  background-color: #002E6F;
  border: 0;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  transition: .2s all;
}

#cookie-banner button:hover {
  background-color: rgba(65,137,230,.15);
  color: #3483fa;
}  
















