@font-face {
  font-family: fonteIpanema;
  src: url("../fonts/museoslab-500.otf");
}

@font-face {
  font-family: fonteIpanemaBold;
  src: url("../fonts/Museo_Slab_1.otf");
}

@font-face {
  font-family: fonteIpanemaLight;
  src: url("../fonts/Museo_Slab_0.otf");
}

.corNavbarTexto a {
  color: #fff;
}
.corNavbarTexto {
  color: #fff !important;
  font-size: 1.6vh !important;
  letter-spacing: 0.3em;
}
#corNavbarTexto:hover {
  color: #9f9261 !important;
  letter-spacing: 0.3em;
  font-size: 1.9vh;
}

#corTextoDownload {
  color: #9f9261 !important;
  font-size: 1.5vh !important;
  letter-spacing: 0.3em;
  font-weight: bold;
}

#myVideo {
  background: transparent url(../img/fractal-grano-perfetto.png) repeat center;
  -webkit-background-size: 200% auto;
  -moz-background-size: 200% auto;
  -o-background-size: 200% auto;
  background-size: 200% auto;
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  animation: animatedBackground 60s linear infinite;
  -moz-animation: animatedBackground 60s linear infinite;
  -webkit-animation: animatedBackground 60s linear infinite;
  -ms-animation: animatedBackground 60s linear infinite;
  -o-animation: animatedBackground 60s linear infinite;
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 101% 0;
  }
}
@-moz-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 101% 0;
  }
}
@-webkit-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 101% 0;
  }
}
@-ms-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 101% 0;
  }
}
@-o-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 101% 0;
  }
}

html,
body {
  height: 100%;
}

a,
button {
  cursor: pointer;
}

.btn-outline-primary {
  border-color: #fff !important;
  padding-left: 4vw !important;
  padding-right: 4vw !important;
  padding-top: 3vh !important;
  padding-bottom: 3vh !important;
  color: #fff !important;
  color: #fff !important;
  font-size: 2vh !important;
  margin-top: -32em;
}

.btn-outline-primary:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #d6a45e !important;
  border-color: #d6a45e !important;
}

.fill {
  height: 95%;
  padding: 0 !important;
}

.navbar-inverse {
  background-color: #171717;
}

.navbar-brand,
.nav-item {
  color: #fffffe !important;
  font-family: fonteIpanema;
  font-size: 15px;
}

#footerHomeContact {
  text-align: "center";
}

#footerHomeContact > a {
  text-decoration: none;
  color: white;
}

#footerIpanema {
  color: white;
}

#footerDownload {
  height: 100%;
}

#footerDownload > a > img {
  height: 70%;
  float: left;
}

#footerDownload > a > img:first-child {
  margin-right: 10px;
}

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

.vertical-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

a,
span {
  font-family: fonteIpanemaLight;
}

#imgfundo {
  height: 93%;
}

#rodape {
  width: 100%;
  height: 3.5em;
  background-color: #140f0a;
  display: flex;
  align-items: center;
  justify-content: center;
}

#rodape div {
  display: inherit;
}

#rodape .itens {
  color: white;
}

#logoipa {
  padding-top: 10em;
  margin: 0 auto;
  display: block;
  width: 20%;
}

.appLojaIMG {
  margin-top: 0.8em;
}

#imgfundo h1 {
  padding: 2%;
  text-align: center;
  font-family: fonteIpanemaLight;
  letter-spacing: 10px;
  font-size: 50px;
}

.retangulo {
  height: 200px;
  text-align: center;
  color: #fff;
  font-family: fonteIpanemaLight;
}

.retangulo h2 {
  font-size: 50px;
  letter-spacing: 5px;
}

.btn {
  font-family: fonteIpanemaLight !important;
  font-size: 13px;
  letter-spacing: 2px;
  border-radius: 0px 0px 0px;
}

/* Small */

@media (min-width: 320px) and (max-width: 767px) {
  /* screen size until 1000px */
  body {
    font-size: 0.7em;
    /* 1.2x default size */
  }

  .btn-outline-primary {
    margin-top: 0em;
    font-size: 5vh !important;
  }

  .faixaCentral {
    height: 25%;
    min-height: 25%;
  }

  #logoIpanema > a {
    width: 60%;
    left: 20%;
  }

  .faixaCentral > a {
    display: none;
  }

  .botoes {
    width: 40%;
    left: 30%;
  }

  #logoipa {
    padding-top: 20%;
    padding-bottom: 15%;
    width: 50%;
  }

  #imgfundo h1 {
    font-size: 30px;
    letter-spacing: 4px;
  }

  .retangulo {
    height: 150px;
    border: 2px;
    border-top-style: solid;
    border-top-color: #fff;
    border-bottom-style: solid;
    border-bottom-color: #fff;
  }

  .retangulo h2 {
    font-size: 35px;
  }

  .btn-primary {
    border-color: #918044 !important;
  }

  #imgfundo {
    height: 67em;
  }
}

/* Medium */

@media (min-width: 768px) and (max-width: 1199px) {
  /* screen size until 1000px */
  body {
    font-size: 1em;
    /* 1.2x default size */
  }

  .faixaCentral {
    height: 17%;
  }

  .faixaCentral > a {
    display: none;
  }

  .retangulo {
    height: 10em;
  }

  .retangulo h2 {
    font-size: 1.8em;
  }

  #imgfundo {
    height: 100%;
  }

  #imgfundo h1 {
    font-size: 2em;
  }

  #logoipa {
    width: 17%;
  }
}
