@charset "utf-8";
/* CSS Document */

.styleHrFooter {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
	margin-bottom: 10px;
}
.footer{
	box-sizing: border-box;
	padding:0px 16px;
	display:flex;
	flex-direction:row;
	max-width: 1600px;
	margin: 0 auto 30px;
}
.infoGraphic{
	width:70%;
	font-size:120%;
	line-height: 1.5;
}
.socialMedia{
	box-sizing:border-box;
	display:flex;
	flex-direction:row;
	width:30%;	
	justify-content:space-evenly;
	align-items:flex-end;
}
.iconFooter{
	width:40px;
}
.iconFooter:hover{
	width:50px;
}
.downFooter{
	display:flex;
	flex-direction: row;
	padding:15px;
	width:100%;
	max-width:1600px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}

.linkSectioDow{
		display:flex;
		justify-content: space-between;
		width:30%;
	}
.linkdown{
	padding: 16px 0px;
	color:#311b92;
	cursor: pointer;
	text-decoration: underline;
	
	
}
/*-----------------*/
.containerModalFooter{
	position:fixed;
	width: 100%;
	min-height: 100vh;
	background-color:rgba(0,0,0,0.66);
	z-index: 1;
	max-height: 100%;
	overflow-y: auto;
}
.modalFooter{
	background-color: #fafafa;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 16px;
	border-radius: 7px;
	
}
.contInfo{
	width:100%;
	box-sizing: border-box;
	color: #263238;
}
.ulTerminos{
	padding:20px;
	box-sizing: border-box;
}

.ulTerminos li{
	margin-bottom: 16px;
}

.containerClousModalButton{
	width:100%;
	text-align: right;
	padding: 10px 0px;
}
.xClousFooterModal{
	cursor: pointer;
	font-size:xx-large;
	
}
.xClousFooterModal:hover{
	color: #7A9BAC;	
}
/*--------------------*/
.containerImgTitle{
	text-align:center;
}
.imgTitleQuienesSomos{
	width:100%;
	max-width: 800px;
}
.imgTerminos{
	width:100%;
}
.paraFoot1{
	line-height:1.3;
	font-size: x-large;
	padding: 40px 25px;
}
/*------------------*/
.footerDivider{
	border:solid 1px #263238;
	width: 100%;
}
.containerSet{
	display:flex;
	flex-direction:row;
	align-items:stretch;
	justify-content: space-between;
	padding: 40px;
}
.itemSet{
	width:33%;
	box-sizing: border-box;
	padding: 20px;
}
.containerImgSet{
	text-align: center;
}
.imgSet{
	width:100%;
	max-width: 200px;
}

.titleSet{
	color:#311b92;
}
.textSet{
	color:#263238;
	font-size: large;
}

@media screen and (max-width: 720px) {
	.infoGraphic{
		width:50%;
	}
	.socialMedia{
		width:50%;
	}
	/*------------------------*/
	.paraFoot1{
	line-height:1.3;
	font-size: medium;
	padding: 25px 0px;
}
.containerSet{
	display:flex;
	flex-direction:column;
	align-items:stretch;
	justify-content: space-between;
	padding: 25px 0px;
}
.itemSet{
	width:100%;
	box-sizing: border-box;
	padding: 20px;
}
.containerImgSet{
	text-align: center;
}
.imgSet{
	width:100%;
	max-width: 200px;
}

.titleSet{
	color:#311b92;
}
.textSet{
	color:#263238;
	font-size: medium;
}
}
@media screen and (max-width: 500px) {
	.footer{
		flex-direction:column;
	}
	
	.infoGraphic{
		width:100%;
		font-size:medium;
	}
	.socialMedia{
		width:100%;
		padding-top: 25px;
		justify-content: space-between;
		padding-bottom: 25px;
	}
	.downFooter{
	display:flex;
	flex-direction:column;
	justify-content: space-between;
	
}
	.linkSectioDow{
		display:flex;
		justify-content: space-between;
		width: 100%;
	}
.linkdown{
	padding: 0px 0px 10px;

	
}
	.copFooter{
		width: 100%;
	}

/*-------------------------------------*/
.paraFoot1{
	line-height:1.3;
	font-size: medium;
	padding: 25px 0px;
}
.containerSet{
	display:flex;
	flex-direction:column;
	align-items:stretch;
	justify-content: space-between;
	padding: 25px 0px;
}
.itemSet{
	width:100%;
	box-sizing: border-box;
	padding: 20px;
}
.containerImgSet{
	text-align: center;
}
.imgSet{
	width:100%;
	max-width: 200px;
}

.titleSet{
	color:#311b92;
}
.textSet{
	color:#263238;
	font-size: medium;
}
}