@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

/*
font-family: 'Roboto', sans-serif;
*/

*{margin:0px;padding:0px;}

body{
	font-family: 'Roboto', sans-serif;
}

#imgNosOnePort{
	display: none;
}

#btnNavPort{
	display: none;
}

::-webkit-scrollbar {
	width: 8px;
	background: #201f1f;
}

::-webkit-scrollbar-thumb {
        width: 8px;
        background: #ebebeb;
}

@media screen and (min-width: 1366px){                                           /*///////////////////////////inicio mayor que 1366px*/



#contSlide{
	z-index: 0;
	position: fixed;
	float: left;
	width: 100%;
	min-height: 400px;
	height: 100vh;
	background: #323232;
}

#contImgBackOne{
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100vh;
	background: linear-gradient(0deg,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 100%),url("imagenes/header/1.jpg");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#contImgBackTwo{
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100vh;
	margin-left: 100%;
	background: linear-gradient(0deg,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 100%),url("imagenes/header/2.jpg");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#contImgBackThree{
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100vh;
	margin-left: 100%;
	background: linear-gradient(0deg,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 100%),url("imagenes/header/3.jpg");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#contImgBackFour{
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100vh;
	margin-left: 100%;
	background: linear-gradient(0deg,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 100%),url("imagenes/header/4.jpg");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#contImgBackFive{
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100vh;
	margin-left: 100%;
	background: linear-gradient(0deg,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 100%),url("imagenes/header/5.jpg");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#contImgBackSix{
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100vh;
	margin-left: 100%;
	background: linear-gradient(0deg,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 100%),url("imagenes/header/6.jpg");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

 #sectionOne{
	position: relative;
	float: left;
	width: 100%;
	min-height: 650px;
	height: auto;
	overflow: hidden;
}

#contBarSup{
	position: fixed;
	  z-index: 10;
      float: left;
      width: 100%;
      height: 100px;
      box-sizing: border-box;
      background: white;
      background: transparent;
}

#logo{
	position: relative;
	z-index: 1;
	float: left;
	width: 150px;
	height: 60px;
	margin-left: 7.5%;
	margin-top: 30px;
	background: url("imagenes/logo/logoWhite.png");
	background-size: 100% auto;
	background-position: bottom;
	background-repeat: no-repeat;
}

/*nuevo*/
nav{
	position: relative;
	z-index: 5;
	float: right;
	width: 600px;
	/* width: calc(100% - 150px - 15%); */
	height: 60px;
	margin-right: 7.5%;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	/* align-items: flex-end; */
}

.itemNav{
	z-index: 1;
	float: left;
	width: 150px;
	width: auto;
	height: 20px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color:#323232;
	color: white;
	box-sizing: border-box;
	margin-top: 36px;
	padding-top: 0px;
}
/*fin*/

.itemNav:hover{
	cursor: pointer;
}


#contServ{
	display: none;
	position: absolute;
	float: left;
	width: 100%;
	height: 115px;
	top:100px;
	background: #323232;
}

.itemServ{
	float: left;
	width: 100%;
	height: 25px;
	font-size: 14px;
	font-weight: 300;
	margin-top: 10px;
}

.itemServ:hover{
	cursor: pointer;
}

#contProyOpt{
	display: none;
	position: absolute;
	float: left;
	width: 100%;
	height: 70px;
	top:100px;
	background: #323232;
}

.itemProyOpt{
	float: left;
	width: 100%;
	height: 20px;
	font-size: 14px;
	font-weight: 300;
	margin-top: 10px;
}

.itemProyOpt:hover{
	cursor: pointer;
}


#contProyec{
	display: none;
	position: absolute;
	float: left;
	width: 100%;
	height: 115px;
	top:100px;
	background: #323232;
}

.itemProyec{
	float: left;
	width: 100%;
	height: 25px;
	font-size: 14px;
	font-weight: 300;
	margin-top: 10px;
}

.itemProyec:hover{
	cursor: pointer;
}

#ourAport{
	float: left;
	width: 85%;
	height: auto;
	margin-left: 7%;
	margin-top: 300px;
	padding-left: 5px;
	box-sizing: border-box;
	border-left: 2px solid white;
	font-size: 25px;
	color: white;

}

#aport{
	clear: both;
	float: left;
	width: 200px;
	height: 150px;
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 30px;
	text-align: center;
	color:white;
	background: rgba(207, 207, 207,0.8);

}

#termiAport{
	float: left;
	width: 40px;
	height: 150px;
	margin-left: 0px;
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	text-align: center;
	color:white;
	background: url("imagenes/header/aportImg.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;

}

#titleAport{
	float: left;
	width: 100px;
	height: auto;
	font-size: 18px;

}

#cantTitleAport{
	float: left;
	width: 100px;
	height: auto;
	margin-top: 10px;
	font-size: 55px;
	font-weight: 700;

}

#contInfo{
	float: left;
	width: 680px;
	height: 130px;
	margin-top: 70px;
	margin-left: calc((100% - 920px) / 2);

}

#squareInfoOne{
	float: left;
	width: 170px;
	height: 130px;
	margin-left: 0px;

}

#contMwOne{
	z-index: 2;
	float: left;
	width: 50px;
	height: 50px;
	margin-left: calc((100% - 50px) / 2);
	margin-top: -25px;
	border-radius: 50vw;
	display: flex;
	justify-content: center;
	align-items: center;
    box-sizing: border-box;
    border: 2px solid white;
	background: rgba(207,207,207,0.8);
}

#lineOne{
	z-index: 2;
     float: left;
    width: 60px;
	height: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: white;
}

#lineInfoOne{
	float: left;
	z-index: 2;
	width: 2px;
	height: 50px;
	margin-left: 33px;
	margin-top: -35px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: white;
}

.numberInfo{
	clear: both;
	float: left;
	width: 95%;
	height: 50px;
	margin-left: 2.5%;
	line-height: 50px;
	font-size: 55px;
	margin-top: 10px;
	text-align: center;
	color:white;

}

.titleInfo{
	float: left;
	width: 100px;
	height: 35px;
	margin-top: 10px;
	margin-left: calc((100% - 100px) / 2);
	text-align: center;
	font-size: 15px;
	color:white;

}

#squareInfoTwo{
	float: left;
	width: 170px;
	height: 130px;
	margin-left: 0px;

}

#contMwTwo{
	z-index: 2;
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 0px;
	margin-top: -25px;
	border-radius: 50vw;
	display: flex;
	justify-content: center;
	align-items: center;
    box-sizing: border-box;
    border: 2px solid white;
	background: rgba(207,207,207,0.8);

}

#lineTwo{
	z-index: 2;
     float: left;
    width: 60px;
	height: 2px;
	margin-left: 0px;
	background: white;
}

#lineTwoBis{
	z-index: 2;
     float: left;
    width: 60px;
	height: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: white;
}

#lineInfoTwo{
	float: left;
	z-index: 2;
	width: 2px;
	height: 50px;
	margin-left: 33px;
	margin-top: -35px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: white;
}

#squareInfoThree{
	float: left;
	width: 170px;
	height: 130px;
	margin-left: 0px;

}

#contMwThree{
	z-index: 2;
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 0px;
	margin-top: -25px;
	border-radius: 50vw;
	display: flex;
	justify-content: center;
	align-items: center;
    box-sizing: border-box;
    border: 2px solid white;
	background: rgba(207,207,207,0.8);

}

#lineThree{
	z-index: 2;
     float: left;
    width: 60px;
	height: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: white;
}

#lineThreeBis{
	z-index: 2;
     float: left;
    width: 60px;
	height: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: white;
}

#lineInfoThree{
	float: left;
	z-index: 2;
	width: 2px;
	height: 50px;
	margin-left: 33px;
	margin-top: -35px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: white;
}

#squareInfoFour{
	float: left;
	width: 170px;
	height: 130px;
	margin-left: 0px;

}

#contMwFour{
	z-index: 2;
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 0px;
	margin-top: -25px;
	border-radius: 50vw;
	display: flex;
	justify-content: center;
	align-items: center;
    box-sizing: border-box;
    border: 2px solid white;
	background: rgba(207,207,207,0.8);

}

#lineFour{
	z-index: 2;
     float: left;
    width: 60px;
	height: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: white;
}

#titleInfoFour{
        float: left;
	width: 160px;
	height: 35px;
	margin-top: 10px;
	margin-left: 5px;
	text-align: center;
	color:white;

}

#signalScroll{
	clear: both;
	float: left;
	width: 25px;
	height: 50px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: calc((100% - 25px) / 2);

}

#signalScroll:hover{
	cursor: pointer;
}

#iconSignal{
	float: left;
	width: 25px;
	height: 25px;
	background: url("imagenes/signal/arrowItem.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60% auto;
}

#sectionTwo{
	z-index: 1;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background: #323232;
}

#contNosOne{
	float: left;
	width: 41%;
	height: auto;
	margin-left: 7.5%;
	margin-top: 100px;

}

.titleNos{
	float: left;
	width: 100%;
	height: 35px;
	font-size: 30px;
	color: white;

}

#textNosOne{
    font-size: 16px;
}

.textNos{
      float: left;
	width: 100%;
	height: auto;
	font-size: 14px;
	font-weight: 300;
	margin-top: 20px;
	color:white;
}

#imgNosOne{
	float: left;
	width: 41%;
	height: auto;
	margin-left: 3%;
	margin-top: 100px;
	background: url("imagenes/imgIndex/nosotros.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;

}

#imgNosTwo{
	clear: both;
	float: left;
	width: 41%;
	height: 320px;
	margin-left: 7.5%;
	margin-top: 40px;
	background: url("imagenes/imgIndex/valores.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;

}

#squareContNosOne{
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: rgba(50,50,50,0.8);
}

#titleImgNosOne{
	width: 300px;
	font-size: 30px;
	text-align: left;
	color:white;

}

#locationImgNosOne{
	width: 300px;
	margin-top: 5px;
	font-size: 17px;
	text-align: left;
	color:white;

}

#textImgNosOne{
	width: 300px;
	margin-top: 5px;
	font-size: 14px;
	text-align: left;
	color:white;

}

#squareContNosOnePort{
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: rgba(50,50,50,0.8);
}

#titleImgNosOnePort{
	width: 300px;
	font-size: 30px;
	text-align: left;
	color:white;

}

#locationImgNosOnePort{
	width: 300px;
	margin-top: 5px;
	font-size: 17px;
	text-align: left;
	color:white;

}

#squareContNosTwo{
	float: left;
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: rgba(50,50,50,0.8);
}

#titleImgNosTwo{
	width: 390px;
	font-size: 30px;
	text-align: left;
	color:white;

}

#locationImgNosTwo{
	width: 390px;
	margin-top: 5px;
	font-size: 17px;
	text-align: left;
	color:white;

}

#textImgNosTwo{
	width: 390px;
	margin-top: 5px;
	font-size: 14px;
	text-align: left;
	color:white;

}

#contNosTwo{
	float: left;
	width: 41%;
	height: auto;
	margin-left: 3%;
	margin-top: 40px;
	margin-bottom: 120px;

}

#textNosTwo{
	height: auto;
}

#sectionThree{
	z-index: 1;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background: linear-gradient(0deg,rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.3) 100%),url("imagenes/backClientes/backClien.jpg");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#titleClientes{
	float: left;
	width: 85%;
	height: auto;
	margin-top: 100px;
	margin-left: 7.5%;
	font-size: 30px;
	color:white;
}

#contLogoCliente{
	float: left;
	width: 1000px;
	height: 338.68px;
	margin-left: calc((100% - 1000px) / 2);
	margin-top: 50px;
	margin-bottom: 100px;

}


.squareClientes{
	float:left;
	width: 150px;
	height: 64.67px;
	margin-left: 20px;
	margin-top: 50px;
	opacity: 0;
}

#squareClienUno{
	margin-left: 0px;
	background: url("imagenes/logoClientes/1.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienSiete{
	margin-left: 0px;
	background: url("imagenes/logoClientes/7.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienTrece{
	margin-left: 0px;
	background: url("imagenes/logoClientes/13.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDiezNueve{
	margin-left: 0px;
	background: url("imagenes/logoClientes/19.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDos{
	background: url("imagenes/logoClientes/2.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienTres{
	background: url("imagenes/logoClientes/3.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienCuatro{
	background: url("imagenes/logoClientes/4.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienCinco{
	background: url("imagenes/logoClientes/5.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienSeis{
	background: url("imagenes/logoClientes/6.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienOcho{
	background: url("imagenes/logoClientes/8.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienNueve{
	background: url("imagenes/logoClientes/9.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDiez{
	background: url("imagenes/logoClientes/10.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienOnce{
	background: url("imagenes/logoClientes/11.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDoce{
	background: url("imagenes/logoClientes/12.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienCatorce{
	background: url("imagenes/logoClientes/14.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienQuince{
	background: url("imagenes/logoClientes/15.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDiezSeis{
	background: url("imagenes/logoClientes/16.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDiezSiete{
	background: url("imagenes/logoClientes/17.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDiezOcho{
	background: url("imagenes/logoClientes/18.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienVeinte{
	background: url("imagenes/logoClientes/20.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienVeinteUno{
	background: url("imagenes/logoClientes/21.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienVeinteDos{
	background: url("imagenes/logoClientes/22.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienVeinteTres{
	background: url("imagenes/logoClientes/23.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienVeinteCuatro{
	background: url("imagenes/logoClientes/24.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#sectionFour{
	z-index: 1;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background: #323232;
}

#titleContacto{
	float: left;
	width: 85%;
	height: 35px;
	margin-left: 7.5%;
	margin-top: 100px;
	font-size: 30px;
	color:white;

}

form{
	float: left;
	width: 41%;
	height: auto;
	margin-left: 7.5%;
	margin-top: 60px;
	margin-bottom: 60px;

}

.titleForm{
	float: left;
	width: 100%;
	height: 20px;
	font-size: 14px;
	font-weight: 300;
	margin-top: 5px;
	color:white;
}


input{
	float: left;
	width: 100%;
	height: 25px;
	margin-top: 5px;
	font-size: 14px;
	padding-left: 5px;
	box-sizing: border-box;
	border:none;
	outline: none;
}

textarea{
	float: left;
	width: 100%;
	height: 130px;
	resize: none;
	font-size: 14px;
	margin-top: 5px;
	padding-left: 5px;
	padding-top: 3px;
	box-sizing: border-box;
	border:none;
	outline: none;
}

#btnEnviar{
	float: left;
	width: 100px;
	height: 30px;
	margin-top: 20px;
	font-size: 16px;
	color:#323232;
}

#btnEnviar:hover{
	cursor: pointer;
	transform: scale(1.05);
}

#contDatoContacto{
	float: left;
	width: 41%;
	height: auto;
	margin-left: 3%;
	margin-top: 90px;

}

hr{
	float: left;
	width: 100%;
	height: 3px;
	border:none;
	background: white;
}

.itemDatoContacto{
	float: left;
	width: 100%;
	height: 20px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	color:white;
}

.itemDatoContactoRedes{
	float: left;
	width: 100%;
	height: 20px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	color:white;
}
.itemDatoContactoRedes:hover{
	cursor: pointer;
}

#itemDatoContactoOne{
	margin-top: 20px;
}

#sectionFive{
	z-index: 1;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background: white;
}

#goMap{
    float: left;
    width: 100%;
    height: 300px;
}

#frameMap{
	float: left;
	width: 100%;
	height: 100%;
}

footer{
	position: relative;
	z-index: 5;
	float: left;
	width: 100%;
	height: 150px;
	background: white;
}

#redesFoo{
	float: left;
	width: 120px;
	height: 32px;
	margin-top: 54px;
	margin-left: calc((100% - 1260px) / 2);
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border-right: 2px solid #323232;

}

.itemRedesFoo{
	float: left;
	width: 30px;
	height: 30px;
}

.itemRedesFoo:hover{
	cursor: pointer;
}

#itemRedesOne{
    background: url("imagenes/footer/instamFoo.png");
    background-size: 80% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#itemRedesTwo{
    margin-left: 5px;
    background: url("imagenes/footer/linkFoo.png");
    background-size: 80% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#asocia{
	position: relative;
    float: left;
	width: 300px;
	height: 32px;
	margin-top: 54px;
	box-sizing: border-box;
	border-right: 2px solid #323232;
}

#textItemLogoAsocia{
	position: absolute;
      float: left;
	  width: 100%;
	  height: 25px;
	  margin-left: 0px;
	  margin-top: -25px;
	  font-size: 13px;
	  display: flex;
	justify-content: center;
	align-items: center;
}

#itemLogoAsociaOne{
	clear:both;
	float: left;
	width: 110px;
	height: 32px;
	margin-left: 26px;
	background: url("imagenes/asociados/1.jpg");
    background-size: 90% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#itemLogoAsociaTwo{
	float: left;
	width: 110px;
	height: 32px;
	margin-left: 26px;
	background: url("imagenes/asociados/2.png");
    background-size: 90% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#itemLogoAsociaOne,#itemLogoAsociaTwo:hover{
	cursor: pointer;
}

#logoFoo{
	float: left;
	width: 300px;
	height: 32px;
	margin-top: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border-right: 2px solid #566AA0;

}

#itemLogoFoo{
	float: left;
	width: 101px;
	height: 32px;
	background: url("imagenes/footer/EDFoo.png");
    background-size: 80% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#textItemLogoFoo{
      float: left;
	  width: auto;
	  height: 32px;
	  margin-left: 30px;
	  font-size: 13px;
	  display: flex;
	justify-content: center;
	align-items: center;
}



.division{
     float: left;
	width: 180px;
	height: 32px;
	margin-top: 54px;
	 display: flex;
	justify-content: center;
	align-items: center;

}

.itemServLogo{
	float: left;
	width: 100px;
	height: 32px;
	background: white;
}

.itemServLogo:hover{
	cursor: pointer;
}

#itemServLogoOne{
	background: url("imagenes/footer/EDservOne.png");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#itemServLogoTwo{
	background: url("imagenes/footer/EDservTwo.png");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#itemServLogoThree{
	background: url("imagenes/footer/EDservThree.png");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#divisionOne{
       box-sizing: border-box;
	   border-right: 2px solid #498A7B;
}

#divisionTwo{
       box-sizing: border-box;
	   border-right: 2px solid #52418B;
}


#divisionThree{

}

#bottomLogoFoo{
	float: left;
	width: 720px;
	height: 10px;
	margin-top: 54px;
	margin-left: calc((100% - 1260px) / 2);
	background: #323232;
}

.bottomDivision{
    float: left;
	width: 180px;
	height: 10px;
	margin-top: 54px;

}

#bottomDivisionOne{
    background: #566AA0;
}

#bottomDivisionTwo{
	 background: #498A7B;
}

#bottomDivisionThree{
	background: #52418B;
}

#subir{
	display: none;
	z-index: 50;
	float: left;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	margin-bottom: 90px;
	box-sizing: border-box;
	border: 2px solid #e8e8e8;
	border-radius: 50vw;
	background: url("imagenes/subir/subir.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80% auto;
}

#subir:hover{
	cursor: pointer;
	transition: 1s;
	background: url("imagenes/subir/subir.png"),#e8e8e8;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80% auto;
}

}                                                                                 /*fin mayor que 1366*/



@media screen and (max-width: 1366px){                                           /*///////////////////////////menor que 1366px*/



#contSlide{
	z-index: 0;
	position: fixed;
	float: left;
	width: 100%;
	min-height: 400px;
	height: 100vh;
	background: #323232;
}

#contImgBackOne{
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100vh;
	background: linear-gradient(0deg,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 100%),url("imagenes/header/1.jpg");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#contImgBackTwo{
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100vh;
	margin-left: 100%;
	background: linear-gradient(0deg,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 100%),url("imagenes/header/2.jpg");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#contImgBackThree{
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100vh;
	margin-left: 100%;
	background: linear-gradient(0deg,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 100%),url("imagenes/header/3.jpg");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#contImgBackFour{
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100vh;
	margin-left: 100%;
	background: linear-gradient(0deg,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 100%),url("imagenes/header/4.jpg");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#contImgBackFive{
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100vh;
	margin-left: 100%;
	background: linear-gradient(0deg,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 100%),url("imagenes/header/5.jpg");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#contImgBackSix{
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100vh;
	margin-left: 100%;
	background: linear-gradient(0deg,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 100%),url("imagenes/header/6.jpg");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

 #sectionOne{
	position: relative;
	float: left;
	width: 100%;
	min-height: 650px;
	height: auto;
	overflow: hidden;
}

#contBarSup{
	position: fixed;
	  z-index: 10;
      float: left;
      width: 100%;
      height: 100px;
      box-sizing: border-box;
      background: white;
      background: transparent;
}

#logo{
	position: relative;
	z-index: 1;
	float: left;
	width: 150px;
	height: 60px;
	margin-left: 7.5%;
	margin-top: 30px;
	background: url("imagenes/logo/logoWhite.png");
	background-size: 100% auto;
	background-position: bottom;
	background-repeat: no-repeat;
}

nav{
	position: relative;
	z-index: 5;
	float: right;
	width: 600px;
	height: 60px;
	margin-right: 7.5%;
	margin-top: 30px;
	/*display: flex;
	justify-content: center;
	align-items: flex-end;*/
}

.itemNav{
	z-index: 1;
	float: left;
	width: 150px;
	height: 20px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color:#323232;
	color: white;
	box-sizing: border-box;
	margin-top: 36px;
	padding-top: 0px;
}

/*nuevo*/
nav{
	position: relative;
	z-index: 5;
	float: right;
	width: 600px;
	/* width: calc(100% - 150px - 15%); */
	height: 60px;
	margin-right: 7.5%;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	/* align-items: flex-end; */
}

.itemNav{
	z-index: 1;
	float: left;
	width: 150px;
	width: auto;
	height: 20px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color:#323232;
	color: white;
	box-sizing: border-box;
	margin-top: 36px;
	padding-top: 0px;
}
/*fin*/

.itemNav:hover{
	cursor: pointer;
}


#contServ{
	display: none;
	position: absolute;
	float: left;
	width: 100%;
	height: 115px;
	top:100px;
	background: #323232;
}

.itemServ{
	float: left;
	width: 100%;
	height: 25px;
	font-size: 14px;
	font-weight: 300;
	margin-top: 10px;
}

.itemServ:hover{
	cursor: pointer;
}

#contProyOpt{
	display: none;
	position: absolute;
	float: left;
	width: 100%;
	height: 70px;
	top:100px;
	background: #323232;
}

.itemProyOpt{
	float: left;
	width: 100%;
	height: 20px;
	font-size: 14px;
	font-weight: 300;
	margin-top: 10px;
}

.itemProyOpt:hover{
	cursor: pointer;
}


#contProyec{
	display: none;
	position: absolute;
	float: left;
	width: 100%;
	height: 115px;
	top:100px;
	background: #323232;
}

.itemProyec{
	float: left;
	width: 100%;
	height: 25px;
	font-size: 14px;
	font-weight: 300;
	margin-top: 10px;
}

.itemProyec:hover{
	cursor: pointer;
}

#ourAport{
	float: left;
	width: 85%;
	height: auto;
	margin-left: 7%;
	margin-top: 300px;
	padding-left: 5px;
	box-sizing: border-box;
	border-left: 2px solid white;
	font-size: 25px;
	color: white;

}

#aport{
	clear: both;
	float: left;
	width: 200px;
	height: 150px;
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 30px;
	text-align: center;
	color:white;
	background: rgba(207, 207, 207,0.8);

}

#termiAport{
	float: left;
	width: 40px;
	height: 150px;
	margin-left: 0px;
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	text-align: center;
	color:white;
	background: url("imagenes/header/aportImg.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;

}

#titleAport{
	float: left;
	width: 100px;
	height: auto;
	font-size: 18px;

}

#cantTitleAport{
	float: left;
	width: 100px;
	height: auto;
	margin-top: 10px;
	font-size: 55px;
	font-weight: 700;

}

#contInfo{
	float: left;
	width: 680px;
	height: 130px;
	margin-top: 70px;
	margin-left: calc((100% - 920px) / 2);

}

#squareInfoOne{
	float: left;
	width: 170px;
	height: 130px;
	margin-left: 0px;

}

#contMwOne{
	z-index: 2;
	float: left;
	width: 50px;
	height: 50px;
	margin-left: calc((100% - 50px) / 2);
	margin-top: -25px;
	border-radius: 50vw;
	display: flex;
	justify-content: center;
	align-items: center;
    box-sizing: border-box;
    border: 2px solid white;
	background: rgba(207,207,207,0.8);
}

#lineOne{
	z-index: 2;
     float: left;
    width: 60px;
	height: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: white;
}

#lineInfoOne{
	float: left;
	z-index: 2;
	width: 2px;
	height: 50px;
	margin-left: 33px;
	margin-top: -35px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: white;
}

.numberInfo{
	clear: both;
	float: left;
	width: 95%;
	height: 50px;
	margin-left: 2.5%;
	line-height: 50px;
	font-size: 55px;
	margin-top: 10px;
	text-align: center;
	color:white;

}

.titleInfo{
	float: left;
	width: 100px;
	height: 35px;
	margin-top: 10px;
	margin-left: calc((100% - 100px) / 2);
	text-align: center;
	font-size: 15px;
	color:white;

}

#squareInfoTwo{
	float: left;
	width: 170px;
	height: 130px;
	margin-left: 0px;

}

#contMwTwo{
	z-index: 2;
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 0px;
	margin-top: -25px;
	border-radius: 50vw;
	display: flex;
	justify-content: center;
	align-items: center;
    box-sizing: border-box;
    border: 2px solid white;
	background: rgba(207,207,207,0.8);

}

#lineTwo{
	z-index: 2;
     float: left;
    width: 60px;
	height: 2px;
	margin-left: 0px;
	background: white;
}

#lineTwoBis{
	z-index: 2;
     float: left;
    width: 60px;
	height: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: white;
}

#lineInfoTwo{
	float: left;
	z-index: 2;
	width: 2px;
	height: 50px;
	margin-left: 33px;
	margin-top: -35px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: white;
}

#squareInfoThree{
	float: left;
	width: 170px;
	height: 130px;
	margin-left: 0px;

}

#contMwThree{
	z-index: 2;
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 0px;
	margin-top: -25px;
	border-radius: 50vw;
	display: flex;
	justify-content: center;
	align-items: center;
    box-sizing: border-box;
    border: 2px solid white;
	background: rgba(207,207,207,0.8);

}

#lineThree{
	z-index: 2;
     float: left;
    width: 60px;
	height: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: white;
}

#lineThreeBis{
	z-index: 2;
     float: left;
    width: 60px;
	height: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: white;
}

#lineInfoThree{
	float: left;
	z-index: 2;
	width: 2px;
	height: 50px;
	margin-left: 33px;
	margin-top: -35px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: white;
}

#squareInfoFour{
	float: left;
	width: 170px;
	height: 130px;
	margin-left: 0px;

}

#contMwFour{
	z-index: 2;
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 0px;
	margin-top: -25px;
	border-radius: 50vw;
	display: flex;
	justify-content: center;
	align-items: center;
    box-sizing: border-box;
    border: 2px solid white;
	background: rgba(207,207,207,0.8);

}

#lineFour{
	z-index: 2;
     float: left;
    width: 60px;
	height: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: white;
}

#titleInfoFour{
        float: left;
	width: 160px;
	height: 35px;
	margin-top: 10px;
	margin-left: 5px;
	text-align: center;
	color:white;

}

#signalScroll{
	clear: both;
	float: left;
	width: 25px;
	height: 50px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: calc((100% - 25px) / 2);

}

#signalScroll:hover{
	cursor: pointer;
}

#iconSignal{
	float: left;
	width: 25px;
	height: 25px;
	background: url("imagenes/signal/arrowItem.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60% auto;
}

#sectionTwo{
	z-index: 1;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background: #323232;
}

#contNosOne{
	float: left;
	width: 41%;
	height: auto;
	margin-left: 7.5%;
	margin-top: 100px;

}

.titleNos{
	float: left;
	width: 100%;
	height: 35px;
	font-size: 30px;
	color: white;

}

#textNosOne{
    font-size: 16px;
}

.textNos{
      float: left;
	width: 100%;
	height: auto;
	font-size: 14px;
	font-weight: 300;
	margin-top: 20px;
	color:white;
}

#imgNosOne{
	float: left;
	width: 41%;
	height: auto;
	margin-left: 3%;
	margin-top: 100px;
	background: url("imagenes/imgIndex/nosotros.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;

}

#imgNosTwo{
	clear: both;
	float: left;
	width: 41%;
	height: 320px;
	margin-left: 7.5%;
	margin-top: 40px;
	background: url("imagenes/imgIndex/valores.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;

}

#squareContNosOne{
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: rgba(50,50,50,0.8);
}

#titleImgNosOne{
	width: 300px;
	font-size: 30px;
	text-align: left;
	color:white;

}

#locationImgNosOne{
	width: 300px;
	margin-top: 5px;
	font-size: 17px;
	text-align: left;
	color:white;

}

#textImgNosOne{
	width: 300px;
	margin-top: 5px;
	font-size: 14px;
	text-align: left;
	color:white;

}

#squareContNosOnePort{
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: rgba(50,50,50,0.8);
}

#titleImgNosOnePort{
	width: 300px;
	font-size: 30px;
	text-align: left;
	color:white;

}

#locationImgNosOnePort{
	width: 300px;
	margin-top: 5px;
	font-size: 17px;
	text-align: left;
	color:white;

}

#squareContNosTwo{
	float: left;
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: rgba(50,50,50,0.8);
}

#titleImgNosTwo{
	width: 390px;
	font-size: 30px;
	text-align: left;
	color:white;

}

#locationImgNosTwo{
	width: 390px;
	margin-top: 5px;
	font-size: 17px;
	text-align: left;
	color:white;

}

#textImgNosTwo{
	width: 390px;
	margin-top: 5px;
	font-size: 14px;
	text-align: left;
	color:white;

}

#contNosTwo{
	float: left;
	width: 41%;
	height: auto;
	margin-left: 3%;
	margin-top: 40px;
	margin-bottom: 120px;

}

#textNosTwo{
	height: auto;
}

#sectionThree{
	z-index: 1;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background: linear-gradient(0deg,rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.3) 100%),url("imagenes/backClientes/backClien.jpg");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#titleClientes{
	float: left;
	width: 85%;
	height: auto;
	margin-top: 100px;
	margin-left: 7.5%;
	font-size: 30px;
	color:white;
}

#contLogoCliente{
	float: left;
	width: 1000px;
	height: 338.68px;
	margin-left: calc((100% - 1000px) / 2);
	margin-top: 50px;
	margin-bottom: 100px;

}


.squareClientes{
	float:left;
	width: 150px;
	height: 64.67px;
	margin-left: 20px;
	margin-top: 50px;
	opacity: 0;
}

#squareClienUno{
	margin-left: 0px;
	background: url("imagenes/logoClientes/1.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienSiete{
	margin-left: 0px;
	background: url("imagenes/logoClientes/7.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienTrece{
	margin-left: 0px;
	background: url("imagenes/logoClientes/13.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDiezNueve{
	margin-left: 0px;
	background: url("imagenes/logoClientes/19.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDos{
	background: url("imagenes/logoClientes/2.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienTres{
	background: url("imagenes/logoClientes/3.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienCuatro{
	background: url("imagenes/logoClientes/4.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienCinco{
	background: url("imagenes/logoClientes/5.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienSeis{
	background: url("imagenes/logoClientes/6.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienOcho{
	background: url("imagenes/logoClientes/8.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienNueve{
	background: url("imagenes/logoClientes/9.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDiez{
	background: url("imagenes/logoClientes/10.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienOnce{
	background: url("imagenes/logoClientes/11.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDoce{
	background: url("imagenes/logoClientes/12.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienCatorce{
	background: url("imagenes/logoClientes/14.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienQuince{
	background: url("imagenes/logoClientes/15.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDiezSeis{
	background: url("imagenes/logoClientes/16.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDiezSiete{
	background: url("imagenes/logoClientes/17.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDiezOcho{
	background: url("imagenes/logoClientes/18.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienVeinte{
	background: url("imagenes/logoClientes/20.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienVeinteUno{
	background: url("imagenes/logoClientes/21.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienVeinteDos{
	background: url("imagenes/logoClientes/22.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienVeinteTres{
	background: url("imagenes/logoClientes/23.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienVeinteCuatro{
	background: url("imagenes/logoClientes/24.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#sectionFour{
	z-index: 1;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background: #323232;
}

#titleContacto{
	float: left;
	width: 85%;
	height: 35px;
	margin-left: 7.5%;
	margin-top: 100px;
	font-size: 30px;
	color:white;

}

form{
	float: left;
	width: 41%;
	height: auto;
	margin-left: 7.5%;
	margin-top: 60px;
	margin-bottom: 60px;

}

.titleForm{
	float: left;
	width: 100%;
	height: 20px;
	font-size: 14px;
	font-weight: 300;
	margin-top: 5px;
	color:white;
}


input{
	float: left;
	width: 100%;
	height: 25px;
	margin-top: 5px;
	font-size: 14px;
	padding-left: 5px;
	box-sizing: border-box;
	border:none;
	outline: none;
}

textarea{
	float: left;
	width: 100%;
	height: 130px;
	resize: none;
	font-size: 14px;
	margin-top: 5px;
	padding-left: 5px;
	padding-top: 3px;
	box-sizing: border-box;
	border:none;
	outline: none;
}

#btnEnviar{
	float: left;
	width: 100px;
	height: 30px;
	margin-top: 20px;
	font-size: 16px;
	color:#323232;
}

#btnEnviar:hover{
	cursor: pointer;
	transform: scale(1.05);
}

#contDatoContacto{
	float: left;
	width: 41%;
	height: auto;
	margin-left: 3%;
	margin-top: 90px;

}

hr{
	float: left;
	width: 100%;
	height: 3px;
	border:none;
	background: white;
}

.itemDatoContacto{
	float: left;
	width: 100%;
	height: 20px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	color:white;
}

.itemDatoContactoRedes{
	float: left;
	width: 100%;
	height: 20px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	color:white;
}

.itemDatoContactoRedes:hover{
	cursor: pointer;
}

#itemDatoContactoOne{
	margin-top: 20px;
}

#sectionFive{
	z-index: 1;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background: white;
}

#goMap{
    float: left;
    width: 100%;
    height: 300px;
}

#frameMap{
	float: left;
	width: 100%;
	height: 100%;
}

footer{
	position: relative;
	z-index: 5;
	float: left;
	width: 100%;
	height: 150px;
	background: white;
}

#redesFoo{
	float: left;
	width: 120px;
	height: 32px;
	margin-top: 54px;
	margin-left: calc((100% - 1260px) / 2);
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border-right: 2px solid #323232;

}

.itemRedesFoo{
	float: left;
	width: 30px;
	height: 30px;
}

.itemRedesFoo:hover{
	cursor: pointer;
}

#itemRedesOne{
    background: url("imagenes/footer/instamFoo.png");
    background-size: 80% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#itemRedesTwo{
    margin-left: 5px;
    background: url("imagenes/footer/linkFoo.png");
    background-size: 80% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#asocia{
	position: relative;
    float: left;
	width: 300px;
	height: 32px;
	margin-top: 54px;
	box-sizing: border-box;
	border-right: 2px solid #323232;
}

#textItemLogoAsocia{
	position: absolute;
      float: left;
	  width: 100%;
	  height: 25px;
	  margin-left: 0px;
	  margin-top: -25px;
	  font-size: 13px;
	  display: flex;
	justify-content: center;
	align-items: center;
}

#itemLogoAsociaOne{
	clear:both;
	float: left;
	width: 110px;
	height: 32px;
	margin-left: 26px;
	background: url("imagenes/asociados/1.jpg");
    background-size: 90% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#itemLogoAsociaTwo{
	float: left;
	width: 110px;
	height: 32px;
	margin-left: 26px;
	background: url("imagenes/asociados/2.png");
    background-size: 90% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#itemLogoAsociaOne,#itemLogoAsociaTwo:hover{
	cursor: pointer;
}

#logoFoo{
	float: left;
	width: 300px;
	height: 32px;
	margin-top: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border-right: 2px solid #566AA0;

}

#itemLogoFoo{
	float: left;
	width: 101px;
	height: 32px;
	background: url("imagenes/footer/EDFoo.png");
    background-size: 80% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#textItemLogoFoo{
      float: left;
	  width: auto;
	  height: 32px;
	  margin-left: 30px;
	  font-size: 13px;
	  display: flex;
	justify-content: center;
	align-items: center;
}



.division{
     float: left;
	width: 180px;
	height: 32px;
	margin-top: 54px;
	 display: flex;
	justify-content: center;
	align-items: center;

}

.itemServLogo{
	float: left;
	width: 100px;
	height: 32px;
	background: white;
}

.itemServLogo:hover{
	cursor: pointer;
}

#itemServLogoOne{
	background: url("imagenes/footer/EDservOne.png");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#itemServLogoTwo{
	background: url("imagenes/footer/EDservTwo.png");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#itemServLogoThree{
	background: url("imagenes/footer/EDservThree.png");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#divisionOne{
       box-sizing: border-box;
	   border-right: 2px solid #498A7B;
}

#divisionTwo{
       box-sizing: border-box;
	   border-right: 2px solid #52418B;
}


#divisionThree{

}

#bottomLogoFoo{
	float: left;
	width: 720px;
	height: 10px;
	margin-top: 54px;
	margin-left: calc((100% - 1260px) / 2);
	background: #323232;
}

.bottomDivision{
    float: left;
	width: 180px;
	height: 10px;
	margin-top: 54px;

}

#bottomDivisionOne{
    background: #566AA0;
}

#bottomDivisionTwo{
	 background: #498A7B;
}

#bottomDivisionThree{
	background: #52418B;
}

#subir{
	display: none;
	z-index: 50;
	float: left;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	margin-bottom: 90px;
	box-sizing: border-box;
	border: 2px solid #e8e8e8;
	border-radius: 50vw;
	background: url("imagenes/subir/subir.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80% auto;
}

#subir:hover{
	cursor: pointer;
	transition: 1s;
	background: url("imagenes/subir/subir.png"),#e8e8e8;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80% auto;
}

}                                                                                  /***********************************fin menor 1366px*/

@media screen and (max-width: 1270px){																/*inicio menor 1270px*/

footer{
	position: relative;
	z-index: 5;
	float: left;
	width: 100%;
	height: auto;
	background: white;

}

#redesFoo{
	float: left;
	width: 120px;
	height: 32px;
	margin-top: 54px;
	margin-left: calc((100% - 420px) / 2);
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border-right: 2px solid #323232;

}

.itemRedesFoo{
	float: left;
	width: 30px;
	height: 30px;
}

.itemRedesFoo:hover{
	cursor: pointer;
}

#itemRedesOne{
    background: url("imagenes/footer/instamFoo.png");
    background-size: 80% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#itemRedesTwo{
    margin-left: 5px;
    background: url("imagenes/footer/linkFoo.png");
    background-size: 80% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#asocia{
	position: relative;
    float: left;
	width: 300px;
	height: 32px;
	margin-top: 54px;
	box-sizing: border-box;
	border-right: none;

}

#textItemLogoAsocia{
	position: absolute;
      float: left;
	  width: 100%;
	  height: 25px;
	  margin-left: 0px;
	  margin-top: -25px;
	  font-size: 13px;
	  display: flex;
	justify-content: center;
	align-items: center;
}

#itemLogoAsociaOne{
	clear:both;
	float: left;
	width: 110px;
	height: 32px;
	margin-left: 26px;
	background: url("imagenes/asociados/1.jpg");
    background-size: 90% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#itemLogoAsociaTwo{
	float: left;
	width: 110px;
	height: 32px;
	margin-left: 26px;
	background: url("imagenes/asociados/2.png");
    background-size: 90% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#itemLogoAsociaOne,#itemLogoAsociaTwo:hover{
	cursor: pointer;
}

#logoFoo{
	clear: both;
	float: left;
	width: 250px;
	height: 32px;
	margin-top: 40px;
	margin-left: calc((100% - 250px) / 2);
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border-right: none;

}

#itemLogoFoo{
	float: left;
	width: 101px;
	height: 32px;
	background: url("imagenes/footer/EDFoo.png");
    background-size: 80% auto;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}

#textItemLogoFoo{
      float: left;
	  width: 150px;
	  height: 32px;
	  margin-left: 0px;
	  font-size: 13px;
	  display: flex;
	justify-content: center;
	align-items: center;

}



.division{
     float: left;
	width: 180px;
	height: 32px;
	margin-top: 20px;
	 display: flex;
	justify-content: center;
	align-items: center;

}

.itemServLogo{
	float: left;
	width: 100px;
	height: 32px;
	background: white;
}

.itemServLogo:hover{
	cursor: pointer;
}

#itemServLogoOne{
	background: url("imagenes/footer/EDservOne.png");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#itemServLogoTwo{
	background: url("imagenes/footer/EDservTwo.png");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#itemServLogoThree{
	background: url("imagenes/footer/EDservThree.png");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#divisionOne{
	clear: both;
       box-sizing: border-box;
       margin-left: calc((100% - 540px) / 2);
	   border-right: 2px solid #498A7B;
}

#divisionTwo{
       box-sizing: border-box;
	   border-right: 2px solid #52418B;
}


#divisionThree{

}

#bottomLogoFoo{
	clear: both;
	float: left;
	width: 55%;
	height: 10px;
	margin-top: 54px;
	margin-left: 0px;
	background: #323232;
}

.bottomDivision{
    float: left;
	width: 15%;
	height: 10px;
	margin-top: 54px;

}

#bottomDivisionOne{
    background: #566AA0;
}

#bottomDivisionTwo{
	 background: #498A7B;
}

#bottomDivisionThree{
	background: #52418B;
}

}																									/*fin menor 1270px*/

@media screen and (max-width: 1040px){																				/*inicio menor 1040px*/

#sectionThree{
	z-index: 1;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background: linear-gradient(0deg,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 100%),url("imagenes/backClientes/backClien.jpg");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}



#contLogoCliente{
	float: left;
	width: 700px;
	height: 528.02px;
	margin-left: calc((100% - 700px) / 2);
	margin-top: 50px;
	margin-bottom: 100px;

}

.squareClientes{
	float:left;
	width: 150px;
	height: 64.67px;
	margin-left: 20px;
	margin-top: 50px;
	opacity: 0;
}

#squareClienUno{
	margin-left: 20px;
	background: url("imagenes/logoClientes/1.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienSiete{
	margin-left: 20px;
	background: url("imagenes/logoClientes/7.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienTrece{
	clear: both;
	margin-left: 20px;
	background: url("imagenes/logoClientes/13.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDiezNueve{
	margin-left: 20px;
	background: url("imagenes/logoClientes/19.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDos{
	background: url("imagenes/logoClientes/2.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienTres{
	background: url("imagenes/logoClientes/3.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienCuatro{
	background: url("imagenes/logoClientes/4.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienCinco{
	clear: both;
	background: url("imagenes/logoClientes/5.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienSeis{
	background: url("imagenes/logoClientes/6.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienOcho{
	background: url("imagenes/logoClientes/8.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienNueve{
	clear: both;
	background: url("imagenes/logoClientes/9.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDiez{
	background: url("imagenes/logoClientes/10.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienOnce{
	background: url("imagenes/logoClientes/11.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDoce{
	background: url("imagenes/logoClientes/12.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienCatorce{
	background: url("imagenes/logoClientes/14.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienQuince{
	background: url("imagenes/logoClientes/15.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDiezSeis{
	background: url("imagenes/logoClientes/16.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDiezSiete{
	clear: both;
	background: url("imagenes/logoClientes/17.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDiezOcho{
	background: url("imagenes/logoClientes/18.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienVeinte{
	background: url("imagenes/logoClientes/20.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienVeinteUno{
	clear: both;
	background: url("imagenes/logoClientes/21.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienVeinteDos{
	background: url("imagenes/logoClientes/22.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienVeinteTres{
	background: url("imagenes/logoClientes/23.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienVeinteCuatro{
	background: url("imagenes/logoClientes/24.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

} 																													/*fin menor 1040px*/

@media screen and (max-width: 1000px){																				/*inicio menor 1000px*/

#ourAport{
	float: left;
	width: 50%;
	height: auto;
	margin-left: calc((100% - 560px) / 2);
	margin-top: 250px;
	padding-left: 5px;
	box-sizing: border-box;
	border-left: 2px solid white;
	font-size: 25px;
	color: white;

}

#aport{
	clear: both;
	float: left;
	width: 200px;
	height: 70px;
	margin-left: calc((100% - 560px) / 2);
	margin-top: 10px;
	display: block;
	font-size: 30px;
	text-align: center;
	color:white;
	background: rgba(207, 207, 207,0.8);
	background: transparent;

}

#termiAport{
	float: left;
	width: 40px;
	height: 150px;
	margin-left: 0px;
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
	font-size: 30px;
	text-align: center;
	color:white;
	background: url("imagenes/header/aportImg.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;

}

#titleAport{
	float: left;
	width: 90px;
	height: 50px;
	font-size: 18px;
	margin-top: 10px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: left;

}

#cantTitleAport{
	float: left;
	width: 100px;
	height: 50px;
	margin-top: 10px;
	line-height: 50px;
	font-size: 55px;
	font-weight: 700;
	color:#66D062;

}

#contInfo{
	clear: both;
	float: left;
	width: 680px;
	height: 130px;
	margin-top: 50px;
	margin-left: calc((100% - 680px) / 2);


}

#squareInfoOne{
	float: left;
	width: 170px;
	height: 130px;
	margin-left: 0px;

}

#contMwOne{
	z-index: 2;
	float: left;
	width: 50px;
	height: 50px;
	margin-left: calc((100% - 50px) / 2);
	margin-top: -25px;
	border-radius: 50vw;
	display: flex;
	justify-content: center;
	align-items: center;
    box-sizing: border-box;
    border: 2px solid white;
	background: rgba(207,207,207,0.8);
}

#lineOne{
	z-index: 2;
     float: left;
    width: 60px;
	height: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: white;
}

#lineInfoOne{
	float: left;
	z-index: 2;
	width: 2px;
	height: 50px;
	margin-left: 33px;
	margin-top: -35px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: white;
}

.numberInfo{
	clear: both;
	float: left;
	width: 95%;
	height: 50px;
	margin-left: 2.5%;
	line-height: 50px;
	font-size: 55px;
	margin-top: 10px;
	text-align: center;
	color:white;
}

.titleInfo{
	float: left;
	width: 100px;
	height: 35px;
	margin-top: 10px;
	margin-left: calc((100% - 100px) / 2);
	text-align: center;
	font-size: 15px;
	color:white;

}

#squareInfoTwo{
	float: left;
	width: 170px;
	height: 130px;
	margin-left: 0px;

}

#contMwTwo{
	z-index: 2;
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 0px;
	margin-top: -25px;
	border-radius: 50vw;
	display: flex;
	justify-content: center;
	align-items: center;
    box-sizing: border-box;
    border: 2px solid white;
	background: rgba(207,207,207,0.8);

}

#lineTwo{
	z-index: 2;
     float: left;
    width: 60px;
	height: 2px;
	margin-left: 0px;
	background: white;
}

#lineTwoBis{
	z-index: 2;
     float: left;
    width: 60px;
	height: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: white;
}

#lineInfoTwo{
	float: left;
	z-index: 2;
	width: 2px;
	height: 50px;
	margin-left: 33px;
	margin-top: -35px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: white;
}

#squareInfoThree{
	float: left;
	width: 170px;
	height: 130px;
	margin-left: 0px;

}

#contMwThree{
	z-index: 2;
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 0px;
	margin-top: -25px;
	border-radius: 50vw;
	display: flex;
	justify-content: center;
	align-items: center;
    box-sizing: border-box;
    border: 2px solid white;
	background: rgba(207,207,207,0.8);

}

#lineThree{
	z-index: 2;
     float: left;
    width: 60px;
	height: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: white;
}

#lineThreeBis{
	z-index: 2;
     float: left;
    width: 60px;
	height: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: white;
}

#lineInfoThree{
	float: left;
	z-index: 2;
	width: 2px;
	height: 50px;
	margin-left: 33px;
	margin-top: -35px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: white;
}

#squareInfoFour{
	float: left;
	width: 170px;
	height: 130px;
	margin-left: 0px;

}

#contMwFour{
	z-index: 2;
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 0px;
	margin-top: -25px;
	border-radius: 50vw;
	display: flex;
	justify-content: center;
	align-items: center;
    box-sizing: border-box;
    border: 2px solid white;
	background: rgba(207,207,207,0.8);

}

#lineFour{
	z-index: 2;
     float: left;
    width: 60px;
	height: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: white;
}

#titleInfoFour{
        float: left;
	width: 160px;
	height: 35px;
	margin-top: 10px;
	margin-left: 5px;
	text-align: center;
	color:white;

}

#signalScroll{
	clear: both;
	float: left;
	width: 25px;
	height: 50px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: calc((100% - 25px) / 2);

}

}																										/*fin menor 1000px*/

@media screen and (max-width: 960px){                                                               /*inicio menor 960px*/

#contBarSup{
	position: fixed;
	  z-index: 10;
      float: left;
      width: 100%;
      height: 100px;
      background: white;
      background: transparent;
}

#logo{
	z-index: 1;
	float: left;
	width: 150px;
	height: 60px;
	margin-left: 7.5%;
	margin-top: 20px;
	background: url("imagenes/logo/logoWhite.png");
	background-size: 100% auto;
	background-position: bottom;
	background-repeat: no-repeat;
}

#btnNavPort{
	z-index: 2;
	position: relative;
   float: right;
   width: 40px;
   height: 40px;
   margin-top: 30px;
   margin-right: 7.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#btnNavPort:hover{
	cursor: pointer;
}

nav{
	z-index: 1;
	position: absolute;
	right: 0;
	float: left;
	width: 300px;
	height: calc(100vh + 100px);
	margin-right: -300px;
	margin-top: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #f9f9f9;
}

/*nuevo*/
.itemNav{
	z-index: 1;
	float: left;
	width: 210px;
	height: auto;
	margin-top: 30px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color:#323232;
	box-sizing: border-box;
	padding-top: 0px;
}
/*fin*/

#itemNavOne{
	margin-top: -100px;
}

#contNosOne{
	float: left;
	width: 85%;
	height: auto;
	margin-left: 7.5%;
	margin-top: 40px;

}

.titleNos{
	float: left;
	width: 100%;
	height: auto;
	font-size: 30px;
	color: white;

}

#textNosOne{
    font-size: 16px;
}

.textNos{
      float: left;
	width: 100%;
	height: auto;
	font-size: 14px;
	font-weight: 300;
	margin-top: 20px;
	color:white;

}

#imgNosOnePort{
	display: block;
	float: left;
	width: 85%;
	height: 200px;
	margin-left: 7.5%;
	margin-top: 100px;
	background: url("imagenes/imgIndex/nosotros.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;

}

#imgNosOne{
	display: none;
	float: left;
	width: 41%;
	height: auto;
	margin-left: 3%;
	margin-top: 100px;
	background: url("imagenes/imgIndex/nosotros.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;

}

#imgNosTwo{
	float: left;
	width: 85%;
	height: 200px;
	margin-left: 7.5%;
	margin-top: 70px;
	background: url("imagenes/imgIndex/nosotros.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;

}

#squareContNosOne{
	float: left;
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: rgba(50,50,50,0.8);
}

#titleImgNosOne{
	width: 300px;
	font-size: 30px;
	text-align: left;
	color:white;

}

#locationImgNosOne{
	width: 300px;
	margin-top: 5px;
	font-size: 17px;
	text-align: left;
	color:white;

}

#textImgNosOne{
	width: 300px;
	margin-top: 5px;
	font-size: 14px;
	text-align: left;
	color:white;

}

#squareContNosTwo{
	float: left;
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: rgba(50,50,50,0.8);
}

#titleImgNosTwo{
	width: 390px;
	font-size: 30px;
	text-align: left;
	color:white;

}

#locationImgNosTwo{
	width: 390px;
	margin-top: 5px;
	font-size: 17px;
	text-align: left;
	color:white;

}

#textImgNosTwo{
	width: 390px;
	margin-top: 5px;
	font-size: 14px;
	text-align: left;
	color:white;

}

#contNosTwo{
	float: left;
	width: 85%;
	height: auto;
	margin-left: 7.5%;
	margin-top: 40px;
	margin-bottom: 100px;

}

#textNosTwo{
	height: auto;
}

} 																										/*fin menor 960px*/

@media screen and (max-width: 745px){																		/*inicio menor 745px*/

#ourAport{
	float: left;
	width: 50%;
	height: auto;
	margin-left: calc((100% - 440px) / 2);
	margin-top: 250px;
	padding-left: 5px;
	box-sizing: border-box;
	border-left: 2px solid white;
	font-size: 20px;
	color: white;

}

#aport{
	clear: both;
	float: left;
	width: 200px;
	height: 70px;
	margin-left: calc((100% - 440px) / 2);
	margin-top: 10px;
	display: block;
	font-size: 30px;
	text-align: center;
	color:white;
	background: rgba(207, 207, 207,0.8);
	background: transparent;

}

#termiAport{
	float: left;
	width: 40px;
	height: 150px;
	margin-left: 0px;
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
	font-size: 30px;
	text-align: center;
	color:white;
	background: url("imagenes/header/aportImg.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;

}

#titleAport{
	float: left;
	width: 100px;
	height: 50px;
	font-size: 16px;
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;

}

#cantTitleAport{
	float: left;
	width: 90px;
	height: 50px;
	margin-top: 10px;
	line-height: 50px;
	font-size: 45px;
	font-weight: 700;
	color:#66D062;

}

#contInfo{
	clear: both;
	float: left;
	width: 520px;
	height: 125px;
	margin-top: 50px;
	margin-left: calc((100% - 520px) / 2);

}

#squareInfoOne{
	float: left;
	width: 130px;
	height: 125px;
	margin-left: 0px;

}

#contMwOne{
	z-index: 2;
	float: left;
	width: 50px;
	height: 50px;
	margin-left: calc((100% - 50px) / 2);
	margin-top: -25px;
	border-radius: 50vw;
	display: flex;
	justify-content: center;
	align-items: center;
    box-sizing: border-box;
    border: 2px solid white;
	background: rgba(207,207,207,0.8);
}

#lineOne{
	z-index: 2;
     float: left;
    width: 40px;
	height: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: white;
}

#lineInfoOne{
	float: left;
	z-index: 2;
	width: 2px;
	height: 50px;
	margin-left: 13px;
	margin-top: -42.5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: white;
}

.numberInfo{
	clear: both;
	float: left;
	width: 95%;
	height: 45px;
	margin-left: 2.5%;
	line-height: 45px;
	font-size: 45px;
	margin-top: 10px;
	text-align: center;
	color:white;

}

.titleInfo{
	float: left;
	width: 100px;
	height: 35px;
	margin-top: 10px;
	margin-left: calc((100% - 100px) / 2);
	text-align: center;
	font-size: 14px;
	color:white;

}

#squareInfoTwo{
	float: left;
	width: 130px;
	height: 125px;
	margin-left: 0px;

}

#contMwTwo{
	z-index: 2;
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 0px;
	margin-top: -25px;
	border-radius: 50vw;
	display: flex;
	justify-content: center;
	align-items: center;
    box-sizing: border-box;
    border: 2px solid white;
	background: rgba(207,207,207,0.8);

}

#lineTwo{
	z-index: 2;
     float: left;
    width: 40px;
	height: 2px;
	margin-left: 0px;
	background: white;
}

#lineTwoBis{
	z-index: 2;
     float: left;
    width: 40px;
	height: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: white;
}

#lineInfoTwo{
	float: left;
	z-index: 2;
	width: 2px;
	height: 50px;
	margin-left: 13px;
	margin-top: -42.5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: white;
}

#squareInfoThree{
	float: left;
	width: 130px;
	height: 125px;
	margin-left: 0px;

}

#contMwThree{
	z-index: 2;
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 0px;
	margin-top: -25px;
	border-radius: 50vw;
	display: flex;
	justify-content: center;
	align-items: center;
    box-sizing: border-box;
    border: 2px solid white;
	background: rgba(207,207,207,0.8);

}

#lineThree{
	z-index: 2;
     float: left;
    width: 40px;
	height: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: white;
}

#lineThreeBis{
	z-index: 2;
     float: left;
    width: 40px;
	height: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: white;
}

#lineInfoThree{
	float: left;
	z-index: 2;
	width: 2px;
	height: 50px;
	margin-left: 13px;
	margin-top: -42.5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: white;
}

#squareInfoFour{
	float: left;
	width: 130px;
	height: 125px;
	margin-left: 0px;

}

#contMwFour{
	z-index: 2;
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 0px;
	margin-top: -25px;
	border-radius: 50vw;
	display: flex;
	justify-content: center;
	align-items: center;
    box-sizing: border-box;
    border: 2px solid white;
	background: rgba(207,207,207,0.8);

}

#lineFour{
	z-index: 2;
     float: left;
    width: 40px;
	height: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: white;
}

#titleInfoFour{
        float: left;
	width: 100px;
	height: 50px;
	margin-top: 10px;
	margin-left: 15px;
	text-align: center;
	color:white;

}

#signalScroll{
	clear: both;
	float: left;
	width: 25px;
	height: 50px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: calc((100% - 25px) / 2);

}

#sectionThree{
	z-index: 1;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background: linear-gradient(0deg,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 100%),url("imagenes/backClientes/backClien.jpg");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}



#contLogoCliente{
	float: left;
	width: 530px;
	height: 697.36px;
	margin-left: calc((100% - 530px) / 2);
	margin-top: 50px;
	margin-bottom: 100px;

}

.squareClientes{
	float:left;
	width: 150px;
	height: 64.67px;
	margin-left: 20px;
	margin-top: 50px;
	opacity: 0;
}

.squareClientes{
	float:left;
	width: 150px;
	height: 64.67px;
	margin-left: 20px;
	margin-top: 50px;
	opacity: 0;
}

#squareClienUno{
	margin-left: 20px;
	background: url("imagenes/logoClientes/1.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienSiete{
	clear: both;
	margin-left: 20px;
	background: url("imagenes/logoClientes/7.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienTrece{
	clear: both;
	margin-left: 20px;
	background: url("imagenes/logoClientes/13.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDiezNueve{
	clear: both;
	margin-left: 20px;
	background: url("imagenes/logoClientes/19.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDos{
	background: url("imagenes/logoClientes/2.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienTres{
	background: url("imagenes/logoClientes/3.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienCuatro{
	clear: both;
	background: url("imagenes/logoClientes/4.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienCinco{
	clear: none;
	background: url("imagenes/logoClientes/5.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienSeis{
	background: url("imagenes/logoClientes/6.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienOcho{
	background: url("imagenes/logoClientes/8.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienNueve{
	clear: none;
	background: url("imagenes/logoClientes/9.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDiez{
	clear: both;
	background: url("imagenes/logoClientes/10.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienOnce{
	background: url("imagenes/logoClientes/11.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDoce{
	background: url("imagenes/logoClientes/12.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienCatorce{
	background: url("imagenes/logoClientes/14.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienQuince{
	background: url("imagenes/logoClientes/15.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDiezSeis{
	clear: both;
	background: url("imagenes/logoClientes/16.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDiezSiete{
	clear: none;
	background: url("imagenes/logoClientes/17.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDiezOcho{
	background: url("imagenes/logoClientes/18.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienVeinte{
	background: url("imagenes/logoClientes/20.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienVeinteUno{
	clear: none;
	background: url("imagenes/logoClientes/21.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienVeinteDos{
	clear: both;
	background: url("imagenes/logoClientes/22.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienVeinteTres{
	background: url("imagenes/logoClientes/23.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienVeinteCuatro{
	background: url("imagenes/logoClientes/24.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

}																											/*fin menor 745px*/


@media screen and (max-width: 580px){																			/*inicio menor 580px*/

#ourAport{
	float: left;
	width: 50%;
	height: auto;
	margin-left: calc((100% - 180px) / 2);
	margin-top: 250px;
	padding-left: 5px;
	box-sizing: border-box;
	border-left: 2px solid white;
	font-size: 20px;
	color: white;

}

#aport{
	clear: both;
	float: left;
	width: 200px;
	height: 70px;
	margin-left: calc((100% - 180px) / 2);
	margin-top: 10px;
	display: block;
	font-size: 30px;
	text-align: center;
	color:white;
	background: rgba(207, 207, 207,0.8);
	background: transparent;

}

#termiAport{
	float: left;
	width: 40px;
	height: 150px;
	margin-left: 0px;
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
	font-size: 30px;
	text-align: center;
	color:white;
	background: url("imagenes/header/aportImg.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;

}

#titleAport{
	float: left;
	width: 100px;
	height: 50px;
	font-size: 16px;
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;

}

#cantTitleAport{
	float: left;
	width: 90px;
	height: 50px;
	margin-top: 10px;
	line-height: 50px;
	font-size: 45px;
	font-weight: 700;
	color:#805959;
	color:#66D062;
}

#contInfo{
	clear: both;
	float: left;
	width: 260px;
	height: 300px;
	margin-top: 50px;
	margin-left: calc((100% - 260px) / 2);

}

#squareInfoOne{
	float: left;
	width: 130px;
	height: 125px;
	margin-left: 0px;

}

#contMwOne{
	z-index: 2;
	float: left;
	width: 50px;
	height: 50px;
	margin-left: calc((100% - 50px) / 2);
	margin-top: -25px;
	border-radius: 50vw;
	display: flex;
	justify-content: center;
	align-items: center;
    box-sizing: border-box;
    border: 2px solid white;
	background: rgba(207,207,207,0.8);
}

#lineOne{
	z-index: 2;
     float: left;
    width: 40px;
	height: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: white;
}

#lineInfoOne{
	float: left;
	z-index: 2;
	width: 2px;
	height: 50px;
	margin-left: 13px;
	margin-top: -42.5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: white;
}

.numberInfo{
	clear: both;
	float: left;
	width: 95%;
	height: 45px;
	margin-left: 2.5%;
	line-height: 45px;
	font-size: 45px;
	margin-top: 10px;
	text-align: center;
	color:white;

}

.titleInfo{
	float: left;
	width: 100px;
	height: 35px;
	margin-top: 10px;
	margin-left: calc((100% - 100px) / 2);
	text-align: center;
	font-size: 14px;
	color:white;

}

#squareInfoTwo{
	float: left;
	width: 130px;
	height: 125px;
	margin-left: 0px;

}

#contMwTwo{
	z-index: 2;
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 0px;
	margin-top: -25px;
	border-radius: 50vw;
	display: flex;
	justify-content: center;
	align-items: center;
    box-sizing: border-box;
    border: 2px solid white;
	background: rgba(207,207,207,0.8);

}

#lineTwo{
	z-index: 2;
     float: left;
    width: 40px;
	height: 2px;
	margin-left: 0px;
	background: white;
}

#lineTwoBis{
	z-index: 2;
     float: left;
    width: 40px;
	height: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: white;
	display: none;
}

#lineInfoTwo{
	float: left;
	z-index: 2;
	width: 2px;
	height: 50px;
	margin-left: 13px;
	margin-top: -42.5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: white;
	display: none;
}

#squareInfoThree{
	clear: both;
	float: left;
	width: 130px;
	height: 125px;
	margin-left: 0px;
	margin-top: 50px;
}

#contMwThree{
	z-index: 2;
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 40px;
	margin-top: -25px;
	border-radius: 50vw;
	display: flex;
	justify-content: center;
	align-items: center;
    box-sizing: border-box;
    border: 2px solid white;
	background: rgba(207,207,207,0.8);

}

#lineThree{
	z-index: 2;
     float: left;
    width: 40px;
	height: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: white;
	display: none;
}

#lineThreeBis{
	z-index: 2;
     float: left;
    width: 40px;
	height: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: white;
}

#lineInfoThree{
	float: left;
	z-index: 2;
	width: 2px;
	height: 50px;
	margin-left: 13px;
	margin-top: -42.5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: white;
}

#squareInfoFour{
	float: left;
	width: 130px;
	height: 125px;
	margin-left: 0px;
	margin-top: 50px;

}

#contMwFour{
	z-index: 2;
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 0px;
	margin-top: -25px;
	border-radius: 50vw;
	display: flex;
	justify-content: center;
	align-items: center;
    box-sizing: border-box;
    border: 2px solid white;
	background: rgba(207,207,207,0.8);

}

#lineFour{
	z-index: 2;
     float: left;
    width: 40px;
	height: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: white;
}

#titleInfoFour{
        float: left;
	width: 100px;
	height: 50px;
	margin-top: 10px;
	margin-left: 15px;
	text-align: center;
	color:white;

}

#signalScroll{
	clear: both;
	float: left;
	width: 25px;
	height: 50px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: calc((100% - 25px) / 2);

}

#sectionThree{
	z-index: 1;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background: linear-gradient(0deg,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 100%),url("imagenes/backClientes/backClien.jpg");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}



#contLogoCliente{
	float: left;
	width: 290px;
	height: 1036.04px;
	margin-left: calc((100% - 290px) / 2);
	margin-top: 50px;
	margin-bottom: 100px;

}



.squareClientes{
	float:left;
	width: 140px;
	height: 64.67px;
	margin-left: 10px;
	margin-top: 50px;
	opacity: 0;
}

#squareClienUno{
	margin-left: 0px;
	background: url("imagenes/logoClientes/1.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienSiete{
	clear: both;
	margin-left: 0px;
	background: url("imagenes/logoClientes/7.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienTrece{
	clear: both;
	margin-left: 0px;
	background: url("imagenes/logoClientes/13.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDiezNueve{
	clear: both;
	margin-left: 0px;
	background: url("imagenes/logoClientes/19.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDos{
	background: url("imagenes/logoClientes/2.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienTres{
	margin-left: 0px;
	background: url("imagenes/logoClientes/3.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienCuatro{
	clear: none;
	background: url("imagenes/logoClientes/4.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienCinco{
	clear: none;
	margin-left: 0px;
	background: url("imagenes/logoClientes/5.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienSeis{
	background: url("imagenes/logoClientes/6.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienOcho{
	background: url("imagenes/logoClientes/8.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienNueve{
	clear: none;
	margin-left: 0px;
	background: url("imagenes/logoClientes/9.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDiez{
	clear: none;
	background: url("imagenes/logoClientes/10.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienOnce{
	margin-left: 0px;
	background: url("imagenes/logoClientes/11.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDoce{
	background: url("imagenes/logoClientes/12.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienCatorce{
	background: url("imagenes/logoClientes/14.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienQuince{
	margin-left: 0px;
	background: url("imagenes/logoClientes/15.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDiezSeis{
	clear: none;
	background: url("imagenes/logoClientes/16.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDiezSiete{
	clear: none;
	margin-left: 0px;
	background: url("imagenes/logoClientes/17.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienDiezOcho{
	background: url("imagenes/logoClientes/18.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienVeinte{
	background: url("imagenes/logoClientes/20.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienVeinteUno{
	clear: none;
	margin-left: 0px;
	background: url("imagenes/logoClientes/21.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienVeinteDos{
	clear: none;
	background: url("imagenes/logoClientes/22.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienVeinteTres{
	margin-left: 0px;
	background: url("imagenes/logoClientes/23.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#squareClienVeinteCuatro{
	background: url("imagenes/logoClientes/24.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#sectionFour{
	z-index: 1;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background: #323232;
}

#titleContacto{
	float: left;
	width: 85%;
	height: 35px;
	margin-left: 7.5%;
	margin-top: 100px;
	font-size: 30px;
	color:white;
}

form{
	float: left;
	width: 85%;
	height: auto;
	margin-left: 7.5%;
	margin-top: 60px;
	margin-bottom: 0px;
}

.titleForm{
	float: left;
	width: 100%;
	height: 20px;
	font-size: 14px;
	font-weight: 300;
	margin-top: 5px;
	color:white;
}


input{
	float: left;
	width: 100%;
	height: 25px;
	margin-top: 5px;
	font-size: 14px;
	padding-left: 5px;
	box-sizing: border-box;
	border:none;
	outline: none;
}

textarea{
	float: left;
	width: 100%;
	height: 130px;
	resize: none;
	font-size: 14px;
	margin-top: 5px;
	padding-left: 5px;
	padding-top: 3px;
	box-sizing: border-box;
	border:none;
	outline: none;
}

#btnEnviar{
	float: left;
	width: 100px;
	height: 30px;
	margin-top: 20px;
	font-size: 16px;
	color:#323232;
}

#btnEnviar:hover{
	cursor: pointer;
	transform: scale(1.05);
}

#contDatoContacto{
	float: left;
	width: 85%;
	height: auto;
	margin-left: 7.5%;
	margin-top: 40px;
	margin-bottom: 100px;
}

hr{
	float: left;
	width: 100%;
	height: 3px;
	border:none;
	background: white;
}

.itemDatoContacto{
	float: left;
	width: 100%;
	height: 20px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	color:white;
}

.itemDatoContactoRedes{
	float: left;
	width: 100%;
	height: 20px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	color:white;
}

.itemDatoContactoRedes:hover{
	cursor: pointer;
}

#itemDatoContactoOne{
	margin-top: 20px;
}

}																										/*fin menor 580px*/

@media screen and (max-width: 560px){																/*inicio menor 560px*/


footer{
	position: relative;
	z-index: 5;
	float: left;
	width: 100%;
	height: auto;
	background: white;

}

#redesFoo{
	float: left;
	width: 120px;
	height: 32px;
	margin-top: 40px;
	margin-left: calc((100% - 120px) / 2);
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border-right: none;

}

.itemRedesFoo{
	float: left;
	width: 30px;
	height: 30px;
}

.itemRedesFoo:hover{
	cursor: pointer;
}

#itemRedesOne{
    background: url("imagenes/footer/instamFoo.png");
    background-size: 80% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#itemRedesTwo{
    margin-left: 5px;
    background: url("imagenes/footer/linkFoo.png");
    background-size: 80% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#asocia{
	clear: both;
	position: relative;
    float: left;
	width: 300px;
	height: 32px;
	margin-top: 35px;
	margin-left: calc((100% - 300px) / 2);
	box-sizing: border-box;
	border-right: none;

}

#textItemLogoAsocia{
	position: absolute;
      float: left;
	  width: 100%;
	  height: 25px;
	  margin-left: 0px;
	  margin-top: -25px;
	  font-size: 13px;
	  display: flex;
	justify-content: center;
	align-items: center;
}

#itemLogoAsociaOne{
	clear:both;
	float: left;
	width: 110px;
	height: 32px;
	margin-left: 26px;
	background: url("imagenes/asociados/1.jpg");
    background-size: 90% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#itemLogoAsociaTwo{
	float: left;
	width: 110px;
	height: 32px;
	margin-left: 26px;
	background: url("imagenes/asociados/2.png");
    background-size: 90% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#itemLogoAsociaOne,#itemLogoAsociaTwo:hover{
	cursor: pointer;
}

#logoFoo{
	clear: both;
	float: left;
	width: 280px;
	height: 32px;
	margin-top: 40px;
	margin-left: calc((100% - 280px) / 2);
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border-right: none;

}

#itemLogoFoo{
	float: left;
	width: 101px;
	height: 32px;
	background: url("imagenes/footer/EDFoo.png");
    background-size: 80% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#textItemLogoFoo{
      float: left;
	  width: auto;
	  height: 32px;
	  margin-left: 0px;
	  font-size: 13px;
	  display: flex;
	justify-content: center;
	align-items: center;
}



.division{
     float: left;
	width: 96px;
	height: 32px;
	margin-top: 20px;
	 display: flex;
	justify-content: center;
	align-items: center;

}

.itemServLogo{
	float: left;
	width: 80px;
	height: 28.7614px;
	background: white;
}

.itemServLogo:hover{
	cursor: pointer;
}

#itemServLogoOne{
	background: url("imagenes/footer/EDservOne.png");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#itemServLogoTwo{
	background: url("imagenes/footer/EDservTwo.png");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#itemServLogoThree{
	background: url("imagenes/footer/EDservThree.png");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

#divisionOne{
	clear: both;
       box-sizing: border-box;
       margin-left: calc((100% - 288px) / 2);
	   border-right: 1px solid #498A7B;
}

#divisionTwo{
       box-sizing: border-box;
	   border-right: 1px solid #52418B;
}


#divisionThree{

}

#bottomLogoFoo{
	clear: both;
	float: left;
	width: 55%;
	height: 10px;
	margin-top: 40px;
	margin-left: 0px;
	background: #323232;
}

.bottomDivision{
    float: left;
	width: 15%;
	height: 10px;
	margin-top: 40px;

}

#bottomDivisionOne{
    background: #566AA0;
}

#bottomDivisionTwo{
	 background: #498A7B;
}

#bottomDivisionThree{
	background: #52418B;
}

}																									/*fin menor 560px*/
