@font-face {
  font-family: DIN;
  src: url(/fonts/EPFM/DIN.woff);
}
@font-face {
  font-family: DIN-Black;
  src: url(/fonts/EPFM/DIN-Black.woff);
}
@font-face {
  font-family: DIN-Bold;
  src: url(/fonts/EPFM/DIN-Bold.woff);
}
@font-face {
  font-family: DINLight;
  src: url(/fonts/EPFM/DINLight.woff);
}
@font-face {
  font-family: DINMedium;
  src: url(/fonts/EPFM/DINMedium.woff);
}
@font-face {
  font-family: DINRegular;
  src: url(/fonts/EPFM/DINRegular.woff);
}
.space {
  padding: 50px 0 !important;
}

.space-top {
  padding: 50px 0 0 !important;
}

.space-bottom {
  padding: 0 0 50px !important;
}

.row {
  padding: 0 !important;
  margin: 0 !important;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  aspect-ratio: unset !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: DIN !important;
  height: 100vh;
}

a {
  text-decoration: unset !important;
}

p {
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.versionPc {
  display: block !important;
}

.versionMobile {
  display: none !important;
}

.top-header.epr {
  background-color: #000 !important;
}
.top-header.epr .btn:hover {
  background-color: transparent;
  color: #B3DB11 !important;
}

.banner img {
  width: 100%;
}

::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #13007c;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #13007c;
}

#barra_compartilha {
  height: 50px;
}

@media screen and (max-width: 600px) {
  .versionPc {
    display: none !important;
  }
  .versionMobile {
    display: block !important;
  }
  .space {
    padding: 50px 15px !important;
  }
  .space-top {
    padding: 50px 15px 0 !important;
  }
  .space-bottom {
    padding: 0 15px 50px !important;
  }
  ol, ul {
    padding-left: 0 !important;
  }
  .banner img {
    width: 100%;
  }
}
strong {
  font-family: DIN-Black !important;
}

.banner {
  position: relative;
}
.banner .container {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner .container h2 {
  color: #fff;
  height: 100%;
  text-transform: uppercase;
  font-family: DIN-Black !important;
  font-size: calc(2em + 1vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .banner .container h2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20% 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: center;
  }
}

.anuncie a.btnMap {
  width: 100%;
  max-width: 250px;
  display: block;
  margin: 0 auto 50px;
  padding: 10px;
  background: #13007c;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  text-transform: uppercase;
  font-family: DIN-Black;
}
.anuncie a.btnMap:hover {
  background: #F50259;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.anuncie p, .anuncie li {
  font-size: clamp(1rem, 10vw, 1.2rem);
  font-family: DIN;
}
.anuncie span {
  font-family: DIN-Black;
}