/*
	[Initial]
				 */
				 
img, object, embed, video {
	max-width: 100%;
	}
	
body{ 
	background:#FFF;
	}

*{
	margin:0;
 	padding:0;
	}
 
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
html {
	font-size: 50%;
	scroll-behavior: smooth;
}
	
.ie6 img {
	width:100%;
	}

.gridContainer { 
	margin-left:auto; 
	margin-right:auto;
	width:100%;
	}


/*
	[Attribute]
				 */
img {
	border:0;
	padding:0;
	margin:0;
	}

	
a{
	border:0;
	text-decoration:none;
	}



/*
	[Elements]
				 */
	
	.content{
		width:100%;
		float:left;
	}

	header{
		float:left;
		width:100%;
	}
	
	section{
		float:left;
		width:100%;
	}
	
	article{
		float:left;
		width:100%;
	}
	
	footer{
		float:left;
		width:100%;
	}





/*
	[EFFECT-TEXT]
					 */

	.inline-photo {
		opacity: 0;
		transform: translateY(1em) rotateZ(0deg);
		transition: transform 7s .25s cubic-bezier(0,1,.3,1), opacity .5s .25s ease-out;
		will-change: transform, opacity;
	}


	.inline-photo.is-visible {
		opacity: 1;
		transform: rotateZ(0deg);
	}

	.main-photo {
		transform: scale(.8);
	}

	.heading {
		transform: translate(-50%, calc(-50% + 1em));
	}

	.is-visible .main-photo {
		transform: none;
	}

	.is-visible .heading {
		transform: translate(-50%, -50%);
	}



	

@media only screen and (min-width: 300px) {
	
.wp_texto{
	color:#898989!important; font-size: 2em!important;
	font-family: 'Open Sans', "arial"!important;
	width: 100%!important;
	float: left!important;
	text-align: left!important;
	margin: -25px 0 0!important
}

.wp_texto a{
	color:#898989!important;
	float: left!important;
	text-align: left!important;
	border-left: 0!important;
	padding: 5px 15px!important;
	font-weight: 600!important;
	margin: 0 2% 3px!important;
	width: 96%!important;
	}


.wp_texto a:hover{
	border-left: 2px solid #000!important;
	}	
	
/*
	[Elements]
				 */
	.container{
		margin: 0 auto;
		width: 90%;
		height: auto;
		padding: 0;
	}

	.container-b{
		margin: 0 auto;
		width: 90%;
		height: auto;
		padding: 0;
	}

	
	.left{
		position: relative;
		left: 0;
	}
	
	.right{
		position: relative;
		left: 0;
	}
	

/*
		[BACKGROUND]
						 */
	
	.bg-header{
		background-color: #FFF;
		padding: 20px 0;
		z-index: 88;
		position: relative;
		min-height: 210px;
		float: left;
	}
	
	.sub-header{
		background-color: rgba(36,36,36,0.60);
		z-index: 77;
		position: relative;
		min-height: 60px;
		float: left;
		width: 100%;
	}
	
	.bg-section{
		z-index: 66;
		position: relative;
	}
	
	.bg-white{
		position: relative;
		z-index: 55;
		background: #fff;
		padding: 0;
	}
	
	.bg-red{
		position: relative;
		z-index: 44;
		background: url("img/bg-red.jpg");
		padding: 80px 0;
	}
	
	.bg-black{
		position: relative;
		z-index: 33;
		background: #323232;
		padding: 0;
	}
	

	

/*
	[HEADER]
				 */
	
	/*logo*/
	.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 20px 0;
		float: left;
		position: relative;
		z-index: 333
	}	 
	
	.logo img{ 
		width: 290px;
	}
		
	
/*
	[MENU]
			 */
	.nav ul {
		font-size: 14px!important;
		font-weight: 600;
		margin: 20px 0 0 0!important;
		letter-spacing: -0.5px;
	}
	
	.nav ul img{
		width: 0;
	}
	
	.border-black{
		float: left;
		width: 100%;
		height: 1px;
		background: #595959;
		margin: 10px 0 0;
	}
	
	
	/*TOP-MENU*/
	.top-menu{
		float: right;
		width: 100%;
		margin: 15px 0;
		position: relative;
		z-index: 22
	}
	
	.top-menu a{
		color: #6d6d6d;
		font-size: 16px;
		font-family: "Verdana", "DejaVu Sans", "sans-serif";
		width: 100%;
		float: left;
		margin: 0 0 20px;
		text-align: center;
	}
	
	.top-menu a:hover{
		opacity: 0.5;
		transition: 1s;
	}
	
	.top-menu a img{
		position: relative;
		top: 7px;
		left: -2px;
	}
		
	
	
/*
	[DORPDOWN]
				 */
	.dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
		z-index: 99;
	}

	.dropdown-content {
		display: block;
		position: relative;
		min-width: 100%;
		box-shadow: 0 0 0 0!important;
		z-index: 1;
		border-radius: 10px;
		padding: 0!important;
		left: 0;
		background: none;
		margin-top: -18px
	}

	.dropdown-content a {
		padding: 8px!important;
		text-decoration: none;
		display: block;
		color: #e8c249!important;
		font-size: 16px;
		border-bottom: 1px solid #fff;
		background-color: #9b9b9b!important;
		font-family: 'Open Sans', Segoe, "Segoe UI";
		font-weight: 600;
	}

	.dropdown-content a:hover {
		background-color: #6f2d2e!important;
		opacity: 1;
		font-weight: normal!important;
		color: #fff!important;
		letter-spacing: 0!important;
	}

	.dropdown:hover .dropdown-content {
		display: block;
	}

	.dropdown:hover .dropbtn {
		background-color: #c9793d;
	}	
	

	
/*
	[SUB-HEADER]
				 */
	.sub-header {
		float: right;
		width: 100%;
	}	
	
	.number{
		text-align: center;
		font-family: 'Open Sans', "arial";
		font-size: 14px;
		font-weight: 300;
		margin: 8px 0 0
	}
	
	.number a{
		color: #fff;
		position: relative;
		top: -0px;
	}
	
	.number a:hover{
		opacity: 0.5;
		transition: 1s;
	}
	
	.number img{
		top: 12px;
		left: -7px;
		position: relative;
		width: 30px
	}

	


/*
		[ANIMATION]
						 */
	#layerslider{
		height: auto!important;
		top: 0;
		margin-bottom: 0
	}
	
	#layerslider img{
		width: 100%!important;
		height: auto!important;
	}
	
	
	
/*
	[ABOUT]
				 */
	
	.about{
		float: right;
		width: 100%;
		border: 1px solid #ed3337;
		margin: 50px 0 30px;
		height: auto;
		border-left: 1px solid #ed3337;
		padding: 25px;
	}
	
	.about-b{
		float: right;
		width: 100%;
		border: 1px solid #ed3337;
		margin: 50px 0 30px;
		height: auto;
		border-left: 1px solid #ed3337;
		padding: 25px;
	}
	
	.about h1{
		color: #323232;
		font-family: 'Montserrat', arial;
		font-size: 25px;
		width: 100%;
		float: left;
		margin: 0;
		text-transform: uppercase;
		border-bottom: 2px solid #ed3337;
		text-align: center;
		padding: 0
	}
	
	.about-b h1{
		color: #323232;
		font-family: 'Montserrat', arial;
		font-size: 25px;
		width: 100%;
		float: left;
		margin: 0;
		text-transform: uppercase;
		border-bottom: 2px solid #ed3337;
		text-align: center;
		padding: 0
	}
	
	.about-b p{
		color: #323232;
		font-family: 'Open Sans', arial;
		text-align: justify;
		font-size: 14px;
		width: auto;
		float: left;
		margin: 10px 0;
		line-height: 1.6;
		padding: 10px;
	}
	
	.about-b h3{
		color: #ed3337;
		font-family: 'Open Sans', arial;
		text-align: center;
		font-size: 16px;
		width: 100%;
		float: left;
		margin: 25px 0;
		line-height: 1.5;
		padding: 10px;
		font-weight: 800;
		border-left: 0;
	}
	
	.about-b h3.tit-location{
		color: #ed3337;
		font-family: 'Open Sans', arial;
		text-align: center;
		font-size: 16px;
		width: 100%;
		float: left;
		margin: 25px 0;
		line-height: 1.5;
		padding: 10px;
		font-weight: 800;
		border-left: 0;
	}
	
	.about-b h3.tit-location strong{
		background: #ed3337;
		color: #FFFFFF;
		padding: 10px;
		border-radius: 50px;
		margin: 30px 0 10px;
		font-size: 14px
	}
	
	.about-b p strong{
		color: #ed3337;
		font-weight: 900;
	}

	
	.about h2{
		color: #ed3337;
		font-family: 'Open Sans', arial;
		font-style: italic;
		text-align: center;
		font-size: 16px;
		width: 100%;
		float: left;
		margin: 25px 0 10px;
		font-weight: 600;
	}
	
	.about p{
		color: #323232;
		font-family: 'Open Sans', arial;
		text-align: justify;
		font-size: 15px;
		width: auto;
		float: right;
		margin: 20px 0;
		line-height: 1.5;
	}
	
	.about p strong{
		color: #ed3337;
		font-weight: 900;
	}
	
	aside{
		margin: 30px 0;
		float: left;
		width: 100%;
		text-align: center;
	}
	
	aside img{
		width: 250px;
	}
	
	
	
/*
	[ABOUT-C]
				 */
	
	.about-c{
		float: right;
		width: 98%;
		border: 1px solid #ed3337;
		margin: 50px 1%;
		height: auto;
		border-left: 0;
		padding: 0 25px;
	}
	
	.about-c h1{
		color: #323232;
		font-family: 'Montserrat', arial;
		font-size: 22px;
		width: 100%;
		float: right;
		margin: 50px 0 0;
		text-transform: uppercase;
		border-bottom: 2px solid #ed3337;
		text-align: center;
		padding: 0 5px 10px
	}
	
	.about-c p{
		color: #323232;
		font-family: 'Open Sans', arial;
		text-align: justify;
		font-size: 15px;
		width: auto;
		float: right;
		margin: 20px 0;
		line-height: 1.5;
	}
	
	.about-c p strong{
		color: #ed3337;
		font-weight: 900;
	}
		
	.aside-location{
		text-align: right;
		position: relative;
		top: 28px
	}
		
	
	
	
	.product-text{
		float: left;
		width: 100%;
		margin: 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: auto;
	}
	
	.product-text p{
		font-size: 14px;
		text-align: center;
		width: 95%;
		margin: 0 0 0 2.5%;
		float: right;
		padding: 15px 5px 40px;
		font-family: 'Open Sans', arial;
		border: 2px solid #ed3337;
		color: #323232;
		font-weight: 400;
		border-right: 2px solid #ed3337;
	}
	
	.product-text p strong{
		font-size: 12px;
		color: #ffffff;
		background: #ed3337;
		padding: 10px 10px;
		border-radius: 50px;
		position: relative;
		top: 5px
	}
	
	.product-text p em{
		font-size: 16px;
		color: #ed3337;
		font-weight: 800;
		width: 100%;
		border-bottom: 2px solid rgba(225,225,225,1.00);
		padding-bottom: 8px;
		margin: 0 0 25px
	}
	
	ul.product-list{
		float: left;
		width: 100%;
		margin: 30px 0 0;
		list-style: none;
	}
	
	ul.product-list li{
		float: left;
		width: 50%;
		margin: 0;
		height: 150px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	
	ul.product-list li:hover{
		transition: 1s;
		transform: scale(1.05);
	}
	
	ul.product-list li img{
		float: left;
	}
	
	/*more*/
	ul.product-more{
		float: left;
		width: 100%;
		margin: 0;
		list-style: none;
	}
	
	ul.product-more p{
		font-size: 20px;
		text-align: center;
		width: 100%;
		float: left;
		padding: 45px 0 15px;
		font-family: 'Open Sans', arial;
		font-weight: 400;
		color: #323232;
	}
	
	ul.product-more p strong{
		font-weight: 800;
		font-size: 28px;
	}
	
	ul.product-more li{
		float: left;
		width: 100%;
		margin: 0;
		height: auto;
		display: flex;
		justify-content: center;
		flex-direction: column;
		position: relative;
		text-align: center;
	}
	
	ul.product-more li:hover{
		transition: 1s;
		transform: scale(0.98);
	}
	
	ul.product-more li img{
		float: none;
		text-align: center;
	}
	
	
	
	
/*
	[CERTIFICATE]
					 */
	ul.certificate{
		float: left;
		width: 95%;
		margin: 70px 2.5%;
		text-align: center;
		list-style: none;
	}
	
	ul.certificate p{
		font-size: 14px;
		color: #fff;
		font-family: 'Open Sans', arial;
	}
	
	ul.certificate li{
		float: left;
		width: 45%;
		margin: 30px 2.5% 25px;
		text-align: center;
	}
	
	ul.certificate li:hover{
		transition: 1s;
		transform: scale(0.98);
	}
	
	ul.certificate li img{
		width: 130px
	}
	
	ul.certificate li span{
		width: auto;
		padding: 5px 15px;
		color: #fff;
		font-family: 'Montserrat', arial;
		font-weight: bold;
		font-size: 15px;
		border: 4px solid #ed3337;
		border-radius: 50px;
		position: relative;
		top: 25px;
	}
	
	ul.certificate li span:hover{
		border: 4px solid #ed3337;
		background: #ed3337;
		transition: 0.5s;
	}
	
	
/*
	[OVERLAY]
				 */
	
	.overlay {
		height: 0%;
		width: 100%;
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		background-color: rgb(0,0,0);
		background-color: rgba(0,0,0, 0.9);
		overflow-y: auto;
		transition: 0.5s;
	}
		
	.overlay::-webkit-scrollbar-track {
		background-color: #F4F4F4;
	}
	
	.overlay::-webkit-scrollbar {
		width: 10px;
		background: #F4F4F4;
	}
	
	.overlay::-webkit-scrollbar-thumb {
		background: #cd353a;
	}
	
	.overlay-content {
		position: relative;
		top: 25%;
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
	
	.overlay a{
		color: #fff;
	}
	
	.overlay span{
		float: left;
		width: 100%;
		margin: -15px 0 0;
	}

	.overlay span img{
		width: 180px;
	}
	
	.overlay h2{
		padding: 8px;
		text-decoration: none;
  		font-size: 25px;
  		color: #cd353a;
 		display: block;
		margin: 0 20% 10px;
		font-family: 'Open Sans', arial;
		font-weight: 900;
		border-bottom: 2px solid #cd353a;
		width: 60%;
	}

	.overlay h3{
		padding: 8px;
		text-decoration: none;
  		font-size: 18px;
  		color: #fff;
 		display: block;
		margin: 0 5% 0;
		font-family: 'Open Sans', arial;
		font-weight: 900;
		width: 90%;
	}

	.overlay p{
		padding: 8px;
		text-decoration: none;
  		font-size: 14px;
  		color: #fff;
 		display: block;
		margin: -16px 5% 20px;
		font-family: 'Open Sans', arial;
		font-weight: normal;
		width: 90%;
	}
	
	.overlay a:hover, .overlay a:focus {
		color: #f1f1f1;
	}
	
	.overlay .closebtn {
		position: absolute;
		top: -5px;
		right: 15px;
		font-size: 45px;
		background: none;
		padding: 25px 0 0;
	}	
	
	.overlay .closebtn:hover {
		position: absolute;
		top: -5px;
		right: 15px;
		font-size: 45px;
		background: none;
		padding: 25px 0 0;
	}	
	
	.sidebar{
		float: left;
		width: 43%;
		text-align: left;
		margin: 0;
	}
	
	.sidebar img{
		width: auto;
	}
	
	.product{
		float: right;
		width: 100%;
		margin: 5px 0 0;
	}
	
	ul.list{
		float: left;
		width: 100%;
		list-style: none;
		margin: 25px 0 0;
	}
	
	ul.list li{
		float: left;
		list-style: none;
		width: 95%;
		margin: 25px 2.5%;
		text-align: center;
	}
	
	ul.list li:hover{
		opacity: 0.9;
		transition: 1s;
		transform: scale(0.98);
	}
	
	ul.list li img{
		width: auto;
		text-align: center
	}
	
	ul.list li h3{
		background: url("img/bg-red.jpg");
		width: 100%;
		text-align: center;
		margin: 5px 0;
		border-radius: 50px;
		font-size: 16px;
		color: #FFF;
		font-family: 'Montserrat', arial;
		font-weight: 800;
		padding: 10px 5px;
		height: auto;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	
	ul.list li a{
		width: 100%;
		float: left;
		margin: 0;
		text-align: center;
		cursor: pointer
	}
	
	ul.list li a:hover{
		opacity: 0.6;
		transition: 1s;
	}
	
	span.line-black{
		width: 8%;
		height: 2px;
		background: #242424;
		text-align: center;
		float: left;
		margin: 10px 46%;
	}
	
	
/*
	[PAGE-CONTACT]
					 */
	.map-b{
		float: left;
		width: 100%;
		height: 250px;
		border: 2px solid #cd353a!important;
		margin: 25px 0 5px;
		padding: 10px;
	}
	
	.map-street-b{
		float: left;
		width: 100%;
		height: 250px;
		border: 0;
		border: 2px solid #242424!important;
		padding: 10px;
		margin: 10px 0
	}
	
	.map{
		float: left;
		width: 100%;
		height: 210px;
		border: 0;
	}
	
	.map-street{
		float: left;
		width: 100%;
		height: 150px;
		border: 0;
	}
	
	span.text-location{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
		background: #cd353a;
		color: #fff;
		font-size: 16px;
		font-family: 'Open Sans', arial;
		font-weight: 800;
		padding: 20px 0;
	}
	
	.page-contact{
		color: #323232;
		font-family: 'Open Sans', arial;
		text-align: center;
		font-size: 18px;
		width: 100%;
		float: right;
		margin: 20px 0;
		line-height: 2.0;
		letter-spacing: -1px;
	}
	
	.page-contact span{
		width: 100%;
		float: left;
		margin: 0;
		text-align: center;
	}
	
	.page-contact span img{
		width: 35px;
	}
	
	.page-contact a{
		color: #323232;
	}
	
	.page-contact a:hover{
		color: #cd353a;
		border-bottom: 2px solid #cd353a;
	}
	
	
/*
	[NEWS]
			 */	
	ul.news{
		float: left;
		width: 100%;
		margin: 50px 0 30px;
		list-style: none;
		text-align: center
	}

	ul.news li{
		float: left;
		width: 98%;
		margin: 0 1% 40px;
		text-align: center
	}

	ul.news li:hover{
		opacity: 0.7;
		transition: 1s;
		transform: scale(0.98);
	}

	ul.news li img{
		width: 200px;
	}

	ul.news li h2{
		float: left;
		width: 100%;
		margin: 15px 0 20px;
		color: #323232;
		font-weight: lighter;
		font-size: 18px;
		position: relative;
		text-align: center;
		font-family: 'Open Sans', "arial";
	}

	ul.news li span{
		margin: 15px 0;
		color: #fff;
		font-weight: bolder;
		font-size: 14px;
		position: relative;
		text-align: center;
		font-family: 'Open Sans', "arial";
		background: #cd353a;
		padding: 10px 30px;
	}
	
/*
	[REPRESENTANTES]
						 */	
	
	.representant p{
		font-size: 16px;
		line-height: 1.6;
	}
	
	.representant a{
		background: #323232;
		color: #fff;
		float: right;
		font-family: 'Montserrat', arial;
		font-weight: bold;
		border-radius: 50px;
		font-size: 16px;
		width: 240px;
		padding: 18px 0;
		text-align: center;
		margin: 15px 0 0;
	}

	.representant a:hover{
		background: #ed3337;
		transition: 1s;
		transform: scale(0.99);
	}
	
/*
	[FORM]
				 */	
	.form{
		float: left;
		width: 100%;
		margin: 50px 0;
	}
	
	.form h2{
		float: left;
		width: 100%;
		margin: 15px 0 0;
		color: #ffc6c8;
		font-weight: bold;
		font-size: 20px;
		position: relative;
		text-align: center;
		font-family: 'Open Sans', "arial";
		border-bottom: 2px solid rgba(247,247,247,0.2);
		padding-bottom: 5px;
	}
	
	.form h3{
		float: left;
		width: 100%;
		margin: 15px 0 20px;
		color: #fff;
		font-weight: bold;
		font-size: 18px;
		position: relative;
		text-align: center;
		font-family: 'Open Sans', "arial";
	}
	
	.form span{
		float: left;
		width: 100%;
	}
	
	.input{
		float: left;
		width: 95%;
		margin: 10px 2.5%;
		font-size: 16px;
		color: #fff;
		padding: 15px 25px;
		border: 2px solid #fff;
		font-family: 'Montserrat', "arial";
		font-weight: normal;
		background-color: transparent;
		text-align: left;
	}
	
	.comment{
		float: left;
		width: 95%;
		margin: 10px 2.5%;
		font-size: 16px;
		color: #fff;
		padding: 15px 25px 20px;
		border: 2px solid #fff;
		font-family: 'Montserrat', "arial";
		font-weight: normal;
		background-color: transparent;
		text-align: left;
	}
	
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 15px 0 0;
	}
	
	.send{
		text-align: center;
		background: #fff;
		font-family: 'Montserrat', "arial";
		border: 0;
		color: rgba(43,43,43,1.00);
		font-size: 16px;
		padding: 10px;
		cursor: pointer;
		margin: 0 auto;
		width: auto;
		font-weight: 500;
	}
	
	.send:hover{
		background: #3b3b3b;
		transition: 1s;
		color: #fff;
	}
	
			
	
	
	
	
/*
		[CONTACT]
						 */
	.grid{
		float: left;
		width: 95%;
		margin: 30px 2.5% 50px;
		text-align: center;
	}
	
	.grid:hover{
		opacity: 0.8;
		transition: 1s;
	}
	
	.grid span{
		width: 100%;
		float: left;
		margin: 0;
		text-align: center;
	}
	
	.grid h3{
		font-size: 18px;
		color: #3f3f3f;
		font-family: 'Montserrat', Arial;
		font-weight: bold;
	}
	
	.grid p{
		font-size: 14px;
		color: #3f3f3f;
		font-family: 'Open Sans', Arial;
		font-weight: 500;
	}
	
	.grid a{
		font-size: 13px;
		color: #cd353a;
		font-family: 'Open Sans', Arial;
		font-weight: 900;
		position: relative;
		top: 10px;
	}
		
	.grid a:hover{
		border-bottom: 2px solid #cd353a;
		padding-bottom: 5px;
	}
		
	
	
/*
		[FOOTER]
						 */	
	.footer{
		float: left;
		width: 100%;
		text-align: center;
		margin: 65px 0;
	}
	
	a.logo-min{
		width: 100%;
		text-align: center;
		float: left;
		margin: 0
	}
	
	a.logo-min:hover{
		opacity: 0.6;
	}
	
	.row{
		width: 100%;
		float: left;
		margin: 45px 0 0;
		border-bottom: 2px solid #ffffff;
		padding-bottom: 20px;
	}
	
	.row a{
		font-size: 18px;
		color: #ffffff;
		font-family: 'Montserrat', Arial;
		font-weight: bold;
		text-align: center;
		width: 100%;
		float: left;
		margin: 5px 0;
	}
	
	.row a:hover{
		opacity: 0.5;
		transition: 1s;
	}
	
	.row span{
		font-size: 0;
		color: #ffffff;
		font-family: 'Montserrat', Arial;
		font-weight: bold;
		position: relative;
		top: 0;
		left: 0;
		margin: 0;
	}
	
	a.ans{
		font-size: 15px;
		color: #ffffff;
		font-family: 'Open Sans', Arial;
		font-weight: lighter;
		position: relative;
		margin: 50px 0 0;
		font-style: italic;
		width: 100%;
		float: left;
		letter-spacing: 1.0px;
	}
	
	a.ans:hover{
		opacity: 0.7;
	}	

}









@media only screen and (min-width: 603px) {
/*
		[ANIMATION]
						 */
	#layerslider img{
		height: 200px!important;
	}
	
	
/*
	[ABOUT]
				 */
	
	.about h1{
		font-size: 30px;
		padding: 0 0 10px
	}
	
	.about-b h1{
		font-size: 30px;
		padding: 0 0 10px
	}
	
	.about-b p{
		font-size: 16px;
	}
	
	.about-b h3{
		font-size: 18px;
	}
	
	.about-b h3.tit-location{
		font-size: 18px;
	}
	
	.about-b h3.tit-location strong{
		font-size: 18px
	}
	
	
	.about h2{
		font-size: 18px;
	}
	
	.about p{
		font-size: 16px;
	}
	
	
	aside{
		margin: 15px 0 ;
	}
	
	aside img{
		width: 300px;
	}
	
	ul.product-list li{
		height: 200px;
	}
	
	/*system*/
	ul.system li{
		font-size: 18px;
	}
	
	
	.logo-product{
		margin: -50px 0 -30px;
	}
	
	.logo-product img{
		width: 220px;
	}
	
	
/*
	[PARTNERS]
				*/
	ul.partners li{
		width: 18%;
		margin: 10px 1%;
	}
	
	
	
/*
	[NEWS]
			 */	
	ul.news{
		width: 60%;
		margin: 50px 20% 30px;
	}

	ul.news li{
		width: 60%;
		margin: 0 20% 40px;
	}
	
/*
	[REPRESENTANTES]
						 */	
	
	.representant a{
		width: 60%;
		padding: 18px 0;
		margin: 15px 20% 0;
	}
		
	
	
}










@media only screen and (min-width: 1024px) {
	
/*
	[Elements]
				 */
	.container{
		width: 1000px;
	}
	
	.container-b{
		width: 1000px;
	}
	
	
	.left{
		position: relative;
		left: -40px;
	}
	
	.right{
		position: relative;
		left: 40px;
	}
	


/*
		[BACKGROUND]
						 */
	
	.bg-header{
		background-color: #FFF;
		padding: 40px 0 0;
		z-index: 88;
		position: relative;
		min-height: 210px;
		float: left;
	}
	
	.sub-header{
		background-color: rgba(36,36,36,0.60);
		z-index: 77;
		position: relative;
		min-height: 60px;
		float: left;
		width: 100%;
	}
	
	.bg-section{
		z-index: 66;
		position: relative;
	}
	
	.bg-white{
		position: relative;
		z-index: 55;
		background: #fff;
		padding: 0;
	}
	
	.bg-red{
		position: relative;
		z-index: 44;
		background: url("img/bg-red.jpg");
		padding: 80px 0;
	}
	
	.bg-black{
		position: relative;
		z-index: 33;
		background: #323232;
		padding: 0;
	}
	

	

/*
	[HEADER]
				 */
	
	/*logo*/
	.logo{
		width: 380px;
		padding: 0;
		text-align: center;
		margin: 0;
		float: left;
		position: relative;
		left: 0;
		margin-right: 0;
	}	 
	
	.logo img{ 
		width: auto;
	}
		
	
/*
	[MENU]
			 */
	.nav ul {
		font-size: 16px!important;
		font-weight: 600;
		margin: 20px 0 0 0!important;
		letter-spacing: -0.5px;
	}
	
	.nav ul img{
		width: auto;
	}
	
	.border-black{
		float: left;
		width: 100%;
		height: 1px;
		background: #595959;
		margin: 30px 0 0;
	}
	
	
	/*TOP-MENU*/
	.top-menu{
		float: right;
		width: auto;
		margin: -10px 0 0;
	}
	
	.top-menu a{
		color: #6d6d6d;
		font-size: 16px;
		font-family: "Verdana", "DejaVu Sans", "sans-serif";
		width: auto;
		float: none;
		margin: 0 25px
	}
	
	.top-menu a:hover{
		opacity: 0.5;
		transition: 1s;
	}
	
	.top-menu a img{
		position: relative;
		top: 7px;
		left: -2px;
	}
	
	
/*
	[DORPDOWN]
				 */
	.dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
		z-index: 99;
	}

	.dropdown-content {
		display: none;
		position: absolute;
		min-width: 200px;
		box-shadow: 0!important;
		z-index: 1;
		border-radius: 10px;
		padding: 30px 0 0!important;
		left: -48px;
		background: none;
		margin-top: 0
	}

	.dropdown-content a {
		padding: 8px 0!important;
		text-decoration: none;
		display: block;
		color: #fff!important;
		font-size: 16px;
		border-bottom: 2px solid #fff;
		background-color: #212121!important;
		font-family: 'Open Sans', Segoe, "Segoe UI";
		font-weight: normal;
	}

	.dropdown-content a:hover {
		background-color: #212121!important;
		opacity: 1;
		font-weight: normal!important;
		color: #fff!important;
		letter-spacing: 0!important;
	}

	.dropdown:hover .dropdown-content {
		display: block;
	}

	.dropdown:hover .dropbtn {
		background-color: #c9793d;
	}	
	

	
	
	
/*
	[SUB-HEADER]
				 */
	.sub-header {
		float: right;
		width: 100%;
	}	
	
	.number{
		text-align: right;
		font-family: 'Open Sans', "arial";
		font-size: 18px;
		font-weight: 300;
		margin: 8px 0 0
	}
	
	.number a{
		color: #fff;
		position: relative;
		top: -11px;
	}
	
	.number a:hover{
		opacity: 0.5;
		transition: 1s;
	}
	
	.number img{
		top: 4px;
		left: -7px;
		position: relative;
		width: 43px
	}

	


/*
		[ANIMATION]
						 */
	#layerslider{
		height: auto!important;
		top: 0;
		margin-bottom: 0;
		border-bottom: 10px solid rgba(229,229,229,1.00)
	}
	
	#layerslider img{
		width: 100%!important;
		height: auto!important;
	}
	
	
/*
	[ABOUT]
				 */
	
	.about{
		float: right;
		width: 55%;
		border: 1px solid #ed3337;
		margin: 119px 0 0;
		height: 393px;
		border-left: 0;
		padding: 0 40px 0 60px;
	}
	
	.about-b{
		float: right;
		width: 100%;
		border-left: 1px solid #ed3337;
		border-top: 1px solid #ed3337;
		margin: 119px 0 80px;
		height: auto;
		padding: 50px;
		border-bottom: 0;
		border-right: 0;
	}
	
	.about h1{
		color: #323232;
		font-family: 'Montserrat', arial;
		font-size: 38px;
		width: 100%;
		float: right;
		margin: 0;
		text-transform: uppercase;
		border-bottom: 2px solid #ed3337;
		text-align: right;
		padding: 0 5px 10px
	}
	
	.about-b h1{
		color: #323232;
		font-family: 'Montserrat', arial;
		font-size: 45px;
		width: 100%;
		float: right;
		margin: 0;
		text-transform: uppercase;
		border-bottom: 2px solid rgba(212,212,212,1.00);
		text-align: left;
		padding: 0 25px 10px
	}
	
	.about-b p{
		color: #323232;
		font-family: 'Open Sans', arial;
		text-align: justify;
		font-size: 20px;
		width: auto;
		float: left;
		margin: 20px 0;
		line-height: 1.5;
		padding: 0 25px;
	}
	
	.about-b h3{
		color: #ed3337;
		font-family: 'Open Sans', arial;
		text-align: justify;
		font-size: 25px;
		width: auto;
		float: left;
		margin: 40px 25px 0;
		line-height: 1.5;
		padding: 10px 25px;
		font-weight: 800;
		border-left: 10px solid #ed3337;
	}
	
	.about-b h3.tit-location{
		color: #ed3337;
		font-family: 'Open Sans', arial;
		text-align:center;
		font-size: 28px;
		width: 100%;
		float: left;
		margin: 40px 25px 0;
		line-height: 0.9;
		padding: 10px 25px;
		font-weight: 800;
		border-left: 0;
	}
	
	.about-b h3.tit-location strong{
		background: #ed3337;
		color: #FFFFFF;
		padding: 10px;
		border-radius: 50px;
		margin: 20px 0;
		font-size: 20px
	}
	
	.about-b p strong{
		color: #ed3337;
		font-weight: 900;
	}

	
	.about h2{
		color: #ed3337;
		font-family: 'Open Sans', arial;
		font-style: italic;
		text-align: right;
		font-size: 16px;
		width: auto;
		float: right;
		margin: 50px 0 10px;
		font-weight: 600;
	}
	
	.about p{
		color: #323232;
		font-family: 'Open Sans', arial;
		text-align: justify;
		font-size: 15px;
		width: auto;
		float: right;
		margin: 20px 0;
		line-height: 1.5;
	}
	
	.about p strong{
		color: #ed3337;
		font-weight: 900;
	}
	
	aside{
		margin: 100px 0;
		float: left;
		width: 45%;
		text-align: right;
	}
	
	aside img{
		width: auto;
	}
	
	
	
/*
	[ABOUT-C]
				 */
	
	.about-c{
		float: right;
		width: 55%;
		border: 1px solid #ed3337;
		margin: 119px 0 40px;
		height: 620px;
		border-left: 0;
		padding: 0 40px 0 60px;
	}
	
	.about-c h1{
		color: #323232;
		font-family: 'Montserrat', arial;
		font-size: 32px;
		width: 100%;
		float: right;
		margin: 50px 0 0;
		text-transform: uppercase;
		border-bottom: 2px solid #ed3337;
		text-align: right;
		padding: 0 5px 10px
	}

	
	.about-c h2{
		color: #ed3337;
		font-family: 'Open Sans', arial;
		font-style: italic;
		text-align: right;
		font-size: 16px;
		width: auto;
		float: right;
		margin: 50px 0 10px;
		font-weight: 600;
	}
	
	.about-c p{
		color: #323232;
		font-family: 'Open Sans', arial;
		text-align: justify;
		font-size: 15px;
		width: auto;
		float: right;
		margin: 20px 0;
		line-height: 1.5;
	}
	
	.about-c p strong{
		color: #ed3337;
		font-weight: 900;
	}
		
	.aside-location{
		text-align: right;
		position: relative;
		top: 28px
	}
	
	
	
	
	
	.product-text{
		float: left;
		width: 50%;
		margin: 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 450px;
	}
	
	.product-text p{
		font-size: 18px;
		text-align: center;
		width: 85%;
		margin: 0 0 0 15%;
		float: right;
		padding: 50px 50px 70px;
		font-family: 'Open Sans', arial;
		border: 2px solid #ed3337;
		color: #323232;
		font-weight: 400;
		border-right: 0;
	}
	
	.product-text p strong{
		font-size: 15px;
		color: #ffffff;
		background: #ed3337;
		padding: 15px 20px;
		border-radius: 50px;
		position: relative;
		top: 10px
	}
	
	.product-text p em{
		font-size: 25px;
		color: #ed3337;
		font-weight: 800;
		width: 100%;
		border-bottom: 2px solid rgba(225,225,225,1.00);
		padding-bottom: 8px;
		margin: 0 0 25px
	}
	
	ul.product-list{
		float: right;
		width: 50%;
		margin: 0;
		list-style: none;
	}
	
	ul.product-list li{
		float: left;
		width: 50%;
		margin: 0;
		height: 225px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	
	ul.product-list li:hover{
		transition: 1s;
		transform: scale(1.05);
	}
	
	ul.product-list li img{
		float: left;
	}
	
	/*more*/
	ul.product-more{
		float: left;
		width: 100%;
		margin: 0;
		list-style: none;
	}
	
	ul.product-more p{
		font-size: 25px;
		text-align: center;
		width: 100%;
		float: left;
		padding: 45px 0 15px;
		font-family: 'Open Sans', arial;
		font-weight: 400;
		color: #323232;
	}
	
	ul.product-more p strong{
		font-weight: 800;
		font-size: 28px;
	}
	
	ul.product-more li{
		float: left;
		width: 33.3%;
		margin: 0;
		height: auto;
		display: flex;
		justify-content: center;
		flex-direction: column;
		position: relative;
		text-align: center;
	}
	
	ul.product-more li:hover{
		transition: 1s;
		transform: scale(0.98);
	}
	
	ul.product-more li img{
		float: none;
		text-align: center;
	}
	
	
	/*system*/
	ul.system{
		float: left;
		width: 100%;
		margin: 30px 0 0 2%;
		list-style: none
	}
	
	ul.system li{
		float: left;
		width: 49%;
		margin: 0.5%;
		height: 120px;
		background: #ed3337;
		display: flex;
		justify-content: center;
		flex-direction: column;
		position: relative;
		text-align: center;
		font-family: 'Open Sans', arial;
		font-size: 18px;
		color: #fff;
		padding: 0 25px;
	}
	
	ul.system li:hover{
		transition: 1s;
		transform: scale(0.98);
		border: 4px solid #ed3337;
		color: #ed3337;
		background: #fff
	}
	
	.logo-product{
		float: left;
		width: 100%;
		margin: -80px 0 -80px;
		text-align: center;
		position: relative;
		z-index: 999
	}
	
	.logo-product img{
		width: 350px;
		border-radius: 50px;
		border: 2px solid rgba(228,228,228,1.00);
		padding: 10px;
	}
	
	
/*
	[PARTNERS]
				*/
	ul.partners{
		float: left;
		width: 100%;
		text-align: center;
		list-style: none;
		margin: 30px 0 0;
	}
	
	ul.partners li{
		float: left;
		width: 14%;
		text-align: center;
		margin: 10px 1.3%;
	}
	
	ul.partners li img{
		width: auto;
	}
	
	ul.partners li img:hover{
		transition: 1s;
		transform: scale(0.8);
	}
	
	
	
	
/*
	[CERTIFICATE]
					 */
	ul.certificate{
		float: left;
		width: 70%;
		margin: 120px 15%;
		text-align: center;
		list-style: none;
	}
	
	ul.certificate p{
		font-size: 16px;
		color: #fff;
		font-family: 'Open Sans', arial;
	}
	
	ul.certificate li{
		float: left;
		width: 20%;
		margin: -40px 2.5% 0;
		text-align: center;
	}
	
	ul.certificate li:hover{
		transition: 1s;
		transform: scale(0.98);
	}
	
	ul.certificate li img{
		width: 130px
	}
	
	ul.certificate li span{
		width: auto;
		padding: 5px 15px;
		color: #fff;
		font-family: 'Montserrat', arial;
		font-weight: bold;
		font-size: 15px;
		border: 4px solid #ed3337;
		border-radius: 50px;
		position: relative;
		top: 25px;
	}
	
	ul.certificate li span:hover{
		border: 4px solid #ed3337;
		background: #ed3337;
		transition: 0.5s;
	}
	
	
/*
	[OVERLAY]
				 */
	
	.overlay {
		height: 0%;
		width: 100%;
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		background-color: rgb(0,0,0);
		background-color: rgba(0,0,0, 0.9);
		overflow-y: auto;
		transition: 0.5s;
	}
		
	.overlay::-webkit-scrollbar-track {
		background-color: #F4F4F4;
	}
	
	.overlay::-webkit-scrollbar {
		width: 10px;
		background: #F4F4F4;
	}
	
	.overlay::-webkit-scrollbar-thumb {
		background: #cd353a;
	}
	
	.overlay-content {
		position: relative;
		top: 25%;
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
	
	.overlay a{
		color: #fff;
	}
	
	.overlay span{
		float: left;
		width: 100%;
		margin: -80px 0 0;
	}

	.overlay span img{
		width: 180px;
	}
	
	.overlay h2{
		padding: 8px;
		text-decoration: none;
  		font-size: 35px;
  		color: #cd353a;
 		display: block;
		margin: 0 20% 10px;
		font-family: 'Open Sans', arial;
		font-weight: 900;
		border-bottom: 2px solid #cd353a;
		width: 60%;
	}

	.overlay h3{
		padding: 8px;
		text-decoration: none;
  		font-size: 20px;
  		color: #fff;
 		display: block;
		margin: 0 25% 0;
		font-family: 'Open Sans', arial;
		font-weight: 900;
		width: 50%;
	}

	.overlay p{
		padding: 8px;
		text-decoration: none;
  		font-size: 16px;
  		color: #fff;
 		display: block;
		margin: -16px 25% 10px;
		font-family: 'Open Sans', arial;
		font-weight: normal;
		width: 50%;
	}
	
	.overlay a:hover, .overlay a:focus {
		color: #f1f1f1;
	}
	
	.overlay .closebtn {
		position: absolute;
		top: -5px;
		right: 20px;
		font-size: 60px;
		background: #cd353a;
		padding: 25px 50px;
	}	
	
	.overlay .closebtn:hover {
		position: absolute;
		top: -5px;
		right: 20px;
		font-size: 60px;
		background: #323232;
		padding: 25px 50px;
	}	
	
	.sidebar{
		float: left;
		width: 43%;
		text-align: left;
		margin: 0;
	}
	
	.sidebar img{
		width: auto;
	}
	
	.product{
		float: right;
		width: 100%;
		margin: 5px 0 0;
	}
	
	ul.list{
		float: left;
		width: 100%;
		list-style: none;
		margin: 25px 0 0;
	}
	
	ul.list li{
		float: left;
		list-style: none;
		width: 23%;
		margin: 25px 1%;
	}
	
	ul.list li:hover{
		opacity: 0.9;
		transition: 1s;
		transform: scale(0.98);
	}
	
	ul.list li img{
		width: auto;
		text-align: center
	}
	
	ul.list li h3{
		background: url("img/bg-red.jpg");
		width: 100%;
		text-align: center;
		margin: 5px 0;
		border-radius: 50px;
		font-size: 14px;
		color: #FFF;
		font-family: 'Montserrat', arial;
		font-weight: 800;
		padding: 10px 5px;
		height: 80px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	
	ul.list li a{
		width: 100%;
		float: left;
		margin: 0;
		text-align: center;
		cursor: pointer
	}
	
	ul.list li a:hover{
		opacity: 0.6;
		transition: 1s;
	}
	
	span.line-black{
		width: 8%;
		height: 2px;
		background: #242424;
		text-align: center;
		float: left;
		margin: 20px 46%;
	}
	
	
/*
	[PAGE-CONTACT]
					 */
	.map-b{
		float: left;
		width: 100%;
		height: 250px;
		border: 2px solid #cd353a!important;
		margin: 25px 0 5px;
		padding: 10px;
	}
	
	.map-street-b{
		float: left;
		width: 100%;
		height: 250px;
		border: 0;
		border: 2px solid #242424!important;
		padding: 10px;
		margin: 0 0 -80px
	}
	
	.map{
		float: left;
		width: 100%;
		height: 210px;
		border: 0;
	}
	
	.map-street{
		float: left;
		width: 100%;
		height: 150px;
		border: 0;
	}
	
	span.text-location{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
		background: #cd353a;
		color: #fff;
		font-size: 20px;
		font-family: 'Open Sans', arial;
		font-weight: 800;
		padding: 20px 0;
	}
	
	.page-contact{
		color: #323232;
		font-family: 'Open Sans', arial;
		text-align: center;
		font-size: 18px;
		width: 100%;
		float: right;
		margin: 20px 0;
		line-height: 2.0;
		letter-spacing: -1px;
	}
	
	.page-contact span{
		width: 100%;
		float: left;
		margin: 0;
		text-align: center;
	}
	
	.page-contact span img{
		width: 35px;
	}
	
	.page-contact a{
		color: #323232;
	}
	
	.page-contact a:hover{
		color: #cd353a;
		border-bottom: 2px solid #cd353a;
	}
	
	
/*
	[NEWS]
			 */	
	ul.news{
		float: left;
		width: 100%;
		margin: 50px 0 30px;
		list-style: none;
		text-align: center
	}

	ul.news li{
		float: left;
		width: 31.3%;
		margin: 0 1%;
		text-align: center
	}

	ul.news li:hover{
		opacity: 0.7;
		transition: 1s;
		transform: scale(0.98);
	}

	ul.news li img{
		width: auto;
	}

	ul.news li h2{
		float: left;
		width: 100%;
		margin: 15px 0 20px;
		color: #323232;
		font-weight: lighter;
		font-size: 20px;
		position: relative;
		text-align: center;
		font-family: 'Open Sans', "arial";
	}

	ul.news li span{
		margin: 15px 0;
		color: #fff;
		font-weight: bolder;
		font-size: 16px;
		position: relative;
		text-align: center;
		font-family: 'Open Sans', "arial";
		background: #cd353a;
		padding: 10px 30px;
	}
	
/*
	[REPRESENTANTES]
						 */	
	
	.representant p{
		font-size: 22px;
		line-height: 1.8;
	}
	
	.representant a{
		background: #323232;
		color: #fff;
		float: right;
		font-family: 'Montserrat', arial;
		font-weight: bold;
		border-radius: 50px;
		font-size: 16px;
		width: 240px;
		padding: 18px 0;
		text-align: center;
		margin: 15px 0 0;
	}

	.representant a:hover{
		background: #ed3337;
		transition: 1s;
		transform: scale(0.99);
	}
	
/*
	[FORM]
				 */	
	.form{
		float: left;
		width: 100%;
		margin: 50px 0;
	}
	
	.form h2{
		float: left;
		width: 100%;
		margin: 15px 0 0;
		color: #ffc6c8;
		font-weight: bold;
		font-size: 50px;
		position: relative;
		text-align: center;
		font-family: 'Open Sans', "arial";
		border-bottom: 2px solid rgba(247,247,247,0.2);
		padding-bottom: 5px;
	}
	
	.form h3{
		float: left;
		width: 100%;
		margin: 15px 0 20px;
		color: #fff;
		font-weight: bold;
		font-size: 20px;
		position: relative;
		text-align: center;
		font-family: 'Open Sans', "arial";
	}
	
	.form span{
		float: left;
		width: 65%;
	}
	
	.input{
		float: left;
		width: 45%;
		margin: 10px 2.5%;
		font-size: 20px;
		color: #fff;
		padding: 15px 25px;
		border: 2px solid #fff;
		font-family: 'Montserrat', "arial";
		font-weight: normal;
		background-color: transparent;
		text-align: left;
	}
	
	.comment{
		float: left;
		width: 33%;
		margin: 10px 1%;
		font-size: 20px;
		color: #fff;
		padding: 15px 25px 20px;
		border: 2px solid #fff;
		font-family: 'Montserrat', "arial";
		font-weight: normal;
		background-color: transparent;
		text-align: left;
	}
	
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 15px 0 0;
	}
	
	.send{
		text-align: center;
		background: #fff;
		font-family: 'Montserrat', "arial";
		border: 0;
		color: rgba(43,43,43,1.00);
		font-size: 20px;
		padding: 15px 30px;
		cursor: pointer;
		margin: 0 auto;
		width: auto;
		font-weight: 500;
	}
	
	.send:hover{
		background: #3b3b3b;
		transition: 1s;
		color: #fff;
	}
	
	
	
	
/*
		[CONTACT]
						 */
	.grid{
		float: left;
		width: 31.3%;
		margin: 70px 1%;
		text-align: left;
	}
	
	.grid:hover{
		opacity: 0.8;
		transition: 1s;
	}
	
	.grid span{
		width: 30%;
		float: left;
		margin: 0;
		text-align: center;
	}
	
	.grid h3{
		font-size: 18px;
		color: #3f3f3f;
		font-family: 'Montserrat', Arial;
		font-weight: bold;
	}
	
	.grid p{
		font-size: 14px;
		color: #3f3f3f;
		font-family: 'Open Sans', Arial;
		font-weight: 500;
	}
	
	.grid a{
		font-size: 13px;
		color: #cd353a;
		font-family: 'Open Sans', Arial;
		font-weight: 900;
		position: relative;
		top: 10px;
	}
		
	.grid a:hover{
		border-bottom: 2px solid #cd353a;
		padding-bottom: 5px;
	}
		
	
	
/*
		[FOOTER]
						 */	
	.footer{
		float: left;
		width: 100%;
		text-align: center;
		margin: 65px 0;
	}
	
	a.logo-min{
		width: 100%;
		text-align: center;
		float: left;
		margin: 0
	}
	
	a.logo-min:hover{
		opacity: 0.6;
	}
	
	.row{
		width: 60%;
		float: left;
		margin: 45px 20% 0;
		border-bottom: 2px solid #ffffff;
		padding-bottom: 20px;
	}
	
	.row a{
		font-size: 18px;
		color: #ffffff;
		font-family: 'Montserrat', Arial;
		font-weight: bold;
		text-align: center;
		width: auto;
		float: none;
		margin: 0;
	}
	
	.row a:hover{
		opacity: 0.5;
		transition: 1s;
	}
	
	.row span{
		font-size: 20px;
		color: #ffffff;
		font-family: 'Montserrat', Arial;
		font-weight: bold;
		position: relative;
		top: -5px;
		left: 0;
		margin: 0 20px;
	}
	
	a.ans{
		font-size: 15px;
		color: #ffffff;
		font-family: 'Open Sans', Arial;
		font-weight: lighter;
		position: relative;
		margin: 50px 0 0;
		font-style: italic;
		width: 100%;
		float: left;
		letter-spacing: 1.0px;
	}
	
	a.ans:hover{
		opacity: 0.7;
	}
	
}






@media only screen and (min-width: 1500px) {
	
	.container-b{
		width: 95%;
	}
	
	.left{
		left: 0;
	}
	
	.right{
		right: 0;
	}
	
	

	
}













@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}


/*
	 [EFFECT]
				 */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}