@charset "utf-8";
/* CSS Document */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.clearfix {
  overflow: auto;
}
Body{
	font-family: Helvetica;
	color: #71787D;
	background-color: #71787D;

}
.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: 40%;
    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;
	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{
    font-size: 2em;
    text-align: center;
    color: white;
    margin: 0.67em 0;
    padding-left: 25px;
}
.areas_negocio{
    width: 100%;
    max-width: 1400px;
    background-color: #71787D;
    margin-left: auto;
    margin-right: auto;
}
.areas_img{
    height: 250px;
    background-position: center;
    background-size: cover;
}
.areas {
	text-align: justify;
	padding: 0 20px;
}
h2{
	text-align: center;
	color:#FFFFFF;
}
h3, .areas ul li{
	color:#3D4143;
	text-align: justify;
}
h4{
	text-align: center;
    color: #FFFFFF;
    margin-left: 10px;
    padding-left: 0px;
    font-size: 29px;
}
h5{
	text-align: right;
	float: right;
	margin-right: 5px;
}
h12{
	text-align: center;
	color:#BCC0C3;
}
h21{
    text-align: center;
    color: #FFFFFF;
    margin-left: 25px;
    padding-left: 0px;
    padding-top: 10px;
    font-weight: bold;
    font-size: x-large;
}
h41{
    text-align: center;
    color: #FFFFFF;
    margin-left: 200px;
    padding-left: 0px;
    font-size: 29px;
}
h42{
    text-align: center;
    color: #FFFFFF;
    margin-left: 188px;
    padding-left: 0px;
    font-size: 29px;
}
.areas ul li{
	list-style: disc;
}
#art-one_img{
    background-image: url("../img/ALTAPLAZA_ACCESO2.jpg");
   
}
#art-two_img{
	background-image:url("../img/CMC0.jpg");
}
#art-three_img{
	background-image: url("../img/CAP0.JPG");
}
#art-four_img{
	background-image: url("../img/XPL.jpg");
}
.art-one,.art-two,.art-three, .art-four{
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	
}
.articles{
	width:95%;
	height:300px;
	background-size: cover;
	background-position: center;
	
}

article h4{
    text-align: center;
    color: white;
    font-size: 29px;
    font: Helvetica;
  
	/*color: #1A84D5;*/
}
article h13{
    text-align: center;
    color: white;
    font-size: 1.8em;
    font: Helvetica;	/*color: #1A84D5;*/
}
articles ul li,ul li a,p{
	text-align: justify;
	color:#FAFBFB;
	padding: 0 25px;
}
.footer_sd{
    background-color: #3D4143;
    padding-right: 15px;
    padding-left: 5px;
    height: 330px;
    
}
.footer_sd p{
    font-size: 0.8em;
    padding-left: 25px;
    height: auto;
}
t5{
	text-align: right;
	float: right;
	margin-right: 5px;
}
h7{
	float:none;
}
article h8{
    color: white;
    font-size: 1.7em;
    font: Helvetica;
    /*color: #1A84D5;*/
    padding-left: 166px;
}
article h9{
    text-align: center;
    color: white;
    font-size: 1.7em;
    font: Helvetica;
    /*color: #1A84D5;*/
    padding-left: 91px;
}
article h10{
    text-align: center;
    color: white;
    font-size: 1.7em;
    font: Helvetica;
    /*color: #1A84D5;*/
    padding-left: 131px;
}
article h11{
    text-align: center;
    color: white;
    font-size: 1.7em;
    font: Helvetica;
    /*color: #1A84D5;*/
    padding-left: 28px;
}
.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: .5px;
	}
	.areas_negocio{
		margin-bottom: 0px;
	}
	.two-areas{
		display: flex;
	}
	.areas{
		flex:1;
	}
	.articles{
    width: 70%;
    height: 400px;
}
	.logofooter{
    width: 7%;
    padding-bottom: 0px;
	}
}

@media screen and (min-width:950px){
	}
	.art-one{
		display:flex;
	}
	.art-two{
		display:flex;
		flex-direction:row-reverse;
	}
	.art-three{
		display:flex;
	}
	.art-four{
		display:flex;
		flex-direction:row-reverse;
	}
	.articles{
		flex:1.3;
	}
	.sel{
		flex:.7;
		height: 500px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.sel:hover{
		background-color:#50555B;
	}
	.logofooter{
		width:3%;
	}

#carouselExampleIndicators1 {
	
}
