*{
  padding: 0;
  margin: 0;
}
 
 
html{
  width: 100%;
  height: 100%;
 scroll-behavior: smooth;
 
}
 body{
  width: 100%;
  height: 100%;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  color: white;
  background-color: #020202;
 }
 
 
 /* navbar  */
 .navbar{
  background: transparent;
  align-items: center; 
   transition: 0.5s ease-in-out;
 }
.navbar.scrolled {
  background:  rgba(11, 19, 29, 0.856);
  backdrop-filter: blur(5px);
 
  box-shadow: 1px 1px 6px rgb(0, 0, 0);
}

 .navbar-collapse{
  justify-content: end;
 }
 .navbar-nav{
   align-items: center;
   
 }

 .nav-item{
   font-size: 1rem;
   font-weight: 600;
   padding-right: 1rem;
   padding-left: 1rem;
 }
 .nav-item:last-child{
   padding-right: 0;
   padding-left: 0;
 }
 
 .nav-link{
   color: #fff;
   text-transform: uppercase;
 }
 
 
 .nav-link:hover{
   color: rgb(170, 43, 77);
 }
 
 .nav-item.active .nav-link{
  color:rgba(170, 43, 77, 0.726);
}

.nav-link.insta{
  font-size: 2rem;
  color:rgb(251,92,0);
  background: -webkit-linear-gradient( rgb(251,92,0),rgb(242, 0, 60));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
 
#iconeNave{
  margin-right: 0.3rem;
}


.item-drop a{
 display: flex;

}
 
.styled-menu {
  z-index: 100;
  margin: 0;
  padding: .1rem;
  border: 0;
}

.styled-menu::before {
 position: absolute;
 z-index: -5;
 bottom: 100%;
 left: 20px;
 display: block;
 width: 16px;
 height: 16px;
 content: '';
 transform: rotate(-45deg) translateY(1rem);
 border-radius: .2rem;
 background: #fff;
 box-shadow: none;
}
.item-drop a span{
 margin-right: 1rem;
}
 .whats{cursor: pointer;}
 
.dropdown-item{
 display: flex;
align-items: center;
width: 100%;
padding: 1rem 1.5rem;
margin-bottom: -1px;
background-color: #FFF;
cursor: pointer;
transition: all 0.1s ease;
}
 
.dropdown-item:hover{
 color: #000;
 border-radius: .3rem;
 transform: translateX(-15px) translateY(-3px) scale(1.1);
 box-shadow: 0 1rem 2rem rgba(31,45,61,.15);
 background-color: rgb(255, 255, 255);
}

.dropright .dropdown-toggle::after {
  margin-left: 20px;
}
 
.navbar-toggler-icon{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
 }


 /* parte do corpo do header */

.corpo{  
  background:  linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.8)), url(../imagens/background/nigthSky.png) ;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 10rem;
  width: 100%;
  height: auto;
}
#body-grid{
  display: grid;
  align-items: center;
  justify-content: center;
  padding-top: 20rem;
}
 

#eloBurn{
    color:#0088ff;
  
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
 
  margin: 0;
}

.btn{
  background:linear-gradient( to right,rgb(251,92,0),rgb(242, 0, 60));
  border-radius: 100px;
  text-align: center;
  padding: 14px 30px;
  text-transform: uppercase;
  border: none;
  -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
 
}

.btn:hover{
  box-shadow: 0 0 2em  rgb(251,92,0) ;
  transform: scale(1.05);
}

.button-group  {
  position: relative;
 z-index: 1;
}
 
.title h1{
  font-weight:bolder;
   }
  
 

#ship{ 
  filter: brightness(0.5) blur(1px) opacity(100%);
 
} 
 
.box-chip{
  animation: 1.3s bounce;

  animation-timing-function: ease-in-out;
  width: 400px;
  height: 400px;

}
  
.gridHead{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
 
  .gridHead.title{
    align-items:start;
  }
 

@keyframes bounce {
  
  0% {
    overflow: hidden;
  transform: translate(-300%,300%) ;

  }
  100% {
    overflow: hidden;
  transform: translateY(0);
  }
}
 
 


/* 
https://simplefocus.com/flowtype/ */



  .scroll {
    transform: rotate(-90deg);
    position: absolute;
    left: -5px;
    top: calc(100vh - 110px);
    font-size: 13px;
    z-index: 10;
    color:white;
  }

  .scroll .scroll-line {
    position: absolute;
    height: 2px;
    width: 30px;
    top: 7px;
    left: -37px;
  }

  .scroll .scroll-line::before {
    animation-name: scrollUm;
    animation-delay: -.5s;
  }
  .scroll .scroll-line::after, .scroll .scroll-line::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 15px;
    background:white;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  .scroll .scroll-line::after {
    animation-name: scrollUm;
  }
  
  
  @keyframes scrollUm{
    0% {
      transform: scaleX(1) translateX(30px);
      opacity: 0;
      width: 0;
    }
    50% {
      transform: scaleX(1) translateX(15px);
      opacity: 1;
      width: 15px;
    }
    100% {
      transform: scaleX(1) translateX(0);
      opacity: 0;
      width: 0;
    }
  }


  .bottom {
    position:absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: -1px;
}
svg {
  vertical-align: middle;
}
  

/* Logo */
header .logo {
	clear:both;
    display:block;
	text-align:center;
    padding-bottom:10px;
}

/* Title */
header h2 {
 
    font-size:2rem;
    color:#eee;	
	letter-spacing:2px;
	text-align:center;
	text-transform:uppercase;
	margin:0 !important;
  z-index: 1;
  position: relative;
}
.titleCards{
 padding-bottom: 4rem;
}
 

a,
a:hover,
a:focus {
    color: inherit;
}
 

.sect{
 
  background:  linear-gradient(rgba(0, 0, 0, 0.918),rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)), url(../imagens/background/bkgCards.jpg);
  background-size:cover;
background-repeat: no-repeat;
 
}
 
   
.profile-card-2  {
    max-width: 300px;
    max-height: 500px;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    margin-bottom:2rem;
    cursor: pointer;
    border-radius: 10px;
    z-index: 11;
    transition: all 0.1s ease;
    text-transform: uppercase ;
}

.profile-card-2 img {
    transition: all linear 0.25s;
    width: 300px;
    height: 500px;
}

.profile-card-2 .profile-name {
    position: absolute;
    left: 30px;
    bottom: 70px;
    font-size: 30px;
    color: #FFF;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
    font-weight: bold;
    transition: all linear 0.25s;
}

.profile-card-2 .profile-icons {
    position: absolute;
    bottom:1rem;
    right: 30px;
    color: #FFF;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
    transition: all linear 0.25s;
}

.profile-card-2 .profile-username {
    position: absolute;
    bottom: 10px;
    left: 30px;
    background:linear-gradient( to right,rgb(251,92,0),rgb(242, 0, 60));
    border-radius: 100px;
    text-align: center;
    padding: 14px 30px;
    text-transform: uppercase;
    border: none;
    color: #FFF;
    font-size: 13px;
    transition: all linear 0.2s;
}
.profile-username.btn a{
  text-decoration: none;
}

 

.profile-card-2 .profile-icons .fa {
    margin: 5px;
}
 
.profile-card-2:hover img {
  transition: all linear 0.2s;
    filter: grayscale(100%);
}

.profile-card-2:hover .profile-name {
    bottom:105px;
}
.profile-card-2:hover{
  transition: all linear 0.2s;
  transform:  translateX(0px) translateY(-3px) scale(1.1);
 
}

.profile-card-2:hover .profile-username {
    bottom: 60px;
}

.profile-card-2:hover .profile-icons {
    right: 3.5rem;
}
 
.section-branding.top {
  margin-bottom: -5px;
 
} 

 
.content-area{
  background-color: #0B1123;
  padding-top: 4rem;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);

}
.content-area2{
  background: url(../imagens/background/curveLines.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no;
  padding-top: 4rem;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
}
 

.content-inner{
  text-align: left;
  z-index: 1;
position: relative;
}
 
hr{
 
  width: 100%;
  height: 1px;
  background-color: #dddddd42;

}
.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}

.color-1{
  color: rgb(170, 43, 77);
}
.imgSobrenos{
  max-width: 100%;
  height: 400px;
  filter: brightness(88%);
 
  z-index: 1;
position: relative;
}
 /* ----------------------------------------------parte dos coments--------------------------------- */
 .comentBody .row{
   background-color: #3332354b;
   border-radius: 15px;
   text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
   margin-bottom: 2rem;
   cursor: default;
   width: 100%;
   max-width: 644px;
   padding: .7rem;
   transition: 0.2s all ease-in-out;
 }
 
.comentBody .row:hover{
  
  transform: scale(1.1);
}


 .bodyComents{
  display: flex;
  justify-content: center;

 }
  
 
 
 .avaliacoes{
   background:  url(../imagens/background/Sound.html\ Wave.svg);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   width: 100%;
   

  }
 
 .imgPeople{
  border:3px solid rgb(170, 43, 77);
   border-radius: 50%;
   margin-right: 8rem;
   max-width: 70px;
 }
 .nomePeople{
   font-size: 20px;
   font-weight: bolder;
   margin-bottom: 0;
 }
 .comentPeople{
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5em;
  margin-bottom: 0.2rem;
 }

 .date{
   font-weight: bolder;
   text-transform: uppercase;
   font-size: 15px;
   margin-bottom: 0.3rem;
 }

 .stars{
   color:#F0C000;
 }
  

/* ----------------------------------------------parte do faq--------------------------------- */
.faq_area{
  position: relative;

 }
.corpoFaq{
  position: absolute;
  min-width: 100%;
  min-height: 70rem;
 
 z-index: -1;
 
  background:url(../imagens/background/FaqBkg.png);
  background-position: center;
  background-repeat: no-repeat;
  
  background-size: cover;
 
}


  

.faq-accordian {
  position: relative;
  z-index: 1;
 
}
.faq-accordian .card {
  position: relative ;
  z-index: 1;

  margin-bottom: 1.5rem;
}
.faq-accordian .card:last-child {
  margin-bottom: 0;
}
.faq-accordian .card .card-header {
  background-color: #ffffff;
  padding: 0;
  border-bottom-color: #ebebeb;
 
}

 
 

.faq-accordian .card .card-header:hover{
  background-color: rgba(37, 37, 37, 0.1); 
 
}

.faq-accordian .card .card-header h6 {
  cursor: pointer;
  padding: 1.75rem 2rem;
  color: #0088ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq-accordian .card .card-header h6 span {
  font-size: rgb(147, 170, 43);
}
.faq-accordian .card .card-header h6.collapsed {
  color: #000000;
}
.faq-accordian .card .card-header h6.collapsed span {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.faq-accordian .card .card-body {
  padding: 1.75rem 2rem;
  color: #000;
}
.faq-accordian .card .card-body p:last-child {
  margin-bottom: 0;
}

 

.support-button i {
  color: #000000;
  font-size: 1.25rem;
}
 


  .page-footer{
    background-color: #0B131D;
    padding:8rem 0 1rem 0 !important;
  }
  .box-elo{
    cursor: default;
    transition: 0.1 ease-in-out;
  }

  .box-elo:hover{
    transform: translateY(-10px) scale(1.1);
  }

 .box-elo-top{
   background-color: #050811;
   height: 10.5rem;
   width: 11.875rem;
   border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
   box-shadow: 6px 6px 6px black;
 }
 
 .box-elo-bottom{
  background-color:  #0d152c;
  box-shadow: 6px 6px 6px black;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  height: 4.3rem;
  width:11.875;
 }
 .bar {
  background-color: #050811;
  border-radius: 1rem;
  width: 100%;
  height: .9rem;
}

 .box-elo-top-icon{
   width: 100%;
   height: 100%;
   font-size: 5rem;
   text-shadow: none;
   color: #0d152c;
   display: flex;
   align-items: center;
   justify-content: center;
 }


 .box1{
  position: absolute;
  left: 2rem;
  top: -6rem;
 }
 .box2{
  position: absolute;
  left: 17rem;
  top: -10rem;
 }
 .box3{
  position: absolute;
  top: 11rem;
  left: 2rem;
 }
 .box4 {
  position: absolute;
  top: 7rem;
  left: 17rem;
}

.box5{
  position: absolute;
top: 1rem;
right: 35rem;
}
 .grid-area2{
 display: flex;
  flex-direction: row;
 }

 .footer-item{
  margin-bottom: 30px;
  
}
 
.footer-item li a:hover{
   text-decoration: none;
   color:rgb(170, 43, 77) ;
}
.footer-copyright a:hover{
 text-decoration: none;
}
.textFooter{
  font-size: 10px;
line-height: 15px;
text-align: left;
 
}
 
#visits-box {
  position: fixed;

  z-index: 1101;
  background: linear-gradient( to right,rgb(251,92,0),rgb(242, 0, 60));
  padding: 0 15px;
  font-weight: 500;
  box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.74);
  border-radius: 10px 0px 0px 10px !important;
  color: #fff;
  cursor: default;

  top: unset !important;
  bottom: 0 !important;
  right: 0 !important;
  text-align: center;
  width: 15rem;
}


.section-branding.top.mount,.section-branding.top.chris{
  position: relative;
  margin-bottom: -100px;
}

.section-branding.top.mount img, .section-branding.top.chris img {
  position: absolute;
bottom: 0;
left: 0;
}

.section-branding.top.cloud img{
  position: relative;
z-index: 0;
}
.list-unstyled i{
  font-size: 2rem;
}
 

.ptb_100 {
  padding: 100px 0;
}
.ptb_150{
  padding: 0 0 60px 0;
}
.zap-fixed {
  position: fixed;
  bottom: 40px;
  right: 3%;
  z-index: 1101;
    font-size: 3.281rem;
}
 
.zap-fixed i{
    color:rgb(251,92,0);
  background: -webkit-linear-gradient( rgb(251,92,0),rgb(242, 0, 60));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767px){
  .header-container {
    padding-top: 25vh;
  
  }

  .imgSobrenos{
  margin-right: 3rem;
  padding: 2rem;
  }

  .gridHead.title{
    align-items:center;
  }
  .ptb_150{
    padding: 0 0 10px 0;
  }
  .contaienrComents{
  
    padding-left: 2.5rem;
   }
  .BoxImgP{
margin-left: .8rem;
  }
  .scroll{
    visibility: hidden;
  }
  #visits-box {
    top: unset !important;
    bottom: 0 !important;
    left: 0 !important;
    border-radius: 0 10px 0 0px !important;
    text-align: center;
    width: 15rem;
  }

  .btn{
   margin-top: .5rem;
  }
  
  }

  /* #video-frame-inner  {
    animation: 50s linear infinite reverse rotateVideoFrame;
    transform-origin: center center;
    -ms-transform-origin: center center;    
  
  
  } */
  .front-video[_ngcontent-serverApp-c8] .video-poster[_ngcontent-serverApp-c8] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25rem;
   
    height: 25rem;
   
    overflow-x : hidden;
    -ms-transform: translate(-50%,-60%);
    transform: translate(-50%,-60%);
    border-radius: 50%;
    background-position: center center !important;
    background-size: cover !important;
    transition: background-image .3s;
    
   z-index: 2;
   
  }
 


  .modal-dialog {
    max-width: 1000px;
    margin: 30px auto;
   
}



.modal-body {
position:relative;
padding:0px;

}
.close {
position:absolute;
right:-30px;
top:0;
z-index:999;
font-size:2rem;
font-weight: normal;
color:#fff;
opacity:1;
}

 .video-poster {
        background-image: url(../imagens/logo/logoPequena.png) ;
        position: relative;
      
  }
  
  /* .front-video[_ngcontent-serverApp-c8] .video-poster[_ngcontent-serverApp-c8] i[_ngcontent-serverApp-c8] {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 60%;
    -ms-transform: translate(-50%,-60%);
    transform: translate(-50%,-60%);
    font-size: 5rem;
    color:white;
 
  } */
  
  .front-video[_ngcontent-serverApp-c8] .video-poster[_ngcontent-serverApp-c8] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25rem;
   
    height: 25rem;
    max-width:20rem;
    max-height: 20rem;
    
    overflow-x : hidden;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background-position: center center !important;
    background-size: cover !important;
    transition: background-image .3s;
 
   z-index: 2;
  
  }
 
 
  #video-frame-inner{
    fill :black;
  
  }
  

  @keyframes rotateVideoFrame{
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  
  @media(max-width:991px) and ( min-width:768px){
    .profile-card-2 .profile-icons{
      position: absolute;
      bottom: 3.5rem;
      right: 30px;
      color: #FFF;
      text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
      transition: all linear 0.25s;
    }
    .profile-card-2:hover .profile-icons {
      right: 40px;
      bottom: 2.2rem;
    }
  }

  @media (max-width: 992px){

    .modal-dialog {
      max-width: 1000px;
      margin: 30px auto;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
  }
    .nav-item:last-child{
      padding-right: 1rem;
      padding-left: 1rem;
    }
  .header-container{
    padding-top: 30vh;
  }
  .navbar.scrolled {
    background:  rgba(11, 19, 29, 0.856);
    backdrop-filter: none;
   
    box-shadow: 1px 1px 6px rgb(0, 0, 0);
  }

  .navbar-nav{
    align-items:start;
    
  }
  .nav-item.active {
    background:transparent;
    
   }
   .imgSobrenos {
    max-width: 100%;
    height:300px;
    filter: brightness(88%);
    z-index: 1;
    position: relative;
    padding-top: 1.5rem;
  }
  
  .service-thumb{
  
    display: grid;
    justify-content: center;
    
  }
  
  .section-heading h2{
    font-size: 1.5rem;
  }
  
  .styled-menu::before {
  visibility: hidden;
   }
   
  }

  @media(max-width:574px){
    .support-button p {
      font-size: 14px;
  }
  .front-video[_ngcontent-serverApp-c8] .video-poster[_ngcontent-serverApp-c8] {
  
    max-width:15rem;
    max-height: 15rem;
   
  }
 
    .support-button a {
      font-size: 13px;
  }
  .support-button i {
    font-size: 1rem;
  }
    .box-chip {
     width: 300px;
     height: 300px;
    }
    .box2,.box4{
      display: none;
      }
      
       
       .box3{
        position: absolute;
        top: 9rem;
        left:9rem;
       }

       .imgSobrenos {
        max-width: 100%;
        height: 200px;
        filter: brightness(88%);
        z-index: 1;
        position: relative;
        padding-top: 1.5rem;
      }
      
  }  
  @media(max-width:375px){
    .front-video[_ngcontent-serverApp-c8] .video-poster[_ngcontent-serverApp-c8] {
  
      max-width:13rem;
      max-height: 13rem;
     
    }
  }
  
  @media (max-width:360px){
    .box3{
      position: absolute;
      top: 9rem;
      left:7rem;
     }
     .front-video[_ngcontent-serverApp-c8] .video-poster[_ngcontent-serverApp-c8] {
  
      max-width:12rem;
      max-height: 12rem;
     
    }
  }