@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700,800,900&display=swap");
.fade.ng-enter {
  transition: 0.5s linear all;
  opacity: 0;
}

.fade.ng-enter.ng-enter-active {
  opacity: 1;
}

.fade.ng-leave {
  transition: 0s linear all;
  opacity: 1;
}

.fade.ng-leave.ng-leave-active {
  opacity: 0;
}

html {
  background-color: transparent !important;
}

body {
  background-color: transparent !important;
  overflow-x: hidden;
  font-family: "Montserrat";
  font-size: 1.5em;
  color: black;
}

.texto_devir p {
  font-size: 0.7em;
}

.texto_direitos,
i {
  font-size: 1.5em;
}

.navbar {
  background: #69171b;
  background: linear-gradient(
    180deg,
    #69171b 0%,
    rgba(105, 23, 27, 0.74) 38%,
    rgba(105, 23, 27, 0.16) 80%,
    rgba(105, 23, 27, 0) 100%
  );
  width: 100%;
  height: 100px;
}
.navbar .navbar-start {
  margin: 5px auto;
}
.navbar .navbar-start a {
  background: transparent;
}
.navbar .navbar-start a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  display: block;
  margin-top: 35px;
  right: 0;
  background: #eebb4f;
  transition: width 0.4s ease;
}
.navbar .navbar-start a:hover:after {
  width: 30%;
  left: 35%;
  background: #eebb4f;
}
.navbar .redesSociais figure img {
  margin: 5px 5px;
}

.has-background-transparent {
  background-color: transparent;
  border: none;
  color: transparent;
}

@media screen and (max-height: 1087px) {
  .has-background-transparent {
    border: none;
    color: #000;
  }
}
h1 {
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-size: 2.5em;
  text-align: center;
  font-weight: 800;
}

h2,
h3 {
  text-transform: uppercase;
}

.footer {
  background-color: #000000;
}
.footer figure img {
  margin: 5px 5px;
}
.footer p,
.footer a,
.footer a:hover,
.footer a:active,
.footer a:link,
.footer a:visited {
  color: white;
}

.teste {
  border: 1px solid red;
}

p {
  color: #000;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
}

footer p {
  font-size: 0.7em;
}
footer strong {
  color: white;
  font-size: 0.8em;
}

.hexagon {
  background-image: url(../img/home/hexagon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 250px;
  opacity: 0.65;
  font-size: 0.75em !important;
}
.hexagon .content {
  margin: auto;
  width: 70%;
  padding-top: 20%;
}
.hexagon a {
  padding: 10px 15px;
  background-color: #69171b;
  border-radius: 5px;
  color: white;
  font-size: 0.75em !important;
}
.hexagon a:after {
  content: ">";
  vertical-align: middle;
  margin-left: 15px !important;
}

.fonte_home {
  font-size: 0.75em;
}

.fonte_direitos {
  font-size: 0.45em;
}

@media only screen and (min-width: 768px) {
  .hexagon-1 {
    margin-bottom: 50px;
  }

  .hexagon-2 {
    margin-top: 250px;
  }

  .hexagon-3 {
    margin-top: 100px;
  }
}
.banner {
  background-image: url(../img/BANNER.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.header {
  background: url(../img/entrevista/bgEntrevista.png) no-repeat;
  width: 100%;
  height: 1300px;
}
.header h2 {
  margin-top: 200px;
}
.header h2:after {
  content: "";
  display: block;
  border-bottom: 3px solid #eebb4f;
  width: 3%;
  margin-left: 48%;
}

.video {
  -webkit-box-shadow: 10px 10px 21px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 21px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 21px -3px rgba(0, 0, 0, 0.75);
}

.entrevista {
  margin: 40px auto;
  margin-bottom: 150px;
}
.entrevista p {
  line-height: 1.75em;
}
.entrevista p:nth-child(odd) {
  color: #69171b;
  font-weight: 600;
}

.bgTorneios {
  background: url(../img/torneio/bgTORNEIO.png) no-repeat 100% #fff;
  background-size: contain;
  background-position: right top;
}
.bgTorneios div {
  margin: 5px auto;
}
.bgTorneios h2:after {
  content: "";
  display: block;
  border-bottom: 3px solid #eebb4f;
  width: 10%;
  margin-left: 43%;
}

@media (max-width: 1216px) {
  .bgTorneios {
    background-image: none;
  }
}
.botao_baixar {
  padding: 10px 15px;
  background-color: #eebb4f;
  border-radius: 5px;
  color: white;
  font-size: 0.75em !important;
}
.botao_baixar:after {
  content: ">";
  vertical-align: middle;
  margin-left: 15px !important;
}
.universo .p_universo p {
  font-size: 0.7em;
}
@media screen and (min-width: 768px) {
  .universo .p_universo_2 p {
    font-size: 0.6em !important;
  }
}
@media not screen and (min-width: 768px) {
  .universo .p_universo_2 p {
    font-size: 0.4em !important;
  }
  .universo .margin_mobile {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.universo .p_universo_3 p {
  font-size: 0.58em !important;
}
.universo .p_universo_caps p {
  font-size: 0.7em;
  text-transform: uppercase;
}
.universo .universo_margin {
  margin-top: 100px;
}
.universo .espaco_texto {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 10px;
  margin-right: 10px;
}
.universo .fundo_klaus {
  background: #69171b;
  background: linear-gradient(180deg, #69171b 39%, #501215 100%);
}
.universo .img_klaus {
  margin: 0 auto;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}
.universo .texto_klaus {
  color: #fff;
  text-align: center;
  font-size: 19px;
  margin-left: 15px;
  margin-right: 15px;
}
.universo .assinatura_klaus {
  color: #fff;
  font-style: italic;
  text-align: center;
  font-size: 18px;
}
.universo .relativo {
  position: relative;
}
@media screen and (min-width: 1366px) {
  .universo .princesa_background {
    background-image: url(../img/universo/princesa.png);
    position: absolute;
    width: 335px;
    height: 518px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .universo .principe_background {
    background-image: url(../img/universo/principe.png);
    position: absolute;
    width: 382px;
    height: 1026px;
    top: -680px;
    left: -2px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .universo .seta_slider {
    position: absolute;
    background-image: url(../img/slider_seta.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 64px;
    height: 64px;
    z-index: 99999;
    cursor: pointer;
    opacity: 0.4;
  }
  .universo .seta_slider_r {
    position: absolute;
    background-image: url(../img/slider_seta_r.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 64px;
    height: 64px;
    z-index: 99999;
    cursor: pointer;
    opacity: 0.4;
  }
}
@media not screen and (min-width: 1366px) {
  .universo .seta_slider_touch {
    position: absolute;
    background-image: url(../img/slider_seta.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 64px;
    height: 64px;
    z-index: 99999;
    cursor: pointer;
    opacity: 0.4;
  }
  .universo .seta_slider_r_touch {
    position: absolute;
    background-image: url(../img/slider_seta_r.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 64px;
    height: 64px;
    z-index: 99999;
    cursor: pointer;
    opacity: 0.4;
  }
}
@media only screen and (min-width: 768px) {
  .universo .texto_klaus {
    padding-top: 40px;
  }
}
.universo .header_universos {
  height: 234px;
  background-image: url(../img/universo/fundo_universo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.universo .fundo_slider_1 {
  background-image: url(../img/universo/slider1/fundo_slider.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.universo .fundo_slider_2 {
  background-image: url(../img/universo/slider2/fundo_slider.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.universo .fundo_slider_3 {
  background-image: url(../img/universo/slider3/fundo_slider.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.universo .fundo_slider_cidades {
  background-image: url(../img/universo/cidades/fundo_slider.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.universo .fundo_slider_mercadores {
  background-image: url(../img/universo/mercadores/fundo_slider.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.universo .fundo_slider_4 {
  background-image: url(../img/universo/slider4/fundo_slider.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.universo .slide1_img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.universo .slide2_img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.universo .slide3_img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/*# sourceMappingURL=style.css.map */
