/* CSS Document */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.clearfix {
  overflow: auto;
}
Body{
	font-family: Helvetica;
	color: #71787D;
	background-color: #000000;
	margin:0;
}
.banner_home{
	width:100%;
	height:550px;
	background-image: url(../img/entry_barrier-power-gate_entry.jpg);
	background-position: center;
	background-size: cover;
	padding-top: 10px;
}
.logosdaccess img{
	width:30%;
	float:left;
	margin-left: 10px;
}

#logosd_lector img{
	width:100%;
	max-width: 120px;
	float: right;
}
#logosd_lector{
	width:40%;
	float:right;
	margin-top: 430px;
	padding-right: 20px;
}
#logolector{
	margin-top: 5px;
}
.banner_home h1{
	font-size: 1em;;
	text-align: right;
	color:#FFFFFF;/* #C19B00;*/
}
.art-text h2,h3,p,ul li {
	color:#FFFFFF;
}

nav ul li a{
	text-decoration: none;
	color:#FFFFFF;
	background-color: #6A747B;
	display:block;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 5px;
	font-size: 1.3em;
}
nav ul li a:hover{
	background-color: #71787D;
}
nav ul{
	list-style: none;
	padding-left: 0;
}
h1{
	text-align: center;
	color:#FFFFFF;
}
h21{
    text-align: center;
    color: #FFFFFF;
    margin-left: 25px;
    padding-left: 0px;
    padding-top: 10px;
    font-weight: bold;
    font-size: x-large;
}

.productos{
	width: 100%;
	max-width: 1400px;
	background-color: #71787D;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

.areas_img{
	width: 70%;
	height:300px;
	background-position: center;
	background-size:cover;
	margin-left: 20px;
	margin-bottom: 10px;
}

#skiosk{
	background-image: url(../img/skiosk-smart-parking-standard_left.png);
}
#PowerGate{
	background-image: url(../img/PowerGate.png);
}
#BarrierGate{
	background-image: url(../img/BarrierGate_2014.png);
}

#ampere{
	background-image: url(../img/ampere-gate_two_plug-right.png);
}
#lpr{
	background-image: url(../img/ACCESS_EYE_COMPACT50.png);
	flex-shrink: .36;
}
#FlexGate{
	background-image: url(../img/flex-gate-event.png);
}
#pl,#sweb{
	width: 100%;
	height:300px;
}
#pl{
	background-image: url(../img/ParkingLogic.png);
}	
#sweb{
	background-image: url(../img/SWEB.png);
}
.art-text{
	margin-left:20px;
}

.footer_sd{
	background-color: #3D4143;
	padding: 5px;
	height:245px;
	padding-right: 15px;
}
.footer_sd p{
    font-size: 0.8em;
    padding-left: 25px;
}
h5{
	text-align: right;
	float: right;
	margin-right: 5px;
}
h7{
	float:none;
}
.logofooter {
	background-image: url(../img/Logo_SD_Access.png);
	background-size: cover;
	background-position: center;
	width: 12%;
	height: 50px;
	float:right;
}

/*TABLETS*/
@media screen and (min-width:500px){
	.logosdaccess img{
		width:20%;
	}
	nav ul{
		display:flex;
	}
	nav ul li{
		flex:1;
		margin: 0.5px;
	}
	.areas{
	display:flex;
	}

	.areas_negocio{
		margin-bottom: 0px;
	}
	
	.articles{
		width:100%;
		height:600px;
}
	.logofooter{
		width:7%;
	}
}
@media screen and (min-width:950px){
	.two-areas{
		display: flex;
	}
	.areas{
		flex:1;
	}
	.art-one{
		display:flex;
	}
	.art-two{
		display:flex;
		flex-direction:row-reverse;
	}
	.articles{
		flex:1.3;
	}
	.sel{
		flex:.7;
		height: 600px;
	}
	.sel:hover{
		background-color:#50555B;
	}
	.logofooter{
		width:4%;
	}
}
