@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/Roboto-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/Roboto-Light.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/GraphikLC-Light-Web.woff2");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/GraphikLC-Regular-Web.woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Drakors";
  src: url("fonts/DrakorsRegular-ax75x.ttf");
  font-weight: normal;
  font-style: normal;
}

body, html{
	    max-width: 480px;
    position: relative;
    margin: auto;
    margin: 0px !important;
}

html.vc_mobile{
  margin: 0px !important;
}

body{
  background-color: transparent;
}

/* Video grid */

.wpb_video_widget.wpb_content_element.video-grid .wpb_video_wrapper {
    padding: 0px;
    height: 100%;
}
.wpb_video_widget.wpb_content_element.video-grid{
	position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}
.wpb_video_widget.wpb_content_element.video-grid > .wpb_wrapper{
	height: 100%
}

video.removeEvent {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

/**************/

.realite-header.not-home{
  display: none;
}

.back-nuvens{
  background-image: url(/wp-content/uploads/2023/10/clouds_vertical.gif);
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
}

#wpadminbar {
  position: fixed !important;
}

.removeEvent{
	pointer-events: none;
}

#background{
  overflow: hidden;
  height: 100vh;
  position: absolute;
  width: 100%;
  top:0vh;
}

.back-btn,
.hamburger{
	z-index: 999;
}

#background .vc_column-inner{
  height: 100vh;
  padding-top: 0px;
}

#background .vc_column_container>.vc_column-inner{
  padding-left: 30px;
}

.container-video{
  margin-bottom: 0px !important;
}

.elementVideoFixed {
    /*top: 0vh;
    position: fixed;
    left: 0px;
	width: 100%;
    height: 120vh;*/
	
}

#myVideo {

    position: fixed;
    right: 0;
    top: 0vh;
	min-width: 100%;
	min-height: 100vh;
	  /*object-fit: cover;
	  margin-top: -100px;*/
}

.video-camera{
  min-width: 100%;
  min-height: 100%;
}

.theme-realite {
    overflow-x: hidden;
}

.header{
  display: none;
}


.logo-capa img {
  max-width: unset !important;
  width: 190%;
  transform: translateX(-50%) translateY(-50%);
  top: 45%;
  left: 50%;
  position: absolute;
}

.hamburger {
  display: block;
  width: 30px;
  height: 30px;
  margin: 15px;
  cursor: pointer;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 3;
}

.hamburger .line-hamb {
  display: block;
  width: 100%;
  height: 3px;
  margin: 5px 0;
  background-color: white;
  border-radius: 5px;
  transition: 1s;
}

.rotate1{
  transform: rotate(45deg);
  transition: 1s;
  position: relative;
  top: 8px;
  background-color: black !important;
}

.rotate3{
  transform: rotate(-45deg);
  transition: 1s;
  position: relative;
  top: -7px;
  background-color: black !important;
}

.opacity2{
  opacity: 0%;
  transition: 1s;
}

.back-menu {
  background-color: white;
  width: 100%;
  height: 50vh;
  position: fixed;
  top: -80vh;
  left: 0px;
  z-index: 2;
  transition: 1s;
}

.desce-menu{
  top: 0px;
  transition: 1s;
}

@keyframes desceMenu{
  0%{
    top: -80vh;
  }

  100%{
    top: 0vh;
  }
}

.display-block{
  display: block !important;
}

.display-none{
  display: none !important;
}


#menu-1, #app {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  padding: 0px;
  opacity: 100%;
  z-index: 999;
}

.back-menu li {
  color: black;
  display: block;
  text-align: center;
  margin: 30px 0px;
  font-size: 30px;
  font-family: "Drakors";
  font-weight: lighter;
}

.menu li a {
  color: black;
}

.back-camera{
  display: none;
}

.back-btn i, .back-camera i{
  position: fixed;
  left: 20px;
  top: 20px;
  color: white;
  font-size: 40px;
  z-index: 1;
  font-weight: normal;
  font-family: 'FontAwesome';
  padding-bottom: 30px;
  padding-right: 30px;
}


/* Homepage */

.frase-capa img {
  display: inline-block;
  height: auto;
  width: 270px;
}

.page-id-781 .back-btn{
	display:none !important;
}

#realite {
  position: absolute;
  top: 0px;
	margin-top: 30px;
  left: 10px;
}

#cachee {
  position: absolute;
  right: 0px;
  bottom: 50px;
}

.line-menu{
  width: 90%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.realite-logo-menu {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-35%);
}

.realite-logo-menu img {
    display: inline-block;
    width: 35%;
}

.realite-logo-menu img:last-child {
    width: 28%;
    margin-left: 15px;
}

/* ______ Pedro ______ */
/* opacidade do container com os cartões animados com three.js */


.splash-content{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100%;
    z-index: 1;
    display: none;
}

.container-gallery {
  opacity: 1;
/*  height: calc(100vh - 250px);*/
}

/* Opacidade 0 no botão experimentrar filtros */
.btn-camera {
  opacity: 1;
}


/* ABOUT */

.capa{
  height: unset;
}

.logo-about{
  margin-bottom: 0px !important;
}

.logo-about img {
  max-width: unset !important;
  width: 160%;
  transform: translateX(-50%) translateY(0%);
  top: 0;
  left: 50%;
  position: absolute;
}

#background-about .vc_column-inner{
  height: unset;
  padding-left: 25px;
  padding-top: 0px;
  overflow-x: hidden;
}

.creative-boutique {
  font-family: "Drakors";
  font-weight: normal;
  font-size: 27px;
  font-style: normal;
  color: white;
  padding: 0 25px;
  text-align: left;
  margin-top: 500px;
  z-index: 0;
  position: relative;
}

.boutique-text {
  padding: 0px;
  text-align: left;
  padding-right: 30px !important;
  padding-left: 15px !important;
  font-size: 17px;
  font-family: "Roboto";
  color: white;
}

.redes {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  width: calc(100% - 45px);
  position: relative;
  margin-left: 20px !important;
  margin-right: 15px !important;
}

.rede {
  height: 80px;
}

.redes .rede p, .partners-title {
  margin-left: -10px;
  margin-top: 15px;
  font-family: "Roboto";
  font-size: 14px;
  color: white;
  text-align: left;
  font-weight: 300;
}

.partners-title{
  margin-left: 0px;
}

.partners-logos .wpb_wrapper .wpb_wrapper {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  width: calc(100% - 80px);
  transform: translateX(-50%);
}

.partners-logos .logo img{
  width: 30px;
}

.logo {
    position: relative;
}

.logo .logo-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  bottom: -15px;
  text-align: center;
  color: white;
  font-family: "Graphik";
  letter-spacing: 0;
  font-size: 10px;
}

.page-id-781 .back-btn, .page-id-781 .hamburger{
  display: block;
  opacity: 1;
}


/* Gallery */

#background-gallery{
  height: unset;
}

#background-gallery .vc_column-inner{
  padding-left: 15px !important;
  padding-top: 0px;
}

.horizontal-section{
    top: 40px;
    position: relative;
}

.element3d {
  width: 84%;
  margin-bottom: 10vh;
  height: 90vh !important;
  min-height: 90vh !important;
  max-height: 100vh !important;
    margin-left: 5%;
}

#content{
  top:-20px;
}
.btn-camera a {
  
  /*  background: rgb(157 182 195);
    background: linear-gradient(0deg, rgb(157 182 195) 65%, rgba(106,159,190,0) 100%);*/
    background: transparent;
    /* mix-blend-mode: multiply; */
    width: 100%;
    height: auto;
    display: block;
    position: fixed;
    bottom: 0px;
    text-align: center;
    padding-bottom: 80px;
    padding-top: 70px;
}
.btn-camera img.vc_single_image-img.attachment-thumbnail {

    /* position: fixed; */
    /* bottom: 70px; */
    /* left: 50%; */
    /* transform: translateX(-50%) scale(1.6); */
    width: 96px;
    /* background: aliceblue; */
    width: 100px; 
    height: 100px;
}

.sticky-wrapper{
    width: 100%;
    overflow: hidden;
    position: sticky;
    top: 200px;
}

.element-wrapper{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.element-wrapper > div{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
}

.element{
    position: relative;
    width: 100%;
    height: 690px;
    margin: 0px -15px;
    flex-shrink: 0; 
    /* significa que não quero que faça shrink, se fosse 1 sigmificaria que queria que fizess */
}

.element img{
  position: absolute;
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
}

.projects-title, .name-project{
  display: none;
}

.title-gallery{
  position: relative;
  top: 55px;
}

.title-gallery h2{
  border: 1px solid white;
  color: white;
  padding: 20px 30px;
  border-radius: 100%;
  font-family: "Drakors";
  font-size: 16px;
  text-transform: capitalize;
  width: 27vh;
  text-align: center;
  min-width: 210px;
}

.title-gallery h2 span{
  margin-left: 0px;
  text-transform: lowercase;
}

.line-card{
  height: 35px;
  width: .5px;
  background-color: white;
  position: absolute;
  top: 15vh;
  left: 30px;
}

.line-card-2{
  top: calc(100% + 10px);
  left: 10%;
  height: 15px;
}

.line-card-3{
  top: calc(100% + 10px);
  left: 10%;
  height: 30px;
}

.title-card{
  font-family: "Roboto";
  font-size: 10px;
  text-transform: uppercase;
  color: white;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-10%);
  width: 120px;
}

.text-card{
  font-family: "Roboto";
  font-size: 10px;
  text-transform: uppercase;
  color: white;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-10%);
  width: 120px;
}

.text-card p{
  margin: 0px;
}

.line-right{
  left: unset;
  right: 30px;
  top: 44vh;
  height: 75px;
}

.number-card{
  font-family: "Roboto";
  font-size: 17px;
  color: white;
  position: absolute;
  top: calc(100% + 5px);
  left: -12px;
}

.text-right-card{
  font-family: "Roboto";
  font-size: 12px;
  color: white;
  position: absolute;
  top: -25px;
  left: -12px;
}

.stars{
  position: absolute;
  top: calc(100% + 10px);
  left: 0% !important;
  transform: translateX(-50%);
  width: 30px;
  height: 35px;
  background-image: url(https://realite.wevolved.com/wp-content/uploads/2023/02/star-removebg-preview.png);
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
}

.element a:nth-of-type(5) img{
  display: block;
}


/* Card */

section.type-card{
  background-color: transparent;
}

.inicio-filter > .vc_column-inner > .wpb_wrapper{
  padding: 0px 25px;
  padding-top: 40px;
  height: 100vh;
  position: relative;
}

.titulo-filter{
  position: fixed;
  top: 80px;
  width: 100%;
  padding-right: 20px;
  z-index: 1;
}

.titulo-filter.desfixa{
  position: absolute;
  top: calc(80vh + 30px);
  padding: 0px;
  padding-right: 5px;
}

.inicio-filter .wpb_single_image{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}

.inicio-filter h2{
  font-family: "Roboto";
  text-transform: uppercase;
  font-size: 38px;
}

.inicio-filter h3{
  font-family: "Drakors";
  font-size: 40px;
}

.container-video-filter{
  display: flex;
  padding: 0px 25px 0px 25px;
  align-items: flex-end;
  margin: 0px !important;
}

.container-video-filter .vc_col-sm-3{
  width: 30%;
}

.container-video-filter .vc_col-sm-9{
  width: 70%;
}

.container-video-filter > .wpb_column > .vc_column-inner{
  padding: 0px;
}

.container-video-filter h2{
  color: white;
  font-family: 'Roboto';
  text-transform: uppercase;
}

.container-video-filter h3{
  color: white;
  font-family: 'Drakors';
  text-transform: none;
}

.container-video-filter .wpb_video_wrapper{
  height: 350px;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0px !important;
}

.container-video-filter .wpb_video_wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container-video-filter .wpb_video_widget{
  margin: 0px !important;
}

.content-filter p{
  color: white;
  font-family: 'Roboto';
  padding: 20px 20px 0px;
}

.content-filter .wpb_text_column{
  margin: 0px !important;
}

.galeria-filter{
  display: flex;
  flex-wrap: nowrap;
	gap: 15px;
  justify-content: space-between;
  margin-left: 0px !important;
  padding: 0px 0px;
}

.galeria-filter .vc_col-sm-4{
  width: 33%;
}

.galeria-filter .vc_col-sm-6{
  width: 50%;
}

.galeria-filter > div > div{
  padding: 0px 0px !important;
}

.content-filter .wpb_single_image{
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin: 0px !important;
}

.content-filter{
  margin-bottom: 50px;
}

.inside-filter{
  opacity: 1;
}

.galeria-filter .vc_empty_space{
  background-size: cover;
  background-position: center;
}

/*.single-card .post-content{
  height: calc(100vh - 200px);
  overflow-y: scroll;
  overflow-x: hidden;
}*/


/* CAMERA */

.page-camera{
  background-color: transparent;
  max-width: 100%;
  max-height: 100vh;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.modo{
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.modo-option{
  color: white;
  font-family: 'Graphik';
  text-shadow: 1px 1px 3px black;
  position: relative;
  width: 70px;
  text-align: center;
}

.modo-selector{
  width: 5px;
  height: 5px;
  background-color: white;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100%;
}


.circle-camera{
  width: 110px;
  height: 110px;
  border-radius: 100%;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-position: center;
}

.circle-camera .circle-inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1.6);
  background-color: white;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.outer-circle-video {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%) translateY(0%);
  background-image: url('https://realite.wevolved.com/wp-content/uploads/2023/04/circleVideo-2.png');
  background-size: contain;
  background-position: center;
  z-index: 1;
  pointer-events: none;
}

.outer-circle{
  border: 2px solid white;
  background-color: transparent;
  width: 108px;
  height: 108px;
  position: absolute;
  border-radius: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: unset;
  bottom: 27px;
  z-index: 1;
  pointer-events: none;
}

.slide-filtros{
  position: absolute;
  bottom: 105px;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-wrapper{
  z-index: unset;
}

.circle-filter{
  width: 60px;
  height: 60px;
  transform: scale(1.6) !important;
  border-radius: 100%;
  margin: 0px 30px;
  background-size: cover;
  background-position: center;
  border: 1px solid white;

}

.circle-filter.swiper-slide-active {
  transform: scale(1.6) !important;
  background-color: white;
  border: 0px;
  z-index: 1000;
}

.circle-filter.primeiro-swiper{
  background-color: transparent;
  margin-right: 40px;
  border: 0px !important;
}

.sec-circles{
  position: absolute;
  bottom: 85px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.circle-filter-sec{
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 1px solid white;
  margin: 0px 6px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.circle-filter.swiper-slide-active .sec-circles{
  display: flex;
}

.rede-filtro{
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: transparent;
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  transform: translateX(25%) translateY(-25%);
}

.rede-filtro .fa{
  font-size: 18px;
  color: white;
}

.camera-term {
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.circle-filter.swiper-slide-active .rede-filtro{
  display: none;
}

.circle-filter.swiper-slide-active .rede-filtro-sec{
  display: flex;
  width: 20px;
  height: 20px;
  transform: translateX(35%) translateY(-35%);
}

.rede-filtro-sec .fa{
  font-size: 12px;
}

.reverse-camera img{
  transform: rotate(0);
  transition: 1s;
}

img.reverse-camera-click{
  transform: rotate(180deg);
  transition: 1s;
}

.function {
    margin: 10px 0;
}

.function img{
  width: 100%;
  transition: all 0.3s ease-out;
}

.timer-img img {
    width: 200%;
    margin-left: -15px;
    margin-top: -10px;
    margin-bottom: -10px;
}

.camera-functions {
    display: flex;
    flex-direction: column;
    width: 30px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-80%);
}

.btn-app-criada{
  position: absolute;
    text-align: center;
    top: 45%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 1px solid white;
    color: white;
    border-radius: 60px;
    padding: 10px 20px;
    font-family: 'Roboto';
    font-weight: normal;
    z-index: 10;
}

a.btn-app-criada:hover {
    color: white;
    text-decoration: none;
}

#circle-recording{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: conic-gradient(red 0deg, transparent 0deg); 
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%) translateY(0%);
  align-items: center;
  justify-content: center;
  display: none;
}

#circle-recording::before{
  content: '';
  position: absolute;
  height: 105px;
  width: 105px;
  border-radius: 100%;
  background-color: white;
}

.stop-icon{
  background-image: url('https://realite.wevolved.com/wp-content/uploads/2023/04/stop-01-01-01.png') !important;
}

.bg-none{
  background-image: none !important;
}

svg {
    position: absolute;
    bottom: 80px;
    transform: translateX(-50%);
    left: 50%;
    width: 116px;
    height: 113px;
    z-index: 1;
    pointer-events: none;
}

svg circle{
  width: 125px;
  height: 125px;
  fill: none;
  stroke-width: 4;
  stroke: red;
  transform: translate(5px, 5px);
  stroke-dasharray: 335;
  stroke-dashoffset: 335;
}

svg circle:nth-child(1){
  stroke-dashoffset: 0;
  stroke: transparent;
}

svg circle:nth-child(2){
  stroke: white;
}

.circle-option{
  width: 60px;
  height: 60px;
  transform: scale(1.6) !important;
  border-radius: 100%;
  margin: 0px 30px;
  transition: 0.5s;
  background-size: contain;
  background-position: center;
  background-color: #6c6b6bad;
  
}

.slide-after-record{
  position: absolute;
  bottom: 105px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.option-save{
  background-image: url('https://realite.wevolved.com/wp-content/uploads/2023/04/download.png');
}

.option-share{
  background-image: url('https://realite.wevolved.com/wp-content/uploads/2023/04/share.png');
}

.ball-selector{
  width: 5px;
  height: 5px;
  background-color: white;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100%;
  display: none;
}

.function.reverse-camera {
    display: none;
}

.contagem {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-family: 'Roboto';
    font-size: 90px;
    color: white;
    opacity: 50%;
}

.none{
  display: none;
}
.logoGrande{
  
    position: fixed;
    width: 100%;
    top: 50%;
    left: 50%;
    height: 100vh;
    border: none;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.force-50{
  height: 423px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.force-50 .logoGrande{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    height: 100vh;
    border: none;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.creative-boutique{
  margin-top: 0px;
}
.page-id-931,
html{
  background-color: transparent !important;

}

.elementVideoFixed{
  display: block;
}

.nuvensFundo{

    position: fixed;
    width: 100%;
    top: 50%;
    left: 50%;
    height: 100vh;
    border: none;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0;
}


/*********** STICKY TESTES ******/

/* 

#projects {
  height: 100vh;
	width: 100%;
}

.element-sticky {
  text-align: center;
	width: 100%;
}

.sticky {
  position: sticky;
  top: 0;
} */

/*********** STICKY TESTES ******/


/*.card-template-default #main{

    height: calc(100vh - 184px);
    overflow-y: auto;
    width: 100%;
    overflow-x: hidden;
}*/

@media only screen and (max-width: 376px){
  

  .element img {
    width: 75%;
  }

}

@media only screen and (max-width: 320px){

  .title-gallery h2 {
    font-size: 14px;
  }

  .element img {
    width: 85%;
  }

  .circle-filter-sec {
    width: 25px;
    height: 25px;
    margin: 0px 3px;
  }

  .circle-filter.swiper-slide-active .rede-filtro-sec {
    width: 15px;
    height: 15px;
  }

  .rede-filtro-sec .fa {
      font-size: 8px;
  }


}
