@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sansita:ital,wght@0,400;0,700;0,800;0,900;1,400;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* esse conteudo pode incluir 1 ou mais formatos de media, exemplo:
h1 {
    font-size: 40px;
    @include media(xs-abaixo) {
        font-size: 30px;
    }
    @include media(xs-abaixo, md, xl-acima) {
        font-size: 30px;
    }
} */
html {
  scroll-behavior: smooth;
}

body[data-theme=default] {
  --primaria: #ff4e00;
  --secundaria: #49BAEA;
  --areanav: transparent;
  --navmenu: #000000;
  --menu: #ffffff;
  --menu-hover: var(--secundaria);
  --menu-ativo: #000000;
  --titulos: #000000;
  --texto: #222222;
  --link: var(--primaria);
  --link-hover: #000000;
  --fundo: #ffffff;
  --rodape: #000000;
}
body[data-theme=dark] {
  --primaria: #ff5500;
  --secundaria: #49BAEA;
  --areanav: transparent;
  --navmenu: #eeeeee;
  --menu: #000000;
  --menu-hover: #ffffff;
  --menu-ativo: var(--primaria);
  --titulos: #000000;
  --texto: #CCCCCC;
  --link: var(--primaria);
  --link-hover: var(--secundaria);
  --fundo: #222222;
  --rodape: #222222;
}
body[data-theme=dark] #home {
  background-image: url(../img/ban-dark.jpg);
}
body[data-theme=dark] #sobre,
body[data-theme=dark] #contatos {
  background-color: #000000;
}
body[data-theme=dark] .modal-secao {
  background-color: #000000;
}
body[data-theme=dark] footer {
  background-color: var(--rodape);
}
body[data-theme=dark] .btn:hover, body[data-theme=dark] .btn:actives {
  border-color: var(--primaria);
}
body[data-theme=dark] .navbar-nav {
  backdrop-filter: blur(2px);
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.55);
}
@media (max-width: 767.98px) {
  body[data-theme=dark] .navbar-nav {
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    background: rgba(0, 0, 0, 0.55);
  }
}
body[data-theme=dark] nav {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(0, 0, 0, 0.7) 40%);
}
@media (min-width: 576px) {
  body[data-theme=dark] nav.menu-fundo {
    background-image: none;
    background-color: var(--areanav);
  }
}
@media (max-width: 767.98px) {
  body[data-theme=dark] nav .nav-link {
    color: #ffffff;
  }
}
body[data-theme=dark] .nav-link {
  color: var(--link);
}
body[data-theme=dark] .nav-link:hover {
  color: var(--link-hover);
}
body[data-theme=dark] .nav-link.active {
  font-weight: bold;
  color: var(--link-hover) !important;
  border-top: 1px dotted;
  border-bottom: 1px dotted;
  border-radius: 0;
  background-color: transparent;
  cursor: default;
}
body[data-theme=dark] .tab-content h5 {
  color: #ffffff;
}
body[data-theme=dark] .banner-titulos img {
  filter: drop-shadow(0px 0px 14px #000000);
}
body[data-theme=dark] h3 {
  color: #eeeeee;
}
body[data-theme=dark] h4 {
  color: #CCCCCC;
}
body[data-theme=dark] .tag {
  background-color: #CCCCCC;
}
body[data-theme=dark] .temas {
  color: #000000;
}
body[data-theme=dark] .temas:hover {
  color: var(--primaria);
}
body[data-theme=dark] .modal-header,
body[data-theme=dark] .modal-footer {
  color: #eeeeee;
  background-color: #000000;
}
body[data-theme=dark] .modal-header .btn-close,
body[data-theme=dark] .modal-footer .btn-close {
  background-color: #CCCCCC;
}
body[data-theme=dark] .modal-body {
  color: #eeeeee;
  background-color: #222222;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  color: var(--texto);
  background-color: var(--fundo);
}
@media (max-width: 767.98px) {
  body {
    font-size: 1.125rem;
  }
}
body.parar-rolagem {
  overflow: hidden;
  height: 100%;
  margin: 0;
}

@media (max-width: 767.98px) {
  .tooltip {
    display: none !important;
    visibility: hidden !important;
  }
}

body[data-lang=pt] .lang-en {
  display: none;
}

body[data-lang=en] .lang-pt {
  display: none;
}

body[data-lang=en] .lang-en {
  display: grid-lanes;
}

body[data-lang=pt] .idiomas a img[alt=pt] {
  opacity: 0.25;
  cursor: default;
}
body[data-lang=en] .idiomas a img[alt=en] {
  opacity: 0.25;
  cursor: default;
}

.idiomas {
  position: fixed;
  bottom: 120px;
  left: -104px;
  z-index: 9;
  border-radius: 5px;
  padding: 10px 15px;
  transition: 1s;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  background-color: var(--fundo);
}
.idiomas:hover {
  transition: 1s;
  left: -5px;
}
.idiomas:hover .idiomas-animado {
  opacity: 0;
}
.idiomas img {
  width: 32px;
  height: auto;
  margin: 4px;
}
.idiomas .idiomas-animado {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-align: center;
  rotate: -90deg;
  width: 110px;
  position: absolute;
  top: 16px;
  left: 66px;
  padding: 5px;
  border: 1px solid;
  border-radius: 5px;
  border-color: #000000;
  background-color: var(--fundo);
  transition: 1s;
}
.idiomas .idiomas-animado img {
  width: 20px;
  height: auto;
}

.primaria {
  color: var(--primaria) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sansita", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: var(--titulos);
  margin-bottom: 0px;
}

h1 {
  font-size: 4.0625rem;
  font-weight: 900;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 767.98px) {
  h1 {
    margin-top: 30px;
  }
}
h1 b {
  color: var(--primaria);
}

h2 {
  font-size: 1.625rem;
  font-weight: 200;
  color: var(--primaria);
}

h3 {
  font-size: 3.125rem;
}

h4 {
  font-family: "Roboto", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  margin-bottom: 60px;
}

h5 {
  font-size: 1.5rem;
  font-weight: 400;
}

a {
  color: var(--link);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: var(--link-hover);
}

p a {
  color: var(--link);
  text-decoration: none;
}
p a:hover {
  text-decoration: none;
  color: var(--link-hover);
}

.btn {
  font-size: 1.25rem;
  color: #ffffff !important;
  padding-left: 20px;
  padding-right: 20px;
  border-color: transparent;
  border-radius: 100px;
  background-color: var(--primaria);
}
.btn:hover {
  text-decoration: none;
  color: #ffffff !important;
  border-color: transparent;
  background-color: #000000 !important;
}

@media (max-width: 767.98px) {
  .btn-sm-w100 {
    width: 100%;
  }
}

.botoes {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media (max-width: 767.98px) {
  .botoes {
    flex-direction: column;
  }
}
.botoes .btn {
  margin-bottom: 20px;
}

.btn-preto {
  background-color: #000000;
}
.btn-preto:hover {
  background-color: var(--primaria) !important;
}

hr {
  margin: 1.3rem 0;
}

.logo {
  width: 170px;
}

.temas {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border-radius: 100%;
  cursor: pointer;
  backdrop-filter: blur(2px);
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.55);
}
@media (max-width: 767.98px) {
  .temas {
    position: fixed;
    top: 120px;
    right: 0px;
    z-index: -1;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
  }
}
@media (max-width: 767.98px) {
  .temas.temas-esconde {
    display: none;
  }
}

.botao-nav {
  font-size: 1.125rem;
  background-color: #25D366;
}
@media (max-width: 767.98px) {
  .botao-nav {
    display: none;
  }
}

.nav-pills {
  justify-content: center;
}
@media (min-width: 992px) {
  .nav-pills {
    max-width: 1240px;
    margin: 0 auto;
  }
}
.nav-pills .nav-link {
  color: var(--link);
}
.nav-pills .nav-link:hover {
  color: var(--link-hover);
}
.nav-pills .nav-link.active {
  font-weight: bold;
  color: var(--link-hover) !important;
  border-top: 1px dotted;
  border-bottom: 1px dotted;
  border-radius: 0;
  background-color: transparent;
  cursor: default;
}

@media (min-width: 992px) {
  .tab-content {
    margin: 0px 40px;
  }
}

nav {
  transition: 1s;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767.98px) {
  nav {
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 576px) {
  nav.menu-fundo {
    background-color: var(--areanav);
  }
}

.navbar-toggler {
  background-color: #000000;
}
.navbar-toggler:actives, .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  font-family: bootstrap-icons !important;
  background-image: none;
}
.navbar-toggler-icon::before {
  content: "\f479";
  font-size: 30px;
  color: #fff;
}

@media (max-width: 767.98px) {
  .navbar-collapse {
    border-top: 1px solid;
    border-color: var(--link);
    margin-top: 10px;
  }
}

.menu-updown {
  top: -113px;
  transition: 1s;
  z-index: 9 !important;
}

.menu-updown-show {
  top: 0px;
  transition: 1s;
  z-index: 9;
}

@media (min-width: 768px) {
  .navbar-nav {
    margin: 0 auto;
    padding: 0 15px;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.5);
    border-radius: 100px;
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.55);
  }
}
.navbar-nav .nav-link {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--menu);
}
@media (max-width: 767.98px) {
  .navbar-nav .nav-link {
    text-align: center;
    color: var(--primaria);
  }
}
.navbar-nav .nav-link:hover {
  color: var(--menu-hover);
}
.navbar-nav .nav-link.actives, .navbar-nav .nav-link.show {
  color: var(--menu-ativo);
}

.modal-secao {
  min-height: 338px;
  background-color: #eeeeee;
}

.secao {
  /* scroll-margin-top: 113px; */
  padding: 80px 0px;
}

.subir {
  font-size: 2.5rem;
  position: fixed;
  z-index: 1;
  bottom: 65px;
  right: 15px;
  color: var(--primaria);
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: 0.32s;
  opacity: 0;
}
.subir:hover {
  color: var(--secundaria);
}
.subir.aparecer {
  opacity: 1;
}

figure {
  margin: 0px;
  transition: 1s;
  overflow: hidden;
}
figure.faixada {
  border-radius: 30px;
  border-bottom: 15px solid;
  border-color: var(--primaria);
}
figure:hover {
  border-color: var(--link-hover);
  transition: 1s;
}

.img-zoom {
  transition: transform 3s, filter 1.5s ease-in-out;
  transform-origin: center center;
}
.img-zoom:hover {
  transform: scale(1.3);
  transform-origin: center center;
}

#home {
  background-image: url(../img/ban0.jpg);
}

.banner {
  padding-top: 130px;
  padding-left: 0px;
  padding-right: 0px;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
}
@media (max-width: 991.98px) {
  .banner {
    background-position: top center;
  }
}
@media (max-width: 767.98px) {
  .banner {
    background-repeat: repeat;
  }
}

.banner-titulos {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  .banner-titulos {
    flex-direction: column;
    position: relative;
  }
}
@media (min-width: 1400px) {
  .banner-titulos {
    padding: 0 13%;
  }
}
@media (min-width: 1700px) {
  .banner-titulos {
    padding: 0 13%;
  }
}
@media (min-width: 1900px) {
  .banner-titulos {
    padding: 0 380px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-titulos h1 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1400px) {
  .banner-titulos h1 {
    font-size: 2.8125rem;
  }
}
.banner-titulos h2 {
  font-size: 2.8125rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-titulos h2 {
    font-size: 1.625rem;
  }
}
@media (max-width: 767.98px) {
  .banner-titulos h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .banner-titulos h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-titulos h2 {
    font-size: 2.1875rem;
  }
}
.banner-titulos p {
  color: #000000;
}
.banner-titulos img {
  width: 100%;
  max-width: 340px;
  margin-right: 7%;
  filter: drop-shadow(0px 0px 14px var(--primaria));
  position: relative;
  animation: moveSideToSide 3s ease-in-out infinite alternate;
}
@media (max-width: 767.98px) {
  .banner-titulos img {
    max-width: 320px;
    margin-right: -10%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-titulos img {
    max-width: 32%;
  }
}

@keyframes moveSideToSide {
  from {
    right: 0px;
  }
  to {
    right: 60px;
  }
}
.redes {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}
.redes a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.redes a img {
  max-width: 42px;
}
.redes a p {
  font-size: 0.875rem;
}

.empresas {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .empresas {
    justify-content: center;
  }
}
.empresas a {
  margin-top: 20px;
  margin-right: 40px;
}
.empresas a:first-child {
  margin-left: 10px;
}
.empresas img {
  max-height: 42px;
  max-width: 146px;
}
@media (max-width: 767.98px) {
  .empresas img {
    max-height: 33px;
  }
}

.tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.tag {
  font-size: 0.875rem;
  color: #000000;
  padding: 3px 10px;
  margin: 5px;
  border-radius: 7px;
  background-color: #ffffff;
}

.foto-parallax {
  background-image: url("../img/perfil-parallax.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: -240px center;
  background-size: contain;
  border-radius: 100%;
  margin: 0 auto;
  width: 470px;
  height: 470px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .foto-parallax {
    width: 383px;
    height: 383px;
  }
}
@media (max-width: 991.98px) {
  .foto-parallax {
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 767.98px) {
  .foto-parallax {
    width: 340px;
    height: 340px;
  }
}

.foto-perfil {
  width: 100%;
  max-width: 475px;
  border-radius: 100%;
}

#sobre {
  background-color: #CCCCCC;
}
@media (max-width: 767.98px) {
  #sobre .sobremim {
    flex-direction: column-reverse;
  }
}

#contatos {
  color: #CCCCCC;
  background-color: #222222;
}
#contatos h3 {
  color: #eeeeee;
}

input,
textarea {
  background-color: #222222 !important;
}
input:focus,
textarea:focus {
  background-color: #CCCCCC !important;
}
input.preenchido,
textarea.preenchido {
  background-color: #eeeeee !important;
}

textarea {
  min-height: 150px !important;
}

.oscontatos {
  display: flex;
  flex-direction: column;
}
.oscontatos a {
  color: var(--link);
  display: flex;
  align-items: center;
  align-self: flex-start;
}
.oscontatos a:hover {
  color: var(--secundaria);
}

.owl-carousel .carrossel {
  margin: 0 15px;
  border-radius: 18px;
}
.owl-carousel .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  font-family: bootstrap-icons !important;
  font-size: 28px !important;
  color: var(--navmenu) !important;
  line-height: 50px !important;
  padding: 5px !important;
  margin: 0 10px;
}
.owl-carousel .owl-prev span,
.owl-carousel .owl-next span {
  display: none;
}
.owl-carousel .owl-prev::before {
  content: "\f129";
}
.owl-carousel .owl-next::before {
  content: "\f133";
}
.owl-carousel img {
  border-radius: 16px;
}

.portfolio ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
}
.portfolio .filter-menu {
  text-align: center;
  margin-bottom: 30px;
}
.portfolio .filter-menu li {
  display: inline-block;
  color: var(--link);
  margin-right: 20px;
  border: 1px dotted transparent;
}
.portfolio .filter-menu li:last-child {
  margin-right: 0px;
}
.portfolio .filter-menu li a:hover {
  color: var(--link-hover);
}
.portfolio .filter-menu li.current {
  font-weight: bold;
  text-decoration: none;
  border-top: 1px dotted;
  border-bottom: 1px dotted;
  border-top-color: var(--link-hover);
  border-bottom-color: var(--link-hover);
}
.portfolio .filter-menu li.current a {
  color: var(--link-hover);
  cursor: default;
}
.portfolio .filter-item li {
  width: 100%;
  max-width: 314px;
  height: 100%;
  max-height: 225px;
  overflow: hidden;
  float: left;
  margin: 8px;
  border-radius: 10px;
  outline: 1px solid #CCCCCC;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .portfolio .filter-item li {
    max-width: 300px;
  }
}
@media (max-width: 1199.98px) {
  .portfolio .filter-item li {
    max-width: 355px;
  }
}
@media (max-width: 767.98px) {
  .portfolio .filter-item li {
    max-width: 47%;
    max-height: 146px;
    margin: 4px;
  }
}
.portfolio .filter-item li.active {
  transition: all 0.5s ease;
}
.portfolio .filter-item li.delete {
  width: 0%;
  padding: 0;
  margin-right: 0px;
  margin-bottom: 0px;
  border: 0px;
  transition: all 0.5s ease;
}
.portfolio .filter-item li.delete h5,
.portfolio .filter-item li.delete p {
  display: none;
}
.portfolio .filter-item li h6 {
  color: #fff;
}
.portfolio .filter-item li img {
  max-width: 101%;
  height: auto;
  margin-top: -41px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .portfolio .filter-item li img {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .portfolio .filter-item li:hover .legenda {
    transition: 0.32s;
    top: 188px;
  }
}
.portfolio .filter-item li .legenda {
  position: relative;
  top: 188px;
  width: 100%;
  color: #eeeeee;
  padding: 10px;
  transition: 0.32s;
  background-color: rgba(0, 0, 0, 0.85);
}
@media (min-width: 992px) {
  .portfolio .filter-item li .legenda {
    top: 228px;
  }
}
@media (max-width: 767.98px) {
  .portfolio .filter-item li .legenda {
    top: 188px;
    display: none;
  }
}

/*FILTRO PORTFOLIO ANIMAÇÃO*/
/* Estado padrão do item (visível e com zoom normal) */
.filter-item li {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Estado de sumiço (zoom out e desaparecimento) */
.filter-item li.zoom-out {
  transform: scale(0);
  opacity: 0;
}

/*FILTRO PORTFOLIO ZOOM CLICK IMAGEM*/
.modal-imgzoom {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
}
.modal-imgzoom .box-imagem {
  max-width: 88%;
  max-height: 88vh;
  overflow-x: hidden;
}
.modal-imgzoom .img-ampliada {
  max-width: 100%;
  height: auto;
}
.modal-imgzoom .img-caption {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  animation: 0.6s ease 0s 1 anime-zoom;
}
.modal-imgzoom .close {
  position: fixed;
  top: 6px;
  right: 14px;
  font-size: 1.75rem;
  width: 30px;
  cursor: pointer;
  animation: 0.6s ease 0s 1 anime-zoom;
}
.modal-imgzoom .esquerda,
.modal-imgzoom .direita {
  position: fixed;
  top: 50%;
  left: 15px;
  font-size: 1.875rem;
  margin-top: -40px;
  width: 30px;
  cursor: pointer;
  animation: 0.6s ease 0s 1 anime-zoom;
}
.modal-imgzoom .direita {
  left: auto;
  right: 15px;
}
.modal-imgzoom .close,
.modal-imgzoom .esquerda,
.modal-imgzoom .direita {
  color: #CCCCCC;
}
.modal-imgzoom .close:hover,
.modal-imgzoom .esquerda:hover,
.modal-imgzoom .direita:hover {
  color: #eeeeee;
}
.modal-imgzoom .anime-zoom {
  animation: 0.6s ease 0s 1 anime-zoom;
}
@keyframes anime-zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.modal-imgzoom .anime-entrarDireita {
  animation: 0.35s ease 0s 1 anime-entrarDireita;
}
@keyframes anime-entrarDireita {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.modal-imgzoom .anime-entrarEsquerda {
  animation: 0.35s ease 0s 1 anime-entrarEsquerda;
}
@keyframes anime-entrarEsquerda {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

footer {
  background-color: var(--rodape);
}
footer .footer {
  padding: 30px 20px;
}
@media (max-width: 767.98px) {
  footer .footer {
    text-align: center;
  }
}
footer .footer p {
  font-size: 1rem;
  color: #eeeeee;
  margin-bottom: 0px;
}
footer .footer small {
  font-size: 0.875rem;
  color: #CCCCCC;
}
footer .redes {
  margin: 0px;
}
@media (max-width: 767.98px) {
  footer .redes {
    margin-top: 40px;
  }
}/*# sourceMappingURL=style.css.map */