html, body
{
	width: 100%;
	height: 100%;
	/* height: auto; */
	/* overflow-x: hidden; */
	margin-top: 0px;
	margin-left: 0px;
	/* background-color: black; */
	color: white;
	font-family: 'Montserrat', sans-serif;
	
	/* background-image: url('../imagens/back_soad2.jpg'); */
	/* background-size: 100% ; */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

html
{
	overflow-x: hidden;
}

h1, h2, h3 
{
	text-align: center;
}

.fa-brands
{
	width: 30px; 
}

body
{
	/* height: 100%; */
	display: grid;
	grid-template-areas: "image_back" "hid1" "loja" "hid2" "video" "hid3" "show" "footer" ;
	grid-template-columns: 100%;
	grid-template-rows: auto repeat(6, 100%) auto; 
}

.back_color_gray
{
	background-color: #2d2124;
}

.back_color_black
{
	background-color: black;
}


header
{
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

header h1
{
	text-align: center;
	font-size: 70px;
}

header ul, footer ul
{
	list-style-type: none;
	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

header ul li, footer ul li
{
	margin: 15px;
	width: 30px;
}

header ul li a, footer ul li a
{
	text-decoration: none;
	color: white;
}

.image_back
{
	grid-area: image_back;
	/* background-color: gray; */

    width: 100%;
    min-height: 400px;
    overflow: hidden;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-size: 200%;
    background-position: center top;
    transition: 0.2s all;
}

.distanc_box
{
    width: 100%; 
    height: 90%; 

    /* height: auto;  */
	/* height: 100%; */
	overflow: hidden;
	/* margin: 0px 15px; */
	/* margin-top: 15px; */
}

.image_back button 
{
    margin-left: 50%; 
    margin-right: 50%; 
    height: 10%; 
    background-color: transparent; 
    width: auto; 
    border: none; 
    font-size: 50px; 
    color: white; 
    cursor: pointer;
	position: relative;
	bottom: 0;
}    

.loja, .video, .show, footer
{
	padding-top: 25px;
	padding-bottom: 25px;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.loja
{
	grid-area: loja;
	/* background-color: red; */
}

.hidden
{
	width: 100%;
	height: 100%;
	min-height: 600px;
	background-color: transparent;
}

.hid1
{
	grid-area: hid1;	
}

.hid2
{
	grid-area: hid2;	
}

.hid3
{
	grid-area: hid3;
}
		
.div_itens, .div_itens_video
{
	width: 90%;
	height: auto;
	overflow: hidden;
	/* background-color: blue; */

	/* display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center; */

	display: grid;
	grid-template-rows: auto;
	grid-template-columns: repeat(4, 1fr);
}

.div_itens_video
{
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: repeat(2, 1fr);
}

.div_itens .item
{
	/* width: 300px; */
	min-width: 150px;
	background-color: rgba(0, 0, 0, 0.1);
	margin: 15px;
	padding-top: 15px;
	padding-bottom: 15px;

	display: flex;
	flex-flow: column wrap;
	align-items: center;
	
}

.div_itens .item h3
{
	text-align: center;
	height: 50px;
	/* background-color: blueviolet; */
}



.detalhes
{
	margin-top: 15px;

	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	height: auto;
	overflow: hidden;
}

.div_itens .item label
{
	color: rgb(128, 117, 117);
	padding-bottom: 0px;
}

.div_itens .item .h4_border
{
	margin-top: 15px;
	padding: 15px;
	border: 2px rgb(128, 117, 117) solid;

}

.div_itens .item img
{
	width: 80%;

}

.video
{
	grid-area: video;
	/* background-color: orange; */
}	

.div_itens_video iframe
{
	margin: auto;
	width: 80%;
	height: 315px; 
}

.show
{
	grid-area: show;
	/* background-color: purple; */
}

.div_itens_2
{
	width: 100%;
	text-align: left;
	margin-left: 15px;

	display: grid;
	grid-template-columns: 1fr repeat(2, 3fr) 1fr;
	grid-template-rows: 70px 70px;
}

.block1, .block2, .block3, .block4, .block5, .block6, .block7, .block8
{
	padding-top: 15px;
	padding-bottom: 15px;
	
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
}

.div_itens_2 .back_color_gray label, .div_itens_2 .back_color_black label
{
	text-align: left;
	margin-left: 5px;
	font-size: 20px;
	font-weight: 900;
}

.div_itens_2 .back_color_gray label span, .div_itens_2 .back_color_black label span
{
	font-weight: 100;
	font-size: 17px;
}

/* .block1, .block2, .block3, .block4, .block5, .block6, .block7, .block8
{
	padding-top: 15px;
	padding-bottom: 15px;
} */

.block4, .block8
{
	justify-content: center;
}


.subscrib
{
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
}

.subscrib h1
{
	font-size: 55px;
}

.subscrib h3
{
	font-weight: lighter;
}

.subscrib button
{
	background-color: red;
	font-size: 30px;
	color: white;
	padding: 10px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 55px;
}


footer
{
	grid-area: footer;
	background-color: black;
	/* flex-flow: column wrap; */
}

.powered_by
{
	width: 100%;
	margin-bottom: 25px;
	
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: inherit;
	transition: .5s all;
}

.powered_by:hover
{
	background-color: #2d2124;
	/* color: black; */

}

.powered_by h4
{
	/* width: 100%; */
	text-align: center;
	/* background-color: black; */
	margin: 5px;
}



.powered_by img
{
	width: 100px;
	margin-bottom: -10px;
	margin: 5px;
}