@charset "UTF-8";
/** Efeito Parallax **/
@keyframes parallax {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 100% 100%;
  }
  0% {
    background-position: 0% 0%;
  }
}
/********** DEFINIÇÕES GLOBAIS **********/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#root {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  top: 0 !important;
}

:root {
  overflow-x: hidden;
  /* Cores Utilizadas */
  --grafite: #4B4B4D;
  --color-primary: #bb9d62;
  --color-secondary: yellow;
  --light: #fff;
  --light-transparent: rgba(255, 255, 255, 0.7);
  --dark: rgba(0, 0, 0, 1.0);
  --dark-transparent: rgba(0, 0, 0, 0.5);
  /* Fontes Utilizadas */
  --menu-font: "Roboto Serif";
  --title-font: "Roboto Flex";
  --title-subtitle: "Roboto Thin";
  --content-font: "Roboto Condensed";
  --banner-title: "Roboto Condensed";
  --banner-subtitle: "Roboto Light";
}

body {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
  width: 100% !important;
  background: url(../img/bg-contato-df.png) !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 2.3rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.8rem;
}

p {
  font-family: var(--content-font);
  font-size: 1.1rem;
  font-weight: 400;
  font-stretch: condensed;
  text-align: justify;
  font-style: oblique;
  color: var(--light);
}

hr {
  border-top: 4px solid !important;
}

.lb-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  border-radius: 3px;
}

/** Plugin Acessibilidade **/
body .uwy.userway_p1 .userway_buttons_wrapper {
  top: auto !important;
  right: auto !important;
  bottom: 9.5rem !important;
  left: calc(100vw - 21px) !important;
  transform: translate(-100%) !important;
}

/*** BUTTONS ***/
.btn {
  font-weight: normal;
  transition: 0.8s;
}

.btn-fixed-side {
  border: solid 2px var(--light);
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.btn.btn-primary,
.btn.btn-outline-primary {
  font-family: var(--alt-title-font);
  font-weight: normal;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
  color: var(--light);
  background: var(--primary);
  border-color: var(--primary);
  text-shadow: none !important;
}
.btn.btn-primary .rounded-circle,
.btn.btn-outline-primary:hover .rounded-circle {
  background: var(--primary) !important;
  transition: 0.8s;
}
.btn.btn-primary i,
.btn.btn-outline-primary:hover i {
  color: var(--light);
  transition: 0.8s;
}

.btn.btn-primary:hover {
  color: var(--primary);
  background-color: var(--light);
  border-color: var(--primary);
  text-shadow: none;
}
.btn.btn-primary:hover .rounded-circle {
  background: var(--primary) !important;
  transition: 0.8s;
}
.btn.btn-primary:hover i {
  color: var(--secondary);
  transition: 0.8s;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** FIM BUTTONS ***/
/*** COMPONENTES GLOBAIS ***/
.line-endpage {
  margin-top: -20px;
  color: transparent !important;
  border-top: 4px dashed var(--color-primary) !important;
}

/** Efeito Background **/
@keyframes bgAnimation {
  0% {
    background-position: center bottom;
    background-size: 100%;
  }
  100% {
    background-position: center bottom;
    background-size: 150%;
  }
}
/** Fim Efeito Background **/
/*** FIM COMPONENTES GLOBAIS ***/
/*** SOBRE ***/
#quem-sou {
  background: url("/img/bg-quem-sou.jpg");
  background-size: cover;
  animation-name: bgAnimation;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate-reverse;
}
#quem-sou .main-title {
  margin: 5rem auto !important;
  font-family: var(--menu-font) !important;
  color: var(--light) !important;
  text-transform: none !important;
}
#quem-sou .main-title h1 {
  font-weight: 100;
  font-family: var(--menu-font) !important;
  font-size: 2.3rem;
  line-height: 1rem;
  text-align: center;
  color: var(--light) !important;
  margin: 0 0 0.5rem 12rem !important;
}
#quem-sou .main-title h2 {
  font-weight: 700;
  line-height: 2rem;
  font-size: 3rem;
  text-align: center;
  color: var(--light) !important;
  font-family: var(--menu-font) !important;
  margin-left: -2rem !important;
  margin-bottom: 3rem;
}
#quem-sou .topics-sobre {
  border-left: solid 5px var(--light);
  padding: 2rem 3rem 3rem 3rem;
  margin-left: -10px;
  min-height: 425px;
}
#quem-sou .topics-sobre .first-item {
  color: var(--light);
  width: 9rem !important;
  text-align: center;
  margin: 2rem auto;
}
#quem-sou .topics-sobre .second-item {
  color: var(--light);
  width: 7rem;
  text-align: center;
  margin: 2rem auto;
}
#quem-sou .frase-destaque {
  margin: 8rem auto 4rem auto !important;
}
#quem-sou .detail-quote {
  width: 100%;
}
#quem-sou .detail-quote hr {
  margin: 3rem auto 0 auto !important;
  color: #FFF !important;
  background-color: #FFF !important;
  border: 0 !important;
  opacity: 1 !important;
  width: 50%;
  height: 2px;
}
#quem-sou .first-quote {
  width: 50% !important;
  float: inline-end !important;
  margin: -3rem 0 0 0 !important;
}
#quem-sou .last-quote {
  width: 50% !important;
  float: inline-start !important;
  margin: 2rem 0 0 0;
}

/*** FIM SOBRE ***/
/*** CONTATO ***/
#contato {
  background-color: #4B4B4D;
  background: url(../img/bg-contato-blur.png) !important;
  background-attachment: fixed;
  background-size: cover !important;
  margin-top: -20px;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px;
}
#contato h1 {
  font-weight: 100;
  font-family: var(--menu-font) !important;
  font-size: 3rem;
  line-height: 3rem;
  color: #FFF;
}
#contato .content-text {
  padding: 0px 30px 10px 30px;
  width: -moz-fit-content !important;
  width: 50% !important;
  margin: 0 auto;
  text-align: center;
}
#contato .main-title {
  margin: 5rem 0 !important;
  font-family: var(--menu-font) !important;
  color: var(--light) !important;
  text-transform: none !important;
}
#contato .main-title h1 {
  font-weight: 100;
  font-family: var(--menu-font) !important;
  font-size: 3rem;
  line-height: 1rem;
  text-align: center;
  color: var(--light) !important;
  margin: 0 0 0.5rem -5rem !important;
}
#contato .main-title h2 {
  font-weight: 700;
  line-height: 2rem;
  font-size: 3.5rem;
  text-align: center;
  color: var(--light) !important;
  font-family: var(--menu-font) !important;
  margin-left: -2rem !important;
  margin-bottom: 3rem;
}
#contato .topics-contato {
  border-left: solid 5px var(--light);
  padding: 4rem 0rem 2rem 2rem;
  margin: 0 0 3rem -10px;
  min-height: 550px;
}
#contato .topics-contato a {
  color: var(--light);
  font-size: 1.3rem !important;
  padding: 0;
  vertical-align: middle !important;
  transition: 0.8s;
  transform: scale(1);
}
#contato .topics-contato a i {
  font-size: 3.5rem !important;
  vertical-align: middle !important;
  padding-right: 15px !important;
}
#contato .topics-contato a:hover {
  color: var(--color-primary);
  transition: 0.8s;
  transform: scale(1.2);
}
#contato .mapa {
  margin-bottom: 15px;
}
#contato iframe {
  width: 100% !important;
  border: 0;
  min-height: 300px;
  border: solid 3px var(--color-secondary);
  padding: 0 !important;
}

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