@font-face {
  font-family: "Futura Round";
  src: url("../fonts/futura/FuturaRound-Book.eot");
  src: url("../fonts/futura/FuturaRound-Book.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/futura/FuturaRound-Book.woff2") format("woff2"),
    url("../fonts/futura/FuturaRound-Book.woff") format("woff"),
    url("../fonts/futura/FuturaRound-Book.ttf") format("truetype"),
    url("../fonts/futura/FuturaRound-Book.svg#FuturaRound-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura Round";
  src: url("../fonts/futura/FuturaRound-Medium.eot");
  src: url("../fonts/futura/FuturaRound-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/futura/FuturaRound-Medium.woff2") format("woff2"),
    url("../fonts/futura/FuturaRound-Medium.woff") format("woff"),
    url("../fonts/futura/FuturaRound-Medium.ttf") format("truetype"),
    url("../fonts/futura/FuturaRound-Medium.svg#FuturaRound-Medium")
      format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura Round";
  src: url("../fonts/futura/FuturaRound-Light.eot");
  src: url("../fonts/futura/FuturaRound-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/futura/FuturaRound-Light.woff2") format("woff2"),
    url("../fonts/futura/FuturaRound-Light.woff") format("woff"),
    url("../fonts/futura/FuturaRound-Light.ttf") format("truetype"),
    url("../fonts/futura/FuturaRound-Light.svg#FuturaRound-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4 {
  font-family: "Futura Round", arial, sans-serif;
}

p,
div,
cite,
a,
h4,
span,
address,
small,
ul,
ol {
  font-family: "Futura Round", arial, sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
}

.titulo h1 {
  font-family: "Futura Round", arial, sans-serif;
  font-weight: 400;
}

header h1 {
  top: 1px;
  width: 85px;
}

.breadcrumb,
.breadcrumb a {
  font-size: 0.75rem;
}

.button {
  font-size: 1rem;
}

.container {
  max-width: 1440px;
}

@media only screen and (max-width: 480px) {
  .container {
    max-width: 100%;
  }

  .slider-home img {
    width: auto;
    margin-left: -50%;
  }

  .slider-home .cycle-slide {
    width: 100%;
    overflow: hidden;
  }

  footer {
    padding: 40px 44px;
  }
}

.cycle-pager {
  display: flex;
  padding: 20px 0;
  border-bottom: solid 1px #999;
  margin: auto;
  cursor: pointer;
  flex-wrap: wrap;
}
.cycle-pager span {
  display: flex;
  height: 0.4375rem;
  width: 9%;
  background: #999;
  margin-right: 5px;
  flex: 1 0 0%;
  margin: 5px;
}

.article div {
  font-family: "Futura Round", arial, sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 27px;
}

.button {
  font-size: 0.8rem;
}
