/* 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;*/
}

nav ul li a{
    text-decoration: none;
    color: #FFFFFF;
    background-color: #6A747B;
    display: block;
    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:#BCC0C3;
	
}
h12{
	text-align: center;
	color:#BCC0C3;
}
h8{
	/*text-align: center*/;
    padding-left: 0px;
}
.areas_negocio{
	width: 100%;
	max-width: 1400px;
	background-color: #71787D;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

#mall{
	background-image: url(../img/ALTAPLAZA_ACCESO2.jpg);
}
#aero{
	background-image: url(../img/Holland_airport_schipol_0477.jpg);
}
#oficina{
	background-image: url(../img/MULTICENTRO.jpg);
}
#plaza{
	background-image: url(../img/Venezuela_park_adventura_plaza_1.jpg);
}
#hospitales{
	background-image: url(../img/radisson-blu-hotel-belfast.jpg);
}
#residencia{
	background-image: url(../img/the-troika.jpg);
}
.areas_img{
	width: 100%;
	height:250px;
	background-position: center;
	background-size: cover;
}
.areas {
	text-align: justify;
	padding: 0 20px;
}
h2, h4{
    text-align: center;
    color: #FFFFFF;
    margin-left: px;
    padding-left: 0px;
}
h13{
    text-align: center;
    color: #FFFFFF;
    padding-left: 81px;
}
h3, .areas ul li{
	color:#3D4143;
	text-align: justify;
}
 h31{
    text-align: center;
    color: #FFFFFF;
    margin-left: px;
    padding-left: 15px;
    padding-bottom: 0px;
}
h41{
    text-align: center;
    color: #FFFFFF;
    margin-left: 175px;
    padding-left: 0px;
    font-size: 29px;
    margin-top: 0px;
}
.areas ul li{
	list-style: disc;
}
#art-one_img{
    background-image: url(../img/barrier_multicolour.jpg);
    padding-top: 0px;
}
#art-two_img{
	background-image:url(../img/skiosk_all_together.jpg);
}
.art-one,.art-two{
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
.articles{
	width:95%;
	height:300px;
	background-size: cover;
	background-position: center;
}

article h4{
	text-align: center;
	color: #1A84D5;
}
articles ul li,ul li a,p{
	text-align: center;
	color:#FAFBFB;
	padding: 0 25px;
}
h21{
    text-align: center;
    color: #FFFFFF;
    margin-left: 25px;
    padding-left: 0px;
    font-weight: bold;
    font-size: x-large;
}
.footer_sd{
    background-color: #3D4143;
    padding: 5px;
    height: 248px;
    padding-right: 15px;
}
.footer_sd p{
    font-size: 0.8em;
    padding-left: 25px;
    text-align: left;
}
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: 12px;
    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: .5px;
	}
	.areas_negocio{
		margin-bottom: 0px;
	}
	.two-areas{
		display: flex;
	}
	.areas{
		flex:1;
	}
	.articles{
		width:100%;
		height:400px;
}
	.logofooter{
		width:7%;
	}
}

@media screen and (min-width:950px){
	.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:3%;
	}
}

h8 {
	
}
