

/*Body da página */

body {
    background-color: #000 ;
	font-family: 'Roboto';font-size:22px;
}

/* Logo configs */

.logo{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

/* Navbar configs */

ul {
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: ;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
    border-right: 1px solid #bbb ;
}

li a:hover {
	background-color: rgb(255, 255, 255);
	color: #000;
}

/* Navbar responsive config */

ul.topnav{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

ul.topnav li {float: left;}

ul.topnav li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

ul.topnav li a:hover:not(.active) {background-color: lightblue;}



ul.topnav li.right {float: right;}

@media screen and (max-width: 600px) {
  ul.topnav li.right, 
  ul.topnav li {float: none;}
}

.active {
	background-color: rgb(5, 19, 139);
}


/* Titulo config */

.titulo{
	color: #fff;
	text-align: center;

}

/* Video config */

.video {
	width: 100%;
	height: auto;
}

/* Social tittle configs */
.socialtittle{
color: #fff;
text-align: center;
}


/* Social Configs */

.social{
	color: #fff;
	text-align: center;
	border-radius: 60px;
	background-color: rgb(0, 3, 197);
	transition: transform .3s; /* Animation */
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

.social:hover {
	transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }


/* Aqui começa o CSS do Carosel */


.slider{width: 100%}
.slider input{display: none;}
.videos{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 600px;
	perspective: 900px;
	overflow: auto;
}
.videos .item{
	width: 700px;
	height: 600px;
    padding: 30px;
	border-radius: 5px;
	background-color: gray ;
	position: absolute;
	border:5px groove white;
	top: 0;
	box-sizing: border-box;
	text-align: center;
	transition: transform 0.4s;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	user-select: none;
	cursor: pointer;
}
.videos .item h1{font-size: 114px; color: white;}
.dots{display: flex; justify-content: center;align-items: center;}
.dots label{
	height: 25px;
	width: 25px;
	border-radius: 50%;
	cursor: pointer;
	background-color: #001488;
	margin: 30px;
	transition-duration: 0.2s;
}

#t-1:checked ~ .dots label[for="t-1"],
#t-2:checked ~ .dots label[for="t-2"],
#t-3:checked ~ .dots label[for="t-3"],
#t-4:checked ~ .dots label[for="t-4"],
#t-5:checked ~ .dots label[for="t-5"]{
	transform: scale(2);
	background-color: #fff;
	box-shadow: 0px 0px 0px 3px #dddddd24;
}

#t-1:checked ~ .dots label[for="t-2"],
#t-2:checked ~ .dots label[for="t-1"],
#t-2:checked ~ .dots label[for="t-3"],
#t-3:checked ~ .dots label[for="t-2"],
#t-3:checked ~ .dots label[for="t-4"],
#t-4:checked ~ .dots label[for="t-3"],
#t-4:checked ~ .dots label[for="t-5"],
#t-5:checked ~ .dots label[for="t-4"]{
	transform: scale(1.5);
}
#t-1:checked ~ .videos label[for="t-3"],
#t-2:checked ~ .videos label[for="t-4"],
#t-3:checked ~ .videos label[for="t-5"],
#t-4:checked ~ .videos label[for="t-1"],
#t-5:checked ~ .videos label[for="t-2"]{
	transform: translate3d(600px, 0, -180px) rotateY(-25deg);
	z-index: 2;
}

#t-1:checked ~ .videos label[for="t-2"],
#t-2:checked ~ .videos label[for="t-3"],
#t-3:checked ~ .videos label[for="t-4"],
#t-4:checked ~ .videos label[for="t-5"],
#t-5:checked ~ .videos label[for="t-1"]{
	transform: translate3d(300px, 0, -90px) rotateY(-15deg);
	z-index: 3;
}

#t-2:checked ~ .videos label[for="t-1"],
#t-3:checked ~ .videos label[for="t-2"],
#t-4:checked ~ .videos label[for="t-3"],
#t-5:checked ~ .videos label[for="t-4"],
#t-1:checked ~ .videos label[for="t-5"]{
	transform: translate3d(-300px, 0, -90px) rotateY(15deg);
	z-index: 3;
}

#t-3:checked ~ .videos label[for="t-1"],
#t-4:checked ~ .videos label[for="t-2"],
#t-5:checked ~ .videos label[for="t-3"],
#t-2:checked ~ .videos label[for="t-5"],
#t-1:checked ~ .videos label[for="t-4"]{
	transform: translate3d(-600px, 0, -180px) rotateY(25deg);
	
}

#t-1:checked ~ .videos label[for="t-1"],
#t-2:checked ~ .videos label[for="t-2"],
#t-3:checked ~ .videos label[for="t-3"],
#t-4:checked ~ .videos label[for="t-4"],
#t-5:checked ~ .videos label[for="t-4"],
#t-5:checked ~ .videos label[for="t-5"]{
	
	z-index: 4;
}

.overlay {
	position:absolute;
    top: 0px;
    left: 265px;
    bottom: 0px;
    right: 265px;  
    background-color:rgba(0,0,0,0);
}


/* Sobre nós About config */


#remilson{
    margin: 50px;
    height: 300px;
    width: 300px;
    border-radius: 70%;
}

#remilsondesc {
	text-align: center;
	color: #fff;
}

#narutex{
    
	margin: 50px;
	height: 300px;
    width: 300px;
    border-radius: 70%;
}
#narutexdesc {
	text-align: center;
	color: #fff;
}

#build{
    margin: 50px;
	height: 300px;
    width: 300px;
    border-radius: 70%;
}

#builddesc {
	text-align: center;
	color: #fff;
}

#Agentefogueira{
    margin: 50px;
	height: 300px;
    width: 300px;
    border-radius: 70%;
}

#fogueiradesc {
	text-align: center;
	color: #fff;
}

.sobre{
	height: 50px;
	width: 200px;
	background-color:rgb(66, 66, 66);
	
}