@font-face{
font-family: lobster;
src: url(../font/Lobster-Regular.ttf)
}
body{	
   margin: 0;	
	background-color: #000 !important;
   background-attachment: fixed;
   color: #fff !important;
   
   background-size: cover;
}

@media (max-width: 800px){
   .img-5{display: none;}
   .text{text-align: right;
      padding-top: 80px !important;}
   .nav-topo{background-color: #000;}
   .logo-menu{display: block !important;}
   .logo-banner{display: none;}
   .logo{top: 100px !important; text-align: right; right: 10px;}
   .img-univ{width: 60px !important;}
   .logo-menu-page{width: 250px !important;}
}

#whatss{
text-decoration: none;
background: #29a71a;

bottom: 85px;
right: 20px;
color: #fff;
text-align: center;
cursor: pointer;
padding: 15px;
font-size: 30px;
text-transform: uppercase;
position: fixed;
border-radius: 50%;
font-family: times !important;
z-index: 2;
}
#whatss:hover {
opacity: 0.8;
}	
.nav-topo{
   background-color: #000;
}
.menu{
   color: #fff;
}
.menu:hover{
   color: #fff;
}
.social{
   bottom: 20px;
   position: absolute;
   left: 15px;
   z-index: 100 !important;
}
.btn-toggler{
   color: #fff;
}
#imagem{
height: 100vh;
}
.img-1{

   position: absolute;
   z-index: 10 !important;
}
.img-2{
   position: absolute;

   top: 0;
}
.img-3{
   position: absolute;
   bottom: 0;
   right: 0;
   z-index: 10 !important;
}
.img-4{
   position: absolute;
  bottom: 0;
   right: 0 !important;
}
.img-5{
   position: absolute;
   bottom: 10%;
   left: 20%;
  z-index: 2 !important;
}
.img-6{
   position: absolute;
   right: 0;
   z-index: -2;
} 

.text{
   padding-top: 150px;
   color: #fff;
   z-index: 100 !important;
}
.logo-menu{
   display: none;
}
#contato{
   padding-top: 20px;
}
.logo{
   bottom: 160px;
   position: absolute;
   left: 15px;
   z-index: 100 !important;
}
.img-univ{
   
   width: 100px;
}
.a-modal{
   cursor: pointer !important;
}
.text-modal{
   color: #000 !important;
}
/*Videos*/
#videos{
   margin-top: 100px;
}
.video-banner{
   width: 100%;
   border-style: solid;
  border-color: red;
  border-width: 5px;
}
#treinamento{
    margin-top: 100px;
}
#contato{
   margin-top: 100px;
}
.quemsoueu{
   background-image: url("../image/fundo_quem.png");
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
}