.gama_container{
				width: 100%;
				max-width: 930px;
				margin: 0 auto;
				position: relative;
				background-color: #fff;
			}

			#gama_content{
				background-image: url(bg_03.jpg);
				background-repeat: no-repeat;
				background-size: 100%;
				width: 100%;
				position: relative;
			}
			#gama_content>p{
				font-size: 16.5px;
				line-height: 20px;
				position: absolute;
				top: -100px;
				left: 7%;
			}

			.gama_top{
				position: absolute;
				top: 20px;
				left: 78%;
				width: 17%;
			}

			.gama_chamada{
				width: 100%;
			}

			.gama_Arial{
				font-family: "Arial";
				font-weight: 100;
			}.gama_bold{
				font-weight: bold;
			}.gama_italic{
				font-style:italic; 
			}.gama_white{
				color: #fff;
			}.gama_p_center{
				text-align: center;
			}.gama_upper{
				text-transform: uppercase;
			}.gama_h1{
				font-size: 18px;
				color: #464a5f;
				text-transform: uppercase;
				font-weight: 100;
			}

			.gama_features{
				margin:0 50px;
			}.gama_features li{
				font-size: 16.5px;
				line-height: 20px;
			}

			.gama_tecnologias{
				width: 100%;
				display: flex;
				flex-direction: column;
				align-items: flex-end;
				margin: 110px 0 0 0;
			}.gama_tecnologias h1{
				width: 39%;
				text-align: center;
				margin-bottom: 20px;
			}.gama_tecnologias>div{
				flex-direction: row;
				margin-right: 20px;
			}.gama_tecnologias>div img{
				width: 22vmin;
				max-width: 140px;
			}


			#gama_footer{
				display: flex;
				justify-content: center;
				align-items: center;
				background-color: #fff;
				padding: 5px 0;
				flex-direction: column;
			}
			.gama_video{
				display: flex;
				justify-content: center;
				align-items: center;
				padding: 25px 0;
			}.gama_video video{
				width: 90%;
				height: auto;
				background: url(gama_VIDEO.JPG) center no-repeat;
				background-size: contain;
			}

			@media only screen and (max-width : 826px) {
				.gama_tecnologias {
					margin: 0;
				}
			}
			@media only screen and (max-width : 674px) {
				.gama_features {
					margin: 0;
					width: 50%;
				}.gama_features li {
					font-size: 13.5px;
					line-height: normal;
				}#gama_content>p{
					font-size: 14px;
					line-height: normal;
				}
			}
			@media only screen and (max-width : 529px) {
				.gama_h1{
					font-size: 13px;
				}.gama_features li {
					font-size: 8.5px;
				}#gama_content>p{
					font-size: 12px;
					top: -65px;
				}
			}
			@media only screen and (max-width : 430px) {
				#gama_content>p {
					font-size: 8px;
					top: -41px;
				}.gama_tecnologias h1 {
					margin: 0;
				}.gama_h1{
					font-size: 11px;
				}.gama_features li{
					color:#000!important;
				}
			}