
.flex_container {
	display: flex;
}
@media only screen and (max-width: 500px) {
	.flex_container {
		display: block;
	}
}
.link_libras_instalacao {
	font-size: 20px;
	display: inline-block;
	-webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 3px;
    text-align: center;
    border: 1px solid;
    border-color: #e5c7f5;
    min-height: 70px;
    min-width: 110px;
}
.link_libras_instalacao:hover {
	background-color: #822b7c;
	color: white;
}

.box {
	padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}
.box_manual {
	
}
.box_manual:hover {
	background-color: #822b7c;
	-webkit-transition: 0.3s;
    transition: 0.3s;
	color: white;
}


.video {
	margin-bottom: 30px;
}
@media only screen and (min-width: 200px) {
	.video {
		max-width: 200px;
	}
}
@media only screen and (min-width: 300px) {
	.video {
		max-width: 300px;
	}
}
@media only screen and (min-width: 400px) {
	.video {
		max-width: 400px;
	}
}
@media only screen and (min-width: 500px) {
	.video {
		max-width: 500px;
	}
}
@media only screen and (min-width: 600px) {
	.video {
		max-width: 600px;
	}
}
@media only screen and (min-width: 700px) {
	.video {
		max-width: 700px;
	}
}

.container_install_main {
	display: block;
}
.container_install_platform {
	text-align: center;
}
@media only screen and (min-width: 700px) {
	.container_install_main {
		display: flex;
	}
	.container_install_platform {
		text-align: left;
	}
	.container_install {
		max-width: 160px;
	}
	.container_install_label_linux {
		line-height: 0px !important;
	}
}
.container_install {
	display: flex;
	border: 1px solid;
    border-color: #e5c7f5;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.container_install_label {
	line-height: 35px;
}
.container_install_label_linux {
	line-height: 35px;
}
.container_install_icon_box {
	max-width: 40px; 
	padding-top: 3px;
	padding-bottom: 3px;
	min-width: 40px;
	text-align: center;
}
.container_install_link {
	display: block;
	height: 100%;
	padding-left: 5px;
	text-decoration: none;
}
.container_install_link:hover {
	background-color: #822b7c;
	-webkit-transition: 0.3s;
    transition: 0.3s;
	color: white;
}
.container_install_label_box {
	border-left: 1px solid;
	border-color: #e5c7f5;
}