body{
  margin: 0;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;

}

.bg-image {
  background-image: url("images/back2.jpg");
  width: 100vw;
  height: 105vh;
  margin-top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}

.bg-image-sobre {
  background-image: url("images/back3.jpg");
  width: 100vw;
  height: 160vh;
  margin-top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}

.bg-image-missao {
  background-image: url("images/back4.jpg");
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}


@keyframes text_fade {
0%{opacity: 0;}
100%{opacity: 1;}
}

.bloco{
  position: absolute;
  opacity: 0;
  color: white;
  text-align: justify;
  width: 50vw;
  height: 80vh;
  left: 10vw;
  top: 20vh;
  animation-name: text_fade;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

.tit{
color: white;
}

h1 {
  font-size: 5.62rem;
  line-height: 2;
  font-family: 'Poppins', sans-serif;
  margin: 50px auto 0 auto;
  color: #354259;
}

h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  color: #354259;
}

h3 {
  font-family: 'Poppins', sans-serif;
  color: #11999E;
}

p {
  line-height: 2em;
  margin: 0 auto 0 auto;
  font-weight: 300;
}

.imp {
  position: relative;
  width: 100vw;
  height: 200px;
}

.banner {
  width: 100vw;
  width: 100vw;
  display: flex;
}

#navbar {
  top: -100px;
  left: 0;
  width: 100vw;
  height: 120px;
  z-index: 2000;
  background-color: hsla(280, 72%, 25%, 0.0);
  mix-blend-mode: normal;
  position:absolute;
  font-weight: 600;
  font-size: 20px;
  animation-name: nav_intro;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

@keyframes nav_intro {
  0%{transform:translateY(0px);}
  100%{transform:translateY(100px);}
}


#navbar[data-visible="true"]{
  transform: translateX(0%);
}

#logo {
  position: absolute;
  top: -100px;
  left: 6vw;
  z-index: 3;
  animation-name: logo_intro;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

@keyframes logo_intro {
  0%{transform:translateY(0px);}
  100%{transform:translateY(120px);}
}

#navbar #nav {
  float: right;
  padding-top: 1.1em;
  padding-right: 1em;
}

li {
  list-style: none;
  display: inline-block;
  padding-right: 40px;
}

li a {
  text-decoration: none;
  color: #fafafa;
}

li a:hover {
  color: #dba7a5;
  text-shadow: 0px 0px 10px #e160b6;
}

#text1 {
  position:absolute;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  top: 2vw;
  color: hsla(0, 0%, 100%, 0.0);
  font-size: 10vw;
  animation-name: ani_text1;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-delay: 1s;  
}

@keyframes ani_text1 {
  0%{color: hsla(0, 0%, 100%, 0); left: 30vw;}
  100%{color: rgba(255, 255, 255, 0.63); left: 5vw;}
}

#text2
{
  position:absolute;
  font-family: 'Poppins', sans-serif;
  font-weight:900;
  top: 11vw;
  left: 12vw;
  color: hsla(0, 0%, 100%, 0);
  font-size: 9vw;
  animation: 4s ani_text2 0.5s ease-out, 4s,
              2s neon 4.5s infinite, 4s;
 
  
  
}

@keyframes ani_text2 {
  0%{color: hsla(0, 0%, 100%, 0); left: 30vw;}
  50%{color: rgb(255, 255, 255); left: 12vw;}
  100%{color: rgb(255, 255, 255); left: 12vw;}
}

:root {
  --shadow-color: #FF9E9E;
  --shadow-color-light: white;
}

@keyframes neon {
  0% {
    text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
    0 0 3px var(--shadow-color-light), 0 0 10px var(--shadow-color-light), 0 0 20px var(--shadow-color-light),
    0 0 30px var(--shadow-color), 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 70px var(--shadow-color), 0 0 100px var(--shadow-color), 0 0 200px var(--shadow-color);
  }
  50% {
    text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
    0 0 5px var(--shadow-color-light), 0 0 15px var(--shadow-color-light), 0 0 25px var(--shadow-color-light),
    0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 60px var(--shadow-color), 0 0 80px var(--shadow-color), 0 0 110px var(--shadow-color), 0 0 210px var(--shadow-color);
  }
  100% {
    text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
    0 0 3px var(--shadow-color-light), 0 0 10px var(--shadow-color-light), 0 0 20px var(--shadow-color-light),
    0 0 30px var(--shadow-color), 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 70px var(--shadow-color), 0 0 100px var(--shadow-color), 0 0 200px var(--shadow-color);
  }
  }
  
#text3
{
  position:absolute;
  font-family: 'Raleway', sans-serif;
  font-weight:100;
  top: 26.3vw;
  font-size: 3vw;
  color: hsla(0, 0%, 100%, 0);
  animation-name: ani_text3;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 2s; 
}

@keyframes ani_text3 {
  0%{color: hsla(0, 0%, 100%, 0); left: 20vw;}
  100%{color: hsla(0, 0%, 100%, 0.552); left: 10vw;}
}

#text4
{
  position:absolute;
  font-family: 'Dancing Script', cursive;
  font-weight:700;
  top: 29.8vw;
  color: hsla(0, 0%, 100%, 0);
  font-size:2vw;
  animation-name: ani_text4;
  animation-duration: 1.9s;
  animation-fill-mode: forwards;
  animation-delay: 2s; 
}

@keyframes ani_text4 {
  0%{color: hsla(0, 0%, 100%, 0); left: 30vw;}
  100%{color: hsla(0, 0%, 100%, 1); left: 15vw;}
}

#text5
{
  position:absolute;
  font-family: 'Raleway', sans-serif;
  font-weight:900;
  top: 19vw;
  left: 24vw;
  color: hsla(0, 0%, 100%, 0);
  font-size:12vw;
  text-align: center;
  animation-name: ani_text5;
  animation-duration: 1.9s;
  animation-fill-mode: forwards;
  animation-delay: 2s; 
}

@keyframes ani_text5 {
  0%{color: hsla(0, 0%, 100%, 0); transform: scale(0.1);}
  100%{color: hsla(0, 0%, 100%, 1); transform: scale(1);}
}

#text6
{
  position:absolute;
  font-family: 'Cormorant Garamond', serif;
  font-weight:500;
  top: 25em;
  right: 6em;
  color: hsla(0, 0%, 100%, 0);
  font-size: 3vh;
  animation-name: ani_text6;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 4s;
}

@keyframes ani_text6 {
  0%{color: hsla(0, 0%, 100%, 0);}
  100%{color: hsla(0, 0%, 100%, 1);}
}

#text7
{
  position:absolute;
  font-family: 'Cormorant Garamond', serif;
  font-weight:500;
  top: 26em;
  right:3em;
  color: hsla(0, 0%, 100%, 0);
  font-size: 3vh;
  animation-name: ani_text7;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 4.5s;
}

@keyframes ani_text7 {
  0%{color: hsla(0, 0%, 100%, 0);}
  100%{color: hsla(0, 0%, 100%, 1);}
}

#text8
{
  position:absolute;
  font-family: 'Cormorant Garamond', serif;
  font-weight:500;
  top: 27em;
  right: 10em;
  color: hsla(0, 0%, 100%, 0);
  font-size: 3vh;
  animation-name: ani_text8;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 5s;
}

@keyframes ani_text8 {
  0%{color: hsla(0, 0%, 100%, 0);}
  100%{color: hsla(0, 0%, 100%, 1);}
}


/* Fundo dos Serviços*/

.servicos {
  width:100vw;
  height:210vh;
  background-image: linear-gradient(to bottom, #2e2331, #130517);
  z-index: 1000;
  padding-top: 2em;
  text-align: center;

}

#osn{
color: white;
position: absolute;
left:52%;
font-size: 1rem;

}

#servicos{
  
  
  color: white;
  font-family: 'Cormorant Garamond', serif;
  top: 10vw;
  font-size: 5rem;
  text-align: center;
}

/* Código do primeiro serviço*/
.carta1{
  position: absolute;
  top: 130vh;
  left: 10vw;
  width: 24vw;
  height: 60vh;
}

.serv1_cont{
  text-align: center;
  position: relative;
  transition: transform 3s;
  width: 24vw;
  height: 60vh;
  background: #1a011f;
  transform-style: preserve-3d;
}

.carta1:hover .serv1_cont{
  transform: rotateY(.5turn);
}

.serv1_frente,
.serv1_costas{
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.serv_titulo{
  position: absolute;
  bottom: -1vw;
  left: 25px;
  color: white;
  transform: translateZ(5rem);
  font-size: 2vw;
}

.serv1_costas{
  position: absolute;
  top: 100px;
  
  transform: rotateY(.5turn);
}

.serv_costas{
  color: white;
  transform: translateZ(100px);
  padding: 2rem;
  font-size: 1vw;
}

.serv1_frente{
  background-image: url(images/imagem1.jpg);
  background-position: center;
  background-size: cover;
}

/* Código do segundo serviço*/

.carta2{
  position: absolute;
  top: 145vh;
  left: 50%;
  transform: translateX(-12vw);
  width: 24vw;
  height: 60vh;
}

.serv2_cont{
  text-align: center;
  position: relative;
  transition: transform 3s;
  width: 24vw;
  height: 60vh;
  background: #1a011f;
  transform-style: preserve-3d;
}

.carta2:hover .serv2_cont{
  transform: rotateY(.5turn);
}

.serv2_frente,
.serv2_costas{
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.serv2_costas{
  position: absolute;
  top: 100px;
  
  transform: rotateY(.5turn);
}

.serv2_frente{
  background-image: url(images/imagem2.jpg);
  background-position: center;
  background-size: cover;
}

/* Código do terceiro serviço*/

.carta3{
  position: absolute;
  top: 160vh;
  right:10vw;
  width: 24vw;
  height: 60vh;
}

.serv3_cont{
  text-align: center;
  position: relative;
  transition: transform 3s;
  width: 24vw;
  height: 60vh;
  background: #1a011f;
  transform-style: preserve-3d;
}

.carta3:hover .serv3_cont{
  transform: rotateY(.5turn);
}

.serv3_frente,
.serv3_costas{
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.serv3_costas{
  position: absolute;
  top: 100px;
  
  transform: rotateY(.5turn);
}

.serv3_frente{
  background-image: url(images/imagem3.jpg);
  background-position: center;
  background-size: cover;
}

/* Código do quarto serviço*/


.carta4{
  position: absolute;
  top: 210vh;
  left:10vw;
  width: 24vw;
  height: 60vh;
}

.serv4_cont{
  text-align: center;
  position: relative;
  transition: transform 3s;
  width: 24vw;
  height: 60vh;
  background: #2e2331;
  transform-style: preserve-3d;
}

.carta4:hover .serv4_cont{
  transform: rotateY(.5turn);
}

.serv4_frente,
.serv4_costas{
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.serv4_costas{
  position: absolute;
  top: 100px;
  
  transform: rotateY(.5turn);
}

.serv4_frente{
  background-image: url(images/imagem4.jpg);
  background-position: center;
  background-size: cover;
}

/* Código do quinto serviço*/

.carta5{
  position: absolute;
  top: 225vh;
  left: 50%;
  transform: translateX(-12vw);
  width: 24vw;
  height: 60vh;
}

.serv5_cont{
  text-align: center;
  position: relative;
  transition: transform 3s;
  width: 24vw;
  height: 60vh;
  background: #2e2331;
  transform-style: preserve-3d;
}

.carta5:hover .serv5_cont{
  transform: rotateY(.5turn);
}

.serv5_frente,
.serv5_costas{
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.serv5_costas{
  position: absolute;
  top: 100px;
  
  transform: rotateY(.5turn);
}

.serv5_frente{
  background-image: url(images/imagem5.jpg);
  background-position: center;
  background-size: cover;
}

/* Código do sexto serviço*/

.carta6{
  position: absolute;
  top: 240vh;
  right:10vw;
  width: 24vw;
  height: 60vh;
}

.serv6_cont{
  text-align: center;
  position: relative;
  transition: transform 3s;
  width: 24vw;
  height: 60vh;
  background: #2e2331;
  transform-style: preserve-3d;
}

.carta6:hover .serv6_cont{
  transform: rotateY(.5turn);
}

.serv6_frente,
.serv6_costas{
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.serv6_costas{
  position: absolute;
  top: 100px;
  
  transform: rotateY(.5turn);
}

.serv6_frente{
  background-image: url(images/imagem6.jpg);
  background-position: center;
  background-size: cover;
}

/* Fundo dos icones*/

.icons {
  width:100vw;
  height:11.5em;
  background-image: url("images/back2.jpg");
  background-position: center;
  z-index: 1000;
  text-align: center;
  background-attachment: fixed;
}

.indi{
  width: 80vw;
  height:20vh;
  position: absolute;
  transform: translateX(10vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}
.hidden{
  scale: 0.8;
  width: 120px;
  transform: translateY(15rem);
  opacity: 0;
  transition: all 2s;
}

.show{
  opacity: 1;
  transform: translateY(0.7rem);
}

.Footer {
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 20em;
  z-index: 999;
  background-image: linear-gradient(to bottom, #2e2331, #130517);
  padding-bottom: 0;
}

.Footer2 {
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 10em;
  z-index: 999;
  background-image: linear-gradient(to bottom, #2e2331, #130517);
  padding-bottom: 0;
}

.footer_cont{
  position: absolute;
  width: 90vw;
  height: 16em;
  left: 5vw;
  transform: translateY(2em);
  
}

.footer_cont_{
  position: absolute;
  width: 90vw;
  height: 10vh;
  left: 5vw;
  transform: translateY(2em);
  
}

.roda_logo{
  position: absolute;
  bottom: 0;
}

.roda_logo_{
  position: absolute;
  bottom: 0;
} 

.roda_titulo{
  color: dimgrey;
  font-family: 'Cormorant Garamond', serif;
  text-align: right;
  
}

.roda_texto{
  font-family: 'Raleway', sans-serif;
  color: white;
  text-align: right;
  line-height: 1.5em;
  font-size: 1.5em;
}

.logos{
  display: flex;
  width: 10em;
  float: right;
  justify-content:space-between;
  padding-left: 2em;
  transform: translateY(0.7em);
}


.links{
  position: relative;
  display:flex;
  z-index: 1000;
  width: 12em;
  height: 3em;
  margin: 0.5em auto;

}

.links img{
  z-index: 1000;
  padding-left: 0.2em;
  padding-right: 0.2em;
  display:flex;
  align-items: center;
  align-content: center;
  justify-content:center;
  margin: 0.5em auto;
}


@keyframes scroll-animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}


/*-----------------------------móvel ------------------------------------*/


@media (orientation :portrait){
  
  li {
    left: auto;
    right: auto;
    bottom: 3vh;
    list-style: none;
    display: inline-block;
    padding-right: 40px;
    font-size: clamp(1.5rem,2vw ,2rem);
  }
  
  #navbar {
    transition: none;
    animation: none;
    bottom: 0;
    top: auto;
    position: fixed;
    width: 100vw;
    background-color: hsla(280, 72%, 25%, 1);
    height: 7rem;
  }

  #nav{
    width: 100vw;
  }
  
  #logo {
    scale: 1.5;
    left: 11vw;
  }

  #text1{
  position:absolute;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  top: 30vh;
  color: hsla(0, 0%, 100%, 0.0);
  font-size: 6.2vh;
  animation-name: ani_text1;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-delay: 1s;  
}

@keyframes ani_text1 {
  0%{color: hsla(0, 0%, 100%, 0); left: 25vw;}
  100%{color: rgba(255, 255, 255, 0.63); left: 5vw;}
}

#text2
{
  position:absolute;
  font-family: 'Poppins', sans-serif;
  font-weight:900;
  top: 35vh;
  left: 14vh;
  color: hsla(0, 0%, 100%, 0);
  font-size: 6.6vh;
  animation: 4s ani_text2 0.5s ease-out, 4s,
              2s neon 4.5s infinite, 4s;
              animation-fill-mode: forwards;
}

@keyframes ani_text2 {
  0%{color: hsla(0, 0%, 100%, 0); left: 14vw;}
  50%{color: rgb(255, 255, 255); left: 8vw;}
  100%{color: rgb(255, 255, 255); left: 8vw;}
}

:root {
  --shadow-color: #FF9E9E;
  --shadow-color-light: white;
}

@keyframes neon {
  0% {
    text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
    0 0 3px var(--shadow-color-light), 0 0 10px var(--shadow-color-light), 0 0 20px var(--shadow-color-light),
    0 0 30px var(--shadow-color), 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 70px var(--shadow-color), 0 0 100px var(--shadow-color), 0 0 200px var(--shadow-color);
  }
  50% {
    text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
    0 0 5px var(--shadow-color-light), 0 0 15px var(--shadow-color-light), 0 0 25px var(--shadow-color-light),
    0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 60px var(--shadow-color), 0 0 80px var(--shadow-color), 0 0 110px var(--shadow-color), 0 0 210px var(--shadow-color);
  }
  100% {
    text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
    0 0 3px var(--shadow-color-light), 0 0 10px var(--shadow-color-light), 0 0 20px var(--shadow-color-light),
    0 0 30px var(--shadow-color), 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 70px var(--shadow-color), 0 0 100px var(--shadow-color), 0 0 200px var(--shadow-color);
  }
  }
  

#text3
{
  position:absolute;
  font-family: 'Raleway', sans-serif;
  font-weight:400;
  top: 46.7vh;
  font-size: 2vh;
  color: hsla(0, 0%, 100%, 0);
  animation-name: ani_text3;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 2s; 
}

@keyframes ani_text3 {
  0%{color: hsla(0, 0%, 100%, 0); left: 20vw;}
  100%{color: hsla(0, 0%, 100%, 0.552); left: 10vw;}
}

#text4
{
  position:absolute;
  font-family: 'Dancing Script', cursive;
  font-weight:700;
  top: 48.5vh;
  color: hsla(0, 0%, 100%, 0);
  font-size:2vh;
  animation-name: ani_text4;
  animation-duration: 1.9s;
  animation-fill-mode: forwards;
  animation-delay: 2s; 
}

@keyframes ani_text4 {
  0%{color: hsla(0, 0%, 100%, 0); left: 40vw;}
  100%{color: hsla(0, 0%, 100%, 1); left: 20vw;}
}

#text5
{
  position:absolute;
  font-family: 'Raleway', sans-serif;
  font-weight:900;
  top: 45.5vh;
  left: 28vw;
  color: hsla(0, 0%, 100%, 0);
  font-size:7vh;
  text-align: center;
  animation-name: ani_text5;
  animation-duration: 1.9s;
  animation-fill-mode: forwards;
  animation-delay: 2s; 
}

@keyframes ani_text5 {
  0%{color: hsla(0, 0%, 100%, 0); transform: scale(0.1);}
  100%{color: hsla(0, 0%, 100%, 1); transform: scale(1);}
}

#text6
{
  position:absolute;
  font-family: 'Cormorant Garamond', serif;
  font-weight:500;
  top:auto;
  bottom: 16vh;
  right: 15vw;
  color: hsla(0, 0%, 100%, 0);
  font-size: 3vh;
  animation-name: ani_text6;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 4s;
}

@keyframes ani_text6 {
  0%{color: hsla(0, 0%, 100%, 0);}
  100%{color: hsla(0, 0%, 100%, 1);}
}

#text7
{
  position:absolute;
  font-family: 'Cormorant Garamond', serif;
  font-weight:500;
  top:auto;
  bottom: 13vh;
  right:5vw;
  color: hsla(0, 0%, 100%, 0);
  font-size: 3vh;
  animation-name: ani_text7;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 4.5s;
}

@keyframes ani_text7 {
  0%{color: hsla(0, 0%, 100%, 0);}
  100%{color: hsla(0, 0%, 100%, 1);}
}

#text8
{
  position:absolute;
  font-family: 'Cormorant Garamond', serif;
  font-weight:500;
  top:auto;
  bottom: 10vh;
  right: 20vw;
  color: hsla(0, 0%, 100%, 0);
  font-size: 3vh;
  animation-name: ani_text8;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 5s;
}

@keyframes ani_text8 {
  0%{color: hsla(0, 0%, 100%, 0);}
  100%{color: hsla(0, 0%, 100%, 1);}
}


/* Fundo dos Serviços*/

.servicos {
  width:100vw;
  height:300vh;
  background-image: linear-gradient(to bottom, #2e2331, #130517);
  z-index: 1000;
  padding-top: 2em;
  text-align: center;

}

#osn{
color: white;
position: absolute;
top: 112vh;
left:52%;
font-size: 3vw;

}

#servicos{
  position: absolute;
  width: 100vw;
  color: white;
  font-family: 'Cormorant Garamond', serif;
  top: 109vh;
  font-size: 10vw;
  text-align: center;
}

/* Código do primeiro serviço*/
.carta1{
  position: absolute;
  top: 130vh;
  left: 10vw;
  width: 80vw;
  height: 40vh;
}

.serv1_cont{
  text-align: center;
  position: relative;
  transition: transform 3s;
  width: 80vw;
  height: 40vh;
  background: #1a011f;
  transform-style: preserve-3d;
}

.carta1:hover .serv1_cont{
  transform: rotateY(.5turn);
}

.serv1_frente,
.serv1_costas{
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.serv_titulo{
  position: absolute;
  bottom: -1vw;
  left: 25px;
  color: white;
  transform: translateZ(5rem);
  font-size: 6vw;
}

.serv1_costas{
  position: absolute;
  top: 100px;
  
  transform: rotateY(.5turn);
}

.serv_costas{
  color: white;
  transform: translateZ(100px);
  padding: 2rem;
  font-size: 4vw;
}

.serv1_frente{
  background-image: url(images/imagem1.jpg);
  background-position: center;
  background-size: cover;
}

/* Código do segundo serviço*/

.carta2{
  position: absolute;
  top: 175vh;
  left: 10vw;
  width: 80vw;
  height: 40vh;
  transform: translateX(0);
}

.serv2_cont{
  text-align: center;
  position: relative;
  transition: transform 3s;
  width: 80vw;
  height: 40vh;
  background: #1a011f;
  transform-style: preserve-3d;
}

.carta2:hover .serv2_cont{
  transform: rotateY(.5turn);
}

.serv2_frente,
.serv2_costas{
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.serv2_costas{
  position: absolute;
  top: 100px;
  
  transform: rotateY(.5turn);
}

.serv2_frente{
  background-image: url(images/imagem2.jpg);
  background-position: center;
  background-size: cover;
}

/* Código do terceiro serviço*/

.carta3{
  position: absolute;
  top: 220vh;
  left:10vw;
  width: 80vw;
  height: 40vh;
}

.serv3_cont{
  text-align: center;
  position: relative;
  transition: transform 3s;
  width: 80vw;
  height: 40vh;
  background: #1a011f;
  transform-style: preserve-3d;
}

.carta3:hover .serv3_cont{
  transform: rotateY(.5turn);
}

.serv3_frente,
.serv3_costas{
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.serv3_costas{
  position: absolute;
  top: 100px;
  
  transform: rotateY(.5turn);
}

.serv3_frente{
  background-image: url(images/imagem3.jpg);
  background-position: center;
  background-size: cover;
}

/* Código do quarto serviço*/


.carta4{
  position: absolute;
  top: 265vh;
  left:10vw;
  width: 80vw;
  height: 40vh;
}

.serv4_cont{
  text-align: center;
  position: relative;
  transition: transform 3s;
  width: 80vw;
  height: 40vh;
  background: #2e2331;
  transform-style: preserve-3d;
}

.carta4:hover .serv4_cont{
  transform: rotateY(.5turn);
}

.serv4_frente,
.serv4_costas{
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.serv4_costas{
  position: absolute;
  top: 100px;
  
  transform: rotateY(.5turn);
}

.serv4_frente{
  background-image: url(images/imagem4.jpg);
  background-position: center;
  background-size: cover;
}

/* Código do quinto serviço*/

.carta5{
  position: absolute;
  top: 310vh;
  left: 10vw;
  transform: translateX(0);
  width: 80vw;
  height: 40vh;
}

.serv5_cont{
  text-align: center;
  position: relative;
  transition: transform 3s;
  width: 80vw;
  height: 40vh;
  background: #2e2331;
  transform-style: preserve-3d;
}

.carta5:hover .serv5_cont{
  transform: rotateY(.5turn);
}

.serv5_frente,
.serv5_costas{
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.serv5_costas{
  position: absolute;
  top: 100px;
  
  transform: rotateY(.5turn);
}

.serv5_frente{
  background-image: url(images/imagem5.jpg);
  background-position: center;
  background-size: cover;
}

/* Código do sexto serviço*/

.carta6{
  position: absolute;
  top: 355vh;
  right:10vw;
  width: 80vw;
  height: 40vh;
}

.serv6_cont{
  text-align: center;
  position: relative;
  transition: transform 3s;
  width: 80vw;
  height: 40vh;
  background: #2e2331;
  transform-style: preserve-3d;
}

.carta6:hover .serv6_cont{
  transform: rotateY(.5turn);
}

.serv6_frente,
.serv6_costas{
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.serv6_costas{
  position: absolute;
  top: 100px;
  
  transform: rotateY(.5turn);
}

.serv6_frente{
  background-image: url(images/imagem6.jpg);
  background-position: center;
  background-size: cover;
}

.rodape {
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 20em;
  z-index: 999;
  background-color: #1a011f;
  mix-blend-mode: normal;
  font-weight: 600;
  font-size: 2em;
  padding-bottom: 0;
}

.Footer {
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 20em;
  z-index: 999;
  background-image: linear-gradient(to bottom, #2e2331, #130517);
  padding-bottom: 0;
}

.Footer2 {
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 10em;
  z-index: 999;
  background-image: linear-gradient(to bottom, #2e2331, #130517);
  padding-bottom: 0;
}

.footer_cont{
  position: absolute;
  width: 90vw;
  height: 24em;
  left: 5vw;
  transform: translateY(2em);
  
}

.footer_cont_{
  position: absolute;
  width: 90vw;
  height: 10vh;
  left: 5vw;
  transform: translateY(2em);
  
}

.roda_logo{
  position: absolute;
  bottom: 9rem;
}

.roda_logo_{
  position: absolute;
  bottom: 0;
} 

.roda_titulo{
  color: dimgrey;
  font-family: 'Cormorant Garamond', serif;
  text-align: right;
  
}

.roda_texto{
  font-family: 'Raleway', sans-serif;
  color: white;
  text-align: right;
  line-height: 1.5em;
  font-size: 1.5em;
}

.logos{
  display: flex;
  width: 10em;
  float: right;
  justify-content:space-between;
  padding-left: 2em;
  transform: translateY(0.7em);
}


.links{
  position: relative;
  display:flex;
  z-index: 1000;
  width: 12em;
  height: 3em;
  margin: 0.5em auto;

}

.links img{
  z-index: 1000;
  padding-left: 0.2em;
  padding-right: 0.2em;
  display:flex;
  align-items: center;
  align-content: center;
  justify-content:center;
  margin: 0.5em auto;
}


@keyframes scroll-animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.icons {
  width:100vw;
  height:11.5em;
  background-image: url("images/back2.jpg");
  background-position: center;
  z-index: 1000;
  text-align: center;
  background-attachment: fixed;
}

.indi{
  width: 80vw;
  height:8vh;
  position: absolute;
  transform: translateX(10vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bloco{
  font-size: 2rem;
  position: absolute;
  opacity: 0;
  color: white;
  text-align: justify;
  width: 80vw;
  height: 80vh;
  left: 10vw;
  top: 20vh;
  animation-name: text_fade;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
}